saas_security

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2026 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 saas security API

func (*Client) DismissAffectedEntityV3

func (a *Client) DismissAffectedEntityV3(params *DismissAffectedEntityV3Params, opts ...ClientOption) (*DismissAffectedEntityV3OK, error)

DismissAffectedEntityV3 ps o s t dismiss affected entity

Preform dismiss to an affected entity in a security check

func (*Client) DismissSecurityCheckV3

func (a *Client) DismissSecurityCheckV3(params *DismissSecurityCheckV3Params, opts ...ClientOption) (*DismissSecurityCheckV3OK, error)

DismissSecurityCheckV3 ps o s t dismiss security check by ID

Perform dismiss to a security check

func (*Client) GetActivityMonitorV3

func (a *Client) GetActivityMonitorV3(params *GetActivityMonitorV3Params, opts ...ClientOption) (*GetActivityMonitorV3OK, error)

GetActivityMonitorV3 gs e t activity monitor

Get a list of all events in monitor

func (*Client) GetAlertsV3

func (a *Client) GetAlertsV3(params *GetAlertsV3Params, opts ...ClientOption) (*GetAlertsV3OK, error)

GetAlertsV3 gs e t alert by ID or g e t alerts

Get a data on a specific alert or get a list of all alerts

func (*Client) GetAppInventory added in v0.17.0

func (a *Client) GetAppInventory(params *GetAppInventoryParams, opts ...ClientOption) (*GetAppInventoryOK, error)

GetAppInventory gs e t applications inventory

Get a list of all apps in the Applications inventory

func (*Client) GetAppInventoryUsers added in v0.17.0

func (a *Client) GetAppInventoryUsers(params *GetAppInventoryUsersParams, opts ...ClientOption) (*GetAppInventoryUsersOK, error)

GetAppInventoryUsers gs e t application users

Get users associated with an app from the Applications Inventory

func (*Client) GetAssetInventoryV3 added in v0.17.0

func (a *Client) GetAssetInventoryV3(params *GetAssetInventoryV3Params, opts ...ClientOption) (*GetAssetInventoryV3OK, error)

GetAssetInventoryV3 gs e t data inventory

Get a list of all assets in the Data Inventory

func (*Client) GetDeviceInventoryV3

func (a *Client) GetDeviceInventoryV3(params *GetDeviceInventoryV3Params, opts ...ClientOption) (*GetDeviceInventoryV3OK, error)

GetDeviceInventoryV3 gs e t device inventory

Get a list of all devices

func (*Client) GetIntegrationsV3

func (a *Client) GetIntegrationsV3(params *GetIntegrationsV3Params, opts ...ClientOption) (*GetIntegrationsV3OK, error)

GetIntegrationsV3 gs e t integrations

Get a list of connected integrations in your account

func (*Client) GetMetricsV3

func (a *Client) GetMetricsV3(params *GetMetricsV3Params, opts ...ClientOption) (*GetMetricsV3OK, error)

GetMetricsV3 gs e t metrics

Get metrics on security checks

func (*Client) GetSecurityCheckAffectedV3

func (a *Client) GetSecurityCheckAffectedV3(params *GetSecurityCheckAffectedV3Params, opts ...ClientOption) (*GetSecurityCheckAffectedV3OK, error)

GetSecurityCheckAffectedV3 gs e t security check affected

Get a list of affected entities

func (*Client) GetSecurityCheckComplianceV3

func (a *Client) GetSecurityCheckComplianceV3(params *GetSecurityCheckComplianceV3Params, opts ...ClientOption) (*GetSecurityCheckComplianceV3OK, error)

GetSecurityCheckComplianceV3 gs e t compliance

Get a list of compliance standards attached to a check

func (*Client) GetSecurityChecksV3

func (a *Client) GetSecurityChecksV3(params *GetSecurityChecksV3Params, opts ...ClientOption) (*GetSecurityChecksV3OK, error)

GetSecurityChecksV3 gs e t security check by ID or g e t list security checks

Get a specific security check by ID or Get all security checks

func (*Client) GetSupportedSaasV3

func (a *Client) GetSupportedSaasV3(params *GetSupportedSaasV3Params, opts ...ClientOption) (*GetSupportedSaasV3OK, error)

GetSupportedSaasV3 gs e t supported saa s

Get a list of supported integrations

func (*Client) GetSystemLogsV3

func (a *Client) GetSystemLogsV3(params *GetSystemLogsV3Params, opts ...ClientOption) (*GetSystemLogsV3OK, error)

GetSystemLogsV3 gs e t system logs

Get a list of all system logs

func (*Client) GetSystemUsersV3

func (a *Client) GetSystemUsersV3(params *GetSystemUsersV3Params, opts ...ClientOption) (*GetSystemUsersV3OK, error)

GetSystemUsersV3 gs e t system users

Get a list of system users

func (*Client) GetUserInventoryV3

func (a *Client) GetUserInventoryV3(params *GetUserInventoryV3Params, opts ...ClientOption) (*GetUserInventoryV3OK, error)

GetUserInventoryV3 gs e t user inventory

Get a list of all users

func (*Client) IntegrationBuilderEndTransactionV3

func (a *Client) IntegrationBuilderEndTransactionV3(params *IntegrationBuilderEndTransactionV3Params, opts ...ClientOption) (*IntegrationBuilderEndTransactionV3OK, error)

IntegrationBuilderEndTransactionV3 ps o s t data upload transaction completion

Make a close transaction call after uploading the data

func (*Client) IntegrationBuilderGetStatusV3

func (a *Client) IntegrationBuilderGetStatusV3(params *IntegrationBuilderGetStatusV3Params, opts ...ClientOption) (*IntegrationBuilderGetStatusV3OK, error)

IntegrationBuilderGetStatusV3 gs e t status

Get transaction status for a custom integration

func (*Client) IntegrationBuilderResetV3

func (a *Client) IntegrationBuilderResetV3(params *IntegrationBuilderResetV3Params, opts ...ClientOption) (*IntegrationBuilderResetV3OK, error)

IntegrationBuilderResetV3 resets

Make a reset call to a custom integration

func (*Client) IntegrationBuilderUploadV3

func (a *Client) IntegrationBuilderUploadV3(params *IntegrationBuilderUploadV3Params, opts ...ClientOption) (*IntegrationBuilderUploadV3OK, error)

IntegrationBuilderUploadV3 ps o s t upload

Send data to a specific source in a custom integration

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DismissAffectedEntityV3(params *DismissAffectedEntityV3Params, opts ...ClientOption) (*DismissAffectedEntityV3OK, error)

	DismissSecurityCheckV3(params *DismissSecurityCheckV3Params, opts ...ClientOption) (*DismissSecurityCheckV3OK, error)

	GetActivityMonitorV3(params *GetActivityMonitorV3Params, opts ...ClientOption) (*GetActivityMonitorV3OK, error)

	GetAlertsV3(params *GetAlertsV3Params, opts ...ClientOption) (*GetAlertsV3OK, error)

	GetAppInventory(params *GetAppInventoryParams, opts ...ClientOption) (*GetAppInventoryOK, error)

	GetAppInventoryUsers(params *GetAppInventoryUsersParams, opts ...ClientOption) (*GetAppInventoryUsersOK, error)

	GetAssetInventoryV3(params *GetAssetInventoryV3Params, opts ...ClientOption) (*GetAssetInventoryV3OK, error)

	GetDeviceInventoryV3(params *GetDeviceInventoryV3Params, opts ...ClientOption) (*GetDeviceInventoryV3OK, error)

	GetIntegrationsV3(params *GetIntegrationsV3Params, opts ...ClientOption) (*GetIntegrationsV3OK, error)

	GetMetricsV3(params *GetMetricsV3Params, opts ...ClientOption) (*GetMetricsV3OK, error)

	GetSecurityCheckAffectedV3(params *GetSecurityCheckAffectedV3Params, opts ...ClientOption) (*GetSecurityCheckAffectedV3OK, error)

	GetSecurityCheckComplianceV3(params *GetSecurityCheckComplianceV3Params, opts ...ClientOption) (*GetSecurityCheckComplianceV3OK, error)

	GetSecurityChecksV3(params *GetSecurityChecksV3Params, opts ...ClientOption) (*GetSecurityChecksV3OK, error)

	GetSupportedSaasV3(params *GetSupportedSaasV3Params, opts ...ClientOption) (*GetSupportedSaasV3OK, error)

	GetSystemLogsV3(params *GetSystemLogsV3Params, opts ...ClientOption) (*GetSystemLogsV3OK, error)

	GetSystemUsersV3(params *GetSystemUsersV3Params, opts ...ClientOption) (*GetSystemUsersV3OK, error)

	GetUserInventoryV3(params *GetUserInventoryV3Params, opts ...ClientOption) (*GetUserInventoryV3OK, error)

	IntegrationBuilderEndTransactionV3(params *IntegrationBuilderEndTransactionV3Params, opts ...ClientOption) (*IntegrationBuilderEndTransactionV3OK, error)

	IntegrationBuilderGetStatusV3(params *IntegrationBuilderGetStatusV3Params, opts ...ClientOption) (*IntegrationBuilderGetStatusV3OK, error)

	IntegrationBuilderResetV3(params *IntegrationBuilderResetV3Params, opts ...ClientOption) (*IntegrationBuilderResetV3OK, error)

	IntegrationBuilderUploadV3(params *IntegrationBuilderUploadV3Params, opts ...ClientOption) (*IntegrationBuilderUploadV3OK, 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 saas security API client.

type DismissAffectedEntityV3Body

type DismissAffectedEntityV3Body struct {

	// Comma separated list of entity names to dismiss
	Entities string `json:"entities,omitempty"`

	// Dismiss reason
	Reason string `json:"reason,omitempty"`
}

DismissAffectedEntityV3Body dismiss affected entity v3 body swagger:model DismissAffectedEntityV3Body

func (*DismissAffectedEntityV3Body) ContextValidate

func (o *DismissAffectedEntityV3Body) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this dismiss affected entity v3 body based on context it is used

func (*DismissAffectedEntityV3Body) MarshalBinary

func (o *DismissAffectedEntityV3Body) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DismissAffectedEntityV3Body) UnmarshalBinary

func (o *DismissAffectedEntityV3Body) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DismissAffectedEntityV3Body) Validate

func (o *DismissAffectedEntityV3Body) Validate(formats strfmt.Registry) error

Validate validates this dismiss affected entity v3 body

type DismissAffectedEntityV3Forbidden

type DismissAffectedEntityV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewDismissAffectedEntityV3Forbidden

func NewDismissAffectedEntityV3Forbidden() *DismissAffectedEntityV3Forbidden

NewDismissAffectedEntityV3Forbidden creates a DismissAffectedEntityV3Forbidden with default headers values

func (*DismissAffectedEntityV3Forbidden) Code

Code gets the status code for the dismiss affected entity v3 forbidden response

func (*DismissAffectedEntityV3Forbidden) Error

func (*DismissAffectedEntityV3Forbidden) GetPayload

func (*DismissAffectedEntityV3Forbidden) IsClientError

func (o *DismissAffectedEntityV3Forbidden) IsClientError() bool

IsClientError returns true when this dismiss affected entity v3 forbidden response has a 4xx status code

func (*DismissAffectedEntityV3Forbidden) IsCode

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

IsCode returns true when this dismiss affected entity v3 forbidden response a status code equal to that given

func (*DismissAffectedEntityV3Forbidden) IsRedirect

func (o *DismissAffectedEntityV3Forbidden) IsRedirect() bool

IsRedirect returns true when this dismiss affected entity v3 forbidden response has a 3xx status code

func (*DismissAffectedEntityV3Forbidden) IsServerError

func (o *DismissAffectedEntityV3Forbidden) IsServerError() bool

IsServerError returns true when this dismiss affected entity v3 forbidden response has a 5xx status code

func (*DismissAffectedEntityV3Forbidden) IsSuccess

func (o *DismissAffectedEntityV3Forbidden) IsSuccess() bool

IsSuccess returns true when this dismiss affected entity v3 forbidden response has a 2xx status code

func (*DismissAffectedEntityV3Forbidden) String

type DismissAffectedEntityV3InternalServerError

type DismissAffectedEntityV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewDismissAffectedEntityV3InternalServerError

func NewDismissAffectedEntityV3InternalServerError() *DismissAffectedEntityV3InternalServerError

NewDismissAffectedEntityV3InternalServerError creates a DismissAffectedEntityV3InternalServerError with default headers values

func (*DismissAffectedEntityV3InternalServerError) Code

Code gets the status code for the dismiss affected entity v3 internal server error response

func (*DismissAffectedEntityV3InternalServerError) Error

func (*DismissAffectedEntityV3InternalServerError) GetPayload

func (*DismissAffectedEntityV3InternalServerError) IsClientError

IsClientError returns true when this dismiss affected entity v3 internal server error response has a 4xx status code

func (*DismissAffectedEntityV3InternalServerError) IsCode

IsCode returns true when this dismiss affected entity v3 internal server error response a status code equal to that given

func (*DismissAffectedEntityV3InternalServerError) IsRedirect

IsRedirect returns true when this dismiss affected entity v3 internal server error response has a 3xx status code

func (*DismissAffectedEntityV3InternalServerError) IsServerError

IsServerError returns true when this dismiss affected entity v3 internal server error response has a 5xx status code

func (*DismissAffectedEntityV3InternalServerError) IsSuccess

IsSuccess returns true when this dismiss affected entity v3 internal server error response has a 2xx status code

func (*DismissAffectedEntityV3InternalServerError) String

type DismissAffectedEntityV3OK

type DismissAffectedEntityV3OK 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.DismissAffected
}

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

DismissAffectedEntityV3OK dismiss affected entity v3 o k

func NewDismissAffectedEntityV3OK

func NewDismissAffectedEntityV3OK() *DismissAffectedEntityV3OK

NewDismissAffectedEntityV3OK creates a DismissAffectedEntityV3OK with default headers values

func (*DismissAffectedEntityV3OK) Code

func (o *DismissAffectedEntityV3OK) Code() int

Code gets the status code for the dismiss affected entity v3 o k response

func (*DismissAffectedEntityV3OK) Error

func (o *DismissAffectedEntityV3OK) Error() string

func (*DismissAffectedEntityV3OK) GetPayload

func (*DismissAffectedEntityV3OK) IsClientError

func (o *DismissAffectedEntityV3OK) IsClientError() bool

IsClientError returns true when this dismiss affected entity v3 o k response has a 4xx status code

func (*DismissAffectedEntityV3OK) IsCode

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

IsCode returns true when this dismiss affected entity v3 o k response a status code equal to that given

func (*DismissAffectedEntityV3OK) IsRedirect

func (o *DismissAffectedEntityV3OK) IsRedirect() bool

IsRedirect returns true when this dismiss affected entity v3 o k response has a 3xx status code

func (*DismissAffectedEntityV3OK) IsServerError

func (o *DismissAffectedEntityV3OK) IsServerError() bool

IsServerError returns true when this dismiss affected entity v3 o k response has a 5xx status code

func (*DismissAffectedEntityV3OK) IsSuccess

func (o *DismissAffectedEntityV3OK) IsSuccess() bool

IsSuccess returns true when this dismiss affected entity v3 o k response has a 2xx status code

func (*DismissAffectedEntityV3OK) String

func (o *DismissAffectedEntityV3OK) String() string

type DismissAffectedEntityV3Params

type DismissAffectedEntityV3Params struct {

	// Body.
	Body DismissAffectedEntityV3Body

	/* ID.

	   Security Check ID
	*/
	ID string

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

DismissAffectedEntityV3Params contains all the parameters to send to the API endpoint

for the dismiss affected entity v3 operation.

Typically these are written to a http.Request.

func NewDismissAffectedEntityV3Params

func NewDismissAffectedEntityV3Params() *DismissAffectedEntityV3Params

NewDismissAffectedEntityV3Params creates a new DismissAffectedEntityV3Params 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 NewDismissAffectedEntityV3ParamsWithContext

func NewDismissAffectedEntityV3ParamsWithContext(ctx context.Context) *DismissAffectedEntityV3Params

NewDismissAffectedEntityV3ParamsWithContext creates a new DismissAffectedEntityV3Params object with the ability to set a context for a request.

func NewDismissAffectedEntityV3ParamsWithHTTPClient

func NewDismissAffectedEntityV3ParamsWithHTTPClient(client *http.Client) *DismissAffectedEntityV3Params

NewDismissAffectedEntityV3ParamsWithHTTPClient creates a new DismissAffectedEntityV3Params object with the ability to set a custom HTTPClient for a request.

func NewDismissAffectedEntityV3ParamsWithTimeout

func NewDismissAffectedEntityV3ParamsWithTimeout(timeout time.Duration) *DismissAffectedEntityV3Params

NewDismissAffectedEntityV3ParamsWithTimeout creates a new DismissAffectedEntityV3Params object with the ability to set a timeout on a request.

func (*DismissAffectedEntityV3Params) SetBody added in v0.17.0

SetBody adds the body to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) SetContext

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

SetContext adds the context to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) SetDefaults

func (o *DismissAffectedEntityV3Params) SetDefaults()

SetDefaults hydrates default values in the dismiss affected entity v3 params (not the query body).

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

func (*DismissAffectedEntityV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) SetID

SetID adds the id to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) SetTimeout

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

SetTimeout adds the timeout to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) WithBody added in v0.17.0

WithBody adds the body to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) WithContext

WithContext adds the context to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) WithDefaults

WithDefaults hydrates default values in the dismiss affected entity v3 params (not the query body).

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

func (*DismissAffectedEntityV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) WithID

WithID adds the id to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) WithTimeout

WithTimeout adds the timeout to the dismiss affected entity v3 params

func (*DismissAffectedEntityV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DismissAffectedEntityV3Reader

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

DismissAffectedEntityV3Reader is a Reader for the DismissAffectedEntityV3 structure.

func (*DismissAffectedEntityV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DismissAffectedEntityV3TooManyRequests

type DismissAffectedEntityV3TooManyRequests 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
}

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

Too Many Requests

func NewDismissAffectedEntityV3TooManyRequests

func NewDismissAffectedEntityV3TooManyRequests() *DismissAffectedEntityV3TooManyRequests

NewDismissAffectedEntityV3TooManyRequests creates a DismissAffectedEntityV3TooManyRequests with default headers values

func (*DismissAffectedEntityV3TooManyRequests) Code

Code gets the status code for the dismiss affected entity v3 too many requests response

func (*DismissAffectedEntityV3TooManyRequests) Error

func (*DismissAffectedEntityV3TooManyRequests) GetPayload

func (*DismissAffectedEntityV3TooManyRequests) IsClientError

func (o *DismissAffectedEntityV3TooManyRequests) IsClientError() bool

IsClientError returns true when this dismiss affected entity v3 too many requests response has a 4xx status code

func (*DismissAffectedEntityV3TooManyRequests) IsCode

IsCode returns true when this dismiss affected entity v3 too many requests response a status code equal to that given

func (*DismissAffectedEntityV3TooManyRequests) IsRedirect

IsRedirect returns true when this dismiss affected entity v3 too many requests response has a 3xx status code

func (*DismissAffectedEntityV3TooManyRequests) IsServerError

func (o *DismissAffectedEntityV3TooManyRequests) IsServerError() bool

IsServerError returns true when this dismiss affected entity v3 too many requests response has a 5xx status code

func (*DismissAffectedEntityV3TooManyRequests) IsSuccess

IsSuccess returns true when this dismiss affected entity v3 too many requests response has a 2xx status code

func (*DismissAffectedEntityV3TooManyRequests) String

type DismissSecurityCheckV3Body

type DismissSecurityCheckV3Body struct {

	// Dismiss reason
	Reason string `json:"reason,omitempty"`
}

DismissSecurityCheckV3Body dismiss security check v3 body swagger:model DismissSecurityCheckV3Body

func (*DismissSecurityCheckV3Body) ContextValidate

func (o *DismissSecurityCheckV3Body) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this dismiss security check v3 body based on context it is used

func (*DismissSecurityCheckV3Body) MarshalBinary

func (o *DismissSecurityCheckV3Body) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DismissSecurityCheckV3Body) UnmarshalBinary

func (o *DismissSecurityCheckV3Body) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DismissSecurityCheckV3Body) Validate

func (o *DismissSecurityCheckV3Body) Validate(formats strfmt.Registry) error

Validate validates this dismiss security check v3 body

type DismissSecurityCheckV3Forbidden

type DismissSecurityCheckV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewDismissSecurityCheckV3Forbidden

func NewDismissSecurityCheckV3Forbidden() *DismissSecurityCheckV3Forbidden

NewDismissSecurityCheckV3Forbidden creates a DismissSecurityCheckV3Forbidden with default headers values

func (*DismissSecurityCheckV3Forbidden) Code

Code gets the status code for the dismiss security check v3 forbidden response

func (*DismissSecurityCheckV3Forbidden) Error

func (*DismissSecurityCheckV3Forbidden) GetPayload

func (*DismissSecurityCheckV3Forbidden) IsClientError

func (o *DismissSecurityCheckV3Forbidden) IsClientError() bool

IsClientError returns true when this dismiss security check v3 forbidden response has a 4xx status code

func (*DismissSecurityCheckV3Forbidden) IsCode

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

IsCode returns true when this dismiss security check v3 forbidden response a status code equal to that given

func (*DismissSecurityCheckV3Forbidden) IsRedirect

func (o *DismissSecurityCheckV3Forbidden) IsRedirect() bool

IsRedirect returns true when this dismiss security check v3 forbidden response has a 3xx status code

func (*DismissSecurityCheckV3Forbidden) IsServerError

func (o *DismissSecurityCheckV3Forbidden) IsServerError() bool

IsServerError returns true when this dismiss security check v3 forbidden response has a 5xx status code

func (*DismissSecurityCheckV3Forbidden) IsSuccess

func (o *DismissSecurityCheckV3Forbidden) IsSuccess() bool

IsSuccess returns true when this dismiss security check v3 forbidden response has a 2xx status code

func (*DismissSecurityCheckV3Forbidden) String

type DismissSecurityCheckV3InternalServerError

type DismissSecurityCheckV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewDismissSecurityCheckV3InternalServerError

func NewDismissSecurityCheckV3InternalServerError() *DismissSecurityCheckV3InternalServerError

NewDismissSecurityCheckV3InternalServerError creates a DismissSecurityCheckV3InternalServerError with default headers values

func (*DismissSecurityCheckV3InternalServerError) Code

Code gets the status code for the dismiss security check v3 internal server error response

func (*DismissSecurityCheckV3InternalServerError) Error

func (*DismissSecurityCheckV3InternalServerError) GetPayload

func (*DismissSecurityCheckV3InternalServerError) IsClientError

IsClientError returns true when this dismiss security check v3 internal server error response has a 4xx status code

func (*DismissSecurityCheckV3InternalServerError) IsCode

IsCode returns true when this dismiss security check v3 internal server error response a status code equal to that given

func (*DismissSecurityCheckV3InternalServerError) IsRedirect

IsRedirect returns true when this dismiss security check v3 internal server error response has a 3xx status code

func (*DismissSecurityCheckV3InternalServerError) IsServerError

IsServerError returns true when this dismiss security check v3 internal server error response has a 5xx status code

func (*DismissSecurityCheckV3InternalServerError) IsSuccess

IsSuccess returns true when this dismiss security check v3 internal server error response has a 2xx status code

func (*DismissSecurityCheckV3InternalServerError) String

type DismissSecurityCheckV3OK

type DismissSecurityCheckV3OK 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.DismissSecurityCheck
}

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

DismissSecurityCheckV3OK dismiss security check v3 o k

func NewDismissSecurityCheckV3OK

func NewDismissSecurityCheckV3OK() *DismissSecurityCheckV3OK

NewDismissSecurityCheckV3OK creates a DismissSecurityCheckV3OK with default headers values

func (*DismissSecurityCheckV3OK) Code

func (o *DismissSecurityCheckV3OK) Code() int

Code gets the status code for the dismiss security check v3 o k response

func (*DismissSecurityCheckV3OK) Error

func (o *DismissSecurityCheckV3OK) Error() string

func (*DismissSecurityCheckV3OK) GetPayload

func (*DismissSecurityCheckV3OK) IsClientError

func (o *DismissSecurityCheckV3OK) IsClientError() bool

IsClientError returns true when this dismiss security check v3 o k response has a 4xx status code

func (*DismissSecurityCheckV3OK) IsCode

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

IsCode returns true when this dismiss security check v3 o k response a status code equal to that given

func (*DismissSecurityCheckV3OK) IsRedirect

func (o *DismissSecurityCheckV3OK) IsRedirect() bool

IsRedirect returns true when this dismiss security check v3 o k response has a 3xx status code

func (*DismissSecurityCheckV3OK) IsServerError

func (o *DismissSecurityCheckV3OK) IsServerError() bool

IsServerError returns true when this dismiss security check v3 o k response has a 5xx status code

func (*DismissSecurityCheckV3OK) IsSuccess

func (o *DismissSecurityCheckV3OK) IsSuccess() bool

IsSuccess returns true when this dismiss security check v3 o k response has a 2xx status code

func (*DismissSecurityCheckV3OK) String

func (o *DismissSecurityCheckV3OK) String() string

type DismissSecurityCheckV3Params

type DismissSecurityCheckV3Params struct {

	// Body.
	Body DismissSecurityCheckV3Body

	/* ID.

	   Security Check ID
	*/
	ID string

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

DismissSecurityCheckV3Params contains all the parameters to send to the API endpoint

for the dismiss security check v3 operation.

Typically these are written to a http.Request.

func NewDismissSecurityCheckV3Params

func NewDismissSecurityCheckV3Params() *DismissSecurityCheckV3Params

NewDismissSecurityCheckV3Params creates a new DismissSecurityCheckV3Params 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 NewDismissSecurityCheckV3ParamsWithContext

func NewDismissSecurityCheckV3ParamsWithContext(ctx context.Context) *DismissSecurityCheckV3Params

NewDismissSecurityCheckV3ParamsWithContext creates a new DismissSecurityCheckV3Params object with the ability to set a context for a request.

func NewDismissSecurityCheckV3ParamsWithHTTPClient

func NewDismissSecurityCheckV3ParamsWithHTTPClient(client *http.Client) *DismissSecurityCheckV3Params

NewDismissSecurityCheckV3ParamsWithHTTPClient creates a new DismissSecurityCheckV3Params object with the ability to set a custom HTTPClient for a request.

func NewDismissSecurityCheckV3ParamsWithTimeout

func NewDismissSecurityCheckV3ParamsWithTimeout(timeout time.Duration) *DismissSecurityCheckV3Params

NewDismissSecurityCheckV3ParamsWithTimeout creates a new DismissSecurityCheckV3Params object with the ability to set a timeout on a request.

func (*DismissSecurityCheckV3Params) SetBody added in v0.17.0

SetBody adds the body to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) SetContext

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

SetContext adds the context to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) SetDefaults

func (o *DismissSecurityCheckV3Params) SetDefaults()

SetDefaults hydrates default values in the dismiss security check v3 params (not the query body).

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

func (*DismissSecurityCheckV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) SetID

func (o *DismissSecurityCheckV3Params) SetID(id string)

SetID adds the id to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) SetTimeout

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

SetTimeout adds the timeout to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) WithBody added in v0.17.0

WithBody adds the body to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) WithContext

WithContext adds the context to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) WithDefaults

WithDefaults hydrates default values in the dismiss security check v3 params (not the query body).

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

func (*DismissSecurityCheckV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) WithID

WithID adds the id to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) WithTimeout

WithTimeout adds the timeout to the dismiss security check v3 params

func (*DismissSecurityCheckV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DismissSecurityCheckV3Reader

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

DismissSecurityCheckV3Reader is a Reader for the DismissSecurityCheckV3 structure.

func (*DismissSecurityCheckV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DismissSecurityCheckV3TooManyRequests

type DismissSecurityCheckV3TooManyRequests 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
}

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

Too Many Requests

func NewDismissSecurityCheckV3TooManyRequests

func NewDismissSecurityCheckV3TooManyRequests() *DismissSecurityCheckV3TooManyRequests

NewDismissSecurityCheckV3TooManyRequests creates a DismissSecurityCheckV3TooManyRequests with default headers values

func (*DismissSecurityCheckV3TooManyRequests) Code

Code gets the status code for the dismiss security check v3 too many requests response

func (*DismissSecurityCheckV3TooManyRequests) Error

func (*DismissSecurityCheckV3TooManyRequests) GetPayload

func (*DismissSecurityCheckV3TooManyRequests) IsClientError

func (o *DismissSecurityCheckV3TooManyRequests) IsClientError() bool

IsClientError returns true when this dismiss security check v3 too many requests response has a 4xx status code

func (*DismissSecurityCheckV3TooManyRequests) IsCode

IsCode returns true when this dismiss security check v3 too many requests response a status code equal to that given

func (*DismissSecurityCheckV3TooManyRequests) IsRedirect

IsRedirect returns true when this dismiss security check v3 too many requests response has a 3xx status code

func (*DismissSecurityCheckV3TooManyRequests) IsServerError

func (o *DismissSecurityCheckV3TooManyRequests) IsServerError() bool

IsServerError returns true when this dismiss security check v3 too many requests response has a 5xx status code

func (*DismissSecurityCheckV3TooManyRequests) IsSuccess

IsSuccess returns true when this dismiss security check v3 too many requests response has a 2xx status code

func (*DismissSecurityCheckV3TooManyRequests) String

type GetActivityMonitorV3Forbidden

type GetActivityMonitorV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetActivityMonitorV3Forbidden

func NewGetActivityMonitorV3Forbidden() *GetActivityMonitorV3Forbidden

NewGetActivityMonitorV3Forbidden creates a GetActivityMonitorV3Forbidden with default headers values

func (*GetActivityMonitorV3Forbidden) Code

Code gets the status code for the get activity monitor v3 forbidden response

func (*GetActivityMonitorV3Forbidden) Error

func (*GetActivityMonitorV3Forbidden) GetPayload

func (*GetActivityMonitorV3Forbidden) IsClientError

func (o *GetActivityMonitorV3Forbidden) IsClientError() bool

IsClientError returns true when this get activity monitor v3 forbidden response has a 4xx status code

func (*GetActivityMonitorV3Forbidden) IsCode

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

IsCode returns true when this get activity monitor v3 forbidden response a status code equal to that given

func (*GetActivityMonitorV3Forbidden) IsRedirect

func (o *GetActivityMonitorV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get activity monitor v3 forbidden response has a 3xx status code

func (*GetActivityMonitorV3Forbidden) IsServerError

func (o *GetActivityMonitorV3Forbidden) IsServerError() bool

IsServerError returns true when this get activity monitor v3 forbidden response has a 5xx status code

func (*GetActivityMonitorV3Forbidden) IsSuccess

func (o *GetActivityMonitorV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get activity monitor v3 forbidden response has a 2xx status code

func (*GetActivityMonitorV3Forbidden) String

type GetActivityMonitorV3InternalServerError

type GetActivityMonitorV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetActivityMonitorV3InternalServerError

func NewGetActivityMonitorV3InternalServerError() *GetActivityMonitorV3InternalServerError

NewGetActivityMonitorV3InternalServerError creates a GetActivityMonitorV3InternalServerError with default headers values

func (*GetActivityMonitorV3InternalServerError) Code

Code gets the status code for the get activity monitor v3 internal server error response

func (*GetActivityMonitorV3InternalServerError) Error

func (*GetActivityMonitorV3InternalServerError) GetPayload

func (*GetActivityMonitorV3InternalServerError) IsClientError

func (o *GetActivityMonitorV3InternalServerError) IsClientError() bool

IsClientError returns true when this get activity monitor v3 internal server error response has a 4xx status code

func (*GetActivityMonitorV3InternalServerError) IsCode

IsCode returns true when this get activity monitor v3 internal server error response a status code equal to that given

func (*GetActivityMonitorV3InternalServerError) IsRedirect

IsRedirect returns true when this get activity monitor v3 internal server error response has a 3xx status code

func (*GetActivityMonitorV3InternalServerError) IsServerError

func (o *GetActivityMonitorV3InternalServerError) IsServerError() bool

IsServerError returns true when this get activity monitor v3 internal server error response has a 5xx status code

func (*GetActivityMonitorV3InternalServerError) IsSuccess

IsSuccess returns true when this get activity monitor v3 internal server error response has a 2xx status code

func (*GetActivityMonitorV3InternalServerError) String

type GetActivityMonitorV3OK

type GetActivityMonitorV3OK 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.GetActivityMonitor
}

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

GetActivityMonitorV3OK get activity monitor v3 o k

func NewGetActivityMonitorV3OK

func NewGetActivityMonitorV3OK() *GetActivityMonitorV3OK

NewGetActivityMonitorV3OK creates a GetActivityMonitorV3OK with default headers values

func (*GetActivityMonitorV3OK) Code

func (o *GetActivityMonitorV3OK) Code() int

Code gets the status code for the get activity monitor v3 o k response

func (*GetActivityMonitorV3OK) Error

func (o *GetActivityMonitorV3OK) Error() string

func (*GetActivityMonitorV3OK) GetPayload

func (*GetActivityMonitorV3OK) IsClientError

func (o *GetActivityMonitorV3OK) IsClientError() bool

IsClientError returns true when this get activity monitor v3 o k response has a 4xx status code

func (*GetActivityMonitorV3OK) IsCode

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

IsCode returns true when this get activity monitor v3 o k response a status code equal to that given

func (*GetActivityMonitorV3OK) IsRedirect

func (o *GetActivityMonitorV3OK) IsRedirect() bool

IsRedirect returns true when this get activity monitor v3 o k response has a 3xx status code

func (*GetActivityMonitorV3OK) IsServerError

func (o *GetActivityMonitorV3OK) IsServerError() bool

IsServerError returns true when this get activity monitor v3 o k response has a 5xx status code

func (*GetActivityMonitorV3OK) IsSuccess

func (o *GetActivityMonitorV3OK) IsSuccess() bool

IsSuccess returns true when this get activity monitor v3 o k response has a 2xx status code

func (*GetActivityMonitorV3OK) String

func (o *GetActivityMonitorV3OK) String() string

type GetActivityMonitorV3Params

type GetActivityMonitorV3Params struct {

	/* Actor.

	   Actor
	*/
	Actor *string

	/* Category.

	   Comma separated list of categories
	*/
	Category *string

	/* FromDate.

	   From Date

	   Format: date-time
	*/
	FromDate *strfmt.DateTime

	/* IntegrationID.

	   Integration ID
	*/
	IntegrationID *string

	/* Limit.

	   Max number of logs to fetch
	*/
	Limit *int64

	/* Projection.

	   Comma separated list of projections
	*/
	Projection *string

	/* Skip.

	   Number of logs to skip
	*/
	Skip *int64

	/* ToDate.

	   To Date

	   Format: date-time
	*/
	ToDate *strfmt.DateTime

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

GetActivityMonitorV3Params contains all the parameters to send to the API endpoint

for the get activity monitor v3 operation.

Typically these are written to a http.Request.

func NewGetActivityMonitorV3Params

func NewGetActivityMonitorV3Params() *GetActivityMonitorV3Params

NewGetActivityMonitorV3Params creates a new GetActivityMonitorV3Params 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 NewGetActivityMonitorV3ParamsWithContext

func NewGetActivityMonitorV3ParamsWithContext(ctx context.Context) *GetActivityMonitorV3Params

NewGetActivityMonitorV3ParamsWithContext creates a new GetActivityMonitorV3Params object with the ability to set a context for a request.

func NewGetActivityMonitorV3ParamsWithHTTPClient

func NewGetActivityMonitorV3ParamsWithHTTPClient(client *http.Client) *GetActivityMonitorV3Params

NewGetActivityMonitorV3ParamsWithHTTPClient creates a new GetActivityMonitorV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetActivityMonitorV3ParamsWithTimeout

func NewGetActivityMonitorV3ParamsWithTimeout(timeout time.Duration) *GetActivityMonitorV3Params

NewGetActivityMonitorV3ParamsWithTimeout creates a new GetActivityMonitorV3Params object with the ability to set a timeout on a request.

func (*GetActivityMonitorV3Params) SetActor

func (o *GetActivityMonitorV3Params) SetActor(actor *string)

SetActor adds the actor to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetCategory

func (o *GetActivityMonitorV3Params) SetCategory(category *string)

SetCategory adds the category to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetContext

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

SetContext adds the context to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetDefaults

func (o *GetActivityMonitorV3Params) SetDefaults()

SetDefaults hydrates default values in the get activity monitor v3 params (not the query body).

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

func (*GetActivityMonitorV3Params) SetFromDate

func (o *GetActivityMonitorV3Params) SetFromDate(fromDate *strfmt.DateTime)

SetFromDate adds the fromDate to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetIntegrationID

func (o *GetActivityMonitorV3Params) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetLimit

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

SetLimit adds the limit to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetProjection

func (o *GetActivityMonitorV3Params) SetProjection(projection *string)

SetProjection adds the projection to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetSkip

func (o *GetActivityMonitorV3Params) SetSkip(skip *int64)

SetSkip adds the skip to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetTimeout

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

SetTimeout adds the timeout to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) SetToDate

func (o *GetActivityMonitorV3Params) SetToDate(toDate *strfmt.DateTime)

SetToDate adds the toDate to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithActor

WithActor adds the actor to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithCategory

func (o *GetActivityMonitorV3Params) WithCategory(category *string) *GetActivityMonitorV3Params

WithCategory adds the category to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithContext

WithContext adds the context to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithDefaults

WithDefaults hydrates default values in the get activity monitor v3 params (not the query body).

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

func (*GetActivityMonitorV3Params) WithFromDate

WithFromDate adds the fromDate to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithIntegrationID

func (o *GetActivityMonitorV3Params) WithIntegrationID(integrationID *string) *GetActivityMonitorV3Params

WithIntegrationID adds the integrationID to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithLimit

WithLimit adds the limit to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithProjection

func (o *GetActivityMonitorV3Params) WithProjection(projection *string) *GetActivityMonitorV3Params

WithProjection adds the projection to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithSkip

WithSkip adds the skip to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithTimeout

WithTimeout adds the timeout to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WithToDate

WithToDate adds the toDate to the get activity monitor v3 params

func (*GetActivityMonitorV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetActivityMonitorV3Reader

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

GetActivityMonitorV3Reader is a Reader for the GetActivityMonitorV3 structure.

func (*GetActivityMonitorV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetActivityMonitorV3TooManyRequests

type GetActivityMonitorV3TooManyRequests 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
}

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

Too Many Requests

func NewGetActivityMonitorV3TooManyRequests

func NewGetActivityMonitorV3TooManyRequests() *GetActivityMonitorV3TooManyRequests

NewGetActivityMonitorV3TooManyRequests creates a GetActivityMonitorV3TooManyRequests with default headers values

func (*GetActivityMonitorV3TooManyRequests) Code

Code gets the status code for the get activity monitor v3 too many requests response

func (*GetActivityMonitorV3TooManyRequests) Error

func (*GetActivityMonitorV3TooManyRequests) GetPayload

func (*GetActivityMonitorV3TooManyRequests) IsClientError

func (o *GetActivityMonitorV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get activity monitor v3 too many requests response has a 4xx status code

func (*GetActivityMonitorV3TooManyRequests) IsCode

IsCode returns true when this get activity monitor v3 too many requests response a status code equal to that given

func (*GetActivityMonitorV3TooManyRequests) IsRedirect

func (o *GetActivityMonitorV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get activity monitor v3 too many requests response has a 3xx status code

func (*GetActivityMonitorV3TooManyRequests) IsServerError

func (o *GetActivityMonitorV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get activity monitor v3 too many requests response has a 5xx status code

func (*GetActivityMonitorV3TooManyRequests) IsSuccess

IsSuccess returns true when this get activity monitor v3 too many requests response has a 2xx status code

func (*GetActivityMonitorV3TooManyRequests) String

type GetAlertsV3Forbidden

type GetAlertsV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetAlertsV3Forbidden

func NewGetAlertsV3Forbidden() *GetAlertsV3Forbidden

NewGetAlertsV3Forbidden creates a GetAlertsV3Forbidden with default headers values

func (*GetAlertsV3Forbidden) Code

func (o *GetAlertsV3Forbidden) Code() int

Code gets the status code for the get alerts v3 forbidden response

func (*GetAlertsV3Forbidden) Error

func (o *GetAlertsV3Forbidden) Error() string

func (*GetAlertsV3Forbidden) GetPayload

func (o *GetAlertsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly

func (*GetAlertsV3Forbidden) IsClientError

func (o *GetAlertsV3Forbidden) IsClientError() bool

IsClientError returns true when this get alerts v3 forbidden response has a 4xx status code

func (*GetAlertsV3Forbidden) IsCode

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

IsCode returns true when this get alerts v3 forbidden response a status code equal to that given

func (*GetAlertsV3Forbidden) IsRedirect

func (o *GetAlertsV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get alerts v3 forbidden response has a 3xx status code

func (*GetAlertsV3Forbidden) IsServerError

func (o *GetAlertsV3Forbidden) IsServerError() bool

IsServerError returns true when this get alerts v3 forbidden response has a 5xx status code

func (*GetAlertsV3Forbidden) IsSuccess

func (o *GetAlertsV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get alerts v3 forbidden response has a 2xx status code

func (*GetAlertsV3Forbidden) String

func (o *GetAlertsV3Forbidden) String() string

type GetAlertsV3InternalServerError

type GetAlertsV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetAlertsV3InternalServerError

func NewGetAlertsV3InternalServerError() *GetAlertsV3InternalServerError

NewGetAlertsV3InternalServerError creates a GetAlertsV3InternalServerError with default headers values

func (*GetAlertsV3InternalServerError) Code

Code gets the status code for the get alerts v3 internal server error response

func (*GetAlertsV3InternalServerError) Error

func (*GetAlertsV3InternalServerError) GetPayload

func (*GetAlertsV3InternalServerError) IsClientError

func (o *GetAlertsV3InternalServerError) IsClientError() bool

IsClientError returns true when this get alerts v3 internal server error response has a 4xx status code

func (*GetAlertsV3InternalServerError) IsCode

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

IsCode returns true when this get alerts v3 internal server error response a status code equal to that given

func (*GetAlertsV3InternalServerError) IsRedirect

func (o *GetAlertsV3InternalServerError) IsRedirect() bool

IsRedirect returns true when this get alerts v3 internal server error response has a 3xx status code

func (*GetAlertsV3InternalServerError) IsServerError

func (o *GetAlertsV3InternalServerError) IsServerError() bool

IsServerError returns true when this get alerts v3 internal server error response has a 5xx status code

func (*GetAlertsV3InternalServerError) IsSuccess

func (o *GetAlertsV3InternalServerError) IsSuccess() bool

IsSuccess returns true when this get alerts v3 internal server error response has a 2xx status code

func (*GetAlertsV3InternalServerError) String

type GetAlertsV3OK

type GetAlertsV3OK 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.GetAlertsResponse
}

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

Successful Response

func NewGetAlertsV3OK

func NewGetAlertsV3OK() *GetAlertsV3OK

NewGetAlertsV3OK creates a GetAlertsV3OK with default headers values

func (*GetAlertsV3OK) Code

func (o *GetAlertsV3OK) Code() int

Code gets the status code for the get alerts v3 o k response

func (*GetAlertsV3OK) Error

func (o *GetAlertsV3OK) Error() string

func (*GetAlertsV3OK) GetPayload

func (o *GetAlertsV3OK) GetPayload() *models.GetAlertsResponse

func (*GetAlertsV3OK) IsClientError

func (o *GetAlertsV3OK) IsClientError() bool

IsClientError returns true when this get alerts v3 o k response has a 4xx status code

func (*GetAlertsV3OK) IsCode

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

IsCode returns true when this get alerts v3 o k response a status code equal to that given

func (*GetAlertsV3OK) IsRedirect

func (o *GetAlertsV3OK) IsRedirect() bool

IsRedirect returns true when this get alerts v3 o k response has a 3xx status code

func (*GetAlertsV3OK) IsServerError

func (o *GetAlertsV3OK) IsServerError() bool

IsServerError returns true when this get alerts v3 o k response has a 5xx status code

func (*GetAlertsV3OK) IsSuccess

func (o *GetAlertsV3OK) IsSuccess() bool

IsSuccess returns true when this get alerts v3 o k response has a 2xx status code

func (*GetAlertsV3OK) String

func (o *GetAlertsV3OK) String() string

type GetAlertsV3Params

type GetAlertsV3Params struct {

	// Ascending.
	Ascending *bool

	/* FromDate.

	   The start date of the alert you want to get (in YYYY-MM-DD format)

	   Format: date-time
	*/
	FromDate *strfmt.DateTime

	/* ID.

	   Alert ID
	*/
	ID *string

	/* IntegrationID.

	   Comma separated list of integration ID's of the alert you want to get
	*/
	IntegrationID *string

	/* LastID.

	   The last id of the alert you want to get
	*/
	LastID *string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* ToDate.

	   The end date of the alert you want to get (in YYYY-MM-DD format)

	   Format: date-time
	*/
	ToDate *strfmt.DateTime

	/* Type.

	   The type of alert you want to get
	*/
	Type *string

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

GetAlertsV3Params contains all the parameters to send to the API endpoint

for the get alerts v3 operation.

Typically these are written to a http.Request.

func NewGetAlertsV3Params

func NewGetAlertsV3Params() *GetAlertsV3Params

NewGetAlertsV3Params creates a new GetAlertsV3Params 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 NewGetAlertsV3ParamsWithContext

func NewGetAlertsV3ParamsWithContext(ctx context.Context) *GetAlertsV3Params

NewGetAlertsV3ParamsWithContext creates a new GetAlertsV3Params object with the ability to set a context for a request.

func NewGetAlertsV3ParamsWithHTTPClient

func NewGetAlertsV3ParamsWithHTTPClient(client *http.Client) *GetAlertsV3Params

NewGetAlertsV3ParamsWithHTTPClient creates a new GetAlertsV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetAlertsV3ParamsWithTimeout

func NewGetAlertsV3ParamsWithTimeout(timeout time.Duration) *GetAlertsV3Params

NewGetAlertsV3ParamsWithTimeout creates a new GetAlertsV3Params object with the ability to set a timeout on a request.

func (*GetAlertsV3Params) SetAscending

func (o *GetAlertsV3Params) SetAscending(ascending *bool)

SetAscending adds the ascending to the get alerts v3 params

func (*GetAlertsV3Params) SetContext

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

SetContext adds the context to the get alerts v3 params

func (*GetAlertsV3Params) SetDefaults

func (o *GetAlertsV3Params) SetDefaults()

SetDefaults hydrates default values in the get alerts v3 params (not the query body).

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

func (*GetAlertsV3Params) SetFromDate

func (o *GetAlertsV3Params) SetFromDate(fromDate *strfmt.DateTime)

SetFromDate adds the fromDate to the get alerts v3 params

func (*GetAlertsV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get alerts v3 params

func (*GetAlertsV3Params) SetID

func (o *GetAlertsV3Params) SetID(id *string)

SetID adds the id to the get alerts v3 params

func (*GetAlertsV3Params) SetIntegrationID

func (o *GetAlertsV3Params) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get alerts v3 params

func (*GetAlertsV3Params) SetLastID

func (o *GetAlertsV3Params) SetLastID(lastID *string)

SetLastID adds the lastId to the get alerts v3 params

func (*GetAlertsV3Params) SetLimit

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

SetLimit adds the limit to the get alerts v3 params

func (*GetAlertsV3Params) SetOffset

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

SetOffset adds the offset to the get alerts v3 params

func (*GetAlertsV3Params) SetTimeout

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

SetTimeout adds the timeout to the get alerts v3 params

func (*GetAlertsV3Params) SetToDate

func (o *GetAlertsV3Params) SetToDate(toDate *strfmt.DateTime)

SetToDate adds the toDate to the get alerts v3 params

func (*GetAlertsV3Params) SetType

func (o *GetAlertsV3Params) SetType(typeVar *string)

SetType adds the type to the get alerts v3 params

func (*GetAlertsV3Params) WithAscending

func (o *GetAlertsV3Params) WithAscending(ascending *bool) *GetAlertsV3Params

WithAscending adds the ascending to the get alerts v3 params

func (*GetAlertsV3Params) WithContext

func (o *GetAlertsV3Params) WithContext(ctx context.Context) *GetAlertsV3Params

WithContext adds the context to the get alerts v3 params

func (*GetAlertsV3Params) WithDefaults

func (o *GetAlertsV3Params) WithDefaults() *GetAlertsV3Params

WithDefaults hydrates default values in the get alerts v3 params (not the query body).

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

func (*GetAlertsV3Params) WithFromDate

func (o *GetAlertsV3Params) WithFromDate(fromDate *strfmt.DateTime) *GetAlertsV3Params

WithFromDate adds the fromDate to the get alerts v3 params

func (*GetAlertsV3Params) WithHTTPClient

func (o *GetAlertsV3Params) WithHTTPClient(client *http.Client) *GetAlertsV3Params

WithHTTPClient adds the HTTPClient to the get alerts v3 params

func (*GetAlertsV3Params) WithID

func (o *GetAlertsV3Params) WithID(id *string) *GetAlertsV3Params

WithID adds the id to the get alerts v3 params

func (*GetAlertsV3Params) WithIntegrationID

func (o *GetAlertsV3Params) WithIntegrationID(integrationID *string) *GetAlertsV3Params

WithIntegrationID adds the integrationID to the get alerts v3 params

func (*GetAlertsV3Params) WithLastID

func (o *GetAlertsV3Params) WithLastID(lastID *string) *GetAlertsV3Params

WithLastID adds the lastID to the get alerts v3 params

func (*GetAlertsV3Params) WithLimit

func (o *GetAlertsV3Params) WithLimit(limit *int64) *GetAlertsV3Params

WithLimit adds the limit to the get alerts v3 params

func (*GetAlertsV3Params) WithOffset

func (o *GetAlertsV3Params) WithOffset(offset *int64) *GetAlertsV3Params

WithOffset adds the offset to the get alerts v3 params

func (*GetAlertsV3Params) WithTimeout

func (o *GetAlertsV3Params) WithTimeout(timeout time.Duration) *GetAlertsV3Params

WithTimeout adds the timeout to the get alerts v3 params

func (*GetAlertsV3Params) WithToDate

func (o *GetAlertsV3Params) WithToDate(toDate *strfmt.DateTime) *GetAlertsV3Params

WithToDate adds the toDate to the get alerts v3 params

func (*GetAlertsV3Params) WithType

func (o *GetAlertsV3Params) WithType(typeVar *string) *GetAlertsV3Params

WithType adds the typeVar to the get alerts v3 params

func (*GetAlertsV3Params) WriteToRequest

func (o *GetAlertsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAlertsV3Reader

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

GetAlertsV3Reader is a Reader for the GetAlertsV3 structure.

func (*GetAlertsV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAlertsV3TooManyRequests

type GetAlertsV3TooManyRequests 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
}

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

Too Many Requests

func NewGetAlertsV3TooManyRequests

func NewGetAlertsV3TooManyRequests() *GetAlertsV3TooManyRequests

NewGetAlertsV3TooManyRequests creates a GetAlertsV3TooManyRequests with default headers values

func (*GetAlertsV3TooManyRequests) Code

func (o *GetAlertsV3TooManyRequests) Code() int

Code gets the status code for the get alerts v3 too many requests response

func (*GetAlertsV3TooManyRequests) Error

func (*GetAlertsV3TooManyRequests) GetPayload

func (*GetAlertsV3TooManyRequests) IsClientError

func (o *GetAlertsV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get alerts v3 too many requests response has a 4xx status code

func (*GetAlertsV3TooManyRequests) IsCode

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

IsCode returns true when this get alerts v3 too many requests response a status code equal to that given

func (*GetAlertsV3TooManyRequests) IsRedirect

func (o *GetAlertsV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get alerts v3 too many requests response has a 3xx status code

func (*GetAlertsV3TooManyRequests) IsServerError

func (o *GetAlertsV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get alerts v3 too many requests response has a 5xx status code

func (*GetAlertsV3TooManyRequests) IsSuccess

func (o *GetAlertsV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get alerts v3 too many requests response has a 2xx status code

func (*GetAlertsV3TooManyRequests) String

func (o *GetAlertsV3TooManyRequests) String() string

type GetAppInventoryForbidden added in v0.17.0

type GetAppInventoryForbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetAppInventoryForbidden added in v0.17.0

func NewGetAppInventoryForbidden() *GetAppInventoryForbidden

NewGetAppInventoryForbidden creates a GetAppInventoryForbidden with default headers values

func (*GetAppInventoryForbidden) Code added in v0.17.0

func (o *GetAppInventoryForbidden) Code() int

Code gets the status code for the get app inventory forbidden response

func (*GetAppInventoryForbidden) Error added in v0.17.0

func (o *GetAppInventoryForbidden) Error() string

func (*GetAppInventoryForbidden) GetPayload added in v0.17.0

func (*GetAppInventoryForbidden) IsClientError added in v0.17.0

func (o *GetAppInventoryForbidden) IsClientError() bool

IsClientError returns true when this get app inventory forbidden response has a 4xx status code

func (*GetAppInventoryForbidden) IsCode added in v0.17.0

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

IsCode returns true when this get app inventory forbidden response a status code equal to that given

func (*GetAppInventoryForbidden) IsRedirect added in v0.17.0

func (o *GetAppInventoryForbidden) IsRedirect() bool

IsRedirect returns true when this get app inventory forbidden response has a 3xx status code

func (*GetAppInventoryForbidden) IsServerError added in v0.17.0

func (o *GetAppInventoryForbidden) IsServerError() bool

IsServerError returns true when this get app inventory forbidden response has a 5xx status code

func (*GetAppInventoryForbidden) IsSuccess added in v0.17.0

func (o *GetAppInventoryForbidden) IsSuccess() bool

IsSuccess returns true when this get app inventory forbidden response has a 2xx status code

func (*GetAppInventoryForbidden) String added in v0.17.0

func (o *GetAppInventoryForbidden) String() string

type GetAppInventoryInternalServerError added in v0.17.0

type GetAppInventoryInternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetAppInventoryInternalServerError added in v0.17.0

func NewGetAppInventoryInternalServerError() *GetAppInventoryInternalServerError

NewGetAppInventoryInternalServerError creates a GetAppInventoryInternalServerError with default headers values

func (*GetAppInventoryInternalServerError) Code added in v0.17.0

Code gets the status code for the get app inventory internal server error response

func (*GetAppInventoryInternalServerError) Error added in v0.17.0

func (*GetAppInventoryInternalServerError) GetPayload added in v0.17.0

func (*GetAppInventoryInternalServerError) IsClientError added in v0.17.0

func (o *GetAppInventoryInternalServerError) IsClientError() bool

IsClientError returns true when this get app inventory internal server error response has a 4xx status code

func (*GetAppInventoryInternalServerError) IsCode added in v0.17.0

IsCode returns true when this get app inventory internal server error response a status code equal to that given

func (*GetAppInventoryInternalServerError) IsRedirect added in v0.17.0

func (o *GetAppInventoryInternalServerError) IsRedirect() bool

IsRedirect returns true when this get app inventory internal server error response has a 3xx status code

func (*GetAppInventoryInternalServerError) IsServerError added in v0.17.0

func (o *GetAppInventoryInternalServerError) IsServerError() bool

IsServerError returns true when this get app inventory internal server error response has a 5xx status code

func (*GetAppInventoryInternalServerError) IsSuccess added in v0.17.0

IsSuccess returns true when this get app inventory internal server error response has a 2xx status code

func (*GetAppInventoryInternalServerError) String added in v0.17.0

type GetAppInventoryOK added in v0.17.0

type GetAppInventoryOK 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.AppInventory
}

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

GetAppInventoryOK get app inventory o k

func NewGetAppInventoryOK added in v0.17.0

func NewGetAppInventoryOK() *GetAppInventoryOK

NewGetAppInventoryOK creates a GetAppInventoryOK with default headers values

func (*GetAppInventoryOK) Code added in v0.17.0

func (o *GetAppInventoryOK) Code() int

Code gets the status code for the get app inventory o k response

func (*GetAppInventoryOK) Error added in v0.17.0

func (o *GetAppInventoryOK) Error() string

func (*GetAppInventoryOK) GetPayload added in v0.17.0

func (o *GetAppInventoryOK) GetPayload() *models.AppInventory

func (*GetAppInventoryOK) IsClientError added in v0.17.0

func (o *GetAppInventoryOK) IsClientError() bool

IsClientError returns true when this get app inventory o k response has a 4xx status code

func (*GetAppInventoryOK) IsCode added in v0.17.0

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

IsCode returns true when this get app inventory o k response a status code equal to that given

func (*GetAppInventoryOK) IsRedirect added in v0.17.0

func (o *GetAppInventoryOK) IsRedirect() bool

IsRedirect returns true when this get app inventory o k response has a 3xx status code

func (*GetAppInventoryOK) IsServerError added in v0.17.0

func (o *GetAppInventoryOK) IsServerError() bool

IsServerError returns true when this get app inventory o k response has a 5xx status code

func (*GetAppInventoryOK) IsSuccess added in v0.17.0

func (o *GetAppInventoryOK) IsSuccess() bool

IsSuccess returns true when this get app inventory o k response has a 2xx status code

func (*GetAppInventoryOK) String added in v0.17.0

func (o *GetAppInventoryOK) String() string

type GetAppInventoryParams added in v0.17.0

type GetAppInventoryParams struct {

	/* AccessLevel.

	   Comma separated list of access levels
	*/
	AccessLevel *string

	/* Groups.

	   Comma separated list of groups
	*/
	Groups *string

	/* IntegrationID.

	   Comma separated list of integration IDs
	*/
	IntegrationID *string

	/* LastActivity.

	   Last activity was within or was not within the last 'value' days. Format: 'was value' or 'was not value' or 'value' (implies 'was value'). 'value' is an integer
	*/
	LastActivity *string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* Scopes.

	   Comma separated list of scopes
	*/
	Scopes *string

	/* Status.

	   Comma separated list of application statuses (approved, in review, rejected, unclassified)
	*/
	Status *string

	/* Type.

	   Comma separated list of app types
	*/
	Type *string

	/* Users.

	   Users. Format: 'is equal value' or 'contains value' or 'value' (implies 'is equal value')
	*/
	Users *string

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

GetAppInventoryParams contains all the parameters to send to the API endpoint

for the get app inventory operation.

Typically these are written to a http.Request.

func NewGetAppInventoryParams added in v0.17.0

func NewGetAppInventoryParams() *GetAppInventoryParams

NewGetAppInventoryParams creates a new GetAppInventoryParams 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 NewGetAppInventoryParamsWithContext added in v0.17.0

func NewGetAppInventoryParamsWithContext(ctx context.Context) *GetAppInventoryParams

NewGetAppInventoryParamsWithContext creates a new GetAppInventoryParams object with the ability to set a context for a request.

func NewGetAppInventoryParamsWithHTTPClient added in v0.17.0

func NewGetAppInventoryParamsWithHTTPClient(client *http.Client) *GetAppInventoryParams

NewGetAppInventoryParamsWithHTTPClient creates a new GetAppInventoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppInventoryParamsWithTimeout added in v0.17.0

func NewGetAppInventoryParamsWithTimeout(timeout time.Duration) *GetAppInventoryParams

NewGetAppInventoryParamsWithTimeout creates a new GetAppInventoryParams object with the ability to set a timeout on a request.

func (*GetAppInventoryParams) SetAccessLevel added in v0.17.0

func (o *GetAppInventoryParams) SetAccessLevel(accessLevel *string)

SetAccessLevel adds the accessLevel to the get app inventory params

func (*GetAppInventoryParams) SetContext added in v0.17.0

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

SetContext adds the context to the get app inventory params

func (*GetAppInventoryParams) SetDefaults added in v0.17.0

func (o *GetAppInventoryParams) SetDefaults()

SetDefaults hydrates default values in the get app inventory params (not the query body).

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

func (*GetAppInventoryParams) SetGroups added in v0.17.0

func (o *GetAppInventoryParams) SetGroups(groups *string)

SetGroups adds the groups to the get app inventory params

func (*GetAppInventoryParams) SetHTTPClient added in v0.17.0

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

SetHTTPClient adds the HTTPClient to the get app inventory params

func (*GetAppInventoryParams) SetIntegrationID added in v0.17.0

func (o *GetAppInventoryParams) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get app inventory params

func (*GetAppInventoryParams) SetLastActivity added in v0.17.0

func (o *GetAppInventoryParams) SetLastActivity(lastActivity *string)

SetLastActivity adds the lastActivity to the get app inventory params

func (*GetAppInventoryParams) SetLimit added in v0.17.0

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

SetLimit adds the limit to the get app inventory params

func (*GetAppInventoryParams) SetOffset added in v0.17.0

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

SetOffset adds the offset to the get app inventory params

func (*GetAppInventoryParams) SetScopes added in v0.17.0

func (o *GetAppInventoryParams) SetScopes(scopes *string)

SetScopes adds the scopes to the get app inventory params

func (*GetAppInventoryParams) SetStatus added in v0.17.0

func (o *GetAppInventoryParams) SetStatus(status *string)

SetStatus adds the status to the get app inventory params

func (*GetAppInventoryParams) SetTimeout added in v0.17.0

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

SetTimeout adds the timeout to the get app inventory params

func (*GetAppInventoryParams) SetType added in v0.17.0

func (o *GetAppInventoryParams) SetType(typeVar *string)

SetType adds the type to the get app inventory params

func (*GetAppInventoryParams) SetUsers added in v0.17.0

func (o *GetAppInventoryParams) SetUsers(users *string)

SetUsers adds the users to the get app inventory params

func (*GetAppInventoryParams) WithAccessLevel added in v0.17.0

func (o *GetAppInventoryParams) WithAccessLevel(accessLevel *string) *GetAppInventoryParams

WithAccessLevel adds the accessLevel to the get app inventory params

func (*GetAppInventoryParams) WithContext added in v0.17.0

WithContext adds the context to the get app inventory params

func (*GetAppInventoryParams) WithDefaults added in v0.17.0

func (o *GetAppInventoryParams) WithDefaults() *GetAppInventoryParams

WithDefaults hydrates default values in the get app inventory params (not the query body).

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

func (*GetAppInventoryParams) WithGroups added in v0.17.0

func (o *GetAppInventoryParams) WithGroups(groups *string) *GetAppInventoryParams

WithGroups adds the groups to the get app inventory params

func (*GetAppInventoryParams) WithHTTPClient added in v0.17.0

func (o *GetAppInventoryParams) WithHTTPClient(client *http.Client) *GetAppInventoryParams

WithHTTPClient adds the HTTPClient to the get app inventory params

func (*GetAppInventoryParams) WithIntegrationID added in v0.17.0

func (o *GetAppInventoryParams) WithIntegrationID(integrationID *string) *GetAppInventoryParams

WithIntegrationID adds the integrationID to the get app inventory params

func (*GetAppInventoryParams) WithLastActivity added in v0.17.0

func (o *GetAppInventoryParams) WithLastActivity(lastActivity *string) *GetAppInventoryParams

WithLastActivity adds the lastActivity to the get app inventory params

func (*GetAppInventoryParams) WithLimit added in v0.17.0

func (o *GetAppInventoryParams) WithLimit(limit *int64) *GetAppInventoryParams

WithLimit adds the limit to the get app inventory params

func (*GetAppInventoryParams) WithOffset added in v0.17.0

func (o *GetAppInventoryParams) WithOffset(offset *int64) *GetAppInventoryParams

WithOffset adds the offset to the get app inventory params

func (*GetAppInventoryParams) WithScopes added in v0.17.0

func (o *GetAppInventoryParams) WithScopes(scopes *string) *GetAppInventoryParams

WithScopes adds the scopes to the get app inventory params

func (*GetAppInventoryParams) WithStatus added in v0.17.0

func (o *GetAppInventoryParams) WithStatus(status *string) *GetAppInventoryParams

WithStatus adds the status to the get app inventory params

func (*GetAppInventoryParams) WithTimeout added in v0.17.0

func (o *GetAppInventoryParams) WithTimeout(timeout time.Duration) *GetAppInventoryParams

WithTimeout adds the timeout to the get app inventory params

func (*GetAppInventoryParams) WithType added in v0.17.0

func (o *GetAppInventoryParams) WithType(typeVar *string) *GetAppInventoryParams

WithType adds the typeVar to the get app inventory params

func (*GetAppInventoryParams) WithUsers added in v0.17.0

func (o *GetAppInventoryParams) WithUsers(users *string) *GetAppInventoryParams

WithUsers adds the users to the get app inventory params

func (*GetAppInventoryParams) WriteToRequest added in v0.17.0

func (o *GetAppInventoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAppInventoryReader added in v0.17.0

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

GetAppInventoryReader is a Reader for the GetAppInventory structure.

func (*GetAppInventoryReader) ReadResponse added in v0.17.0

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

ReadResponse reads a server response into the received o.

type GetAppInventoryTooManyRequests added in v0.17.0

type GetAppInventoryTooManyRequests 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
}

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

Too Many Requests

func NewGetAppInventoryTooManyRequests added in v0.17.0

func NewGetAppInventoryTooManyRequests() *GetAppInventoryTooManyRequests

NewGetAppInventoryTooManyRequests creates a GetAppInventoryTooManyRequests with default headers values

func (*GetAppInventoryTooManyRequests) Code added in v0.17.0

Code gets the status code for the get app inventory too many requests response

func (*GetAppInventoryTooManyRequests) Error added in v0.17.0

func (*GetAppInventoryTooManyRequests) GetPayload added in v0.17.0

func (*GetAppInventoryTooManyRequests) IsClientError added in v0.17.0

func (o *GetAppInventoryTooManyRequests) IsClientError() bool

IsClientError returns true when this get app inventory too many requests response has a 4xx status code

func (*GetAppInventoryTooManyRequests) IsCode added in v0.17.0

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

IsCode returns true when this get app inventory too many requests response a status code equal to that given

func (*GetAppInventoryTooManyRequests) IsRedirect added in v0.17.0

func (o *GetAppInventoryTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get app inventory too many requests response has a 3xx status code

func (*GetAppInventoryTooManyRequests) IsServerError added in v0.17.0

func (o *GetAppInventoryTooManyRequests) IsServerError() bool

IsServerError returns true when this get app inventory too many requests response has a 5xx status code

func (*GetAppInventoryTooManyRequests) IsSuccess added in v0.17.0

func (o *GetAppInventoryTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get app inventory too many requests response has a 2xx status code

func (*GetAppInventoryTooManyRequests) String added in v0.17.0

type GetAppInventoryUsersForbidden added in v0.17.0

type GetAppInventoryUsersForbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetAppInventoryUsersForbidden added in v0.17.0

func NewGetAppInventoryUsersForbidden() *GetAppInventoryUsersForbidden

NewGetAppInventoryUsersForbidden creates a GetAppInventoryUsersForbidden with default headers values

func (*GetAppInventoryUsersForbidden) Code added in v0.17.0

Code gets the status code for the get app inventory users forbidden response

func (*GetAppInventoryUsersForbidden) Error added in v0.17.0

func (*GetAppInventoryUsersForbidden) GetPayload added in v0.17.0

func (*GetAppInventoryUsersForbidden) IsClientError added in v0.17.0

func (o *GetAppInventoryUsersForbidden) IsClientError() bool

IsClientError returns true when this get app inventory users forbidden response has a 4xx status code

func (*GetAppInventoryUsersForbidden) IsCode added in v0.17.0

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

IsCode returns true when this get app inventory users forbidden response a status code equal to that given

func (*GetAppInventoryUsersForbidden) IsRedirect added in v0.17.0

func (o *GetAppInventoryUsersForbidden) IsRedirect() bool

IsRedirect returns true when this get app inventory users forbidden response has a 3xx status code

func (*GetAppInventoryUsersForbidden) IsServerError added in v0.17.0

func (o *GetAppInventoryUsersForbidden) IsServerError() bool

IsServerError returns true when this get app inventory users forbidden response has a 5xx status code

func (*GetAppInventoryUsersForbidden) IsSuccess added in v0.17.0

func (o *GetAppInventoryUsersForbidden) IsSuccess() bool

IsSuccess returns true when this get app inventory users forbidden response has a 2xx status code

func (*GetAppInventoryUsersForbidden) String added in v0.17.0

type GetAppInventoryUsersInternalServerError added in v0.17.0

type GetAppInventoryUsersInternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetAppInventoryUsersInternalServerError added in v0.17.0

func NewGetAppInventoryUsersInternalServerError() *GetAppInventoryUsersInternalServerError

NewGetAppInventoryUsersInternalServerError creates a GetAppInventoryUsersInternalServerError with default headers values

func (*GetAppInventoryUsersInternalServerError) Code added in v0.17.0

Code gets the status code for the get app inventory users internal server error response

func (*GetAppInventoryUsersInternalServerError) Error added in v0.17.0

func (*GetAppInventoryUsersInternalServerError) GetPayload added in v0.17.0

func (*GetAppInventoryUsersInternalServerError) IsClientError added in v0.17.0

func (o *GetAppInventoryUsersInternalServerError) IsClientError() bool

IsClientError returns true when this get app inventory users internal server error response has a 4xx status code

func (*GetAppInventoryUsersInternalServerError) IsCode added in v0.17.0

IsCode returns true when this get app inventory users internal server error response a status code equal to that given

func (*GetAppInventoryUsersInternalServerError) IsRedirect added in v0.17.0

IsRedirect returns true when this get app inventory users internal server error response has a 3xx status code

func (*GetAppInventoryUsersInternalServerError) IsServerError added in v0.17.0

func (o *GetAppInventoryUsersInternalServerError) IsServerError() bool

IsServerError returns true when this get app inventory users internal server error response has a 5xx status code

func (*GetAppInventoryUsersInternalServerError) IsSuccess added in v0.17.0

IsSuccess returns true when this get app inventory users internal server error response has a 2xx status code

func (*GetAppInventoryUsersInternalServerError) String added in v0.17.0

type GetAppInventoryUsersOK added in v0.17.0

type GetAppInventoryUsersOK 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.AppInventoryUsers
}

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

GetAppInventoryUsersOK get app inventory users o k

func NewGetAppInventoryUsersOK added in v0.17.0

func NewGetAppInventoryUsersOK() *GetAppInventoryUsersOK

NewGetAppInventoryUsersOK creates a GetAppInventoryUsersOK with default headers values

func (*GetAppInventoryUsersOK) Code added in v0.17.0

func (o *GetAppInventoryUsersOK) Code() int

Code gets the status code for the get app inventory users o k response

func (*GetAppInventoryUsersOK) Error added in v0.17.0

func (o *GetAppInventoryUsersOK) Error() string

func (*GetAppInventoryUsersOK) GetPayload added in v0.17.0

func (*GetAppInventoryUsersOK) IsClientError added in v0.17.0

func (o *GetAppInventoryUsersOK) IsClientError() bool

IsClientError returns true when this get app inventory users o k response has a 4xx status code

func (*GetAppInventoryUsersOK) IsCode added in v0.17.0

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

IsCode returns true when this get app inventory users o k response a status code equal to that given

func (*GetAppInventoryUsersOK) IsRedirect added in v0.17.0

func (o *GetAppInventoryUsersOK) IsRedirect() bool

IsRedirect returns true when this get app inventory users o k response has a 3xx status code

func (*GetAppInventoryUsersOK) IsServerError added in v0.17.0

func (o *GetAppInventoryUsersOK) IsServerError() bool

IsServerError returns true when this get app inventory users o k response has a 5xx status code

func (*GetAppInventoryUsersOK) IsSuccess added in v0.17.0

func (o *GetAppInventoryUsersOK) IsSuccess() bool

IsSuccess returns true when this get app inventory users o k response has a 2xx status code

func (*GetAppInventoryUsersOK) String added in v0.17.0

func (o *GetAppInventoryUsersOK) String() string

type GetAppInventoryUsersParams added in v0.17.0

type GetAppInventoryUsersParams struct {

	/* ItemID.

	   Item ID in format: 'integration_id|||app_id' (item_id)
	*/
	ItemID string

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

GetAppInventoryUsersParams contains all the parameters to send to the API endpoint

for the get app inventory users operation.

Typically these are written to a http.Request.

func NewGetAppInventoryUsersParams added in v0.17.0

func NewGetAppInventoryUsersParams() *GetAppInventoryUsersParams

NewGetAppInventoryUsersParams creates a new GetAppInventoryUsersParams 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 NewGetAppInventoryUsersParamsWithContext added in v0.17.0

func NewGetAppInventoryUsersParamsWithContext(ctx context.Context) *GetAppInventoryUsersParams

NewGetAppInventoryUsersParamsWithContext creates a new GetAppInventoryUsersParams object with the ability to set a context for a request.

func NewGetAppInventoryUsersParamsWithHTTPClient added in v0.17.0

func NewGetAppInventoryUsersParamsWithHTTPClient(client *http.Client) *GetAppInventoryUsersParams

NewGetAppInventoryUsersParamsWithHTTPClient creates a new GetAppInventoryUsersParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppInventoryUsersParamsWithTimeout added in v0.17.0

func NewGetAppInventoryUsersParamsWithTimeout(timeout time.Duration) *GetAppInventoryUsersParams

NewGetAppInventoryUsersParamsWithTimeout creates a new GetAppInventoryUsersParams object with the ability to set a timeout on a request.

func (*GetAppInventoryUsersParams) SetContext added in v0.17.0

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

SetContext adds the context to the get app inventory users params

func (*GetAppInventoryUsersParams) SetDefaults added in v0.17.0

func (o *GetAppInventoryUsersParams) SetDefaults()

SetDefaults hydrates default values in the get app inventory users params (not the query body).

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

func (*GetAppInventoryUsersParams) SetHTTPClient added in v0.17.0

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

SetHTTPClient adds the HTTPClient to the get app inventory users params

func (*GetAppInventoryUsersParams) SetItemID added in v0.17.0

func (o *GetAppInventoryUsersParams) SetItemID(itemID string)

SetItemID adds the itemId to the get app inventory users params

func (*GetAppInventoryUsersParams) SetTimeout added in v0.17.0

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

SetTimeout adds the timeout to the get app inventory users params

func (*GetAppInventoryUsersParams) WithContext added in v0.17.0

WithContext adds the context to the get app inventory users params

func (*GetAppInventoryUsersParams) WithDefaults added in v0.17.0

WithDefaults hydrates default values in the get app inventory users params (not the query body).

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

func (*GetAppInventoryUsersParams) WithHTTPClient added in v0.17.0

WithHTTPClient adds the HTTPClient to the get app inventory users params

func (*GetAppInventoryUsersParams) WithItemID added in v0.17.0

WithItemID adds the itemID to the get app inventory users params

func (*GetAppInventoryUsersParams) WithTimeout added in v0.17.0

WithTimeout adds the timeout to the get app inventory users params

func (*GetAppInventoryUsersParams) WriteToRequest added in v0.17.0

WriteToRequest writes these params to a swagger request

type GetAppInventoryUsersReader added in v0.17.0

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

GetAppInventoryUsersReader is a Reader for the GetAppInventoryUsers structure.

func (*GetAppInventoryUsersReader) ReadResponse added in v0.17.0

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

ReadResponse reads a server response into the received o.

type GetAppInventoryUsersTooManyRequests added in v0.17.0

type GetAppInventoryUsersTooManyRequests 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
}

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

Too Many Requests

func NewGetAppInventoryUsersTooManyRequests added in v0.17.0

func NewGetAppInventoryUsersTooManyRequests() *GetAppInventoryUsersTooManyRequests

NewGetAppInventoryUsersTooManyRequests creates a GetAppInventoryUsersTooManyRequests with default headers values

func (*GetAppInventoryUsersTooManyRequests) Code added in v0.17.0

Code gets the status code for the get app inventory users too many requests response

func (*GetAppInventoryUsersTooManyRequests) Error added in v0.17.0

func (*GetAppInventoryUsersTooManyRequests) GetPayload added in v0.17.0

func (*GetAppInventoryUsersTooManyRequests) IsClientError added in v0.17.0

func (o *GetAppInventoryUsersTooManyRequests) IsClientError() bool

IsClientError returns true when this get app inventory users too many requests response has a 4xx status code

func (*GetAppInventoryUsersTooManyRequests) IsCode added in v0.17.0

IsCode returns true when this get app inventory users too many requests response a status code equal to that given

func (*GetAppInventoryUsersTooManyRequests) IsRedirect added in v0.17.0

func (o *GetAppInventoryUsersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get app inventory users too many requests response has a 3xx status code

func (*GetAppInventoryUsersTooManyRequests) IsServerError added in v0.17.0

func (o *GetAppInventoryUsersTooManyRequests) IsServerError() bool

IsServerError returns true when this get app inventory users too many requests response has a 5xx status code

func (*GetAppInventoryUsersTooManyRequests) IsSuccess added in v0.17.0

IsSuccess returns true when this get app inventory users too many requests response has a 2xx status code

func (*GetAppInventoryUsersTooManyRequests) String added in v0.17.0

type GetAssetInventoryV3Forbidden added in v0.17.0

type GetAssetInventoryV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetAssetInventoryV3Forbidden added in v0.17.0

func NewGetAssetInventoryV3Forbidden() *GetAssetInventoryV3Forbidden

NewGetAssetInventoryV3Forbidden creates a GetAssetInventoryV3Forbidden with default headers values

func (*GetAssetInventoryV3Forbidden) Code added in v0.17.0

Code gets the status code for the get asset inventory v3 forbidden response

func (*GetAssetInventoryV3Forbidden) Error added in v0.17.0

func (*GetAssetInventoryV3Forbidden) GetPayload added in v0.17.0

func (*GetAssetInventoryV3Forbidden) IsClientError added in v0.17.0

func (o *GetAssetInventoryV3Forbidden) IsClientError() bool

IsClientError returns true when this get asset inventory v3 forbidden response has a 4xx status code

func (*GetAssetInventoryV3Forbidden) IsCode added in v0.17.0

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

IsCode returns true when this get asset inventory v3 forbidden response a status code equal to that given

func (*GetAssetInventoryV3Forbidden) IsRedirect added in v0.17.0

func (o *GetAssetInventoryV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get asset inventory v3 forbidden response has a 3xx status code

func (*GetAssetInventoryV3Forbidden) IsServerError added in v0.17.0

func (o *GetAssetInventoryV3Forbidden) IsServerError() bool

IsServerError returns true when this get asset inventory v3 forbidden response has a 5xx status code

func (*GetAssetInventoryV3Forbidden) IsSuccess added in v0.17.0

func (o *GetAssetInventoryV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get asset inventory v3 forbidden response has a 2xx status code

func (*GetAssetInventoryV3Forbidden) String added in v0.17.0

type GetAssetInventoryV3InternalServerError added in v0.17.0

type GetAssetInventoryV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetAssetInventoryV3InternalServerError added in v0.17.0

func NewGetAssetInventoryV3InternalServerError() *GetAssetInventoryV3InternalServerError

NewGetAssetInventoryV3InternalServerError creates a GetAssetInventoryV3InternalServerError with default headers values

func (*GetAssetInventoryV3InternalServerError) Code added in v0.17.0

Code gets the status code for the get asset inventory v3 internal server error response

func (*GetAssetInventoryV3InternalServerError) Error added in v0.17.0

func (*GetAssetInventoryV3InternalServerError) GetPayload added in v0.17.0

func (*GetAssetInventoryV3InternalServerError) IsClientError added in v0.17.0

func (o *GetAssetInventoryV3InternalServerError) IsClientError() bool

IsClientError returns true when this get asset inventory v3 internal server error response has a 4xx status code

func (*GetAssetInventoryV3InternalServerError) IsCode added in v0.17.0

IsCode returns true when this get asset inventory v3 internal server error response a status code equal to that given

func (*GetAssetInventoryV3InternalServerError) IsRedirect added in v0.17.0

IsRedirect returns true when this get asset inventory v3 internal server error response has a 3xx status code

func (*GetAssetInventoryV3InternalServerError) IsServerError added in v0.17.0

func (o *GetAssetInventoryV3InternalServerError) IsServerError() bool

IsServerError returns true when this get asset inventory v3 internal server error response has a 5xx status code

func (*GetAssetInventoryV3InternalServerError) IsSuccess added in v0.17.0

IsSuccess returns true when this get asset inventory v3 internal server error response has a 2xx status code

func (*GetAssetInventoryV3InternalServerError) String added in v0.17.0

type GetAssetInventoryV3OK added in v0.17.0

type GetAssetInventoryV3OK 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.GetAssetInventory
}

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

GetAssetInventoryV3OK get asset inventory v3 o k

func NewGetAssetInventoryV3OK added in v0.17.0

func NewGetAssetInventoryV3OK() *GetAssetInventoryV3OK

NewGetAssetInventoryV3OK creates a GetAssetInventoryV3OK with default headers values

func (*GetAssetInventoryV3OK) Code added in v0.17.0

func (o *GetAssetInventoryV3OK) Code() int

Code gets the status code for the get asset inventory v3 o k response

func (*GetAssetInventoryV3OK) Error added in v0.17.0

func (o *GetAssetInventoryV3OK) Error() string

func (*GetAssetInventoryV3OK) GetPayload added in v0.17.0

func (*GetAssetInventoryV3OK) IsClientError added in v0.17.0

func (o *GetAssetInventoryV3OK) IsClientError() bool

IsClientError returns true when this get asset inventory v3 o k response has a 4xx status code

func (*GetAssetInventoryV3OK) IsCode added in v0.17.0

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

IsCode returns true when this get asset inventory v3 o k response a status code equal to that given

func (*GetAssetInventoryV3OK) IsRedirect added in v0.17.0

func (o *GetAssetInventoryV3OK) IsRedirect() bool

IsRedirect returns true when this get asset inventory v3 o k response has a 3xx status code

func (*GetAssetInventoryV3OK) IsServerError added in v0.17.0

func (o *GetAssetInventoryV3OK) IsServerError() bool

IsServerError returns true when this get asset inventory v3 o k response has a 5xx status code

func (*GetAssetInventoryV3OK) IsSuccess added in v0.17.0

func (o *GetAssetInventoryV3OK) IsSuccess() bool

IsSuccess returns true when this get asset inventory v3 o k response has a 2xx status code

func (*GetAssetInventoryV3OK) String added in v0.17.0

func (o *GetAssetInventoryV3OK) String() string

type GetAssetInventoryV3Params added in v0.17.0

type GetAssetInventoryV3Params struct {

	/* AccessLevel.

	   Comma separated list of access levels
	*/
	AccessLevel *string

	/* IntegrationID.

	   Comma separated list of integration IDs
	*/
	IntegrationID *string

	/* LastAccessed.

	   Last accessed date was within or was not within the last 'value' days. Format: 'was value' or 'was not value' or 'value' (implies 'was value'). 'value' is an integer
	*/
	LastAccessed *string

	/* LastModified.

	   Last modified date was within or was not within the last 'value' days. Format: 'was value' or 'was not value' or 'value' (implies 'was value'). 'value' is an integer
	*/
	LastModified *string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* PasswordProtected.

	   Password protected
	*/
	PasswordProtected *bool

	/* ResourceName.

	   Resource name contains 'value' (case insensitive)
	*/
	ResourceName *string

	/* ResourceOwner.

	   Resource owner contains 'value' (case insensitive)
	*/
	ResourceOwner *string

	/* ResourceOwnerEnabled.

	   Resource owner enabled
	*/
	ResourceOwnerEnabled *bool

	/* ResourceType.

	   Comma separated list of resource types
	*/
	ResourceType *string

	/* UnmanagedDomain.

	   Comma separated list of unmanaged domains
	*/
	UnmanagedDomain *string

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

GetAssetInventoryV3Params contains all the parameters to send to the API endpoint

for the get asset inventory v3 operation.

Typically these are written to a http.Request.

func NewGetAssetInventoryV3Params added in v0.17.0

func NewGetAssetInventoryV3Params() *GetAssetInventoryV3Params

NewGetAssetInventoryV3Params creates a new GetAssetInventoryV3Params 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 NewGetAssetInventoryV3ParamsWithContext added in v0.17.0

func NewGetAssetInventoryV3ParamsWithContext(ctx context.Context) *GetAssetInventoryV3Params

NewGetAssetInventoryV3ParamsWithContext creates a new GetAssetInventoryV3Params object with the ability to set a context for a request.

func NewGetAssetInventoryV3ParamsWithHTTPClient added in v0.17.0

func NewGetAssetInventoryV3ParamsWithHTTPClient(client *http.Client) *GetAssetInventoryV3Params

NewGetAssetInventoryV3ParamsWithHTTPClient creates a new GetAssetInventoryV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetAssetInventoryV3ParamsWithTimeout added in v0.17.0

func NewGetAssetInventoryV3ParamsWithTimeout(timeout time.Duration) *GetAssetInventoryV3Params

NewGetAssetInventoryV3ParamsWithTimeout creates a new GetAssetInventoryV3Params object with the ability to set a timeout on a request.

func (*GetAssetInventoryV3Params) SetAccessLevel added in v0.17.0

func (o *GetAssetInventoryV3Params) SetAccessLevel(accessLevel *string)

SetAccessLevel adds the accessLevel to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetContext added in v0.17.0

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

SetContext adds the context to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetDefaults added in v0.17.0

func (o *GetAssetInventoryV3Params) SetDefaults()

SetDefaults hydrates default values in the get asset inventory v3 params (not the query body).

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

func (*GetAssetInventoryV3Params) SetHTTPClient added in v0.17.0

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

SetHTTPClient adds the HTTPClient to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetIntegrationID added in v0.17.0

func (o *GetAssetInventoryV3Params) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetLastAccessed added in v0.17.0

func (o *GetAssetInventoryV3Params) SetLastAccessed(lastAccessed *string)

SetLastAccessed adds the lastAccessed to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetLastModified added in v0.17.0

func (o *GetAssetInventoryV3Params) SetLastModified(lastModified *string)

SetLastModified adds the lastModified to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetLimit added in v0.17.0

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

SetLimit adds the limit to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetOffset added in v0.17.0

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

SetOffset adds the offset to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetPasswordProtected added in v0.17.0

func (o *GetAssetInventoryV3Params) SetPasswordProtected(passwordProtected *bool)

SetPasswordProtected adds the passwordProtected to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetResourceName added in v0.17.0

func (o *GetAssetInventoryV3Params) SetResourceName(resourceName *string)

SetResourceName adds the resourceName to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetResourceOwner added in v0.17.0

func (o *GetAssetInventoryV3Params) SetResourceOwner(resourceOwner *string)

SetResourceOwner adds the resourceOwner to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetResourceOwnerEnabled added in v0.17.0

func (o *GetAssetInventoryV3Params) SetResourceOwnerEnabled(resourceOwnerEnabled *bool)

SetResourceOwnerEnabled adds the resourceOwnerEnabled to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetResourceType added in v0.17.0

func (o *GetAssetInventoryV3Params) SetResourceType(resourceType *string)

SetResourceType adds the resourceType to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetTimeout added in v0.17.0

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

SetTimeout adds the timeout to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) SetUnmanagedDomain added in v0.17.0

func (o *GetAssetInventoryV3Params) SetUnmanagedDomain(unmanagedDomain *string)

SetUnmanagedDomain adds the unmanagedDomain to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithAccessLevel added in v0.17.0

func (o *GetAssetInventoryV3Params) WithAccessLevel(accessLevel *string) *GetAssetInventoryV3Params

WithAccessLevel adds the accessLevel to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithContext added in v0.17.0

WithContext adds the context to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithDefaults added in v0.17.0

WithDefaults hydrates default values in the get asset inventory v3 params (not the query body).

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

func (*GetAssetInventoryV3Params) WithHTTPClient added in v0.17.0

func (o *GetAssetInventoryV3Params) WithHTTPClient(client *http.Client) *GetAssetInventoryV3Params

WithHTTPClient adds the HTTPClient to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithIntegrationID added in v0.17.0

func (o *GetAssetInventoryV3Params) WithIntegrationID(integrationID *string) *GetAssetInventoryV3Params

WithIntegrationID adds the integrationID to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithLastAccessed added in v0.17.0

func (o *GetAssetInventoryV3Params) WithLastAccessed(lastAccessed *string) *GetAssetInventoryV3Params

WithLastAccessed adds the lastAccessed to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithLastModified added in v0.17.0

func (o *GetAssetInventoryV3Params) WithLastModified(lastModified *string) *GetAssetInventoryV3Params

WithLastModified adds the lastModified to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithLimit added in v0.17.0

WithLimit adds the limit to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithOffset added in v0.17.0

WithOffset adds the offset to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithPasswordProtected added in v0.17.0

func (o *GetAssetInventoryV3Params) WithPasswordProtected(passwordProtected *bool) *GetAssetInventoryV3Params

WithPasswordProtected adds the passwordProtected to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithResourceName added in v0.17.0

func (o *GetAssetInventoryV3Params) WithResourceName(resourceName *string) *GetAssetInventoryV3Params

WithResourceName adds the resourceName to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithResourceOwner added in v0.17.0

func (o *GetAssetInventoryV3Params) WithResourceOwner(resourceOwner *string) *GetAssetInventoryV3Params

WithResourceOwner adds the resourceOwner to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithResourceOwnerEnabled added in v0.17.0

func (o *GetAssetInventoryV3Params) WithResourceOwnerEnabled(resourceOwnerEnabled *bool) *GetAssetInventoryV3Params

WithResourceOwnerEnabled adds the resourceOwnerEnabled to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithResourceType added in v0.17.0

func (o *GetAssetInventoryV3Params) WithResourceType(resourceType *string) *GetAssetInventoryV3Params

WithResourceType adds the resourceType to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithTimeout added in v0.17.0

WithTimeout adds the timeout to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WithUnmanagedDomain added in v0.17.0

func (o *GetAssetInventoryV3Params) WithUnmanagedDomain(unmanagedDomain *string) *GetAssetInventoryV3Params

WithUnmanagedDomain adds the unmanagedDomain to the get asset inventory v3 params

func (*GetAssetInventoryV3Params) WriteToRequest added in v0.17.0

WriteToRequest writes these params to a swagger request

type GetAssetInventoryV3Reader added in v0.17.0

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

GetAssetInventoryV3Reader is a Reader for the GetAssetInventoryV3 structure.

func (*GetAssetInventoryV3Reader) ReadResponse added in v0.17.0

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

ReadResponse reads a server response into the received o.

type GetAssetInventoryV3TooManyRequests added in v0.17.0

type GetAssetInventoryV3TooManyRequests 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
}

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

Too Many Requests

func NewGetAssetInventoryV3TooManyRequests added in v0.17.0

func NewGetAssetInventoryV3TooManyRequests() *GetAssetInventoryV3TooManyRequests

NewGetAssetInventoryV3TooManyRequests creates a GetAssetInventoryV3TooManyRequests with default headers values

func (*GetAssetInventoryV3TooManyRequests) Code added in v0.17.0

Code gets the status code for the get asset inventory v3 too many requests response

func (*GetAssetInventoryV3TooManyRequests) Error added in v0.17.0

func (*GetAssetInventoryV3TooManyRequests) GetPayload added in v0.17.0

func (*GetAssetInventoryV3TooManyRequests) IsClientError added in v0.17.0

func (o *GetAssetInventoryV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get asset inventory v3 too many requests response has a 4xx status code

func (*GetAssetInventoryV3TooManyRequests) IsCode added in v0.17.0

IsCode returns true when this get asset inventory v3 too many requests response a status code equal to that given

func (*GetAssetInventoryV3TooManyRequests) IsRedirect added in v0.17.0

func (o *GetAssetInventoryV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get asset inventory v3 too many requests response has a 3xx status code

func (*GetAssetInventoryV3TooManyRequests) IsServerError added in v0.17.0

func (o *GetAssetInventoryV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get asset inventory v3 too many requests response has a 5xx status code

func (*GetAssetInventoryV3TooManyRequests) IsSuccess added in v0.17.0

IsSuccess returns true when this get asset inventory v3 too many requests response has a 2xx status code

func (*GetAssetInventoryV3TooManyRequests) String added in v0.17.0

type GetDeviceInventoryV3Forbidden

type GetDeviceInventoryV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetDeviceInventoryV3Forbidden

func NewGetDeviceInventoryV3Forbidden() *GetDeviceInventoryV3Forbidden

NewGetDeviceInventoryV3Forbidden creates a GetDeviceInventoryV3Forbidden with default headers values

func (*GetDeviceInventoryV3Forbidden) Code

Code gets the status code for the get device inventory v3 forbidden response

func (*GetDeviceInventoryV3Forbidden) Error

func (*GetDeviceInventoryV3Forbidden) GetPayload

func (*GetDeviceInventoryV3Forbidden) IsClientError

func (o *GetDeviceInventoryV3Forbidden) IsClientError() bool

IsClientError returns true when this get device inventory v3 forbidden response has a 4xx status code

func (*GetDeviceInventoryV3Forbidden) IsCode

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

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

func (*GetDeviceInventoryV3Forbidden) IsRedirect

func (o *GetDeviceInventoryV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get device inventory v3 forbidden response has a 3xx status code

func (*GetDeviceInventoryV3Forbidden) IsServerError

func (o *GetDeviceInventoryV3Forbidden) IsServerError() bool

IsServerError returns true when this get device inventory v3 forbidden response has a 5xx status code

func (*GetDeviceInventoryV3Forbidden) IsSuccess

func (o *GetDeviceInventoryV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get device inventory v3 forbidden response has a 2xx status code

func (*GetDeviceInventoryV3Forbidden) String

type GetDeviceInventoryV3InternalServerError

type GetDeviceInventoryV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetDeviceInventoryV3InternalServerError

func NewGetDeviceInventoryV3InternalServerError() *GetDeviceInventoryV3InternalServerError

NewGetDeviceInventoryV3InternalServerError creates a GetDeviceInventoryV3InternalServerError with default headers values

func (*GetDeviceInventoryV3InternalServerError) Code

Code gets the status code for the get device inventory v3 internal server error response

func (*GetDeviceInventoryV3InternalServerError) Error

func (*GetDeviceInventoryV3InternalServerError) GetPayload

func (*GetDeviceInventoryV3InternalServerError) IsClientError

func (o *GetDeviceInventoryV3InternalServerError) IsClientError() bool

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

func (*GetDeviceInventoryV3InternalServerError) IsCode

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

func (*GetDeviceInventoryV3InternalServerError) IsRedirect

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

func (*GetDeviceInventoryV3InternalServerError) IsServerError

func (o *GetDeviceInventoryV3InternalServerError) IsServerError() bool

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

func (*GetDeviceInventoryV3InternalServerError) IsSuccess

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

func (*GetDeviceInventoryV3InternalServerError) String

type GetDeviceInventoryV3OK

type GetDeviceInventoryV3OK 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.GetDeviceInventory
}

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

GetDeviceInventoryV3OK get device inventory v3 o k

func NewGetDeviceInventoryV3OK

func NewGetDeviceInventoryV3OK() *GetDeviceInventoryV3OK

NewGetDeviceInventoryV3OK creates a GetDeviceInventoryV3OK with default headers values

func (*GetDeviceInventoryV3OK) Code

func (o *GetDeviceInventoryV3OK) Code() int

Code gets the status code for the get device inventory v3 o k response

func (*GetDeviceInventoryV3OK) Error

func (o *GetDeviceInventoryV3OK) Error() string

func (*GetDeviceInventoryV3OK) GetPayload

func (*GetDeviceInventoryV3OK) IsClientError

func (o *GetDeviceInventoryV3OK) IsClientError() bool

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

func (*GetDeviceInventoryV3OK) IsCode

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

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

func (*GetDeviceInventoryV3OK) IsRedirect

func (o *GetDeviceInventoryV3OK) IsRedirect() bool

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

func (*GetDeviceInventoryV3OK) IsServerError

func (o *GetDeviceInventoryV3OK) IsServerError() bool

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

func (*GetDeviceInventoryV3OK) IsSuccess

func (o *GetDeviceInventoryV3OK) IsSuccess() bool

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

func (*GetDeviceInventoryV3OK) String

func (o *GetDeviceInventoryV3OK) String() string

type GetDeviceInventoryV3Params

type GetDeviceInventoryV3Params struct {

	/* Email.

	   Email
	*/
	Email *string

	/* IntegrationID.

	   Comma separated integration ID's
	*/
	IntegrationID *string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* PrivilegedOnly.

	   Privileged Only
	*/
	PrivilegedOnly *bool

	/* UnassociatedDevices.

	   Unassociated Devices
	*/
	UnassociatedDevices *bool

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

GetDeviceInventoryV3Params contains all the parameters to send to the API endpoint

for the get device inventory v3 operation.

Typically these are written to a http.Request.

func NewGetDeviceInventoryV3Params

func NewGetDeviceInventoryV3Params() *GetDeviceInventoryV3Params

NewGetDeviceInventoryV3Params creates a new GetDeviceInventoryV3Params 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 NewGetDeviceInventoryV3ParamsWithContext

func NewGetDeviceInventoryV3ParamsWithContext(ctx context.Context) *GetDeviceInventoryV3Params

NewGetDeviceInventoryV3ParamsWithContext creates a new GetDeviceInventoryV3Params object with the ability to set a context for a request.

func NewGetDeviceInventoryV3ParamsWithHTTPClient

func NewGetDeviceInventoryV3ParamsWithHTTPClient(client *http.Client) *GetDeviceInventoryV3Params

NewGetDeviceInventoryV3ParamsWithHTTPClient creates a new GetDeviceInventoryV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeviceInventoryV3ParamsWithTimeout

func NewGetDeviceInventoryV3ParamsWithTimeout(timeout time.Duration) *GetDeviceInventoryV3Params

NewGetDeviceInventoryV3ParamsWithTimeout creates a new GetDeviceInventoryV3Params object with the ability to set a timeout on a request.

func (*GetDeviceInventoryV3Params) SetContext

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

SetContext adds the context to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetDefaults

func (o *GetDeviceInventoryV3Params) SetDefaults()

SetDefaults hydrates default values in the get device inventory v3 params (not the query body).

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

func (*GetDeviceInventoryV3Params) SetEmail

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

SetEmail adds the email to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetIntegrationID

func (o *GetDeviceInventoryV3Params) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetLimit

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

SetLimit adds the limit to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetOffset

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

SetOffset adds the offset to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetPrivilegedOnly

func (o *GetDeviceInventoryV3Params) SetPrivilegedOnly(privilegedOnly *bool)

SetPrivilegedOnly adds the privilegedOnly to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetTimeout

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

SetTimeout adds the timeout to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) SetUnassociatedDevices

func (o *GetDeviceInventoryV3Params) SetUnassociatedDevices(unassociatedDevices *bool)

SetUnassociatedDevices adds the unassociatedDevices to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithContext

WithContext adds the context to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithDefaults

WithDefaults hydrates default values in the get device inventory v3 params (not the query body).

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

func (*GetDeviceInventoryV3Params) WithEmail

WithEmail adds the email to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithIntegrationID

func (o *GetDeviceInventoryV3Params) WithIntegrationID(integrationID *string) *GetDeviceInventoryV3Params

WithIntegrationID adds the integrationID to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithLimit

WithLimit adds the limit to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithOffset

WithOffset adds the offset to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithPrivilegedOnly

func (o *GetDeviceInventoryV3Params) WithPrivilegedOnly(privilegedOnly *bool) *GetDeviceInventoryV3Params

WithPrivilegedOnly adds the privilegedOnly to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithTimeout

WithTimeout adds the timeout to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WithUnassociatedDevices

func (o *GetDeviceInventoryV3Params) WithUnassociatedDevices(unassociatedDevices *bool) *GetDeviceInventoryV3Params

WithUnassociatedDevices adds the unassociatedDevices to the get device inventory v3 params

func (*GetDeviceInventoryV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeviceInventoryV3Reader

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

GetDeviceInventoryV3Reader is a Reader for the GetDeviceInventoryV3 structure.

func (*GetDeviceInventoryV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeviceInventoryV3TooManyRequests

type GetDeviceInventoryV3TooManyRequests 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
}

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

Too Many Requests

func NewGetDeviceInventoryV3TooManyRequests

func NewGetDeviceInventoryV3TooManyRequests() *GetDeviceInventoryV3TooManyRequests

NewGetDeviceInventoryV3TooManyRequests creates a GetDeviceInventoryV3TooManyRequests with default headers values

func (*GetDeviceInventoryV3TooManyRequests) Code

Code gets the status code for the get device inventory v3 too many requests response

func (*GetDeviceInventoryV3TooManyRequests) Error

func (*GetDeviceInventoryV3TooManyRequests) GetPayload

func (*GetDeviceInventoryV3TooManyRequests) IsClientError

func (o *GetDeviceInventoryV3TooManyRequests) IsClientError() bool

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

func (*GetDeviceInventoryV3TooManyRequests) IsCode

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

func (*GetDeviceInventoryV3TooManyRequests) IsRedirect

func (o *GetDeviceInventoryV3TooManyRequests) IsRedirect() bool

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

func (*GetDeviceInventoryV3TooManyRequests) IsServerError

func (o *GetDeviceInventoryV3TooManyRequests) IsServerError() bool

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

func (*GetDeviceInventoryV3TooManyRequests) IsSuccess

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

func (*GetDeviceInventoryV3TooManyRequests) String

type GetIntegrationsV3Forbidden

type GetIntegrationsV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetIntegrationsV3Forbidden

func NewGetIntegrationsV3Forbidden() *GetIntegrationsV3Forbidden

NewGetIntegrationsV3Forbidden creates a GetIntegrationsV3Forbidden with default headers values

func (*GetIntegrationsV3Forbidden) Code

func (o *GetIntegrationsV3Forbidden) Code() int

Code gets the status code for the get integrations v3 forbidden response

func (*GetIntegrationsV3Forbidden) Error

func (*GetIntegrationsV3Forbidden) GetPayload

func (*GetIntegrationsV3Forbidden) IsClientError

func (o *GetIntegrationsV3Forbidden) IsClientError() bool

IsClientError returns true when this get integrations v3 forbidden response has a 4xx status code

func (*GetIntegrationsV3Forbidden) IsCode

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

IsCode returns true when this get integrations v3 forbidden response a status code equal to that given

func (*GetIntegrationsV3Forbidden) IsRedirect

func (o *GetIntegrationsV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get integrations v3 forbidden response has a 3xx status code

func (*GetIntegrationsV3Forbidden) IsServerError

func (o *GetIntegrationsV3Forbidden) IsServerError() bool

IsServerError returns true when this get integrations v3 forbidden response has a 5xx status code

func (*GetIntegrationsV3Forbidden) IsSuccess

func (o *GetIntegrationsV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get integrations v3 forbidden response has a 2xx status code

func (*GetIntegrationsV3Forbidden) String

func (o *GetIntegrationsV3Forbidden) String() string

type GetIntegrationsV3InternalServerError

type GetIntegrationsV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetIntegrationsV3InternalServerError

func NewGetIntegrationsV3InternalServerError() *GetIntegrationsV3InternalServerError

NewGetIntegrationsV3InternalServerError creates a GetIntegrationsV3InternalServerError with default headers values

func (*GetIntegrationsV3InternalServerError) Code

Code gets the status code for the get integrations v3 internal server error response

func (*GetIntegrationsV3InternalServerError) Error

func (*GetIntegrationsV3InternalServerError) GetPayload

func (*GetIntegrationsV3InternalServerError) IsClientError

func (o *GetIntegrationsV3InternalServerError) IsClientError() bool

IsClientError returns true when this get integrations v3 internal server error response has a 4xx status code

func (*GetIntegrationsV3InternalServerError) IsCode

IsCode returns true when this get integrations v3 internal server error response a status code equal to that given

func (*GetIntegrationsV3InternalServerError) IsRedirect

IsRedirect returns true when this get integrations v3 internal server error response has a 3xx status code

func (*GetIntegrationsV3InternalServerError) IsServerError

func (o *GetIntegrationsV3InternalServerError) IsServerError() bool

IsServerError returns true when this get integrations v3 internal server error response has a 5xx status code

func (*GetIntegrationsV3InternalServerError) IsSuccess

IsSuccess returns true when this get integrations v3 internal server error response has a 2xx status code

func (*GetIntegrationsV3InternalServerError) String

type GetIntegrationsV3OK

type GetIntegrationsV3OK 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.GetIntegrations
}

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

GetIntegrationsV3OK get integrations v3 o k

func NewGetIntegrationsV3OK

func NewGetIntegrationsV3OK() *GetIntegrationsV3OK

NewGetIntegrationsV3OK creates a GetIntegrationsV3OK with default headers values

func (*GetIntegrationsV3OK) Code

func (o *GetIntegrationsV3OK) Code() int

Code gets the status code for the get integrations v3 o k response

func (*GetIntegrationsV3OK) Error

func (o *GetIntegrationsV3OK) Error() string

func (*GetIntegrationsV3OK) GetPayload

func (o *GetIntegrationsV3OK) GetPayload() *models.GetIntegrations

func (*GetIntegrationsV3OK) IsClientError

func (o *GetIntegrationsV3OK) IsClientError() bool

IsClientError returns true when this get integrations v3 o k response has a 4xx status code

func (*GetIntegrationsV3OK) IsCode

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

IsCode returns true when this get integrations v3 o k response a status code equal to that given

func (*GetIntegrationsV3OK) IsRedirect

func (o *GetIntegrationsV3OK) IsRedirect() bool

IsRedirect returns true when this get integrations v3 o k response has a 3xx status code

func (*GetIntegrationsV3OK) IsServerError

func (o *GetIntegrationsV3OK) IsServerError() bool

IsServerError returns true when this get integrations v3 o k response has a 5xx status code

func (*GetIntegrationsV3OK) IsSuccess

func (o *GetIntegrationsV3OK) IsSuccess() bool

IsSuccess returns true when this get integrations v3 o k response has a 2xx status code

func (*GetIntegrationsV3OK) String

func (o *GetIntegrationsV3OK) String() string

type GetIntegrationsV3Params

type GetIntegrationsV3Params struct {

	/* SaasID.

	   Comma separated SaaS ID's
	*/
	SaasID *string

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

GetIntegrationsV3Params contains all the parameters to send to the API endpoint

for the get integrations v3 operation.

Typically these are written to a http.Request.

func NewGetIntegrationsV3Params

func NewGetIntegrationsV3Params() *GetIntegrationsV3Params

NewGetIntegrationsV3Params creates a new GetIntegrationsV3Params 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 NewGetIntegrationsV3ParamsWithContext

func NewGetIntegrationsV3ParamsWithContext(ctx context.Context) *GetIntegrationsV3Params

NewGetIntegrationsV3ParamsWithContext creates a new GetIntegrationsV3Params object with the ability to set a context for a request.

func NewGetIntegrationsV3ParamsWithHTTPClient

func NewGetIntegrationsV3ParamsWithHTTPClient(client *http.Client) *GetIntegrationsV3Params

NewGetIntegrationsV3ParamsWithHTTPClient creates a new GetIntegrationsV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetIntegrationsV3ParamsWithTimeout

func NewGetIntegrationsV3ParamsWithTimeout(timeout time.Duration) *GetIntegrationsV3Params

NewGetIntegrationsV3ParamsWithTimeout creates a new GetIntegrationsV3Params object with the ability to set a timeout on a request.

func (*GetIntegrationsV3Params) SetContext

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

SetContext adds the context to the get integrations v3 params

func (*GetIntegrationsV3Params) SetDefaults

func (o *GetIntegrationsV3Params) SetDefaults()

SetDefaults hydrates default values in the get integrations v3 params (not the query body).

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

func (*GetIntegrationsV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get integrations v3 params

func (*GetIntegrationsV3Params) SetSaasID

func (o *GetIntegrationsV3Params) SetSaasID(saasID *string)

SetSaasID adds the saasId to the get integrations v3 params

func (*GetIntegrationsV3Params) SetTimeout

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

SetTimeout adds the timeout to the get integrations v3 params

func (*GetIntegrationsV3Params) WithContext

WithContext adds the context to the get integrations v3 params

func (*GetIntegrationsV3Params) WithDefaults

WithDefaults hydrates default values in the get integrations v3 params (not the query body).

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

func (*GetIntegrationsV3Params) WithHTTPClient

func (o *GetIntegrationsV3Params) WithHTTPClient(client *http.Client) *GetIntegrationsV3Params

WithHTTPClient adds the HTTPClient to the get integrations v3 params

func (*GetIntegrationsV3Params) WithSaasID

func (o *GetIntegrationsV3Params) WithSaasID(saasID *string) *GetIntegrationsV3Params

WithSaasID adds the saasID to the get integrations v3 params

func (*GetIntegrationsV3Params) WithTimeout

WithTimeout adds the timeout to the get integrations v3 params

func (*GetIntegrationsV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntegrationsV3Reader

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

GetIntegrationsV3Reader is a Reader for the GetIntegrationsV3 structure.

func (*GetIntegrationsV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntegrationsV3TooManyRequests

type GetIntegrationsV3TooManyRequests 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
}

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

Too Many Requests

func NewGetIntegrationsV3TooManyRequests

func NewGetIntegrationsV3TooManyRequests() *GetIntegrationsV3TooManyRequests

NewGetIntegrationsV3TooManyRequests creates a GetIntegrationsV3TooManyRequests with default headers values

func (*GetIntegrationsV3TooManyRequests) Code

Code gets the status code for the get integrations v3 too many requests response

func (*GetIntegrationsV3TooManyRequests) Error

func (*GetIntegrationsV3TooManyRequests) GetPayload

func (*GetIntegrationsV3TooManyRequests) IsClientError

func (o *GetIntegrationsV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get integrations v3 too many requests response has a 4xx status code

func (*GetIntegrationsV3TooManyRequests) IsCode

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

IsCode returns true when this get integrations v3 too many requests response a status code equal to that given

func (*GetIntegrationsV3TooManyRequests) IsRedirect

func (o *GetIntegrationsV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get integrations v3 too many requests response has a 3xx status code

func (*GetIntegrationsV3TooManyRequests) IsServerError

func (o *GetIntegrationsV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get integrations v3 too many requests response has a 5xx status code

func (*GetIntegrationsV3TooManyRequests) IsSuccess

func (o *GetIntegrationsV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get integrations v3 too many requests response has a 2xx status code

func (*GetIntegrationsV3TooManyRequests) String

type GetMetricsV3Forbidden

type GetMetricsV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetMetricsV3Forbidden

func NewGetMetricsV3Forbidden() *GetMetricsV3Forbidden

NewGetMetricsV3Forbidden creates a GetMetricsV3Forbidden with default headers values

func (*GetMetricsV3Forbidden) Code

func (o *GetMetricsV3Forbidden) Code() int

Code gets the status code for the get metrics v3 forbidden response

func (*GetMetricsV3Forbidden) Error

func (o *GetMetricsV3Forbidden) Error() string

func (*GetMetricsV3Forbidden) GetPayload

func (*GetMetricsV3Forbidden) IsClientError

func (o *GetMetricsV3Forbidden) IsClientError() bool

IsClientError returns true when this get metrics v3 forbidden response has a 4xx status code

func (*GetMetricsV3Forbidden) IsCode

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

IsCode returns true when this get metrics v3 forbidden response a status code equal to that given

func (*GetMetricsV3Forbidden) IsRedirect

func (o *GetMetricsV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get metrics v3 forbidden response has a 3xx status code

func (*GetMetricsV3Forbidden) IsServerError

func (o *GetMetricsV3Forbidden) IsServerError() bool

IsServerError returns true when this get metrics v3 forbidden response has a 5xx status code

func (*GetMetricsV3Forbidden) IsSuccess

func (o *GetMetricsV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get metrics v3 forbidden response has a 2xx status code

func (*GetMetricsV3Forbidden) String

func (o *GetMetricsV3Forbidden) String() string

type GetMetricsV3InternalServerError

type GetMetricsV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetMetricsV3InternalServerError

func NewGetMetricsV3InternalServerError() *GetMetricsV3InternalServerError

NewGetMetricsV3InternalServerError creates a GetMetricsV3InternalServerError with default headers values

func (*GetMetricsV3InternalServerError) Code

Code gets the status code for the get metrics v3 internal server error response

func (*GetMetricsV3InternalServerError) Error

func (*GetMetricsV3InternalServerError) GetPayload

func (*GetMetricsV3InternalServerError) IsClientError

func (o *GetMetricsV3InternalServerError) IsClientError() bool

IsClientError returns true when this get metrics v3 internal server error response has a 4xx status code

func (*GetMetricsV3InternalServerError) IsCode

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

IsCode returns true when this get metrics v3 internal server error response a status code equal to that given

func (*GetMetricsV3InternalServerError) IsRedirect

func (o *GetMetricsV3InternalServerError) IsRedirect() bool

IsRedirect returns true when this get metrics v3 internal server error response has a 3xx status code

func (*GetMetricsV3InternalServerError) IsServerError

func (o *GetMetricsV3InternalServerError) IsServerError() bool

IsServerError returns true when this get metrics v3 internal server error response has a 5xx status code

func (*GetMetricsV3InternalServerError) IsSuccess

func (o *GetMetricsV3InternalServerError) IsSuccess() bool

IsSuccess returns true when this get metrics v3 internal server error response has a 2xx status code

func (*GetMetricsV3InternalServerError) String

type GetMetricsV3OK

type GetMetricsV3OK 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.GetMetrics
}

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

GetMetricsV3OK get metrics v3 o k

func NewGetMetricsV3OK

func NewGetMetricsV3OK() *GetMetricsV3OK

NewGetMetricsV3OK creates a GetMetricsV3OK with default headers values

func (*GetMetricsV3OK) Code

func (o *GetMetricsV3OK) Code() int

Code gets the status code for the get metrics v3 o k response

func (*GetMetricsV3OK) Error

func (o *GetMetricsV3OK) Error() string

func (*GetMetricsV3OK) GetPayload

func (o *GetMetricsV3OK) GetPayload() *models.GetMetrics

func (*GetMetricsV3OK) IsClientError

func (o *GetMetricsV3OK) IsClientError() bool

IsClientError returns true when this get metrics v3 o k response has a 4xx status code

func (*GetMetricsV3OK) IsCode

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

IsCode returns true when this get metrics v3 o k response a status code equal to that given

func (*GetMetricsV3OK) IsRedirect

func (o *GetMetricsV3OK) IsRedirect() bool

IsRedirect returns true when this get metrics v3 o k response has a 3xx status code

func (*GetMetricsV3OK) IsServerError

func (o *GetMetricsV3OK) IsServerError() bool

IsServerError returns true when this get metrics v3 o k response has a 5xx status code

func (*GetMetricsV3OK) IsSuccess

func (o *GetMetricsV3OK) IsSuccess() bool

IsSuccess returns true when this get metrics v3 o k response has a 2xx status code

func (*GetMetricsV3OK) String

func (o *GetMetricsV3OK) String() string

type GetMetricsV3Params

type GetMetricsV3Params struct {

	/* CheckType.

	   Check Type
	*/
	CheckType *string

	/* Compliance.

	   Compliance
	*/
	Compliance *bool

	/* Impact.

	   Impact
	*/
	Impact *string

	/* IntegrationID.

	   Comma separated list of integration IDs
	*/
	IntegrationID *string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* Status.

	   Exposure status
	*/
	Status *string

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

GetMetricsV3Params contains all the parameters to send to the API endpoint

for the get metrics v3 operation.

Typically these are written to a http.Request.

func NewGetMetricsV3Params

func NewGetMetricsV3Params() *GetMetricsV3Params

NewGetMetricsV3Params creates a new GetMetricsV3Params 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 NewGetMetricsV3ParamsWithContext

func NewGetMetricsV3ParamsWithContext(ctx context.Context) *GetMetricsV3Params

NewGetMetricsV3ParamsWithContext creates a new GetMetricsV3Params object with the ability to set a context for a request.

func NewGetMetricsV3ParamsWithHTTPClient

func NewGetMetricsV3ParamsWithHTTPClient(client *http.Client) *GetMetricsV3Params

NewGetMetricsV3ParamsWithHTTPClient creates a new GetMetricsV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetMetricsV3ParamsWithTimeout

func NewGetMetricsV3ParamsWithTimeout(timeout time.Duration) *GetMetricsV3Params

NewGetMetricsV3ParamsWithTimeout creates a new GetMetricsV3Params object with the ability to set a timeout on a request.

func (*GetMetricsV3Params) SetCheckType

func (o *GetMetricsV3Params) SetCheckType(checkType *string)

SetCheckType adds the checkType to the get metrics v3 params

func (*GetMetricsV3Params) SetCompliance

func (o *GetMetricsV3Params) SetCompliance(compliance *bool)

SetCompliance adds the compliance to the get metrics v3 params

func (*GetMetricsV3Params) SetContext

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

SetContext adds the context to the get metrics v3 params

func (*GetMetricsV3Params) SetDefaults

func (o *GetMetricsV3Params) SetDefaults()

SetDefaults hydrates default values in the get metrics v3 params (not the query body).

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

func (*GetMetricsV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get metrics v3 params

func (*GetMetricsV3Params) SetImpact

func (o *GetMetricsV3Params) SetImpact(impact *string)

SetImpact adds the impact to the get metrics v3 params

func (*GetMetricsV3Params) SetIntegrationID

func (o *GetMetricsV3Params) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get metrics v3 params

func (*GetMetricsV3Params) SetLimit

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

SetLimit adds the limit to the get metrics v3 params

func (*GetMetricsV3Params) SetOffset

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

SetOffset adds the offset to the get metrics v3 params

func (*GetMetricsV3Params) SetStatus

func (o *GetMetricsV3Params) SetStatus(status *string)

SetStatus adds the status to the get metrics v3 params

func (*GetMetricsV3Params) SetTimeout

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

SetTimeout adds the timeout to the get metrics v3 params

func (*GetMetricsV3Params) WithCheckType

func (o *GetMetricsV3Params) WithCheckType(checkType *string) *GetMetricsV3Params

WithCheckType adds the checkType to the get metrics v3 params

func (*GetMetricsV3Params) WithCompliance

func (o *GetMetricsV3Params) WithCompliance(compliance *bool) *GetMetricsV3Params

WithCompliance adds the compliance to the get metrics v3 params

func (*GetMetricsV3Params) WithContext

WithContext adds the context to the get metrics v3 params

func (*GetMetricsV3Params) WithDefaults

func (o *GetMetricsV3Params) WithDefaults() *GetMetricsV3Params

WithDefaults hydrates default values in the get metrics v3 params (not the query body).

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

func (*GetMetricsV3Params) WithHTTPClient

func (o *GetMetricsV3Params) WithHTTPClient(client *http.Client) *GetMetricsV3Params

WithHTTPClient adds the HTTPClient to the get metrics v3 params

func (*GetMetricsV3Params) WithImpact

func (o *GetMetricsV3Params) WithImpact(impact *string) *GetMetricsV3Params

WithImpact adds the impact to the get metrics v3 params

func (*GetMetricsV3Params) WithIntegrationID

func (o *GetMetricsV3Params) WithIntegrationID(integrationID *string) *GetMetricsV3Params

WithIntegrationID adds the integrationID to the get metrics v3 params

func (*GetMetricsV3Params) WithLimit

func (o *GetMetricsV3Params) WithLimit(limit *int64) *GetMetricsV3Params

WithLimit adds the limit to the get metrics v3 params

func (*GetMetricsV3Params) WithOffset

func (o *GetMetricsV3Params) WithOffset(offset *int64) *GetMetricsV3Params

WithOffset adds the offset to the get metrics v3 params

func (*GetMetricsV3Params) WithStatus

func (o *GetMetricsV3Params) WithStatus(status *string) *GetMetricsV3Params

WithStatus adds the status to the get metrics v3 params

func (*GetMetricsV3Params) WithTimeout

func (o *GetMetricsV3Params) WithTimeout(timeout time.Duration) *GetMetricsV3Params

WithTimeout adds the timeout to the get metrics v3 params

func (*GetMetricsV3Params) WriteToRequest

func (o *GetMetricsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetMetricsV3Reader

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

GetMetricsV3Reader is a Reader for the GetMetricsV3 structure.

func (*GetMetricsV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMetricsV3TooManyRequests

type GetMetricsV3TooManyRequests 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
}

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

Too Many Requests

func NewGetMetricsV3TooManyRequests

func NewGetMetricsV3TooManyRequests() *GetMetricsV3TooManyRequests

NewGetMetricsV3TooManyRequests creates a GetMetricsV3TooManyRequests with default headers values

func (*GetMetricsV3TooManyRequests) Code

func (o *GetMetricsV3TooManyRequests) Code() int

Code gets the status code for the get metrics v3 too many requests response

func (*GetMetricsV3TooManyRequests) Error

func (*GetMetricsV3TooManyRequests) GetPayload

func (*GetMetricsV3TooManyRequests) IsClientError

func (o *GetMetricsV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get metrics v3 too many requests response has a 4xx status code

func (*GetMetricsV3TooManyRequests) IsCode

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

IsCode returns true when this get metrics v3 too many requests response a status code equal to that given

func (*GetMetricsV3TooManyRequests) IsRedirect

func (o *GetMetricsV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get metrics v3 too many requests response has a 3xx status code

func (*GetMetricsV3TooManyRequests) IsServerError

func (o *GetMetricsV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get metrics v3 too many requests response has a 5xx status code

func (*GetMetricsV3TooManyRequests) IsSuccess

func (o *GetMetricsV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get metrics v3 too many requests response has a 2xx status code

func (*GetMetricsV3TooManyRequests) String

func (o *GetMetricsV3TooManyRequests) String() string

type GetSecurityCheckAffectedV3Forbidden

type GetSecurityCheckAffectedV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetSecurityCheckAffectedV3Forbidden

func NewGetSecurityCheckAffectedV3Forbidden() *GetSecurityCheckAffectedV3Forbidden

NewGetSecurityCheckAffectedV3Forbidden creates a GetSecurityCheckAffectedV3Forbidden with default headers values

func (*GetSecurityCheckAffectedV3Forbidden) Code

Code gets the status code for the get security check affected v3 forbidden response

func (*GetSecurityCheckAffectedV3Forbidden) Error

func (*GetSecurityCheckAffectedV3Forbidden) GetPayload

func (*GetSecurityCheckAffectedV3Forbidden) IsClientError

func (o *GetSecurityCheckAffectedV3Forbidden) IsClientError() bool

IsClientError returns true when this get security check affected v3 forbidden response has a 4xx status code

func (*GetSecurityCheckAffectedV3Forbidden) IsCode

IsCode returns true when this get security check affected v3 forbidden response a status code equal to that given

func (*GetSecurityCheckAffectedV3Forbidden) IsRedirect

func (o *GetSecurityCheckAffectedV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get security check affected v3 forbidden response has a 3xx status code

func (*GetSecurityCheckAffectedV3Forbidden) IsServerError

func (o *GetSecurityCheckAffectedV3Forbidden) IsServerError() bool

IsServerError returns true when this get security check affected v3 forbidden response has a 5xx status code

func (*GetSecurityCheckAffectedV3Forbidden) IsSuccess

IsSuccess returns true when this get security check affected v3 forbidden response has a 2xx status code

func (*GetSecurityCheckAffectedV3Forbidden) String

type GetSecurityCheckAffectedV3InternalServerError

type GetSecurityCheckAffectedV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetSecurityCheckAffectedV3InternalServerError

func NewGetSecurityCheckAffectedV3InternalServerError() *GetSecurityCheckAffectedV3InternalServerError

NewGetSecurityCheckAffectedV3InternalServerError creates a GetSecurityCheckAffectedV3InternalServerError with default headers values

func (*GetSecurityCheckAffectedV3InternalServerError) Code

Code gets the status code for the get security check affected v3 internal server error response

func (*GetSecurityCheckAffectedV3InternalServerError) Error

func (*GetSecurityCheckAffectedV3InternalServerError) GetPayload

func (*GetSecurityCheckAffectedV3InternalServerError) IsClientError

IsClientError returns true when this get security check affected v3 internal server error response has a 4xx status code

func (*GetSecurityCheckAffectedV3InternalServerError) IsCode

IsCode returns true when this get security check affected v3 internal server error response a status code equal to that given

func (*GetSecurityCheckAffectedV3InternalServerError) IsRedirect

IsRedirect returns true when this get security check affected v3 internal server error response has a 3xx status code

func (*GetSecurityCheckAffectedV3InternalServerError) IsServerError

IsServerError returns true when this get security check affected v3 internal server error response has a 5xx status code

func (*GetSecurityCheckAffectedV3InternalServerError) IsSuccess

IsSuccess returns true when this get security check affected v3 internal server error response has a 2xx status code

func (*GetSecurityCheckAffectedV3InternalServerError) String

type GetSecurityCheckAffectedV3OK

type GetSecurityCheckAffectedV3OK 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.GetAffected
}

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

GetSecurityCheckAffectedV3OK get security check affected v3 o k

func NewGetSecurityCheckAffectedV3OK

func NewGetSecurityCheckAffectedV3OK() *GetSecurityCheckAffectedV3OK

NewGetSecurityCheckAffectedV3OK creates a GetSecurityCheckAffectedV3OK with default headers values

func (*GetSecurityCheckAffectedV3OK) Code

Code gets the status code for the get security check affected v3 o k response

func (*GetSecurityCheckAffectedV3OK) Error

func (*GetSecurityCheckAffectedV3OK) GetPayload

func (*GetSecurityCheckAffectedV3OK) IsClientError

func (o *GetSecurityCheckAffectedV3OK) IsClientError() bool

IsClientError returns true when this get security check affected v3 o k response has a 4xx status code

func (*GetSecurityCheckAffectedV3OK) IsCode

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

IsCode returns true when this get security check affected v3 o k response a status code equal to that given

func (*GetSecurityCheckAffectedV3OK) IsRedirect

func (o *GetSecurityCheckAffectedV3OK) IsRedirect() bool

IsRedirect returns true when this get security check affected v3 o k response has a 3xx status code

func (*GetSecurityCheckAffectedV3OK) IsServerError

func (o *GetSecurityCheckAffectedV3OK) IsServerError() bool

IsServerError returns true when this get security check affected v3 o k response has a 5xx status code

func (*GetSecurityCheckAffectedV3OK) IsSuccess

func (o *GetSecurityCheckAffectedV3OK) IsSuccess() bool

IsSuccess returns true when this get security check affected v3 o k response has a 2xx status code

func (*GetSecurityCheckAffectedV3OK) String

type GetSecurityCheckAffectedV3Params

type GetSecurityCheckAffectedV3Params struct {

	/* ID.

	   Security Check ID
	*/
	ID string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

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

GetSecurityCheckAffectedV3Params contains all the parameters to send to the API endpoint

for the get security check affected v3 operation.

Typically these are written to a http.Request.

func NewGetSecurityCheckAffectedV3Params

func NewGetSecurityCheckAffectedV3Params() *GetSecurityCheckAffectedV3Params

NewGetSecurityCheckAffectedV3Params creates a new GetSecurityCheckAffectedV3Params 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 NewGetSecurityCheckAffectedV3ParamsWithContext

func NewGetSecurityCheckAffectedV3ParamsWithContext(ctx context.Context) *GetSecurityCheckAffectedV3Params

NewGetSecurityCheckAffectedV3ParamsWithContext creates a new GetSecurityCheckAffectedV3Params object with the ability to set a context for a request.

func NewGetSecurityCheckAffectedV3ParamsWithHTTPClient

func NewGetSecurityCheckAffectedV3ParamsWithHTTPClient(client *http.Client) *GetSecurityCheckAffectedV3Params

NewGetSecurityCheckAffectedV3ParamsWithHTTPClient creates a new GetSecurityCheckAffectedV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetSecurityCheckAffectedV3ParamsWithTimeout

func NewGetSecurityCheckAffectedV3ParamsWithTimeout(timeout time.Duration) *GetSecurityCheckAffectedV3Params

NewGetSecurityCheckAffectedV3ParamsWithTimeout creates a new GetSecurityCheckAffectedV3Params object with the ability to set a timeout on a request.

func (*GetSecurityCheckAffectedV3Params) SetContext

SetContext adds the context to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) SetDefaults

func (o *GetSecurityCheckAffectedV3Params) SetDefaults()

SetDefaults hydrates default values in the get security check affected v3 params (not the query body).

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

func (*GetSecurityCheckAffectedV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) SetID

SetID adds the id to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) SetLimit

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

SetLimit adds the limit to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) SetOffset

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

SetOffset adds the offset to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) SetTimeout

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

SetTimeout adds the timeout to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) WithContext

WithContext adds the context to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) WithDefaults

WithDefaults hydrates default values in the get security check affected v3 params (not the query body).

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

func (*GetSecurityCheckAffectedV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) WithID

WithID adds the id to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) WithLimit

WithLimit adds the limit to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) WithOffset

WithOffset adds the offset to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) WithTimeout

WithTimeout adds the timeout to the get security check affected v3 params

func (*GetSecurityCheckAffectedV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSecurityCheckAffectedV3Reader

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

GetSecurityCheckAffectedV3Reader is a Reader for the GetSecurityCheckAffectedV3 structure.

func (*GetSecurityCheckAffectedV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSecurityCheckAffectedV3TooManyRequests

type GetSecurityCheckAffectedV3TooManyRequests 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
}

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

Too Many Requests

func NewGetSecurityCheckAffectedV3TooManyRequests

func NewGetSecurityCheckAffectedV3TooManyRequests() *GetSecurityCheckAffectedV3TooManyRequests

NewGetSecurityCheckAffectedV3TooManyRequests creates a GetSecurityCheckAffectedV3TooManyRequests with default headers values

func (*GetSecurityCheckAffectedV3TooManyRequests) Code

Code gets the status code for the get security check affected v3 too many requests response

func (*GetSecurityCheckAffectedV3TooManyRequests) Error

func (*GetSecurityCheckAffectedV3TooManyRequests) GetPayload

func (*GetSecurityCheckAffectedV3TooManyRequests) IsClientError

IsClientError returns true when this get security check affected v3 too many requests response has a 4xx status code

func (*GetSecurityCheckAffectedV3TooManyRequests) IsCode

IsCode returns true when this get security check affected v3 too many requests response a status code equal to that given

func (*GetSecurityCheckAffectedV3TooManyRequests) IsRedirect

IsRedirect returns true when this get security check affected v3 too many requests response has a 3xx status code

func (*GetSecurityCheckAffectedV3TooManyRequests) IsServerError

IsServerError returns true when this get security check affected v3 too many requests response has a 5xx status code

func (*GetSecurityCheckAffectedV3TooManyRequests) IsSuccess

IsSuccess returns true when this get security check affected v3 too many requests response has a 2xx status code

func (*GetSecurityCheckAffectedV3TooManyRequests) String

type GetSecurityCheckComplianceV3Forbidden

type GetSecurityCheckComplianceV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetSecurityCheckComplianceV3Forbidden

func NewGetSecurityCheckComplianceV3Forbidden() *GetSecurityCheckComplianceV3Forbidden

NewGetSecurityCheckComplianceV3Forbidden creates a GetSecurityCheckComplianceV3Forbidden with default headers values

func (*GetSecurityCheckComplianceV3Forbidden) Code

Code gets the status code for the get security check compliance v3 forbidden response

func (*GetSecurityCheckComplianceV3Forbidden) Error

func (*GetSecurityCheckComplianceV3Forbidden) GetPayload

func (*GetSecurityCheckComplianceV3Forbidden) IsClientError

func (o *GetSecurityCheckComplianceV3Forbidden) IsClientError() bool

IsClientError returns true when this get security check compliance v3 forbidden response has a 4xx status code

func (*GetSecurityCheckComplianceV3Forbidden) IsCode

IsCode returns true when this get security check compliance v3 forbidden response a status code equal to that given

func (*GetSecurityCheckComplianceV3Forbidden) IsRedirect

IsRedirect returns true when this get security check compliance v3 forbidden response has a 3xx status code

func (*GetSecurityCheckComplianceV3Forbidden) IsServerError

func (o *GetSecurityCheckComplianceV3Forbidden) IsServerError() bool

IsServerError returns true when this get security check compliance v3 forbidden response has a 5xx status code

func (*GetSecurityCheckComplianceV3Forbidden) IsSuccess

IsSuccess returns true when this get security check compliance v3 forbidden response has a 2xx status code

func (*GetSecurityCheckComplianceV3Forbidden) String

type GetSecurityCheckComplianceV3InternalServerError

type GetSecurityCheckComplianceV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetSecurityCheckComplianceV3InternalServerError

func NewGetSecurityCheckComplianceV3InternalServerError() *GetSecurityCheckComplianceV3InternalServerError

NewGetSecurityCheckComplianceV3InternalServerError creates a GetSecurityCheckComplianceV3InternalServerError with default headers values

func (*GetSecurityCheckComplianceV3InternalServerError) Code

Code gets the status code for the get security check compliance v3 internal server error response

func (*GetSecurityCheckComplianceV3InternalServerError) Error

func (*GetSecurityCheckComplianceV3InternalServerError) GetPayload

func (*GetSecurityCheckComplianceV3InternalServerError) IsClientError

IsClientError returns true when this get security check compliance v3 internal server error response has a 4xx status code

func (*GetSecurityCheckComplianceV3InternalServerError) IsCode

IsCode returns true when this get security check compliance v3 internal server error response a status code equal to that given

func (*GetSecurityCheckComplianceV3InternalServerError) IsRedirect

IsRedirect returns true when this get security check compliance v3 internal server error response has a 3xx status code

func (*GetSecurityCheckComplianceV3InternalServerError) IsServerError

IsServerError returns true when this get security check compliance v3 internal server error response has a 5xx status code

func (*GetSecurityCheckComplianceV3InternalServerError) IsSuccess

IsSuccess returns true when this get security check compliance v3 internal server error response has a 2xx status code

func (*GetSecurityCheckComplianceV3InternalServerError) String

type GetSecurityCheckComplianceV3OK

type GetSecurityCheckComplianceV3OK 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.GetSecurityCompliance
}

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

GetSecurityCheckComplianceV3OK get security check compliance v3 o k

func NewGetSecurityCheckComplianceV3OK

func NewGetSecurityCheckComplianceV3OK() *GetSecurityCheckComplianceV3OK

NewGetSecurityCheckComplianceV3OK creates a GetSecurityCheckComplianceV3OK with default headers values

func (*GetSecurityCheckComplianceV3OK) Code

Code gets the status code for the get security check compliance v3 o k response

func (*GetSecurityCheckComplianceV3OK) Error

func (*GetSecurityCheckComplianceV3OK) GetPayload

func (*GetSecurityCheckComplianceV3OK) IsClientError

func (o *GetSecurityCheckComplianceV3OK) IsClientError() bool

IsClientError returns true when this get security check compliance v3 o k response has a 4xx status code

func (*GetSecurityCheckComplianceV3OK) IsCode

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

IsCode returns true when this get security check compliance v3 o k response a status code equal to that given

func (*GetSecurityCheckComplianceV3OK) IsRedirect

func (o *GetSecurityCheckComplianceV3OK) IsRedirect() bool

IsRedirect returns true when this get security check compliance v3 o k response has a 3xx status code

func (*GetSecurityCheckComplianceV3OK) IsServerError

func (o *GetSecurityCheckComplianceV3OK) IsServerError() bool

IsServerError returns true when this get security check compliance v3 o k response has a 5xx status code

func (*GetSecurityCheckComplianceV3OK) IsSuccess

func (o *GetSecurityCheckComplianceV3OK) IsSuccess() bool

IsSuccess returns true when this get security check compliance v3 o k response has a 2xx status code

func (*GetSecurityCheckComplianceV3OK) String

type GetSecurityCheckComplianceV3Params

type GetSecurityCheckComplianceV3Params struct {

	/* ID.

	   Security Check ID
	*/
	ID string

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

GetSecurityCheckComplianceV3Params contains all the parameters to send to the API endpoint

for the get security check compliance v3 operation.

Typically these are written to a http.Request.

func NewGetSecurityCheckComplianceV3Params

func NewGetSecurityCheckComplianceV3Params() *GetSecurityCheckComplianceV3Params

NewGetSecurityCheckComplianceV3Params creates a new GetSecurityCheckComplianceV3Params 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 NewGetSecurityCheckComplianceV3ParamsWithContext

func NewGetSecurityCheckComplianceV3ParamsWithContext(ctx context.Context) *GetSecurityCheckComplianceV3Params

NewGetSecurityCheckComplianceV3ParamsWithContext creates a new GetSecurityCheckComplianceV3Params object with the ability to set a context for a request.

func NewGetSecurityCheckComplianceV3ParamsWithHTTPClient

func NewGetSecurityCheckComplianceV3ParamsWithHTTPClient(client *http.Client) *GetSecurityCheckComplianceV3Params

NewGetSecurityCheckComplianceV3ParamsWithHTTPClient creates a new GetSecurityCheckComplianceV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetSecurityCheckComplianceV3ParamsWithTimeout

func NewGetSecurityCheckComplianceV3ParamsWithTimeout(timeout time.Duration) *GetSecurityCheckComplianceV3Params

NewGetSecurityCheckComplianceV3ParamsWithTimeout creates a new GetSecurityCheckComplianceV3Params object with the ability to set a timeout on a request.

func (*GetSecurityCheckComplianceV3Params) SetContext

SetContext adds the context to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) SetDefaults

func (o *GetSecurityCheckComplianceV3Params) SetDefaults()

SetDefaults hydrates default values in the get security check compliance v3 params (not the query body).

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

func (*GetSecurityCheckComplianceV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) SetID

SetID adds the id to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) SetTimeout

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

SetTimeout adds the timeout to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) WithContext

WithContext adds the context to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) WithDefaults

WithDefaults hydrates default values in the get security check compliance v3 params (not the query body).

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

func (*GetSecurityCheckComplianceV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) WithID

WithID adds the id to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) WithTimeout

WithTimeout adds the timeout to the get security check compliance v3 params

func (*GetSecurityCheckComplianceV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSecurityCheckComplianceV3Reader

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

GetSecurityCheckComplianceV3Reader is a Reader for the GetSecurityCheckComplianceV3 structure.

func (*GetSecurityCheckComplianceV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSecurityCheckComplianceV3TooManyRequests

type GetSecurityCheckComplianceV3TooManyRequests 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
}

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

Too Many Requests

func NewGetSecurityCheckComplianceV3TooManyRequests

func NewGetSecurityCheckComplianceV3TooManyRequests() *GetSecurityCheckComplianceV3TooManyRequests

NewGetSecurityCheckComplianceV3TooManyRequests creates a GetSecurityCheckComplianceV3TooManyRequests with default headers values

func (*GetSecurityCheckComplianceV3TooManyRequests) Code

Code gets the status code for the get security check compliance v3 too many requests response

func (*GetSecurityCheckComplianceV3TooManyRequests) Error

func (*GetSecurityCheckComplianceV3TooManyRequests) GetPayload

func (*GetSecurityCheckComplianceV3TooManyRequests) IsClientError

IsClientError returns true when this get security check compliance v3 too many requests response has a 4xx status code

func (*GetSecurityCheckComplianceV3TooManyRequests) IsCode

IsCode returns true when this get security check compliance v3 too many requests response a status code equal to that given

func (*GetSecurityCheckComplianceV3TooManyRequests) IsRedirect

IsRedirect returns true when this get security check compliance v3 too many requests response has a 3xx status code

func (*GetSecurityCheckComplianceV3TooManyRequests) IsServerError

IsServerError returns true when this get security check compliance v3 too many requests response has a 5xx status code

func (*GetSecurityCheckComplianceV3TooManyRequests) IsSuccess

IsSuccess returns true when this get security check compliance v3 too many requests response has a 2xx status code

func (*GetSecurityCheckComplianceV3TooManyRequests) String

type GetSecurityChecksV3Forbidden

type GetSecurityChecksV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetSecurityChecksV3Forbidden

func NewGetSecurityChecksV3Forbidden() *GetSecurityChecksV3Forbidden

NewGetSecurityChecksV3Forbidden creates a GetSecurityChecksV3Forbidden with default headers values

func (*GetSecurityChecksV3Forbidden) Code

Code gets the status code for the get security checks v3 forbidden response

func (*GetSecurityChecksV3Forbidden) Error

func (*GetSecurityChecksV3Forbidden) GetPayload

func (*GetSecurityChecksV3Forbidden) IsClientError

func (o *GetSecurityChecksV3Forbidden) IsClientError() bool

IsClientError returns true when this get security checks v3 forbidden response has a 4xx status code

func (*GetSecurityChecksV3Forbidden) IsCode

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

IsCode returns true when this get security checks v3 forbidden response a status code equal to that given

func (*GetSecurityChecksV3Forbidden) IsRedirect

func (o *GetSecurityChecksV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get security checks v3 forbidden response has a 3xx status code

func (*GetSecurityChecksV3Forbidden) IsServerError

func (o *GetSecurityChecksV3Forbidden) IsServerError() bool

IsServerError returns true when this get security checks v3 forbidden response has a 5xx status code

func (*GetSecurityChecksV3Forbidden) IsSuccess

func (o *GetSecurityChecksV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get security checks v3 forbidden response has a 2xx status code

func (*GetSecurityChecksV3Forbidden) String

type GetSecurityChecksV3InternalServerError

type GetSecurityChecksV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetSecurityChecksV3InternalServerError

func NewGetSecurityChecksV3InternalServerError() *GetSecurityChecksV3InternalServerError

NewGetSecurityChecksV3InternalServerError creates a GetSecurityChecksV3InternalServerError with default headers values

func (*GetSecurityChecksV3InternalServerError) Code

Code gets the status code for the get security checks v3 internal server error response

func (*GetSecurityChecksV3InternalServerError) Error

func (*GetSecurityChecksV3InternalServerError) GetPayload

func (*GetSecurityChecksV3InternalServerError) IsClientError

func (o *GetSecurityChecksV3InternalServerError) IsClientError() bool

IsClientError returns true when this get security checks v3 internal server error response has a 4xx status code

func (*GetSecurityChecksV3InternalServerError) IsCode

IsCode returns true when this get security checks v3 internal server error response a status code equal to that given

func (*GetSecurityChecksV3InternalServerError) IsRedirect

IsRedirect returns true when this get security checks v3 internal server error response has a 3xx status code

func (*GetSecurityChecksV3InternalServerError) IsServerError

func (o *GetSecurityChecksV3InternalServerError) IsServerError() bool

IsServerError returns true when this get security checks v3 internal server error response has a 5xx status code

func (*GetSecurityChecksV3InternalServerError) IsSuccess

IsSuccess returns true when this get security checks v3 internal server error response has a 2xx status code

func (*GetSecurityChecksV3InternalServerError) String

type GetSecurityChecksV3OK

type GetSecurityChecksV3OK 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.GetSecurityChecks
}

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

GetSecurityChecksV3OK get security checks v3 o k

func NewGetSecurityChecksV3OK

func NewGetSecurityChecksV3OK() *GetSecurityChecksV3OK

NewGetSecurityChecksV3OK creates a GetSecurityChecksV3OK with default headers values

func (*GetSecurityChecksV3OK) Code

func (o *GetSecurityChecksV3OK) Code() int

Code gets the status code for the get security checks v3 o k response

func (*GetSecurityChecksV3OK) Error

func (o *GetSecurityChecksV3OK) Error() string

func (*GetSecurityChecksV3OK) GetPayload

func (*GetSecurityChecksV3OK) IsClientError

func (o *GetSecurityChecksV3OK) IsClientError() bool

IsClientError returns true when this get security checks v3 o k response has a 4xx status code

func (*GetSecurityChecksV3OK) IsCode

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

IsCode returns true when this get security checks v3 o k response a status code equal to that given

func (*GetSecurityChecksV3OK) IsRedirect

func (o *GetSecurityChecksV3OK) IsRedirect() bool

IsRedirect returns true when this get security checks v3 o k response has a 3xx status code

func (*GetSecurityChecksV3OK) IsServerError

func (o *GetSecurityChecksV3OK) IsServerError() bool

IsServerError returns true when this get security checks v3 o k response has a 5xx status code

func (*GetSecurityChecksV3OK) IsSuccess

func (o *GetSecurityChecksV3OK) IsSuccess() bool

IsSuccess returns true when this get security checks v3 o k response has a 2xx status code

func (*GetSecurityChecksV3OK) String

func (o *GetSecurityChecksV3OK) String() string

type GetSecurityChecksV3Params

type GetSecurityChecksV3Params struct {

	/* CheckTags.

	   Comma separated list of check tags names or ids
	*/
	CheckTags *string

	/* CheckType.

	   Check Type
	*/
	CheckType *string

	/* Compliance.

	   Compliance
	*/
	Compliance *bool

	/* ID.

	   Security Check ID
	*/
	ID *string

	/* Impact.

	   Impact
	*/
	Impact *string

	/* IntegrationID.

	   Comma separated list of integration IDs
	*/
	IntegrationID *string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* Status.

	   Exposure status
	*/
	Status *string

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

GetSecurityChecksV3Params contains all the parameters to send to the API endpoint

for the get security checks v3 operation.

Typically these are written to a http.Request.

func NewGetSecurityChecksV3Params

func NewGetSecurityChecksV3Params() *GetSecurityChecksV3Params

NewGetSecurityChecksV3Params creates a new GetSecurityChecksV3Params 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 NewGetSecurityChecksV3ParamsWithContext

func NewGetSecurityChecksV3ParamsWithContext(ctx context.Context) *GetSecurityChecksV3Params

NewGetSecurityChecksV3ParamsWithContext creates a new GetSecurityChecksV3Params object with the ability to set a context for a request.

func NewGetSecurityChecksV3ParamsWithHTTPClient

func NewGetSecurityChecksV3ParamsWithHTTPClient(client *http.Client) *GetSecurityChecksV3Params

NewGetSecurityChecksV3ParamsWithHTTPClient creates a new GetSecurityChecksV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetSecurityChecksV3ParamsWithTimeout

func NewGetSecurityChecksV3ParamsWithTimeout(timeout time.Duration) *GetSecurityChecksV3Params

NewGetSecurityChecksV3ParamsWithTimeout creates a new GetSecurityChecksV3Params object with the ability to set a timeout on a request.

func (*GetSecurityChecksV3Params) SetCheckTags added in v0.20.0

func (o *GetSecurityChecksV3Params) SetCheckTags(checkTags *string)

SetCheckTags adds the checkTags to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetCheckType

func (o *GetSecurityChecksV3Params) SetCheckType(checkType *string)

SetCheckType adds the checkType to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetCompliance

func (o *GetSecurityChecksV3Params) SetCompliance(compliance *bool)

SetCompliance adds the compliance to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetContext

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

SetContext adds the context to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetDefaults

func (o *GetSecurityChecksV3Params) SetDefaults()

SetDefaults hydrates default values in the get security checks v3 params (not the query body).

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

func (*GetSecurityChecksV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetID

func (o *GetSecurityChecksV3Params) SetID(id *string)

SetID adds the id to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetImpact

func (o *GetSecurityChecksV3Params) SetImpact(impact *string)

SetImpact adds the impact to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetIntegrationID

func (o *GetSecurityChecksV3Params) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetLimit

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

SetLimit adds the limit to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetOffset

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

SetOffset adds the offset to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetStatus

func (o *GetSecurityChecksV3Params) SetStatus(status *string)

SetStatus adds the status to the get security checks v3 params

func (*GetSecurityChecksV3Params) SetTimeout

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

SetTimeout adds the timeout to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithCheckTags added in v0.20.0

func (o *GetSecurityChecksV3Params) WithCheckTags(checkTags *string) *GetSecurityChecksV3Params

WithCheckTags adds the checkTags to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithCheckType

func (o *GetSecurityChecksV3Params) WithCheckType(checkType *string) *GetSecurityChecksV3Params

WithCheckType adds the checkType to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithCompliance

func (o *GetSecurityChecksV3Params) WithCompliance(compliance *bool) *GetSecurityChecksV3Params

WithCompliance adds the compliance to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithContext

WithContext adds the context to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithDefaults

WithDefaults hydrates default values in the get security checks v3 params (not the query body).

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

func (*GetSecurityChecksV3Params) WithHTTPClient

func (o *GetSecurityChecksV3Params) WithHTTPClient(client *http.Client) *GetSecurityChecksV3Params

WithHTTPClient adds the HTTPClient to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithID

WithID adds the id to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithImpact

WithImpact adds the impact to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithIntegrationID

func (o *GetSecurityChecksV3Params) WithIntegrationID(integrationID *string) *GetSecurityChecksV3Params

WithIntegrationID adds the integrationID to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithLimit

WithLimit adds the limit to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithOffset

WithOffset adds the offset to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithStatus

WithStatus adds the status to the get security checks v3 params

func (*GetSecurityChecksV3Params) WithTimeout

WithTimeout adds the timeout to the get security checks v3 params

func (*GetSecurityChecksV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSecurityChecksV3Reader

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

GetSecurityChecksV3Reader is a Reader for the GetSecurityChecksV3 structure.

func (*GetSecurityChecksV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSecurityChecksV3TooManyRequests

type GetSecurityChecksV3TooManyRequests 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
}

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

Too Many Requests

func NewGetSecurityChecksV3TooManyRequests

func NewGetSecurityChecksV3TooManyRequests() *GetSecurityChecksV3TooManyRequests

NewGetSecurityChecksV3TooManyRequests creates a GetSecurityChecksV3TooManyRequests with default headers values

func (*GetSecurityChecksV3TooManyRequests) Code

Code gets the status code for the get security checks v3 too many requests response

func (*GetSecurityChecksV3TooManyRequests) Error

func (*GetSecurityChecksV3TooManyRequests) GetPayload

func (*GetSecurityChecksV3TooManyRequests) IsClientError

func (o *GetSecurityChecksV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get security checks v3 too many requests response has a 4xx status code

func (*GetSecurityChecksV3TooManyRequests) IsCode

IsCode returns true when this get security checks v3 too many requests response a status code equal to that given

func (*GetSecurityChecksV3TooManyRequests) IsRedirect

func (o *GetSecurityChecksV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get security checks v3 too many requests response has a 3xx status code

func (*GetSecurityChecksV3TooManyRequests) IsServerError

func (o *GetSecurityChecksV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get security checks v3 too many requests response has a 5xx status code

func (*GetSecurityChecksV3TooManyRequests) IsSuccess

IsSuccess returns true when this get security checks v3 too many requests response has a 2xx status code

func (*GetSecurityChecksV3TooManyRequests) String

type GetSupportedSaasV3Forbidden

type GetSupportedSaasV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetSupportedSaasV3Forbidden

func NewGetSupportedSaasV3Forbidden() *GetSupportedSaasV3Forbidden

NewGetSupportedSaasV3Forbidden creates a GetSupportedSaasV3Forbidden with default headers values

func (*GetSupportedSaasV3Forbidden) Code

func (o *GetSupportedSaasV3Forbidden) Code() int

Code gets the status code for the get supported saas v3 forbidden response

func (*GetSupportedSaasV3Forbidden) Error

func (*GetSupportedSaasV3Forbidden) GetPayload

func (*GetSupportedSaasV3Forbidden) IsClientError

func (o *GetSupportedSaasV3Forbidden) IsClientError() bool

IsClientError returns true when this get supported saas v3 forbidden response has a 4xx status code

func (*GetSupportedSaasV3Forbidden) IsCode

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

IsCode returns true when this get supported saas v3 forbidden response a status code equal to that given

func (*GetSupportedSaasV3Forbidden) IsRedirect

func (o *GetSupportedSaasV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get supported saas v3 forbidden response has a 3xx status code

func (*GetSupportedSaasV3Forbidden) IsServerError

func (o *GetSupportedSaasV3Forbidden) IsServerError() bool

IsServerError returns true when this get supported saas v3 forbidden response has a 5xx status code

func (*GetSupportedSaasV3Forbidden) IsSuccess

func (o *GetSupportedSaasV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get supported saas v3 forbidden response has a 2xx status code

func (*GetSupportedSaasV3Forbidden) String

func (o *GetSupportedSaasV3Forbidden) String() string

type GetSupportedSaasV3InternalServerError

type GetSupportedSaasV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetSupportedSaasV3InternalServerError

func NewGetSupportedSaasV3InternalServerError() *GetSupportedSaasV3InternalServerError

NewGetSupportedSaasV3InternalServerError creates a GetSupportedSaasV3InternalServerError with default headers values

func (*GetSupportedSaasV3InternalServerError) Code

Code gets the status code for the get supported saas v3 internal server error response

func (*GetSupportedSaasV3InternalServerError) Error

func (*GetSupportedSaasV3InternalServerError) GetPayload

func (*GetSupportedSaasV3InternalServerError) IsClientError

func (o *GetSupportedSaasV3InternalServerError) IsClientError() bool

IsClientError returns true when this get supported saas v3 internal server error response has a 4xx status code

func (*GetSupportedSaasV3InternalServerError) IsCode

IsCode returns true when this get supported saas v3 internal server error response a status code equal to that given

func (*GetSupportedSaasV3InternalServerError) IsRedirect

IsRedirect returns true when this get supported saas v3 internal server error response has a 3xx status code

func (*GetSupportedSaasV3InternalServerError) IsServerError

func (o *GetSupportedSaasV3InternalServerError) IsServerError() bool

IsServerError returns true when this get supported saas v3 internal server error response has a 5xx status code

func (*GetSupportedSaasV3InternalServerError) IsSuccess

IsSuccess returns true when this get supported saas v3 internal server error response has a 2xx status code

func (*GetSupportedSaasV3InternalServerError) String

type GetSupportedSaasV3OK

type GetSupportedSaasV3OK 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.GetSupportedSaas
}

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

GetSupportedSaasV3OK get supported saas v3 o k

func NewGetSupportedSaasV3OK

func NewGetSupportedSaasV3OK() *GetSupportedSaasV3OK

NewGetSupportedSaasV3OK creates a GetSupportedSaasV3OK with default headers values

func (*GetSupportedSaasV3OK) Code

func (o *GetSupportedSaasV3OK) Code() int

Code gets the status code for the get supported saas v3 o k response

func (*GetSupportedSaasV3OK) Error

func (o *GetSupportedSaasV3OK) Error() string

func (*GetSupportedSaasV3OK) GetPayload

func (o *GetSupportedSaasV3OK) GetPayload() *models.GetSupportedSaas

func (*GetSupportedSaasV3OK) IsClientError

func (o *GetSupportedSaasV3OK) IsClientError() bool

IsClientError returns true when this get supported saas v3 o k response has a 4xx status code

func (*GetSupportedSaasV3OK) IsCode

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

IsCode returns true when this get supported saas v3 o k response a status code equal to that given

func (*GetSupportedSaasV3OK) IsRedirect

func (o *GetSupportedSaasV3OK) IsRedirect() bool

IsRedirect returns true when this get supported saas v3 o k response has a 3xx status code

func (*GetSupportedSaasV3OK) IsServerError

func (o *GetSupportedSaasV3OK) IsServerError() bool

IsServerError returns true when this get supported saas v3 o k response has a 5xx status code

func (*GetSupportedSaasV3OK) IsSuccess

func (o *GetSupportedSaasV3OK) IsSuccess() bool

IsSuccess returns true when this get supported saas v3 o k response has a 2xx status code

func (*GetSupportedSaasV3OK) String

func (o *GetSupportedSaasV3OK) String() string

type GetSupportedSaasV3Params

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

GetSupportedSaasV3Params contains all the parameters to send to the API endpoint

for the get supported saas v3 operation.

Typically these are written to a http.Request.

func NewGetSupportedSaasV3Params

func NewGetSupportedSaasV3Params() *GetSupportedSaasV3Params

NewGetSupportedSaasV3Params creates a new GetSupportedSaasV3Params 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 NewGetSupportedSaasV3ParamsWithContext

func NewGetSupportedSaasV3ParamsWithContext(ctx context.Context) *GetSupportedSaasV3Params

NewGetSupportedSaasV3ParamsWithContext creates a new GetSupportedSaasV3Params object with the ability to set a context for a request.

func NewGetSupportedSaasV3ParamsWithHTTPClient

func NewGetSupportedSaasV3ParamsWithHTTPClient(client *http.Client) *GetSupportedSaasV3Params

NewGetSupportedSaasV3ParamsWithHTTPClient creates a new GetSupportedSaasV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetSupportedSaasV3ParamsWithTimeout

func NewGetSupportedSaasV3ParamsWithTimeout(timeout time.Duration) *GetSupportedSaasV3Params

NewGetSupportedSaasV3ParamsWithTimeout creates a new GetSupportedSaasV3Params object with the ability to set a timeout on a request.

func (*GetSupportedSaasV3Params) SetContext

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

SetContext adds the context to the get supported saas v3 params

func (*GetSupportedSaasV3Params) SetDefaults

func (o *GetSupportedSaasV3Params) SetDefaults()

SetDefaults hydrates default values in the get supported saas v3 params (not the query body).

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

func (*GetSupportedSaasV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get supported saas v3 params

func (*GetSupportedSaasV3Params) SetTimeout

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

SetTimeout adds the timeout to the get supported saas v3 params

func (*GetSupportedSaasV3Params) WithContext

WithContext adds the context to the get supported saas v3 params

func (*GetSupportedSaasV3Params) WithDefaults

WithDefaults hydrates default values in the get supported saas v3 params (not the query body).

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

func (*GetSupportedSaasV3Params) WithHTTPClient

func (o *GetSupportedSaasV3Params) WithHTTPClient(client *http.Client) *GetSupportedSaasV3Params

WithHTTPClient adds the HTTPClient to the get supported saas v3 params

func (*GetSupportedSaasV3Params) WithTimeout

WithTimeout adds the timeout to the get supported saas v3 params

func (*GetSupportedSaasV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSupportedSaasV3Reader

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

GetSupportedSaasV3Reader is a Reader for the GetSupportedSaasV3 structure.

func (*GetSupportedSaasV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSupportedSaasV3TooManyRequests

type GetSupportedSaasV3TooManyRequests 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
}

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

Too Many Requests

func NewGetSupportedSaasV3TooManyRequests

func NewGetSupportedSaasV3TooManyRequests() *GetSupportedSaasV3TooManyRequests

NewGetSupportedSaasV3TooManyRequests creates a GetSupportedSaasV3TooManyRequests with default headers values

func (*GetSupportedSaasV3TooManyRequests) Code

Code gets the status code for the get supported saas v3 too many requests response

func (*GetSupportedSaasV3TooManyRequests) Error

func (*GetSupportedSaasV3TooManyRequests) GetPayload

func (*GetSupportedSaasV3TooManyRequests) IsClientError

func (o *GetSupportedSaasV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get supported saas v3 too many requests response has a 4xx status code

func (*GetSupportedSaasV3TooManyRequests) IsCode

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

IsCode returns true when this get supported saas v3 too many requests response a status code equal to that given

func (*GetSupportedSaasV3TooManyRequests) IsRedirect

func (o *GetSupportedSaasV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get supported saas v3 too many requests response has a 3xx status code

func (*GetSupportedSaasV3TooManyRequests) IsServerError

func (o *GetSupportedSaasV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get supported saas v3 too many requests response has a 5xx status code

func (*GetSupportedSaasV3TooManyRequests) IsSuccess

func (o *GetSupportedSaasV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get supported saas v3 too many requests response has a 2xx status code

func (*GetSupportedSaasV3TooManyRequests) String

type GetSystemLogsV3Forbidden

type GetSystemLogsV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetSystemLogsV3Forbidden

func NewGetSystemLogsV3Forbidden() *GetSystemLogsV3Forbidden

NewGetSystemLogsV3Forbidden creates a GetSystemLogsV3Forbidden with default headers values

func (*GetSystemLogsV3Forbidden) Code

func (o *GetSystemLogsV3Forbidden) Code() int

Code gets the status code for the get system logs v3 forbidden response

func (*GetSystemLogsV3Forbidden) Error

func (o *GetSystemLogsV3Forbidden) Error() string

func (*GetSystemLogsV3Forbidden) GetPayload

func (*GetSystemLogsV3Forbidden) IsClientError

func (o *GetSystemLogsV3Forbidden) IsClientError() bool

IsClientError returns true when this get system logs v3 forbidden response has a 4xx status code

func (*GetSystemLogsV3Forbidden) IsCode

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

IsCode returns true when this get system logs v3 forbidden response a status code equal to that given

func (*GetSystemLogsV3Forbidden) IsRedirect

func (o *GetSystemLogsV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get system logs v3 forbidden response has a 3xx status code

func (*GetSystemLogsV3Forbidden) IsServerError

func (o *GetSystemLogsV3Forbidden) IsServerError() bool

IsServerError returns true when this get system logs v3 forbidden response has a 5xx status code

func (*GetSystemLogsV3Forbidden) IsSuccess

func (o *GetSystemLogsV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get system logs v3 forbidden response has a 2xx status code

func (*GetSystemLogsV3Forbidden) String

func (o *GetSystemLogsV3Forbidden) String() string

type GetSystemLogsV3InternalServerError

type GetSystemLogsV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetSystemLogsV3InternalServerError

func NewGetSystemLogsV3InternalServerError() *GetSystemLogsV3InternalServerError

NewGetSystemLogsV3InternalServerError creates a GetSystemLogsV3InternalServerError with default headers values

func (*GetSystemLogsV3InternalServerError) Code

Code gets the status code for the get system logs v3 internal server error response

func (*GetSystemLogsV3InternalServerError) Error

func (*GetSystemLogsV3InternalServerError) GetPayload

func (*GetSystemLogsV3InternalServerError) IsClientError

func (o *GetSystemLogsV3InternalServerError) IsClientError() bool

IsClientError returns true when this get system logs v3 internal server error response has a 4xx status code

func (*GetSystemLogsV3InternalServerError) IsCode

IsCode returns true when this get system logs v3 internal server error response a status code equal to that given

func (*GetSystemLogsV3InternalServerError) IsRedirect

func (o *GetSystemLogsV3InternalServerError) IsRedirect() bool

IsRedirect returns true when this get system logs v3 internal server error response has a 3xx status code

func (*GetSystemLogsV3InternalServerError) IsServerError

func (o *GetSystemLogsV3InternalServerError) IsServerError() bool

IsServerError returns true when this get system logs v3 internal server error response has a 5xx status code

func (*GetSystemLogsV3InternalServerError) IsSuccess

IsSuccess returns true when this get system logs v3 internal server error response has a 2xx status code

func (*GetSystemLogsV3InternalServerError) String

type GetSystemLogsV3OK

type GetSystemLogsV3OK 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.GetSystemLogs
}

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

GetSystemLogsV3OK get system logs v3 o k

func NewGetSystemLogsV3OK

func NewGetSystemLogsV3OK() *GetSystemLogsV3OK

NewGetSystemLogsV3OK creates a GetSystemLogsV3OK with default headers values

func (*GetSystemLogsV3OK) Code

func (o *GetSystemLogsV3OK) Code() int

Code gets the status code for the get system logs v3 o k response

func (*GetSystemLogsV3OK) Error

func (o *GetSystemLogsV3OK) Error() string

func (*GetSystemLogsV3OK) GetPayload

func (o *GetSystemLogsV3OK) GetPayload() *models.GetSystemLogs

func (*GetSystemLogsV3OK) IsClientError

func (o *GetSystemLogsV3OK) IsClientError() bool

IsClientError returns true when this get system logs v3 o k response has a 4xx status code

func (*GetSystemLogsV3OK) IsCode

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

IsCode returns true when this get system logs v3 o k response a status code equal to that given

func (*GetSystemLogsV3OK) IsRedirect

func (o *GetSystemLogsV3OK) IsRedirect() bool

IsRedirect returns true when this get system logs v3 o k response has a 3xx status code

func (*GetSystemLogsV3OK) IsServerError

func (o *GetSystemLogsV3OK) IsServerError() bool

IsServerError returns true when this get system logs v3 o k response has a 5xx status code

func (*GetSystemLogsV3OK) IsSuccess

func (o *GetSystemLogsV3OK) IsSuccess() bool

IsSuccess returns true when this get system logs v3 o k response has a 2xx status code

func (*GetSystemLogsV3OK) String

func (o *GetSystemLogsV3OK) String() string

type GetSystemLogsV3Params

type GetSystemLogsV3Params struct {

	/* FromDate.

	   From Date (in YYYY-MM-DD format)

	   Format: date-time
	*/
	FromDate *strfmt.DateTime

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* ToDate.

	   To Date (in YYYY-MM-DD format)

	   Format: date-time
	*/
	ToDate *strfmt.DateTime

	/* TotalCount.

	   Fetch Total Count?
	*/
	TotalCount *bool

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

GetSystemLogsV3Params contains all the parameters to send to the API endpoint

for the get system logs v3 operation.

Typically these are written to a http.Request.

func NewGetSystemLogsV3Params

func NewGetSystemLogsV3Params() *GetSystemLogsV3Params

NewGetSystemLogsV3Params creates a new GetSystemLogsV3Params 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 NewGetSystemLogsV3ParamsWithContext

func NewGetSystemLogsV3ParamsWithContext(ctx context.Context) *GetSystemLogsV3Params

NewGetSystemLogsV3ParamsWithContext creates a new GetSystemLogsV3Params object with the ability to set a context for a request.

func NewGetSystemLogsV3ParamsWithHTTPClient

func NewGetSystemLogsV3ParamsWithHTTPClient(client *http.Client) *GetSystemLogsV3Params

NewGetSystemLogsV3ParamsWithHTTPClient creates a new GetSystemLogsV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetSystemLogsV3ParamsWithTimeout

func NewGetSystemLogsV3ParamsWithTimeout(timeout time.Duration) *GetSystemLogsV3Params

NewGetSystemLogsV3ParamsWithTimeout creates a new GetSystemLogsV3Params object with the ability to set a timeout on a request.

func (*GetSystemLogsV3Params) SetContext

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

SetContext adds the context to the get system logs v3 params

func (*GetSystemLogsV3Params) SetDefaults

func (o *GetSystemLogsV3Params) SetDefaults()

SetDefaults hydrates default values in the get system logs v3 params (not the query body).

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

func (*GetSystemLogsV3Params) SetFromDate

func (o *GetSystemLogsV3Params) SetFromDate(fromDate *strfmt.DateTime)

SetFromDate adds the fromDate to the get system logs v3 params

func (*GetSystemLogsV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system logs v3 params

func (*GetSystemLogsV3Params) SetLimit

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

SetLimit adds the limit to the get system logs v3 params

func (*GetSystemLogsV3Params) SetOffset

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

SetOffset adds the offset to the get system logs v3 params

func (*GetSystemLogsV3Params) SetTimeout

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

SetTimeout adds the timeout to the get system logs v3 params

func (*GetSystemLogsV3Params) SetToDate

func (o *GetSystemLogsV3Params) SetToDate(toDate *strfmt.DateTime)

SetToDate adds the toDate to the get system logs v3 params

func (*GetSystemLogsV3Params) SetTotalCount

func (o *GetSystemLogsV3Params) SetTotalCount(totalCount *bool)

SetTotalCount adds the totalCount to the get system logs v3 params

func (*GetSystemLogsV3Params) WithContext

WithContext adds the context to the get system logs v3 params

func (*GetSystemLogsV3Params) WithDefaults

func (o *GetSystemLogsV3Params) WithDefaults() *GetSystemLogsV3Params

WithDefaults hydrates default values in the get system logs v3 params (not the query body).

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

func (*GetSystemLogsV3Params) WithFromDate

func (o *GetSystemLogsV3Params) WithFromDate(fromDate *strfmt.DateTime) *GetSystemLogsV3Params

WithFromDate adds the fromDate to the get system logs v3 params

func (*GetSystemLogsV3Params) WithHTTPClient

func (o *GetSystemLogsV3Params) WithHTTPClient(client *http.Client) *GetSystemLogsV3Params

WithHTTPClient adds the HTTPClient to the get system logs v3 params

func (*GetSystemLogsV3Params) WithLimit

func (o *GetSystemLogsV3Params) WithLimit(limit *int64) *GetSystemLogsV3Params

WithLimit adds the limit to the get system logs v3 params

func (*GetSystemLogsV3Params) WithOffset

func (o *GetSystemLogsV3Params) WithOffset(offset *int64) *GetSystemLogsV3Params

WithOffset adds the offset to the get system logs v3 params

func (*GetSystemLogsV3Params) WithTimeout

func (o *GetSystemLogsV3Params) WithTimeout(timeout time.Duration) *GetSystemLogsV3Params

WithTimeout adds the timeout to the get system logs v3 params

func (*GetSystemLogsV3Params) WithToDate

WithToDate adds the toDate to the get system logs v3 params

func (*GetSystemLogsV3Params) WithTotalCount

func (o *GetSystemLogsV3Params) WithTotalCount(totalCount *bool) *GetSystemLogsV3Params

WithTotalCount adds the totalCount to the get system logs v3 params

func (*GetSystemLogsV3Params) WriteToRequest

func (o *GetSystemLogsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSystemLogsV3Reader

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

GetSystemLogsV3Reader is a Reader for the GetSystemLogsV3 structure.

func (*GetSystemLogsV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSystemLogsV3TooManyRequests

type GetSystemLogsV3TooManyRequests 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
}

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

Too Many Requests

func NewGetSystemLogsV3TooManyRequests

func NewGetSystemLogsV3TooManyRequests() *GetSystemLogsV3TooManyRequests

NewGetSystemLogsV3TooManyRequests creates a GetSystemLogsV3TooManyRequests with default headers values

func (*GetSystemLogsV3TooManyRequests) Code

Code gets the status code for the get system logs v3 too many requests response

func (*GetSystemLogsV3TooManyRequests) Error

func (*GetSystemLogsV3TooManyRequests) GetPayload

func (*GetSystemLogsV3TooManyRequests) IsClientError

func (o *GetSystemLogsV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get system logs v3 too many requests response has a 4xx status code

func (*GetSystemLogsV3TooManyRequests) IsCode

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

IsCode returns true when this get system logs v3 too many requests response a status code equal to that given

func (*GetSystemLogsV3TooManyRequests) IsRedirect

func (o *GetSystemLogsV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get system logs v3 too many requests response has a 3xx status code

func (*GetSystemLogsV3TooManyRequests) IsServerError

func (o *GetSystemLogsV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get system logs v3 too many requests response has a 5xx status code

func (*GetSystemLogsV3TooManyRequests) IsSuccess

func (o *GetSystemLogsV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get system logs v3 too many requests response has a 2xx status code

func (*GetSystemLogsV3TooManyRequests) String

type GetSystemUsersV3Forbidden

type GetSystemUsersV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetSystemUsersV3Forbidden

func NewGetSystemUsersV3Forbidden() *GetSystemUsersV3Forbidden

NewGetSystemUsersV3Forbidden creates a GetSystemUsersV3Forbidden with default headers values

func (*GetSystemUsersV3Forbidden) Code

func (o *GetSystemUsersV3Forbidden) Code() int

Code gets the status code for the get system users v3 forbidden response

func (*GetSystemUsersV3Forbidden) Error

func (o *GetSystemUsersV3Forbidden) Error() string

func (*GetSystemUsersV3Forbidden) GetPayload

func (*GetSystemUsersV3Forbidden) IsClientError

func (o *GetSystemUsersV3Forbidden) IsClientError() bool

IsClientError returns true when this get system users v3 forbidden response has a 4xx status code

func (*GetSystemUsersV3Forbidden) IsCode

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

IsCode returns true when this get system users v3 forbidden response a status code equal to that given

func (*GetSystemUsersV3Forbidden) IsRedirect

func (o *GetSystemUsersV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get system users v3 forbidden response has a 3xx status code

func (*GetSystemUsersV3Forbidden) IsServerError

func (o *GetSystemUsersV3Forbidden) IsServerError() bool

IsServerError returns true when this get system users v3 forbidden response has a 5xx status code

func (*GetSystemUsersV3Forbidden) IsSuccess

func (o *GetSystemUsersV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get system users v3 forbidden response has a 2xx status code

func (*GetSystemUsersV3Forbidden) String

func (o *GetSystemUsersV3Forbidden) String() string

type GetSystemUsersV3InternalServerError

type GetSystemUsersV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetSystemUsersV3InternalServerError

func NewGetSystemUsersV3InternalServerError() *GetSystemUsersV3InternalServerError

NewGetSystemUsersV3InternalServerError creates a GetSystemUsersV3InternalServerError with default headers values

func (*GetSystemUsersV3InternalServerError) Code

Code gets the status code for the get system users v3 internal server error response

func (*GetSystemUsersV3InternalServerError) Error

func (*GetSystemUsersV3InternalServerError) GetPayload

func (*GetSystemUsersV3InternalServerError) IsClientError

func (o *GetSystemUsersV3InternalServerError) IsClientError() bool

IsClientError returns true when this get system users v3 internal server error response has a 4xx status code

func (*GetSystemUsersV3InternalServerError) IsCode

IsCode returns true when this get system users v3 internal server error response a status code equal to that given

func (*GetSystemUsersV3InternalServerError) IsRedirect

func (o *GetSystemUsersV3InternalServerError) IsRedirect() bool

IsRedirect returns true when this get system users v3 internal server error response has a 3xx status code

func (*GetSystemUsersV3InternalServerError) IsServerError

func (o *GetSystemUsersV3InternalServerError) IsServerError() bool

IsServerError returns true when this get system users v3 internal server error response has a 5xx status code

func (*GetSystemUsersV3InternalServerError) IsSuccess

IsSuccess returns true when this get system users v3 internal server error response has a 2xx status code

func (*GetSystemUsersV3InternalServerError) String

type GetSystemUsersV3OK

type GetSystemUsersV3OK 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.GetSystemUsers
}

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

GetSystemUsersV3OK get system users v3 o k

func NewGetSystemUsersV3OK

func NewGetSystemUsersV3OK() *GetSystemUsersV3OK

NewGetSystemUsersV3OK creates a GetSystemUsersV3OK with default headers values

func (*GetSystemUsersV3OK) Code

func (o *GetSystemUsersV3OK) Code() int

Code gets the status code for the get system users v3 o k response

func (*GetSystemUsersV3OK) Error

func (o *GetSystemUsersV3OK) Error() string

func (*GetSystemUsersV3OK) GetPayload

func (o *GetSystemUsersV3OK) GetPayload() *models.GetSystemUsers

func (*GetSystemUsersV3OK) IsClientError

func (o *GetSystemUsersV3OK) IsClientError() bool

IsClientError returns true when this get system users v3 o k response has a 4xx status code

func (*GetSystemUsersV3OK) IsCode

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

IsCode returns true when this get system users v3 o k response a status code equal to that given

func (*GetSystemUsersV3OK) IsRedirect

func (o *GetSystemUsersV3OK) IsRedirect() bool

IsRedirect returns true when this get system users v3 o k response has a 3xx status code

func (*GetSystemUsersV3OK) IsServerError

func (o *GetSystemUsersV3OK) IsServerError() bool

IsServerError returns true when this get system users v3 o k response has a 5xx status code

func (*GetSystemUsersV3OK) IsSuccess

func (o *GetSystemUsersV3OK) IsSuccess() bool

IsSuccess returns true when this get system users v3 o k response has a 2xx status code

func (*GetSystemUsersV3OK) String

func (o *GetSystemUsersV3OK) String() string

type GetSystemUsersV3Params

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

GetSystemUsersV3Params contains all the parameters to send to the API endpoint

for the get system users v3 operation.

Typically these are written to a http.Request.

func NewGetSystemUsersV3Params

func NewGetSystemUsersV3Params() *GetSystemUsersV3Params

NewGetSystemUsersV3Params creates a new GetSystemUsersV3Params 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 NewGetSystemUsersV3ParamsWithContext

func NewGetSystemUsersV3ParamsWithContext(ctx context.Context) *GetSystemUsersV3Params

NewGetSystemUsersV3ParamsWithContext creates a new GetSystemUsersV3Params object with the ability to set a context for a request.

func NewGetSystemUsersV3ParamsWithHTTPClient

func NewGetSystemUsersV3ParamsWithHTTPClient(client *http.Client) *GetSystemUsersV3Params

NewGetSystemUsersV3ParamsWithHTTPClient creates a new GetSystemUsersV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetSystemUsersV3ParamsWithTimeout

func NewGetSystemUsersV3ParamsWithTimeout(timeout time.Duration) *GetSystemUsersV3Params

NewGetSystemUsersV3ParamsWithTimeout creates a new GetSystemUsersV3Params object with the ability to set a timeout on a request.

func (*GetSystemUsersV3Params) SetContext

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

SetContext adds the context to the get system users v3 params

func (*GetSystemUsersV3Params) SetDefaults

func (o *GetSystemUsersV3Params) SetDefaults()

SetDefaults hydrates default values in the get system users v3 params (not the query body).

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

func (*GetSystemUsersV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system users v3 params

func (*GetSystemUsersV3Params) SetTimeout

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

SetTimeout adds the timeout to the get system users v3 params

func (*GetSystemUsersV3Params) WithContext

WithContext adds the context to the get system users v3 params

func (*GetSystemUsersV3Params) WithDefaults

WithDefaults hydrates default values in the get system users v3 params (not the query body).

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

func (*GetSystemUsersV3Params) WithHTTPClient

func (o *GetSystemUsersV3Params) WithHTTPClient(client *http.Client) *GetSystemUsersV3Params

WithHTTPClient adds the HTTPClient to the get system users v3 params

func (*GetSystemUsersV3Params) WithTimeout

WithTimeout adds the timeout to the get system users v3 params

func (*GetSystemUsersV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSystemUsersV3Reader

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

GetSystemUsersV3Reader is a Reader for the GetSystemUsersV3 structure.

func (*GetSystemUsersV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSystemUsersV3TooManyRequests

type GetSystemUsersV3TooManyRequests 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
}

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

Too Many Requests

func NewGetSystemUsersV3TooManyRequests

func NewGetSystemUsersV3TooManyRequests() *GetSystemUsersV3TooManyRequests

NewGetSystemUsersV3TooManyRequests creates a GetSystemUsersV3TooManyRequests with default headers values

func (*GetSystemUsersV3TooManyRequests) Code

Code gets the status code for the get system users v3 too many requests response

func (*GetSystemUsersV3TooManyRequests) Error

func (*GetSystemUsersV3TooManyRequests) GetPayload

func (*GetSystemUsersV3TooManyRequests) IsClientError

func (o *GetSystemUsersV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get system users v3 too many requests response has a 4xx status code

func (*GetSystemUsersV3TooManyRequests) IsCode

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

IsCode returns true when this get system users v3 too many requests response a status code equal to that given

func (*GetSystemUsersV3TooManyRequests) IsRedirect

func (o *GetSystemUsersV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get system users v3 too many requests response has a 3xx status code

func (*GetSystemUsersV3TooManyRequests) IsServerError

func (o *GetSystemUsersV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get system users v3 too many requests response has a 5xx status code

func (*GetSystemUsersV3TooManyRequests) IsSuccess

func (o *GetSystemUsersV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get system users v3 too many requests response has a 2xx status code

func (*GetSystemUsersV3TooManyRequests) String

type GetUserInventoryV3Forbidden

type GetUserInventoryV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewGetUserInventoryV3Forbidden

func NewGetUserInventoryV3Forbidden() *GetUserInventoryV3Forbidden

NewGetUserInventoryV3Forbidden creates a GetUserInventoryV3Forbidden with default headers values

func (*GetUserInventoryV3Forbidden) Code

func (o *GetUserInventoryV3Forbidden) Code() int

Code gets the status code for the get user inventory v3 forbidden response

func (*GetUserInventoryV3Forbidden) Error

func (*GetUserInventoryV3Forbidden) GetPayload

func (*GetUserInventoryV3Forbidden) IsClientError

func (o *GetUserInventoryV3Forbidden) IsClientError() bool

IsClientError returns true when this get user inventory v3 forbidden response has a 4xx status code

func (*GetUserInventoryV3Forbidden) IsCode

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

IsCode returns true when this get user inventory v3 forbidden response a status code equal to that given

func (*GetUserInventoryV3Forbidden) IsRedirect

func (o *GetUserInventoryV3Forbidden) IsRedirect() bool

IsRedirect returns true when this get user inventory v3 forbidden response has a 3xx status code

func (*GetUserInventoryV3Forbidden) IsServerError

func (o *GetUserInventoryV3Forbidden) IsServerError() bool

IsServerError returns true when this get user inventory v3 forbidden response has a 5xx status code

func (*GetUserInventoryV3Forbidden) IsSuccess

func (o *GetUserInventoryV3Forbidden) IsSuccess() bool

IsSuccess returns true when this get user inventory v3 forbidden response has a 2xx status code

func (*GetUserInventoryV3Forbidden) String

func (o *GetUserInventoryV3Forbidden) String() string

type GetUserInventoryV3InternalServerError

type GetUserInventoryV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewGetUserInventoryV3InternalServerError

func NewGetUserInventoryV3InternalServerError() *GetUserInventoryV3InternalServerError

NewGetUserInventoryV3InternalServerError creates a GetUserInventoryV3InternalServerError with default headers values

func (*GetUserInventoryV3InternalServerError) Code

Code gets the status code for the get user inventory v3 internal server error response

func (*GetUserInventoryV3InternalServerError) Error

func (*GetUserInventoryV3InternalServerError) GetPayload

func (*GetUserInventoryV3InternalServerError) IsClientError

func (o *GetUserInventoryV3InternalServerError) IsClientError() bool

IsClientError returns true when this get user inventory v3 internal server error response has a 4xx status code

func (*GetUserInventoryV3InternalServerError) IsCode

IsCode returns true when this get user inventory v3 internal server error response a status code equal to that given

func (*GetUserInventoryV3InternalServerError) IsRedirect

IsRedirect returns true when this get user inventory v3 internal server error response has a 3xx status code

func (*GetUserInventoryV3InternalServerError) IsServerError

func (o *GetUserInventoryV3InternalServerError) IsServerError() bool

IsServerError returns true when this get user inventory v3 internal server error response has a 5xx status code

func (*GetUserInventoryV3InternalServerError) IsSuccess

IsSuccess returns true when this get user inventory v3 internal server error response has a 2xx status code

func (*GetUserInventoryV3InternalServerError) String

type GetUserInventoryV3OK

type GetUserInventoryV3OK 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.GetUserInventory
}

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

GetUserInventoryV3OK get user inventory v3 o k

func NewGetUserInventoryV3OK

func NewGetUserInventoryV3OK() *GetUserInventoryV3OK

NewGetUserInventoryV3OK creates a GetUserInventoryV3OK with default headers values

func (*GetUserInventoryV3OK) Code

func (o *GetUserInventoryV3OK) Code() int

Code gets the status code for the get user inventory v3 o k response

func (*GetUserInventoryV3OK) Error

func (o *GetUserInventoryV3OK) Error() string

func (*GetUserInventoryV3OK) GetPayload

func (o *GetUserInventoryV3OK) GetPayload() *models.GetUserInventory

func (*GetUserInventoryV3OK) IsClientError

func (o *GetUserInventoryV3OK) IsClientError() bool

IsClientError returns true when this get user inventory v3 o k response has a 4xx status code

func (*GetUserInventoryV3OK) IsCode

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

IsCode returns true when this get user inventory v3 o k response a status code equal to that given

func (*GetUserInventoryV3OK) IsRedirect

func (o *GetUserInventoryV3OK) IsRedirect() bool

IsRedirect returns true when this get user inventory v3 o k response has a 3xx status code

func (*GetUserInventoryV3OK) IsServerError

func (o *GetUserInventoryV3OK) IsServerError() bool

IsServerError returns true when this get user inventory v3 o k response has a 5xx status code

func (*GetUserInventoryV3OK) IsSuccess

func (o *GetUserInventoryV3OK) IsSuccess() bool

IsSuccess returns true when this get user inventory v3 o k response has a 2xx status code

func (*GetUserInventoryV3OK) String

func (o *GetUserInventoryV3OK) String() string

type GetUserInventoryV3Params

type GetUserInventoryV3Params struct {

	/* Email.

	   Email
	*/
	Email *string

	/* IntegrationID.

	   Comma separated integration ID's
	*/
	IntegrationID *string

	/* Limit.

	   The maximum number of objects to return
	*/
	Limit *int64

	/* Offset.

	   The starting index of the results
	*/
	Offset *int64

	/* PrivilegedOnly.

	   Privileged Only
	*/
	PrivilegedOnly *bool

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

GetUserInventoryV3Params contains all the parameters to send to the API endpoint

for the get user inventory v3 operation.

Typically these are written to a http.Request.

func NewGetUserInventoryV3Params

func NewGetUserInventoryV3Params() *GetUserInventoryV3Params

NewGetUserInventoryV3Params creates a new GetUserInventoryV3Params 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 NewGetUserInventoryV3ParamsWithContext

func NewGetUserInventoryV3ParamsWithContext(ctx context.Context) *GetUserInventoryV3Params

NewGetUserInventoryV3ParamsWithContext creates a new GetUserInventoryV3Params object with the ability to set a context for a request.

func NewGetUserInventoryV3ParamsWithHTTPClient

func NewGetUserInventoryV3ParamsWithHTTPClient(client *http.Client) *GetUserInventoryV3Params

NewGetUserInventoryV3ParamsWithHTTPClient creates a new GetUserInventoryV3Params object with the ability to set a custom HTTPClient for a request.

func NewGetUserInventoryV3ParamsWithTimeout

func NewGetUserInventoryV3ParamsWithTimeout(timeout time.Duration) *GetUserInventoryV3Params

NewGetUserInventoryV3ParamsWithTimeout creates a new GetUserInventoryV3Params object with the ability to set a timeout on a request.

func (*GetUserInventoryV3Params) SetContext

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

SetContext adds the context to the get user inventory v3 params

func (*GetUserInventoryV3Params) SetDefaults

func (o *GetUserInventoryV3Params) SetDefaults()

SetDefaults hydrates default values in the get user inventory v3 params (not the query body).

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

func (*GetUserInventoryV3Params) SetEmail

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

SetEmail adds the email to the get user inventory v3 params

func (*GetUserInventoryV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user inventory v3 params

func (*GetUserInventoryV3Params) SetIntegrationID

func (o *GetUserInventoryV3Params) SetIntegrationID(integrationID *string)

SetIntegrationID adds the integrationId to the get user inventory v3 params

func (*GetUserInventoryV3Params) SetLimit

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

SetLimit adds the limit to the get user inventory v3 params

func (*GetUserInventoryV3Params) SetOffset

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

SetOffset adds the offset to the get user inventory v3 params

func (*GetUserInventoryV3Params) SetPrivilegedOnly

func (o *GetUserInventoryV3Params) SetPrivilegedOnly(privilegedOnly *bool)

SetPrivilegedOnly adds the privilegedOnly to the get user inventory v3 params

func (*GetUserInventoryV3Params) SetTimeout

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

SetTimeout adds the timeout to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithContext

WithContext adds the context to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithDefaults

WithDefaults hydrates default values in the get user inventory v3 params (not the query body).

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

func (*GetUserInventoryV3Params) WithEmail

WithEmail adds the email to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithHTTPClient

func (o *GetUserInventoryV3Params) WithHTTPClient(client *http.Client) *GetUserInventoryV3Params

WithHTTPClient adds the HTTPClient to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithIntegrationID

func (o *GetUserInventoryV3Params) WithIntegrationID(integrationID *string) *GetUserInventoryV3Params

WithIntegrationID adds the integrationID to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithLimit

WithLimit adds the limit to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithOffset

WithOffset adds the offset to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithPrivilegedOnly

func (o *GetUserInventoryV3Params) WithPrivilegedOnly(privilegedOnly *bool) *GetUserInventoryV3Params

WithPrivilegedOnly adds the privilegedOnly to the get user inventory v3 params

func (*GetUserInventoryV3Params) WithTimeout

WithTimeout adds the timeout to the get user inventory v3 params

func (*GetUserInventoryV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserInventoryV3Reader

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

GetUserInventoryV3Reader is a Reader for the GetUserInventoryV3 structure.

func (*GetUserInventoryV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserInventoryV3TooManyRequests

type GetUserInventoryV3TooManyRequests 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
}

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

Too Many Requests

func NewGetUserInventoryV3TooManyRequests

func NewGetUserInventoryV3TooManyRequests() *GetUserInventoryV3TooManyRequests

NewGetUserInventoryV3TooManyRequests creates a GetUserInventoryV3TooManyRequests with default headers values

func (*GetUserInventoryV3TooManyRequests) Code

Code gets the status code for the get user inventory v3 too many requests response

func (*GetUserInventoryV3TooManyRequests) Error

func (*GetUserInventoryV3TooManyRequests) GetPayload

func (*GetUserInventoryV3TooManyRequests) IsClientError

func (o *GetUserInventoryV3TooManyRequests) IsClientError() bool

IsClientError returns true when this get user inventory v3 too many requests response has a 4xx status code

func (*GetUserInventoryV3TooManyRequests) IsCode

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

IsCode returns true when this get user inventory v3 too many requests response a status code equal to that given

func (*GetUserInventoryV3TooManyRequests) IsRedirect

func (o *GetUserInventoryV3TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user inventory v3 too many requests response has a 3xx status code

func (*GetUserInventoryV3TooManyRequests) IsServerError

func (o *GetUserInventoryV3TooManyRequests) IsServerError() bool

IsServerError returns true when this get user inventory v3 too many requests response has a 5xx status code

func (*GetUserInventoryV3TooManyRequests) IsSuccess

func (o *GetUserInventoryV3TooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user inventory v3 too many requests response has a 2xx status code

func (*GetUserInventoryV3TooManyRequests) String

type IntegrationBuilderEndTransactionV3Forbidden

type IntegrationBuilderEndTransactionV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewIntegrationBuilderEndTransactionV3Forbidden

func NewIntegrationBuilderEndTransactionV3Forbidden() *IntegrationBuilderEndTransactionV3Forbidden

NewIntegrationBuilderEndTransactionV3Forbidden creates a IntegrationBuilderEndTransactionV3Forbidden with default headers values

func (*IntegrationBuilderEndTransactionV3Forbidden) Code

Code gets the status code for the integration builder end transaction v3 forbidden response

func (*IntegrationBuilderEndTransactionV3Forbidden) Error

func (*IntegrationBuilderEndTransactionV3Forbidden) GetPayload

func (*IntegrationBuilderEndTransactionV3Forbidden) IsClientError

IsClientError returns true when this integration builder end transaction v3 forbidden response has a 4xx status code

func (*IntegrationBuilderEndTransactionV3Forbidden) IsCode

IsCode returns true when this integration builder end transaction v3 forbidden response a status code equal to that given

func (*IntegrationBuilderEndTransactionV3Forbidden) IsRedirect

IsRedirect returns true when this integration builder end transaction v3 forbidden response has a 3xx status code

func (*IntegrationBuilderEndTransactionV3Forbidden) IsServerError

IsServerError returns true when this integration builder end transaction v3 forbidden response has a 5xx status code

func (*IntegrationBuilderEndTransactionV3Forbidden) IsSuccess

IsSuccess returns true when this integration builder end transaction v3 forbidden response has a 2xx status code

func (*IntegrationBuilderEndTransactionV3Forbidden) String

type IntegrationBuilderEndTransactionV3InternalServerError

type IntegrationBuilderEndTransactionV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewIntegrationBuilderEndTransactionV3InternalServerError

func NewIntegrationBuilderEndTransactionV3InternalServerError() *IntegrationBuilderEndTransactionV3InternalServerError

NewIntegrationBuilderEndTransactionV3InternalServerError creates a IntegrationBuilderEndTransactionV3InternalServerError with default headers values

func (*IntegrationBuilderEndTransactionV3InternalServerError) Code

Code gets the status code for the integration builder end transaction v3 internal server error response

func (*IntegrationBuilderEndTransactionV3InternalServerError) Error

func (*IntegrationBuilderEndTransactionV3InternalServerError) GetPayload

func (*IntegrationBuilderEndTransactionV3InternalServerError) IsClientError

IsClientError returns true when this integration builder end transaction v3 internal server error response has a 4xx status code

func (*IntegrationBuilderEndTransactionV3InternalServerError) IsCode

IsCode returns true when this integration builder end transaction v3 internal server error response a status code equal to that given

func (*IntegrationBuilderEndTransactionV3InternalServerError) IsRedirect

IsRedirect returns true when this integration builder end transaction v3 internal server error response has a 3xx status code

func (*IntegrationBuilderEndTransactionV3InternalServerError) IsServerError

IsServerError returns true when this integration builder end transaction v3 internal server error response has a 5xx status code

func (*IntegrationBuilderEndTransactionV3InternalServerError) IsSuccess

IsSuccess returns true when this integration builder end transaction v3 internal server error response has a 2xx status code

func (*IntegrationBuilderEndTransactionV3InternalServerError) String

type IntegrationBuilderEndTransactionV3OK

type IntegrationBuilderEndTransactionV3OK 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.GetEndTransaction
}

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

IntegrationBuilderEndTransactionV3OK integration builder end transaction v3 o k

func NewIntegrationBuilderEndTransactionV3OK

func NewIntegrationBuilderEndTransactionV3OK() *IntegrationBuilderEndTransactionV3OK

NewIntegrationBuilderEndTransactionV3OK creates a IntegrationBuilderEndTransactionV3OK with default headers values

func (*IntegrationBuilderEndTransactionV3OK) Code

Code gets the status code for the integration builder end transaction v3 o k response

func (*IntegrationBuilderEndTransactionV3OK) Error

func (*IntegrationBuilderEndTransactionV3OK) GetPayload

func (*IntegrationBuilderEndTransactionV3OK) IsClientError

func (o *IntegrationBuilderEndTransactionV3OK) IsClientError() bool

IsClientError returns true when this integration builder end transaction v3 o k response has a 4xx status code

func (*IntegrationBuilderEndTransactionV3OK) IsCode

IsCode returns true when this integration builder end transaction v3 o k response a status code equal to that given

func (*IntegrationBuilderEndTransactionV3OK) IsRedirect

IsRedirect returns true when this integration builder end transaction v3 o k response has a 3xx status code

func (*IntegrationBuilderEndTransactionV3OK) IsServerError

func (o *IntegrationBuilderEndTransactionV3OK) IsServerError() bool

IsServerError returns true when this integration builder end transaction v3 o k response has a 5xx status code

func (*IntegrationBuilderEndTransactionV3OK) IsSuccess

IsSuccess returns true when this integration builder end transaction v3 o k response has a 2xx status code

func (*IntegrationBuilderEndTransactionV3OK) String

type IntegrationBuilderEndTransactionV3Params

type IntegrationBuilderEndTransactionV3Params struct {

	/* ID.

	   Integration ID
	*/
	ID string

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

IntegrationBuilderEndTransactionV3Params contains all the parameters to send to the API endpoint

for the integration builder end transaction v3 operation.

Typically these are written to a http.Request.

func NewIntegrationBuilderEndTransactionV3Params

func NewIntegrationBuilderEndTransactionV3Params() *IntegrationBuilderEndTransactionV3Params

NewIntegrationBuilderEndTransactionV3Params creates a new IntegrationBuilderEndTransactionV3Params 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 NewIntegrationBuilderEndTransactionV3ParamsWithContext

func NewIntegrationBuilderEndTransactionV3ParamsWithContext(ctx context.Context) *IntegrationBuilderEndTransactionV3Params

NewIntegrationBuilderEndTransactionV3ParamsWithContext creates a new IntegrationBuilderEndTransactionV3Params object with the ability to set a context for a request.

func NewIntegrationBuilderEndTransactionV3ParamsWithHTTPClient

func NewIntegrationBuilderEndTransactionV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderEndTransactionV3Params

NewIntegrationBuilderEndTransactionV3ParamsWithHTTPClient creates a new IntegrationBuilderEndTransactionV3Params object with the ability to set a custom HTTPClient for a request.

func NewIntegrationBuilderEndTransactionV3ParamsWithTimeout

func NewIntegrationBuilderEndTransactionV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderEndTransactionV3Params

NewIntegrationBuilderEndTransactionV3ParamsWithTimeout creates a new IntegrationBuilderEndTransactionV3Params object with the ability to set a timeout on a request.

func (*IntegrationBuilderEndTransactionV3Params) SetContext

SetContext adds the context to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) SetDefaults

SetDefaults hydrates default values in the integration builder end transaction v3 params (not the query body).

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

func (*IntegrationBuilderEndTransactionV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) SetID

SetID adds the id to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) SetTimeout

SetTimeout adds the timeout to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) WithContext

WithContext adds the context to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) WithDefaults

WithDefaults hydrates default values in the integration builder end transaction v3 params (not the query body).

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

func (*IntegrationBuilderEndTransactionV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) WithID

WithID adds the id to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) WithTimeout

WithTimeout adds the timeout to the integration builder end transaction v3 params

func (*IntegrationBuilderEndTransactionV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntegrationBuilderEndTransactionV3Reader

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

IntegrationBuilderEndTransactionV3Reader is a Reader for the IntegrationBuilderEndTransactionV3 structure.

func (*IntegrationBuilderEndTransactionV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntegrationBuilderEndTransactionV3TooManyRequests

type IntegrationBuilderEndTransactionV3TooManyRequests 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
}

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

Too Many Requests

func NewIntegrationBuilderEndTransactionV3TooManyRequests

func NewIntegrationBuilderEndTransactionV3TooManyRequests() *IntegrationBuilderEndTransactionV3TooManyRequests

NewIntegrationBuilderEndTransactionV3TooManyRequests creates a IntegrationBuilderEndTransactionV3TooManyRequests with default headers values

func (*IntegrationBuilderEndTransactionV3TooManyRequests) Code

Code gets the status code for the integration builder end transaction v3 too many requests response

func (*IntegrationBuilderEndTransactionV3TooManyRequests) Error

func (*IntegrationBuilderEndTransactionV3TooManyRequests) GetPayload

func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsClientError

IsClientError returns true when this integration builder end transaction v3 too many requests response has a 4xx status code

func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsCode

IsCode returns true when this integration builder end transaction v3 too many requests response a status code equal to that given

func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsRedirect

IsRedirect returns true when this integration builder end transaction v3 too many requests response has a 3xx status code

func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsServerError

IsServerError returns true when this integration builder end transaction v3 too many requests response has a 5xx status code

func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsSuccess

IsSuccess returns true when this integration builder end transaction v3 too many requests response has a 2xx status code

func (*IntegrationBuilderEndTransactionV3TooManyRequests) String

type IntegrationBuilderGetStatusV3Forbidden

type IntegrationBuilderGetStatusV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewIntegrationBuilderGetStatusV3Forbidden

func NewIntegrationBuilderGetStatusV3Forbidden() *IntegrationBuilderGetStatusV3Forbidden

NewIntegrationBuilderGetStatusV3Forbidden creates a IntegrationBuilderGetStatusV3Forbidden with default headers values

func (*IntegrationBuilderGetStatusV3Forbidden) Code

Code gets the status code for the integration builder get status v3 forbidden response

func (*IntegrationBuilderGetStatusV3Forbidden) Error

func (*IntegrationBuilderGetStatusV3Forbidden) GetPayload

func (*IntegrationBuilderGetStatusV3Forbidden) IsClientError

func (o *IntegrationBuilderGetStatusV3Forbidden) IsClientError() bool

IsClientError returns true when this integration builder get status v3 forbidden response has a 4xx status code

func (*IntegrationBuilderGetStatusV3Forbidden) IsCode

IsCode returns true when this integration builder get status v3 forbidden response a status code equal to that given

func (*IntegrationBuilderGetStatusV3Forbidden) IsRedirect

IsRedirect returns true when this integration builder get status v3 forbidden response has a 3xx status code

func (*IntegrationBuilderGetStatusV3Forbidden) IsServerError

func (o *IntegrationBuilderGetStatusV3Forbidden) IsServerError() bool

IsServerError returns true when this integration builder get status v3 forbidden response has a 5xx status code

func (*IntegrationBuilderGetStatusV3Forbidden) IsSuccess

IsSuccess returns true when this integration builder get status v3 forbidden response has a 2xx status code

func (*IntegrationBuilderGetStatusV3Forbidden) String

type IntegrationBuilderGetStatusV3InternalServerError

type IntegrationBuilderGetStatusV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewIntegrationBuilderGetStatusV3InternalServerError

func NewIntegrationBuilderGetStatusV3InternalServerError() *IntegrationBuilderGetStatusV3InternalServerError

NewIntegrationBuilderGetStatusV3InternalServerError creates a IntegrationBuilderGetStatusV3InternalServerError with default headers values

func (*IntegrationBuilderGetStatusV3InternalServerError) Code

Code gets the status code for the integration builder get status v3 internal server error response

func (*IntegrationBuilderGetStatusV3InternalServerError) Error

func (*IntegrationBuilderGetStatusV3InternalServerError) GetPayload

func (*IntegrationBuilderGetStatusV3InternalServerError) IsClientError

IsClientError returns true when this integration builder get status v3 internal server error response has a 4xx status code

func (*IntegrationBuilderGetStatusV3InternalServerError) IsCode

IsCode returns true when this integration builder get status v3 internal server error response a status code equal to that given

func (*IntegrationBuilderGetStatusV3InternalServerError) IsRedirect

IsRedirect returns true when this integration builder get status v3 internal server error response has a 3xx status code

func (*IntegrationBuilderGetStatusV3InternalServerError) IsServerError

IsServerError returns true when this integration builder get status v3 internal server error response has a 5xx status code

func (*IntegrationBuilderGetStatusV3InternalServerError) IsSuccess

IsSuccess returns true when this integration builder get status v3 internal server error response has a 2xx status code

func (*IntegrationBuilderGetStatusV3InternalServerError) String

type IntegrationBuilderGetStatusV3OK

type IntegrationBuilderGetStatusV3OK 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.GetTransactionStatus
}

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

IntegrationBuilderGetStatusV3OK integration builder get status v3 o k

func NewIntegrationBuilderGetStatusV3OK

func NewIntegrationBuilderGetStatusV3OK() *IntegrationBuilderGetStatusV3OK

NewIntegrationBuilderGetStatusV3OK creates a IntegrationBuilderGetStatusV3OK with default headers values

func (*IntegrationBuilderGetStatusV3OK) Code

Code gets the status code for the integration builder get status v3 o k response

func (*IntegrationBuilderGetStatusV3OK) Error

func (*IntegrationBuilderGetStatusV3OK) GetPayload

func (*IntegrationBuilderGetStatusV3OK) IsClientError

func (o *IntegrationBuilderGetStatusV3OK) IsClientError() bool

IsClientError returns true when this integration builder get status v3 o k response has a 4xx status code

func (*IntegrationBuilderGetStatusV3OK) IsCode

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

IsCode returns true when this integration builder get status v3 o k response a status code equal to that given

func (*IntegrationBuilderGetStatusV3OK) IsRedirect

func (o *IntegrationBuilderGetStatusV3OK) IsRedirect() bool

IsRedirect returns true when this integration builder get status v3 o k response has a 3xx status code

func (*IntegrationBuilderGetStatusV3OK) IsServerError

func (o *IntegrationBuilderGetStatusV3OK) IsServerError() bool

IsServerError returns true when this integration builder get status v3 o k response has a 5xx status code

func (*IntegrationBuilderGetStatusV3OK) IsSuccess

func (o *IntegrationBuilderGetStatusV3OK) IsSuccess() bool

IsSuccess returns true when this integration builder get status v3 o k response has a 2xx status code

func (*IntegrationBuilderGetStatusV3OK) String

type IntegrationBuilderGetStatusV3Params

type IntegrationBuilderGetStatusV3Params struct {

	/* ID.

	   Integration ID
	*/
	ID string

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

IntegrationBuilderGetStatusV3Params contains all the parameters to send to the API endpoint

for the integration builder get status v3 operation.

Typically these are written to a http.Request.

func NewIntegrationBuilderGetStatusV3Params

func NewIntegrationBuilderGetStatusV3Params() *IntegrationBuilderGetStatusV3Params

NewIntegrationBuilderGetStatusV3Params creates a new IntegrationBuilderGetStatusV3Params 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 NewIntegrationBuilderGetStatusV3ParamsWithContext

func NewIntegrationBuilderGetStatusV3ParamsWithContext(ctx context.Context) *IntegrationBuilderGetStatusV3Params

NewIntegrationBuilderGetStatusV3ParamsWithContext creates a new IntegrationBuilderGetStatusV3Params object with the ability to set a context for a request.

func NewIntegrationBuilderGetStatusV3ParamsWithHTTPClient

func NewIntegrationBuilderGetStatusV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderGetStatusV3Params

NewIntegrationBuilderGetStatusV3ParamsWithHTTPClient creates a new IntegrationBuilderGetStatusV3Params object with the ability to set a custom HTTPClient for a request.

func NewIntegrationBuilderGetStatusV3ParamsWithTimeout

func NewIntegrationBuilderGetStatusV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderGetStatusV3Params

NewIntegrationBuilderGetStatusV3ParamsWithTimeout creates a new IntegrationBuilderGetStatusV3Params object with the ability to set a timeout on a request.

func (*IntegrationBuilderGetStatusV3Params) SetContext

SetContext adds the context to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) SetDefaults

func (o *IntegrationBuilderGetStatusV3Params) SetDefaults()

SetDefaults hydrates default values in the integration builder get status v3 params (not the query body).

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

func (*IntegrationBuilderGetStatusV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) SetID

SetID adds the id to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) SetTimeout

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

SetTimeout adds the timeout to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) WithContext

WithContext adds the context to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) WithDefaults

WithDefaults hydrates default values in the integration builder get status v3 params (not the query body).

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

func (*IntegrationBuilderGetStatusV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) WithID

WithID adds the id to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) WithTimeout

WithTimeout adds the timeout to the integration builder get status v3 params

func (*IntegrationBuilderGetStatusV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntegrationBuilderGetStatusV3Reader

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

IntegrationBuilderGetStatusV3Reader is a Reader for the IntegrationBuilderGetStatusV3 structure.

func (*IntegrationBuilderGetStatusV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntegrationBuilderGetStatusV3TooManyRequests

type IntegrationBuilderGetStatusV3TooManyRequests 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
}

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

Too Many Requests

func NewIntegrationBuilderGetStatusV3TooManyRequests

func NewIntegrationBuilderGetStatusV3TooManyRequests() *IntegrationBuilderGetStatusV3TooManyRequests

NewIntegrationBuilderGetStatusV3TooManyRequests creates a IntegrationBuilderGetStatusV3TooManyRequests with default headers values

func (*IntegrationBuilderGetStatusV3TooManyRequests) Code

Code gets the status code for the integration builder get status v3 too many requests response

func (*IntegrationBuilderGetStatusV3TooManyRequests) Error

func (*IntegrationBuilderGetStatusV3TooManyRequests) GetPayload

func (*IntegrationBuilderGetStatusV3TooManyRequests) IsClientError

IsClientError returns true when this integration builder get status v3 too many requests response has a 4xx status code

func (*IntegrationBuilderGetStatusV3TooManyRequests) IsCode

IsCode returns true when this integration builder get status v3 too many requests response a status code equal to that given

func (*IntegrationBuilderGetStatusV3TooManyRequests) IsRedirect

IsRedirect returns true when this integration builder get status v3 too many requests response has a 3xx status code

func (*IntegrationBuilderGetStatusV3TooManyRequests) IsServerError

IsServerError returns true when this integration builder get status v3 too many requests response has a 5xx status code

func (*IntegrationBuilderGetStatusV3TooManyRequests) IsSuccess

IsSuccess returns true when this integration builder get status v3 too many requests response has a 2xx status code

func (*IntegrationBuilderGetStatusV3TooManyRequests) String

type IntegrationBuilderResetV3Forbidden

type IntegrationBuilderResetV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewIntegrationBuilderResetV3Forbidden

func NewIntegrationBuilderResetV3Forbidden() *IntegrationBuilderResetV3Forbidden

NewIntegrationBuilderResetV3Forbidden creates a IntegrationBuilderResetV3Forbidden with default headers values

func (*IntegrationBuilderResetV3Forbidden) Code

Code gets the status code for the integration builder reset v3 forbidden response

func (*IntegrationBuilderResetV3Forbidden) Error

func (*IntegrationBuilderResetV3Forbidden) GetPayload

func (*IntegrationBuilderResetV3Forbidden) IsClientError

func (o *IntegrationBuilderResetV3Forbidden) IsClientError() bool

IsClientError returns true when this integration builder reset v3 forbidden response has a 4xx status code

func (*IntegrationBuilderResetV3Forbidden) IsCode

IsCode returns true when this integration builder reset v3 forbidden response a status code equal to that given

func (*IntegrationBuilderResetV3Forbidden) IsRedirect

func (o *IntegrationBuilderResetV3Forbidden) IsRedirect() bool

IsRedirect returns true when this integration builder reset v3 forbidden response has a 3xx status code

func (*IntegrationBuilderResetV3Forbidden) IsServerError

func (o *IntegrationBuilderResetV3Forbidden) IsServerError() bool

IsServerError returns true when this integration builder reset v3 forbidden response has a 5xx status code

func (*IntegrationBuilderResetV3Forbidden) IsSuccess

IsSuccess returns true when this integration builder reset v3 forbidden response has a 2xx status code

func (*IntegrationBuilderResetV3Forbidden) String

type IntegrationBuilderResetV3InternalServerError

type IntegrationBuilderResetV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewIntegrationBuilderResetV3InternalServerError

func NewIntegrationBuilderResetV3InternalServerError() *IntegrationBuilderResetV3InternalServerError

NewIntegrationBuilderResetV3InternalServerError creates a IntegrationBuilderResetV3InternalServerError with default headers values

func (*IntegrationBuilderResetV3InternalServerError) Code

Code gets the status code for the integration builder reset v3 internal server error response

func (*IntegrationBuilderResetV3InternalServerError) Error

func (*IntegrationBuilderResetV3InternalServerError) GetPayload

func (*IntegrationBuilderResetV3InternalServerError) IsClientError

IsClientError returns true when this integration builder reset v3 internal server error response has a 4xx status code

func (*IntegrationBuilderResetV3InternalServerError) IsCode

IsCode returns true when this integration builder reset v3 internal server error response a status code equal to that given

func (*IntegrationBuilderResetV3InternalServerError) IsRedirect

IsRedirect returns true when this integration builder reset v3 internal server error response has a 3xx status code

func (*IntegrationBuilderResetV3InternalServerError) IsServerError

IsServerError returns true when this integration builder reset v3 internal server error response has a 5xx status code

func (*IntegrationBuilderResetV3InternalServerError) IsSuccess

IsSuccess returns true when this integration builder reset v3 internal server error response has a 2xx status code

func (*IntegrationBuilderResetV3InternalServerError) String

type IntegrationBuilderResetV3OK

type IntegrationBuilderResetV3OK 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.GetTransactionStatus
}

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

IntegrationBuilderResetV3OK integration builder reset v3 o k

func NewIntegrationBuilderResetV3OK

func NewIntegrationBuilderResetV3OK() *IntegrationBuilderResetV3OK

NewIntegrationBuilderResetV3OK creates a IntegrationBuilderResetV3OK with default headers values

func (*IntegrationBuilderResetV3OK) Code

func (o *IntegrationBuilderResetV3OK) Code() int

Code gets the status code for the integration builder reset v3 o k response

func (*IntegrationBuilderResetV3OK) Error

func (*IntegrationBuilderResetV3OK) GetPayload

func (*IntegrationBuilderResetV3OK) IsClientError

func (o *IntegrationBuilderResetV3OK) IsClientError() bool

IsClientError returns true when this integration builder reset v3 o k response has a 4xx status code

func (*IntegrationBuilderResetV3OK) IsCode

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

IsCode returns true when this integration builder reset v3 o k response a status code equal to that given

func (*IntegrationBuilderResetV3OK) IsRedirect

func (o *IntegrationBuilderResetV3OK) IsRedirect() bool

IsRedirect returns true when this integration builder reset v3 o k response has a 3xx status code

func (*IntegrationBuilderResetV3OK) IsServerError

func (o *IntegrationBuilderResetV3OK) IsServerError() bool

IsServerError returns true when this integration builder reset v3 o k response has a 5xx status code

func (*IntegrationBuilderResetV3OK) IsSuccess

func (o *IntegrationBuilderResetV3OK) IsSuccess() bool

IsSuccess returns true when this integration builder reset v3 o k response has a 2xx status code

func (*IntegrationBuilderResetV3OK) String

func (o *IntegrationBuilderResetV3OK) String() string

type IntegrationBuilderResetV3Params

type IntegrationBuilderResetV3Params struct {

	/* ID.

	   Integration ID
	*/
	ID string

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

IntegrationBuilderResetV3Params contains all the parameters to send to the API endpoint

for the integration builder reset v3 operation.

Typically these are written to a http.Request.

func NewIntegrationBuilderResetV3Params

func NewIntegrationBuilderResetV3Params() *IntegrationBuilderResetV3Params

NewIntegrationBuilderResetV3Params creates a new IntegrationBuilderResetV3Params 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 NewIntegrationBuilderResetV3ParamsWithContext

func NewIntegrationBuilderResetV3ParamsWithContext(ctx context.Context) *IntegrationBuilderResetV3Params

NewIntegrationBuilderResetV3ParamsWithContext creates a new IntegrationBuilderResetV3Params object with the ability to set a context for a request.

func NewIntegrationBuilderResetV3ParamsWithHTTPClient

func NewIntegrationBuilderResetV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderResetV3Params

NewIntegrationBuilderResetV3ParamsWithHTTPClient creates a new IntegrationBuilderResetV3Params object with the ability to set a custom HTTPClient for a request.

func NewIntegrationBuilderResetV3ParamsWithTimeout

func NewIntegrationBuilderResetV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderResetV3Params

NewIntegrationBuilderResetV3ParamsWithTimeout creates a new IntegrationBuilderResetV3Params object with the ability to set a timeout on a request.

func (*IntegrationBuilderResetV3Params) SetContext

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

SetContext adds the context to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) SetDefaults

func (o *IntegrationBuilderResetV3Params) SetDefaults()

SetDefaults hydrates default values in the integration builder reset v3 params (not the query body).

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

func (*IntegrationBuilderResetV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) SetID

SetID adds the id to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) SetTimeout

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

SetTimeout adds the timeout to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) WithContext

WithContext adds the context to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) WithDefaults

WithDefaults hydrates default values in the integration builder reset v3 params (not the query body).

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

func (*IntegrationBuilderResetV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) WithID

WithID adds the id to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) WithTimeout

WithTimeout adds the timeout to the integration builder reset v3 params

func (*IntegrationBuilderResetV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntegrationBuilderResetV3Reader

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

IntegrationBuilderResetV3Reader is a Reader for the IntegrationBuilderResetV3 structure.

func (*IntegrationBuilderResetV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntegrationBuilderResetV3TooManyRequests

type IntegrationBuilderResetV3TooManyRequests 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
}

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

Too Many Requests

func NewIntegrationBuilderResetV3TooManyRequests

func NewIntegrationBuilderResetV3TooManyRequests() *IntegrationBuilderResetV3TooManyRequests

NewIntegrationBuilderResetV3TooManyRequests creates a IntegrationBuilderResetV3TooManyRequests with default headers values

func (*IntegrationBuilderResetV3TooManyRequests) Code

Code gets the status code for the integration builder reset v3 too many requests response

func (*IntegrationBuilderResetV3TooManyRequests) Error

func (*IntegrationBuilderResetV3TooManyRequests) GetPayload

func (*IntegrationBuilderResetV3TooManyRequests) IsClientError

IsClientError returns true when this integration builder reset v3 too many requests response has a 4xx status code

func (*IntegrationBuilderResetV3TooManyRequests) IsCode

IsCode returns true when this integration builder reset v3 too many requests response a status code equal to that given

func (*IntegrationBuilderResetV3TooManyRequests) IsRedirect

IsRedirect returns true when this integration builder reset v3 too many requests response has a 3xx status code

func (*IntegrationBuilderResetV3TooManyRequests) IsServerError

IsServerError returns true when this integration builder reset v3 too many requests response has a 5xx status code

func (*IntegrationBuilderResetV3TooManyRequests) IsSuccess

IsSuccess returns true when this integration builder reset v3 too many requests response has a 2xx status code

func (*IntegrationBuilderResetV3TooManyRequests) String

type IntegrationBuilderUploadV3Forbidden

type IntegrationBuilderUploadV3Forbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewIntegrationBuilderUploadV3Forbidden

func NewIntegrationBuilderUploadV3Forbidden() *IntegrationBuilderUploadV3Forbidden

NewIntegrationBuilderUploadV3Forbidden creates a IntegrationBuilderUploadV3Forbidden with default headers values

func (*IntegrationBuilderUploadV3Forbidden) Code

Code gets the status code for the integration builder upload v3 forbidden response

func (*IntegrationBuilderUploadV3Forbidden) Error

func (*IntegrationBuilderUploadV3Forbidden) GetPayload

func (*IntegrationBuilderUploadV3Forbidden) IsClientError

func (o *IntegrationBuilderUploadV3Forbidden) IsClientError() bool

IsClientError returns true when this integration builder upload v3 forbidden response has a 4xx status code

func (*IntegrationBuilderUploadV3Forbidden) IsCode

IsCode returns true when this integration builder upload v3 forbidden response a status code equal to that given

func (*IntegrationBuilderUploadV3Forbidden) IsRedirect

func (o *IntegrationBuilderUploadV3Forbidden) IsRedirect() bool

IsRedirect returns true when this integration builder upload v3 forbidden response has a 3xx status code

func (*IntegrationBuilderUploadV3Forbidden) IsServerError

func (o *IntegrationBuilderUploadV3Forbidden) IsServerError() bool

IsServerError returns true when this integration builder upload v3 forbidden response has a 5xx status code

func (*IntegrationBuilderUploadV3Forbidden) IsSuccess

IsSuccess returns true when this integration builder upload v3 forbidden response has a 2xx status code

func (*IntegrationBuilderUploadV3Forbidden) String

type IntegrationBuilderUploadV3InternalServerError

type IntegrationBuilderUploadV3InternalServerError 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.MsaReplyMetaOnly
}

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

Unexpected Error

func NewIntegrationBuilderUploadV3InternalServerError

func NewIntegrationBuilderUploadV3InternalServerError() *IntegrationBuilderUploadV3InternalServerError

NewIntegrationBuilderUploadV3InternalServerError creates a IntegrationBuilderUploadV3InternalServerError with default headers values

func (*IntegrationBuilderUploadV3InternalServerError) Code

Code gets the status code for the integration builder upload v3 internal server error response

func (*IntegrationBuilderUploadV3InternalServerError) Error

func (*IntegrationBuilderUploadV3InternalServerError) GetPayload

func (*IntegrationBuilderUploadV3InternalServerError) IsClientError

IsClientError returns true when this integration builder upload v3 internal server error response has a 4xx status code

func (*IntegrationBuilderUploadV3InternalServerError) IsCode

IsCode returns true when this integration builder upload v3 internal server error response a status code equal to that given

func (*IntegrationBuilderUploadV3InternalServerError) IsRedirect

IsRedirect returns true when this integration builder upload v3 internal server error response has a 3xx status code

func (*IntegrationBuilderUploadV3InternalServerError) IsServerError

IsServerError returns true when this integration builder upload v3 internal server error response has a 5xx status code

func (*IntegrationBuilderUploadV3InternalServerError) IsSuccess

IsSuccess returns true when this integration builder upload v3 internal server error response has a 2xx status code

func (*IntegrationBuilderUploadV3InternalServerError) String

type IntegrationBuilderUploadV3OK

type IntegrationBuilderUploadV3OK 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.UploadDataResponse
}

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

IntegrationBuilderUploadV3OK integration builder upload v3 o k

func NewIntegrationBuilderUploadV3OK

func NewIntegrationBuilderUploadV3OK() *IntegrationBuilderUploadV3OK

NewIntegrationBuilderUploadV3OK creates a IntegrationBuilderUploadV3OK with default headers values

func (*IntegrationBuilderUploadV3OK) Code

Code gets the status code for the integration builder upload v3 o k response

func (*IntegrationBuilderUploadV3OK) Error

func (*IntegrationBuilderUploadV3OK) GetPayload

func (*IntegrationBuilderUploadV3OK) IsClientError

func (o *IntegrationBuilderUploadV3OK) IsClientError() bool

IsClientError returns true when this integration builder upload v3 o k response has a 4xx status code

func (*IntegrationBuilderUploadV3OK) IsCode

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

IsCode returns true when this integration builder upload v3 o k response a status code equal to that given

func (*IntegrationBuilderUploadV3OK) IsRedirect

func (o *IntegrationBuilderUploadV3OK) IsRedirect() bool

IsRedirect returns true when this integration builder upload v3 o k response has a 3xx status code

func (*IntegrationBuilderUploadV3OK) IsServerError

func (o *IntegrationBuilderUploadV3OK) IsServerError() bool

IsServerError returns true when this integration builder upload v3 o k response has a 5xx status code

func (*IntegrationBuilderUploadV3OK) IsSuccess

func (o *IntegrationBuilderUploadV3OK) IsSuccess() bool

IsSuccess returns true when this integration builder upload v3 o k response has a 2xx status code

func (*IntegrationBuilderUploadV3OK) String

type IntegrationBuilderUploadV3Params

type IntegrationBuilderUploadV3Params struct {

	// Body.
	Body *models.UploadDataRequest

	/* ID.

	   Integration ID
	*/
	ID string

	/* SourceID.

	   Source ID
	*/
	SourceID string

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

IntegrationBuilderUploadV3Params contains all the parameters to send to the API endpoint

for the integration builder upload v3 operation.

Typically these are written to a http.Request.

func NewIntegrationBuilderUploadV3Params

func NewIntegrationBuilderUploadV3Params() *IntegrationBuilderUploadV3Params

NewIntegrationBuilderUploadV3Params creates a new IntegrationBuilderUploadV3Params 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 NewIntegrationBuilderUploadV3ParamsWithContext

func NewIntegrationBuilderUploadV3ParamsWithContext(ctx context.Context) *IntegrationBuilderUploadV3Params

NewIntegrationBuilderUploadV3ParamsWithContext creates a new IntegrationBuilderUploadV3Params object with the ability to set a context for a request.

func NewIntegrationBuilderUploadV3ParamsWithHTTPClient

func NewIntegrationBuilderUploadV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderUploadV3Params

NewIntegrationBuilderUploadV3ParamsWithHTTPClient creates a new IntegrationBuilderUploadV3Params object with the ability to set a custom HTTPClient for a request.

func NewIntegrationBuilderUploadV3ParamsWithTimeout

func NewIntegrationBuilderUploadV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderUploadV3Params

NewIntegrationBuilderUploadV3ParamsWithTimeout creates a new IntegrationBuilderUploadV3Params object with the ability to set a timeout on a request.

func (*IntegrationBuilderUploadV3Params) SetBody added in v0.17.0

SetBody adds the body to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) SetContext

SetContext adds the context to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) SetDefaults

func (o *IntegrationBuilderUploadV3Params) SetDefaults()

SetDefaults hydrates default values in the integration builder upload v3 params (not the query body).

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

func (*IntegrationBuilderUploadV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) SetID

SetID adds the id to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) SetSourceID

func (o *IntegrationBuilderUploadV3Params) SetSourceID(sourceID string)

SetSourceID adds the sourceId to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) SetTimeout

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

SetTimeout adds the timeout to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) WithBody added in v0.17.0

WithBody adds the body to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) WithContext

WithContext adds the context to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) WithDefaults

WithDefaults hydrates default values in the integration builder upload v3 params (not the query body).

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

func (*IntegrationBuilderUploadV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) WithID

WithID adds the id to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) WithSourceID

WithSourceID adds the sourceID to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) WithTimeout

WithTimeout adds the timeout to the integration builder upload v3 params

func (*IntegrationBuilderUploadV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntegrationBuilderUploadV3Reader

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

IntegrationBuilderUploadV3Reader is a Reader for the IntegrationBuilderUploadV3 structure.

func (*IntegrationBuilderUploadV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntegrationBuilderUploadV3TooManyRequests

type IntegrationBuilderUploadV3TooManyRequests 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
}

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

Too Many Requests

func NewIntegrationBuilderUploadV3TooManyRequests

func NewIntegrationBuilderUploadV3TooManyRequests() *IntegrationBuilderUploadV3TooManyRequests

NewIntegrationBuilderUploadV3TooManyRequests creates a IntegrationBuilderUploadV3TooManyRequests with default headers values

func (*IntegrationBuilderUploadV3TooManyRequests) Code

Code gets the status code for the integration builder upload v3 too many requests response

func (*IntegrationBuilderUploadV3TooManyRequests) Error

func (*IntegrationBuilderUploadV3TooManyRequests) GetPayload

func (*IntegrationBuilderUploadV3TooManyRequests) IsClientError

IsClientError returns true when this integration builder upload v3 too many requests response has a 4xx status code

func (*IntegrationBuilderUploadV3TooManyRequests) IsCode

IsCode returns true when this integration builder upload v3 too many requests response a status code equal to that given

func (*IntegrationBuilderUploadV3TooManyRequests) IsRedirect

IsRedirect returns true when this integration builder upload v3 too many requests response has a 3xx status code

func (*IntegrationBuilderUploadV3TooManyRequests) IsServerError

IsServerError returns true when this integration builder upload v3 too many requests response has a 5xx status code

func (*IntegrationBuilderUploadV3TooManyRequests) IsSuccess

IsSuccess returns true when this integration builder upload v3 too many requests response has a 2xx status code

func (*IntegrationBuilderUploadV3TooManyRequests) String

Source Files

Jump to

Keyboard shortcuts

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