p_i_i

package
v0.0.0-...-b7c797c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for p i i API

func (*Client) CreateNetworkPiiRequest

CreateNetworkPiiRequest creates network pii request

Submit a new delete or restrict processing PII request

## ALTERNATE PATH

``` /organizations/{organizationId}/pii/requests ```

func (*Client) DeleteNetworkPiiRequest

DeleteNetworkPiiRequest deletes network pii request

Delete a restrict processing PII request

## ALTERNATE PATH

``` /organizations/{organizationId}/pii/requests/{requestId} ```

func (*Client) GetNetworkPiiPiiKeys

func (a *Client) GetNetworkPiiPiiKeys(params *GetNetworkPiiPiiKeysParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkPiiPiiKeysOK, error)
GetNetworkPiiPiiKeys gets network pii pii keys

List the keys required to access Personally Identifiable Information (PII) for a given identifier. Exactly one identifier will be accepted. If the organization contains org-wide Systems Manager users matching the key provided then there will be an entry with the key "0" containing the applicable keys.

## ALTERNATE PATH

``` /organizations/{organizationId}/pii/piiKeys ```

func (*Client) GetNetworkPiiRequest

func (a *Client) GetNetworkPiiRequest(params *GetNetworkPiiRequestParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkPiiRequestOK, error)
GetNetworkPiiRequest gets network pii request

Return a PII request

## ALTERNATE PATH

``` /organizations/{organizationId}/pii/requests/{requestId} ```

func (*Client) GetNetworkPiiRequests

func (a *Client) GetNetworkPiiRequests(params *GetNetworkPiiRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkPiiRequestsOK, error)
GetNetworkPiiRequests gets network pii requests

List the PII requests for this network or organization

## ALTERNATE PATH

``` /organizations/{organizationId}/pii/requests ```

func (*Client) GetNetworkPiiSmDevicesForKey

func (a *Client) GetNetworkPiiSmDevicesForKey(params *GetNetworkPiiSmDevicesForKeyParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkPiiSmDevicesForKeyOK, error)
GetNetworkPiiSmDevicesForKey gets network pii sm devices for key

Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier. These device IDs can be used with the Systems Manager API endpoints to retrieve device details. Exactly one identifier will be accepted.

## ALTERNATE PATH

``` /organizations/{organizationId}/pii/smDevicesForKey ```

func (*Client) GetNetworkPiiSmOwnersForKey

func (a *Client) GetNetworkPiiSmOwnersForKey(params *GetNetworkPiiSmOwnersForKeyParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkPiiSmOwnersForKeyOK, error)
GetNetworkPiiSmOwnersForKey gets network pii sm owners for key

Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier. These owner IDs can be used with the Systems Manager API endpoints to retrieve owner details. Exactly one identifier will be accepted.

## ALTERNATE PATH

``` /organizations/{organizationId}/pii/smOwnersForKey ```

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new p i i API client.

type CreateNetworkPiiRequestCreated

type CreateNetworkPiiRequestCreated struct {
	Payload interface{}
}

CreateNetworkPiiRequestCreated handles this case with default header values.

Successful operation

func NewCreateNetworkPiiRequestCreated

func NewCreateNetworkPiiRequestCreated() *CreateNetworkPiiRequestCreated

NewCreateNetworkPiiRequestCreated creates a CreateNetworkPiiRequestCreated with default headers values

func (*CreateNetworkPiiRequestCreated) Error

func (*CreateNetworkPiiRequestCreated) GetPayload

func (o *CreateNetworkPiiRequestCreated) GetPayload() interface{}

type CreateNetworkPiiRequestParams

type CreateNetworkPiiRequestParams struct {

	/*CreateNetworkPiiRequest*/
	CreateNetworkPiiRequest *models.CreateNetworkPiiRequest
	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateNetworkPiiRequestParams contains all the parameters to send to the API endpoint for the create network pii request operation typically these are written to a http.Request

func NewCreateNetworkPiiRequestParams

func NewCreateNetworkPiiRequestParams() *CreateNetworkPiiRequestParams

NewCreateNetworkPiiRequestParams creates a new CreateNetworkPiiRequestParams object with the default values initialized.

func NewCreateNetworkPiiRequestParamsWithContext

func NewCreateNetworkPiiRequestParamsWithContext(ctx context.Context) *CreateNetworkPiiRequestParams

NewCreateNetworkPiiRequestParamsWithContext creates a new CreateNetworkPiiRequestParams object with the default values initialized, and the ability to set a context for a request

func NewCreateNetworkPiiRequestParamsWithHTTPClient

func NewCreateNetworkPiiRequestParamsWithHTTPClient(client *http.Client) *CreateNetworkPiiRequestParams

NewCreateNetworkPiiRequestParamsWithHTTPClient creates a new CreateNetworkPiiRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateNetworkPiiRequestParamsWithTimeout

func NewCreateNetworkPiiRequestParamsWithTimeout(timeout time.Duration) *CreateNetworkPiiRequestParams

NewCreateNetworkPiiRequestParamsWithTimeout creates a new CreateNetworkPiiRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateNetworkPiiRequestParams) SetContext

func (o *CreateNetworkPiiRequestParams) SetContext(ctx context.Context)

SetContext adds the context to the create network pii request params

func (*CreateNetworkPiiRequestParams) SetCreateNetworkPiiRequest

func (o *CreateNetworkPiiRequestParams) SetCreateNetworkPiiRequest(createNetworkPiiRequest *models.CreateNetworkPiiRequest)

SetCreateNetworkPiiRequest adds the createNetworkPiiRequest to the create network pii request params

func (*CreateNetworkPiiRequestParams) SetHTTPClient

func (o *CreateNetworkPiiRequestParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create network pii request params

func (*CreateNetworkPiiRequestParams) SetNetworkID

func (o *CreateNetworkPiiRequestParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the create network pii request params

func (*CreateNetworkPiiRequestParams) SetTimeout

func (o *CreateNetworkPiiRequestParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create network pii request params

func (*CreateNetworkPiiRequestParams) WithContext

WithContext adds the context to the create network pii request params

func (*CreateNetworkPiiRequestParams) WithCreateNetworkPiiRequest

func (o *CreateNetworkPiiRequestParams) WithCreateNetworkPiiRequest(createNetworkPiiRequest *models.CreateNetworkPiiRequest) *CreateNetworkPiiRequestParams

WithCreateNetworkPiiRequest adds the createNetworkPiiRequest to the create network pii request params

func (*CreateNetworkPiiRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create network pii request params

func (*CreateNetworkPiiRequestParams) WithNetworkID

WithNetworkID adds the networkID to the create network pii request params

func (*CreateNetworkPiiRequestParams) WithTimeout

WithTimeout adds the timeout to the create network pii request params

func (*CreateNetworkPiiRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNetworkPiiRequestReader

type CreateNetworkPiiRequestReader struct {
	// contains filtered or unexported fields
}

CreateNetworkPiiRequestReader is a Reader for the CreateNetworkPiiRequest structure.

func (*CreateNetworkPiiRequestReader) ReadResponse

func (o *CreateNetworkPiiRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteNetworkPiiRequestNoContent

type DeleteNetworkPiiRequestNoContent struct {
}

DeleteNetworkPiiRequestNoContent handles this case with default header values.

Successful operation

func NewDeleteNetworkPiiRequestNoContent

func NewDeleteNetworkPiiRequestNoContent() *DeleteNetworkPiiRequestNoContent

NewDeleteNetworkPiiRequestNoContent creates a DeleteNetworkPiiRequestNoContent with default headers values

func (*DeleteNetworkPiiRequestNoContent) Error

type DeleteNetworkPiiRequestParams

type DeleteNetworkPiiRequestParams struct {

	/*NetworkID*/
	NetworkID string
	/*RequestID*/
	RequestID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteNetworkPiiRequestParams contains all the parameters to send to the API endpoint for the delete network pii request operation typically these are written to a http.Request

func NewDeleteNetworkPiiRequestParams

func NewDeleteNetworkPiiRequestParams() *DeleteNetworkPiiRequestParams

NewDeleteNetworkPiiRequestParams creates a new DeleteNetworkPiiRequestParams object with the default values initialized.

func NewDeleteNetworkPiiRequestParamsWithContext

func NewDeleteNetworkPiiRequestParamsWithContext(ctx context.Context) *DeleteNetworkPiiRequestParams

NewDeleteNetworkPiiRequestParamsWithContext creates a new DeleteNetworkPiiRequestParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteNetworkPiiRequestParamsWithHTTPClient

func NewDeleteNetworkPiiRequestParamsWithHTTPClient(client *http.Client) *DeleteNetworkPiiRequestParams

NewDeleteNetworkPiiRequestParamsWithHTTPClient creates a new DeleteNetworkPiiRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteNetworkPiiRequestParamsWithTimeout

func NewDeleteNetworkPiiRequestParamsWithTimeout(timeout time.Duration) *DeleteNetworkPiiRequestParams

NewDeleteNetworkPiiRequestParamsWithTimeout creates a new DeleteNetworkPiiRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteNetworkPiiRequestParams) SetContext

func (o *DeleteNetworkPiiRequestParams) SetContext(ctx context.Context)

SetContext adds the context to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) SetHTTPClient

func (o *DeleteNetworkPiiRequestParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) SetNetworkID

func (o *DeleteNetworkPiiRequestParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) SetRequestID

func (o *DeleteNetworkPiiRequestParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) SetTimeout

func (o *DeleteNetworkPiiRequestParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) WithContext

WithContext adds the context to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) WithNetworkID

WithNetworkID adds the networkID to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) WithRequestID

WithRequestID adds the requestID to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) WithTimeout

WithTimeout adds the timeout to the delete network pii request params

func (*DeleteNetworkPiiRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNetworkPiiRequestReader

type DeleteNetworkPiiRequestReader struct {
	// contains filtered or unexported fields
}

DeleteNetworkPiiRequestReader is a Reader for the DeleteNetworkPiiRequest structure.

func (*DeleteNetworkPiiRequestReader) ReadResponse

func (o *DeleteNetworkPiiRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkPiiPiiKeysOK

type GetNetworkPiiPiiKeysOK struct {
	Payload interface{}
}

GetNetworkPiiPiiKeysOK handles this case with default header values.

Successful operation

func NewGetNetworkPiiPiiKeysOK

func NewGetNetworkPiiPiiKeysOK() *GetNetworkPiiPiiKeysOK

NewGetNetworkPiiPiiKeysOK creates a GetNetworkPiiPiiKeysOK with default headers values

func (*GetNetworkPiiPiiKeysOK) Error

func (o *GetNetworkPiiPiiKeysOK) Error() string

func (*GetNetworkPiiPiiKeysOK) GetPayload

func (o *GetNetworkPiiPiiKeysOK) GetPayload() interface{}

type GetNetworkPiiPiiKeysParams

type GetNetworkPiiPiiKeysParams struct {

	/*BluetoothMac
	  The MAC of a Bluetooth client

	*/
	BluetoothMac *string
	/*Email
	  The email of a network user account or a Systems Manager device

	*/
	Email *string
	/*Imei
	  The IMEI of a Systems Manager device

	*/
	Imei *string
	/*Mac
	  The MAC of a network client device or a Systems Manager device

	*/
	Mac *string
	/*NetworkID*/
	NetworkID string
	/*Serial
	  The serial of a Systems Manager device

	*/
	Serial *string
	/*Username
	  The username of a Systems Manager user

	*/
	Username *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkPiiPiiKeysParams contains all the parameters to send to the API endpoint for the get network pii pii keys operation typically these are written to a http.Request

func NewGetNetworkPiiPiiKeysParams

func NewGetNetworkPiiPiiKeysParams() *GetNetworkPiiPiiKeysParams

NewGetNetworkPiiPiiKeysParams creates a new GetNetworkPiiPiiKeysParams object with the default values initialized.

func NewGetNetworkPiiPiiKeysParamsWithContext

func NewGetNetworkPiiPiiKeysParamsWithContext(ctx context.Context) *GetNetworkPiiPiiKeysParams

NewGetNetworkPiiPiiKeysParamsWithContext creates a new GetNetworkPiiPiiKeysParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkPiiPiiKeysParamsWithHTTPClient

func NewGetNetworkPiiPiiKeysParamsWithHTTPClient(client *http.Client) *GetNetworkPiiPiiKeysParams

NewGetNetworkPiiPiiKeysParamsWithHTTPClient creates a new GetNetworkPiiPiiKeysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkPiiPiiKeysParamsWithTimeout

func NewGetNetworkPiiPiiKeysParamsWithTimeout(timeout time.Duration) *GetNetworkPiiPiiKeysParams

NewGetNetworkPiiPiiKeysParamsWithTimeout creates a new GetNetworkPiiPiiKeysParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkPiiPiiKeysParams) SetBluetoothMac

func (o *GetNetworkPiiPiiKeysParams) SetBluetoothMac(bluetoothMac *string)

SetBluetoothMac adds the bluetoothMac to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetContext

func (o *GetNetworkPiiPiiKeysParams) SetContext(ctx context.Context)

SetContext adds the context to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetEmail

func (o *GetNetworkPiiPiiKeysParams) SetEmail(email *string)

SetEmail adds the email to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetHTTPClient

func (o *GetNetworkPiiPiiKeysParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetImei

func (o *GetNetworkPiiPiiKeysParams) SetImei(imei *string)

SetImei adds the imei to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetMac

func (o *GetNetworkPiiPiiKeysParams) SetMac(mac *string)

SetMac adds the mac to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetNetworkID

func (o *GetNetworkPiiPiiKeysParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetSerial

func (o *GetNetworkPiiPiiKeysParams) SetSerial(serial *string)

SetSerial adds the serial to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetTimeout

func (o *GetNetworkPiiPiiKeysParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) SetUsername

func (o *GetNetworkPiiPiiKeysParams) SetUsername(username *string)

SetUsername adds the username to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithBluetoothMac

func (o *GetNetworkPiiPiiKeysParams) WithBluetoothMac(bluetoothMac *string) *GetNetworkPiiPiiKeysParams

WithBluetoothMac adds the bluetoothMac to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithContext

WithContext adds the context to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithEmail

WithEmail adds the email to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithImei

WithImei adds the imei to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithMac

WithMac adds the mac to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithNetworkID

func (o *GetNetworkPiiPiiKeysParams) WithNetworkID(networkID string) *GetNetworkPiiPiiKeysParams

WithNetworkID adds the networkID to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithSerial

WithSerial adds the serial to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithTimeout

WithTimeout adds the timeout to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WithUsername

func (o *GetNetworkPiiPiiKeysParams) WithUsername(username *string) *GetNetworkPiiPiiKeysParams

WithUsername adds the username to the get network pii pii keys params

func (*GetNetworkPiiPiiKeysParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkPiiPiiKeysReader

type GetNetworkPiiPiiKeysReader struct {
	// contains filtered or unexported fields
}

GetNetworkPiiPiiKeysReader is a Reader for the GetNetworkPiiPiiKeys structure.

func (*GetNetworkPiiPiiKeysReader) ReadResponse

func (o *GetNetworkPiiPiiKeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkPiiRequestOK

type GetNetworkPiiRequestOK struct {
	Payload interface{}
}

GetNetworkPiiRequestOK handles this case with default header values.

Successful operation

func NewGetNetworkPiiRequestOK

func NewGetNetworkPiiRequestOK() *GetNetworkPiiRequestOK

NewGetNetworkPiiRequestOK creates a GetNetworkPiiRequestOK with default headers values

func (*GetNetworkPiiRequestOK) Error

func (o *GetNetworkPiiRequestOK) Error() string

func (*GetNetworkPiiRequestOK) GetPayload

func (o *GetNetworkPiiRequestOK) GetPayload() interface{}

type GetNetworkPiiRequestParams

type GetNetworkPiiRequestParams struct {

	/*NetworkID*/
	NetworkID string
	/*RequestID*/
	RequestID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkPiiRequestParams contains all the parameters to send to the API endpoint for the get network pii request operation typically these are written to a http.Request

func NewGetNetworkPiiRequestParams

func NewGetNetworkPiiRequestParams() *GetNetworkPiiRequestParams

NewGetNetworkPiiRequestParams creates a new GetNetworkPiiRequestParams object with the default values initialized.

func NewGetNetworkPiiRequestParamsWithContext

func NewGetNetworkPiiRequestParamsWithContext(ctx context.Context) *GetNetworkPiiRequestParams

NewGetNetworkPiiRequestParamsWithContext creates a new GetNetworkPiiRequestParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkPiiRequestParamsWithHTTPClient

func NewGetNetworkPiiRequestParamsWithHTTPClient(client *http.Client) *GetNetworkPiiRequestParams

NewGetNetworkPiiRequestParamsWithHTTPClient creates a new GetNetworkPiiRequestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkPiiRequestParamsWithTimeout

func NewGetNetworkPiiRequestParamsWithTimeout(timeout time.Duration) *GetNetworkPiiRequestParams

NewGetNetworkPiiRequestParamsWithTimeout creates a new GetNetworkPiiRequestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkPiiRequestParams) SetContext

func (o *GetNetworkPiiRequestParams) SetContext(ctx context.Context)

SetContext adds the context to the get network pii request params

func (*GetNetworkPiiRequestParams) SetHTTPClient

func (o *GetNetworkPiiRequestParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network pii request params

func (*GetNetworkPiiRequestParams) SetNetworkID

func (o *GetNetworkPiiRequestParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network pii request params

func (*GetNetworkPiiRequestParams) SetRequestID

func (o *GetNetworkPiiRequestParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the get network pii request params

func (*GetNetworkPiiRequestParams) SetTimeout

func (o *GetNetworkPiiRequestParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network pii request params

func (*GetNetworkPiiRequestParams) WithContext

WithContext adds the context to the get network pii request params

func (*GetNetworkPiiRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network pii request params

func (*GetNetworkPiiRequestParams) WithNetworkID

func (o *GetNetworkPiiRequestParams) WithNetworkID(networkID string) *GetNetworkPiiRequestParams

WithNetworkID adds the networkID to the get network pii request params

func (*GetNetworkPiiRequestParams) WithRequestID

func (o *GetNetworkPiiRequestParams) WithRequestID(requestID string) *GetNetworkPiiRequestParams

WithRequestID adds the requestID to the get network pii request params

func (*GetNetworkPiiRequestParams) WithTimeout

WithTimeout adds the timeout to the get network pii request params

func (*GetNetworkPiiRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkPiiRequestReader

type GetNetworkPiiRequestReader struct {
	// contains filtered or unexported fields
}

GetNetworkPiiRequestReader is a Reader for the GetNetworkPiiRequest structure.

func (*GetNetworkPiiRequestReader) ReadResponse

func (o *GetNetworkPiiRequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkPiiRequestsOK

type GetNetworkPiiRequestsOK struct {
	Payload interface{}
}

GetNetworkPiiRequestsOK handles this case with default header values.

Successful operation

func NewGetNetworkPiiRequestsOK

func NewGetNetworkPiiRequestsOK() *GetNetworkPiiRequestsOK

NewGetNetworkPiiRequestsOK creates a GetNetworkPiiRequestsOK with default headers values

func (*GetNetworkPiiRequestsOK) Error

func (o *GetNetworkPiiRequestsOK) Error() string

func (*GetNetworkPiiRequestsOK) GetPayload

func (o *GetNetworkPiiRequestsOK) GetPayload() interface{}

type GetNetworkPiiRequestsParams

type GetNetworkPiiRequestsParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkPiiRequestsParams contains all the parameters to send to the API endpoint for the get network pii requests operation typically these are written to a http.Request

func NewGetNetworkPiiRequestsParams

func NewGetNetworkPiiRequestsParams() *GetNetworkPiiRequestsParams

NewGetNetworkPiiRequestsParams creates a new GetNetworkPiiRequestsParams object with the default values initialized.

func NewGetNetworkPiiRequestsParamsWithContext

func NewGetNetworkPiiRequestsParamsWithContext(ctx context.Context) *GetNetworkPiiRequestsParams

NewGetNetworkPiiRequestsParamsWithContext creates a new GetNetworkPiiRequestsParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkPiiRequestsParamsWithHTTPClient

func NewGetNetworkPiiRequestsParamsWithHTTPClient(client *http.Client) *GetNetworkPiiRequestsParams

NewGetNetworkPiiRequestsParamsWithHTTPClient creates a new GetNetworkPiiRequestsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkPiiRequestsParamsWithTimeout

func NewGetNetworkPiiRequestsParamsWithTimeout(timeout time.Duration) *GetNetworkPiiRequestsParams

NewGetNetworkPiiRequestsParamsWithTimeout creates a new GetNetworkPiiRequestsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkPiiRequestsParams) SetContext

func (o *GetNetworkPiiRequestsParams) SetContext(ctx context.Context)

SetContext adds the context to the get network pii requests params

func (*GetNetworkPiiRequestsParams) SetHTTPClient

func (o *GetNetworkPiiRequestsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network pii requests params

func (*GetNetworkPiiRequestsParams) SetNetworkID

func (o *GetNetworkPiiRequestsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network pii requests params

func (*GetNetworkPiiRequestsParams) SetTimeout

func (o *GetNetworkPiiRequestsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network pii requests params

func (*GetNetworkPiiRequestsParams) WithContext

WithContext adds the context to the get network pii requests params

func (*GetNetworkPiiRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network pii requests params

func (*GetNetworkPiiRequestsParams) WithNetworkID

func (o *GetNetworkPiiRequestsParams) WithNetworkID(networkID string) *GetNetworkPiiRequestsParams

WithNetworkID adds the networkID to the get network pii requests params

func (*GetNetworkPiiRequestsParams) WithTimeout

WithTimeout adds the timeout to the get network pii requests params

func (*GetNetworkPiiRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkPiiRequestsReader

type GetNetworkPiiRequestsReader struct {
	// contains filtered or unexported fields
}

GetNetworkPiiRequestsReader is a Reader for the GetNetworkPiiRequests structure.

func (*GetNetworkPiiRequestsReader) ReadResponse

func (o *GetNetworkPiiRequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkPiiSmDevicesForKeyOK

type GetNetworkPiiSmDevicesForKeyOK struct {
	Payload interface{}
}

GetNetworkPiiSmDevicesForKeyOK handles this case with default header values.

Successful operation

func NewGetNetworkPiiSmDevicesForKeyOK

func NewGetNetworkPiiSmDevicesForKeyOK() *GetNetworkPiiSmDevicesForKeyOK

NewGetNetworkPiiSmDevicesForKeyOK creates a GetNetworkPiiSmDevicesForKeyOK with default headers values

func (*GetNetworkPiiSmDevicesForKeyOK) Error

func (*GetNetworkPiiSmDevicesForKeyOK) GetPayload

func (o *GetNetworkPiiSmDevicesForKeyOK) GetPayload() interface{}

type GetNetworkPiiSmDevicesForKeyParams

type GetNetworkPiiSmDevicesForKeyParams struct {

	/*BluetoothMac
	  The MAC of a Bluetooth client

	*/
	BluetoothMac *string
	/*Email
	  The email of a network user account or a Systems Manager device

	*/
	Email *string
	/*Imei
	  The IMEI of a Systems Manager device

	*/
	Imei *string
	/*Mac
	  The MAC of a network client device or a Systems Manager device

	*/
	Mac *string
	/*NetworkID*/
	NetworkID string
	/*Serial
	  The serial of a Systems Manager device

	*/
	Serial *string
	/*Username
	  The username of a Systems Manager user

	*/
	Username *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkPiiSmDevicesForKeyParams contains all the parameters to send to the API endpoint for the get network pii sm devices for key operation typically these are written to a http.Request

func NewGetNetworkPiiSmDevicesForKeyParams

func NewGetNetworkPiiSmDevicesForKeyParams() *GetNetworkPiiSmDevicesForKeyParams

NewGetNetworkPiiSmDevicesForKeyParams creates a new GetNetworkPiiSmDevicesForKeyParams object with the default values initialized.

func NewGetNetworkPiiSmDevicesForKeyParamsWithContext

func NewGetNetworkPiiSmDevicesForKeyParamsWithContext(ctx context.Context) *GetNetworkPiiSmDevicesForKeyParams

NewGetNetworkPiiSmDevicesForKeyParamsWithContext creates a new GetNetworkPiiSmDevicesForKeyParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkPiiSmDevicesForKeyParamsWithHTTPClient

func NewGetNetworkPiiSmDevicesForKeyParamsWithHTTPClient(client *http.Client) *GetNetworkPiiSmDevicesForKeyParams

NewGetNetworkPiiSmDevicesForKeyParamsWithHTTPClient creates a new GetNetworkPiiSmDevicesForKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkPiiSmDevicesForKeyParamsWithTimeout

func NewGetNetworkPiiSmDevicesForKeyParamsWithTimeout(timeout time.Duration) *GetNetworkPiiSmDevicesForKeyParams

NewGetNetworkPiiSmDevicesForKeyParamsWithTimeout creates a new GetNetworkPiiSmDevicesForKeyParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkPiiSmDevicesForKeyParams) SetBluetoothMac

func (o *GetNetworkPiiSmDevicesForKeyParams) SetBluetoothMac(bluetoothMac *string)

SetBluetoothMac adds the bluetoothMac to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetContext

SetContext adds the context to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetEmail

func (o *GetNetworkPiiSmDevicesForKeyParams) SetEmail(email *string)

SetEmail adds the email to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetHTTPClient

func (o *GetNetworkPiiSmDevicesForKeyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetImei

func (o *GetNetworkPiiSmDevicesForKeyParams) SetImei(imei *string)

SetImei adds the imei to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetMac

SetMac adds the mac to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetNetworkID

func (o *GetNetworkPiiSmDevicesForKeyParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetSerial

func (o *GetNetworkPiiSmDevicesForKeyParams) SetSerial(serial *string)

SetSerial adds the serial to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetTimeout

func (o *GetNetworkPiiSmDevicesForKeyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) SetUsername

func (o *GetNetworkPiiSmDevicesForKeyParams) SetUsername(username *string)

SetUsername adds the username to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithBluetoothMac

WithBluetoothMac adds the bluetoothMac to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithContext

WithContext adds the context to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithEmail

WithEmail adds the email to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithImei

WithImei adds the imei to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithMac

WithMac adds the mac to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithNetworkID

WithNetworkID adds the networkID to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithSerial

WithSerial adds the serial to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithTimeout

WithTimeout adds the timeout to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WithUsername

WithUsername adds the username to the get network pii sm devices for key params

func (*GetNetworkPiiSmDevicesForKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkPiiSmDevicesForKeyReader

type GetNetworkPiiSmDevicesForKeyReader struct {
	// contains filtered or unexported fields
}

GetNetworkPiiSmDevicesForKeyReader is a Reader for the GetNetworkPiiSmDevicesForKey structure.

func (*GetNetworkPiiSmDevicesForKeyReader) ReadResponse

func (o *GetNetworkPiiSmDevicesForKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkPiiSmOwnersForKeyOK

type GetNetworkPiiSmOwnersForKeyOK struct {
	Payload interface{}
}

GetNetworkPiiSmOwnersForKeyOK handles this case with default header values.

Successful operation

func NewGetNetworkPiiSmOwnersForKeyOK

func NewGetNetworkPiiSmOwnersForKeyOK() *GetNetworkPiiSmOwnersForKeyOK

NewGetNetworkPiiSmOwnersForKeyOK creates a GetNetworkPiiSmOwnersForKeyOK with default headers values

func (*GetNetworkPiiSmOwnersForKeyOK) Error

func (*GetNetworkPiiSmOwnersForKeyOK) GetPayload

func (o *GetNetworkPiiSmOwnersForKeyOK) GetPayload() interface{}

type GetNetworkPiiSmOwnersForKeyParams

type GetNetworkPiiSmOwnersForKeyParams struct {

	/*BluetoothMac
	  The MAC of a Bluetooth client

	*/
	BluetoothMac *string
	/*Email
	  The email of a network user account or a Systems Manager device

	*/
	Email *string
	/*Imei
	  The IMEI of a Systems Manager device

	*/
	Imei *string
	/*Mac
	  The MAC of a network client device or a Systems Manager device

	*/
	Mac *string
	/*NetworkID*/
	NetworkID string
	/*Serial
	  The serial of a Systems Manager device

	*/
	Serial *string
	/*Username
	  The username of a Systems Manager user

	*/
	Username *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkPiiSmOwnersForKeyParams contains all the parameters to send to the API endpoint for the get network pii sm owners for key operation typically these are written to a http.Request

func NewGetNetworkPiiSmOwnersForKeyParams

func NewGetNetworkPiiSmOwnersForKeyParams() *GetNetworkPiiSmOwnersForKeyParams

NewGetNetworkPiiSmOwnersForKeyParams creates a new GetNetworkPiiSmOwnersForKeyParams object with the default values initialized.

func NewGetNetworkPiiSmOwnersForKeyParamsWithContext

func NewGetNetworkPiiSmOwnersForKeyParamsWithContext(ctx context.Context) *GetNetworkPiiSmOwnersForKeyParams

NewGetNetworkPiiSmOwnersForKeyParamsWithContext creates a new GetNetworkPiiSmOwnersForKeyParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkPiiSmOwnersForKeyParamsWithHTTPClient

func NewGetNetworkPiiSmOwnersForKeyParamsWithHTTPClient(client *http.Client) *GetNetworkPiiSmOwnersForKeyParams

NewGetNetworkPiiSmOwnersForKeyParamsWithHTTPClient creates a new GetNetworkPiiSmOwnersForKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkPiiSmOwnersForKeyParamsWithTimeout

func NewGetNetworkPiiSmOwnersForKeyParamsWithTimeout(timeout time.Duration) *GetNetworkPiiSmOwnersForKeyParams

NewGetNetworkPiiSmOwnersForKeyParamsWithTimeout creates a new GetNetworkPiiSmOwnersForKeyParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkPiiSmOwnersForKeyParams) SetBluetoothMac

func (o *GetNetworkPiiSmOwnersForKeyParams) SetBluetoothMac(bluetoothMac *string)

SetBluetoothMac adds the bluetoothMac to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetContext

SetContext adds the context to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetEmail

func (o *GetNetworkPiiSmOwnersForKeyParams) SetEmail(email *string)

SetEmail adds the email to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetHTTPClient

func (o *GetNetworkPiiSmOwnersForKeyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetImei

func (o *GetNetworkPiiSmOwnersForKeyParams) SetImei(imei *string)

SetImei adds the imei to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetMac

func (o *GetNetworkPiiSmOwnersForKeyParams) SetMac(mac *string)

SetMac adds the mac to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetNetworkID

func (o *GetNetworkPiiSmOwnersForKeyParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetSerial

func (o *GetNetworkPiiSmOwnersForKeyParams) SetSerial(serial *string)

SetSerial adds the serial to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetTimeout

func (o *GetNetworkPiiSmOwnersForKeyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) SetUsername

func (o *GetNetworkPiiSmOwnersForKeyParams) SetUsername(username *string)

SetUsername adds the username to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithBluetoothMac

WithBluetoothMac adds the bluetoothMac to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithContext

WithContext adds the context to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithEmail

WithEmail adds the email to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithImei

WithImei adds the imei to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithMac

WithMac adds the mac to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithNetworkID

WithNetworkID adds the networkID to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithSerial

WithSerial adds the serial to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithTimeout

WithTimeout adds the timeout to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WithUsername

WithUsername adds the username to the get network pii sm owners for key params

func (*GetNetworkPiiSmOwnersForKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkPiiSmOwnersForKeyReader

type GetNetworkPiiSmOwnersForKeyReader struct {
	// contains filtered or unexported fields
}

GetNetworkPiiSmOwnersForKeyReader is a Reader for the GetNetworkPiiSmOwnersForKey structure.

func (*GetNetworkPiiSmOwnersForKeyReader) ReadResponse

func (o *GetNetworkPiiSmOwnersForKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL