device_control_policies

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 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 device control policies API

func (*Client) CreateDeviceControlPolicies

func (a *Client) CreateDeviceControlPolicies(params *CreateDeviceControlPoliciesParams, opts ...ClientOption) (*CreateDeviceControlPoliciesCreated, error)

CreateDeviceControlPolicies creates device control policies by specifying details about the policy to create

func (*Client) DeleteDeviceControlPolicies

func (a *Client) DeleteDeviceControlPolicies(params *DeleteDeviceControlPoliciesParams, opts ...ClientOption) (*DeleteDeviceControlPoliciesOK, error)

DeleteDeviceControlPolicies deletes a set of device control policies by specifying their i ds

func (*Client) GetDefaultDeviceControlPolicies added in v0.2.33

func (a *Client) GetDefaultDeviceControlPolicies(params *GetDefaultDeviceControlPoliciesParams, opts ...ClientOption) (*GetDefaultDeviceControlPoliciesOK, error)

GetDefaultDeviceControlPolicies retrieves the configuration for a default device control policy

func (*Client) GetDeviceControlPolicies

func (a *Client) GetDeviceControlPolicies(params *GetDeviceControlPoliciesParams, opts ...ClientOption) (*GetDeviceControlPoliciesOK, error)

GetDeviceControlPolicies retrieves a set of device control policies by specifying their i ds

func (*Client) PerformDeviceControlPoliciesAction

func (a *Client) PerformDeviceControlPoliciesAction(params *PerformDeviceControlPoliciesActionParams, opts ...ClientOption) (*PerformDeviceControlPoliciesActionOK, error)

PerformDeviceControlPoliciesAction performs the specified action on the device control policies specified in the request

func (*Client) QueryCombinedDeviceControlPolicies

func (a *Client) QueryCombinedDeviceControlPolicies(params *QueryCombinedDeviceControlPoliciesParams, opts ...ClientOption) (*QueryCombinedDeviceControlPoliciesOK, error)

QueryCombinedDeviceControlPolicies searches for device control policies in your environment by providing an f q l filter and paging details returns a set of device control policies which match the filter criteria

func (*Client) QueryCombinedDeviceControlPolicyMembers

func (a *Client) QueryCombinedDeviceControlPolicyMembers(params *QueryCombinedDeviceControlPolicyMembersParams, opts ...ClientOption) (*QueryCombinedDeviceControlPolicyMembersOK, error)

QueryCombinedDeviceControlPolicyMembers searches for members of a device control policy in your environment by providing an f q l filter and paging details returns a set of host details which match the filter criteria

func (*Client) QueryDeviceControlPolicies

func (a *Client) QueryDeviceControlPolicies(params *QueryDeviceControlPoliciesParams, opts ...ClientOption) (*QueryDeviceControlPoliciesOK, error)

QueryDeviceControlPolicies searches for device control policies in your environment by providing an f q l filter and paging details returns a set of device control policy i ds which match the filter criteria

func (*Client) QueryDeviceControlPolicyMembers

func (a *Client) QueryDeviceControlPolicyMembers(params *QueryDeviceControlPolicyMembersParams, opts ...ClientOption) (*QueryDeviceControlPolicyMembersOK, error)

QueryDeviceControlPolicyMembers searches for members of a device control policy in your environment by providing an f q l filter and paging details returns a set of agent i ds which match the filter criteria

func (*Client) SetDeviceControlPoliciesPrecedence

func (a *Client) SetDeviceControlPoliciesPrecedence(params *SetDeviceControlPoliciesPrecedenceParams, opts ...ClientOption) (*SetDeviceControlPoliciesPrecedenceOK, error)

SetDeviceControlPoliciesPrecedence sets the precedence of device control policies based on the order of i ds specified in the request the first ID specified will have the highest precedence and the last ID specified will have the lowest you must specify all non default policies for a platform when updating precedence

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDefaultDeviceControlPolicies added in v0.2.33

func (a *Client) UpdateDefaultDeviceControlPolicies(params *UpdateDefaultDeviceControlPoliciesParams, opts ...ClientOption) (*UpdateDefaultDeviceControlPoliciesOK, error)

UpdateDefaultDeviceControlPolicies updates the configuration for a default device control policy

func (*Client) UpdateDeviceControlPolicies

func (a *Client) UpdateDeviceControlPolicies(params *UpdateDeviceControlPoliciesParams, opts ...ClientOption) (*UpdateDeviceControlPoliciesOK, error)

UpdateDeviceControlPolicies updates device control policies by specifying the ID of the policy and details to update

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateDeviceControlPolicies(params *CreateDeviceControlPoliciesParams, opts ...ClientOption) (*CreateDeviceControlPoliciesCreated, error)

	DeleteDeviceControlPolicies(params *DeleteDeviceControlPoliciesParams, opts ...ClientOption) (*DeleteDeviceControlPoliciesOK, error)

	GetDefaultDeviceControlPolicies(params *GetDefaultDeviceControlPoliciesParams, opts ...ClientOption) (*GetDefaultDeviceControlPoliciesOK, error)

	GetDeviceControlPolicies(params *GetDeviceControlPoliciesParams, opts ...ClientOption) (*GetDeviceControlPoliciesOK, error)

	PerformDeviceControlPoliciesAction(params *PerformDeviceControlPoliciesActionParams, opts ...ClientOption) (*PerformDeviceControlPoliciesActionOK, error)

	QueryCombinedDeviceControlPolicies(params *QueryCombinedDeviceControlPoliciesParams, opts ...ClientOption) (*QueryCombinedDeviceControlPoliciesOK, error)

	QueryCombinedDeviceControlPolicyMembers(params *QueryCombinedDeviceControlPolicyMembersParams, opts ...ClientOption) (*QueryCombinedDeviceControlPolicyMembersOK, error)

	QueryDeviceControlPolicies(params *QueryDeviceControlPoliciesParams, opts ...ClientOption) (*QueryDeviceControlPoliciesOK, error)

	QueryDeviceControlPolicyMembers(params *QueryDeviceControlPolicyMembersParams, opts ...ClientOption) (*QueryDeviceControlPolicyMembersOK, error)

	SetDeviceControlPoliciesPrecedence(params *SetDeviceControlPoliciesPrecedenceParams, opts ...ClientOption) (*SetDeviceControlPoliciesPrecedenceOK, error)

	UpdateDefaultDeviceControlPolicies(params *UpdateDefaultDeviceControlPoliciesParams, opts ...ClientOption) (*UpdateDefaultDeviceControlPoliciesOK, error)

	UpdateDeviceControlPolicies(params *UpdateDeviceControlPoliciesParams, opts ...ClientOption) (*UpdateDeviceControlPoliciesOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new device control policies API client.

type CreateDeviceControlPoliciesBadRequest

type CreateDeviceControlPoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV2
}

CreateDeviceControlPoliciesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateDeviceControlPoliciesBadRequest

func NewCreateDeviceControlPoliciesBadRequest() *CreateDeviceControlPoliciesBadRequest

NewCreateDeviceControlPoliciesBadRequest creates a CreateDeviceControlPoliciesBadRequest with default headers values

func (*CreateDeviceControlPoliciesBadRequest) Code added in v0.2.33

Code gets the status code for the create device control policies bad request response

func (*CreateDeviceControlPoliciesBadRequest) Error

func (*CreateDeviceControlPoliciesBadRequest) GetPayload

func (*CreateDeviceControlPoliciesBadRequest) IsClientError added in v0.2.27

func (o *CreateDeviceControlPoliciesBadRequest) IsClientError() bool

IsClientError returns true when this create device control policies bad request response has a 4xx status code

func (*CreateDeviceControlPoliciesBadRequest) IsCode added in v0.2.27

IsCode returns true when this create device control policies bad request response a status code equal to that given

func (*CreateDeviceControlPoliciesBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this create device control policies bad request response has a 3xx status code

func (*CreateDeviceControlPoliciesBadRequest) IsServerError added in v0.2.27

func (o *CreateDeviceControlPoliciesBadRequest) IsServerError() bool

IsServerError returns true when this create device control policies bad request response has a 5xx status code

func (*CreateDeviceControlPoliciesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this create device control policies bad request response has a 2xx status code

func (*CreateDeviceControlPoliciesBadRequest) String added in v0.2.27

type CreateDeviceControlPoliciesCreated

type CreateDeviceControlPoliciesCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV2
}

CreateDeviceControlPoliciesCreated describes a response with status code 201, with default header values.

Created

func NewCreateDeviceControlPoliciesCreated

func NewCreateDeviceControlPoliciesCreated() *CreateDeviceControlPoliciesCreated

NewCreateDeviceControlPoliciesCreated creates a CreateDeviceControlPoliciesCreated with default headers values

func (*CreateDeviceControlPoliciesCreated) Code added in v0.2.33

Code gets the status code for the create device control policies created response

func (*CreateDeviceControlPoliciesCreated) Error

func (*CreateDeviceControlPoliciesCreated) GetPayload

func (*CreateDeviceControlPoliciesCreated) IsClientError added in v0.2.27

func (o *CreateDeviceControlPoliciesCreated) IsClientError() bool

IsClientError returns true when this create device control policies created response has a 4xx status code

func (*CreateDeviceControlPoliciesCreated) IsCode added in v0.2.27

IsCode returns true when this create device control policies created response a status code equal to that given

func (*CreateDeviceControlPoliciesCreated) IsRedirect added in v0.2.27

func (o *CreateDeviceControlPoliciesCreated) IsRedirect() bool

IsRedirect returns true when this create device control policies created response has a 3xx status code

func (*CreateDeviceControlPoliciesCreated) IsServerError added in v0.2.27

func (o *CreateDeviceControlPoliciesCreated) IsServerError() bool

IsServerError returns true when this create device control policies created response has a 5xx status code

func (*CreateDeviceControlPoliciesCreated) IsSuccess added in v0.2.27

IsSuccess returns true when this create device control policies created response has a 2xx status code

func (*CreateDeviceControlPoliciesCreated) String added in v0.2.27

type CreateDeviceControlPoliciesForbidden

type CreateDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

CreateDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateDeviceControlPoliciesForbidden

func NewCreateDeviceControlPoliciesForbidden() *CreateDeviceControlPoliciesForbidden

NewCreateDeviceControlPoliciesForbidden creates a CreateDeviceControlPoliciesForbidden with default headers values

func (*CreateDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the create device control policies forbidden response

func (*CreateDeviceControlPoliciesForbidden) Error

func (*CreateDeviceControlPoliciesForbidden) GetPayload

func (*CreateDeviceControlPoliciesForbidden) IsClientError added in v0.2.27

func (o *CreateDeviceControlPoliciesForbidden) IsClientError() bool

IsClientError returns true when this create device control policies forbidden response has a 4xx status code

func (*CreateDeviceControlPoliciesForbidden) IsCode added in v0.2.27

IsCode returns true when this create device control policies forbidden response a status code equal to that given

func (*CreateDeviceControlPoliciesForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this create device control policies forbidden response has a 3xx status code

func (*CreateDeviceControlPoliciesForbidden) IsServerError added in v0.2.27

func (o *CreateDeviceControlPoliciesForbidden) IsServerError() bool

IsServerError returns true when this create device control policies forbidden response has a 5xx status code

func (*CreateDeviceControlPoliciesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this create device control policies forbidden response has a 2xx status code

func (*CreateDeviceControlPoliciesForbidden) String added in v0.2.27

type CreateDeviceControlPoliciesInternalServerError

type CreateDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV2
}

CreateDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewCreateDeviceControlPoliciesInternalServerError

func NewCreateDeviceControlPoliciesInternalServerError() *CreateDeviceControlPoliciesInternalServerError

NewCreateDeviceControlPoliciesInternalServerError creates a CreateDeviceControlPoliciesInternalServerError with default headers values

func (*CreateDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the create device control policies internal server error response

func (*CreateDeviceControlPoliciesInternalServerError) Error

func (*CreateDeviceControlPoliciesInternalServerError) GetPayload

func (*CreateDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this create device control policies internal server error response has a 4xx status code

func (*CreateDeviceControlPoliciesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this create device control policies internal server error response a status code equal to that given

func (*CreateDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this create device control policies internal server error response has a 3xx status code

func (*CreateDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this create device control policies internal server error response has a 5xx status code

func (*CreateDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this create device control policies internal server error response has a 2xx status code

func (*CreateDeviceControlPoliciesInternalServerError) String added in v0.2.27

type CreateDeviceControlPoliciesNotFound

type CreateDeviceControlPoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

CreateDeviceControlPoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateDeviceControlPoliciesNotFound

func NewCreateDeviceControlPoliciesNotFound() *CreateDeviceControlPoliciesNotFound

NewCreateDeviceControlPoliciesNotFound creates a CreateDeviceControlPoliciesNotFound with default headers values

func (*CreateDeviceControlPoliciesNotFound) Code added in v0.2.33

Code gets the status code for the create device control policies not found response

func (*CreateDeviceControlPoliciesNotFound) Error

func (*CreateDeviceControlPoliciesNotFound) GetPayload

func (*CreateDeviceControlPoliciesNotFound) IsClientError added in v0.2.27

func (o *CreateDeviceControlPoliciesNotFound) IsClientError() bool

IsClientError returns true when this create device control policies not found response has a 4xx status code

func (*CreateDeviceControlPoliciesNotFound) IsCode added in v0.2.27

IsCode returns true when this create device control policies not found response a status code equal to that given

func (*CreateDeviceControlPoliciesNotFound) IsRedirect added in v0.2.27

func (o *CreateDeviceControlPoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this create device control policies not found response has a 3xx status code

func (*CreateDeviceControlPoliciesNotFound) IsServerError added in v0.2.27

func (o *CreateDeviceControlPoliciesNotFound) IsServerError() bool

IsServerError returns true when this create device control policies not found response has a 5xx status code

func (*CreateDeviceControlPoliciesNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this create device control policies not found response has a 2xx status code

func (*CreateDeviceControlPoliciesNotFound) String added in v0.2.27

type CreateDeviceControlPoliciesParams

type CreateDeviceControlPoliciesParams struct {

	// Body.
	Body *models.DeviceControlCreatePoliciesV1

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

CreateDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the create device control policies operation.

Typically these are written to a http.Request.

func NewCreateDeviceControlPoliciesParams

func NewCreateDeviceControlPoliciesParams() *CreateDeviceControlPoliciesParams

NewCreateDeviceControlPoliciesParams creates a new CreateDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateDeviceControlPoliciesParamsWithContext

func NewCreateDeviceControlPoliciesParamsWithContext(ctx context.Context) *CreateDeviceControlPoliciesParams

NewCreateDeviceControlPoliciesParamsWithContext creates a new CreateDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewCreateDeviceControlPoliciesParamsWithHTTPClient

func NewCreateDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *CreateDeviceControlPoliciesParams

NewCreateDeviceControlPoliciesParamsWithHTTPClient creates a new CreateDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDeviceControlPoliciesParamsWithTimeout

func NewCreateDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *CreateDeviceControlPoliciesParams

NewCreateDeviceControlPoliciesParamsWithTimeout creates a new CreateDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*CreateDeviceControlPoliciesParams) SetBody

SetBody adds the body to the create device control policies params

func (*CreateDeviceControlPoliciesParams) SetContext

SetContext adds the context to the create device control policies params

func (*CreateDeviceControlPoliciesParams) SetDefaults

func (o *CreateDeviceControlPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the create device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*CreateDeviceControlPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create device control policies params

func (*CreateDeviceControlPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the create device control policies params

func (*CreateDeviceControlPoliciesParams) WithBody

WithBody adds the body to the create device control policies params

func (*CreateDeviceControlPoliciesParams) WithContext

WithContext adds the context to the create device control policies params

func (*CreateDeviceControlPoliciesParams) WithDefaults

WithDefaults hydrates default values in the create device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*CreateDeviceControlPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create device control policies params

func (*CreateDeviceControlPoliciesParams) WithTimeout

WithTimeout adds the timeout to the create device control policies params

func (*CreateDeviceControlPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDeviceControlPoliciesReader

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

CreateDeviceControlPoliciesReader is a Reader for the CreateDeviceControlPolicies structure.

func (*CreateDeviceControlPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDeviceControlPoliciesTooManyRequests

type CreateDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CreateDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateDeviceControlPoliciesTooManyRequests

func NewCreateDeviceControlPoliciesTooManyRequests() *CreateDeviceControlPoliciesTooManyRequests

NewCreateDeviceControlPoliciesTooManyRequests creates a CreateDeviceControlPoliciesTooManyRequests with default headers values

func (*CreateDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the create device control policies too many requests response

func (*CreateDeviceControlPoliciesTooManyRequests) Error

func (*CreateDeviceControlPoliciesTooManyRequests) GetPayload

func (*CreateDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this create device control policies too many requests response has a 4xx status code

func (*CreateDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this create device control policies too many requests response a status code equal to that given

func (*CreateDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this create device control policies too many requests response has a 3xx status code

func (*CreateDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this create device control policies too many requests response has a 5xx status code

func (*CreateDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this create device control policies too many requests response has a 2xx status code

func (*CreateDeviceControlPoliciesTooManyRequests) String added in v0.2.27

type DeleteDeviceControlPoliciesForbidden

type DeleteDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

DeleteDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteDeviceControlPoliciesForbidden

func NewDeleteDeviceControlPoliciesForbidden() *DeleteDeviceControlPoliciesForbidden

NewDeleteDeviceControlPoliciesForbidden creates a DeleteDeviceControlPoliciesForbidden with default headers values

func (*DeleteDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the delete device control policies forbidden response

func (*DeleteDeviceControlPoliciesForbidden) Error

func (*DeleteDeviceControlPoliciesForbidden) GetPayload

func (*DeleteDeviceControlPoliciesForbidden) IsClientError added in v0.2.27

func (o *DeleteDeviceControlPoliciesForbidden) IsClientError() bool

IsClientError returns true when this delete device control policies forbidden response has a 4xx status code

func (*DeleteDeviceControlPoliciesForbidden) IsCode added in v0.2.27

IsCode returns true when this delete device control policies forbidden response a status code equal to that given

func (*DeleteDeviceControlPoliciesForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this delete device control policies forbidden response has a 3xx status code

func (*DeleteDeviceControlPoliciesForbidden) IsServerError added in v0.2.27

func (o *DeleteDeviceControlPoliciesForbidden) IsServerError() bool

IsServerError returns true when this delete device control policies forbidden response has a 5xx status code

func (*DeleteDeviceControlPoliciesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this delete device control policies forbidden response has a 2xx status code

func (*DeleteDeviceControlPoliciesForbidden) String added in v0.2.27

type DeleteDeviceControlPoliciesInternalServerError

type DeleteDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteDeviceControlPoliciesInternalServerError

func NewDeleteDeviceControlPoliciesInternalServerError() *DeleteDeviceControlPoliciesInternalServerError

NewDeleteDeviceControlPoliciesInternalServerError creates a DeleteDeviceControlPoliciesInternalServerError with default headers values

func (*DeleteDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the delete device control policies internal server error response

func (*DeleteDeviceControlPoliciesInternalServerError) Error

func (*DeleteDeviceControlPoliciesInternalServerError) GetPayload

func (*DeleteDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this delete device control policies internal server error response has a 4xx status code

func (*DeleteDeviceControlPoliciesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this delete device control policies internal server error response a status code equal to that given

func (*DeleteDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this delete device control policies internal server error response has a 3xx status code

func (*DeleteDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this delete device control policies internal server error response has a 5xx status code

func (*DeleteDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this delete device control policies internal server error response has a 2xx status code

func (*DeleteDeviceControlPoliciesInternalServerError) String added in v0.2.27

type DeleteDeviceControlPoliciesNotFound

type DeleteDeviceControlPoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteDeviceControlPoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteDeviceControlPoliciesNotFound

func NewDeleteDeviceControlPoliciesNotFound() *DeleteDeviceControlPoliciesNotFound

NewDeleteDeviceControlPoliciesNotFound creates a DeleteDeviceControlPoliciesNotFound with default headers values

func (*DeleteDeviceControlPoliciesNotFound) Code added in v0.2.33

Code gets the status code for the delete device control policies not found response

func (*DeleteDeviceControlPoliciesNotFound) Error

func (*DeleteDeviceControlPoliciesNotFound) GetPayload

func (*DeleteDeviceControlPoliciesNotFound) IsClientError added in v0.2.27

func (o *DeleteDeviceControlPoliciesNotFound) IsClientError() bool

IsClientError returns true when this delete device control policies not found response has a 4xx status code

func (*DeleteDeviceControlPoliciesNotFound) IsCode added in v0.2.27

IsCode returns true when this delete device control policies not found response a status code equal to that given

func (*DeleteDeviceControlPoliciesNotFound) IsRedirect added in v0.2.27

func (o *DeleteDeviceControlPoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this delete device control policies not found response has a 3xx status code

func (*DeleteDeviceControlPoliciesNotFound) IsServerError added in v0.2.27

func (o *DeleteDeviceControlPoliciesNotFound) IsServerError() bool

IsServerError returns true when this delete device control policies not found response has a 5xx status code

func (*DeleteDeviceControlPoliciesNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this delete device control policies not found response has a 2xx status code

func (*DeleteDeviceControlPoliciesNotFound) String added in v0.2.27

type DeleteDeviceControlPoliciesOK

type DeleteDeviceControlPoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteDeviceControlPoliciesOK describes a response with status code 200, with default header values.

OK

func NewDeleteDeviceControlPoliciesOK

func NewDeleteDeviceControlPoliciesOK() *DeleteDeviceControlPoliciesOK

NewDeleteDeviceControlPoliciesOK creates a DeleteDeviceControlPoliciesOK with default headers values

func (*DeleteDeviceControlPoliciesOK) Code added in v0.2.33

Code gets the status code for the delete device control policies o k response

func (*DeleteDeviceControlPoliciesOK) Error

func (*DeleteDeviceControlPoliciesOK) GetPayload

func (*DeleteDeviceControlPoliciesOK) IsClientError added in v0.2.27

func (o *DeleteDeviceControlPoliciesOK) IsClientError() bool

IsClientError returns true when this delete device control policies o k response has a 4xx status code

func (*DeleteDeviceControlPoliciesOK) IsCode added in v0.2.27

func (o *DeleteDeviceControlPoliciesOK) IsCode(code int) bool

IsCode returns true when this delete device control policies o k response a status code equal to that given

func (*DeleteDeviceControlPoliciesOK) IsRedirect added in v0.2.27

func (o *DeleteDeviceControlPoliciesOK) IsRedirect() bool

IsRedirect returns true when this delete device control policies o k response has a 3xx status code

func (*DeleteDeviceControlPoliciesOK) IsServerError added in v0.2.27

func (o *DeleteDeviceControlPoliciesOK) IsServerError() bool

IsServerError returns true when this delete device control policies o k response has a 5xx status code

func (*DeleteDeviceControlPoliciesOK) IsSuccess added in v0.2.27

func (o *DeleteDeviceControlPoliciesOK) IsSuccess() bool

IsSuccess returns true when this delete device control policies o k response has a 2xx status code

func (*DeleteDeviceControlPoliciesOK) String added in v0.2.27

type DeleteDeviceControlPoliciesParams

type DeleteDeviceControlPoliciesParams struct {

	/* Ids.

	   The IDs of the Device Control Policies to delete
	*/
	Ids []string

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

DeleteDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the delete device control policies operation.

Typically these are written to a http.Request.

func NewDeleteDeviceControlPoliciesParams

func NewDeleteDeviceControlPoliciesParams() *DeleteDeviceControlPoliciesParams

NewDeleteDeviceControlPoliciesParams creates a new DeleteDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteDeviceControlPoliciesParamsWithContext

func NewDeleteDeviceControlPoliciesParamsWithContext(ctx context.Context) *DeleteDeviceControlPoliciesParams

NewDeleteDeviceControlPoliciesParamsWithContext creates a new DeleteDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewDeleteDeviceControlPoliciesParamsWithHTTPClient

func NewDeleteDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *DeleteDeviceControlPoliciesParams

NewDeleteDeviceControlPoliciesParamsWithHTTPClient creates a new DeleteDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDeviceControlPoliciesParamsWithTimeout

func NewDeleteDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *DeleteDeviceControlPoliciesParams

NewDeleteDeviceControlPoliciesParamsWithTimeout creates a new DeleteDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*DeleteDeviceControlPoliciesParams) SetContext

SetContext adds the context to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) SetDefaults

func (o *DeleteDeviceControlPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the delete device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDeviceControlPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) SetIds

func (o *DeleteDeviceControlPoliciesParams) SetIds(ids []string)

SetIds adds the ids to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) WithContext

WithContext adds the context to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) WithDefaults

WithDefaults hydrates default values in the delete device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDeviceControlPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) WithIds

WithIds adds the ids to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) WithTimeout

WithTimeout adds the timeout to the delete device control policies params

func (*DeleteDeviceControlPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeviceControlPoliciesReader

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

DeleteDeviceControlPoliciesReader is a Reader for the DeleteDeviceControlPolicies structure.

func (*DeleteDeviceControlPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDeviceControlPoliciesTooManyRequests

type DeleteDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DeleteDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteDeviceControlPoliciesTooManyRequests

func NewDeleteDeviceControlPoliciesTooManyRequests() *DeleteDeviceControlPoliciesTooManyRequests

NewDeleteDeviceControlPoliciesTooManyRequests creates a DeleteDeviceControlPoliciesTooManyRequests with default headers values

func (*DeleteDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the delete device control policies too many requests response

func (*DeleteDeviceControlPoliciesTooManyRequests) Error

func (*DeleteDeviceControlPoliciesTooManyRequests) GetPayload

func (*DeleteDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this delete device control policies too many requests response has a 4xx status code

func (*DeleteDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this delete device control policies too many requests response a status code equal to that given

func (*DeleteDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this delete device control policies too many requests response has a 3xx status code

func (*DeleteDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this delete device control policies too many requests response has a 5xx status code

func (*DeleteDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this delete device control policies too many requests response has a 2xx status code

func (*DeleteDeviceControlPoliciesTooManyRequests) String added in v0.2.27

type GetDefaultDeviceControlPoliciesForbidden added in v0.2.33

type GetDefaultDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

GetDefaultDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetDefaultDeviceControlPoliciesForbidden added in v0.2.33

func NewGetDefaultDeviceControlPoliciesForbidden() *GetDefaultDeviceControlPoliciesForbidden

NewGetDefaultDeviceControlPoliciesForbidden creates a GetDefaultDeviceControlPoliciesForbidden with default headers values

func (*GetDefaultDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the get default device control policies forbidden response

func (*GetDefaultDeviceControlPoliciesForbidden) Error added in v0.2.33

func (*GetDefaultDeviceControlPoliciesForbidden) GetPayload added in v0.2.33

func (*GetDefaultDeviceControlPoliciesForbidden) IsClientError added in v0.2.33

IsClientError returns true when this get default device control policies forbidden response has a 4xx status code

func (*GetDefaultDeviceControlPoliciesForbidden) IsCode added in v0.2.33

IsCode returns true when this get default device control policies forbidden response a status code equal to that given

func (*GetDefaultDeviceControlPoliciesForbidden) IsRedirect added in v0.2.33

IsRedirect returns true when this get default device control policies forbidden response has a 3xx status code

func (*GetDefaultDeviceControlPoliciesForbidden) IsServerError added in v0.2.33

IsServerError returns true when this get default device control policies forbidden response has a 5xx status code

func (*GetDefaultDeviceControlPoliciesForbidden) IsSuccess added in v0.2.33

IsSuccess returns true when this get default device control policies forbidden response has a 2xx status code

func (*GetDefaultDeviceControlPoliciesForbidden) String added in v0.2.33

type GetDefaultDeviceControlPoliciesInternalServerError added in v0.2.33

type GetDefaultDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

GetDefaultDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetDefaultDeviceControlPoliciesInternalServerError added in v0.2.33

func NewGetDefaultDeviceControlPoliciesInternalServerError() *GetDefaultDeviceControlPoliciesInternalServerError

NewGetDefaultDeviceControlPoliciesInternalServerError creates a GetDefaultDeviceControlPoliciesInternalServerError with default headers values

func (*GetDefaultDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the get default device control policies internal server error response

func (*GetDefaultDeviceControlPoliciesInternalServerError) Error added in v0.2.33

func (*GetDefaultDeviceControlPoliciesInternalServerError) GetPayload added in v0.2.33

func (*GetDefaultDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.33

IsClientError returns true when this get default device control policies internal server error response has a 4xx status code

func (*GetDefaultDeviceControlPoliciesInternalServerError) IsCode added in v0.2.33

IsCode returns true when this get default device control policies internal server error response a status code equal to that given

func (*GetDefaultDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.33

IsRedirect returns true when this get default device control policies internal server error response has a 3xx status code

func (*GetDefaultDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.33

IsServerError returns true when this get default device control policies internal server error response has a 5xx status code

func (*GetDefaultDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.33

IsSuccess returns true when this get default device control policies internal server error response has a 2xx status code

func (*GetDefaultDeviceControlPoliciesInternalServerError) String added in v0.2.33

type GetDefaultDeviceControlPoliciesNotFound added in v0.2.33

type GetDefaultDeviceControlPoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

GetDefaultDeviceControlPoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDefaultDeviceControlPoliciesNotFound added in v0.2.33

func NewGetDefaultDeviceControlPoliciesNotFound() *GetDefaultDeviceControlPoliciesNotFound

NewGetDefaultDeviceControlPoliciesNotFound creates a GetDefaultDeviceControlPoliciesNotFound with default headers values

func (*GetDefaultDeviceControlPoliciesNotFound) Code added in v0.2.33

Code gets the status code for the get default device control policies not found response

func (*GetDefaultDeviceControlPoliciesNotFound) Error added in v0.2.33

func (*GetDefaultDeviceControlPoliciesNotFound) GetPayload added in v0.2.33

func (*GetDefaultDeviceControlPoliciesNotFound) IsClientError added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesNotFound) IsClientError() bool

IsClientError returns true when this get default device control policies not found response has a 4xx status code

func (*GetDefaultDeviceControlPoliciesNotFound) IsCode added in v0.2.33

IsCode returns true when this get default device control policies not found response a status code equal to that given

func (*GetDefaultDeviceControlPoliciesNotFound) IsRedirect added in v0.2.33

IsRedirect returns true when this get default device control policies not found response has a 3xx status code

func (*GetDefaultDeviceControlPoliciesNotFound) IsServerError added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesNotFound) IsServerError() bool

IsServerError returns true when this get default device control policies not found response has a 5xx status code

func (*GetDefaultDeviceControlPoliciesNotFound) IsSuccess added in v0.2.33

IsSuccess returns true when this get default device control policies not found response has a 2xx status code

func (*GetDefaultDeviceControlPoliciesNotFound) String added in v0.2.33

type GetDefaultDeviceControlPoliciesOK added in v0.2.33

type GetDefaultDeviceControlPoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

GetDefaultDeviceControlPoliciesOK describes a response with status code 200, with default header values.

OK

func NewGetDefaultDeviceControlPoliciesOK added in v0.2.33

func NewGetDefaultDeviceControlPoliciesOK() *GetDefaultDeviceControlPoliciesOK

NewGetDefaultDeviceControlPoliciesOK creates a GetDefaultDeviceControlPoliciesOK with default headers values

func (*GetDefaultDeviceControlPoliciesOK) Code added in v0.2.33

Code gets the status code for the get default device control policies o k response

func (*GetDefaultDeviceControlPoliciesOK) Error added in v0.2.33

func (*GetDefaultDeviceControlPoliciesOK) GetPayload added in v0.2.33

func (*GetDefaultDeviceControlPoliciesOK) IsClientError added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesOK) IsClientError() bool

IsClientError returns true when this get default device control policies o k response has a 4xx status code

func (*GetDefaultDeviceControlPoliciesOK) IsCode added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesOK) IsCode(code int) bool

IsCode returns true when this get default device control policies o k response a status code equal to that given

func (*GetDefaultDeviceControlPoliciesOK) IsRedirect added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesOK) IsRedirect() bool

IsRedirect returns true when this get default device control policies o k response has a 3xx status code

func (*GetDefaultDeviceControlPoliciesOK) IsServerError added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesOK) IsServerError() bool

IsServerError returns true when this get default device control policies o k response has a 5xx status code

func (*GetDefaultDeviceControlPoliciesOK) IsSuccess added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesOK) IsSuccess() bool

IsSuccess returns true when this get default device control policies o k response has a 2xx status code

func (*GetDefaultDeviceControlPoliciesOK) String added in v0.2.33

type GetDefaultDeviceControlPoliciesParams added in v0.2.33

type GetDefaultDeviceControlPoliciesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDefaultDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the get default device control policies operation.

Typically these are written to a http.Request.

func NewGetDefaultDeviceControlPoliciesParams added in v0.2.33

func NewGetDefaultDeviceControlPoliciesParams() *GetDefaultDeviceControlPoliciesParams

NewGetDefaultDeviceControlPoliciesParams creates a new GetDefaultDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDefaultDeviceControlPoliciesParamsWithContext added in v0.2.33

func NewGetDefaultDeviceControlPoliciesParamsWithContext(ctx context.Context) *GetDefaultDeviceControlPoliciesParams

NewGetDefaultDeviceControlPoliciesParamsWithContext creates a new GetDefaultDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewGetDefaultDeviceControlPoliciesParamsWithHTTPClient added in v0.2.33

func NewGetDefaultDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *GetDefaultDeviceControlPoliciesParams

NewGetDefaultDeviceControlPoliciesParamsWithHTTPClient creates a new GetDefaultDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetDefaultDeviceControlPoliciesParamsWithTimeout added in v0.2.33

func NewGetDefaultDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *GetDefaultDeviceControlPoliciesParams

NewGetDefaultDeviceControlPoliciesParamsWithTimeout creates a new GetDefaultDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*GetDefaultDeviceControlPoliciesParams) SetContext added in v0.2.33

SetContext adds the context to the get default device control policies params

func (*GetDefaultDeviceControlPoliciesParams) SetDefaults added in v0.2.33

func (o *GetDefaultDeviceControlPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the get default device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*GetDefaultDeviceControlPoliciesParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the get default device control policies params

func (*GetDefaultDeviceControlPoliciesParams) SetTimeout added in v0.2.33

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

SetTimeout adds the timeout to the get default device control policies params

func (*GetDefaultDeviceControlPoliciesParams) WithContext added in v0.2.33

WithContext adds the context to the get default device control policies params

func (*GetDefaultDeviceControlPoliciesParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the get default device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*GetDefaultDeviceControlPoliciesParams) WithHTTPClient added in v0.2.33

WithHTTPClient adds the HTTPClient to the get default device control policies params

func (*GetDefaultDeviceControlPoliciesParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the get default device control policies params

func (*GetDefaultDeviceControlPoliciesParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type GetDefaultDeviceControlPoliciesReader added in v0.2.33

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

GetDefaultDeviceControlPoliciesReader is a Reader for the GetDefaultDeviceControlPolicies structure.

func (*GetDefaultDeviceControlPoliciesReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type GetDefaultDeviceControlPoliciesTooManyRequests added in v0.2.33

type GetDefaultDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetDefaultDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetDefaultDeviceControlPoliciesTooManyRequests added in v0.2.33

func NewGetDefaultDeviceControlPoliciesTooManyRequests() *GetDefaultDeviceControlPoliciesTooManyRequests

NewGetDefaultDeviceControlPoliciesTooManyRequests creates a GetDefaultDeviceControlPoliciesTooManyRequests with default headers values

func (*GetDefaultDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the get default device control policies too many requests response

func (*GetDefaultDeviceControlPoliciesTooManyRequests) Error added in v0.2.33

func (*GetDefaultDeviceControlPoliciesTooManyRequests) GetPayload added in v0.2.33

func (*GetDefaultDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.33

IsClientError returns true when this get default device control policies too many requests response has a 4xx status code

func (*GetDefaultDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.33

IsCode returns true when this get default device control policies too many requests response a status code equal to that given

func (*GetDefaultDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.33

IsRedirect returns true when this get default device control policies too many requests response has a 3xx status code

func (*GetDefaultDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.33

IsServerError returns true when this get default device control policies too many requests response has a 5xx status code

func (*GetDefaultDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.33

IsSuccess returns true when this get default device control policies too many requests response has a 2xx status code

func (*GetDefaultDeviceControlPoliciesTooManyRequests) String added in v0.2.33

type GetDeviceControlPoliciesForbidden

type GetDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

GetDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetDeviceControlPoliciesForbidden

func NewGetDeviceControlPoliciesForbidden() *GetDeviceControlPoliciesForbidden

NewGetDeviceControlPoliciesForbidden creates a GetDeviceControlPoliciesForbidden with default headers values

func (*GetDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the get device control policies forbidden response

func (*GetDeviceControlPoliciesForbidden) Error

func (*GetDeviceControlPoliciesForbidden) GetPayload

func (*GetDeviceControlPoliciesForbidden) IsClientError added in v0.2.27

func (o *GetDeviceControlPoliciesForbidden) IsClientError() bool

IsClientError returns true when this get device control policies forbidden response has a 4xx status code

func (*GetDeviceControlPoliciesForbidden) IsCode added in v0.2.27

func (o *GetDeviceControlPoliciesForbidden) IsCode(code int) bool

IsCode returns true when this get device control policies forbidden response a status code equal to that given

func (*GetDeviceControlPoliciesForbidden) IsRedirect added in v0.2.27

func (o *GetDeviceControlPoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this get device control policies forbidden response has a 3xx status code

func (*GetDeviceControlPoliciesForbidden) IsServerError added in v0.2.27

func (o *GetDeviceControlPoliciesForbidden) IsServerError() bool

IsServerError returns true when this get device control policies forbidden response has a 5xx status code

func (*GetDeviceControlPoliciesForbidden) IsSuccess added in v0.2.27

func (o *GetDeviceControlPoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this get device control policies forbidden response has a 2xx status code

func (*GetDeviceControlPoliciesForbidden) String added in v0.2.27

type GetDeviceControlPoliciesInternalServerError

type GetDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

GetDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetDeviceControlPoliciesInternalServerError

func NewGetDeviceControlPoliciesInternalServerError() *GetDeviceControlPoliciesInternalServerError

NewGetDeviceControlPoliciesInternalServerError creates a GetDeviceControlPoliciesInternalServerError with default headers values

func (*GetDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the get device control policies internal server error response

func (*GetDeviceControlPoliciesInternalServerError) Error

func (*GetDeviceControlPoliciesInternalServerError) GetPayload

func (*GetDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get device control policies internal server error response has a 4xx status code

func (*GetDeviceControlPoliciesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get device control policies internal server error response a status code equal to that given

func (*GetDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get device control policies internal server error response has a 3xx status code

func (*GetDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get device control policies internal server error response has a 5xx status code

func (*GetDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get device control policies internal server error response has a 2xx status code

func (*GetDeviceControlPoliciesInternalServerError) String added in v0.2.27

type GetDeviceControlPoliciesNotFound

type GetDeviceControlPoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

GetDeviceControlPoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeviceControlPoliciesNotFound

func NewGetDeviceControlPoliciesNotFound() *GetDeviceControlPoliciesNotFound

NewGetDeviceControlPoliciesNotFound creates a GetDeviceControlPoliciesNotFound with default headers values

func (*GetDeviceControlPoliciesNotFound) Code added in v0.2.33

Code gets the status code for the get device control policies not found response

func (*GetDeviceControlPoliciesNotFound) Error

func (*GetDeviceControlPoliciesNotFound) GetPayload

func (*GetDeviceControlPoliciesNotFound) IsClientError added in v0.2.27

func (o *GetDeviceControlPoliciesNotFound) IsClientError() bool

IsClientError returns true when this get device control policies not found response has a 4xx status code

func (*GetDeviceControlPoliciesNotFound) IsCode added in v0.2.27

func (o *GetDeviceControlPoliciesNotFound) IsCode(code int) bool

IsCode returns true when this get device control policies not found response a status code equal to that given

func (*GetDeviceControlPoliciesNotFound) IsRedirect added in v0.2.27

func (o *GetDeviceControlPoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this get device control policies not found response has a 3xx status code

func (*GetDeviceControlPoliciesNotFound) IsServerError added in v0.2.27

func (o *GetDeviceControlPoliciesNotFound) IsServerError() bool

IsServerError returns true when this get device control policies not found response has a 5xx status code

func (*GetDeviceControlPoliciesNotFound) IsSuccess added in v0.2.27

func (o *GetDeviceControlPoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this get device control policies not found response has a 2xx status code

func (*GetDeviceControlPoliciesNotFound) String added in v0.2.27

type GetDeviceControlPoliciesOK

type GetDeviceControlPoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

GetDeviceControlPoliciesOK describes a response with status code 200, with default header values.

OK

func NewGetDeviceControlPoliciesOK

func NewGetDeviceControlPoliciesOK() *GetDeviceControlPoliciesOK

NewGetDeviceControlPoliciesOK creates a GetDeviceControlPoliciesOK with default headers values

func (*GetDeviceControlPoliciesOK) Code added in v0.2.33

func (o *GetDeviceControlPoliciesOK) Code() int

Code gets the status code for the get device control policies o k response

func (*GetDeviceControlPoliciesOK) Error

func (*GetDeviceControlPoliciesOK) GetPayload

func (*GetDeviceControlPoliciesOK) IsClientError added in v0.2.27

func (o *GetDeviceControlPoliciesOK) IsClientError() bool

IsClientError returns true when this get device control policies o k response has a 4xx status code

func (*GetDeviceControlPoliciesOK) IsCode added in v0.2.27

func (o *GetDeviceControlPoliciesOK) IsCode(code int) bool

IsCode returns true when this get device control policies o k response a status code equal to that given

func (*GetDeviceControlPoliciesOK) IsRedirect added in v0.2.27

func (o *GetDeviceControlPoliciesOK) IsRedirect() bool

IsRedirect returns true when this get device control policies o k response has a 3xx status code

func (*GetDeviceControlPoliciesOK) IsServerError added in v0.2.27

func (o *GetDeviceControlPoliciesOK) IsServerError() bool

IsServerError returns true when this get device control policies o k response has a 5xx status code

func (*GetDeviceControlPoliciesOK) IsSuccess added in v0.2.27

func (o *GetDeviceControlPoliciesOK) IsSuccess() bool

IsSuccess returns true when this get device control policies o k response has a 2xx status code

func (*GetDeviceControlPoliciesOK) String added in v0.2.27

func (o *GetDeviceControlPoliciesOK) String() string

type GetDeviceControlPoliciesParams

type GetDeviceControlPoliciesParams struct {

	/* Ids.

	   The IDs of the Device Control Policies to return
	*/
	Ids []string

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

GetDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the get device control policies operation.

Typically these are written to a http.Request.

func NewGetDeviceControlPoliciesParams

func NewGetDeviceControlPoliciesParams() *GetDeviceControlPoliciesParams

NewGetDeviceControlPoliciesParams creates a new GetDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeviceControlPoliciesParamsWithContext

func NewGetDeviceControlPoliciesParamsWithContext(ctx context.Context) *GetDeviceControlPoliciesParams

NewGetDeviceControlPoliciesParamsWithContext creates a new GetDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewGetDeviceControlPoliciesParamsWithHTTPClient

func NewGetDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *GetDeviceControlPoliciesParams

NewGetDeviceControlPoliciesParamsWithHTTPClient creates a new GetDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeviceControlPoliciesParamsWithTimeout

func NewGetDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *GetDeviceControlPoliciesParams

NewGetDeviceControlPoliciesParamsWithTimeout creates a new GetDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*GetDeviceControlPoliciesParams) SetContext

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

SetContext adds the context to the get device control policies params

func (*GetDeviceControlPoliciesParams) SetDefaults

func (o *GetDeviceControlPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the get device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeviceControlPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get device control policies params

func (*GetDeviceControlPoliciesParams) SetIds

func (o *GetDeviceControlPoliciesParams) SetIds(ids []string)

SetIds adds the ids to the get device control policies params

func (*GetDeviceControlPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the get device control policies params

func (*GetDeviceControlPoliciesParams) WithContext

WithContext adds the context to the get device control policies params

func (*GetDeviceControlPoliciesParams) WithDefaults

WithDefaults hydrates default values in the get device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeviceControlPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get device control policies params

func (*GetDeviceControlPoliciesParams) WithIds

WithIds adds the ids to the get device control policies params

func (*GetDeviceControlPoliciesParams) WithTimeout

WithTimeout adds the timeout to the get device control policies params

func (*GetDeviceControlPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeviceControlPoliciesReader

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

GetDeviceControlPoliciesReader is a Reader for the GetDeviceControlPolicies structure.

func (*GetDeviceControlPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeviceControlPoliciesTooManyRequests

type GetDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetDeviceControlPoliciesTooManyRequests

func NewGetDeviceControlPoliciesTooManyRequests() *GetDeviceControlPoliciesTooManyRequests

NewGetDeviceControlPoliciesTooManyRequests creates a GetDeviceControlPoliciesTooManyRequests with default headers values

func (*GetDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the get device control policies too many requests response

func (*GetDeviceControlPoliciesTooManyRequests) Error

func (*GetDeviceControlPoliciesTooManyRequests) GetPayload

func (*GetDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.27

func (o *GetDeviceControlPoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this get device control policies too many requests response has a 4xx status code

func (*GetDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get device control policies too many requests response a status code equal to that given

func (*GetDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get device control policies too many requests response has a 3xx status code

func (*GetDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.27

func (o *GetDeviceControlPoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this get device control policies too many requests response has a 5xx status code

func (*GetDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get device control policies too many requests response has a 2xx status code

func (*GetDeviceControlPoliciesTooManyRequests) String added in v0.2.27

type PerformDeviceControlPoliciesActionBadRequest

type PerformDeviceControlPoliciesActionBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

PerformDeviceControlPoliciesActionBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPerformDeviceControlPoliciesActionBadRequest

func NewPerformDeviceControlPoliciesActionBadRequest() *PerformDeviceControlPoliciesActionBadRequest

NewPerformDeviceControlPoliciesActionBadRequest creates a PerformDeviceControlPoliciesActionBadRequest with default headers values

func (*PerformDeviceControlPoliciesActionBadRequest) Code added in v0.2.33

Code gets the status code for the perform device control policies action bad request response

func (*PerformDeviceControlPoliciesActionBadRequest) Error

func (*PerformDeviceControlPoliciesActionBadRequest) GetPayload

func (*PerformDeviceControlPoliciesActionBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this perform device control policies action bad request response has a 4xx status code

func (*PerformDeviceControlPoliciesActionBadRequest) IsCode added in v0.2.27

IsCode returns true when this perform device control policies action bad request response a status code equal to that given

func (*PerformDeviceControlPoliciesActionBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this perform device control policies action bad request response has a 3xx status code

func (*PerformDeviceControlPoliciesActionBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this perform device control policies action bad request response has a 5xx status code

func (*PerformDeviceControlPoliciesActionBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this perform device control policies action bad request response has a 2xx status code

func (*PerformDeviceControlPoliciesActionBadRequest) String added in v0.2.27

type PerformDeviceControlPoliciesActionForbidden

type PerformDeviceControlPoliciesActionForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

PerformDeviceControlPoliciesActionForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPerformDeviceControlPoliciesActionForbidden

func NewPerformDeviceControlPoliciesActionForbidden() *PerformDeviceControlPoliciesActionForbidden

NewPerformDeviceControlPoliciesActionForbidden creates a PerformDeviceControlPoliciesActionForbidden with default headers values

func (*PerformDeviceControlPoliciesActionForbidden) Code added in v0.2.33

Code gets the status code for the perform device control policies action forbidden response

func (*PerformDeviceControlPoliciesActionForbidden) Error

func (*PerformDeviceControlPoliciesActionForbidden) GetPayload

func (*PerformDeviceControlPoliciesActionForbidden) IsClientError added in v0.2.27

IsClientError returns true when this perform device control policies action forbidden response has a 4xx status code

func (*PerformDeviceControlPoliciesActionForbidden) IsCode added in v0.2.27

IsCode returns true when this perform device control policies action forbidden response a status code equal to that given

func (*PerformDeviceControlPoliciesActionForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this perform device control policies action forbidden response has a 3xx status code

func (*PerformDeviceControlPoliciesActionForbidden) IsServerError added in v0.2.27

IsServerError returns true when this perform device control policies action forbidden response has a 5xx status code

func (*PerformDeviceControlPoliciesActionForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this perform device control policies action forbidden response has a 2xx status code

func (*PerformDeviceControlPoliciesActionForbidden) String added in v0.2.27

type PerformDeviceControlPoliciesActionInternalServerError

type PerformDeviceControlPoliciesActionInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

PerformDeviceControlPoliciesActionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPerformDeviceControlPoliciesActionInternalServerError

func NewPerformDeviceControlPoliciesActionInternalServerError() *PerformDeviceControlPoliciesActionInternalServerError

NewPerformDeviceControlPoliciesActionInternalServerError creates a PerformDeviceControlPoliciesActionInternalServerError with default headers values

func (*PerformDeviceControlPoliciesActionInternalServerError) Code added in v0.2.33

Code gets the status code for the perform device control policies action internal server error response

func (*PerformDeviceControlPoliciesActionInternalServerError) Error

func (*PerformDeviceControlPoliciesActionInternalServerError) GetPayload

func (*PerformDeviceControlPoliciesActionInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this perform device control policies action internal server error response has a 4xx status code

func (*PerformDeviceControlPoliciesActionInternalServerError) IsCode added in v0.2.27

IsCode returns true when this perform device control policies action internal server error response a status code equal to that given

func (*PerformDeviceControlPoliciesActionInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this perform device control policies action internal server error response has a 3xx status code

func (*PerformDeviceControlPoliciesActionInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this perform device control policies action internal server error response has a 5xx status code

func (*PerformDeviceControlPoliciesActionInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this perform device control policies action internal server error response has a 2xx status code

func (*PerformDeviceControlPoliciesActionInternalServerError) String added in v0.2.27

type PerformDeviceControlPoliciesActionNotFound

type PerformDeviceControlPoliciesActionNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

PerformDeviceControlPoliciesActionNotFound describes a response with status code 404, with default header values.

Not Found

func NewPerformDeviceControlPoliciesActionNotFound

func NewPerformDeviceControlPoliciesActionNotFound() *PerformDeviceControlPoliciesActionNotFound

NewPerformDeviceControlPoliciesActionNotFound creates a PerformDeviceControlPoliciesActionNotFound with default headers values

func (*PerformDeviceControlPoliciesActionNotFound) Code added in v0.2.33

Code gets the status code for the perform device control policies action not found response

func (*PerformDeviceControlPoliciesActionNotFound) Error

func (*PerformDeviceControlPoliciesActionNotFound) GetPayload

func (*PerformDeviceControlPoliciesActionNotFound) IsClientError added in v0.2.27

IsClientError returns true when this perform device control policies action not found response has a 4xx status code

func (*PerformDeviceControlPoliciesActionNotFound) IsCode added in v0.2.27

IsCode returns true when this perform device control policies action not found response a status code equal to that given

func (*PerformDeviceControlPoliciesActionNotFound) IsRedirect added in v0.2.27

IsRedirect returns true when this perform device control policies action not found response has a 3xx status code

func (*PerformDeviceControlPoliciesActionNotFound) IsServerError added in v0.2.27

IsServerError returns true when this perform device control policies action not found response has a 5xx status code

func (*PerformDeviceControlPoliciesActionNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this perform device control policies action not found response has a 2xx status code

func (*PerformDeviceControlPoliciesActionNotFound) String added in v0.2.27

type PerformDeviceControlPoliciesActionOK

type PerformDeviceControlPoliciesActionOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

PerformDeviceControlPoliciesActionOK describes a response with status code 200, with default header values.

OK

func NewPerformDeviceControlPoliciesActionOK

func NewPerformDeviceControlPoliciesActionOK() *PerformDeviceControlPoliciesActionOK

NewPerformDeviceControlPoliciesActionOK creates a PerformDeviceControlPoliciesActionOK with default headers values

func (*PerformDeviceControlPoliciesActionOK) Code added in v0.2.33

Code gets the status code for the perform device control policies action o k response

func (*PerformDeviceControlPoliciesActionOK) Error

func (*PerformDeviceControlPoliciesActionOK) GetPayload

func (*PerformDeviceControlPoliciesActionOK) IsClientError added in v0.2.27

func (o *PerformDeviceControlPoliciesActionOK) IsClientError() bool

IsClientError returns true when this perform device control policies action o k response has a 4xx status code

func (*PerformDeviceControlPoliciesActionOK) IsCode added in v0.2.27

IsCode returns true when this perform device control policies action o k response a status code equal to that given

func (*PerformDeviceControlPoliciesActionOK) IsRedirect added in v0.2.27

IsRedirect returns true when this perform device control policies action o k response has a 3xx status code

func (*PerformDeviceControlPoliciesActionOK) IsServerError added in v0.2.27

func (o *PerformDeviceControlPoliciesActionOK) IsServerError() bool

IsServerError returns true when this perform device control policies action o k response has a 5xx status code

func (*PerformDeviceControlPoliciesActionOK) IsSuccess added in v0.2.27

IsSuccess returns true when this perform device control policies action o k response has a 2xx status code

func (*PerformDeviceControlPoliciesActionOK) String added in v0.2.27

type PerformDeviceControlPoliciesActionParams

type PerformDeviceControlPoliciesActionParams struct {

	/* ActionName.

	   The action to perform
	*/
	ActionName string

	// Body.
	Body *models.MsaEntityActionRequestV2

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

PerformDeviceControlPoliciesActionParams contains all the parameters to send to the API endpoint

for the perform device control policies action operation.

Typically these are written to a http.Request.

func NewPerformDeviceControlPoliciesActionParams

func NewPerformDeviceControlPoliciesActionParams() *PerformDeviceControlPoliciesActionParams

NewPerformDeviceControlPoliciesActionParams creates a new PerformDeviceControlPoliciesActionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPerformDeviceControlPoliciesActionParamsWithContext

func NewPerformDeviceControlPoliciesActionParamsWithContext(ctx context.Context) *PerformDeviceControlPoliciesActionParams

NewPerformDeviceControlPoliciesActionParamsWithContext creates a new PerformDeviceControlPoliciesActionParams object with the ability to set a context for a request.

func NewPerformDeviceControlPoliciesActionParamsWithHTTPClient

func NewPerformDeviceControlPoliciesActionParamsWithHTTPClient(client *http.Client) *PerformDeviceControlPoliciesActionParams

NewPerformDeviceControlPoliciesActionParamsWithHTTPClient creates a new PerformDeviceControlPoliciesActionParams object with the ability to set a custom HTTPClient for a request.

func NewPerformDeviceControlPoliciesActionParamsWithTimeout

func NewPerformDeviceControlPoliciesActionParamsWithTimeout(timeout time.Duration) *PerformDeviceControlPoliciesActionParams

NewPerformDeviceControlPoliciesActionParamsWithTimeout creates a new PerformDeviceControlPoliciesActionParams object with the ability to set a timeout on a request.

func (*PerformDeviceControlPoliciesActionParams) SetActionName

func (o *PerformDeviceControlPoliciesActionParams) SetActionName(actionName string)

SetActionName adds the actionName to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) SetBody

SetBody adds the body to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) SetContext

SetContext adds the context to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) SetDefaults

SetDefaults hydrates default values in the perform device control policies action params (not the query body).

All values with no default are reset to their zero value.

func (*PerformDeviceControlPoliciesActionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) SetTimeout

SetTimeout adds the timeout to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) WithActionName

WithActionName adds the actionName to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) WithBody

WithBody adds the body to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) WithContext

WithContext adds the context to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) WithDefaults

WithDefaults hydrates default values in the perform device control policies action params (not the query body).

All values with no default are reset to their zero value.

func (*PerformDeviceControlPoliciesActionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) WithTimeout

WithTimeout adds the timeout to the perform device control policies action params

func (*PerformDeviceControlPoliciesActionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PerformDeviceControlPoliciesActionReader

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

PerformDeviceControlPoliciesActionReader is a Reader for the PerformDeviceControlPoliciesAction structure.

func (*PerformDeviceControlPoliciesActionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PerformDeviceControlPoliciesActionTooManyRequests

type PerformDeviceControlPoliciesActionTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

PerformDeviceControlPoliciesActionTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewPerformDeviceControlPoliciesActionTooManyRequests

func NewPerformDeviceControlPoliciesActionTooManyRequests() *PerformDeviceControlPoliciesActionTooManyRequests

NewPerformDeviceControlPoliciesActionTooManyRequests creates a PerformDeviceControlPoliciesActionTooManyRequests with default headers values

func (*PerformDeviceControlPoliciesActionTooManyRequests) Code added in v0.2.33

Code gets the status code for the perform device control policies action too many requests response

func (*PerformDeviceControlPoliciesActionTooManyRequests) Error

func (*PerformDeviceControlPoliciesActionTooManyRequests) GetPayload

func (*PerformDeviceControlPoliciesActionTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this perform device control policies action too many requests response has a 4xx status code

func (*PerformDeviceControlPoliciesActionTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this perform device control policies action too many requests response a status code equal to that given

func (*PerformDeviceControlPoliciesActionTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this perform device control policies action too many requests response has a 3xx status code

func (*PerformDeviceControlPoliciesActionTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this perform device control policies action too many requests response has a 5xx status code

func (*PerformDeviceControlPoliciesActionTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this perform device control policies action too many requests response has a 2xx status code

func (*PerformDeviceControlPoliciesActionTooManyRequests) String added in v0.2.27

type QueryCombinedDeviceControlPoliciesBadRequest

type QueryCombinedDeviceControlPoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

QueryCombinedDeviceControlPoliciesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQueryCombinedDeviceControlPoliciesBadRequest

func NewQueryCombinedDeviceControlPoliciesBadRequest() *QueryCombinedDeviceControlPoliciesBadRequest

NewQueryCombinedDeviceControlPoliciesBadRequest creates a QueryCombinedDeviceControlPoliciesBadRequest with default headers values

func (*QueryCombinedDeviceControlPoliciesBadRequest) Code added in v0.2.33

Code gets the status code for the query combined device control policies bad request response

func (*QueryCombinedDeviceControlPoliciesBadRequest) Error

func (*QueryCombinedDeviceControlPoliciesBadRequest) GetPayload

func (*QueryCombinedDeviceControlPoliciesBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policies bad request response has a 4xx status code

func (*QueryCombinedDeviceControlPoliciesBadRequest) IsCode added in v0.2.27

IsCode returns true when this query combined device control policies bad request response a status code equal to that given

func (*QueryCombinedDeviceControlPoliciesBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policies bad request response has a 3xx status code

func (*QueryCombinedDeviceControlPoliciesBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policies bad request response has a 5xx status code

func (*QueryCombinedDeviceControlPoliciesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policies bad request response has a 2xx status code

func (*QueryCombinedDeviceControlPoliciesBadRequest) String added in v0.2.27

type QueryCombinedDeviceControlPoliciesForbidden

type QueryCombinedDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryCombinedDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCombinedDeviceControlPoliciesForbidden

func NewQueryCombinedDeviceControlPoliciesForbidden() *QueryCombinedDeviceControlPoliciesForbidden

NewQueryCombinedDeviceControlPoliciesForbidden creates a QueryCombinedDeviceControlPoliciesForbidden with default headers values

func (*QueryCombinedDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the query combined device control policies forbidden response

func (*QueryCombinedDeviceControlPoliciesForbidden) Error

func (*QueryCombinedDeviceControlPoliciesForbidden) GetPayload

func (*QueryCombinedDeviceControlPoliciesForbidden) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policies forbidden response has a 4xx status code

func (*QueryCombinedDeviceControlPoliciesForbidden) IsCode added in v0.2.27

IsCode returns true when this query combined device control policies forbidden response a status code equal to that given

func (*QueryCombinedDeviceControlPoliciesForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policies forbidden response has a 3xx status code

func (*QueryCombinedDeviceControlPoliciesForbidden) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policies forbidden response has a 5xx status code

func (*QueryCombinedDeviceControlPoliciesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policies forbidden response has a 2xx status code

func (*QueryCombinedDeviceControlPoliciesForbidden) String added in v0.2.27

type QueryCombinedDeviceControlPoliciesInternalServerError

type QueryCombinedDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

QueryCombinedDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedDeviceControlPoliciesInternalServerError

func NewQueryCombinedDeviceControlPoliciesInternalServerError() *QueryCombinedDeviceControlPoliciesInternalServerError

NewQueryCombinedDeviceControlPoliciesInternalServerError creates a QueryCombinedDeviceControlPoliciesInternalServerError with default headers values

func (*QueryCombinedDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the query combined device control policies internal server error response

func (*QueryCombinedDeviceControlPoliciesInternalServerError) Error

func (*QueryCombinedDeviceControlPoliciesInternalServerError) GetPayload

func (*QueryCombinedDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policies internal server error response has a 4xx status code

func (*QueryCombinedDeviceControlPoliciesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query combined device control policies internal server error response a status code equal to that given

func (*QueryCombinedDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policies internal server error response has a 3xx status code

func (*QueryCombinedDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policies internal server error response has a 5xx status code

func (*QueryCombinedDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policies internal server error response has a 2xx status code

func (*QueryCombinedDeviceControlPoliciesInternalServerError) String added in v0.2.27

type QueryCombinedDeviceControlPoliciesOK

type QueryCombinedDeviceControlPoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

QueryCombinedDeviceControlPoliciesOK describes a response with status code 200, with default header values.

OK

func NewQueryCombinedDeviceControlPoliciesOK

func NewQueryCombinedDeviceControlPoliciesOK() *QueryCombinedDeviceControlPoliciesOK

NewQueryCombinedDeviceControlPoliciesOK creates a QueryCombinedDeviceControlPoliciesOK with default headers values

func (*QueryCombinedDeviceControlPoliciesOK) Code added in v0.2.33

Code gets the status code for the query combined device control policies o k response

func (*QueryCombinedDeviceControlPoliciesOK) Error

func (*QueryCombinedDeviceControlPoliciesOK) GetPayload

func (*QueryCombinedDeviceControlPoliciesOK) IsClientError added in v0.2.27

func (o *QueryCombinedDeviceControlPoliciesOK) IsClientError() bool

IsClientError returns true when this query combined device control policies o k response has a 4xx status code

func (*QueryCombinedDeviceControlPoliciesOK) IsCode added in v0.2.27

IsCode returns true when this query combined device control policies o k response a status code equal to that given

func (*QueryCombinedDeviceControlPoliciesOK) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policies o k response has a 3xx status code

func (*QueryCombinedDeviceControlPoliciesOK) IsServerError added in v0.2.27

func (o *QueryCombinedDeviceControlPoliciesOK) IsServerError() bool

IsServerError returns true when this query combined device control policies o k response has a 5xx status code

func (*QueryCombinedDeviceControlPoliciesOK) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policies o k response has a 2xx status code

func (*QueryCombinedDeviceControlPoliciesOK) String added in v0.2.27

type QueryCombinedDeviceControlPoliciesParams

type QueryCombinedDeviceControlPoliciesParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the query combined device control policies operation.

Typically these are written to a http.Request.

func NewQueryCombinedDeviceControlPoliciesParams

func NewQueryCombinedDeviceControlPoliciesParams() *QueryCombinedDeviceControlPoliciesParams

NewQueryCombinedDeviceControlPoliciesParams creates a new QueryCombinedDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryCombinedDeviceControlPoliciesParamsWithContext

func NewQueryCombinedDeviceControlPoliciesParamsWithContext(ctx context.Context) *QueryCombinedDeviceControlPoliciesParams

NewQueryCombinedDeviceControlPoliciesParamsWithContext creates a new QueryCombinedDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewQueryCombinedDeviceControlPoliciesParamsWithHTTPClient

func NewQueryCombinedDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *QueryCombinedDeviceControlPoliciesParams

NewQueryCombinedDeviceControlPoliciesParamsWithHTTPClient creates a new QueryCombinedDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedDeviceControlPoliciesParamsWithTimeout

func NewQueryCombinedDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *QueryCombinedDeviceControlPoliciesParams

NewQueryCombinedDeviceControlPoliciesParamsWithTimeout creates a new QueryCombinedDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*QueryCombinedDeviceControlPoliciesParams) SetContext

SetContext adds the context to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) SetDefaults

SetDefaults hydrates default values in the query combined device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCombinedDeviceControlPoliciesParams) SetFilter

func (o *QueryCombinedDeviceControlPoliciesParams) SetFilter(filter *string)

SetFilter adds the filter to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) SetLimit

func (o *QueryCombinedDeviceControlPoliciesParams) SetLimit(limit *int64)

SetLimit adds the limit to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) SetOffset

func (o *QueryCombinedDeviceControlPoliciesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) SetSort

SetSort adds the sort to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) SetTimeout

SetTimeout adds the timeout to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WithContext

WithContext adds the context to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WithDefaults

WithDefaults hydrates default values in the query combined device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCombinedDeviceControlPoliciesParams) WithFilter

WithFilter adds the filter to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WithLimit

WithLimit adds the limit to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WithOffset

WithOffset adds the offset to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WithSort

WithSort adds the sort to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WithTimeout

WithTimeout adds the timeout to the query combined device control policies params

func (*QueryCombinedDeviceControlPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedDeviceControlPoliciesReader

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

QueryCombinedDeviceControlPoliciesReader is a Reader for the QueryCombinedDeviceControlPolicies structure.

func (*QueryCombinedDeviceControlPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedDeviceControlPoliciesTooManyRequests

type QueryCombinedDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryCombinedDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCombinedDeviceControlPoliciesTooManyRequests

func NewQueryCombinedDeviceControlPoliciesTooManyRequests() *QueryCombinedDeviceControlPoliciesTooManyRequests

NewQueryCombinedDeviceControlPoliciesTooManyRequests creates a QueryCombinedDeviceControlPoliciesTooManyRequests with default headers values

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the query combined device control policies too many requests response

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) Error

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) GetPayload

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policies too many requests response has a 4xx status code

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query combined device control policies too many requests response a status code equal to that given

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policies too many requests response has a 3xx status code

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policies too many requests response has a 5xx status code

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policies too many requests response has a 2xx status code

func (*QueryCombinedDeviceControlPoliciesTooManyRequests) String added in v0.2.27

type QueryCombinedDeviceControlPolicyMembersBadRequest

type QueryCombinedDeviceControlPolicyMembersBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

QueryCombinedDeviceControlPolicyMembersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQueryCombinedDeviceControlPolicyMembersBadRequest

func NewQueryCombinedDeviceControlPolicyMembersBadRequest() *QueryCombinedDeviceControlPolicyMembersBadRequest

NewQueryCombinedDeviceControlPolicyMembersBadRequest creates a QueryCombinedDeviceControlPolicyMembersBadRequest with default headers values

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) Code added in v0.2.33

Code gets the status code for the query combined device control policy members bad request response

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) Error

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) GetPayload

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policy members bad request response has a 4xx status code

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) IsCode added in v0.2.27

IsCode returns true when this query combined device control policy members bad request response a status code equal to that given

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policy members bad request response has a 3xx status code

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policy members bad request response has a 5xx status code

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policy members bad request response has a 2xx status code

func (*QueryCombinedDeviceControlPolicyMembersBadRequest) String added in v0.2.27

type QueryCombinedDeviceControlPolicyMembersForbidden

type QueryCombinedDeviceControlPolicyMembersForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryCombinedDeviceControlPolicyMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCombinedDeviceControlPolicyMembersForbidden

func NewQueryCombinedDeviceControlPolicyMembersForbidden() *QueryCombinedDeviceControlPolicyMembersForbidden

NewQueryCombinedDeviceControlPolicyMembersForbidden creates a QueryCombinedDeviceControlPolicyMembersForbidden with default headers values

func (*QueryCombinedDeviceControlPolicyMembersForbidden) Code added in v0.2.33

Code gets the status code for the query combined device control policy members forbidden response

func (*QueryCombinedDeviceControlPolicyMembersForbidden) Error

func (*QueryCombinedDeviceControlPolicyMembersForbidden) GetPayload

func (*QueryCombinedDeviceControlPolicyMembersForbidden) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policy members forbidden response has a 4xx status code

func (*QueryCombinedDeviceControlPolicyMembersForbidden) IsCode added in v0.2.27

IsCode returns true when this query combined device control policy members forbidden response a status code equal to that given

func (*QueryCombinedDeviceControlPolicyMembersForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policy members forbidden response has a 3xx status code

func (*QueryCombinedDeviceControlPolicyMembersForbidden) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policy members forbidden response has a 5xx status code

func (*QueryCombinedDeviceControlPolicyMembersForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policy members forbidden response has a 2xx status code

func (*QueryCombinedDeviceControlPolicyMembersForbidden) String added in v0.2.27

type QueryCombinedDeviceControlPolicyMembersInternalServerError

type QueryCombinedDeviceControlPolicyMembersInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

QueryCombinedDeviceControlPolicyMembersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedDeviceControlPolicyMembersInternalServerError

func NewQueryCombinedDeviceControlPolicyMembersInternalServerError() *QueryCombinedDeviceControlPolicyMembersInternalServerError

NewQueryCombinedDeviceControlPolicyMembersInternalServerError creates a QueryCombinedDeviceControlPolicyMembersInternalServerError with default headers values

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) Code added in v0.2.33

Code gets the status code for the query combined device control policy members internal server error response

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) Error

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) GetPayload

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policy members internal server error response has a 4xx status code

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query combined device control policy members internal server error response a status code equal to that given

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policy members internal server error response has a 3xx status code

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policy members internal server error response has a 5xx status code

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policy members internal server error response has a 2xx status code

func (*QueryCombinedDeviceControlPolicyMembersInternalServerError) String added in v0.2.27

type QueryCombinedDeviceControlPolicyMembersNotFound

type QueryCombinedDeviceControlPolicyMembersNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

QueryCombinedDeviceControlPolicyMembersNotFound describes a response with status code 404, with default header values.

Not Found

func NewQueryCombinedDeviceControlPolicyMembersNotFound

func NewQueryCombinedDeviceControlPolicyMembersNotFound() *QueryCombinedDeviceControlPolicyMembersNotFound

NewQueryCombinedDeviceControlPolicyMembersNotFound creates a QueryCombinedDeviceControlPolicyMembersNotFound with default headers values

func (*QueryCombinedDeviceControlPolicyMembersNotFound) Code added in v0.2.33

Code gets the status code for the query combined device control policy members not found response

func (*QueryCombinedDeviceControlPolicyMembersNotFound) Error

func (*QueryCombinedDeviceControlPolicyMembersNotFound) GetPayload

func (*QueryCombinedDeviceControlPolicyMembersNotFound) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policy members not found response has a 4xx status code

func (*QueryCombinedDeviceControlPolicyMembersNotFound) IsCode added in v0.2.27

IsCode returns true when this query combined device control policy members not found response a status code equal to that given

func (*QueryCombinedDeviceControlPolicyMembersNotFound) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policy members not found response has a 3xx status code

func (*QueryCombinedDeviceControlPolicyMembersNotFound) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policy members not found response has a 5xx status code

func (*QueryCombinedDeviceControlPolicyMembersNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policy members not found response has a 2xx status code

func (*QueryCombinedDeviceControlPolicyMembersNotFound) String added in v0.2.27

type QueryCombinedDeviceControlPolicyMembersOK

type QueryCombinedDeviceControlPolicyMembersOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

QueryCombinedDeviceControlPolicyMembersOK describes a response with status code 200, with default header values.

OK

func NewQueryCombinedDeviceControlPolicyMembersOK

func NewQueryCombinedDeviceControlPolicyMembersOK() *QueryCombinedDeviceControlPolicyMembersOK

NewQueryCombinedDeviceControlPolicyMembersOK creates a QueryCombinedDeviceControlPolicyMembersOK with default headers values

func (*QueryCombinedDeviceControlPolicyMembersOK) Code added in v0.2.33

Code gets the status code for the query combined device control policy members o k response

func (*QueryCombinedDeviceControlPolicyMembersOK) Error

func (*QueryCombinedDeviceControlPolicyMembersOK) GetPayload

func (*QueryCombinedDeviceControlPolicyMembersOK) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policy members o k response has a 4xx status code

func (*QueryCombinedDeviceControlPolicyMembersOK) IsCode added in v0.2.27

IsCode returns true when this query combined device control policy members o k response a status code equal to that given

func (*QueryCombinedDeviceControlPolicyMembersOK) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policy members o k response has a 3xx status code

func (*QueryCombinedDeviceControlPolicyMembersOK) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policy members o k response has a 5xx status code

func (*QueryCombinedDeviceControlPolicyMembersOK) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policy members o k response has a 2xx status code

func (*QueryCombinedDeviceControlPolicyMembersOK) String added in v0.2.27

type QueryCombinedDeviceControlPolicyMembersParams

type QueryCombinedDeviceControlPolicyMembersParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* ID.

	   The ID of the Device Control Policy to search for members of
	*/
	ID *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedDeviceControlPolicyMembersParams contains all the parameters to send to the API endpoint

for the query combined device control policy members operation.

Typically these are written to a http.Request.

func NewQueryCombinedDeviceControlPolicyMembersParams

func NewQueryCombinedDeviceControlPolicyMembersParams() *QueryCombinedDeviceControlPolicyMembersParams

NewQueryCombinedDeviceControlPolicyMembersParams creates a new QueryCombinedDeviceControlPolicyMembersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryCombinedDeviceControlPolicyMembersParamsWithContext

func NewQueryCombinedDeviceControlPolicyMembersParamsWithContext(ctx context.Context) *QueryCombinedDeviceControlPolicyMembersParams

NewQueryCombinedDeviceControlPolicyMembersParamsWithContext creates a new QueryCombinedDeviceControlPolicyMembersParams object with the ability to set a context for a request.

func NewQueryCombinedDeviceControlPolicyMembersParamsWithHTTPClient

func NewQueryCombinedDeviceControlPolicyMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedDeviceControlPolicyMembersParams

NewQueryCombinedDeviceControlPolicyMembersParamsWithHTTPClient creates a new QueryCombinedDeviceControlPolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedDeviceControlPolicyMembersParamsWithTimeout

func NewQueryCombinedDeviceControlPolicyMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedDeviceControlPolicyMembersParams

NewQueryCombinedDeviceControlPolicyMembersParamsWithTimeout creates a new QueryCombinedDeviceControlPolicyMembersParams object with the ability to set a timeout on a request.

func (*QueryCombinedDeviceControlPolicyMembersParams) SetContext

SetContext adds the context to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) SetDefaults

SetDefaults hydrates default values in the query combined device control policy members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCombinedDeviceControlPolicyMembersParams) SetFilter

SetFilter adds the filter to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) SetID

SetID adds the id to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) SetLimit

SetLimit adds the limit to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) SetOffset

SetOffset adds the offset to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) SetSort

SetSort adds the sort to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) SetTimeout

SetTimeout adds the timeout to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithContext

WithContext adds the context to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query combined device control policy members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCombinedDeviceControlPolicyMembersParams) WithFilter

WithFilter adds the filter to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithID

WithID adds the id to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithLimit

WithLimit adds the limit to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithOffset

WithOffset adds the offset to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithSort

WithSort adds the sort to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query combined device control policy members params

func (*QueryCombinedDeviceControlPolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedDeviceControlPolicyMembersReader

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

QueryCombinedDeviceControlPolicyMembersReader is a Reader for the QueryCombinedDeviceControlPolicyMembers structure.

func (*QueryCombinedDeviceControlPolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedDeviceControlPolicyMembersTooManyRequests

type QueryCombinedDeviceControlPolicyMembersTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryCombinedDeviceControlPolicyMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCombinedDeviceControlPolicyMembersTooManyRequests

func NewQueryCombinedDeviceControlPolicyMembersTooManyRequests() *QueryCombinedDeviceControlPolicyMembersTooManyRequests

NewQueryCombinedDeviceControlPolicyMembersTooManyRequests creates a QueryCombinedDeviceControlPolicyMembersTooManyRequests with default headers values

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) Code added in v0.2.33

Code gets the status code for the query combined device control policy members too many requests response

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) Error

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) GetPayload

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this query combined device control policy members too many requests response has a 4xx status code

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query combined device control policy members too many requests response a status code equal to that given

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined device control policy members too many requests response has a 3xx status code

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this query combined device control policy members too many requests response has a 5xx status code

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined device control policy members too many requests response has a 2xx status code

func (*QueryCombinedDeviceControlPolicyMembersTooManyRequests) String added in v0.2.27

type QueryDeviceControlPoliciesBadRequest

type QueryDeviceControlPoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QueryDeviceControlPoliciesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQueryDeviceControlPoliciesBadRequest

func NewQueryDeviceControlPoliciesBadRequest() *QueryDeviceControlPoliciesBadRequest

NewQueryDeviceControlPoliciesBadRequest creates a QueryDeviceControlPoliciesBadRequest with default headers values

func (*QueryDeviceControlPoliciesBadRequest) Code added in v0.2.33

Code gets the status code for the query device control policies bad request response

func (*QueryDeviceControlPoliciesBadRequest) Error

func (*QueryDeviceControlPoliciesBadRequest) GetPayload

func (*QueryDeviceControlPoliciesBadRequest) IsClientError added in v0.2.27

func (o *QueryDeviceControlPoliciesBadRequest) IsClientError() bool

IsClientError returns true when this query device control policies bad request response has a 4xx status code

func (*QueryDeviceControlPoliciesBadRequest) IsCode added in v0.2.27

IsCode returns true when this query device control policies bad request response a status code equal to that given

func (*QueryDeviceControlPoliciesBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policies bad request response has a 3xx status code

func (*QueryDeviceControlPoliciesBadRequest) IsServerError added in v0.2.27

func (o *QueryDeviceControlPoliciesBadRequest) IsServerError() bool

IsServerError returns true when this query device control policies bad request response has a 5xx status code

func (*QueryDeviceControlPoliciesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policies bad request response has a 2xx status code

func (*QueryDeviceControlPoliciesBadRequest) String added in v0.2.27

type QueryDeviceControlPoliciesForbidden

type QueryDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryDeviceControlPoliciesForbidden

func NewQueryDeviceControlPoliciesForbidden() *QueryDeviceControlPoliciesForbidden

NewQueryDeviceControlPoliciesForbidden creates a QueryDeviceControlPoliciesForbidden with default headers values

func (*QueryDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the query device control policies forbidden response

func (*QueryDeviceControlPoliciesForbidden) Error

func (*QueryDeviceControlPoliciesForbidden) GetPayload

func (*QueryDeviceControlPoliciesForbidden) IsClientError added in v0.2.27

func (o *QueryDeviceControlPoliciesForbidden) IsClientError() bool

IsClientError returns true when this query device control policies forbidden response has a 4xx status code

func (*QueryDeviceControlPoliciesForbidden) IsCode added in v0.2.27

IsCode returns true when this query device control policies forbidden response a status code equal to that given

func (*QueryDeviceControlPoliciesForbidden) IsRedirect added in v0.2.27

func (o *QueryDeviceControlPoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this query device control policies forbidden response has a 3xx status code

func (*QueryDeviceControlPoliciesForbidden) IsServerError added in v0.2.27

func (o *QueryDeviceControlPoliciesForbidden) IsServerError() bool

IsServerError returns true when this query device control policies forbidden response has a 5xx status code

func (*QueryDeviceControlPoliciesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policies forbidden response has a 2xx status code

func (*QueryDeviceControlPoliciesForbidden) String added in v0.2.27

type QueryDeviceControlPoliciesInternalServerError

type QueryDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QueryDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryDeviceControlPoliciesInternalServerError

func NewQueryDeviceControlPoliciesInternalServerError() *QueryDeviceControlPoliciesInternalServerError

NewQueryDeviceControlPoliciesInternalServerError creates a QueryDeviceControlPoliciesInternalServerError with default headers values

func (*QueryDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the query device control policies internal server error response

func (*QueryDeviceControlPoliciesInternalServerError) Error

func (*QueryDeviceControlPoliciesInternalServerError) GetPayload

func (*QueryDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query device control policies internal server error response has a 4xx status code

func (*QueryDeviceControlPoliciesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query device control policies internal server error response a status code equal to that given

func (*QueryDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policies internal server error response has a 3xx status code

func (*QueryDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query device control policies internal server error response has a 5xx status code

func (*QueryDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policies internal server error response has a 2xx status code

func (*QueryDeviceControlPoliciesInternalServerError) String added in v0.2.27

type QueryDeviceControlPoliciesOK

type QueryDeviceControlPoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QueryDeviceControlPoliciesOK describes a response with status code 200, with default header values.

OK

func NewQueryDeviceControlPoliciesOK

func NewQueryDeviceControlPoliciesOK() *QueryDeviceControlPoliciesOK

NewQueryDeviceControlPoliciesOK creates a QueryDeviceControlPoliciesOK with default headers values

func (*QueryDeviceControlPoliciesOK) Code added in v0.2.33

Code gets the status code for the query device control policies o k response

func (*QueryDeviceControlPoliciesOK) Error

func (*QueryDeviceControlPoliciesOK) GetPayload

func (*QueryDeviceControlPoliciesOK) IsClientError added in v0.2.27

func (o *QueryDeviceControlPoliciesOK) IsClientError() bool

IsClientError returns true when this query device control policies o k response has a 4xx status code

func (*QueryDeviceControlPoliciesOK) IsCode added in v0.2.27

func (o *QueryDeviceControlPoliciesOK) IsCode(code int) bool

IsCode returns true when this query device control policies o k response a status code equal to that given

func (*QueryDeviceControlPoliciesOK) IsRedirect added in v0.2.27

func (o *QueryDeviceControlPoliciesOK) IsRedirect() bool

IsRedirect returns true when this query device control policies o k response has a 3xx status code

func (*QueryDeviceControlPoliciesOK) IsServerError added in v0.2.27

func (o *QueryDeviceControlPoliciesOK) IsServerError() bool

IsServerError returns true when this query device control policies o k response has a 5xx status code

func (*QueryDeviceControlPoliciesOK) IsSuccess added in v0.2.27

func (o *QueryDeviceControlPoliciesOK) IsSuccess() bool

IsSuccess returns true when this query device control policies o k response has a 2xx status code

func (*QueryDeviceControlPoliciesOK) String added in v0.2.27

type QueryDeviceControlPoliciesParams

type QueryDeviceControlPoliciesParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the query device control policies operation.

Typically these are written to a http.Request.

func NewQueryDeviceControlPoliciesParams

func NewQueryDeviceControlPoliciesParams() *QueryDeviceControlPoliciesParams

NewQueryDeviceControlPoliciesParams creates a new QueryDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryDeviceControlPoliciesParamsWithContext

func NewQueryDeviceControlPoliciesParamsWithContext(ctx context.Context) *QueryDeviceControlPoliciesParams

NewQueryDeviceControlPoliciesParamsWithContext creates a new QueryDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewQueryDeviceControlPoliciesParamsWithHTTPClient

func NewQueryDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *QueryDeviceControlPoliciesParams

NewQueryDeviceControlPoliciesParamsWithHTTPClient creates a new QueryDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryDeviceControlPoliciesParamsWithTimeout

func NewQueryDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *QueryDeviceControlPoliciesParams

NewQueryDeviceControlPoliciesParamsWithTimeout creates a new QueryDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*QueryDeviceControlPoliciesParams) SetContext

SetContext adds the context to the query device control policies params

func (*QueryDeviceControlPoliciesParams) SetDefaults

func (o *QueryDeviceControlPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the query device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*QueryDeviceControlPoliciesParams) SetFilter

func (o *QueryDeviceControlPoliciesParams) SetFilter(filter *string)

SetFilter adds the filter to the query device control policies params

func (*QueryDeviceControlPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query device control policies params

func (*QueryDeviceControlPoliciesParams) SetLimit

func (o *QueryDeviceControlPoliciesParams) SetLimit(limit *int64)

SetLimit adds the limit to the query device control policies params

func (*QueryDeviceControlPoliciesParams) SetOffset

func (o *QueryDeviceControlPoliciesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query device control policies params

func (*QueryDeviceControlPoliciesParams) SetSort

func (o *QueryDeviceControlPoliciesParams) SetSort(sort *string)

SetSort adds the sort to the query device control policies params

func (*QueryDeviceControlPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WithContext

WithContext adds the context to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WithDefaults

WithDefaults hydrates default values in the query device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*QueryDeviceControlPoliciesParams) WithFilter

WithFilter adds the filter to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WithLimit

WithLimit adds the limit to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WithOffset

WithOffset adds the offset to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WithSort

WithSort adds the sort to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WithTimeout

WithTimeout adds the timeout to the query device control policies params

func (*QueryDeviceControlPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryDeviceControlPoliciesReader

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

QueryDeviceControlPoliciesReader is a Reader for the QueryDeviceControlPolicies structure.

func (*QueryDeviceControlPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryDeviceControlPoliciesTooManyRequests

type QueryDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryDeviceControlPoliciesTooManyRequests

func NewQueryDeviceControlPoliciesTooManyRequests() *QueryDeviceControlPoliciesTooManyRequests

NewQueryDeviceControlPoliciesTooManyRequests creates a QueryDeviceControlPoliciesTooManyRequests with default headers values

func (*QueryDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the query device control policies too many requests response

func (*QueryDeviceControlPoliciesTooManyRequests) Error

func (*QueryDeviceControlPoliciesTooManyRequests) GetPayload

func (*QueryDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this query device control policies too many requests response has a 4xx status code

func (*QueryDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query device control policies too many requests response a status code equal to that given

func (*QueryDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policies too many requests response has a 3xx status code

func (*QueryDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this query device control policies too many requests response has a 5xx status code

func (*QueryDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policies too many requests response has a 2xx status code

func (*QueryDeviceControlPoliciesTooManyRequests) String added in v0.2.27

type QueryDeviceControlPolicyMembersBadRequest

type QueryDeviceControlPolicyMembersBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QueryDeviceControlPolicyMembersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQueryDeviceControlPolicyMembersBadRequest

func NewQueryDeviceControlPolicyMembersBadRequest() *QueryDeviceControlPolicyMembersBadRequest

NewQueryDeviceControlPolicyMembersBadRequest creates a QueryDeviceControlPolicyMembersBadRequest with default headers values

func (*QueryDeviceControlPolicyMembersBadRequest) Code added in v0.2.33

Code gets the status code for the query device control policy members bad request response

func (*QueryDeviceControlPolicyMembersBadRequest) Error

func (*QueryDeviceControlPolicyMembersBadRequest) GetPayload

func (*QueryDeviceControlPolicyMembersBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this query device control policy members bad request response has a 4xx status code

func (*QueryDeviceControlPolicyMembersBadRequest) IsCode added in v0.2.27

IsCode returns true when this query device control policy members bad request response a status code equal to that given

func (*QueryDeviceControlPolicyMembersBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policy members bad request response has a 3xx status code

func (*QueryDeviceControlPolicyMembersBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this query device control policy members bad request response has a 5xx status code

func (*QueryDeviceControlPolicyMembersBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policy members bad request response has a 2xx status code

func (*QueryDeviceControlPolicyMembersBadRequest) String added in v0.2.27

type QueryDeviceControlPolicyMembersForbidden

type QueryDeviceControlPolicyMembersForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryDeviceControlPolicyMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryDeviceControlPolicyMembersForbidden

func NewQueryDeviceControlPolicyMembersForbidden() *QueryDeviceControlPolicyMembersForbidden

NewQueryDeviceControlPolicyMembersForbidden creates a QueryDeviceControlPolicyMembersForbidden with default headers values

func (*QueryDeviceControlPolicyMembersForbidden) Code added in v0.2.33

Code gets the status code for the query device control policy members forbidden response

func (*QueryDeviceControlPolicyMembersForbidden) Error

func (*QueryDeviceControlPolicyMembersForbidden) GetPayload

func (*QueryDeviceControlPolicyMembersForbidden) IsClientError added in v0.2.27

IsClientError returns true when this query device control policy members forbidden response has a 4xx status code

func (*QueryDeviceControlPolicyMembersForbidden) IsCode added in v0.2.27

IsCode returns true when this query device control policy members forbidden response a status code equal to that given

func (*QueryDeviceControlPolicyMembersForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policy members forbidden response has a 3xx status code

func (*QueryDeviceControlPolicyMembersForbidden) IsServerError added in v0.2.27

IsServerError returns true when this query device control policy members forbidden response has a 5xx status code

func (*QueryDeviceControlPolicyMembersForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policy members forbidden response has a 2xx status code

func (*QueryDeviceControlPolicyMembersForbidden) String added in v0.2.27

type QueryDeviceControlPolicyMembersInternalServerError

type QueryDeviceControlPolicyMembersInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QueryDeviceControlPolicyMembersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryDeviceControlPolicyMembersInternalServerError

func NewQueryDeviceControlPolicyMembersInternalServerError() *QueryDeviceControlPolicyMembersInternalServerError

NewQueryDeviceControlPolicyMembersInternalServerError creates a QueryDeviceControlPolicyMembersInternalServerError with default headers values

func (*QueryDeviceControlPolicyMembersInternalServerError) Code added in v0.2.33

Code gets the status code for the query device control policy members internal server error response

func (*QueryDeviceControlPolicyMembersInternalServerError) Error

func (*QueryDeviceControlPolicyMembersInternalServerError) GetPayload

func (*QueryDeviceControlPolicyMembersInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query device control policy members internal server error response has a 4xx status code

func (*QueryDeviceControlPolicyMembersInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query device control policy members internal server error response a status code equal to that given

func (*QueryDeviceControlPolicyMembersInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policy members internal server error response has a 3xx status code

func (*QueryDeviceControlPolicyMembersInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query device control policy members internal server error response has a 5xx status code

func (*QueryDeviceControlPolicyMembersInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policy members internal server error response has a 2xx status code

func (*QueryDeviceControlPolicyMembersInternalServerError) String added in v0.2.27

type QueryDeviceControlPolicyMembersNotFound

type QueryDeviceControlPolicyMembersNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QueryDeviceControlPolicyMembersNotFound describes a response with status code 404, with default header values.

Not Found

func NewQueryDeviceControlPolicyMembersNotFound

func NewQueryDeviceControlPolicyMembersNotFound() *QueryDeviceControlPolicyMembersNotFound

NewQueryDeviceControlPolicyMembersNotFound creates a QueryDeviceControlPolicyMembersNotFound with default headers values

func (*QueryDeviceControlPolicyMembersNotFound) Code added in v0.2.33

Code gets the status code for the query device control policy members not found response

func (*QueryDeviceControlPolicyMembersNotFound) Error

func (*QueryDeviceControlPolicyMembersNotFound) GetPayload

func (*QueryDeviceControlPolicyMembersNotFound) IsClientError added in v0.2.27

func (o *QueryDeviceControlPolicyMembersNotFound) IsClientError() bool

IsClientError returns true when this query device control policy members not found response has a 4xx status code

func (*QueryDeviceControlPolicyMembersNotFound) IsCode added in v0.2.27

IsCode returns true when this query device control policy members not found response a status code equal to that given

func (*QueryDeviceControlPolicyMembersNotFound) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policy members not found response has a 3xx status code

func (*QueryDeviceControlPolicyMembersNotFound) IsServerError added in v0.2.27

func (o *QueryDeviceControlPolicyMembersNotFound) IsServerError() bool

IsServerError returns true when this query device control policy members not found response has a 5xx status code

func (*QueryDeviceControlPolicyMembersNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policy members not found response has a 2xx status code

func (*QueryDeviceControlPolicyMembersNotFound) String added in v0.2.27

type QueryDeviceControlPolicyMembersOK

type QueryDeviceControlPolicyMembersOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QueryDeviceControlPolicyMembersOK describes a response with status code 200, with default header values.

OK

func NewQueryDeviceControlPolicyMembersOK

func NewQueryDeviceControlPolicyMembersOK() *QueryDeviceControlPolicyMembersOK

NewQueryDeviceControlPolicyMembersOK creates a QueryDeviceControlPolicyMembersOK with default headers values

func (*QueryDeviceControlPolicyMembersOK) Code added in v0.2.33

Code gets the status code for the query device control policy members o k response

func (*QueryDeviceControlPolicyMembersOK) Error

func (*QueryDeviceControlPolicyMembersOK) GetPayload

func (*QueryDeviceControlPolicyMembersOK) IsClientError added in v0.2.27

func (o *QueryDeviceControlPolicyMembersOK) IsClientError() bool

IsClientError returns true when this query device control policy members o k response has a 4xx status code

func (*QueryDeviceControlPolicyMembersOK) IsCode added in v0.2.27

func (o *QueryDeviceControlPolicyMembersOK) IsCode(code int) bool

IsCode returns true when this query device control policy members o k response a status code equal to that given

func (*QueryDeviceControlPolicyMembersOK) IsRedirect added in v0.2.27

func (o *QueryDeviceControlPolicyMembersOK) IsRedirect() bool

IsRedirect returns true when this query device control policy members o k response has a 3xx status code

func (*QueryDeviceControlPolicyMembersOK) IsServerError added in v0.2.27

func (o *QueryDeviceControlPolicyMembersOK) IsServerError() bool

IsServerError returns true when this query device control policy members o k response has a 5xx status code

func (*QueryDeviceControlPolicyMembersOK) IsSuccess added in v0.2.27

func (o *QueryDeviceControlPolicyMembersOK) IsSuccess() bool

IsSuccess returns true when this query device control policy members o k response has a 2xx status code

func (*QueryDeviceControlPolicyMembersOK) String added in v0.2.27

type QueryDeviceControlPolicyMembersParams

type QueryDeviceControlPolicyMembersParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* ID.

	   The ID of the Device Control Policy to search for members of
	*/
	ID *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryDeviceControlPolicyMembersParams contains all the parameters to send to the API endpoint

for the query device control policy members operation.

Typically these are written to a http.Request.

func NewQueryDeviceControlPolicyMembersParams

func NewQueryDeviceControlPolicyMembersParams() *QueryDeviceControlPolicyMembersParams

NewQueryDeviceControlPolicyMembersParams creates a new QueryDeviceControlPolicyMembersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryDeviceControlPolicyMembersParamsWithContext

func NewQueryDeviceControlPolicyMembersParamsWithContext(ctx context.Context) *QueryDeviceControlPolicyMembersParams

NewQueryDeviceControlPolicyMembersParamsWithContext creates a new QueryDeviceControlPolicyMembersParams object with the ability to set a context for a request.

func NewQueryDeviceControlPolicyMembersParamsWithHTTPClient

func NewQueryDeviceControlPolicyMembersParamsWithHTTPClient(client *http.Client) *QueryDeviceControlPolicyMembersParams

NewQueryDeviceControlPolicyMembersParamsWithHTTPClient creates a new QueryDeviceControlPolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryDeviceControlPolicyMembersParamsWithTimeout

func NewQueryDeviceControlPolicyMembersParamsWithTimeout(timeout time.Duration) *QueryDeviceControlPolicyMembersParams

NewQueryDeviceControlPolicyMembersParamsWithTimeout creates a new QueryDeviceControlPolicyMembersParams object with the ability to set a timeout on a request.

func (*QueryDeviceControlPolicyMembersParams) SetContext

SetContext adds the context to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) SetDefaults

func (o *QueryDeviceControlPolicyMembersParams) SetDefaults()

SetDefaults hydrates default values in the query device control policy members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryDeviceControlPolicyMembersParams) SetFilter

func (o *QueryDeviceControlPolicyMembersParams) SetFilter(filter *string)

SetFilter adds the filter to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) SetID

SetID adds the id to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) SetLimit

func (o *QueryDeviceControlPolicyMembersParams) SetLimit(limit *int64)

SetLimit adds the limit to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) SetOffset

func (o *QueryDeviceControlPolicyMembersParams) SetOffset(offset *int64)

SetOffset adds the offset to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) SetSort

SetSort adds the sort to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) SetTimeout

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

SetTimeout adds the timeout to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithContext

WithContext adds the context to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query device control policy members params (not the query body).

All values with no default are reset to their zero value.

func (*QueryDeviceControlPolicyMembersParams) WithFilter

WithFilter adds the filter to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithID

WithID adds the id to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithLimit

WithLimit adds the limit to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithOffset

WithOffset adds the offset to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithSort

WithSort adds the sort to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query device control policy members params

func (*QueryDeviceControlPolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryDeviceControlPolicyMembersReader

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

QueryDeviceControlPolicyMembersReader is a Reader for the QueryDeviceControlPolicyMembers structure.

func (*QueryDeviceControlPolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryDeviceControlPolicyMembersTooManyRequests

type QueryDeviceControlPolicyMembersTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryDeviceControlPolicyMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryDeviceControlPolicyMembersTooManyRequests

func NewQueryDeviceControlPolicyMembersTooManyRequests() *QueryDeviceControlPolicyMembersTooManyRequests

NewQueryDeviceControlPolicyMembersTooManyRequests creates a QueryDeviceControlPolicyMembersTooManyRequests with default headers values

func (*QueryDeviceControlPolicyMembersTooManyRequests) Code added in v0.2.33

Code gets the status code for the query device control policy members too many requests response

func (*QueryDeviceControlPolicyMembersTooManyRequests) Error

func (*QueryDeviceControlPolicyMembersTooManyRequests) GetPayload

func (*QueryDeviceControlPolicyMembersTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this query device control policy members too many requests response has a 4xx status code

func (*QueryDeviceControlPolicyMembersTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query device control policy members too many requests response a status code equal to that given

func (*QueryDeviceControlPolicyMembersTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query device control policy members too many requests response has a 3xx status code

func (*QueryDeviceControlPolicyMembersTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this query device control policy members too many requests response has a 5xx status code

func (*QueryDeviceControlPolicyMembersTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query device control policy members too many requests response has a 2xx status code

func (*QueryDeviceControlPolicyMembersTooManyRequests) String added in v0.2.27

type SetDeviceControlPoliciesPrecedenceBadRequest

type SetDeviceControlPoliciesPrecedenceBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

SetDeviceControlPoliciesPrecedenceBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewSetDeviceControlPoliciesPrecedenceBadRequest

func NewSetDeviceControlPoliciesPrecedenceBadRequest() *SetDeviceControlPoliciesPrecedenceBadRequest

NewSetDeviceControlPoliciesPrecedenceBadRequest creates a SetDeviceControlPoliciesPrecedenceBadRequest with default headers values

func (*SetDeviceControlPoliciesPrecedenceBadRequest) Code added in v0.2.33

Code gets the status code for the set device control policies precedence bad request response

func (*SetDeviceControlPoliciesPrecedenceBadRequest) Error

func (*SetDeviceControlPoliciesPrecedenceBadRequest) GetPayload

func (*SetDeviceControlPoliciesPrecedenceBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this set device control policies precedence bad request response has a 4xx status code

func (*SetDeviceControlPoliciesPrecedenceBadRequest) IsCode added in v0.2.27

IsCode returns true when this set device control policies precedence bad request response a status code equal to that given

func (*SetDeviceControlPoliciesPrecedenceBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this set device control policies precedence bad request response has a 3xx status code

func (*SetDeviceControlPoliciesPrecedenceBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this set device control policies precedence bad request response has a 5xx status code

func (*SetDeviceControlPoliciesPrecedenceBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this set device control policies precedence bad request response has a 2xx status code

func (*SetDeviceControlPoliciesPrecedenceBadRequest) String added in v0.2.27

type SetDeviceControlPoliciesPrecedenceForbidden

type SetDeviceControlPoliciesPrecedenceForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

SetDeviceControlPoliciesPrecedenceForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSetDeviceControlPoliciesPrecedenceForbidden

func NewSetDeviceControlPoliciesPrecedenceForbidden() *SetDeviceControlPoliciesPrecedenceForbidden

NewSetDeviceControlPoliciesPrecedenceForbidden creates a SetDeviceControlPoliciesPrecedenceForbidden with default headers values

func (*SetDeviceControlPoliciesPrecedenceForbidden) Code added in v0.2.33

Code gets the status code for the set device control policies precedence forbidden response

func (*SetDeviceControlPoliciesPrecedenceForbidden) Error

func (*SetDeviceControlPoliciesPrecedenceForbidden) GetPayload

func (*SetDeviceControlPoliciesPrecedenceForbidden) IsClientError added in v0.2.27

IsClientError returns true when this set device control policies precedence forbidden response has a 4xx status code

func (*SetDeviceControlPoliciesPrecedenceForbidden) IsCode added in v0.2.27

IsCode returns true when this set device control policies precedence forbidden response a status code equal to that given

func (*SetDeviceControlPoliciesPrecedenceForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this set device control policies precedence forbidden response has a 3xx status code

func (*SetDeviceControlPoliciesPrecedenceForbidden) IsServerError added in v0.2.27

IsServerError returns true when this set device control policies precedence forbidden response has a 5xx status code

func (*SetDeviceControlPoliciesPrecedenceForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this set device control policies precedence forbidden response has a 2xx status code

func (*SetDeviceControlPoliciesPrecedenceForbidden) String added in v0.2.27

type SetDeviceControlPoliciesPrecedenceInternalServerError

type SetDeviceControlPoliciesPrecedenceInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

SetDeviceControlPoliciesPrecedenceInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewSetDeviceControlPoliciesPrecedenceInternalServerError

func NewSetDeviceControlPoliciesPrecedenceInternalServerError() *SetDeviceControlPoliciesPrecedenceInternalServerError

NewSetDeviceControlPoliciesPrecedenceInternalServerError creates a SetDeviceControlPoliciesPrecedenceInternalServerError with default headers values

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) Code added in v0.2.33

Code gets the status code for the set device control policies precedence internal server error response

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) Error

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) GetPayload

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this set device control policies precedence internal server error response has a 4xx status code

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) IsCode added in v0.2.27

IsCode returns true when this set device control policies precedence internal server error response a status code equal to that given

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this set device control policies precedence internal server error response has a 3xx status code

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this set device control policies precedence internal server error response has a 5xx status code

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this set device control policies precedence internal server error response has a 2xx status code

func (*SetDeviceControlPoliciesPrecedenceInternalServerError) String added in v0.2.27

type SetDeviceControlPoliciesPrecedenceOK

type SetDeviceControlPoliciesPrecedenceOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

SetDeviceControlPoliciesPrecedenceOK describes a response with status code 200, with default header values.

OK

func NewSetDeviceControlPoliciesPrecedenceOK

func NewSetDeviceControlPoliciesPrecedenceOK() *SetDeviceControlPoliciesPrecedenceOK

NewSetDeviceControlPoliciesPrecedenceOK creates a SetDeviceControlPoliciesPrecedenceOK with default headers values

func (*SetDeviceControlPoliciesPrecedenceOK) Code added in v0.2.33

Code gets the status code for the set device control policies precedence o k response

func (*SetDeviceControlPoliciesPrecedenceOK) Error

func (*SetDeviceControlPoliciesPrecedenceOK) GetPayload

func (*SetDeviceControlPoliciesPrecedenceOK) IsClientError added in v0.2.27

func (o *SetDeviceControlPoliciesPrecedenceOK) IsClientError() bool

IsClientError returns true when this set device control policies precedence o k response has a 4xx status code

func (*SetDeviceControlPoliciesPrecedenceOK) IsCode added in v0.2.27

IsCode returns true when this set device control policies precedence o k response a status code equal to that given

func (*SetDeviceControlPoliciesPrecedenceOK) IsRedirect added in v0.2.27

IsRedirect returns true when this set device control policies precedence o k response has a 3xx status code

func (*SetDeviceControlPoliciesPrecedenceOK) IsServerError added in v0.2.27

func (o *SetDeviceControlPoliciesPrecedenceOK) IsServerError() bool

IsServerError returns true when this set device control policies precedence o k response has a 5xx status code

func (*SetDeviceControlPoliciesPrecedenceOK) IsSuccess added in v0.2.27

IsSuccess returns true when this set device control policies precedence o k response has a 2xx status code

func (*SetDeviceControlPoliciesPrecedenceOK) String added in v0.2.27

type SetDeviceControlPoliciesPrecedenceParams

type SetDeviceControlPoliciesPrecedenceParams struct {

	// Body.
	Body *models.BaseSetPolicyPrecedenceReqV1

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

SetDeviceControlPoliciesPrecedenceParams contains all the parameters to send to the API endpoint

for the set device control policies precedence operation.

Typically these are written to a http.Request.

func NewSetDeviceControlPoliciesPrecedenceParams

func NewSetDeviceControlPoliciesPrecedenceParams() *SetDeviceControlPoliciesPrecedenceParams

NewSetDeviceControlPoliciesPrecedenceParams creates a new SetDeviceControlPoliciesPrecedenceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetDeviceControlPoliciesPrecedenceParamsWithContext

func NewSetDeviceControlPoliciesPrecedenceParamsWithContext(ctx context.Context) *SetDeviceControlPoliciesPrecedenceParams

NewSetDeviceControlPoliciesPrecedenceParamsWithContext creates a new SetDeviceControlPoliciesPrecedenceParams object with the ability to set a context for a request.

func NewSetDeviceControlPoliciesPrecedenceParamsWithHTTPClient

func NewSetDeviceControlPoliciesPrecedenceParamsWithHTTPClient(client *http.Client) *SetDeviceControlPoliciesPrecedenceParams

NewSetDeviceControlPoliciesPrecedenceParamsWithHTTPClient creates a new SetDeviceControlPoliciesPrecedenceParams object with the ability to set a custom HTTPClient for a request.

func NewSetDeviceControlPoliciesPrecedenceParamsWithTimeout

func NewSetDeviceControlPoliciesPrecedenceParamsWithTimeout(timeout time.Duration) *SetDeviceControlPoliciesPrecedenceParams

NewSetDeviceControlPoliciesPrecedenceParamsWithTimeout creates a new SetDeviceControlPoliciesPrecedenceParams object with the ability to set a timeout on a request.

func (*SetDeviceControlPoliciesPrecedenceParams) SetBody

SetBody adds the body to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) SetContext

SetContext adds the context to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) SetDefaults

SetDefaults hydrates default values in the set device control policies precedence params (not the query body).

All values with no default are reset to their zero value.

func (*SetDeviceControlPoliciesPrecedenceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) SetTimeout

SetTimeout adds the timeout to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) WithBody

WithBody adds the body to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) WithContext

WithContext adds the context to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) WithDefaults

WithDefaults hydrates default values in the set device control policies precedence params (not the query body).

All values with no default are reset to their zero value.

func (*SetDeviceControlPoliciesPrecedenceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) WithTimeout

WithTimeout adds the timeout to the set device control policies precedence params

func (*SetDeviceControlPoliciesPrecedenceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetDeviceControlPoliciesPrecedenceReader

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

SetDeviceControlPoliciesPrecedenceReader is a Reader for the SetDeviceControlPoliciesPrecedence structure.

func (*SetDeviceControlPoliciesPrecedenceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetDeviceControlPoliciesPrecedenceTooManyRequests

type SetDeviceControlPoliciesPrecedenceTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

SetDeviceControlPoliciesPrecedenceTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewSetDeviceControlPoliciesPrecedenceTooManyRequests

func NewSetDeviceControlPoliciesPrecedenceTooManyRequests() *SetDeviceControlPoliciesPrecedenceTooManyRequests

NewSetDeviceControlPoliciesPrecedenceTooManyRequests creates a SetDeviceControlPoliciesPrecedenceTooManyRequests with default headers values

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) Code added in v0.2.33

Code gets the status code for the set device control policies precedence too many requests response

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) Error

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) GetPayload

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this set device control policies precedence too many requests response has a 4xx status code

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this set device control policies precedence too many requests response a status code equal to that given

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this set device control policies precedence too many requests response has a 3xx status code

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this set device control policies precedence too many requests response has a 5xx status code

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this set device control policies precedence too many requests response has a 2xx status code

func (*SetDeviceControlPoliciesPrecedenceTooManyRequests) String added in v0.2.27

type UpdateDefaultDeviceControlPoliciesForbidden added in v0.2.33

type UpdateDefaultDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

UpdateDefaultDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateDefaultDeviceControlPoliciesForbidden added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesForbidden() *UpdateDefaultDeviceControlPoliciesForbidden

NewUpdateDefaultDeviceControlPoliciesForbidden creates a UpdateDefaultDeviceControlPoliciesForbidden with default headers values

func (*UpdateDefaultDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the update default device control policies forbidden response

func (*UpdateDefaultDeviceControlPoliciesForbidden) Error added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesForbidden) GetPayload added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesForbidden) IsClientError added in v0.2.33

IsClientError returns true when this update default device control policies forbidden response has a 4xx status code

func (*UpdateDefaultDeviceControlPoliciesForbidden) IsCode added in v0.2.33

IsCode returns true when this update default device control policies forbidden response a status code equal to that given

func (*UpdateDefaultDeviceControlPoliciesForbidden) IsRedirect added in v0.2.33

IsRedirect returns true when this update default device control policies forbidden response has a 3xx status code

func (*UpdateDefaultDeviceControlPoliciesForbidden) IsServerError added in v0.2.33

IsServerError returns true when this update default device control policies forbidden response has a 5xx status code

func (*UpdateDefaultDeviceControlPoliciesForbidden) IsSuccess added in v0.2.33

IsSuccess returns true when this update default device control policies forbidden response has a 2xx status code

func (*UpdateDefaultDeviceControlPoliciesForbidden) String added in v0.2.33

type UpdateDefaultDeviceControlPoliciesInternalServerError added in v0.2.33

type UpdateDefaultDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

UpdateDefaultDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateDefaultDeviceControlPoliciesInternalServerError added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesInternalServerError() *UpdateDefaultDeviceControlPoliciesInternalServerError

NewUpdateDefaultDeviceControlPoliciesInternalServerError creates a UpdateDefaultDeviceControlPoliciesInternalServerError with default headers values

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the update default device control policies internal server error response

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) Error added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) GetPayload added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.33

IsClientError returns true when this update default device control policies internal server error response has a 4xx status code

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) IsCode added in v0.2.33

IsCode returns true when this update default device control policies internal server error response a status code equal to that given

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.33

IsRedirect returns true when this update default device control policies internal server error response has a 3xx status code

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.33

IsServerError returns true when this update default device control policies internal server error response has a 5xx status code

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.33

IsSuccess returns true when this update default device control policies internal server error response has a 2xx status code

func (*UpdateDefaultDeviceControlPoliciesInternalServerError) String added in v0.2.33

type UpdateDefaultDeviceControlPoliciesNotFound added in v0.2.33

type UpdateDefaultDeviceControlPoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

UpdateDefaultDeviceControlPoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateDefaultDeviceControlPoliciesNotFound added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesNotFound() *UpdateDefaultDeviceControlPoliciesNotFound

NewUpdateDefaultDeviceControlPoliciesNotFound creates a UpdateDefaultDeviceControlPoliciesNotFound with default headers values

func (*UpdateDefaultDeviceControlPoliciesNotFound) Code added in v0.2.33

Code gets the status code for the update default device control policies not found response

func (*UpdateDefaultDeviceControlPoliciesNotFound) Error added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesNotFound) GetPayload added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesNotFound) IsClientError added in v0.2.33

IsClientError returns true when this update default device control policies not found response has a 4xx status code

func (*UpdateDefaultDeviceControlPoliciesNotFound) IsCode added in v0.2.33

IsCode returns true when this update default device control policies not found response a status code equal to that given

func (*UpdateDefaultDeviceControlPoliciesNotFound) IsRedirect added in v0.2.33

IsRedirect returns true when this update default device control policies not found response has a 3xx status code

func (*UpdateDefaultDeviceControlPoliciesNotFound) IsServerError added in v0.2.33

IsServerError returns true when this update default device control policies not found response has a 5xx status code

func (*UpdateDefaultDeviceControlPoliciesNotFound) IsSuccess added in v0.2.33

IsSuccess returns true when this update default device control policies not found response has a 2xx status code

func (*UpdateDefaultDeviceControlPoliciesNotFound) String added in v0.2.33

type UpdateDefaultDeviceControlPoliciesOK added in v0.2.33

type UpdateDefaultDeviceControlPoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

UpdateDefaultDeviceControlPoliciesOK describes a response with status code 200, with default header values.

OK

func NewUpdateDefaultDeviceControlPoliciesOK added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesOK() *UpdateDefaultDeviceControlPoliciesOK

NewUpdateDefaultDeviceControlPoliciesOK creates a UpdateDefaultDeviceControlPoliciesOK with default headers values

func (*UpdateDefaultDeviceControlPoliciesOK) Code added in v0.2.33

Code gets the status code for the update default device control policies o k response

func (*UpdateDefaultDeviceControlPoliciesOK) Error added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesOK) GetPayload added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesOK) IsClientError added in v0.2.33

func (o *UpdateDefaultDeviceControlPoliciesOK) IsClientError() bool

IsClientError returns true when this update default device control policies o k response has a 4xx status code

func (*UpdateDefaultDeviceControlPoliciesOK) IsCode added in v0.2.33

IsCode returns true when this update default device control policies o k response a status code equal to that given

func (*UpdateDefaultDeviceControlPoliciesOK) IsRedirect added in v0.2.33

IsRedirect returns true when this update default device control policies o k response has a 3xx status code

func (*UpdateDefaultDeviceControlPoliciesOK) IsServerError added in v0.2.33

func (o *UpdateDefaultDeviceControlPoliciesOK) IsServerError() bool

IsServerError returns true when this update default device control policies o k response has a 5xx status code

func (*UpdateDefaultDeviceControlPoliciesOK) IsSuccess added in v0.2.33

IsSuccess returns true when this update default device control policies o k response has a 2xx status code

func (*UpdateDefaultDeviceControlPoliciesOK) String added in v0.2.33

type UpdateDefaultDeviceControlPoliciesParams added in v0.2.33

type UpdateDefaultDeviceControlPoliciesParams struct {

	// Body.
	Body *models.DeviceControlReqUpdateDefaultDCPolicyV1

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

UpdateDefaultDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the update default device control policies operation.

Typically these are written to a http.Request.

func NewUpdateDefaultDeviceControlPoliciesParams added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesParams() *UpdateDefaultDeviceControlPoliciesParams

NewUpdateDefaultDeviceControlPoliciesParams creates a new UpdateDefaultDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateDefaultDeviceControlPoliciesParamsWithContext added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesParamsWithContext(ctx context.Context) *UpdateDefaultDeviceControlPoliciesParams

NewUpdateDefaultDeviceControlPoliciesParamsWithContext creates a new UpdateDefaultDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewUpdateDefaultDeviceControlPoliciesParamsWithHTTPClient added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *UpdateDefaultDeviceControlPoliciesParams

NewUpdateDefaultDeviceControlPoliciesParamsWithHTTPClient creates a new UpdateDefaultDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDefaultDeviceControlPoliciesParamsWithTimeout added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *UpdateDefaultDeviceControlPoliciesParams

NewUpdateDefaultDeviceControlPoliciesParamsWithTimeout creates a new UpdateDefaultDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*UpdateDefaultDeviceControlPoliciesParams) SetBody added in v0.2.33

SetBody adds the body to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) SetContext added in v0.2.33

SetContext adds the context to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) SetDefaults added in v0.2.33

SetDefaults hydrates default values in the update default device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDefaultDeviceControlPoliciesParams) SetHTTPClient added in v0.2.33

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

SetHTTPClient adds the HTTPClient to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) SetTimeout added in v0.2.33

SetTimeout adds the timeout to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) WithBody added in v0.2.33

WithBody adds the body to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) WithContext added in v0.2.33

WithContext adds the context to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) WithDefaults added in v0.2.33

WithDefaults hydrates default values in the update default device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDefaultDeviceControlPoliciesParams) WithHTTPClient added in v0.2.33

WithHTTPClient adds the HTTPClient to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) WithTimeout added in v0.2.33

WithTimeout adds the timeout to the update default device control policies params

func (*UpdateDefaultDeviceControlPoliciesParams) WriteToRequest added in v0.2.33

WriteToRequest writes these params to a swagger request

type UpdateDefaultDeviceControlPoliciesReader added in v0.2.33

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

UpdateDefaultDeviceControlPoliciesReader is a Reader for the UpdateDefaultDeviceControlPolicies structure.

func (*UpdateDefaultDeviceControlPoliciesReader) ReadResponse added in v0.2.33

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

ReadResponse reads a server response into the received o.

type UpdateDefaultDeviceControlPoliciesTooManyRequests added in v0.2.33

type UpdateDefaultDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UpdateDefaultDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateDefaultDeviceControlPoliciesTooManyRequests added in v0.2.33

func NewUpdateDefaultDeviceControlPoliciesTooManyRequests() *UpdateDefaultDeviceControlPoliciesTooManyRequests

NewUpdateDefaultDeviceControlPoliciesTooManyRequests creates a UpdateDefaultDeviceControlPoliciesTooManyRequests with default headers values

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the update default device control policies too many requests response

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) Error added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) GetPayload added in v0.2.33

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.33

IsClientError returns true when this update default device control policies too many requests response has a 4xx status code

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.33

IsCode returns true when this update default device control policies too many requests response a status code equal to that given

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.33

IsRedirect returns true when this update default device control policies too many requests response has a 3xx status code

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.33

IsServerError returns true when this update default device control policies too many requests response has a 5xx status code

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.33

IsSuccess returns true when this update default device control policies too many requests response has a 2xx status code

func (*UpdateDefaultDeviceControlPoliciesTooManyRequests) String added in v0.2.33

type UpdateDeviceControlPoliciesBadRequest

type UpdateDeviceControlPoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

UpdateDeviceControlPoliciesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateDeviceControlPoliciesBadRequest

func NewUpdateDeviceControlPoliciesBadRequest() *UpdateDeviceControlPoliciesBadRequest

NewUpdateDeviceControlPoliciesBadRequest creates a UpdateDeviceControlPoliciesBadRequest with default headers values

func (*UpdateDeviceControlPoliciesBadRequest) Code added in v0.2.33

Code gets the status code for the update device control policies bad request response

func (*UpdateDeviceControlPoliciesBadRequest) Error

func (*UpdateDeviceControlPoliciesBadRequest) GetPayload

func (*UpdateDeviceControlPoliciesBadRequest) IsClientError added in v0.2.27

func (o *UpdateDeviceControlPoliciesBadRequest) IsClientError() bool

IsClientError returns true when this update device control policies bad request response has a 4xx status code

func (*UpdateDeviceControlPoliciesBadRequest) IsCode added in v0.2.27

IsCode returns true when this update device control policies bad request response a status code equal to that given

func (*UpdateDeviceControlPoliciesBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this update device control policies bad request response has a 3xx status code

func (*UpdateDeviceControlPoliciesBadRequest) IsServerError added in v0.2.27

func (o *UpdateDeviceControlPoliciesBadRequest) IsServerError() bool

IsServerError returns true when this update device control policies bad request response has a 5xx status code

func (*UpdateDeviceControlPoliciesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this update device control policies bad request response has a 2xx status code

func (*UpdateDeviceControlPoliciesBadRequest) String added in v0.2.27

type UpdateDeviceControlPoliciesForbidden

type UpdateDeviceControlPoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

UpdateDeviceControlPoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateDeviceControlPoliciesForbidden

func NewUpdateDeviceControlPoliciesForbidden() *UpdateDeviceControlPoliciesForbidden

NewUpdateDeviceControlPoliciesForbidden creates a UpdateDeviceControlPoliciesForbidden with default headers values

func (*UpdateDeviceControlPoliciesForbidden) Code added in v0.2.33

Code gets the status code for the update device control policies forbidden response

func (*UpdateDeviceControlPoliciesForbidden) Error

func (*UpdateDeviceControlPoliciesForbidden) GetPayload

func (*UpdateDeviceControlPoliciesForbidden) IsClientError added in v0.2.27

func (o *UpdateDeviceControlPoliciesForbidden) IsClientError() bool

IsClientError returns true when this update device control policies forbidden response has a 4xx status code

func (*UpdateDeviceControlPoliciesForbidden) IsCode added in v0.2.27

IsCode returns true when this update device control policies forbidden response a status code equal to that given

func (*UpdateDeviceControlPoliciesForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this update device control policies forbidden response has a 3xx status code

func (*UpdateDeviceControlPoliciesForbidden) IsServerError added in v0.2.27

func (o *UpdateDeviceControlPoliciesForbidden) IsServerError() bool

IsServerError returns true when this update device control policies forbidden response has a 5xx status code

func (*UpdateDeviceControlPoliciesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this update device control policies forbidden response has a 2xx status code

func (*UpdateDeviceControlPoliciesForbidden) String added in v0.2.27

type UpdateDeviceControlPoliciesInternalServerError

type UpdateDeviceControlPoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

UpdateDeviceControlPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateDeviceControlPoliciesInternalServerError

func NewUpdateDeviceControlPoliciesInternalServerError() *UpdateDeviceControlPoliciesInternalServerError

NewUpdateDeviceControlPoliciesInternalServerError creates a UpdateDeviceControlPoliciesInternalServerError with default headers values

func (*UpdateDeviceControlPoliciesInternalServerError) Code added in v0.2.33

Code gets the status code for the update device control policies internal server error response

func (*UpdateDeviceControlPoliciesInternalServerError) Error

func (*UpdateDeviceControlPoliciesInternalServerError) GetPayload

func (*UpdateDeviceControlPoliciesInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this update device control policies internal server error response has a 4xx status code

func (*UpdateDeviceControlPoliciesInternalServerError) IsCode added in v0.2.27

IsCode returns true when this update device control policies internal server error response a status code equal to that given

func (*UpdateDeviceControlPoliciesInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this update device control policies internal server error response has a 3xx status code

func (*UpdateDeviceControlPoliciesInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this update device control policies internal server error response has a 5xx status code

func (*UpdateDeviceControlPoliciesInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this update device control policies internal server error response has a 2xx status code

func (*UpdateDeviceControlPoliciesInternalServerError) String added in v0.2.27

type UpdateDeviceControlPoliciesNotFound

type UpdateDeviceControlPoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

UpdateDeviceControlPoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateDeviceControlPoliciesNotFound

func NewUpdateDeviceControlPoliciesNotFound() *UpdateDeviceControlPoliciesNotFound

NewUpdateDeviceControlPoliciesNotFound creates a UpdateDeviceControlPoliciesNotFound with default headers values

func (*UpdateDeviceControlPoliciesNotFound) Code added in v0.2.33

Code gets the status code for the update device control policies not found response

func (*UpdateDeviceControlPoliciesNotFound) Error

func (*UpdateDeviceControlPoliciesNotFound) GetPayload

func (*UpdateDeviceControlPoliciesNotFound) IsClientError added in v0.2.27

func (o *UpdateDeviceControlPoliciesNotFound) IsClientError() bool

IsClientError returns true when this update device control policies not found response has a 4xx status code

func (*UpdateDeviceControlPoliciesNotFound) IsCode added in v0.2.27

IsCode returns true when this update device control policies not found response a status code equal to that given

func (*UpdateDeviceControlPoliciesNotFound) IsRedirect added in v0.2.27

func (o *UpdateDeviceControlPoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this update device control policies not found response has a 3xx status code

func (*UpdateDeviceControlPoliciesNotFound) IsServerError added in v0.2.27

func (o *UpdateDeviceControlPoliciesNotFound) IsServerError() bool

IsServerError returns true when this update device control policies not found response has a 5xx status code

func (*UpdateDeviceControlPoliciesNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this update device control policies not found response has a 2xx status code

func (*UpdateDeviceControlPoliciesNotFound) String added in v0.2.27

type UpdateDeviceControlPoliciesOK

type UpdateDeviceControlPoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DeviceControlRespV1
}

UpdateDeviceControlPoliciesOK describes a response with status code 200, with default header values.

OK

func NewUpdateDeviceControlPoliciesOK

func NewUpdateDeviceControlPoliciesOK() *UpdateDeviceControlPoliciesOK

NewUpdateDeviceControlPoliciesOK creates a UpdateDeviceControlPoliciesOK with default headers values

func (*UpdateDeviceControlPoliciesOK) Code added in v0.2.33

Code gets the status code for the update device control policies o k response

func (*UpdateDeviceControlPoliciesOK) Error

func (*UpdateDeviceControlPoliciesOK) GetPayload

func (*UpdateDeviceControlPoliciesOK) IsClientError added in v0.2.27

func (o *UpdateDeviceControlPoliciesOK) IsClientError() bool

IsClientError returns true when this update device control policies o k response has a 4xx status code

func (*UpdateDeviceControlPoliciesOK) IsCode added in v0.2.27

func (o *UpdateDeviceControlPoliciesOK) IsCode(code int) bool

IsCode returns true when this update device control policies o k response a status code equal to that given

func (*UpdateDeviceControlPoliciesOK) IsRedirect added in v0.2.27

func (o *UpdateDeviceControlPoliciesOK) IsRedirect() bool

IsRedirect returns true when this update device control policies o k response has a 3xx status code

func (*UpdateDeviceControlPoliciesOK) IsServerError added in v0.2.27

func (o *UpdateDeviceControlPoliciesOK) IsServerError() bool

IsServerError returns true when this update device control policies o k response has a 5xx status code

func (*UpdateDeviceControlPoliciesOK) IsSuccess added in v0.2.27

func (o *UpdateDeviceControlPoliciesOK) IsSuccess() bool

IsSuccess returns true when this update device control policies o k response has a 2xx status code

func (*UpdateDeviceControlPoliciesOK) String added in v0.2.27

type UpdateDeviceControlPoliciesParams

type UpdateDeviceControlPoliciesParams struct {

	// Body.
	Body *models.DeviceControlUpdatePoliciesReqV1

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

UpdateDeviceControlPoliciesParams contains all the parameters to send to the API endpoint

for the update device control policies operation.

Typically these are written to a http.Request.

func NewUpdateDeviceControlPoliciesParams

func NewUpdateDeviceControlPoliciesParams() *UpdateDeviceControlPoliciesParams

NewUpdateDeviceControlPoliciesParams creates a new UpdateDeviceControlPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateDeviceControlPoliciesParamsWithContext

func NewUpdateDeviceControlPoliciesParamsWithContext(ctx context.Context) *UpdateDeviceControlPoliciesParams

NewUpdateDeviceControlPoliciesParamsWithContext creates a new UpdateDeviceControlPoliciesParams object with the ability to set a context for a request.

func NewUpdateDeviceControlPoliciesParamsWithHTTPClient

func NewUpdateDeviceControlPoliciesParamsWithHTTPClient(client *http.Client) *UpdateDeviceControlPoliciesParams

NewUpdateDeviceControlPoliciesParamsWithHTTPClient creates a new UpdateDeviceControlPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDeviceControlPoliciesParamsWithTimeout

func NewUpdateDeviceControlPoliciesParamsWithTimeout(timeout time.Duration) *UpdateDeviceControlPoliciesParams

NewUpdateDeviceControlPoliciesParamsWithTimeout creates a new UpdateDeviceControlPoliciesParams object with the ability to set a timeout on a request.

func (*UpdateDeviceControlPoliciesParams) SetBody

SetBody adds the body to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) SetContext

SetContext adds the context to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) SetDefaults

func (o *UpdateDeviceControlPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the update device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDeviceControlPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) WithBody

WithBody adds the body to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) WithContext

WithContext adds the context to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) WithDefaults

WithDefaults hydrates default values in the update device control policies params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDeviceControlPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) WithTimeout

WithTimeout adds the timeout to the update device control policies params

func (*UpdateDeviceControlPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDeviceControlPoliciesReader

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

UpdateDeviceControlPoliciesReader is a Reader for the UpdateDeviceControlPolicies structure.

func (*UpdateDeviceControlPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDeviceControlPoliciesTooManyRequests

type UpdateDeviceControlPoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UpdateDeviceControlPoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateDeviceControlPoliciesTooManyRequests

func NewUpdateDeviceControlPoliciesTooManyRequests() *UpdateDeviceControlPoliciesTooManyRequests

NewUpdateDeviceControlPoliciesTooManyRequests creates a UpdateDeviceControlPoliciesTooManyRequests with default headers values

func (*UpdateDeviceControlPoliciesTooManyRequests) Code added in v0.2.33

Code gets the status code for the update device control policies too many requests response

func (*UpdateDeviceControlPoliciesTooManyRequests) Error

func (*UpdateDeviceControlPoliciesTooManyRequests) GetPayload

func (*UpdateDeviceControlPoliciesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this update device control policies too many requests response has a 4xx status code

func (*UpdateDeviceControlPoliciesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this update device control policies too many requests response a status code equal to that given

func (*UpdateDeviceControlPoliciesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this update device control policies too many requests response has a 3xx status code

func (*UpdateDeviceControlPoliciesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this update device control policies too many requests response has a 5xx status code

func (*UpdateDeviceControlPoliciesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this update device control policies too many requests response has a 2xx status code

func (*UpdateDeviceControlPoliciesTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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