Documentation
¶
Index ¶
- type Client
- func (a *Client) DismissAffectedEntityV3(params *DismissAffectedEntityV3Params, opts ...ClientOption) (*DismissAffectedEntityV3OK, error)
- func (a *Client) DismissSecurityCheckV3(params *DismissSecurityCheckV3Params, opts ...ClientOption) (*DismissSecurityCheckV3OK, error)
- func (a *Client) GetActivityMonitorV3(params *GetActivityMonitorV3Params, opts ...ClientOption) (*GetActivityMonitorV3OK, error)
- func (a *Client) GetAlertsV3(params *GetAlertsV3Params, opts ...ClientOption) (*GetAlertsV3OK, error)
- func (a *Client) GetAppInventory(params *GetAppInventoryParams, opts ...ClientOption) (*GetAppInventoryOK, error)
- func (a *Client) GetAppInventoryUsers(params *GetAppInventoryUsersParams, opts ...ClientOption) (*GetAppInventoryUsersOK, error)
- func (a *Client) GetAssetInventoryV3(params *GetAssetInventoryV3Params, opts ...ClientOption) (*GetAssetInventoryV3OK, error)
- func (a *Client) GetDeviceInventoryV3(params *GetDeviceInventoryV3Params, opts ...ClientOption) (*GetDeviceInventoryV3OK, error)
- func (a *Client) GetIntegrationsV3(params *GetIntegrationsV3Params, opts ...ClientOption) (*GetIntegrationsV3OK, error)
- func (a *Client) GetMetricsV3(params *GetMetricsV3Params, opts ...ClientOption) (*GetMetricsV3OK, error)
- func (a *Client) GetSecurityCheckAffectedV3(params *GetSecurityCheckAffectedV3Params, opts ...ClientOption) (*GetSecurityCheckAffectedV3OK, error)
- func (a *Client) GetSecurityCheckComplianceV3(params *GetSecurityCheckComplianceV3Params, opts ...ClientOption) (*GetSecurityCheckComplianceV3OK, error)
- func (a *Client) GetSecurityChecksV3(params *GetSecurityChecksV3Params, opts ...ClientOption) (*GetSecurityChecksV3OK, error)
- func (a *Client) GetSupportedSaasV3(params *GetSupportedSaasV3Params, opts ...ClientOption) (*GetSupportedSaasV3OK, error)
- func (a *Client) GetSystemLogsV3(params *GetSystemLogsV3Params, opts ...ClientOption) (*GetSystemLogsV3OK, error)
- func (a *Client) GetSystemUsersV3(params *GetSystemUsersV3Params, opts ...ClientOption) (*GetSystemUsersV3OK, error)
- func (a *Client) GetUserInventoryV3(params *GetUserInventoryV3Params, opts ...ClientOption) (*GetUserInventoryV3OK, error)
- func (a *Client) IntegrationBuilderEndTransactionV3(params *IntegrationBuilderEndTransactionV3Params, opts ...ClientOption) (*IntegrationBuilderEndTransactionV3OK, error)
- func (a *Client) IntegrationBuilderGetStatusV3(params *IntegrationBuilderGetStatusV3Params, opts ...ClientOption) (*IntegrationBuilderGetStatusV3OK, error)
- func (a *Client) IntegrationBuilderResetV3(params *IntegrationBuilderResetV3Params, opts ...ClientOption) (*IntegrationBuilderResetV3OK, error)
- func (a *Client) IntegrationBuilderUploadV3(params *IntegrationBuilderUploadV3Params, opts ...ClientOption) (*IntegrationBuilderUploadV3OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DismissAffectedEntityV3Body
- func (o *DismissAffectedEntityV3Body) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DismissAffectedEntityV3Body) MarshalBinary() ([]byte, error)
- func (o *DismissAffectedEntityV3Body) UnmarshalBinary(b []byte) error
- func (o *DismissAffectedEntityV3Body) Validate(formats strfmt.Registry) error
- type DismissAffectedEntityV3Forbidden
- func (o *DismissAffectedEntityV3Forbidden) Code() int
- func (o *DismissAffectedEntityV3Forbidden) Error() string
- func (o *DismissAffectedEntityV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DismissAffectedEntityV3Forbidden) IsClientError() bool
- func (o *DismissAffectedEntityV3Forbidden) IsCode(code int) bool
- func (o *DismissAffectedEntityV3Forbidden) IsRedirect() bool
- func (o *DismissAffectedEntityV3Forbidden) IsServerError() bool
- func (o *DismissAffectedEntityV3Forbidden) IsSuccess() bool
- func (o *DismissAffectedEntityV3Forbidden) String() string
- type DismissAffectedEntityV3InternalServerError
- func (o *DismissAffectedEntityV3InternalServerError) Code() int
- func (o *DismissAffectedEntityV3InternalServerError) Error() string
- func (o *DismissAffectedEntityV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *DismissAffectedEntityV3InternalServerError) IsClientError() bool
- func (o *DismissAffectedEntityV3InternalServerError) IsCode(code int) bool
- func (o *DismissAffectedEntityV3InternalServerError) IsRedirect() bool
- func (o *DismissAffectedEntityV3InternalServerError) IsServerError() bool
- func (o *DismissAffectedEntityV3InternalServerError) IsSuccess() bool
- func (o *DismissAffectedEntityV3InternalServerError) String() string
- type DismissAffectedEntityV3OK
- func (o *DismissAffectedEntityV3OK) Code() int
- func (o *DismissAffectedEntityV3OK) Error() string
- func (o *DismissAffectedEntityV3OK) GetPayload() *models.DismissAffected
- func (o *DismissAffectedEntityV3OK) IsClientError() bool
- func (o *DismissAffectedEntityV3OK) IsCode(code int) bool
- func (o *DismissAffectedEntityV3OK) IsRedirect() bool
- func (o *DismissAffectedEntityV3OK) IsServerError() bool
- func (o *DismissAffectedEntityV3OK) IsSuccess() bool
- func (o *DismissAffectedEntityV3OK) String() string
- type DismissAffectedEntityV3Params
- func NewDismissAffectedEntityV3Params() *DismissAffectedEntityV3Params
- func NewDismissAffectedEntityV3ParamsWithContext(ctx context.Context) *DismissAffectedEntityV3Params
- func NewDismissAffectedEntityV3ParamsWithHTTPClient(client *http.Client) *DismissAffectedEntityV3Params
- func NewDismissAffectedEntityV3ParamsWithTimeout(timeout time.Duration) *DismissAffectedEntityV3Params
- func (o *DismissAffectedEntityV3Params) SetBody(body DismissAffectedEntityV3Body)
- func (o *DismissAffectedEntityV3Params) SetContext(ctx context.Context)
- func (o *DismissAffectedEntityV3Params) SetDefaults()
- func (o *DismissAffectedEntityV3Params) SetHTTPClient(client *http.Client)
- func (o *DismissAffectedEntityV3Params) SetID(id string)
- func (o *DismissAffectedEntityV3Params) SetTimeout(timeout time.Duration)
- func (o *DismissAffectedEntityV3Params) WithBody(body DismissAffectedEntityV3Body) *DismissAffectedEntityV3Params
- func (o *DismissAffectedEntityV3Params) WithContext(ctx context.Context) *DismissAffectedEntityV3Params
- func (o *DismissAffectedEntityV3Params) WithDefaults() *DismissAffectedEntityV3Params
- func (o *DismissAffectedEntityV3Params) WithHTTPClient(client *http.Client) *DismissAffectedEntityV3Params
- func (o *DismissAffectedEntityV3Params) WithID(id string) *DismissAffectedEntityV3Params
- func (o *DismissAffectedEntityV3Params) WithTimeout(timeout time.Duration) *DismissAffectedEntityV3Params
- func (o *DismissAffectedEntityV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DismissAffectedEntityV3Reader
- type DismissAffectedEntityV3TooManyRequests
- func (o *DismissAffectedEntityV3TooManyRequests) Code() int
- func (o *DismissAffectedEntityV3TooManyRequests) Error() string
- func (o *DismissAffectedEntityV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DismissAffectedEntityV3TooManyRequests) IsClientError() bool
- func (o *DismissAffectedEntityV3TooManyRequests) IsCode(code int) bool
- func (o *DismissAffectedEntityV3TooManyRequests) IsRedirect() bool
- func (o *DismissAffectedEntityV3TooManyRequests) IsServerError() bool
- func (o *DismissAffectedEntityV3TooManyRequests) IsSuccess() bool
- func (o *DismissAffectedEntityV3TooManyRequests) String() string
- type DismissSecurityCheckV3Body
- func (o *DismissSecurityCheckV3Body) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DismissSecurityCheckV3Body) MarshalBinary() ([]byte, error)
- func (o *DismissSecurityCheckV3Body) UnmarshalBinary(b []byte) error
- func (o *DismissSecurityCheckV3Body) Validate(formats strfmt.Registry) error
- type DismissSecurityCheckV3Forbidden
- func (o *DismissSecurityCheckV3Forbidden) Code() int
- func (o *DismissSecurityCheckV3Forbidden) Error() string
- func (o *DismissSecurityCheckV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DismissSecurityCheckV3Forbidden) IsClientError() bool
- func (o *DismissSecurityCheckV3Forbidden) IsCode(code int) bool
- func (o *DismissSecurityCheckV3Forbidden) IsRedirect() bool
- func (o *DismissSecurityCheckV3Forbidden) IsServerError() bool
- func (o *DismissSecurityCheckV3Forbidden) IsSuccess() bool
- func (o *DismissSecurityCheckV3Forbidden) String() string
- type DismissSecurityCheckV3InternalServerError
- func (o *DismissSecurityCheckV3InternalServerError) Code() int
- func (o *DismissSecurityCheckV3InternalServerError) Error() string
- func (o *DismissSecurityCheckV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *DismissSecurityCheckV3InternalServerError) IsClientError() bool
- func (o *DismissSecurityCheckV3InternalServerError) IsCode(code int) bool
- func (o *DismissSecurityCheckV3InternalServerError) IsRedirect() bool
- func (o *DismissSecurityCheckV3InternalServerError) IsServerError() bool
- func (o *DismissSecurityCheckV3InternalServerError) IsSuccess() bool
- func (o *DismissSecurityCheckV3InternalServerError) String() string
- type DismissSecurityCheckV3OK
- func (o *DismissSecurityCheckV3OK) Code() int
- func (o *DismissSecurityCheckV3OK) Error() string
- func (o *DismissSecurityCheckV3OK) GetPayload() *models.DismissSecurityCheck
- func (o *DismissSecurityCheckV3OK) IsClientError() bool
- func (o *DismissSecurityCheckV3OK) IsCode(code int) bool
- func (o *DismissSecurityCheckV3OK) IsRedirect() bool
- func (o *DismissSecurityCheckV3OK) IsServerError() bool
- func (o *DismissSecurityCheckV3OK) IsSuccess() bool
- func (o *DismissSecurityCheckV3OK) String() string
- type DismissSecurityCheckV3Params
- func NewDismissSecurityCheckV3Params() *DismissSecurityCheckV3Params
- func NewDismissSecurityCheckV3ParamsWithContext(ctx context.Context) *DismissSecurityCheckV3Params
- func NewDismissSecurityCheckV3ParamsWithHTTPClient(client *http.Client) *DismissSecurityCheckV3Params
- func NewDismissSecurityCheckV3ParamsWithTimeout(timeout time.Duration) *DismissSecurityCheckV3Params
- func (o *DismissSecurityCheckV3Params) SetBody(body DismissSecurityCheckV3Body)
- func (o *DismissSecurityCheckV3Params) SetContext(ctx context.Context)
- func (o *DismissSecurityCheckV3Params) SetDefaults()
- func (o *DismissSecurityCheckV3Params) SetHTTPClient(client *http.Client)
- func (o *DismissSecurityCheckV3Params) SetID(id string)
- func (o *DismissSecurityCheckV3Params) SetTimeout(timeout time.Duration)
- func (o *DismissSecurityCheckV3Params) WithBody(body DismissSecurityCheckV3Body) *DismissSecurityCheckV3Params
- func (o *DismissSecurityCheckV3Params) WithContext(ctx context.Context) *DismissSecurityCheckV3Params
- func (o *DismissSecurityCheckV3Params) WithDefaults() *DismissSecurityCheckV3Params
- func (o *DismissSecurityCheckV3Params) WithHTTPClient(client *http.Client) *DismissSecurityCheckV3Params
- func (o *DismissSecurityCheckV3Params) WithID(id string) *DismissSecurityCheckV3Params
- func (o *DismissSecurityCheckV3Params) WithTimeout(timeout time.Duration) *DismissSecurityCheckV3Params
- func (o *DismissSecurityCheckV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DismissSecurityCheckV3Reader
- type DismissSecurityCheckV3TooManyRequests
- func (o *DismissSecurityCheckV3TooManyRequests) Code() int
- func (o *DismissSecurityCheckV3TooManyRequests) Error() string
- func (o *DismissSecurityCheckV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DismissSecurityCheckV3TooManyRequests) IsClientError() bool
- func (o *DismissSecurityCheckV3TooManyRequests) IsCode(code int) bool
- func (o *DismissSecurityCheckV3TooManyRequests) IsRedirect() bool
- func (o *DismissSecurityCheckV3TooManyRequests) IsServerError() bool
- func (o *DismissSecurityCheckV3TooManyRequests) IsSuccess() bool
- func (o *DismissSecurityCheckV3TooManyRequests) String() string
- type GetActivityMonitorV3Forbidden
- func (o *GetActivityMonitorV3Forbidden) Code() int
- func (o *GetActivityMonitorV3Forbidden) Error() string
- func (o *GetActivityMonitorV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetActivityMonitorV3Forbidden) IsClientError() bool
- func (o *GetActivityMonitorV3Forbidden) IsCode(code int) bool
- func (o *GetActivityMonitorV3Forbidden) IsRedirect() bool
- func (o *GetActivityMonitorV3Forbidden) IsServerError() bool
- func (o *GetActivityMonitorV3Forbidden) IsSuccess() bool
- func (o *GetActivityMonitorV3Forbidden) String() string
- type GetActivityMonitorV3InternalServerError
- func (o *GetActivityMonitorV3InternalServerError) Code() int
- func (o *GetActivityMonitorV3InternalServerError) Error() string
- func (o *GetActivityMonitorV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetActivityMonitorV3InternalServerError) IsClientError() bool
- func (o *GetActivityMonitorV3InternalServerError) IsCode(code int) bool
- func (o *GetActivityMonitorV3InternalServerError) IsRedirect() bool
- func (o *GetActivityMonitorV3InternalServerError) IsServerError() bool
- func (o *GetActivityMonitorV3InternalServerError) IsSuccess() bool
- func (o *GetActivityMonitorV3InternalServerError) String() string
- type GetActivityMonitorV3OK
- func (o *GetActivityMonitorV3OK) Code() int
- func (o *GetActivityMonitorV3OK) Error() string
- func (o *GetActivityMonitorV3OK) GetPayload() *models.GetActivityMonitor
- func (o *GetActivityMonitorV3OK) IsClientError() bool
- func (o *GetActivityMonitorV3OK) IsCode(code int) bool
- func (o *GetActivityMonitorV3OK) IsRedirect() bool
- func (o *GetActivityMonitorV3OK) IsServerError() bool
- func (o *GetActivityMonitorV3OK) IsSuccess() bool
- func (o *GetActivityMonitorV3OK) String() string
- type GetActivityMonitorV3Params
- func NewGetActivityMonitorV3Params() *GetActivityMonitorV3Params
- func NewGetActivityMonitorV3ParamsWithContext(ctx context.Context) *GetActivityMonitorV3Params
- func NewGetActivityMonitorV3ParamsWithHTTPClient(client *http.Client) *GetActivityMonitorV3Params
- func NewGetActivityMonitorV3ParamsWithTimeout(timeout time.Duration) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) SetActor(actor *string)
- func (o *GetActivityMonitorV3Params) SetCategory(category *string)
- func (o *GetActivityMonitorV3Params) SetContext(ctx context.Context)
- func (o *GetActivityMonitorV3Params) SetDefaults()
- func (o *GetActivityMonitorV3Params) SetFromDate(fromDate *strfmt.DateTime)
- func (o *GetActivityMonitorV3Params) SetHTTPClient(client *http.Client)
- func (o *GetActivityMonitorV3Params) SetIntegrationID(integrationID *string)
- func (o *GetActivityMonitorV3Params) SetLimit(limit *int64)
- func (o *GetActivityMonitorV3Params) SetProjection(projection *string)
- func (o *GetActivityMonitorV3Params) SetSkip(skip *int64)
- func (o *GetActivityMonitorV3Params) SetTimeout(timeout time.Duration)
- func (o *GetActivityMonitorV3Params) SetToDate(toDate *strfmt.DateTime)
- func (o *GetActivityMonitorV3Params) WithActor(actor *string) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithCategory(category *string) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithContext(ctx context.Context) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithDefaults() *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithFromDate(fromDate *strfmt.DateTime) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithHTTPClient(client *http.Client) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithIntegrationID(integrationID *string) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithLimit(limit *int64) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithProjection(projection *string) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithSkip(skip *int64) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithTimeout(timeout time.Duration) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WithToDate(toDate *strfmt.DateTime) *GetActivityMonitorV3Params
- func (o *GetActivityMonitorV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetActivityMonitorV3Reader
- type GetActivityMonitorV3TooManyRequests
- func (o *GetActivityMonitorV3TooManyRequests) Code() int
- func (o *GetActivityMonitorV3TooManyRequests) Error() string
- func (o *GetActivityMonitorV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetActivityMonitorV3TooManyRequests) IsClientError() bool
- func (o *GetActivityMonitorV3TooManyRequests) IsCode(code int) bool
- func (o *GetActivityMonitorV3TooManyRequests) IsRedirect() bool
- func (o *GetActivityMonitorV3TooManyRequests) IsServerError() bool
- func (o *GetActivityMonitorV3TooManyRequests) IsSuccess() bool
- func (o *GetActivityMonitorV3TooManyRequests) String() string
- type GetAlertsV3Forbidden
- func (o *GetAlertsV3Forbidden) Code() int
- func (o *GetAlertsV3Forbidden) Error() string
- func (o *GetAlertsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAlertsV3Forbidden) IsClientError() bool
- func (o *GetAlertsV3Forbidden) IsCode(code int) bool
- func (o *GetAlertsV3Forbidden) IsRedirect() bool
- func (o *GetAlertsV3Forbidden) IsServerError() bool
- func (o *GetAlertsV3Forbidden) IsSuccess() bool
- func (o *GetAlertsV3Forbidden) String() string
- type GetAlertsV3InternalServerError
- func (o *GetAlertsV3InternalServerError) Code() int
- func (o *GetAlertsV3InternalServerError) Error() string
- func (o *GetAlertsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAlertsV3InternalServerError) IsClientError() bool
- func (o *GetAlertsV3InternalServerError) IsCode(code int) bool
- func (o *GetAlertsV3InternalServerError) IsRedirect() bool
- func (o *GetAlertsV3InternalServerError) IsServerError() bool
- func (o *GetAlertsV3InternalServerError) IsSuccess() bool
- func (o *GetAlertsV3InternalServerError) String() string
- type GetAlertsV3OK
- func (o *GetAlertsV3OK) Code() int
- func (o *GetAlertsV3OK) Error() string
- func (o *GetAlertsV3OK) GetPayload() *models.GetAlertsResponse
- func (o *GetAlertsV3OK) IsClientError() bool
- func (o *GetAlertsV3OK) IsCode(code int) bool
- func (o *GetAlertsV3OK) IsRedirect() bool
- func (o *GetAlertsV3OK) IsServerError() bool
- func (o *GetAlertsV3OK) IsSuccess() bool
- func (o *GetAlertsV3OK) String() string
- type GetAlertsV3Params
- func (o *GetAlertsV3Params) SetAscending(ascending *bool)
- func (o *GetAlertsV3Params) SetContext(ctx context.Context)
- func (o *GetAlertsV3Params) SetDefaults()
- func (o *GetAlertsV3Params) SetFromDate(fromDate *strfmt.DateTime)
- func (o *GetAlertsV3Params) SetHTTPClient(client *http.Client)
- func (o *GetAlertsV3Params) SetID(id *string)
- func (o *GetAlertsV3Params) SetIntegrationID(integrationID *string)
- func (o *GetAlertsV3Params) SetLastID(lastID *string)
- func (o *GetAlertsV3Params) SetLimit(limit *int64)
- func (o *GetAlertsV3Params) SetOffset(offset *int64)
- func (o *GetAlertsV3Params) SetTimeout(timeout time.Duration)
- func (o *GetAlertsV3Params) SetToDate(toDate *strfmt.DateTime)
- func (o *GetAlertsV3Params) SetType(typeVar *string)
- func (o *GetAlertsV3Params) WithAscending(ascending *bool) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithContext(ctx context.Context) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithDefaults() *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithFromDate(fromDate *strfmt.DateTime) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithHTTPClient(client *http.Client) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithID(id *string) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithIntegrationID(integrationID *string) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithLastID(lastID *string) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithLimit(limit *int64) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithOffset(offset *int64) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithTimeout(timeout time.Duration) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithToDate(toDate *strfmt.DateTime) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WithType(typeVar *string) *GetAlertsV3Params
- func (o *GetAlertsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAlertsV3Reader
- type GetAlertsV3TooManyRequests
- func (o *GetAlertsV3TooManyRequests) Code() int
- func (o *GetAlertsV3TooManyRequests) Error() string
- func (o *GetAlertsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAlertsV3TooManyRequests) IsClientError() bool
- func (o *GetAlertsV3TooManyRequests) IsCode(code int) bool
- func (o *GetAlertsV3TooManyRequests) IsRedirect() bool
- func (o *GetAlertsV3TooManyRequests) IsServerError() bool
- func (o *GetAlertsV3TooManyRequests) IsSuccess() bool
- func (o *GetAlertsV3TooManyRequests) String() string
- type GetAppInventoryForbidden
- func (o *GetAppInventoryForbidden) Code() int
- func (o *GetAppInventoryForbidden) Error() string
- func (o *GetAppInventoryForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAppInventoryForbidden) IsClientError() bool
- func (o *GetAppInventoryForbidden) IsCode(code int) bool
- func (o *GetAppInventoryForbidden) IsRedirect() bool
- func (o *GetAppInventoryForbidden) IsServerError() bool
- func (o *GetAppInventoryForbidden) IsSuccess() bool
- func (o *GetAppInventoryForbidden) String() string
- type GetAppInventoryInternalServerError
- func (o *GetAppInventoryInternalServerError) Code() int
- func (o *GetAppInventoryInternalServerError) Error() string
- func (o *GetAppInventoryInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAppInventoryInternalServerError) IsClientError() bool
- func (o *GetAppInventoryInternalServerError) IsCode(code int) bool
- func (o *GetAppInventoryInternalServerError) IsRedirect() bool
- func (o *GetAppInventoryInternalServerError) IsServerError() bool
- func (o *GetAppInventoryInternalServerError) IsSuccess() bool
- func (o *GetAppInventoryInternalServerError) String() string
- type GetAppInventoryOK
- func (o *GetAppInventoryOK) Code() int
- func (o *GetAppInventoryOK) Error() string
- func (o *GetAppInventoryOK) GetPayload() *models.AppInventory
- func (o *GetAppInventoryOK) IsClientError() bool
- func (o *GetAppInventoryOK) IsCode(code int) bool
- func (o *GetAppInventoryOK) IsRedirect() bool
- func (o *GetAppInventoryOK) IsServerError() bool
- func (o *GetAppInventoryOK) IsSuccess() bool
- func (o *GetAppInventoryOK) String() string
- type GetAppInventoryParams
- func NewGetAppInventoryParams() *GetAppInventoryParams
- func NewGetAppInventoryParamsWithContext(ctx context.Context) *GetAppInventoryParams
- func NewGetAppInventoryParamsWithHTTPClient(client *http.Client) *GetAppInventoryParams
- func NewGetAppInventoryParamsWithTimeout(timeout time.Duration) *GetAppInventoryParams
- func (o *GetAppInventoryParams) SetAccessLevel(accessLevel *string)
- func (o *GetAppInventoryParams) SetContext(ctx context.Context)
- func (o *GetAppInventoryParams) SetDefaults()
- func (o *GetAppInventoryParams) SetGroups(groups *string)
- func (o *GetAppInventoryParams) SetHTTPClient(client *http.Client)
- func (o *GetAppInventoryParams) SetIntegrationID(integrationID *string)
- func (o *GetAppInventoryParams) SetLastActivity(lastActivity *string)
- func (o *GetAppInventoryParams) SetLimit(limit *int64)
- func (o *GetAppInventoryParams) SetOffset(offset *int64)
- func (o *GetAppInventoryParams) SetScopes(scopes *string)
- func (o *GetAppInventoryParams) SetStatus(status *string)
- func (o *GetAppInventoryParams) SetTimeout(timeout time.Duration)
- func (o *GetAppInventoryParams) SetType(typeVar *string)
- func (o *GetAppInventoryParams) SetUsers(users *string)
- func (o *GetAppInventoryParams) WithAccessLevel(accessLevel *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithContext(ctx context.Context) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithDefaults() *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithGroups(groups *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithHTTPClient(client *http.Client) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithIntegrationID(integrationID *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithLastActivity(lastActivity *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithLimit(limit *int64) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithOffset(offset *int64) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithScopes(scopes *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithStatus(status *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithTimeout(timeout time.Duration) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithType(typeVar *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WithUsers(users *string) *GetAppInventoryParams
- func (o *GetAppInventoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppInventoryReader
- type GetAppInventoryTooManyRequests
- func (o *GetAppInventoryTooManyRequests) Code() int
- func (o *GetAppInventoryTooManyRequests) Error() string
- func (o *GetAppInventoryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAppInventoryTooManyRequests) IsClientError() bool
- func (o *GetAppInventoryTooManyRequests) IsCode(code int) bool
- func (o *GetAppInventoryTooManyRequests) IsRedirect() bool
- func (o *GetAppInventoryTooManyRequests) IsServerError() bool
- func (o *GetAppInventoryTooManyRequests) IsSuccess() bool
- func (o *GetAppInventoryTooManyRequests) String() string
- type GetAppInventoryUsersForbidden
- func (o *GetAppInventoryUsersForbidden) Code() int
- func (o *GetAppInventoryUsersForbidden) Error() string
- func (o *GetAppInventoryUsersForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAppInventoryUsersForbidden) IsClientError() bool
- func (o *GetAppInventoryUsersForbidden) IsCode(code int) bool
- func (o *GetAppInventoryUsersForbidden) IsRedirect() bool
- func (o *GetAppInventoryUsersForbidden) IsServerError() bool
- func (o *GetAppInventoryUsersForbidden) IsSuccess() bool
- func (o *GetAppInventoryUsersForbidden) String() string
- type GetAppInventoryUsersInternalServerError
- func (o *GetAppInventoryUsersInternalServerError) Code() int
- func (o *GetAppInventoryUsersInternalServerError) Error() string
- func (o *GetAppInventoryUsersInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAppInventoryUsersInternalServerError) IsClientError() bool
- func (o *GetAppInventoryUsersInternalServerError) IsCode(code int) bool
- func (o *GetAppInventoryUsersInternalServerError) IsRedirect() bool
- func (o *GetAppInventoryUsersInternalServerError) IsServerError() bool
- func (o *GetAppInventoryUsersInternalServerError) IsSuccess() bool
- func (o *GetAppInventoryUsersInternalServerError) String() string
- type GetAppInventoryUsersOK
- func (o *GetAppInventoryUsersOK) Code() int
- func (o *GetAppInventoryUsersOK) Error() string
- func (o *GetAppInventoryUsersOK) GetPayload() *models.AppInventoryUsers
- func (o *GetAppInventoryUsersOK) IsClientError() bool
- func (o *GetAppInventoryUsersOK) IsCode(code int) bool
- func (o *GetAppInventoryUsersOK) IsRedirect() bool
- func (o *GetAppInventoryUsersOK) IsServerError() bool
- func (o *GetAppInventoryUsersOK) IsSuccess() bool
- func (o *GetAppInventoryUsersOK) String() string
- type GetAppInventoryUsersParams
- func NewGetAppInventoryUsersParams() *GetAppInventoryUsersParams
- func NewGetAppInventoryUsersParamsWithContext(ctx context.Context) *GetAppInventoryUsersParams
- func NewGetAppInventoryUsersParamsWithHTTPClient(client *http.Client) *GetAppInventoryUsersParams
- func NewGetAppInventoryUsersParamsWithTimeout(timeout time.Duration) *GetAppInventoryUsersParams
- func (o *GetAppInventoryUsersParams) SetContext(ctx context.Context)
- func (o *GetAppInventoryUsersParams) SetDefaults()
- func (o *GetAppInventoryUsersParams) SetHTTPClient(client *http.Client)
- func (o *GetAppInventoryUsersParams) SetItemID(itemID string)
- func (o *GetAppInventoryUsersParams) SetTimeout(timeout time.Duration)
- func (o *GetAppInventoryUsersParams) WithContext(ctx context.Context) *GetAppInventoryUsersParams
- func (o *GetAppInventoryUsersParams) WithDefaults() *GetAppInventoryUsersParams
- func (o *GetAppInventoryUsersParams) WithHTTPClient(client *http.Client) *GetAppInventoryUsersParams
- func (o *GetAppInventoryUsersParams) WithItemID(itemID string) *GetAppInventoryUsersParams
- func (o *GetAppInventoryUsersParams) WithTimeout(timeout time.Duration) *GetAppInventoryUsersParams
- func (o *GetAppInventoryUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppInventoryUsersReader
- type GetAppInventoryUsersTooManyRequests
- func (o *GetAppInventoryUsersTooManyRequests) Code() int
- func (o *GetAppInventoryUsersTooManyRequests) Error() string
- func (o *GetAppInventoryUsersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAppInventoryUsersTooManyRequests) IsClientError() bool
- func (o *GetAppInventoryUsersTooManyRequests) IsCode(code int) bool
- func (o *GetAppInventoryUsersTooManyRequests) IsRedirect() bool
- func (o *GetAppInventoryUsersTooManyRequests) IsServerError() bool
- func (o *GetAppInventoryUsersTooManyRequests) IsSuccess() bool
- func (o *GetAppInventoryUsersTooManyRequests) String() string
- type GetAssetInventoryV3Forbidden
- func (o *GetAssetInventoryV3Forbidden) Code() int
- func (o *GetAssetInventoryV3Forbidden) Error() string
- func (o *GetAssetInventoryV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAssetInventoryV3Forbidden) IsClientError() bool
- func (o *GetAssetInventoryV3Forbidden) IsCode(code int) bool
- func (o *GetAssetInventoryV3Forbidden) IsRedirect() bool
- func (o *GetAssetInventoryV3Forbidden) IsServerError() bool
- func (o *GetAssetInventoryV3Forbidden) IsSuccess() bool
- func (o *GetAssetInventoryV3Forbidden) String() string
- type GetAssetInventoryV3InternalServerError
- func (o *GetAssetInventoryV3InternalServerError) Code() int
- func (o *GetAssetInventoryV3InternalServerError) Error() string
- func (o *GetAssetInventoryV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAssetInventoryV3InternalServerError) IsClientError() bool
- func (o *GetAssetInventoryV3InternalServerError) IsCode(code int) bool
- func (o *GetAssetInventoryV3InternalServerError) IsRedirect() bool
- func (o *GetAssetInventoryV3InternalServerError) IsServerError() bool
- func (o *GetAssetInventoryV3InternalServerError) IsSuccess() bool
- func (o *GetAssetInventoryV3InternalServerError) String() string
- type GetAssetInventoryV3OK
- func (o *GetAssetInventoryV3OK) Code() int
- func (o *GetAssetInventoryV3OK) Error() string
- func (o *GetAssetInventoryV3OK) GetPayload() *models.GetAssetInventory
- func (o *GetAssetInventoryV3OK) IsClientError() bool
- func (o *GetAssetInventoryV3OK) IsCode(code int) bool
- func (o *GetAssetInventoryV3OK) IsRedirect() bool
- func (o *GetAssetInventoryV3OK) IsServerError() bool
- func (o *GetAssetInventoryV3OK) IsSuccess() bool
- func (o *GetAssetInventoryV3OK) String() string
- type GetAssetInventoryV3Params
- func NewGetAssetInventoryV3Params() *GetAssetInventoryV3Params
- func NewGetAssetInventoryV3ParamsWithContext(ctx context.Context) *GetAssetInventoryV3Params
- func NewGetAssetInventoryV3ParamsWithHTTPClient(client *http.Client) *GetAssetInventoryV3Params
- func NewGetAssetInventoryV3ParamsWithTimeout(timeout time.Duration) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) SetAccessLevel(accessLevel *string)
- func (o *GetAssetInventoryV3Params) SetContext(ctx context.Context)
- func (o *GetAssetInventoryV3Params) SetDefaults()
- func (o *GetAssetInventoryV3Params) SetHTTPClient(client *http.Client)
- func (o *GetAssetInventoryV3Params) SetIntegrationID(integrationID *string)
- func (o *GetAssetInventoryV3Params) SetLastAccessed(lastAccessed *string)
- func (o *GetAssetInventoryV3Params) SetLastModified(lastModified *string)
- func (o *GetAssetInventoryV3Params) SetLimit(limit *int64)
- func (o *GetAssetInventoryV3Params) SetOffset(offset *int64)
- func (o *GetAssetInventoryV3Params) SetPasswordProtected(passwordProtected *bool)
- func (o *GetAssetInventoryV3Params) SetResourceName(resourceName *string)
- func (o *GetAssetInventoryV3Params) SetResourceOwner(resourceOwner *string)
- func (o *GetAssetInventoryV3Params) SetResourceOwnerEnabled(resourceOwnerEnabled *bool)
- func (o *GetAssetInventoryV3Params) SetResourceType(resourceType *string)
- func (o *GetAssetInventoryV3Params) SetTimeout(timeout time.Duration)
- func (o *GetAssetInventoryV3Params) SetUnmanagedDomain(unmanagedDomain *string)
- func (o *GetAssetInventoryV3Params) WithAccessLevel(accessLevel *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithContext(ctx context.Context) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithDefaults() *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithHTTPClient(client *http.Client) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithIntegrationID(integrationID *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithLastAccessed(lastAccessed *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithLastModified(lastModified *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithLimit(limit *int64) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithOffset(offset *int64) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithPasswordProtected(passwordProtected *bool) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithResourceName(resourceName *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithResourceOwner(resourceOwner *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithResourceOwnerEnabled(resourceOwnerEnabled *bool) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithResourceType(resourceType *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithTimeout(timeout time.Duration) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WithUnmanagedDomain(unmanagedDomain *string) *GetAssetInventoryV3Params
- func (o *GetAssetInventoryV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAssetInventoryV3Reader
- type GetAssetInventoryV3TooManyRequests
- func (o *GetAssetInventoryV3TooManyRequests) Code() int
- func (o *GetAssetInventoryV3TooManyRequests) Error() string
- func (o *GetAssetInventoryV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAssetInventoryV3TooManyRequests) IsClientError() bool
- func (o *GetAssetInventoryV3TooManyRequests) IsCode(code int) bool
- func (o *GetAssetInventoryV3TooManyRequests) IsRedirect() bool
- func (o *GetAssetInventoryV3TooManyRequests) IsServerError() bool
- func (o *GetAssetInventoryV3TooManyRequests) IsSuccess() bool
- func (o *GetAssetInventoryV3TooManyRequests) String() string
- type GetDeviceInventoryV3Forbidden
- func (o *GetDeviceInventoryV3Forbidden) Code() int
- func (o *GetDeviceInventoryV3Forbidden) Error() string
- func (o *GetDeviceInventoryV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetDeviceInventoryV3Forbidden) IsClientError() bool
- func (o *GetDeviceInventoryV3Forbidden) IsCode(code int) bool
- func (o *GetDeviceInventoryV3Forbidden) IsRedirect() bool
- func (o *GetDeviceInventoryV3Forbidden) IsServerError() bool
- func (o *GetDeviceInventoryV3Forbidden) IsSuccess() bool
- func (o *GetDeviceInventoryV3Forbidden) String() string
- type GetDeviceInventoryV3InternalServerError
- func (o *GetDeviceInventoryV3InternalServerError) Code() int
- func (o *GetDeviceInventoryV3InternalServerError) Error() string
- func (o *GetDeviceInventoryV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetDeviceInventoryV3InternalServerError) IsClientError() bool
- func (o *GetDeviceInventoryV3InternalServerError) IsCode(code int) bool
- func (o *GetDeviceInventoryV3InternalServerError) IsRedirect() bool
- func (o *GetDeviceInventoryV3InternalServerError) IsServerError() bool
- func (o *GetDeviceInventoryV3InternalServerError) IsSuccess() bool
- func (o *GetDeviceInventoryV3InternalServerError) String() string
- type GetDeviceInventoryV3OK
- func (o *GetDeviceInventoryV3OK) Code() int
- func (o *GetDeviceInventoryV3OK) Error() string
- func (o *GetDeviceInventoryV3OK) GetPayload() *models.GetDeviceInventory
- func (o *GetDeviceInventoryV3OK) IsClientError() bool
- func (o *GetDeviceInventoryV3OK) IsCode(code int) bool
- func (o *GetDeviceInventoryV3OK) IsRedirect() bool
- func (o *GetDeviceInventoryV3OK) IsServerError() bool
- func (o *GetDeviceInventoryV3OK) IsSuccess() bool
- func (o *GetDeviceInventoryV3OK) String() string
- type GetDeviceInventoryV3Params
- func NewGetDeviceInventoryV3Params() *GetDeviceInventoryV3Params
- func NewGetDeviceInventoryV3ParamsWithContext(ctx context.Context) *GetDeviceInventoryV3Params
- func NewGetDeviceInventoryV3ParamsWithHTTPClient(client *http.Client) *GetDeviceInventoryV3Params
- func NewGetDeviceInventoryV3ParamsWithTimeout(timeout time.Duration) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) SetContext(ctx context.Context)
- func (o *GetDeviceInventoryV3Params) SetDefaults()
- func (o *GetDeviceInventoryV3Params) SetEmail(email *string)
- func (o *GetDeviceInventoryV3Params) SetHTTPClient(client *http.Client)
- func (o *GetDeviceInventoryV3Params) SetIntegrationID(integrationID *string)
- func (o *GetDeviceInventoryV3Params) SetLimit(limit *int64)
- func (o *GetDeviceInventoryV3Params) SetOffset(offset *int64)
- func (o *GetDeviceInventoryV3Params) SetPrivilegedOnly(privilegedOnly *bool)
- func (o *GetDeviceInventoryV3Params) SetTimeout(timeout time.Duration)
- func (o *GetDeviceInventoryV3Params) SetUnassociatedDevices(unassociatedDevices *bool)
- func (o *GetDeviceInventoryV3Params) WithContext(ctx context.Context) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithDefaults() *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithEmail(email *string) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithHTTPClient(client *http.Client) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithIntegrationID(integrationID *string) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithLimit(limit *int64) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithOffset(offset *int64) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithPrivilegedOnly(privilegedOnly *bool) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithTimeout(timeout time.Duration) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WithUnassociatedDevices(unassociatedDevices *bool) *GetDeviceInventoryV3Params
- func (o *GetDeviceInventoryV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeviceInventoryV3Reader
- type GetDeviceInventoryV3TooManyRequests
- func (o *GetDeviceInventoryV3TooManyRequests) Code() int
- func (o *GetDeviceInventoryV3TooManyRequests) Error() string
- func (o *GetDeviceInventoryV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetDeviceInventoryV3TooManyRequests) IsClientError() bool
- func (o *GetDeviceInventoryV3TooManyRequests) IsCode(code int) bool
- func (o *GetDeviceInventoryV3TooManyRequests) IsRedirect() bool
- func (o *GetDeviceInventoryV3TooManyRequests) IsServerError() bool
- func (o *GetDeviceInventoryV3TooManyRequests) IsSuccess() bool
- func (o *GetDeviceInventoryV3TooManyRequests) String() string
- type GetIntegrationsV3Forbidden
- func (o *GetIntegrationsV3Forbidden) Code() int
- func (o *GetIntegrationsV3Forbidden) Error() string
- func (o *GetIntegrationsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntegrationsV3Forbidden) IsClientError() bool
- func (o *GetIntegrationsV3Forbidden) IsCode(code int) bool
- func (o *GetIntegrationsV3Forbidden) IsRedirect() bool
- func (o *GetIntegrationsV3Forbidden) IsServerError() bool
- func (o *GetIntegrationsV3Forbidden) IsSuccess() bool
- func (o *GetIntegrationsV3Forbidden) String() string
- type GetIntegrationsV3InternalServerError
- func (o *GetIntegrationsV3InternalServerError) Code() int
- func (o *GetIntegrationsV3InternalServerError) Error() string
- func (o *GetIntegrationsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntegrationsV3InternalServerError) IsClientError() bool
- func (o *GetIntegrationsV3InternalServerError) IsCode(code int) bool
- func (o *GetIntegrationsV3InternalServerError) IsRedirect() bool
- func (o *GetIntegrationsV3InternalServerError) IsServerError() bool
- func (o *GetIntegrationsV3InternalServerError) IsSuccess() bool
- func (o *GetIntegrationsV3InternalServerError) String() string
- type GetIntegrationsV3OK
- func (o *GetIntegrationsV3OK) Code() int
- func (o *GetIntegrationsV3OK) Error() string
- func (o *GetIntegrationsV3OK) GetPayload() *models.GetIntegrations
- func (o *GetIntegrationsV3OK) IsClientError() bool
- func (o *GetIntegrationsV3OK) IsCode(code int) bool
- func (o *GetIntegrationsV3OK) IsRedirect() bool
- func (o *GetIntegrationsV3OK) IsServerError() bool
- func (o *GetIntegrationsV3OK) IsSuccess() bool
- func (o *GetIntegrationsV3OK) String() string
- type GetIntegrationsV3Params
- func NewGetIntegrationsV3Params() *GetIntegrationsV3Params
- func NewGetIntegrationsV3ParamsWithContext(ctx context.Context) *GetIntegrationsV3Params
- func NewGetIntegrationsV3ParamsWithHTTPClient(client *http.Client) *GetIntegrationsV3Params
- func NewGetIntegrationsV3ParamsWithTimeout(timeout time.Duration) *GetIntegrationsV3Params
- func (o *GetIntegrationsV3Params) SetContext(ctx context.Context)
- func (o *GetIntegrationsV3Params) SetDefaults()
- func (o *GetIntegrationsV3Params) SetHTTPClient(client *http.Client)
- func (o *GetIntegrationsV3Params) SetSaasID(saasID *string)
- func (o *GetIntegrationsV3Params) SetTimeout(timeout time.Duration)
- func (o *GetIntegrationsV3Params) WithContext(ctx context.Context) *GetIntegrationsV3Params
- func (o *GetIntegrationsV3Params) WithDefaults() *GetIntegrationsV3Params
- func (o *GetIntegrationsV3Params) WithHTTPClient(client *http.Client) *GetIntegrationsV3Params
- func (o *GetIntegrationsV3Params) WithSaasID(saasID *string) *GetIntegrationsV3Params
- func (o *GetIntegrationsV3Params) WithTimeout(timeout time.Duration) *GetIntegrationsV3Params
- func (o *GetIntegrationsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIntegrationsV3Reader
- type GetIntegrationsV3TooManyRequests
- func (o *GetIntegrationsV3TooManyRequests) Code() int
- func (o *GetIntegrationsV3TooManyRequests) Error() string
- func (o *GetIntegrationsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIntegrationsV3TooManyRequests) IsClientError() bool
- func (o *GetIntegrationsV3TooManyRequests) IsCode(code int) bool
- func (o *GetIntegrationsV3TooManyRequests) IsRedirect() bool
- func (o *GetIntegrationsV3TooManyRequests) IsServerError() bool
- func (o *GetIntegrationsV3TooManyRequests) IsSuccess() bool
- func (o *GetIntegrationsV3TooManyRequests) String() string
- type GetMetricsV3Forbidden
- func (o *GetMetricsV3Forbidden) Code() int
- func (o *GetMetricsV3Forbidden) Error() string
- func (o *GetMetricsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetMetricsV3Forbidden) IsClientError() bool
- func (o *GetMetricsV3Forbidden) IsCode(code int) bool
- func (o *GetMetricsV3Forbidden) IsRedirect() bool
- func (o *GetMetricsV3Forbidden) IsServerError() bool
- func (o *GetMetricsV3Forbidden) IsSuccess() bool
- func (o *GetMetricsV3Forbidden) String() string
- type GetMetricsV3InternalServerError
- func (o *GetMetricsV3InternalServerError) Code() int
- func (o *GetMetricsV3InternalServerError) Error() string
- func (o *GetMetricsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetMetricsV3InternalServerError) IsClientError() bool
- func (o *GetMetricsV3InternalServerError) IsCode(code int) bool
- func (o *GetMetricsV3InternalServerError) IsRedirect() bool
- func (o *GetMetricsV3InternalServerError) IsServerError() bool
- func (o *GetMetricsV3InternalServerError) IsSuccess() bool
- func (o *GetMetricsV3InternalServerError) String() string
- type GetMetricsV3OK
- func (o *GetMetricsV3OK) Code() int
- func (o *GetMetricsV3OK) Error() string
- func (o *GetMetricsV3OK) GetPayload() *models.GetMetrics
- func (o *GetMetricsV3OK) IsClientError() bool
- func (o *GetMetricsV3OK) IsCode(code int) bool
- func (o *GetMetricsV3OK) IsRedirect() bool
- func (o *GetMetricsV3OK) IsServerError() bool
- func (o *GetMetricsV3OK) IsSuccess() bool
- func (o *GetMetricsV3OK) String() string
- type GetMetricsV3Params
- func (o *GetMetricsV3Params) SetCheckType(checkType *string)
- func (o *GetMetricsV3Params) SetCompliance(compliance *bool)
- func (o *GetMetricsV3Params) SetContext(ctx context.Context)
- func (o *GetMetricsV3Params) SetDefaults()
- func (o *GetMetricsV3Params) SetHTTPClient(client *http.Client)
- func (o *GetMetricsV3Params) SetImpact(impact *string)
- func (o *GetMetricsV3Params) SetIntegrationID(integrationID *string)
- func (o *GetMetricsV3Params) SetLimit(limit *int64)
- func (o *GetMetricsV3Params) SetOffset(offset *int64)
- func (o *GetMetricsV3Params) SetStatus(status *string)
- func (o *GetMetricsV3Params) SetTimeout(timeout time.Duration)
- func (o *GetMetricsV3Params) WithCheckType(checkType *string) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithCompliance(compliance *bool) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithContext(ctx context.Context) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithDefaults() *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithHTTPClient(client *http.Client) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithImpact(impact *string) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithIntegrationID(integrationID *string) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithLimit(limit *int64) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithOffset(offset *int64) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithStatus(status *string) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WithTimeout(timeout time.Duration) *GetMetricsV3Params
- func (o *GetMetricsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMetricsV3Reader
- type GetMetricsV3TooManyRequests
- func (o *GetMetricsV3TooManyRequests) Code() int
- func (o *GetMetricsV3TooManyRequests) Error() string
- func (o *GetMetricsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetMetricsV3TooManyRequests) IsClientError() bool
- func (o *GetMetricsV3TooManyRequests) IsCode(code int) bool
- func (o *GetMetricsV3TooManyRequests) IsRedirect() bool
- func (o *GetMetricsV3TooManyRequests) IsServerError() bool
- func (o *GetMetricsV3TooManyRequests) IsSuccess() bool
- func (o *GetMetricsV3TooManyRequests) String() string
- type GetSecurityCheckAffectedV3Forbidden
- func (o *GetSecurityCheckAffectedV3Forbidden) Code() int
- func (o *GetSecurityCheckAffectedV3Forbidden) Error() string
- func (o *GetSecurityCheckAffectedV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityCheckAffectedV3Forbidden) IsClientError() bool
- func (o *GetSecurityCheckAffectedV3Forbidden) IsCode(code int) bool
- func (o *GetSecurityCheckAffectedV3Forbidden) IsRedirect() bool
- func (o *GetSecurityCheckAffectedV3Forbidden) IsServerError() bool
- func (o *GetSecurityCheckAffectedV3Forbidden) IsSuccess() bool
- func (o *GetSecurityCheckAffectedV3Forbidden) String() string
- type GetSecurityCheckAffectedV3InternalServerError
- func (o *GetSecurityCheckAffectedV3InternalServerError) Code() int
- func (o *GetSecurityCheckAffectedV3InternalServerError) Error() string
- func (o *GetSecurityCheckAffectedV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityCheckAffectedV3InternalServerError) IsClientError() bool
- func (o *GetSecurityCheckAffectedV3InternalServerError) IsCode(code int) bool
- func (o *GetSecurityCheckAffectedV3InternalServerError) IsRedirect() bool
- func (o *GetSecurityCheckAffectedV3InternalServerError) IsServerError() bool
- func (o *GetSecurityCheckAffectedV3InternalServerError) IsSuccess() bool
- func (o *GetSecurityCheckAffectedV3InternalServerError) String() string
- type GetSecurityCheckAffectedV3OK
- func (o *GetSecurityCheckAffectedV3OK) Code() int
- func (o *GetSecurityCheckAffectedV3OK) Error() string
- func (o *GetSecurityCheckAffectedV3OK) GetPayload() *models.GetAffected
- func (o *GetSecurityCheckAffectedV3OK) IsClientError() bool
- func (o *GetSecurityCheckAffectedV3OK) IsCode(code int) bool
- func (o *GetSecurityCheckAffectedV3OK) IsRedirect() bool
- func (o *GetSecurityCheckAffectedV3OK) IsServerError() bool
- func (o *GetSecurityCheckAffectedV3OK) IsSuccess() bool
- func (o *GetSecurityCheckAffectedV3OK) String() string
- type GetSecurityCheckAffectedV3Params
- func NewGetSecurityCheckAffectedV3Params() *GetSecurityCheckAffectedV3Params
- func NewGetSecurityCheckAffectedV3ParamsWithContext(ctx context.Context) *GetSecurityCheckAffectedV3Params
- func NewGetSecurityCheckAffectedV3ParamsWithHTTPClient(client *http.Client) *GetSecurityCheckAffectedV3Params
- func NewGetSecurityCheckAffectedV3ParamsWithTimeout(timeout time.Duration) *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) SetContext(ctx context.Context)
- func (o *GetSecurityCheckAffectedV3Params) SetDefaults()
- func (o *GetSecurityCheckAffectedV3Params) SetHTTPClient(client *http.Client)
- func (o *GetSecurityCheckAffectedV3Params) SetID(id string)
- func (o *GetSecurityCheckAffectedV3Params) SetLimit(limit *int64)
- func (o *GetSecurityCheckAffectedV3Params) SetOffset(offset *int64)
- func (o *GetSecurityCheckAffectedV3Params) SetTimeout(timeout time.Duration)
- func (o *GetSecurityCheckAffectedV3Params) WithContext(ctx context.Context) *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) WithDefaults() *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) WithHTTPClient(client *http.Client) *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) WithID(id string) *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) WithLimit(limit *int64) *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) WithOffset(offset *int64) *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) WithTimeout(timeout time.Duration) *GetSecurityCheckAffectedV3Params
- func (o *GetSecurityCheckAffectedV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSecurityCheckAffectedV3Reader
- type GetSecurityCheckAffectedV3TooManyRequests
- func (o *GetSecurityCheckAffectedV3TooManyRequests) Code() int
- func (o *GetSecurityCheckAffectedV3TooManyRequests) Error() string
- func (o *GetSecurityCheckAffectedV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityCheckAffectedV3TooManyRequests) IsClientError() bool
- func (o *GetSecurityCheckAffectedV3TooManyRequests) IsCode(code int) bool
- func (o *GetSecurityCheckAffectedV3TooManyRequests) IsRedirect() bool
- func (o *GetSecurityCheckAffectedV3TooManyRequests) IsServerError() bool
- func (o *GetSecurityCheckAffectedV3TooManyRequests) IsSuccess() bool
- func (o *GetSecurityCheckAffectedV3TooManyRequests) String() string
- type GetSecurityCheckComplianceV3Forbidden
- func (o *GetSecurityCheckComplianceV3Forbidden) Code() int
- func (o *GetSecurityCheckComplianceV3Forbidden) Error() string
- func (o *GetSecurityCheckComplianceV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityCheckComplianceV3Forbidden) IsClientError() bool
- func (o *GetSecurityCheckComplianceV3Forbidden) IsCode(code int) bool
- func (o *GetSecurityCheckComplianceV3Forbidden) IsRedirect() bool
- func (o *GetSecurityCheckComplianceV3Forbidden) IsServerError() bool
- func (o *GetSecurityCheckComplianceV3Forbidden) IsSuccess() bool
- func (o *GetSecurityCheckComplianceV3Forbidden) String() string
- type GetSecurityCheckComplianceV3InternalServerError
- func (o *GetSecurityCheckComplianceV3InternalServerError) Code() int
- func (o *GetSecurityCheckComplianceV3InternalServerError) Error() string
- func (o *GetSecurityCheckComplianceV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityCheckComplianceV3InternalServerError) IsClientError() bool
- func (o *GetSecurityCheckComplianceV3InternalServerError) IsCode(code int) bool
- func (o *GetSecurityCheckComplianceV3InternalServerError) IsRedirect() bool
- func (o *GetSecurityCheckComplianceV3InternalServerError) IsServerError() bool
- func (o *GetSecurityCheckComplianceV3InternalServerError) IsSuccess() bool
- func (o *GetSecurityCheckComplianceV3InternalServerError) String() string
- type GetSecurityCheckComplianceV3OK
- func (o *GetSecurityCheckComplianceV3OK) Code() int
- func (o *GetSecurityCheckComplianceV3OK) Error() string
- func (o *GetSecurityCheckComplianceV3OK) GetPayload() *models.GetSecurityCompliance
- func (o *GetSecurityCheckComplianceV3OK) IsClientError() bool
- func (o *GetSecurityCheckComplianceV3OK) IsCode(code int) bool
- func (o *GetSecurityCheckComplianceV3OK) IsRedirect() bool
- func (o *GetSecurityCheckComplianceV3OK) IsServerError() bool
- func (o *GetSecurityCheckComplianceV3OK) IsSuccess() bool
- func (o *GetSecurityCheckComplianceV3OK) String() string
- type GetSecurityCheckComplianceV3Params
- func NewGetSecurityCheckComplianceV3Params() *GetSecurityCheckComplianceV3Params
- func NewGetSecurityCheckComplianceV3ParamsWithContext(ctx context.Context) *GetSecurityCheckComplianceV3Params
- func NewGetSecurityCheckComplianceV3ParamsWithHTTPClient(client *http.Client) *GetSecurityCheckComplianceV3Params
- func NewGetSecurityCheckComplianceV3ParamsWithTimeout(timeout time.Duration) *GetSecurityCheckComplianceV3Params
- func (o *GetSecurityCheckComplianceV3Params) SetContext(ctx context.Context)
- func (o *GetSecurityCheckComplianceV3Params) SetDefaults()
- func (o *GetSecurityCheckComplianceV3Params) SetHTTPClient(client *http.Client)
- func (o *GetSecurityCheckComplianceV3Params) SetID(id string)
- func (o *GetSecurityCheckComplianceV3Params) SetTimeout(timeout time.Duration)
- func (o *GetSecurityCheckComplianceV3Params) WithContext(ctx context.Context) *GetSecurityCheckComplianceV3Params
- func (o *GetSecurityCheckComplianceV3Params) WithDefaults() *GetSecurityCheckComplianceV3Params
- func (o *GetSecurityCheckComplianceV3Params) WithHTTPClient(client *http.Client) *GetSecurityCheckComplianceV3Params
- func (o *GetSecurityCheckComplianceV3Params) WithID(id string) *GetSecurityCheckComplianceV3Params
- func (o *GetSecurityCheckComplianceV3Params) WithTimeout(timeout time.Duration) *GetSecurityCheckComplianceV3Params
- func (o *GetSecurityCheckComplianceV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSecurityCheckComplianceV3Reader
- type GetSecurityCheckComplianceV3TooManyRequests
- func (o *GetSecurityCheckComplianceV3TooManyRequests) Code() int
- func (o *GetSecurityCheckComplianceV3TooManyRequests) Error() string
- func (o *GetSecurityCheckComplianceV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityCheckComplianceV3TooManyRequests) IsClientError() bool
- func (o *GetSecurityCheckComplianceV3TooManyRequests) IsCode(code int) bool
- func (o *GetSecurityCheckComplianceV3TooManyRequests) IsRedirect() bool
- func (o *GetSecurityCheckComplianceV3TooManyRequests) IsServerError() bool
- func (o *GetSecurityCheckComplianceV3TooManyRequests) IsSuccess() bool
- func (o *GetSecurityCheckComplianceV3TooManyRequests) String() string
- type GetSecurityChecksV3Forbidden
- func (o *GetSecurityChecksV3Forbidden) Code() int
- func (o *GetSecurityChecksV3Forbidden) Error() string
- func (o *GetSecurityChecksV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityChecksV3Forbidden) IsClientError() bool
- func (o *GetSecurityChecksV3Forbidden) IsCode(code int) bool
- func (o *GetSecurityChecksV3Forbidden) IsRedirect() bool
- func (o *GetSecurityChecksV3Forbidden) IsServerError() bool
- func (o *GetSecurityChecksV3Forbidden) IsSuccess() bool
- func (o *GetSecurityChecksV3Forbidden) String() string
- type GetSecurityChecksV3InternalServerError
- func (o *GetSecurityChecksV3InternalServerError) Code() int
- func (o *GetSecurityChecksV3InternalServerError) Error() string
- func (o *GetSecurityChecksV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityChecksV3InternalServerError) IsClientError() bool
- func (o *GetSecurityChecksV3InternalServerError) IsCode(code int) bool
- func (o *GetSecurityChecksV3InternalServerError) IsRedirect() bool
- func (o *GetSecurityChecksV3InternalServerError) IsServerError() bool
- func (o *GetSecurityChecksV3InternalServerError) IsSuccess() bool
- func (o *GetSecurityChecksV3InternalServerError) String() string
- type GetSecurityChecksV3OK
- func (o *GetSecurityChecksV3OK) Code() int
- func (o *GetSecurityChecksV3OK) Error() string
- func (o *GetSecurityChecksV3OK) GetPayload() *models.GetSecurityChecks
- func (o *GetSecurityChecksV3OK) IsClientError() bool
- func (o *GetSecurityChecksV3OK) IsCode(code int) bool
- func (o *GetSecurityChecksV3OK) IsRedirect() bool
- func (o *GetSecurityChecksV3OK) IsServerError() bool
- func (o *GetSecurityChecksV3OK) IsSuccess() bool
- func (o *GetSecurityChecksV3OK) String() string
- type GetSecurityChecksV3Params
- func NewGetSecurityChecksV3Params() *GetSecurityChecksV3Params
- func NewGetSecurityChecksV3ParamsWithContext(ctx context.Context) *GetSecurityChecksV3Params
- func NewGetSecurityChecksV3ParamsWithHTTPClient(client *http.Client) *GetSecurityChecksV3Params
- func NewGetSecurityChecksV3ParamsWithTimeout(timeout time.Duration) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) SetCheckTags(checkTags *string)
- func (o *GetSecurityChecksV3Params) SetCheckType(checkType *string)
- func (o *GetSecurityChecksV3Params) SetCompliance(compliance *bool)
- func (o *GetSecurityChecksV3Params) SetContext(ctx context.Context)
- func (o *GetSecurityChecksV3Params) SetDefaults()
- func (o *GetSecurityChecksV3Params) SetHTTPClient(client *http.Client)
- func (o *GetSecurityChecksV3Params) SetID(id *string)
- func (o *GetSecurityChecksV3Params) SetImpact(impact *string)
- func (o *GetSecurityChecksV3Params) SetIntegrationID(integrationID *string)
- func (o *GetSecurityChecksV3Params) SetLimit(limit *int64)
- func (o *GetSecurityChecksV3Params) SetOffset(offset *int64)
- func (o *GetSecurityChecksV3Params) SetStatus(status *string)
- func (o *GetSecurityChecksV3Params) SetTimeout(timeout time.Duration)
- func (o *GetSecurityChecksV3Params) WithCheckTags(checkTags *string) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithCheckType(checkType *string) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithCompliance(compliance *bool) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithContext(ctx context.Context) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithDefaults() *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithHTTPClient(client *http.Client) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithID(id *string) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithImpact(impact *string) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithIntegrationID(integrationID *string) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithLimit(limit *int64) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithOffset(offset *int64) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithStatus(status *string) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WithTimeout(timeout time.Duration) *GetSecurityChecksV3Params
- func (o *GetSecurityChecksV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSecurityChecksV3Reader
- type GetSecurityChecksV3TooManyRequests
- func (o *GetSecurityChecksV3TooManyRequests) Code() int
- func (o *GetSecurityChecksV3TooManyRequests) Error() string
- func (o *GetSecurityChecksV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSecurityChecksV3TooManyRequests) IsClientError() bool
- func (o *GetSecurityChecksV3TooManyRequests) IsCode(code int) bool
- func (o *GetSecurityChecksV3TooManyRequests) IsRedirect() bool
- func (o *GetSecurityChecksV3TooManyRequests) IsServerError() bool
- func (o *GetSecurityChecksV3TooManyRequests) IsSuccess() bool
- func (o *GetSecurityChecksV3TooManyRequests) String() string
- type GetSupportedSaasV3Forbidden
- func (o *GetSupportedSaasV3Forbidden) Code() int
- func (o *GetSupportedSaasV3Forbidden) Error() string
- func (o *GetSupportedSaasV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSupportedSaasV3Forbidden) IsClientError() bool
- func (o *GetSupportedSaasV3Forbidden) IsCode(code int) bool
- func (o *GetSupportedSaasV3Forbidden) IsRedirect() bool
- func (o *GetSupportedSaasV3Forbidden) IsServerError() bool
- func (o *GetSupportedSaasV3Forbidden) IsSuccess() bool
- func (o *GetSupportedSaasV3Forbidden) String() string
- type GetSupportedSaasV3InternalServerError
- func (o *GetSupportedSaasV3InternalServerError) Code() int
- func (o *GetSupportedSaasV3InternalServerError) Error() string
- func (o *GetSupportedSaasV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSupportedSaasV3InternalServerError) IsClientError() bool
- func (o *GetSupportedSaasV3InternalServerError) IsCode(code int) bool
- func (o *GetSupportedSaasV3InternalServerError) IsRedirect() bool
- func (o *GetSupportedSaasV3InternalServerError) IsServerError() bool
- func (o *GetSupportedSaasV3InternalServerError) IsSuccess() bool
- func (o *GetSupportedSaasV3InternalServerError) String() string
- type GetSupportedSaasV3OK
- func (o *GetSupportedSaasV3OK) Code() int
- func (o *GetSupportedSaasV3OK) Error() string
- func (o *GetSupportedSaasV3OK) GetPayload() *models.GetSupportedSaas
- func (o *GetSupportedSaasV3OK) IsClientError() bool
- func (o *GetSupportedSaasV3OK) IsCode(code int) bool
- func (o *GetSupportedSaasV3OK) IsRedirect() bool
- func (o *GetSupportedSaasV3OK) IsServerError() bool
- func (o *GetSupportedSaasV3OK) IsSuccess() bool
- func (o *GetSupportedSaasV3OK) String() string
- type GetSupportedSaasV3Params
- func NewGetSupportedSaasV3Params() *GetSupportedSaasV3Params
- func NewGetSupportedSaasV3ParamsWithContext(ctx context.Context) *GetSupportedSaasV3Params
- func NewGetSupportedSaasV3ParamsWithHTTPClient(client *http.Client) *GetSupportedSaasV3Params
- func NewGetSupportedSaasV3ParamsWithTimeout(timeout time.Duration) *GetSupportedSaasV3Params
- func (o *GetSupportedSaasV3Params) SetContext(ctx context.Context)
- func (o *GetSupportedSaasV3Params) SetDefaults()
- func (o *GetSupportedSaasV3Params) SetHTTPClient(client *http.Client)
- func (o *GetSupportedSaasV3Params) SetTimeout(timeout time.Duration)
- func (o *GetSupportedSaasV3Params) WithContext(ctx context.Context) *GetSupportedSaasV3Params
- func (o *GetSupportedSaasV3Params) WithDefaults() *GetSupportedSaasV3Params
- func (o *GetSupportedSaasV3Params) WithHTTPClient(client *http.Client) *GetSupportedSaasV3Params
- func (o *GetSupportedSaasV3Params) WithTimeout(timeout time.Duration) *GetSupportedSaasV3Params
- func (o *GetSupportedSaasV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSupportedSaasV3Reader
- type GetSupportedSaasV3TooManyRequests
- func (o *GetSupportedSaasV3TooManyRequests) Code() int
- func (o *GetSupportedSaasV3TooManyRequests) Error() string
- func (o *GetSupportedSaasV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSupportedSaasV3TooManyRequests) IsClientError() bool
- func (o *GetSupportedSaasV3TooManyRequests) IsCode(code int) bool
- func (o *GetSupportedSaasV3TooManyRequests) IsRedirect() bool
- func (o *GetSupportedSaasV3TooManyRequests) IsServerError() bool
- func (o *GetSupportedSaasV3TooManyRequests) IsSuccess() bool
- func (o *GetSupportedSaasV3TooManyRequests) String() string
- type GetSystemLogsV3Forbidden
- func (o *GetSystemLogsV3Forbidden) Code() int
- func (o *GetSystemLogsV3Forbidden) Error() string
- func (o *GetSystemLogsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSystemLogsV3Forbidden) IsClientError() bool
- func (o *GetSystemLogsV3Forbidden) IsCode(code int) bool
- func (o *GetSystemLogsV3Forbidden) IsRedirect() bool
- func (o *GetSystemLogsV3Forbidden) IsServerError() bool
- func (o *GetSystemLogsV3Forbidden) IsSuccess() bool
- func (o *GetSystemLogsV3Forbidden) String() string
- type GetSystemLogsV3InternalServerError
- func (o *GetSystemLogsV3InternalServerError) Code() int
- func (o *GetSystemLogsV3InternalServerError) Error() string
- func (o *GetSystemLogsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSystemLogsV3InternalServerError) IsClientError() bool
- func (o *GetSystemLogsV3InternalServerError) IsCode(code int) bool
- func (o *GetSystemLogsV3InternalServerError) IsRedirect() bool
- func (o *GetSystemLogsV3InternalServerError) IsServerError() bool
- func (o *GetSystemLogsV3InternalServerError) IsSuccess() bool
- func (o *GetSystemLogsV3InternalServerError) String() string
- type GetSystemLogsV3OK
- func (o *GetSystemLogsV3OK) Code() int
- func (o *GetSystemLogsV3OK) Error() string
- func (o *GetSystemLogsV3OK) GetPayload() *models.GetSystemLogs
- func (o *GetSystemLogsV3OK) IsClientError() bool
- func (o *GetSystemLogsV3OK) IsCode(code int) bool
- func (o *GetSystemLogsV3OK) IsRedirect() bool
- func (o *GetSystemLogsV3OK) IsServerError() bool
- func (o *GetSystemLogsV3OK) IsSuccess() bool
- func (o *GetSystemLogsV3OK) String() string
- type GetSystemLogsV3Params
- func NewGetSystemLogsV3Params() *GetSystemLogsV3Params
- func NewGetSystemLogsV3ParamsWithContext(ctx context.Context) *GetSystemLogsV3Params
- func NewGetSystemLogsV3ParamsWithHTTPClient(client *http.Client) *GetSystemLogsV3Params
- func NewGetSystemLogsV3ParamsWithTimeout(timeout time.Duration) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) SetContext(ctx context.Context)
- func (o *GetSystemLogsV3Params) SetDefaults()
- func (o *GetSystemLogsV3Params) SetFromDate(fromDate *strfmt.DateTime)
- func (o *GetSystemLogsV3Params) SetHTTPClient(client *http.Client)
- func (o *GetSystemLogsV3Params) SetLimit(limit *int64)
- func (o *GetSystemLogsV3Params) SetOffset(offset *int64)
- func (o *GetSystemLogsV3Params) SetTimeout(timeout time.Duration)
- func (o *GetSystemLogsV3Params) SetToDate(toDate *strfmt.DateTime)
- func (o *GetSystemLogsV3Params) SetTotalCount(totalCount *bool)
- func (o *GetSystemLogsV3Params) WithContext(ctx context.Context) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithDefaults() *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithFromDate(fromDate *strfmt.DateTime) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithHTTPClient(client *http.Client) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithLimit(limit *int64) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithOffset(offset *int64) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithTimeout(timeout time.Duration) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithToDate(toDate *strfmt.DateTime) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WithTotalCount(totalCount *bool) *GetSystemLogsV3Params
- func (o *GetSystemLogsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSystemLogsV3Reader
- type GetSystemLogsV3TooManyRequests
- func (o *GetSystemLogsV3TooManyRequests) Code() int
- func (o *GetSystemLogsV3TooManyRequests) Error() string
- func (o *GetSystemLogsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSystemLogsV3TooManyRequests) IsClientError() bool
- func (o *GetSystemLogsV3TooManyRequests) IsCode(code int) bool
- func (o *GetSystemLogsV3TooManyRequests) IsRedirect() bool
- func (o *GetSystemLogsV3TooManyRequests) IsServerError() bool
- func (o *GetSystemLogsV3TooManyRequests) IsSuccess() bool
- func (o *GetSystemLogsV3TooManyRequests) String() string
- type GetSystemUsersV3Forbidden
- func (o *GetSystemUsersV3Forbidden) Code() int
- func (o *GetSystemUsersV3Forbidden) Error() string
- func (o *GetSystemUsersV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSystemUsersV3Forbidden) IsClientError() bool
- func (o *GetSystemUsersV3Forbidden) IsCode(code int) bool
- func (o *GetSystemUsersV3Forbidden) IsRedirect() bool
- func (o *GetSystemUsersV3Forbidden) IsServerError() bool
- func (o *GetSystemUsersV3Forbidden) IsSuccess() bool
- func (o *GetSystemUsersV3Forbidden) String() string
- type GetSystemUsersV3InternalServerError
- func (o *GetSystemUsersV3InternalServerError) Code() int
- func (o *GetSystemUsersV3InternalServerError) Error() string
- func (o *GetSystemUsersV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSystemUsersV3InternalServerError) IsClientError() bool
- func (o *GetSystemUsersV3InternalServerError) IsCode(code int) bool
- func (o *GetSystemUsersV3InternalServerError) IsRedirect() bool
- func (o *GetSystemUsersV3InternalServerError) IsServerError() bool
- func (o *GetSystemUsersV3InternalServerError) IsSuccess() bool
- func (o *GetSystemUsersV3InternalServerError) String() string
- type GetSystemUsersV3OK
- func (o *GetSystemUsersV3OK) Code() int
- func (o *GetSystemUsersV3OK) Error() string
- func (o *GetSystemUsersV3OK) GetPayload() *models.GetSystemUsers
- func (o *GetSystemUsersV3OK) IsClientError() bool
- func (o *GetSystemUsersV3OK) IsCode(code int) bool
- func (o *GetSystemUsersV3OK) IsRedirect() bool
- func (o *GetSystemUsersV3OK) IsServerError() bool
- func (o *GetSystemUsersV3OK) IsSuccess() bool
- func (o *GetSystemUsersV3OK) String() string
- type GetSystemUsersV3Params
- func NewGetSystemUsersV3Params() *GetSystemUsersV3Params
- func NewGetSystemUsersV3ParamsWithContext(ctx context.Context) *GetSystemUsersV3Params
- func NewGetSystemUsersV3ParamsWithHTTPClient(client *http.Client) *GetSystemUsersV3Params
- func NewGetSystemUsersV3ParamsWithTimeout(timeout time.Duration) *GetSystemUsersV3Params
- func (o *GetSystemUsersV3Params) SetContext(ctx context.Context)
- func (o *GetSystemUsersV3Params) SetDefaults()
- func (o *GetSystemUsersV3Params) SetHTTPClient(client *http.Client)
- func (o *GetSystemUsersV3Params) SetTimeout(timeout time.Duration)
- func (o *GetSystemUsersV3Params) WithContext(ctx context.Context) *GetSystemUsersV3Params
- func (o *GetSystemUsersV3Params) WithDefaults() *GetSystemUsersV3Params
- func (o *GetSystemUsersV3Params) WithHTTPClient(client *http.Client) *GetSystemUsersV3Params
- func (o *GetSystemUsersV3Params) WithTimeout(timeout time.Duration) *GetSystemUsersV3Params
- func (o *GetSystemUsersV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSystemUsersV3Reader
- type GetSystemUsersV3TooManyRequests
- func (o *GetSystemUsersV3TooManyRequests) Code() int
- func (o *GetSystemUsersV3TooManyRequests) Error() string
- func (o *GetSystemUsersV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSystemUsersV3TooManyRequests) IsClientError() bool
- func (o *GetSystemUsersV3TooManyRequests) IsCode(code int) bool
- func (o *GetSystemUsersV3TooManyRequests) IsRedirect() bool
- func (o *GetSystemUsersV3TooManyRequests) IsServerError() bool
- func (o *GetSystemUsersV3TooManyRequests) IsSuccess() bool
- func (o *GetSystemUsersV3TooManyRequests) String() string
- type GetUserInventoryV3Forbidden
- func (o *GetUserInventoryV3Forbidden) Code() int
- func (o *GetUserInventoryV3Forbidden) Error() string
- func (o *GetUserInventoryV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetUserInventoryV3Forbidden) IsClientError() bool
- func (o *GetUserInventoryV3Forbidden) IsCode(code int) bool
- func (o *GetUserInventoryV3Forbidden) IsRedirect() bool
- func (o *GetUserInventoryV3Forbidden) IsServerError() bool
- func (o *GetUserInventoryV3Forbidden) IsSuccess() bool
- func (o *GetUserInventoryV3Forbidden) String() string
- type GetUserInventoryV3InternalServerError
- func (o *GetUserInventoryV3InternalServerError) Code() int
- func (o *GetUserInventoryV3InternalServerError) Error() string
- func (o *GetUserInventoryV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetUserInventoryV3InternalServerError) IsClientError() bool
- func (o *GetUserInventoryV3InternalServerError) IsCode(code int) bool
- func (o *GetUserInventoryV3InternalServerError) IsRedirect() bool
- func (o *GetUserInventoryV3InternalServerError) IsServerError() bool
- func (o *GetUserInventoryV3InternalServerError) IsSuccess() bool
- func (o *GetUserInventoryV3InternalServerError) String() string
- type GetUserInventoryV3OK
- func (o *GetUserInventoryV3OK) Code() int
- func (o *GetUserInventoryV3OK) Error() string
- func (o *GetUserInventoryV3OK) GetPayload() *models.GetUserInventory
- func (o *GetUserInventoryV3OK) IsClientError() bool
- func (o *GetUserInventoryV3OK) IsCode(code int) bool
- func (o *GetUserInventoryV3OK) IsRedirect() bool
- func (o *GetUserInventoryV3OK) IsServerError() bool
- func (o *GetUserInventoryV3OK) IsSuccess() bool
- func (o *GetUserInventoryV3OK) String() string
- type GetUserInventoryV3Params
- func NewGetUserInventoryV3Params() *GetUserInventoryV3Params
- func NewGetUserInventoryV3ParamsWithContext(ctx context.Context) *GetUserInventoryV3Params
- func NewGetUserInventoryV3ParamsWithHTTPClient(client *http.Client) *GetUserInventoryV3Params
- func NewGetUserInventoryV3ParamsWithTimeout(timeout time.Duration) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) SetContext(ctx context.Context)
- func (o *GetUserInventoryV3Params) SetDefaults()
- func (o *GetUserInventoryV3Params) SetEmail(email *string)
- func (o *GetUserInventoryV3Params) SetHTTPClient(client *http.Client)
- func (o *GetUserInventoryV3Params) SetIntegrationID(integrationID *string)
- func (o *GetUserInventoryV3Params) SetLimit(limit *int64)
- func (o *GetUserInventoryV3Params) SetOffset(offset *int64)
- func (o *GetUserInventoryV3Params) SetPrivilegedOnly(privilegedOnly *bool)
- func (o *GetUserInventoryV3Params) SetTimeout(timeout time.Duration)
- func (o *GetUserInventoryV3Params) WithContext(ctx context.Context) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithDefaults() *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithEmail(email *string) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithHTTPClient(client *http.Client) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithIntegrationID(integrationID *string) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithLimit(limit *int64) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithOffset(offset *int64) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithPrivilegedOnly(privilegedOnly *bool) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WithTimeout(timeout time.Duration) *GetUserInventoryV3Params
- func (o *GetUserInventoryV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserInventoryV3Reader
- type GetUserInventoryV3TooManyRequests
- func (o *GetUserInventoryV3TooManyRequests) Code() int
- func (o *GetUserInventoryV3TooManyRequests) Error() string
- func (o *GetUserInventoryV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetUserInventoryV3TooManyRequests) IsClientError() bool
- func (o *GetUserInventoryV3TooManyRequests) IsCode(code int) bool
- func (o *GetUserInventoryV3TooManyRequests) IsRedirect() bool
- func (o *GetUserInventoryV3TooManyRequests) IsServerError() bool
- func (o *GetUserInventoryV3TooManyRequests) IsSuccess() bool
- func (o *GetUserInventoryV3TooManyRequests) String() string
- type IntegrationBuilderEndTransactionV3Forbidden
- func (o *IntegrationBuilderEndTransactionV3Forbidden) Code() int
- func (o *IntegrationBuilderEndTransactionV3Forbidden) Error() string
- func (o *IntegrationBuilderEndTransactionV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderEndTransactionV3Forbidden) IsClientError() bool
- func (o *IntegrationBuilderEndTransactionV3Forbidden) IsCode(code int) bool
- func (o *IntegrationBuilderEndTransactionV3Forbidden) IsRedirect() bool
- func (o *IntegrationBuilderEndTransactionV3Forbidden) IsServerError() bool
- func (o *IntegrationBuilderEndTransactionV3Forbidden) IsSuccess() bool
- func (o *IntegrationBuilderEndTransactionV3Forbidden) String() string
- type IntegrationBuilderEndTransactionV3InternalServerError
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) Code() int
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) Error() string
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsClientError() bool
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsCode(code int) bool
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsRedirect() bool
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsServerError() bool
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsSuccess() bool
- func (o *IntegrationBuilderEndTransactionV3InternalServerError) String() string
- type IntegrationBuilderEndTransactionV3OK
- func (o *IntegrationBuilderEndTransactionV3OK) Code() int
- func (o *IntegrationBuilderEndTransactionV3OK) Error() string
- func (o *IntegrationBuilderEndTransactionV3OK) GetPayload() *models.GetEndTransaction
- func (o *IntegrationBuilderEndTransactionV3OK) IsClientError() bool
- func (o *IntegrationBuilderEndTransactionV3OK) IsCode(code int) bool
- func (o *IntegrationBuilderEndTransactionV3OK) IsRedirect() bool
- func (o *IntegrationBuilderEndTransactionV3OK) IsServerError() bool
- func (o *IntegrationBuilderEndTransactionV3OK) IsSuccess() bool
- func (o *IntegrationBuilderEndTransactionV3OK) String() string
- type IntegrationBuilderEndTransactionV3Params
- func NewIntegrationBuilderEndTransactionV3Params() *IntegrationBuilderEndTransactionV3Params
- func NewIntegrationBuilderEndTransactionV3ParamsWithContext(ctx context.Context) *IntegrationBuilderEndTransactionV3Params
- func NewIntegrationBuilderEndTransactionV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderEndTransactionV3Params
- func NewIntegrationBuilderEndTransactionV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderEndTransactionV3Params
- func (o *IntegrationBuilderEndTransactionV3Params) SetContext(ctx context.Context)
- func (o *IntegrationBuilderEndTransactionV3Params) SetDefaults()
- func (o *IntegrationBuilderEndTransactionV3Params) SetHTTPClient(client *http.Client)
- func (o *IntegrationBuilderEndTransactionV3Params) SetID(id string)
- func (o *IntegrationBuilderEndTransactionV3Params) SetTimeout(timeout time.Duration)
- func (o *IntegrationBuilderEndTransactionV3Params) WithContext(ctx context.Context) *IntegrationBuilderEndTransactionV3Params
- func (o *IntegrationBuilderEndTransactionV3Params) WithDefaults() *IntegrationBuilderEndTransactionV3Params
- func (o *IntegrationBuilderEndTransactionV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderEndTransactionV3Params
- func (o *IntegrationBuilderEndTransactionV3Params) WithID(id string) *IntegrationBuilderEndTransactionV3Params
- func (o *IntegrationBuilderEndTransactionV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderEndTransactionV3Params
- func (o *IntegrationBuilderEndTransactionV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IntegrationBuilderEndTransactionV3Reader
- type IntegrationBuilderEndTransactionV3TooManyRequests
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) Code() int
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) Error() string
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsClientError() bool
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsCode(code int) bool
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsRedirect() bool
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsServerError() bool
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsSuccess() bool
- func (o *IntegrationBuilderEndTransactionV3TooManyRequests) String() string
- type IntegrationBuilderGetStatusV3Forbidden
- func (o *IntegrationBuilderGetStatusV3Forbidden) Code() int
- func (o *IntegrationBuilderGetStatusV3Forbidden) Error() string
- func (o *IntegrationBuilderGetStatusV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderGetStatusV3Forbidden) IsClientError() bool
- func (o *IntegrationBuilderGetStatusV3Forbidden) IsCode(code int) bool
- func (o *IntegrationBuilderGetStatusV3Forbidden) IsRedirect() bool
- func (o *IntegrationBuilderGetStatusV3Forbidden) IsServerError() bool
- func (o *IntegrationBuilderGetStatusV3Forbidden) IsSuccess() bool
- func (o *IntegrationBuilderGetStatusV3Forbidden) String() string
- type IntegrationBuilderGetStatusV3InternalServerError
- func (o *IntegrationBuilderGetStatusV3InternalServerError) Code() int
- func (o *IntegrationBuilderGetStatusV3InternalServerError) Error() string
- func (o *IntegrationBuilderGetStatusV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderGetStatusV3InternalServerError) IsClientError() bool
- func (o *IntegrationBuilderGetStatusV3InternalServerError) IsCode(code int) bool
- func (o *IntegrationBuilderGetStatusV3InternalServerError) IsRedirect() bool
- func (o *IntegrationBuilderGetStatusV3InternalServerError) IsServerError() bool
- func (o *IntegrationBuilderGetStatusV3InternalServerError) IsSuccess() bool
- func (o *IntegrationBuilderGetStatusV3InternalServerError) String() string
- type IntegrationBuilderGetStatusV3OK
- func (o *IntegrationBuilderGetStatusV3OK) Code() int
- func (o *IntegrationBuilderGetStatusV3OK) Error() string
- func (o *IntegrationBuilderGetStatusV3OK) GetPayload() *models.GetTransactionStatus
- func (o *IntegrationBuilderGetStatusV3OK) IsClientError() bool
- func (o *IntegrationBuilderGetStatusV3OK) IsCode(code int) bool
- func (o *IntegrationBuilderGetStatusV3OK) IsRedirect() bool
- func (o *IntegrationBuilderGetStatusV3OK) IsServerError() bool
- func (o *IntegrationBuilderGetStatusV3OK) IsSuccess() bool
- func (o *IntegrationBuilderGetStatusV3OK) String() string
- type IntegrationBuilderGetStatusV3Params
- func NewIntegrationBuilderGetStatusV3Params() *IntegrationBuilderGetStatusV3Params
- func NewIntegrationBuilderGetStatusV3ParamsWithContext(ctx context.Context) *IntegrationBuilderGetStatusV3Params
- func NewIntegrationBuilderGetStatusV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderGetStatusV3Params
- func NewIntegrationBuilderGetStatusV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderGetStatusV3Params
- func (o *IntegrationBuilderGetStatusV3Params) SetContext(ctx context.Context)
- func (o *IntegrationBuilderGetStatusV3Params) SetDefaults()
- func (o *IntegrationBuilderGetStatusV3Params) SetHTTPClient(client *http.Client)
- func (o *IntegrationBuilderGetStatusV3Params) SetID(id string)
- func (o *IntegrationBuilderGetStatusV3Params) SetTimeout(timeout time.Duration)
- func (o *IntegrationBuilderGetStatusV3Params) WithContext(ctx context.Context) *IntegrationBuilderGetStatusV3Params
- func (o *IntegrationBuilderGetStatusV3Params) WithDefaults() *IntegrationBuilderGetStatusV3Params
- func (o *IntegrationBuilderGetStatusV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderGetStatusV3Params
- func (o *IntegrationBuilderGetStatusV3Params) WithID(id string) *IntegrationBuilderGetStatusV3Params
- func (o *IntegrationBuilderGetStatusV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderGetStatusV3Params
- func (o *IntegrationBuilderGetStatusV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IntegrationBuilderGetStatusV3Reader
- type IntegrationBuilderGetStatusV3TooManyRequests
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) Code() int
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) Error() string
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsClientError() bool
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsCode(code int) bool
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsRedirect() bool
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsServerError() bool
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsSuccess() bool
- func (o *IntegrationBuilderGetStatusV3TooManyRequests) String() string
- type IntegrationBuilderResetV3Forbidden
- func (o *IntegrationBuilderResetV3Forbidden) Code() int
- func (o *IntegrationBuilderResetV3Forbidden) Error() string
- func (o *IntegrationBuilderResetV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderResetV3Forbidden) IsClientError() bool
- func (o *IntegrationBuilderResetV3Forbidden) IsCode(code int) bool
- func (o *IntegrationBuilderResetV3Forbidden) IsRedirect() bool
- func (o *IntegrationBuilderResetV3Forbidden) IsServerError() bool
- func (o *IntegrationBuilderResetV3Forbidden) IsSuccess() bool
- func (o *IntegrationBuilderResetV3Forbidden) String() string
- type IntegrationBuilderResetV3InternalServerError
- func (o *IntegrationBuilderResetV3InternalServerError) Code() int
- func (o *IntegrationBuilderResetV3InternalServerError) Error() string
- func (o *IntegrationBuilderResetV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderResetV3InternalServerError) IsClientError() bool
- func (o *IntegrationBuilderResetV3InternalServerError) IsCode(code int) bool
- func (o *IntegrationBuilderResetV3InternalServerError) IsRedirect() bool
- func (o *IntegrationBuilderResetV3InternalServerError) IsServerError() bool
- func (o *IntegrationBuilderResetV3InternalServerError) IsSuccess() bool
- func (o *IntegrationBuilderResetV3InternalServerError) String() string
- type IntegrationBuilderResetV3OK
- func (o *IntegrationBuilderResetV3OK) Code() int
- func (o *IntegrationBuilderResetV3OK) Error() string
- func (o *IntegrationBuilderResetV3OK) GetPayload() *models.GetTransactionStatus
- func (o *IntegrationBuilderResetV3OK) IsClientError() bool
- func (o *IntegrationBuilderResetV3OK) IsCode(code int) bool
- func (o *IntegrationBuilderResetV3OK) IsRedirect() bool
- func (o *IntegrationBuilderResetV3OK) IsServerError() bool
- func (o *IntegrationBuilderResetV3OK) IsSuccess() bool
- func (o *IntegrationBuilderResetV3OK) String() string
- type IntegrationBuilderResetV3Params
- func NewIntegrationBuilderResetV3Params() *IntegrationBuilderResetV3Params
- func NewIntegrationBuilderResetV3ParamsWithContext(ctx context.Context) *IntegrationBuilderResetV3Params
- func NewIntegrationBuilderResetV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderResetV3Params
- func NewIntegrationBuilderResetV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderResetV3Params
- func (o *IntegrationBuilderResetV3Params) SetContext(ctx context.Context)
- func (o *IntegrationBuilderResetV3Params) SetDefaults()
- func (o *IntegrationBuilderResetV3Params) SetHTTPClient(client *http.Client)
- func (o *IntegrationBuilderResetV3Params) SetID(id string)
- func (o *IntegrationBuilderResetV3Params) SetTimeout(timeout time.Duration)
- func (o *IntegrationBuilderResetV3Params) WithContext(ctx context.Context) *IntegrationBuilderResetV3Params
- func (o *IntegrationBuilderResetV3Params) WithDefaults() *IntegrationBuilderResetV3Params
- func (o *IntegrationBuilderResetV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderResetV3Params
- func (o *IntegrationBuilderResetV3Params) WithID(id string) *IntegrationBuilderResetV3Params
- func (o *IntegrationBuilderResetV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderResetV3Params
- func (o *IntegrationBuilderResetV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IntegrationBuilderResetV3Reader
- type IntegrationBuilderResetV3TooManyRequests
- func (o *IntegrationBuilderResetV3TooManyRequests) Code() int
- func (o *IntegrationBuilderResetV3TooManyRequests) Error() string
- func (o *IntegrationBuilderResetV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderResetV3TooManyRequests) IsClientError() bool
- func (o *IntegrationBuilderResetV3TooManyRequests) IsCode(code int) bool
- func (o *IntegrationBuilderResetV3TooManyRequests) IsRedirect() bool
- func (o *IntegrationBuilderResetV3TooManyRequests) IsServerError() bool
- func (o *IntegrationBuilderResetV3TooManyRequests) IsSuccess() bool
- func (o *IntegrationBuilderResetV3TooManyRequests) String() string
- type IntegrationBuilderUploadV3Forbidden
- func (o *IntegrationBuilderUploadV3Forbidden) Code() int
- func (o *IntegrationBuilderUploadV3Forbidden) Error() string
- func (o *IntegrationBuilderUploadV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderUploadV3Forbidden) IsClientError() bool
- func (o *IntegrationBuilderUploadV3Forbidden) IsCode(code int) bool
- func (o *IntegrationBuilderUploadV3Forbidden) IsRedirect() bool
- func (o *IntegrationBuilderUploadV3Forbidden) IsServerError() bool
- func (o *IntegrationBuilderUploadV3Forbidden) IsSuccess() bool
- func (o *IntegrationBuilderUploadV3Forbidden) String() string
- type IntegrationBuilderUploadV3InternalServerError
- func (o *IntegrationBuilderUploadV3InternalServerError) Code() int
- func (o *IntegrationBuilderUploadV3InternalServerError) Error() string
- func (o *IntegrationBuilderUploadV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderUploadV3InternalServerError) IsClientError() bool
- func (o *IntegrationBuilderUploadV3InternalServerError) IsCode(code int) bool
- func (o *IntegrationBuilderUploadV3InternalServerError) IsRedirect() bool
- func (o *IntegrationBuilderUploadV3InternalServerError) IsServerError() bool
- func (o *IntegrationBuilderUploadV3InternalServerError) IsSuccess() bool
- func (o *IntegrationBuilderUploadV3InternalServerError) String() string
- type IntegrationBuilderUploadV3OK
- func (o *IntegrationBuilderUploadV3OK) Code() int
- func (o *IntegrationBuilderUploadV3OK) Error() string
- func (o *IntegrationBuilderUploadV3OK) GetPayload() *models.UploadDataResponse
- func (o *IntegrationBuilderUploadV3OK) IsClientError() bool
- func (o *IntegrationBuilderUploadV3OK) IsCode(code int) bool
- func (o *IntegrationBuilderUploadV3OK) IsRedirect() bool
- func (o *IntegrationBuilderUploadV3OK) IsServerError() bool
- func (o *IntegrationBuilderUploadV3OK) IsSuccess() bool
- func (o *IntegrationBuilderUploadV3OK) String() string
- type IntegrationBuilderUploadV3Params
- func NewIntegrationBuilderUploadV3Params() *IntegrationBuilderUploadV3Params
- func NewIntegrationBuilderUploadV3ParamsWithContext(ctx context.Context) *IntegrationBuilderUploadV3Params
- func NewIntegrationBuilderUploadV3ParamsWithHTTPClient(client *http.Client) *IntegrationBuilderUploadV3Params
- func NewIntegrationBuilderUploadV3ParamsWithTimeout(timeout time.Duration) *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) SetBody(body *models.UploadDataRequest)
- func (o *IntegrationBuilderUploadV3Params) SetContext(ctx context.Context)
- func (o *IntegrationBuilderUploadV3Params) SetDefaults()
- func (o *IntegrationBuilderUploadV3Params) SetHTTPClient(client *http.Client)
- func (o *IntegrationBuilderUploadV3Params) SetID(id string)
- func (o *IntegrationBuilderUploadV3Params) SetSourceID(sourceID string)
- func (o *IntegrationBuilderUploadV3Params) SetTimeout(timeout time.Duration)
- func (o *IntegrationBuilderUploadV3Params) WithBody(body *models.UploadDataRequest) *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) WithContext(ctx context.Context) *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) WithDefaults() *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) WithID(id string) *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) WithSourceID(sourceID string) *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderUploadV3Params
- func (o *IntegrationBuilderUploadV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IntegrationBuilderUploadV3Reader
- type IntegrationBuilderUploadV3TooManyRequests
- func (o *IntegrationBuilderUploadV3TooManyRequests) Code() int
- func (o *IntegrationBuilderUploadV3TooManyRequests) Error() string
- func (o *IntegrationBuilderUploadV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *IntegrationBuilderUploadV3TooManyRequests) IsClientError() bool
- func (o *IntegrationBuilderUploadV3TooManyRequests) IsCode(code int) bool
- func (o *IntegrationBuilderUploadV3TooManyRequests) IsRedirect() bool
- func (o *IntegrationBuilderUploadV3TooManyRequests) IsServerError() bool
- func (o *IntegrationBuilderUploadV3TooManyRequests) IsSuccess() bool
- func (o *IntegrationBuilderUploadV3TooManyRequests) String() string
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
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 ¶
func (o *DismissAffectedEntityV3Forbidden) Code() int
Code gets the status code for the dismiss affected entity v3 forbidden response
func (*DismissAffectedEntityV3Forbidden) Error ¶
func (o *DismissAffectedEntityV3Forbidden) Error() string
func (*DismissAffectedEntityV3Forbidden) GetPayload ¶
func (o *DismissAffectedEntityV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *DismissAffectedEntityV3Forbidden) String() 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 ¶
func (o *DismissAffectedEntityV3InternalServerError) Code() int
Code gets the status code for the dismiss affected entity v3 internal server error response
func (*DismissAffectedEntityV3InternalServerError) Error ¶
func (o *DismissAffectedEntityV3InternalServerError) Error() string
func (*DismissAffectedEntityV3InternalServerError) GetPayload ¶
func (o *DismissAffectedEntityV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*DismissAffectedEntityV3InternalServerError) IsClientError ¶
func (o *DismissAffectedEntityV3InternalServerError) IsClientError() bool
IsClientError returns true when this dismiss affected entity v3 internal server error response has a 4xx status code
func (*DismissAffectedEntityV3InternalServerError) IsCode ¶
func (o *DismissAffectedEntityV3InternalServerError) IsCode(code int) bool
IsCode returns true when this dismiss affected entity v3 internal server error response a status code equal to that given
func (*DismissAffectedEntityV3InternalServerError) IsRedirect ¶
func (o *DismissAffectedEntityV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this dismiss affected entity v3 internal server error response has a 3xx status code
func (*DismissAffectedEntityV3InternalServerError) IsServerError ¶
func (o *DismissAffectedEntityV3InternalServerError) IsServerError() bool
IsServerError returns true when this dismiss affected entity v3 internal server error response has a 5xx status code
func (*DismissAffectedEntityV3InternalServerError) IsSuccess ¶
func (o *DismissAffectedEntityV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this dismiss affected entity v3 internal server error response has a 2xx status code
func (*DismissAffectedEntityV3InternalServerError) String ¶
func (o *DismissAffectedEntityV3InternalServerError) String() 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 (o *DismissAffectedEntityV3OK) GetPayload() *models.DismissAffected
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
func (o *DismissAffectedEntityV3Params) SetBody(body DismissAffectedEntityV3Body)
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 ¶
func (o *DismissAffectedEntityV3Params) SetID(id string)
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
func (o *DismissAffectedEntityV3Params) WithBody(body DismissAffectedEntityV3Body) *DismissAffectedEntityV3Params
WithBody adds the body to the dismiss affected entity v3 params
func (*DismissAffectedEntityV3Params) WithContext ¶
func (o *DismissAffectedEntityV3Params) WithContext(ctx context.Context) *DismissAffectedEntityV3Params
WithContext adds the context to the dismiss affected entity v3 params
func (*DismissAffectedEntityV3Params) WithDefaults ¶
func (o *DismissAffectedEntityV3Params) WithDefaults() *DismissAffectedEntityV3Params
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 ¶
func (o *DismissAffectedEntityV3Params) WithHTTPClient(client *http.Client) *DismissAffectedEntityV3Params
WithHTTPClient adds the HTTPClient to the dismiss affected entity v3 params
func (*DismissAffectedEntityV3Params) WithID ¶
func (o *DismissAffectedEntityV3Params) WithID(id string) *DismissAffectedEntityV3Params
WithID adds the id to the dismiss affected entity v3 params
func (*DismissAffectedEntityV3Params) WithTimeout ¶
func (o *DismissAffectedEntityV3Params) WithTimeout(timeout time.Duration) *DismissAffectedEntityV3Params
WithTimeout adds the timeout to the dismiss affected entity v3 params
func (*DismissAffectedEntityV3Params) WriteToRequest ¶
func (o *DismissAffectedEntityV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DismissAffectedEntityV3TooManyRequests) Code() int
Code gets the status code for the dismiss affected entity v3 too many requests response
func (*DismissAffectedEntityV3TooManyRequests) Error ¶
func (o *DismissAffectedEntityV3TooManyRequests) Error() string
func (*DismissAffectedEntityV3TooManyRequests) GetPayload ¶
func (o *DismissAffectedEntityV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *DismissAffectedEntityV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this dismiss affected entity v3 too many requests response a status code equal to that given
func (*DismissAffectedEntityV3TooManyRequests) IsRedirect ¶
func (o *DismissAffectedEntityV3TooManyRequests) IsRedirect() bool
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 ¶
func (o *DismissAffectedEntityV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this dismiss affected entity v3 too many requests response has a 2xx status code
func (*DismissAffectedEntityV3TooManyRequests) String ¶
func (o *DismissAffectedEntityV3TooManyRequests) String() 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
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 ¶
func (o *DismissSecurityCheckV3Forbidden) Code() int
Code gets the status code for the dismiss security check v3 forbidden response
func (*DismissSecurityCheckV3Forbidden) Error ¶
func (o *DismissSecurityCheckV3Forbidden) Error() string
func (*DismissSecurityCheckV3Forbidden) GetPayload ¶
func (o *DismissSecurityCheckV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *DismissSecurityCheckV3Forbidden) String() 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 ¶
func (o *DismissSecurityCheckV3InternalServerError) Code() int
Code gets the status code for the dismiss security check v3 internal server error response
func (*DismissSecurityCheckV3InternalServerError) Error ¶
func (o *DismissSecurityCheckV3InternalServerError) Error() string
func (*DismissSecurityCheckV3InternalServerError) GetPayload ¶
func (o *DismissSecurityCheckV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*DismissSecurityCheckV3InternalServerError) IsClientError ¶
func (o *DismissSecurityCheckV3InternalServerError) IsClientError() bool
IsClientError returns true when this dismiss security check v3 internal server error response has a 4xx status code
func (*DismissSecurityCheckV3InternalServerError) IsCode ¶
func (o *DismissSecurityCheckV3InternalServerError) IsCode(code int) bool
IsCode returns true when this dismiss security check v3 internal server error response a status code equal to that given
func (*DismissSecurityCheckV3InternalServerError) IsRedirect ¶
func (o *DismissSecurityCheckV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this dismiss security check v3 internal server error response has a 3xx status code
func (*DismissSecurityCheckV3InternalServerError) IsServerError ¶
func (o *DismissSecurityCheckV3InternalServerError) IsServerError() bool
IsServerError returns true when this dismiss security check v3 internal server error response has a 5xx status code
func (*DismissSecurityCheckV3InternalServerError) IsSuccess ¶
func (o *DismissSecurityCheckV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this dismiss security check v3 internal server error response has a 2xx status code
func (*DismissSecurityCheckV3InternalServerError) String ¶
func (o *DismissSecurityCheckV3InternalServerError) String() 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 (o *DismissSecurityCheckV3OK) GetPayload() *models.DismissSecurityCheck
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
func (o *DismissSecurityCheckV3Params) SetBody(body DismissSecurityCheckV3Body)
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
func (o *DismissSecurityCheckV3Params) WithBody(body DismissSecurityCheckV3Body) *DismissSecurityCheckV3Params
WithBody adds the body to the dismiss security check v3 params
func (*DismissSecurityCheckV3Params) WithContext ¶
func (o *DismissSecurityCheckV3Params) WithContext(ctx context.Context) *DismissSecurityCheckV3Params
WithContext adds the context to the dismiss security check v3 params
func (*DismissSecurityCheckV3Params) WithDefaults ¶
func (o *DismissSecurityCheckV3Params) WithDefaults() *DismissSecurityCheckV3Params
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 ¶
func (o *DismissSecurityCheckV3Params) WithHTTPClient(client *http.Client) *DismissSecurityCheckV3Params
WithHTTPClient adds the HTTPClient to the dismiss security check v3 params
func (*DismissSecurityCheckV3Params) WithID ¶
func (o *DismissSecurityCheckV3Params) WithID(id string) *DismissSecurityCheckV3Params
WithID adds the id to the dismiss security check v3 params
func (*DismissSecurityCheckV3Params) WithTimeout ¶
func (o *DismissSecurityCheckV3Params) WithTimeout(timeout time.Duration) *DismissSecurityCheckV3Params
WithTimeout adds the timeout to the dismiss security check v3 params
func (*DismissSecurityCheckV3Params) WriteToRequest ¶
func (o *DismissSecurityCheckV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DismissSecurityCheckV3TooManyRequests) Code() int
Code gets the status code for the dismiss security check v3 too many requests response
func (*DismissSecurityCheckV3TooManyRequests) Error ¶
func (o *DismissSecurityCheckV3TooManyRequests) Error() string
func (*DismissSecurityCheckV3TooManyRequests) GetPayload ¶
func (o *DismissSecurityCheckV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *DismissSecurityCheckV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this dismiss security check v3 too many requests response a status code equal to that given
func (*DismissSecurityCheckV3TooManyRequests) IsRedirect ¶
func (o *DismissSecurityCheckV3TooManyRequests) IsRedirect() bool
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 ¶
func (o *DismissSecurityCheckV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this dismiss security check v3 too many requests response has a 2xx status code
func (*DismissSecurityCheckV3TooManyRequests) String ¶
func (o *DismissSecurityCheckV3TooManyRequests) String() 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 ¶
func (o *GetActivityMonitorV3Forbidden) Code() int
Code gets the status code for the get activity monitor v3 forbidden response
func (*GetActivityMonitorV3Forbidden) Error ¶
func (o *GetActivityMonitorV3Forbidden) Error() string
func (*GetActivityMonitorV3Forbidden) GetPayload ¶
func (o *GetActivityMonitorV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetActivityMonitorV3Forbidden) String() 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 ¶
func (o *GetActivityMonitorV3InternalServerError) Code() int
Code gets the status code for the get activity monitor v3 internal server error response
func (*GetActivityMonitorV3InternalServerError) Error ¶
func (o *GetActivityMonitorV3InternalServerError) Error() string
func (*GetActivityMonitorV3InternalServerError) GetPayload ¶
func (o *GetActivityMonitorV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetActivityMonitorV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get activity monitor v3 internal server error response a status code equal to that given
func (*GetActivityMonitorV3InternalServerError) IsRedirect ¶
func (o *GetActivityMonitorV3InternalServerError) IsRedirect() bool
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 ¶
func (o *GetActivityMonitorV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get activity monitor v3 internal server error response has a 2xx status code
func (*GetActivityMonitorV3InternalServerError) String ¶
func (o *GetActivityMonitorV3InternalServerError) String() 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 (o *GetActivityMonitorV3OK) GetPayload() *models.GetActivityMonitor
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 ¶
func (o *GetActivityMonitorV3Params) WithActor(actor *string) *GetActivityMonitorV3Params
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 ¶
func (o *GetActivityMonitorV3Params) WithContext(ctx context.Context) *GetActivityMonitorV3Params
WithContext adds the context to the get activity monitor v3 params
func (*GetActivityMonitorV3Params) WithDefaults ¶
func (o *GetActivityMonitorV3Params) WithDefaults() *GetActivityMonitorV3Params
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 ¶
func (o *GetActivityMonitorV3Params) WithFromDate(fromDate *strfmt.DateTime) *GetActivityMonitorV3Params
WithFromDate adds the fromDate to the get activity monitor v3 params
func (*GetActivityMonitorV3Params) WithHTTPClient ¶
func (o *GetActivityMonitorV3Params) WithHTTPClient(client *http.Client) *GetActivityMonitorV3Params
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 ¶
func (o *GetActivityMonitorV3Params) WithLimit(limit *int64) *GetActivityMonitorV3Params
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 ¶
func (o *GetActivityMonitorV3Params) WithSkip(skip *int64) *GetActivityMonitorV3Params
WithSkip adds the skip to the get activity monitor v3 params
func (*GetActivityMonitorV3Params) WithTimeout ¶
func (o *GetActivityMonitorV3Params) WithTimeout(timeout time.Duration) *GetActivityMonitorV3Params
WithTimeout adds the timeout to the get activity monitor v3 params
func (*GetActivityMonitorV3Params) WithToDate ¶
func (o *GetActivityMonitorV3Params) WithToDate(toDate *strfmt.DateTime) *GetActivityMonitorV3Params
WithToDate adds the toDate to the get activity monitor v3 params
func (*GetActivityMonitorV3Params) WriteToRequest ¶
func (o *GetActivityMonitorV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetActivityMonitorV3TooManyRequests) Code() int
Code gets the status code for the get activity monitor v3 too many requests response
func (*GetActivityMonitorV3TooManyRequests) Error ¶
func (o *GetActivityMonitorV3TooManyRequests) Error() string
func (*GetActivityMonitorV3TooManyRequests) GetPayload ¶
func (o *GetActivityMonitorV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetActivityMonitorV3TooManyRequests) IsCode(code int) bool
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 ¶
func (o *GetActivityMonitorV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get activity monitor v3 too many requests response has a 2xx status code
func (*GetActivityMonitorV3TooManyRequests) String ¶
func (o *GetActivityMonitorV3TooManyRequests) String() 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 ¶
func (o *GetAlertsV3InternalServerError) Code() int
Code gets the status code for the get alerts v3 internal server error response
func (*GetAlertsV3InternalServerError) Error ¶
func (o *GetAlertsV3InternalServerError) Error() string
func (*GetAlertsV3InternalServerError) GetPayload ¶
func (o *GetAlertsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetAlertsV3InternalServerError) String() 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 (o *GetAlertsV3TooManyRequests) Error() string
func (*GetAlertsV3TooManyRequests) GetPayload ¶
func (o *GetAlertsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *GetAppInventoryForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAppInventoryInternalServerError) Code() int
Code gets the status code for the get app inventory internal server error response
func (*GetAppInventoryInternalServerError) Error ¶ added in v0.17.0
func (o *GetAppInventoryInternalServerError) Error() string
func (*GetAppInventoryInternalServerError) GetPayload ¶ added in v0.17.0
func (o *GetAppInventoryInternalServerError) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAppInventoryInternalServerError) IsCode(code int) bool
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
func (o *GetAppInventoryInternalServerError) IsSuccess() bool
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
func (o *GetAppInventoryInternalServerError) String() string
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
func (o *GetAppInventoryParams) WithContext(ctx context.Context) *GetAppInventoryParams
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
func (o *GetAppInventoryTooManyRequests) Code() int
Code gets the status code for the get app inventory too many requests response
func (*GetAppInventoryTooManyRequests) Error ¶ added in v0.17.0
func (o *GetAppInventoryTooManyRequests) Error() string
func (*GetAppInventoryTooManyRequests) GetPayload ¶ added in v0.17.0
func (o *GetAppInventoryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAppInventoryTooManyRequests) String() string
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
func (o *GetAppInventoryUsersForbidden) Code() int
Code gets the status code for the get app inventory users forbidden response
func (*GetAppInventoryUsersForbidden) Error ¶ added in v0.17.0
func (o *GetAppInventoryUsersForbidden) Error() string
func (*GetAppInventoryUsersForbidden) GetPayload ¶ added in v0.17.0
func (o *GetAppInventoryUsersForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAppInventoryUsersForbidden) String() string
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
func (o *GetAppInventoryUsersInternalServerError) Code() int
Code gets the status code for the get app inventory users internal server error response
func (*GetAppInventoryUsersInternalServerError) Error ¶ added in v0.17.0
func (o *GetAppInventoryUsersInternalServerError) Error() string
func (*GetAppInventoryUsersInternalServerError) GetPayload ¶ added in v0.17.0
func (o *GetAppInventoryUsersInternalServerError) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAppInventoryUsersInternalServerError) IsCode(code int) bool
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
func (o *GetAppInventoryUsersInternalServerError) IsRedirect() bool
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
func (o *GetAppInventoryUsersInternalServerError) IsSuccess() bool
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
func (o *GetAppInventoryUsersInternalServerError) String() string
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 (o *GetAppInventoryUsersOK) GetPayload() *models.AppInventoryUsers
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
func (o *GetAppInventoryUsersParams) WithContext(ctx context.Context) *GetAppInventoryUsersParams
WithContext adds the context to the get app inventory users params
func (*GetAppInventoryUsersParams) WithDefaults ¶ added in v0.17.0
func (o *GetAppInventoryUsersParams) WithDefaults() *GetAppInventoryUsersParams
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
func (o *GetAppInventoryUsersParams) WithHTTPClient(client *http.Client) *GetAppInventoryUsersParams
WithHTTPClient adds the HTTPClient to the get app inventory users params
func (*GetAppInventoryUsersParams) WithItemID ¶ added in v0.17.0
func (o *GetAppInventoryUsersParams) WithItemID(itemID string) *GetAppInventoryUsersParams
WithItemID adds the itemID to the get app inventory users params
func (*GetAppInventoryUsersParams) WithTimeout ¶ added in v0.17.0
func (o *GetAppInventoryUsersParams) WithTimeout(timeout time.Duration) *GetAppInventoryUsersParams
WithTimeout adds the timeout to the get app inventory users params
func (*GetAppInventoryUsersParams) WriteToRequest ¶ added in v0.17.0
func (o *GetAppInventoryUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetAppInventoryUsersTooManyRequests) Code() int
Code gets the status code for the get app inventory users too many requests response
func (*GetAppInventoryUsersTooManyRequests) Error ¶ added in v0.17.0
func (o *GetAppInventoryUsersTooManyRequests) Error() string
func (*GetAppInventoryUsersTooManyRequests) GetPayload ¶ added in v0.17.0
func (o *GetAppInventoryUsersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAppInventoryUsersTooManyRequests) IsCode(code int) bool
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
func (o *GetAppInventoryUsersTooManyRequests) IsSuccess() bool
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
func (o *GetAppInventoryUsersTooManyRequests) String() string
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
func (o *GetAssetInventoryV3Forbidden) Code() int
Code gets the status code for the get asset inventory v3 forbidden response
func (*GetAssetInventoryV3Forbidden) Error ¶ added in v0.17.0
func (o *GetAssetInventoryV3Forbidden) Error() string
func (*GetAssetInventoryV3Forbidden) GetPayload ¶ added in v0.17.0
func (o *GetAssetInventoryV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAssetInventoryV3Forbidden) String() string
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
func (o *GetAssetInventoryV3InternalServerError) Code() int
Code gets the status code for the get asset inventory v3 internal server error response
func (*GetAssetInventoryV3InternalServerError) Error ¶ added in v0.17.0
func (o *GetAssetInventoryV3InternalServerError) Error() string
func (*GetAssetInventoryV3InternalServerError) GetPayload ¶ added in v0.17.0
func (o *GetAssetInventoryV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAssetInventoryV3InternalServerError) IsCode(code int) bool
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
func (o *GetAssetInventoryV3InternalServerError) IsRedirect() bool
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
func (o *GetAssetInventoryV3InternalServerError) IsSuccess() bool
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
func (o *GetAssetInventoryV3InternalServerError) String() string
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 (o *GetAssetInventoryV3OK) GetPayload() *models.GetAssetInventory
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
func (o *GetAssetInventoryV3Params) WithContext(ctx context.Context) *GetAssetInventoryV3Params
WithContext adds the context to the get asset inventory v3 params
func (*GetAssetInventoryV3Params) WithDefaults ¶ added in v0.17.0
func (o *GetAssetInventoryV3Params) WithDefaults() *GetAssetInventoryV3Params
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
func (o *GetAssetInventoryV3Params) WithLimit(limit *int64) *GetAssetInventoryV3Params
WithLimit adds the limit to the get asset inventory v3 params
func (*GetAssetInventoryV3Params) WithOffset ¶ added in v0.17.0
func (o *GetAssetInventoryV3Params) WithOffset(offset *int64) *GetAssetInventoryV3Params
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
func (o *GetAssetInventoryV3Params) WithTimeout(timeout time.Duration) *GetAssetInventoryV3Params
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
func (o *GetAssetInventoryV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetAssetInventoryV3TooManyRequests) Code() int
Code gets the status code for the get asset inventory v3 too many requests response
func (*GetAssetInventoryV3TooManyRequests) Error ¶ added in v0.17.0
func (o *GetAssetInventoryV3TooManyRequests) Error() string
func (*GetAssetInventoryV3TooManyRequests) GetPayload ¶ added in v0.17.0
func (o *GetAssetInventoryV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAssetInventoryV3TooManyRequests) IsCode(code int) bool
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
func (o *GetAssetInventoryV3TooManyRequests) IsSuccess() bool
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
func (o *GetAssetInventoryV3TooManyRequests) String() string
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 ¶
func (o *GetDeviceInventoryV3Forbidden) Code() int
Code gets the status code for the get device inventory v3 forbidden response
func (*GetDeviceInventoryV3Forbidden) Error ¶
func (o *GetDeviceInventoryV3Forbidden) Error() string
func (*GetDeviceInventoryV3Forbidden) GetPayload ¶
func (o *GetDeviceInventoryV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetDeviceInventoryV3Forbidden) String() 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 ¶
func (o *GetDeviceInventoryV3InternalServerError) Code() int
Code gets the status code for the get device inventory v3 internal server error response
func (*GetDeviceInventoryV3InternalServerError) Error ¶
func (o *GetDeviceInventoryV3InternalServerError) Error() string
func (*GetDeviceInventoryV3InternalServerError) GetPayload ¶
func (o *GetDeviceInventoryV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetDeviceInventoryV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get device inventory v3 internal server error response a status code equal to that given
func (*GetDeviceInventoryV3InternalServerError) IsRedirect ¶
func (o *GetDeviceInventoryV3InternalServerError) IsRedirect() bool
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 ¶
func (o *GetDeviceInventoryV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get device inventory v3 internal server error response has a 2xx status code
func (*GetDeviceInventoryV3InternalServerError) String ¶
func (o *GetDeviceInventoryV3InternalServerError) String() 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 (o *GetDeviceInventoryV3OK) GetPayload() *models.GetDeviceInventory
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 ¶
func (o *GetDeviceInventoryV3Params) WithContext(ctx context.Context) *GetDeviceInventoryV3Params
WithContext adds the context to the get device inventory v3 params
func (*GetDeviceInventoryV3Params) WithDefaults ¶
func (o *GetDeviceInventoryV3Params) WithDefaults() *GetDeviceInventoryV3Params
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 ¶
func (o *GetDeviceInventoryV3Params) WithEmail(email *string) *GetDeviceInventoryV3Params
WithEmail adds the email to the get device inventory v3 params
func (*GetDeviceInventoryV3Params) WithHTTPClient ¶
func (o *GetDeviceInventoryV3Params) WithHTTPClient(client *http.Client) *GetDeviceInventoryV3Params
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 ¶
func (o *GetDeviceInventoryV3Params) WithLimit(limit *int64) *GetDeviceInventoryV3Params
WithLimit adds the limit to the get device inventory v3 params
func (*GetDeviceInventoryV3Params) WithOffset ¶
func (o *GetDeviceInventoryV3Params) WithOffset(offset *int64) *GetDeviceInventoryV3Params
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 ¶
func (o *GetDeviceInventoryV3Params) WithTimeout(timeout time.Duration) *GetDeviceInventoryV3Params
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 ¶
func (o *GetDeviceInventoryV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetDeviceInventoryV3TooManyRequests) Code() int
Code gets the status code for the get device inventory v3 too many requests response
func (*GetDeviceInventoryV3TooManyRequests) Error ¶
func (o *GetDeviceInventoryV3TooManyRequests) Error() string
func (*GetDeviceInventoryV3TooManyRequests) GetPayload ¶
func (o *GetDeviceInventoryV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetDeviceInventoryV3TooManyRequests) IsCode(code int) bool
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 ¶
func (o *GetDeviceInventoryV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get device inventory v3 too many requests response has a 2xx status code
func (*GetDeviceInventoryV3TooManyRequests) String ¶
func (o *GetDeviceInventoryV3TooManyRequests) String() 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 (o *GetIntegrationsV3Forbidden) Error() string
func (*GetIntegrationsV3Forbidden) GetPayload ¶
func (o *GetIntegrationsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetIntegrationsV3InternalServerError) Code() int
Code gets the status code for the get integrations v3 internal server error response
func (*GetIntegrationsV3InternalServerError) Error ¶
func (o *GetIntegrationsV3InternalServerError) Error() string
func (*GetIntegrationsV3InternalServerError) GetPayload ¶
func (o *GetIntegrationsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetIntegrationsV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get integrations v3 internal server error response a status code equal to that given
func (*GetIntegrationsV3InternalServerError) IsRedirect ¶
func (o *GetIntegrationsV3InternalServerError) IsRedirect() bool
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 ¶
func (o *GetIntegrationsV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get integrations v3 internal server error response has a 2xx status code
func (*GetIntegrationsV3InternalServerError) String ¶
func (o *GetIntegrationsV3InternalServerError) String() 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 ¶
func (o *GetIntegrationsV3Params) WithContext(ctx context.Context) *GetIntegrationsV3Params
WithContext adds the context to the get integrations v3 params
func (*GetIntegrationsV3Params) WithDefaults ¶
func (o *GetIntegrationsV3Params) WithDefaults() *GetIntegrationsV3Params
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 ¶
func (o *GetIntegrationsV3Params) WithTimeout(timeout time.Duration) *GetIntegrationsV3Params
WithTimeout adds the timeout to the get integrations v3 params
func (*GetIntegrationsV3Params) WriteToRequest ¶
func (o *GetIntegrationsV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetIntegrationsV3TooManyRequests) Code() int
Code gets the status code for the get integrations v3 too many requests response
func (*GetIntegrationsV3TooManyRequests) Error ¶
func (o *GetIntegrationsV3TooManyRequests) Error() string
func (*GetIntegrationsV3TooManyRequests) GetPayload ¶
func (o *GetIntegrationsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetIntegrationsV3TooManyRequests) String() 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 (o *GetMetricsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetMetricsV3InternalServerError) Code() int
Code gets the status code for the get metrics v3 internal server error response
func (*GetMetricsV3InternalServerError) Error ¶
func (o *GetMetricsV3InternalServerError) Error() string
func (*GetMetricsV3InternalServerError) GetPayload ¶
func (o *GetMetricsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetMetricsV3InternalServerError) String() 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 ¶
func (o *GetMetricsV3Params) WithContext(ctx context.Context) *GetMetricsV3Params
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 (o *GetMetricsV3TooManyRequests) Error() string
func (*GetMetricsV3TooManyRequests) GetPayload ¶
func (o *GetMetricsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSecurityCheckAffectedV3Forbidden) Code() int
Code gets the status code for the get security check affected v3 forbidden response
func (*GetSecurityCheckAffectedV3Forbidden) Error ¶
func (o *GetSecurityCheckAffectedV3Forbidden) Error() string
func (*GetSecurityCheckAffectedV3Forbidden) GetPayload ¶
func (o *GetSecurityCheckAffectedV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSecurityCheckAffectedV3Forbidden) IsCode(code int) bool
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 ¶
func (o *GetSecurityCheckAffectedV3Forbidden) IsSuccess() bool
IsSuccess returns true when this get security check affected v3 forbidden response has a 2xx status code
func (*GetSecurityCheckAffectedV3Forbidden) String ¶
func (o *GetSecurityCheckAffectedV3Forbidden) String() 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 ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) Code() int
Code gets the status code for the get security check affected v3 internal server error response
func (*GetSecurityCheckAffectedV3InternalServerError) Error ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) Error() string
func (*GetSecurityCheckAffectedV3InternalServerError) GetPayload ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GetSecurityCheckAffectedV3InternalServerError) IsClientError ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) IsClientError() bool
IsClientError returns true when this get security check affected v3 internal server error response has a 4xx status code
func (*GetSecurityCheckAffectedV3InternalServerError) IsCode ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get security check affected v3 internal server error response a status code equal to that given
func (*GetSecurityCheckAffectedV3InternalServerError) IsRedirect ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this get security check affected v3 internal server error response has a 3xx status code
func (*GetSecurityCheckAffectedV3InternalServerError) IsServerError ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) IsServerError() bool
IsServerError returns true when this get security check affected v3 internal server error response has a 5xx status code
func (*GetSecurityCheckAffectedV3InternalServerError) IsSuccess ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get security check affected v3 internal server error response has a 2xx status code
func (*GetSecurityCheckAffectedV3InternalServerError) String ¶
func (o *GetSecurityCheckAffectedV3InternalServerError) String() 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 ¶
func (o *GetSecurityCheckAffectedV3OK) Code() int
Code gets the status code for the get security check affected v3 o k response
func (*GetSecurityCheckAffectedV3OK) Error ¶
func (o *GetSecurityCheckAffectedV3OK) Error() string
func (*GetSecurityCheckAffectedV3OK) GetPayload ¶
func (o *GetSecurityCheckAffectedV3OK) GetPayload() *models.GetAffected
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 ¶
func (o *GetSecurityCheckAffectedV3OK) String() 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 ¶
func (o *GetSecurityCheckAffectedV3Params) SetContext(ctx context.Context)
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 ¶
func (o *GetSecurityCheckAffectedV3Params) SetID(id string)
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 ¶
func (o *GetSecurityCheckAffectedV3Params) WithContext(ctx context.Context) *GetSecurityCheckAffectedV3Params
WithContext adds the context to the get security check affected v3 params
func (*GetSecurityCheckAffectedV3Params) WithDefaults ¶
func (o *GetSecurityCheckAffectedV3Params) WithDefaults() *GetSecurityCheckAffectedV3Params
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 ¶
func (o *GetSecurityCheckAffectedV3Params) WithHTTPClient(client *http.Client) *GetSecurityCheckAffectedV3Params
WithHTTPClient adds the HTTPClient to the get security check affected v3 params
func (*GetSecurityCheckAffectedV3Params) WithID ¶
func (o *GetSecurityCheckAffectedV3Params) WithID(id string) *GetSecurityCheckAffectedV3Params
WithID adds the id to the get security check affected v3 params
func (*GetSecurityCheckAffectedV3Params) WithLimit ¶
func (o *GetSecurityCheckAffectedV3Params) WithLimit(limit *int64) *GetSecurityCheckAffectedV3Params
WithLimit adds the limit to the get security check affected v3 params
func (*GetSecurityCheckAffectedV3Params) WithOffset ¶
func (o *GetSecurityCheckAffectedV3Params) WithOffset(offset *int64) *GetSecurityCheckAffectedV3Params
WithOffset adds the offset to the get security check affected v3 params
func (*GetSecurityCheckAffectedV3Params) WithTimeout ¶
func (o *GetSecurityCheckAffectedV3Params) WithTimeout(timeout time.Duration) *GetSecurityCheckAffectedV3Params
WithTimeout adds the timeout to the get security check affected v3 params
func (*GetSecurityCheckAffectedV3Params) WriteToRequest ¶
func (o *GetSecurityCheckAffectedV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) Code() int
Code gets the status code for the get security check affected v3 too many requests response
func (*GetSecurityCheckAffectedV3TooManyRequests) Error ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) Error() string
func (*GetSecurityCheckAffectedV3TooManyRequests) GetPayload ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetSecurityCheckAffectedV3TooManyRequests) IsClientError ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) IsClientError() bool
IsClientError returns true when this get security check affected v3 too many requests response has a 4xx status code
func (*GetSecurityCheckAffectedV3TooManyRequests) IsCode ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this get security check affected v3 too many requests response a status code equal to that given
func (*GetSecurityCheckAffectedV3TooManyRequests) IsRedirect ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get security check affected v3 too many requests response has a 3xx status code
func (*GetSecurityCheckAffectedV3TooManyRequests) IsServerError ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) IsServerError() bool
IsServerError returns true when this get security check affected v3 too many requests response has a 5xx status code
func (*GetSecurityCheckAffectedV3TooManyRequests) IsSuccess ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get security check affected v3 too many requests response has a 2xx status code
func (*GetSecurityCheckAffectedV3TooManyRequests) String ¶
func (o *GetSecurityCheckAffectedV3TooManyRequests) String() 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 ¶
func (o *GetSecurityCheckComplianceV3Forbidden) Code() int
Code gets the status code for the get security check compliance v3 forbidden response
func (*GetSecurityCheckComplianceV3Forbidden) Error ¶
func (o *GetSecurityCheckComplianceV3Forbidden) Error() string
func (*GetSecurityCheckComplianceV3Forbidden) GetPayload ¶
func (o *GetSecurityCheckComplianceV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSecurityCheckComplianceV3Forbidden) IsCode(code int) bool
IsCode returns true when this get security check compliance v3 forbidden response a status code equal to that given
func (*GetSecurityCheckComplianceV3Forbidden) IsRedirect ¶
func (o *GetSecurityCheckComplianceV3Forbidden) IsRedirect() bool
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 ¶
func (o *GetSecurityCheckComplianceV3Forbidden) IsSuccess() bool
IsSuccess returns true when this get security check compliance v3 forbidden response has a 2xx status code
func (*GetSecurityCheckComplianceV3Forbidden) String ¶
func (o *GetSecurityCheckComplianceV3Forbidden) String() 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 ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) Code() int
Code gets the status code for the get security check compliance v3 internal server error response
func (*GetSecurityCheckComplianceV3InternalServerError) Error ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) Error() string
func (*GetSecurityCheckComplianceV3InternalServerError) GetPayload ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GetSecurityCheckComplianceV3InternalServerError) IsClientError ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) IsClientError() bool
IsClientError returns true when this get security check compliance v3 internal server error response has a 4xx status code
func (*GetSecurityCheckComplianceV3InternalServerError) IsCode ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get security check compliance v3 internal server error response a status code equal to that given
func (*GetSecurityCheckComplianceV3InternalServerError) IsRedirect ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this get security check compliance v3 internal server error response has a 3xx status code
func (*GetSecurityCheckComplianceV3InternalServerError) IsServerError ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) IsServerError() bool
IsServerError returns true when this get security check compliance v3 internal server error response has a 5xx status code
func (*GetSecurityCheckComplianceV3InternalServerError) IsSuccess ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get security check compliance v3 internal server error response has a 2xx status code
func (*GetSecurityCheckComplianceV3InternalServerError) String ¶
func (o *GetSecurityCheckComplianceV3InternalServerError) String() 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 ¶
func (o *GetSecurityCheckComplianceV3OK) Code() int
Code gets the status code for the get security check compliance v3 o k response
func (*GetSecurityCheckComplianceV3OK) Error ¶
func (o *GetSecurityCheckComplianceV3OK) Error() string
func (*GetSecurityCheckComplianceV3OK) GetPayload ¶
func (o *GetSecurityCheckComplianceV3OK) GetPayload() *models.GetSecurityCompliance
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 ¶
func (o *GetSecurityCheckComplianceV3OK) String() 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 ¶
func (o *GetSecurityCheckComplianceV3Params) SetContext(ctx context.Context)
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 ¶
func (o *GetSecurityCheckComplianceV3Params) SetID(id string)
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 ¶
func (o *GetSecurityCheckComplianceV3Params) WithContext(ctx context.Context) *GetSecurityCheckComplianceV3Params
WithContext adds the context to the get security check compliance v3 params
func (*GetSecurityCheckComplianceV3Params) WithDefaults ¶
func (o *GetSecurityCheckComplianceV3Params) WithDefaults() *GetSecurityCheckComplianceV3Params
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 ¶
func (o *GetSecurityCheckComplianceV3Params) WithHTTPClient(client *http.Client) *GetSecurityCheckComplianceV3Params
WithHTTPClient adds the HTTPClient to the get security check compliance v3 params
func (*GetSecurityCheckComplianceV3Params) WithID ¶
func (o *GetSecurityCheckComplianceV3Params) WithID(id string) *GetSecurityCheckComplianceV3Params
WithID adds the id to the get security check compliance v3 params
func (*GetSecurityCheckComplianceV3Params) WithTimeout ¶
func (o *GetSecurityCheckComplianceV3Params) WithTimeout(timeout time.Duration) *GetSecurityCheckComplianceV3Params
WithTimeout adds the timeout to the get security check compliance v3 params
func (*GetSecurityCheckComplianceV3Params) WriteToRequest ¶
func (o *GetSecurityCheckComplianceV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) Code() int
Code gets the status code for the get security check compliance v3 too many requests response
func (*GetSecurityCheckComplianceV3TooManyRequests) Error ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) Error() string
func (*GetSecurityCheckComplianceV3TooManyRequests) GetPayload ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetSecurityCheckComplianceV3TooManyRequests) IsClientError ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) IsClientError() bool
IsClientError returns true when this get security check compliance v3 too many requests response has a 4xx status code
func (*GetSecurityCheckComplianceV3TooManyRequests) IsCode ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this get security check compliance v3 too many requests response a status code equal to that given
func (*GetSecurityCheckComplianceV3TooManyRequests) IsRedirect ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get security check compliance v3 too many requests response has a 3xx status code
func (*GetSecurityCheckComplianceV3TooManyRequests) IsServerError ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) IsServerError() bool
IsServerError returns true when this get security check compliance v3 too many requests response has a 5xx status code
func (*GetSecurityCheckComplianceV3TooManyRequests) IsSuccess ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get security check compliance v3 too many requests response has a 2xx status code
func (*GetSecurityCheckComplianceV3TooManyRequests) String ¶
func (o *GetSecurityCheckComplianceV3TooManyRequests) String() 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 ¶
func (o *GetSecurityChecksV3Forbidden) Code() int
Code gets the status code for the get security checks v3 forbidden response
func (*GetSecurityChecksV3Forbidden) Error ¶
func (o *GetSecurityChecksV3Forbidden) Error() string
func (*GetSecurityChecksV3Forbidden) GetPayload ¶
func (o *GetSecurityChecksV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSecurityChecksV3Forbidden) String() 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 ¶
func (o *GetSecurityChecksV3InternalServerError) Code() int
Code gets the status code for the get security checks v3 internal server error response
func (*GetSecurityChecksV3InternalServerError) Error ¶
func (o *GetSecurityChecksV3InternalServerError) Error() string
func (*GetSecurityChecksV3InternalServerError) GetPayload ¶
func (o *GetSecurityChecksV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSecurityChecksV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get security checks v3 internal server error response a status code equal to that given
func (*GetSecurityChecksV3InternalServerError) IsRedirect ¶
func (o *GetSecurityChecksV3InternalServerError) IsRedirect() bool
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 ¶
func (o *GetSecurityChecksV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get security checks v3 internal server error response has a 2xx status code
func (*GetSecurityChecksV3InternalServerError) String ¶
func (o *GetSecurityChecksV3InternalServerError) String() 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 (o *GetSecurityChecksV3OK) GetPayload() *models.GetSecurityChecks
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 ¶
func (o *GetSecurityChecksV3Params) WithContext(ctx context.Context) *GetSecurityChecksV3Params
WithContext adds the context to the get security checks v3 params
func (*GetSecurityChecksV3Params) WithDefaults ¶
func (o *GetSecurityChecksV3Params) WithDefaults() *GetSecurityChecksV3Params
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 ¶
func (o *GetSecurityChecksV3Params) WithID(id *string) *GetSecurityChecksV3Params
WithID adds the id to the get security checks v3 params
func (*GetSecurityChecksV3Params) WithImpact ¶
func (o *GetSecurityChecksV3Params) WithImpact(impact *string) *GetSecurityChecksV3Params
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 ¶
func (o *GetSecurityChecksV3Params) WithLimit(limit *int64) *GetSecurityChecksV3Params
WithLimit adds the limit to the get security checks v3 params
func (*GetSecurityChecksV3Params) WithOffset ¶
func (o *GetSecurityChecksV3Params) WithOffset(offset *int64) *GetSecurityChecksV3Params
WithOffset adds the offset to the get security checks v3 params
func (*GetSecurityChecksV3Params) WithStatus ¶
func (o *GetSecurityChecksV3Params) WithStatus(status *string) *GetSecurityChecksV3Params
WithStatus adds the status to the get security checks v3 params
func (*GetSecurityChecksV3Params) WithTimeout ¶
func (o *GetSecurityChecksV3Params) WithTimeout(timeout time.Duration) *GetSecurityChecksV3Params
WithTimeout adds the timeout to the get security checks v3 params
func (*GetSecurityChecksV3Params) WriteToRequest ¶
func (o *GetSecurityChecksV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetSecurityChecksV3TooManyRequests) Code() int
Code gets the status code for the get security checks v3 too many requests response
func (*GetSecurityChecksV3TooManyRequests) Error ¶
func (o *GetSecurityChecksV3TooManyRequests) Error() string
func (*GetSecurityChecksV3TooManyRequests) GetPayload ¶
func (o *GetSecurityChecksV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSecurityChecksV3TooManyRequests) IsCode(code int) bool
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 ¶
func (o *GetSecurityChecksV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get security checks v3 too many requests response has a 2xx status code
func (*GetSecurityChecksV3TooManyRequests) String ¶
func (o *GetSecurityChecksV3TooManyRequests) String() 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 (o *GetSupportedSaasV3Forbidden) Error() string
func (*GetSupportedSaasV3Forbidden) GetPayload ¶
func (o *GetSupportedSaasV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSupportedSaasV3InternalServerError) Code() int
Code gets the status code for the get supported saas v3 internal server error response
func (*GetSupportedSaasV3InternalServerError) Error ¶
func (o *GetSupportedSaasV3InternalServerError) Error() string
func (*GetSupportedSaasV3InternalServerError) GetPayload ¶
func (o *GetSupportedSaasV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSupportedSaasV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get supported saas v3 internal server error response a status code equal to that given
func (*GetSupportedSaasV3InternalServerError) IsRedirect ¶
func (o *GetSupportedSaasV3InternalServerError) IsRedirect() bool
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 ¶
func (o *GetSupportedSaasV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get supported saas v3 internal server error response has a 2xx status code
func (*GetSupportedSaasV3InternalServerError) String ¶
func (o *GetSupportedSaasV3InternalServerError) String() 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 ¶
func (o *GetSupportedSaasV3Params) WithContext(ctx context.Context) *GetSupportedSaasV3Params
WithContext adds the context to the get supported saas v3 params
func (*GetSupportedSaasV3Params) WithDefaults ¶
func (o *GetSupportedSaasV3Params) WithDefaults() *GetSupportedSaasV3Params
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 ¶
func (o *GetSupportedSaasV3Params) WithTimeout(timeout time.Duration) *GetSupportedSaasV3Params
WithTimeout adds the timeout to the get supported saas v3 params
func (*GetSupportedSaasV3Params) WriteToRequest ¶
func (o *GetSupportedSaasV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetSupportedSaasV3TooManyRequests) Code() int
Code gets the status code for the get supported saas v3 too many requests response
func (*GetSupportedSaasV3TooManyRequests) Error ¶
func (o *GetSupportedSaasV3TooManyRequests) Error() string
func (*GetSupportedSaasV3TooManyRequests) GetPayload ¶
func (o *GetSupportedSaasV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSupportedSaasV3TooManyRequests) String() 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 (o *GetSystemLogsV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSystemLogsV3InternalServerError) Code() int
Code gets the status code for the get system logs v3 internal server error response
func (*GetSystemLogsV3InternalServerError) Error ¶
func (o *GetSystemLogsV3InternalServerError) Error() string
func (*GetSystemLogsV3InternalServerError) GetPayload ¶
func (o *GetSystemLogsV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSystemLogsV3InternalServerError) IsCode(code int) bool
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 ¶
func (o *GetSystemLogsV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get system logs v3 internal server error response has a 2xx status code
func (*GetSystemLogsV3InternalServerError) String ¶
func (o *GetSystemLogsV3InternalServerError) String() 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 ¶
func (o *GetSystemLogsV3Params) WithContext(ctx context.Context) *GetSystemLogsV3Params
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 ¶
func (o *GetSystemLogsV3Params) WithToDate(toDate *strfmt.DateTime) *GetSystemLogsV3Params
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 ¶
func (o *GetSystemLogsV3TooManyRequests) Code() int
Code gets the status code for the get system logs v3 too many requests response
func (*GetSystemLogsV3TooManyRequests) Error ¶
func (o *GetSystemLogsV3TooManyRequests) Error() string
func (*GetSystemLogsV3TooManyRequests) GetPayload ¶
func (o *GetSystemLogsV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSystemLogsV3TooManyRequests) String() 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 (o *GetSystemUsersV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSystemUsersV3InternalServerError) Code() int
Code gets the status code for the get system users v3 internal server error response
func (*GetSystemUsersV3InternalServerError) Error ¶
func (o *GetSystemUsersV3InternalServerError) Error() string
func (*GetSystemUsersV3InternalServerError) GetPayload ¶
func (o *GetSystemUsersV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSystemUsersV3InternalServerError) IsCode(code int) bool
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 ¶
func (o *GetSystemUsersV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get system users v3 internal server error response has a 2xx status code
func (*GetSystemUsersV3InternalServerError) String ¶
func (o *GetSystemUsersV3InternalServerError) String() 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 ¶
func (o *GetSystemUsersV3Params) WithContext(ctx context.Context) *GetSystemUsersV3Params
WithContext adds the context to the get system users v3 params
func (*GetSystemUsersV3Params) WithDefaults ¶
func (o *GetSystemUsersV3Params) WithDefaults() *GetSystemUsersV3Params
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 ¶
func (o *GetSystemUsersV3Params) WithTimeout(timeout time.Duration) *GetSystemUsersV3Params
WithTimeout adds the timeout to the get system users v3 params
func (*GetSystemUsersV3Params) WriteToRequest ¶
func (o *GetSystemUsersV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetSystemUsersV3TooManyRequests) Code() int
Code gets the status code for the get system users v3 too many requests response
func (*GetSystemUsersV3TooManyRequests) Error ¶
func (o *GetSystemUsersV3TooManyRequests) Error() string
func (*GetSystemUsersV3TooManyRequests) GetPayload ¶
func (o *GetSystemUsersV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSystemUsersV3TooManyRequests) String() 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 (o *GetUserInventoryV3Forbidden) Error() string
func (*GetUserInventoryV3Forbidden) GetPayload ¶
func (o *GetUserInventoryV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetUserInventoryV3InternalServerError) Code() int
Code gets the status code for the get user inventory v3 internal server error response
func (*GetUserInventoryV3InternalServerError) Error ¶
func (o *GetUserInventoryV3InternalServerError) Error() string
func (*GetUserInventoryV3InternalServerError) GetPayload ¶
func (o *GetUserInventoryV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetUserInventoryV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get user inventory v3 internal server error response a status code equal to that given
func (*GetUserInventoryV3InternalServerError) IsRedirect ¶
func (o *GetUserInventoryV3InternalServerError) IsRedirect() bool
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 ¶
func (o *GetUserInventoryV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get user inventory v3 internal server error response has a 2xx status code
func (*GetUserInventoryV3InternalServerError) String ¶
func (o *GetUserInventoryV3InternalServerError) String() 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 ¶
func (o *GetUserInventoryV3Params) WithContext(ctx context.Context) *GetUserInventoryV3Params
WithContext adds the context to the get user inventory v3 params
func (*GetUserInventoryV3Params) WithDefaults ¶
func (o *GetUserInventoryV3Params) WithDefaults() *GetUserInventoryV3Params
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 ¶
func (o *GetUserInventoryV3Params) WithEmail(email *string) *GetUserInventoryV3Params
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 ¶
func (o *GetUserInventoryV3Params) WithLimit(limit *int64) *GetUserInventoryV3Params
WithLimit adds the limit to the get user inventory v3 params
func (*GetUserInventoryV3Params) WithOffset ¶
func (o *GetUserInventoryV3Params) WithOffset(offset *int64) *GetUserInventoryV3Params
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 ¶
func (o *GetUserInventoryV3Params) WithTimeout(timeout time.Duration) *GetUserInventoryV3Params
WithTimeout adds the timeout to the get user inventory v3 params
func (*GetUserInventoryV3Params) WriteToRequest ¶
func (o *GetUserInventoryV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetUserInventoryV3TooManyRequests) Code() int
Code gets the status code for the get user inventory v3 too many requests response
func (*GetUserInventoryV3TooManyRequests) Error ¶
func (o *GetUserInventoryV3TooManyRequests) Error() string
func (*GetUserInventoryV3TooManyRequests) GetPayload ¶
func (o *GetUserInventoryV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetUserInventoryV3TooManyRequests) String() 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 ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) Code() int
Code gets the status code for the integration builder end transaction v3 forbidden response
func (*IntegrationBuilderEndTransactionV3Forbidden) Error ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) Error() string
func (*IntegrationBuilderEndTransactionV3Forbidden) GetPayload ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderEndTransactionV3Forbidden) IsClientError ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) IsClientError() bool
IsClientError returns true when this integration builder end transaction v3 forbidden response has a 4xx status code
func (*IntegrationBuilderEndTransactionV3Forbidden) IsCode ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) IsCode(code int) bool
IsCode returns true when this integration builder end transaction v3 forbidden response a status code equal to that given
func (*IntegrationBuilderEndTransactionV3Forbidden) IsRedirect ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) IsRedirect() bool
IsRedirect returns true when this integration builder end transaction v3 forbidden response has a 3xx status code
func (*IntegrationBuilderEndTransactionV3Forbidden) IsServerError ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) IsServerError() bool
IsServerError returns true when this integration builder end transaction v3 forbidden response has a 5xx status code
func (*IntegrationBuilderEndTransactionV3Forbidden) IsSuccess ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) IsSuccess() bool
IsSuccess returns true when this integration builder end transaction v3 forbidden response has a 2xx status code
func (*IntegrationBuilderEndTransactionV3Forbidden) String ¶
func (o *IntegrationBuilderEndTransactionV3Forbidden) String() 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 ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) Code() int
Code gets the status code for the integration builder end transaction v3 internal server error response
func (*IntegrationBuilderEndTransactionV3InternalServerError) Error ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) Error() string
func (*IntegrationBuilderEndTransactionV3InternalServerError) GetPayload ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderEndTransactionV3InternalServerError) IsClientError ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsClientError() bool
IsClientError returns true when this integration builder end transaction v3 internal server error response has a 4xx status code
func (*IntegrationBuilderEndTransactionV3InternalServerError) IsCode ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsCode(code int) bool
IsCode returns true when this integration builder end transaction v3 internal server error response a status code equal to that given
func (*IntegrationBuilderEndTransactionV3InternalServerError) IsRedirect ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this integration builder end transaction v3 internal server error response has a 3xx status code
func (*IntegrationBuilderEndTransactionV3InternalServerError) IsServerError ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsServerError() bool
IsServerError returns true when this integration builder end transaction v3 internal server error response has a 5xx status code
func (*IntegrationBuilderEndTransactionV3InternalServerError) IsSuccess ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this integration builder end transaction v3 internal server error response has a 2xx status code
func (*IntegrationBuilderEndTransactionV3InternalServerError) String ¶
func (o *IntegrationBuilderEndTransactionV3InternalServerError) String() 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 ¶
func (o *IntegrationBuilderEndTransactionV3OK) Code() int
Code gets the status code for the integration builder end transaction v3 o k response
func (*IntegrationBuilderEndTransactionV3OK) Error ¶
func (o *IntegrationBuilderEndTransactionV3OK) Error() string
func (*IntegrationBuilderEndTransactionV3OK) GetPayload ¶
func (o *IntegrationBuilderEndTransactionV3OK) GetPayload() *models.GetEndTransaction
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 ¶
func (o *IntegrationBuilderEndTransactionV3OK) IsCode(code int) bool
IsCode returns true when this integration builder end transaction v3 o k response a status code equal to that given
func (*IntegrationBuilderEndTransactionV3OK) IsRedirect ¶
func (o *IntegrationBuilderEndTransactionV3OK) IsRedirect() bool
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 ¶
func (o *IntegrationBuilderEndTransactionV3OK) IsSuccess() bool
IsSuccess returns true when this integration builder end transaction v3 o k response has a 2xx status code
func (*IntegrationBuilderEndTransactionV3OK) String ¶
func (o *IntegrationBuilderEndTransactionV3OK) String() 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 ¶
func (o *IntegrationBuilderEndTransactionV3Params) SetContext(ctx context.Context)
SetContext adds the context to the integration builder end transaction v3 params
func (*IntegrationBuilderEndTransactionV3Params) SetDefaults ¶
func (o *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 ¶
func (o *IntegrationBuilderEndTransactionV3Params) SetID(id string)
SetID adds the id to the integration builder end transaction v3 params
func (*IntegrationBuilderEndTransactionV3Params) SetTimeout ¶
func (o *IntegrationBuilderEndTransactionV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the integration builder end transaction v3 params
func (*IntegrationBuilderEndTransactionV3Params) WithContext ¶
func (o *IntegrationBuilderEndTransactionV3Params) WithContext(ctx context.Context) *IntegrationBuilderEndTransactionV3Params
WithContext adds the context to the integration builder end transaction v3 params
func (*IntegrationBuilderEndTransactionV3Params) WithDefaults ¶
func (o *IntegrationBuilderEndTransactionV3Params) WithDefaults() *IntegrationBuilderEndTransactionV3Params
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 ¶
func (o *IntegrationBuilderEndTransactionV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderEndTransactionV3Params
WithHTTPClient adds the HTTPClient to the integration builder end transaction v3 params
func (*IntegrationBuilderEndTransactionV3Params) WithID ¶
func (o *IntegrationBuilderEndTransactionV3Params) WithID(id string) *IntegrationBuilderEndTransactionV3Params
WithID adds the id to the integration builder end transaction v3 params
func (*IntegrationBuilderEndTransactionV3Params) WithTimeout ¶
func (o *IntegrationBuilderEndTransactionV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderEndTransactionV3Params
WithTimeout adds the timeout to the integration builder end transaction v3 params
func (*IntegrationBuilderEndTransactionV3Params) WriteToRequest ¶
func (o *IntegrationBuilderEndTransactionV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) Code() int
Code gets the status code for the integration builder end transaction v3 too many requests response
func (*IntegrationBuilderEndTransactionV3TooManyRequests) Error ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) Error() string
func (*IntegrationBuilderEndTransactionV3TooManyRequests) GetPayload ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsClientError ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsClientError() bool
IsClientError returns true when this integration builder end transaction v3 too many requests response has a 4xx status code
func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsCode ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this integration builder end transaction v3 too many requests response a status code equal to that given
func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsRedirect ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this integration builder end transaction v3 too many requests response has a 3xx status code
func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsServerError ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsServerError() bool
IsServerError returns true when this integration builder end transaction v3 too many requests response has a 5xx status code
func (*IntegrationBuilderEndTransactionV3TooManyRequests) IsSuccess ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this integration builder end transaction v3 too many requests response has a 2xx status code
func (*IntegrationBuilderEndTransactionV3TooManyRequests) String ¶
func (o *IntegrationBuilderEndTransactionV3TooManyRequests) String() 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 ¶
func (o *IntegrationBuilderGetStatusV3Forbidden) Code() int
Code gets the status code for the integration builder get status v3 forbidden response
func (*IntegrationBuilderGetStatusV3Forbidden) Error ¶
func (o *IntegrationBuilderGetStatusV3Forbidden) Error() string
func (*IntegrationBuilderGetStatusV3Forbidden) GetPayload ¶
func (o *IntegrationBuilderGetStatusV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *IntegrationBuilderGetStatusV3Forbidden) IsCode(code int) bool
IsCode returns true when this integration builder get status v3 forbidden response a status code equal to that given
func (*IntegrationBuilderGetStatusV3Forbidden) IsRedirect ¶
func (o *IntegrationBuilderGetStatusV3Forbidden) IsRedirect() bool
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 ¶
func (o *IntegrationBuilderGetStatusV3Forbidden) IsSuccess() bool
IsSuccess returns true when this integration builder get status v3 forbidden response has a 2xx status code
func (*IntegrationBuilderGetStatusV3Forbidden) String ¶
func (o *IntegrationBuilderGetStatusV3Forbidden) String() 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 ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) Code() int
Code gets the status code for the integration builder get status v3 internal server error response
func (*IntegrationBuilderGetStatusV3InternalServerError) Error ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) Error() string
func (*IntegrationBuilderGetStatusV3InternalServerError) GetPayload ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderGetStatusV3InternalServerError) IsClientError ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) IsClientError() bool
IsClientError returns true when this integration builder get status v3 internal server error response has a 4xx status code
func (*IntegrationBuilderGetStatusV3InternalServerError) IsCode ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) IsCode(code int) bool
IsCode returns true when this integration builder get status v3 internal server error response a status code equal to that given
func (*IntegrationBuilderGetStatusV3InternalServerError) IsRedirect ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this integration builder get status v3 internal server error response has a 3xx status code
func (*IntegrationBuilderGetStatusV3InternalServerError) IsServerError ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) IsServerError() bool
IsServerError returns true when this integration builder get status v3 internal server error response has a 5xx status code
func (*IntegrationBuilderGetStatusV3InternalServerError) IsSuccess ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this integration builder get status v3 internal server error response has a 2xx status code
func (*IntegrationBuilderGetStatusV3InternalServerError) String ¶
func (o *IntegrationBuilderGetStatusV3InternalServerError) String() 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 ¶
func (o *IntegrationBuilderGetStatusV3OK) Code() int
Code gets the status code for the integration builder get status v3 o k response
func (*IntegrationBuilderGetStatusV3OK) Error ¶
func (o *IntegrationBuilderGetStatusV3OK) Error() string
func (*IntegrationBuilderGetStatusV3OK) GetPayload ¶
func (o *IntegrationBuilderGetStatusV3OK) GetPayload() *models.GetTransactionStatus
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 ¶
func (o *IntegrationBuilderGetStatusV3OK) String() 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 ¶
func (o *IntegrationBuilderGetStatusV3Params) SetContext(ctx context.Context)
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 ¶
func (o *IntegrationBuilderGetStatusV3Params) SetID(id string)
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 ¶
func (o *IntegrationBuilderGetStatusV3Params) WithContext(ctx context.Context) *IntegrationBuilderGetStatusV3Params
WithContext adds the context to the integration builder get status v3 params
func (*IntegrationBuilderGetStatusV3Params) WithDefaults ¶
func (o *IntegrationBuilderGetStatusV3Params) WithDefaults() *IntegrationBuilderGetStatusV3Params
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 ¶
func (o *IntegrationBuilderGetStatusV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderGetStatusV3Params
WithHTTPClient adds the HTTPClient to the integration builder get status v3 params
func (*IntegrationBuilderGetStatusV3Params) WithID ¶
func (o *IntegrationBuilderGetStatusV3Params) WithID(id string) *IntegrationBuilderGetStatusV3Params
WithID adds the id to the integration builder get status v3 params
func (*IntegrationBuilderGetStatusV3Params) WithTimeout ¶
func (o *IntegrationBuilderGetStatusV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderGetStatusV3Params
WithTimeout adds the timeout to the integration builder get status v3 params
func (*IntegrationBuilderGetStatusV3Params) WriteToRequest ¶
func (o *IntegrationBuilderGetStatusV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) Code() int
Code gets the status code for the integration builder get status v3 too many requests response
func (*IntegrationBuilderGetStatusV3TooManyRequests) Error ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) Error() string
func (*IntegrationBuilderGetStatusV3TooManyRequests) GetPayload ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderGetStatusV3TooManyRequests) IsClientError ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsClientError() bool
IsClientError returns true when this integration builder get status v3 too many requests response has a 4xx status code
func (*IntegrationBuilderGetStatusV3TooManyRequests) IsCode ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this integration builder get status v3 too many requests response a status code equal to that given
func (*IntegrationBuilderGetStatusV3TooManyRequests) IsRedirect ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this integration builder get status v3 too many requests response has a 3xx status code
func (*IntegrationBuilderGetStatusV3TooManyRequests) IsServerError ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsServerError() bool
IsServerError returns true when this integration builder get status v3 too many requests response has a 5xx status code
func (*IntegrationBuilderGetStatusV3TooManyRequests) IsSuccess ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this integration builder get status v3 too many requests response has a 2xx status code
func (*IntegrationBuilderGetStatusV3TooManyRequests) String ¶
func (o *IntegrationBuilderGetStatusV3TooManyRequests) String() 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 ¶
func (o *IntegrationBuilderResetV3Forbidden) Code() int
Code gets the status code for the integration builder reset v3 forbidden response
func (*IntegrationBuilderResetV3Forbidden) Error ¶
func (o *IntegrationBuilderResetV3Forbidden) Error() string
func (*IntegrationBuilderResetV3Forbidden) GetPayload ¶
func (o *IntegrationBuilderResetV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *IntegrationBuilderResetV3Forbidden) IsCode(code int) bool
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 ¶
func (o *IntegrationBuilderResetV3Forbidden) IsSuccess() bool
IsSuccess returns true when this integration builder reset v3 forbidden response has a 2xx status code
func (*IntegrationBuilderResetV3Forbidden) String ¶
func (o *IntegrationBuilderResetV3Forbidden) String() 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 ¶
func (o *IntegrationBuilderResetV3InternalServerError) Code() int
Code gets the status code for the integration builder reset v3 internal server error response
func (*IntegrationBuilderResetV3InternalServerError) Error ¶
func (o *IntegrationBuilderResetV3InternalServerError) Error() string
func (*IntegrationBuilderResetV3InternalServerError) GetPayload ¶
func (o *IntegrationBuilderResetV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderResetV3InternalServerError) IsClientError ¶
func (o *IntegrationBuilderResetV3InternalServerError) IsClientError() bool
IsClientError returns true when this integration builder reset v3 internal server error response has a 4xx status code
func (*IntegrationBuilderResetV3InternalServerError) IsCode ¶
func (o *IntegrationBuilderResetV3InternalServerError) IsCode(code int) bool
IsCode returns true when this integration builder reset v3 internal server error response a status code equal to that given
func (*IntegrationBuilderResetV3InternalServerError) IsRedirect ¶
func (o *IntegrationBuilderResetV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this integration builder reset v3 internal server error response has a 3xx status code
func (*IntegrationBuilderResetV3InternalServerError) IsServerError ¶
func (o *IntegrationBuilderResetV3InternalServerError) IsServerError() bool
IsServerError returns true when this integration builder reset v3 internal server error response has a 5xx status code
func (*IntegrationBuilderResetV3InternalServerError) IsSuccess ¶
func (o *IntegrationBuilderResetV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this integration builder reset v3 internal server error response has a 2xx status code
func (*IntegrationBuilderResetV3InternalServerError) String ¶
func (o *IntegrationBuilderResetV3InternalServerError) String() 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 (o *IntegrationBuilderResetV3OK) Error() string
func (*IntegrationBuilderResetV3OK) GetPayload ¶
func (o *IntegrationBuilderResetV3OK) GetPayload() *models.GetTransactionStatus
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 ¶
func (o *IntegrationBuilderResetV3Params) SetID(id string)
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 ¶
func (o *IntegrationBuilderResetV3Params) WithContext(ctx context.Context) *IntegrationBuilderResetV3Params
WithContext adds the context to the integration builder reset v3 params
func (*IntegrationBuilderResetV3Params) WithDefaults ¶
func (o *IntegrationBuilderResetV3Params) WithDefaults() *IntegrationBuilderResetV3Params
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 ¶
func (o *IntegrationBuilderResetV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderResetV3Params
WithHTTPClient adds the HTTPClient to the integration builder reset v3 params
func (*IntegrationBuilderResetV3Params) WithID ¶
func (o *IntegrationBuilderResetV3Params) WithID(id string) *IntegrationBuilderResetV3Params
WithID adds the id to the integration builder reset v3 params
func (*IntegrationBuilderResetV3Params) WithTimeout ¶
func (o *IntegrationBuilderResetV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderResetV3Params
WithTimeout adds the timeout to the integration builder reset v3 params
func (*IntegrationBuilderResetV3Params) WriteToRequest ¶
func (o *IntegrationBuilderResetV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *IntegrationBuilderResetV3TooManyRequests) Code() int
Code gets the status code for the integration builder reset v3 too many requests response
func (*IntegrationBuilderResetV3TooManyRequests) Error ¶
func (o *IntegrationBuilderResetV3TooManyRequests) Error() string
func (*IntegrationBuilderResetV3TooManyRequests) GetPayload ¶
func (o *IntegrationBuilderResetV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderResetV3TooManyRequests) IsClientError ¶
func (o *IntegrationBuilderResetV3TooManyRequests) IsClientError() bool
IsClientError returns true when this integration builder reset v3 too many requests response has a 4xx status code
func (*IntegrationBuilderResetV3TooManyRequests) IsCode ¶
func (o *IntegrationBuilderResetV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this integration builder reset v3 too many requests response a status code equal to that given
func (*IntegrationBuilderResetV3TooManyRequests) IsRedirect ¶
func (o *IntegrationBuilderResetV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this integration builder reset v3 too many requests response has a 3xx status code
func (*IntegrationBuilderResetV3TooManyRequests) IsServerError ¶
func (o *IntegrationBuilderResetV3TooManyRequests) IsServerError() bool
IsServerError returns true when this integration builder reset v3 too many requests response has a 5xx status code
func (*IntegrationBuilderResetV3TooManyRequests) IsSuccess ¶
func (o *IntegrationBuilderResetV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this integration builder reset v3 too many requests response has a 2xx status code
func (*IntegrationBuilderResetV3TooManyRequests) String ¶
func (o *IntegrationBuilderResetV3TooManyRequests) String() 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 ¶
func (o *IntegrationBuilderUploadV3Forbidden) Code() int
Code gets the status code for the integration builder upload v3 forbidden response
func (*IntegrationBuilderUploadV3Forbidden) Error ¶
func (o *IntegrationBuilderUploadV3Forbidden) Error() string
func (*IntegrationBuilderUploadV3Forbidden) GetPayload ¶
func (o *IntegrationBuilderUploadV3Forbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *IntegrationBuilderUploadV3Forbidden) IsCode(code int) bool
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 ¶
func (o *IntegrationBuilderUploadV3Forbidden) IsSuccess() bool
IsSuccess returns true when this integration builder upload v3 forbidden response has a 2xx status code
func (*IntegrationBuilderUploadV3Forbidden) String ¶
func (o *IntegrationBuilderUploadV3Forbidden) String() 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 ¶
func (o *IntegrationBuilderUploadV3InternalServerError) Code() int
Code gets the status code for the integration builder upload v3 internal server error response
func (*IntegrationBuilderUploadV3InternalServerError) Error ¶
func (o *IntegrationBuilderUploadV3InternalServerError) Error() string
func (*IntegrationBuilderUploadV3InternalServerError) GetPayload ¶
func (o *IntegrationBuilderUploadV3InternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderUploadV3InternalServerError) IsClientError ¶
func (o *IntegrationBuilderUploadV3InternalServerError) IsClientError() bool
IsClientError returns true when this integration builder upload v3 internal server error response has a 4xx status code
func (*IntegrationBuilderUploadV3InternalServerError) IsCode ¶
func (o *IntegrationBuilderUploadV3InternalServerError) IsCode(code int) bool
IsCode returns true when this integration builder upload v3 internal server error response a status code equal to that given
func (*IntegrationBuilderUploadV3InternalServerError) IsRedirect ¶
func (o *IntegrationBuilderUploadV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this integration builder upload v3 internal server error response has a 3xx status code
func (*IntegrationBuilderUploadV3InternalServerError) IsServerError ¶
func (o *IntegrationBuilderUploadV3InternalServerError) IsServerError() bool
IsServerError returns true when this integration builder upload v3 internal server error response has a 5xx status code
func (*IntegrationBuilderUploadV3InternalServerError) IsSuccess ¶
func (o *IntegrationBuilderUploadV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this integration builder upload v3 internal server error response has a 2xx status code
func (*IntegrationBuilderUploadV3InternalServerError) String ¶
func (o *IntegrationBuilderUploadV3InternalServerError) String() 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 ¶
func (o *IntegrationBuilderUploadV3OK) Code() int
Code gets the status code for the integration builder upload v3 o k response
func (*IntegrationBuilderUploadV3OK) Error ¶
func (o *IntegrationBuilderUploadV3OK) Error() string
func (*IntegrationBuilderUploadV3OK) GetPayload ¶
func (o *IntegrationBuilderUploadV3OK) GetPayload() *models.UploadDataResponse
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 ¶
func (o *IntegrationBuilderUploadV3OK) String() 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
func (o *IntegrationBuilderUploadV3Params) SetBody(body *models.UploadDataRequest)
SetBody adds the body to the integration builder upload v3 params
func (*IntegrationBuilderUploadV3Params) SetContext ¶
func (o *IntegrationBuilderUploadV3Params) SetContext(ctx context.Context)
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 ¶
func (o *IntegrationBuilderUploadV3Params) SetID(id string)
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
func (o *IntegrationBuilderUploadV3Params) WithBody(body *models.UploadDataRequest) *IntegrationBuilderUploadV3Params
WithBody adds the body to the integration builder upload v3 params
func (*IntegrationBuilderUploadV3Params) WithContext ¶
func (o *IntegrationBuilderUploadV3Params) WithContext(ctx context.Context) *IntegrationBuilderUploadV3Params
WithContext adds the context to the integration builder upload v3 params
func (*IntegrationBuilderUploadV3Params) WithDefaults ¶
func (o *IntegrationBuilderUploadV3Params) WithDefaults() *IntegrationBuilderUploadV3Params
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 ¶
func (o *IntegrationBuilderUploadV3Params) WithHTTPClient(client *http.Client) *IntegrationBuilderUploadV3Params
WithHTTPClient adds the HTTPClient to the integration builder upload v3 params
func (*IntegrationBuilderUploadV3Params) WithID ¶
func (o *IntegrationBuilderUploadV3Params) WithID(id string) *IntegrationBuilderUploadV3Params
WithID adds the id to the integration builder upload v3 params
func (*IntegrationBuilderUploadV3Params) WithSourceID ¶
func (o *IntegrationBuilderUploadV3Params) WithSourceID(sourceID string) *IntegrationBuilderUploadV3Params
WithSourceID adds the sourceID to the integration builder upload v3 params
func (*IntegrationBuilderUploadV3Params) WithTimeout ¶
func (o *IntegrationBuilderUploadV3Params) WithTimeout(timeout time.Duration) *IntegrationBuilderUploadV3Params
WithTimeout adds the timeout to the integration builder upload v3 params
func (*IntegrationBuilderUploadV3Params) WriteToRequest ¶
func (o *IntegrationBuilderUploadV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) Code() int
Code gets the status code for the integration builder upload v3 too many requests response
func (*IntegrationBuilderUploadV3TooManyRequests) Error ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) Error() string
func (*IntegrationBuilderUploadV3TooManyRequests) GetPayload ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*IntegrationBuilderUploadV3TooManyRequests) IsClientError ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) IsClientError() bool
IsClientError returns true when this integration builder upload v3 too many requests response has a 4xx status code
func (*IntegrationBuilderUploadV3TooManyRequests) IsCode ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this integration builder upload v3 too many requests response a status code equal to that given
func (*IntegrationBuilderUploadV3TooManyRequests) IsRedirect ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this integration builder upload v3 too many requests response has a 3xx status code
func (*IntegrationBuilderUploadV3TooManyRequests) IsServerError ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) IsServerError() bool
IsServerError returns true when this integration builder upload v3 too many requests response has a 5xx status code
func (*IntegrationBuilderUploadV3TooManyRequests) IsSuccess ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this integration builder upload v3 too many requests response has a 2xx status code
func (*IntegrationBuilderUploadV3TooManyRequests) String ¶
func (o *IntegrationBuilderUploadV3TooManyRequests) String() string
Source Files
¶
- dismiss_affected_entity_v3_parameters.go
- dismiss_affected_entity_v3_responses.go
- dismiss_security_check_v3_parameters.go
- dismiss_security_check_v3_responses.go
- get_activity_monitor_v3_parameters.go
- get_activity_monitor_v3_responses.go
- get_alerts_v3_parameters.go
- get_alerts_v3_responses.go
- get_app_inventory_parameters.go
- get_app_inventory_responses.go
- get_app_inventory_users_parameters.go
- get_app_inventory_users_responses.go
- get_asset_inventory_v3_parameters.go
- get_asset_inventory_v3_responses.go
- get_device_inventory_v3_parameters.go
- get_device_inventory_v3_responses.go
- get_integrations_v3_parameters.go
- get_integrations_v3_responses.go
- get_metrics_v3_parameters.go
- get_metrics_v3_responses.go
- get_security_check_affected_v3_parameters.go
- get_security_check_affected_v3_responses.go
- get_security_check_compliance_v3_parameters.go
- get_security_check_compliance_v3_responses.go
- get_security_checks_v3_parameters.go
- get_security_checks_v3_responses.go
- get_supported_saas_v3_parameters.go
- get_supported_saas_v3_responses.go
- get_system_logs_v3_parameters.go
- get_system_logs_v3_responses.go
- get_system_users_v3_parameters.go
- get_system_users_v3_responses.go
- get_user_inventory_v3_parameters.go
- get_user_inventory_v3_responses.go
- integration_builder_end_transaction_v3_parameters.go
- integration_builder_end_transaction_v3_responses.go
- integration_builder_get_status_v3_parameters.go
- integration_builder_get_status_v3_responses.go
- integration_builder_reset_v3_parameters.go
- integration_builder_reset_v3_responses.go
- integration_builder_upload_v3_parameters.go
- integration_builder_upload_v3_responses.go
- saas_security_client.go