Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateCSPMAwsAccount(params *CreateCSPMAwsAccountParams, opts ...ClientOption) (*CreateCSPMAwsAccountCreated, *CreateCSPMAwsAccountMultiStatus, error)
- func (a *Client) CreateCSPMAzureAccount(params *CreateCSPMAzureAccountParams, opts ...ClientOption) (*CreateCSPMAzureAccountCreated, *CreateCSPMAzureAccountMultiStatus, error)
- func (a *Client) DeleteCSPMAwsAccount(params *DeleteCSPMAwsAccountParams, opts ...ClientOption) (*DeleteCSPMAwsAccountOK, *DeleteCSPMAwsAccountMultiStatus, error)
- func (a *Client) DeleteCSPMAzureAccount(params *DeleteCSPMAzureAccountParams, opts ...ClientOption) (*DeleteCSPMAzureAccountOK, *DeleteCSPMAzureAccountMultiStatus, error)
- func (a *Client) GetBehaviorDetections(params *GetBehaviorDetectionsParams, opts ...ClientOption) (*GetBehaviorDetectionsOK, error)
- func (a *Client) GetCSPMAwsAccount(params *GetCSPMAwsAccountParams, opts ...ClientOption) (*GetCSPMAwsAccountOK, *GetCSPMAwsAccountMultiStatus, error)
- func (a *Client) GetCSPMAwsAccountScriptsAttachment(params *GetCSPMAwsAccountScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMAwsAccountScriptsAttachmentOK, error)
- func (a *Client) GetCSPMAwsConsoleSetupURLs(params *GetCSPMAwsConsoleSetupURLsParams, opts ...ClientOption) (*GetCSPMAwsConsoleSetupURLsOK, *GetCSPMAwsConsoleSetupURLsMultiStatus, error)
- func (a *Client) GetCSPMAzureAccount(params *GetCSPMAzureAccountParams, opts ...ClientOption) (*GetCSPMAzureAccountOK, *GetCSPMAzureAccountMultiStatus, error)
- func (a *Client) GetCSPMAzureUserScriptsAttachment(params *GetCSPMAzureUserScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMAzureUserScriptsAttachmentOK, error)
- func (a *Client) GetCSPMPolicy(params *GetCSPMPolicyParams, opts ...ClientOption) (*GetCSPMPolicyOK, *GetCSPMPolicyMultiStatus, error)
- func (a *Client) GetCSPMPolicySettings(params *GetCSPMPolicySettingsParams, opts ...ClientOption) (*GetCSPMPolicySettingsOK, *GetCSPMPolicySettingsMultiStatus, error)
- func (a *Client) GetCSPMScanSchedule(params *GetCSPMScanScheduleParams, opts ...ClientOption) (*GetCSPMScanScheduleOK, error)
- func (a *Client) GetConfigurationDetections(params *GetConfigurationDetectionsParams, opts ...ClientOption) (*GetConfigurationDetectionsOK, error)
- func (a *Client) GetIOAEvents(params *GetIOAEventsParams, opts ...ClientOption) (*GetIOAEventsOK, error)
- func (a *Client) GetIOAUsers(params *GetIOAUsersParams, opts ...ClientOption) (*GetIOAUsersOK, error)
- func (a *Client) PatchCSPMAwsAccount(params *PatchCSPMAwsAccountParams, opts ...ClientOption) (*PatchCSPMAwsAccountCreated, *PatchCSPMAwsAccountMultiStatus, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateCSPMAzureAccountClientID(params *UpdateCSPMAzureAccountClientIDParams, opts ...ClientOption) (*UpdateCSPMAzureAccountClientIDCreated, error)
- func (a *Client) UpdateCSPMAzureTenantDefaultSubscriptionID(params *UpdateCSPMAzureTenantDefaultSubscriptionIDParams, opts ...ClientOption) (*UpdateCSPMAzureTenantDefaultSubscriptionIDCreated, error)
- func (a *Client) UpdateCSPMPolicySettings(params *UpdateCSPMPolicySettingsParams, opts ...ClientOption) (*UpdateCSPMPolicySettingsOK, *UpdateCSPMPolicySettingsMultiStatus, error)
- func (a *Client) UpdateCSPMScanSchedule(params *UpdateCSPMScanScheduleParams, opts ...ClientOption) (*UpdateCSPMScanScheduleOK, error)
- type ClientOption
- type ClientService
- type CreateCSPMAwsAccountBadRequest
- type CreateCSPMAwsAccountCreated
- type CreateCSPMAwsAccountForbidden
- type CreateCSPMAwsAccountInternalServerError
- type CreateCSPMAwsAccountMultiStatus
- type CreateCSPMAwsAccountParams
- func NewCreateCSPMAwsAccountParams() *CreateCSPMAwsAccountParams
- func NewCreateCSPMAwsAccountParamsWithContext(ctx context.Context) *CreateCSPMAwsAccountParams
- func NewCreateCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *CreateCSPMAwsAccountParams
- func NewCreateCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *CreateCSPMAwsAccountParams
- func (o *CreateCSPMAwsAccountParams) SetBody(body *models.RegistrationAWSAccountCreateRequestExtV2)
- func (o *CreateCSPMAwsAccountParams) SetContext(ctx context.Context)
- func (o *CreateCSPMAwsAccountParams) SetDefaults()
- func (o *CreateCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateCSPMAwsAccountParams) WithBody(body *models.RegistrationAWSAccountCreateRequestExtV2) *CreateCSPMAwsAccountParams
- func (o *CreateCSPMAwsAccountParams) WithContext(ctx context.Context) *CreateCSPMAwsAccountParams
- func (o *CreateCSPMAwsAccountParams) WithDefaults() *CreateCSPMAwsAccountParams
- func (o *CreateCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *CreateCSPMAwsAccountParams
- func (o *CreateCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *CreateCSPMAwsAccountParams
- func (o *CreateCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateCSPMAwsAccountReader
- type CreateCSPMAwsAccountTooManyRequests
- type CreateCSPMAzureAccountBadRequest
- type CreateCSPMAzureAccountCreated
- type CreateCSPMAzureAccountForbidden
- type CreateCSPMAzureAccountInternalServerError
- type CreateCSPMAzureAccountMultiStatus
- type CreateCSPMAzureAccountParams
- func NewCreateCSPMAzureAccountParams() *CreateCSPMAzureAccountParams
- func NewCreateCSPMAzureAccountParamsWithContext(ctx context.Context) *CreateCSPMAzureAccountParams
- func NewCreateCSPMAzureAccountParamsWithHTTPClient(client *http.Client) *CreateCSPMAzureAccountParams
- func NewCreateCSPMAzureAccountParamsWithTimeout(timeout time.Duration) *CreateCSPMAzureAccountParams
- func (o *CreateCSPMAzureAccountParams) SetBody(body *models.RegistrationAzureAccountCreateRequestExternalV1)
- func (o *CreateCSPMAzureAccountParams) SetContext(ctx context.Context)
- func (o *CreateCSPMAzureAccountParams) SetDefaults()
- func (o *CreateCSPMAzureAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateCSPMAzureAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateCSPMAzureAccountParams) WithBody(body *models.RegistrationAzureAccountCreateRequestExternalV1) *CreateCSPMAzureAccountParams
- func (o *CreateCSPMAzureAccountParams) WithContext(ctx context.Context) *CreateCSPMAzureAccountParams
- func (o *CreateCSPMAzureAccountParams) WithDefaults() *CreateCSPMAzureAccountParams
- func (o *CreateCSPMAzureAccountParams) WithHTTPClient(client *http.Client) *CreateCSPMAzureAccountParams
- func (o *CreateCSPMAzureAccountParams) WithTimeout(timeout time.Duration) *CreateCSPMAzureAccountParams
- func (o *CreateCSPMAzureAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateCSPMAzureAccountReader
- type CreateCSPMAzureAccountTooManyRequests
- type DeleteCSPMAwsAccountBadRequest
- type DeleteCSPMAwsAccountDefault
- type DeleteCSPMAwsAccountForbidden
- type DeleteCSPMAwsAccountInternalServerError
- type DeleteCSPMAwsAccountMultiStatus
- type DeleteCSPMAwsAccountOK
- type DeleteCSPMAwsAccountParams
- func NewDeleteCSPMAwsAccountParams() *DeleteCSPMAwsAccountParams
- func NewDeleteCSPMAwsAccountParamsWithContext(ctx context.Context) *DeleteCSPMAwsAccountParams
- func NewDeleteCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *DeleteCSPMAwsAccountParams
- func NewDeleteCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *DeleteCSPMAwsAccountParams
- func (o *DeleteCSPMAwsAccountParams) SetContext(ctx context.Context)
- func (o *DeleteCSPMAwsAccountParams) SetDefaults()
- func (o *DeleteCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCSPMAwsAccountParams) SetIds(ids []string)
- func (o *DeleteCSPMAwsAccountParams) SetOrganizationIds(organizationIds []string)
- func (o *DeleteCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCSPMAwsAccountParams) WithContext(ctx context.Context) *DeleteCSPMAwsAccountParams
- func (o *DeleteCSPMAwsAccountParams) WithDefaults() *DeleteCSPMAwsAccountParams
- func (o *DeleteCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *DeleteCSPMAwsAccountParams
- func (o *DeleteCSPMAwsAccountParams) WithIds(ids []string) *DeleteCSPMAwsAccountParams
- func (o *DeleteCSPMAwsAccountParams) WithOrganizationIds(organizationIds []string) *DeleteCSPMAwsAccountParams
- func (o *DeleteCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *DeleteCSPMAwsAccountParams
- func (o *DeleteCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCSPMAwsAccountReader
- type DeleteCSPMAwsAccountTooManyRequests
- type DeleteCSPMAzureAccountBadRequest
- type DeleteCSPMAzureAccountDefault
- type DeleteCSPMAzureAccountForbidden
- type DeleteCSPMAzureAccountInternalServerError
- type DeleteCSPMAzureAccountMultiStatus
- type DeleteCSPMAzureAccountOK
- type DeleteCSPMAzureAccountParams
- func NewDeleteCSPMAzureAccountParams() *DeleteCSPMAzureAccountParams
- func NewDeleteCSPMAzureAccountParamsWithContext(ctx context.Context) *DeleteCSPMAzureAccountParams
- func NewDeleteCSPMAzureAccountParamsWithHTTPClient(client *http.Client) *DeleteCSPMAzureAccountParams
- func NewDeleteCSPMAzureAccountParamsWithTimeout(timeout time.Duration) *DeleteCSPMAzureAccountParams
- func (o *DeleteCSPMAzureAccountParams) SetContext(ctx context.Context)
- func (o *DeleteCSPMAzureAccountParams) SetDefaults()
- func (o *DeleteCSPMAzureAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCSPMAzureAccountParams) SetIds(ids []string)
- func (o *DeleteCSPMAzureAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCSPMAzureAccountParams) WithContext(ctx context.Context) *DeleteCSPMAzureAccountParams
- func (o *DeleteCSPMAzureAccountParams) WithDefaults() *DeleteCSPMAzureAccountParams
- func (o *DeleteCSPMAzureAccountParams) WithHTTPClient(client *http.Client) *DeleteCSPMAzureAccountParams
- func (o *DeleteCSPMAzureAccountParams) WithIds(ids []string) *DeleteCSPMAzureAccountParams
- func (o *DeleteCSPMAzureAccountParams) WithTimeout(timeout time.Duration) *DeleteCSPMAzureAccountParams
- func (o *DeleteCSPMAzureAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCSPMAzureAccountReader
- type DeleteCSPMAzureAccountTooManyRequests
- type GetBehaviorDetectionsBadRequest
- type GetBehaviorDetectionsDefault
- type GetBehaviorDetectionsForbidden
- type GetBehaviorDetectionsInternalServerError
- type GetBehaviorDetectionsOK
- type GetBehaviorDetectionsParams
- func NewGetBehaviorDetectionsParams() *GetBehaviorDetectionsParams
- func NewGetBehaviorDetectionsParamsWithContext(ctx context.Context) *GetBehaviorDetectionsParams
- func NewGetBehaviorDetectionsParamsWithHTTPClient(client *http.Client) *GetBehaviorDetectionsParams
- func NewGetBehaviorDetectionsParamsWithTimeout(timeout time.Duration) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) SetAccountID(accountID *string)
- func (o *GetBehaviorDetectionsParams) SetAwsAccountID(awsAccountID *string)
- func (o *GetBehaviorDetectionsParams) SetAzureSubscriptionID(azureSubscriptionID *string)
- func (o *GetBehaviorDetectionsParams) SetAzureTenantID(azureTenantID *string)
- func (o *GetBehaviorDetectionsParams) SetCloudProvider(cloudProvider string)
- func (o *GetBehaviorDetectionsParams) SetContext(ctx context.Context)
- func (o *GetBehaviorDetectionsParams) SetDateTimeSince(dateTimeSince *string)
- func (o *GetBehaviorDetectionsParams) SetDefaults()
- func (o *GetBehaviorDetectionsParams) SetHTTPClient(client *http.Client)
- func (o *GetBehaviorDetectionsParams) SetLimit(limit *int64)
- func (o *GetBehaviorDetectionsParams) SetNextToken(nextToken *string)
- func (o *GetBehaviorDetectionsParams) SetService(service *string)
- func (o *GetBehaviorDetectionsParams) SetSeverity(severity *string)
- func (o *GetBehaviorDetectionsParams) SetState(state *string)
- func (o *GetBehaviorDetectionsParams) SetTimeout(timeout time.Duration)
- func (o *GetBehaviorDetectionsParams) WithAccountID(accountID *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithAwsAccountID(awsAccountID *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithAzureTenantID(azureTenantID *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithCloudProvider(cloudProvider string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithContext(ctx context.Context) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithDateTimeSince(dateTimeSince *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithDefaults() *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithHTTPClient(client *http.Client) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithLimit(limit *int64) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithNextToken(nextToken *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithService(service *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithSeverity(severity *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithState(state *string) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WithTimeout(timeout time.Duration) *GetBehaviorDetectionsParams
- func (o *GetBehaviorDetectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBehaviorDetectionsReader
- type GetBehaviorDetectionsTooManyRequests
- type GetCSPMAwsAccountBadRequest
- type GetCSPMAwsAccountDefault
- type GetCSPMAwsAccountForbidden
- type GetCSPMAwsAccountInternalServerError
- type GetCSPMAwsAccountMultiStatus
- type GetCSPMAwsAccountOK
- type GetCSPMAwsAccountParams
- func NewGetCSPMAwsAccountParams() *GetCSPMAwsAccountParams
- func NewGetCSPMAwsAccountParamsWithContext(ctx context.Context) *GetCSPMAwsAccountParams
- func NewGetCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *GetCSPMAwsAccountParams
- func NewGetCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) SetContext(ctx context.Context)
- func (o *GetCSPMAwsAccountParams) SetDefaults()
- func (o *GetCSPMAwsAccountParams) SetGroupBy(groupBy *string)
- func (o *GetCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMAwsAccountParams) SetIds(ids []string)
- func (o *GetCSPMAwsAccountParams) SetLimit(limit *int64)
- func (o *GetCSPMAwsAccountParams) SetOffset(offset *int64)
- func (o *GetCSPMAwsAccountParams) SetOrganizationIds(organizationIds []string)
- func (o *GetCSPMAwsAccountParams) SetScanType(scanType *string)
- func (o *GetCSPMAwsAccountParams) SetStatus(status *string)
- func (o *GetCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMAwsAccountParams) WithContext(ctx context.Context) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithDefaults() *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithGroupBy(groupBy *string) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithIds(ids []string) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithLimit(limit *int64) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithOffset(offset *int64) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithOrganizationIds(organizationIds []string) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithScanType(scanType *string) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithStatus(status *string) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *GetCSPMAwsAccountParams
- func (o *GetCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMAwsAccountReader
- type GetCSPMAwsAccountScriptsAttachmentBadRequest
- type GetCSPMAwsAccountScriptsAttachmentDefault
- type GetCSPMAwsAccountScriptsAttachmentForbidden
- type GetCSPMAwsAccountScriptsAttachmentInternalServerError
- type GetCSPMAwsAccountScriptsAttachmentOK
- type GetCSPMAwsAccountScriptsAttachmentParams
- func NewGetCSPMAwsAccountScriptsAttachmentParams() *GetCSPMAwsAccountScriptsAttachmentParams
- func NewGetCSPMAwsAccountScriptsAttachmentParamsWithContext(ctx context.Context) *GetCSPMAwsAccountScriptsAttachmentParams
- func NewGetCSPMAwsAccountScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetCSPMAwsAccountScriptsAttachmentParams
- func NewGetCSPMAwsAccountScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetCSPMAwsAccountScriptsAttachmentParams
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetContext(ctx context.Context)
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetDefaults()
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithContext(ctx context.Context) *GetCSPMAwsAccountScriptsAttachmentParams
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithDefaults() *GetCSPMAwsAccountScriptsAttachmentParams
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithHTTPClient(client *http.Client) *GetCSPMAwsAccountScriptsAttachmentParams
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithTimeout(timeout time.Duration) *GetCSPMAwsAccountScriptsAttachmentParams
- func (o *GetCSPMAwsAccountScriptsAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMAwsAccountScriptsAttachmentReader
- type GetCSPMAwsAccountScriptsAttachmentTooManyRequests
- type GetCSPMAwsAccountTooManyRequests
- type GetCSPMAwsConsoleSetupURLsBadRequest
- type GetCSPMAwsConsoleSetupURLsDefault
- type GetCSPMAwsConsoleSetupURLsForbidden
- type GetCSPMAwsConsoleSetupURLsInternalServerError
- type GetCSPMAwsConsoleSetupURLsMultiStatus
- type GetCSPMAwsConsoleSetupURLsOK
- type GetCSPMAwsConsoleSetupURLsParams
- func NewGetCSPMAwsConsoleSetupURLsParams() *GetCSPMAwsConsoleSetupURLsParams
- func NewGetCSPMAwsConsoleSetupURLsParamsWithContext(ctx context.Context) *GetCSPMAwsConsoleSetupURLsParams
- func NewGetCSPMAwsConsoleSetupURLsParamsWithHTTPClient(client *http.Client) *GetCSPMAwsConsoleSetupURLsParams
- func NewGetCSPMAwsConsoleSetupURLsParamsWithTimeout(timeout time.Duration) *GetCSPMAwsConsoleSetupURLsParams
- func (o *GetCSPMAwsConsoleSetupURLsParams) SetContext(ctx context.Context)
- func (o *GetCSPMAwsConsoleSetupURLsParams) SetDefaults()
- func (o *GetCSPMAwsConsoleSetupURLsParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMAwsConsoleSetupURLsParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMAwsConsoleSetupURLsParams) WithContext(ctx context.Context) *GetCSPMAwsConsoleSetupURLsParams
- func (o *GetCSPMAwsConsoleSetupURLsParams) WithDefaults() *GetCSPMAwsConsoleSetupURLsParams
- func (o *GetCSPMAwsConsoleSetupURLsParams) WithHTTPClient(client *http.Client) *GetCSPMAwsConsoleSetupURLsParams
- func (o *GetCSPMAwsConsoleSetupURLsParams) WithTimeout(timeout time.Duration) *GetCSPMAwsConsoleSetupURLsParams
- func (o *GetCSPMAwsConsoleSetupURLsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMAwsConsoleSetupURLsReader
- type GetCSPMAwsConsoleSetupURLsTooManyRequests
- type GetCSPMAzureAccountBadRequest
- type GetCSPMAzureAccountDefault
- type GetCSPMAzureAccountForbidden
- type GetCSPMAzureAccountInternalServerError
- type GetCSPMAzureAccountMultiStatus
- type GetCSPMAzureAccountOK
- type GetCSPMAzureAccountParams
- func NewGetCSPMAzureAccountParams() *GetCSPMAzureAccountParams
- func NewGetCSPMAzureAccountParamsWithContext(ctx context.Context) *GetCSPMAzureAccountParams
- func NewGetCSPMAzureAccountParamsWithHTTPClient(client *http.Client) *GetCSPMAzureAccountParams
- func NewGetCSPMAzureAccountParamsWithTimeout(timeout time.Duration) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) SetContext(ctx context.Context)
- func (o *GetCSPMAzureAccountParams) SetDefaults()
- func (o *GetCSPMAzureAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMAzureAccountParams) SetIds(ids []string)
- func (o *GetCSPMAzureAccountParams) SetLimit(limit *int64)
- func (o *GetCSPMAzureAccountParams) SetOffset(offset *int64)
- func (o *GetCSPMAzureAccountParams) SetScanType(scanType *string)
- func (o *GetCSPMAzureAccountParams) SetStatus(status *string)
- func (o *GetCSPMAzureAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMAzureAccountParams) WithContext(ctx context.Context) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithDefaults() *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithHTTPClient(client *http.Client) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithIds(ids []string) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithLimit(limit *int64) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithOffset(offset *int64) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithScanType(scanType *string) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithStatus(status *string) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WithTimeout(timeout time.Duration) *GetCSPMAzureAccountParams
- func (o *GetCSPMAzureAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMAzureAccountReader
- type GetCSPMAzureAccountTooManyRequests
- type GetCSPMAzureUserScriptsAttachmentBadRequest
- type GetCSPMAzureUserScriptsAttachmentDefault
- type GetCSPMAzureUserScriptsAttachmentForbidden
- type GetCSPMAzureUserScriptsAttachmentInternalServerError
- type GetCSPMAzureUserScriptsAttachmentOK
- type GetCSPMAzureUserScriptsAttachmentParams
- func NewGetCSPMAzureUserScriptsAttachmentParams() *GetCSPMAzureUserScriptsAttachmentParams
- func NewGetCSPMAzureUserScriptsAttachmentParamsWithContext(ctx context.Context) *GetCSPMAzureUserScriptsAttachmentParams
- func NewGetCSPMAzureUserScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetCSPMAzureUserScriptsAttachmentParams
- func NewGetCSPMAzureUserScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetCSPMAzureUserScriptsAttachmentParams
- func (o *GetCSPMAzureUserScriptsAttachmentParams) SetContext(ctx context.Context)
- func (o *GetCSPMAzureUserScriptsAttachmentParams) SetDefaults()
- func (o *GetCSPMAzureUserScriptsAttachmentParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMAzureUserScriptsAttachmentParams) SetTenantID(tenantID *string)
- func (o *GetCSPMAzureUserScriptsAttachmentParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMAzureUserScriptsAttachmentParams) WithContext(ctx context.Context) *GetCSPMAzureUserScriptsAttachmentParams
- func (o *GetCSPMAzureUserScriptsAttachmentParams) WithDefaults() *GetCSPMAzureUserScriptsAttachmentParams
- func (o *GetCSPMAzureUserScriptsAttachmentParams) WithHTTPClient(client *http.Client) *GetCSPMAzureUserScriptsAttachmentParams
- func (o *GetCSPMAzureUserScriptsAttachmentParams) WithTenantID(tenantID *string) *GetCSPMAzureUserScriptsAttachmentParams
- func (o *GetCSPMAzureUserScriptsAttachmentParams) WithTimeout(timeout time.Duration) *GetCSPMAzureUserScriptsAttachmentParams
- func (o *GetCSPMAzureUserScriptsAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMAzureUserScriptsAttachmentReader
- type GetCSPMAzureUserScriptsAttachmentTooManyRequests
- type GetCSPMPolicyBadRequest
- type GetCSPMPolicyDefault
- type GetCSPMPolicyForbidden
- type GetCSPMPolicyInternalServerError
- type GetCSPMPolicyMultiStatus
- type GetCSPMPolicyOK
- type GetCSPMPolicyParams
- func (o *GetCSPMPolicyParams) SetContext(ctx context.Context)
- func (o *GetCSPMPolicyParams) SetDefaults()
- func (o *GetCSPMPolicyParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMPolicyParams) SetIds(ids string)
- func (o *GetCSPMPolicyParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMPolicyParams) WithContext(ctx context.Context) *GetCSPMPolicyParams
- func (o *GetCSPMPolicyParams) WithDefaults() *GetCSPMPolicyParams
- func (o *GetCSPMPolicyParams) WithHTTPClient(client *http.Client) *GetCSPMPolicyParams
- func (o *GetCSPMPolicyParams) WithIds(ids string) *GetCSPMPolicyParams
- func (o *GetCSPMPolicyParams) WithTimeout(timeout time.Duration) *GetCSPMPolicyParams
- func (o *GetCSPMPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMPolicyReader
- type GetCSPMPolicySettingsBadRequest
- type GetCSPMPolicySettingsDefault
- type GetCSPMPolicySettingsForbidden
- type GetCSPMPolicySettingsInternalServerError
- type GetCSPMPolicySettingsMultiStatus
- type GetCSPMPolicySettingsOK
- type GetCSPMPolicySettingsParams
- func NewGetCSPMPolicySettingsParams() *GetCSPMPolicySettingsParams
- func NewGetCSPMPolicySettingsParamsWithContext(ctx context.Context) *GetCSPMPolicySettingsParams
- func NewGetCSPMPolicySettingsParamsWithHTTPClient(client *http.Client) *GetCSPMPolicySettingsParams
- func NewGetCSPMPolicySettingsParamsWithTimeout(timeout time.Duration) *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) SetCloudPlatform(cloudPlatform *string)
- func (o *GetCSPMPolicySettingsParams) SetContext(ctx context.Context)
- func (o *GetCSPMPolicySettingsParams) SetDefaults()
- func (o *GetCSPMPolicySettingsParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMPolicySettingsParams) SetPolicyID(policyID *string)
- func (o *GetCSPMPolicySettingsParams) SetService(service *string)
- func (o *GetCSPMPolicySettingsParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMPolicySettingsParams) WithCloudPlatform(cloudPlatform *string) *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) WithContext(ctx context.Context) *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) WithDefaults() *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) WithHTTPClient(client *http.Client) *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) WithPolicyID(policyID *string) *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) WithService(service *string) *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) WithTimeout(timeout time.Duration) *GetCSPMPolicySettingsParams
- func (o *GetCSPMPolicySettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMPolicySettingsReader
- type GetCSPMPolicySettingsTooManyRequests
- type GetCSPMPolicyTooManyRequests
- type GetCSPMScanScheduleBadRequest
- type GetCSPMScanScheduleDefault
- type GetCSPMScanScheduleForbidden
- type GetCSPMScanScheduleInternalServerError
- type GetCSPMScanScheduleOK
- type GetCSPMScanScheduleParams
- func NewGetCSPMScanScheduleParams() *GetCSPMScanScheduleParams
- func NewGetCSPMScanScheduleParamsWithContext(ctx context.Context) *GetCSPMScanScheduleParams
- func NewGetCSPMScanScheduleParamsWithHTTPClient(client *http.Client) *GetCSPMScanScheduleParams
- func NewGetCSPMScanScheduleParamsWithTimeout(timeout time.Duration) *GetCSPMScanScheduleParams
- func (o *GetCSPMScanScheduleParams) SetCloudPlatform(cloudPlatform []string)
- func (o *GetCSPMScanScheduleParams) SetContext(ctx context.Context)
- func (o *GetCSPMScanScheduleParams) SetDefaults()
- func (o *GetCSPMScanScheduleParams) SetHTTPClient(client *http.Client)
- func (o *GetCSPMScanScheduleParams) SetTimeout(timeout time.Duration)
- func (o *GetCSPMScanScheduleParams) WithCloudPlatform(cloudPlatform []string) *GetCSPMScanScheduleParams
- func (o *GetCSPMScanScheduleParams) WithContext(ctx context.Context) *GetCSPMScanScheduleParams
- func (o *GetCSPMScanScheduleParams) WithDefaults() *GetCSPMScanScheduleParams
- func (o *GetCSPMScanScheduleParams) WithHTTPClient(client *http.Client) *GetCSPMScanScheduleParams
- func (o *GetCSPMScanScheduleParams) WithTimeout(timeout time.Duration) *GetCSPMScanScheduleParams
- func (o *GetCSPMScanScheduleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCSPMScanScheduleReader
- type GetCSPMScanScheduleTooManyRequests
- type GetConfigurationDetectionsBadRequest
- type GetConfigurationDetectionsDefault
- type GetConfigurationDetectionsForbidden
- type GetConfigurationDetectionsInternalServerError
- type GetConfigurationDetectionsOK
- type GetConfigurationDetectionsParams
- func NewGetConfigurationDetectionsParams() *GetConfigurationDetectionsParams
- func NewGetConfigurationDetectionsParamsWithContext(ctx context.Context) *GetConfigurationDetectionsParams
- func NewGetConfigurationDetectionsParamsWithHTTPClient(client *http.Client) *GetConfigurationDetectionsParams
- func NewGetConfigurationDetectionsParamsWithTimeout(timeout time.Duration) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) SetAccountID(accountID *string)
- func (o *GetConfigurationDetectionsParams) SetAzureSubscriptionID(azureSubscriptionID *string)
- func (o *GetConfigurationDetectionsParams) SetAzureTenantID(azureTenantID *string)
- func (o *GetConfigurationDetectionsParams) SetCloudProvider(cloudProvider *string)
- func (o *GetConfigurationDetectionsParams) SetContext(ctx context.Context)
- func (o *GetConfigurationDetectionsParams) SetDefaults()
- func (o *GetConfigurationDetectionsParams) SetHTTPClient(client *http.Client)
- func (o *GetConfigurationDetectionsParams) SetLimit(limit *int64)
- func (o *GetConfigurationDetectionsParams) SetNextToken(nextToken *string)
- func (o *GetConfigurationDetectionsParams) SetRegion(region *string)
- func (o *GetConfigurationDetectionsParams) SetService(service *string)
- func (o *GetConfigurationDetectionsParams) SetSeverity(severity *string)
- func (o *GetConfigurationDetectionsParams) SetStatus(status *string)
- func (o *GetConfigurationDetectionsParams) SetTimeout(timeout time.Duration)
- func (o *GetConfigurationDetectionsParams) WithAccountID(accountID *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithAzureTenantID(azureTenantID *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithCloudProvider(cloudProvider *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithContext(ctx context.Context) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithDefaults() *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithHTTPClient(client *http.Client) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithLimit(limit *int64) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithNextToken(nextToken *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithRegion(region *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithService(service *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithSeverity(severity *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithStatus(status *string) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WithTimeout(timeout time.Duration) *GetConfigurationDetectionsParams
- func (o *GetConfigurationDetectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetConfigurationDetectionsReader
- type GetConfigurationDetectionsTooManyRequests
- type GetIOAEventsBadRequest
- type GetIOAEventsDefault
- type GetIOAEventsForbidden
- type GetIOAEventsInternalServerError
- type GetIOAEventsOK
- type GetIOAEventsParams
- func (o *GetIOAEventsParams) SetAccountID(accountID *string)
- func (o *GetIOAEventsParams) SetAwsAccountID(awsAccountID *string)
- func (o *GetIOAEventsParams) SetAzureSubscriptionID(azureSubscriptionID *string)
- func (o *GetIOAEventsParams) SetAzureTenantID(azureTenantID *string)
- func (o *GetIOAEventsParams) SetCloudProvider(cloudProvider string)
- func (o *GetIOAEventsParams) SetContext(ctx context.Context)
- func (o *GetIOAEventsParams) SetDefaults()
- func (o *GetIOAEventsParams) SetHTTPClient(client *http.Client)
- func (o *GetIOAEventsParams) SetLimit(limit *int64)
- func (o *GetIOAEventsParams) SetOffset(offset *int64)
- func (o *GetIOAEventsParams) SetPolicyID(policyID string)
- func (o *GetIOAEventsParams) SetState(state *string)
- func (o *GetIOAEventsParams) SetTimeout(timeout time.Duration)
- func (o *GetIOAEventsParams) SetUserIds(userIds []string)
- func (o *GetIOAEventsParams) WithAccountID(accountID *string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithAwsAccountID(awsAccountID *string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithAzureTenantID(azureTenantID *string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithCloudProvider(cloudProvider string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithContext(ctx context.Context) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithDefaults() *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithHTTPClient(client *http.Client) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithLimit(limit *int64) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithOffset(offset *int64) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithPolicyID(policyID string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithState(state *string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithTimeout(timeout time.Duration) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WithUserIds(userIds []string) *GetIOAEventsParams
- func (o *GetIOAEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIOAEventsReader
- type GetIOAEventsTooManyRequests
- type GetIOAUsersBadRequest
- type GetIOAUsersDefault
- type GetIOAUsersForbidden
- type GetIOAUsersInternalServerError
- type GetIOAUsersOK
- type GetIOAUsersParams
- func (o *GetIOAUsersParams) SetAccountID(accountID *string)
- func (o *GetIOAUsersParams) SetAwsAccountID(awsAccountID *string)
- func (o *GetIOAUsersParams) SetAzureSubscriptionID(azureSubscriptionID *string)
- func (o *GetIOAUsersParams) SetAzureTenantID(azureTenantID *string)
- func (o *GetIOAUsersParams) SetCloudProvider(cloudProvider string)
- func (o *GetIOAUsersParams) SetContext(ctx context.Context)
- func (o *GetIOAUsersParams) SetDefaults()
- func (o *GetIOAUsersParams) SetHTTPClient(client *http.Client)
- func (o *GetIOAUsersParams) SetPolicyID(policyID string)
- func (o *GetIOAUsersParams) SetState(state *string)
- func (o *GetIOAUsersParams) SetTimeout(timeout time.Duration)
- func (o *GetIOAUsersParams) WithAccountID(accountID *string) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithAwsAccountID(awsAccountID *string) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithAzureTenantID(azureTenantID *string) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithCloudProvider(cloudProvider string) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithContext(ctx context.Context) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithDefaults() *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithHTTPClient(client *http.Client) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithPolicyID(policyID string) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithState(state *string) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WithTimeout(timeout time.Duration) *GetIOAUsersParams
- func (o *GetIOAUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIOAUsersReader
- type GetIOAUsersTooManyRequests
- type PatchCSPMAwsAccountBadRequest
- type PatchCSPMAwsAccountCreated
- type PatchCSPMAwsAccountForbidden
- type PatchCSPMAwsAccountInternalServerError
- type PatchCSPMAwsAccountMultiStatus
- type PatchCSPMAwsAccountParams
- func NewPatchCSPMAwsAccountParams() *PatchCSPMAwsAccountParams
- func NewPatchCSPMAwsAccountParamsWithContext(ctx context.Context) *PatchCSPMAwsAccountParams
- func NewPatchCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *PatchCSPMAwsAccountParams
- func NewPatchCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *PatchCSPMAwsAccountParams
- func (o *PatchCSPMAwsAccountParams) SetBody(body *models.RegistrationAWSAccountPatchRequest)
- func (o *PatchCSPMAwsAccountParams) SetContext(ctx context.Context)
- func (o *PatchCSPMAwsAccountParams) SetDefaults()
- func (o *PatchCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
- func (o *PatchCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
- func (o *PatchCSPMAwsAccountParams) WithBody(body *models.RegistrationAWSAccountPatchRequest) *PatchCSPMAwsAccountParams
- func (o *PatchCSPMAwsAccountParams) WithContext(ctx context.Context) *PatchCSPMAwsAccountParams
- func (o *PatchCSPMAwsAccountParams) WithDefaults() *PatchCSPMAwsAccountParams
- func (o *PatchCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *PatchCSPMAwsAccountParams
- func (o *PatchCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *PatchCSPMAwsAccountParams
- func (o *PatchCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchCSPMAwsAccountReader
- type PatchCSPMAwsAccountTooManyRequests
- type UpdateCSPMAzureAccountClientIDBadRequest
- type UpdateCSPMAzureAccountClientIDCreated
- type UpdateCSPMAzureAccountClientIDForbidden
- type UpdateCSPMAzureAccountClientIDInternalServerError
- type UpdateCSPMAzureAccountClientIDParams
- func NewUpdateCSPMAzureAccountClientIDParams() *UpdateCSPMAzureAccountClientIDParams
- func NewUpdateCSPMAzureAccountClientIDParamsWithContext(ctx context.Context) *UpdateCSPMAzureAccountClientIDParams
- func NewUpdateCSPMAzureAccountClientIDParamsWithHTTPClient(client *http.Client) *UpdateCSPMAzureAccountClientIDParams
- func NewUpdateCSPMAzureAccountClientIDParamsWithTimeout(timeout time.Duration) *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) SetBody(body models.RegistrationEmptyRequest)
- func (o *UpdateCSPMAzureAccountClientIDParams) SetContext(ctx context.Context)
- func (o *UpdateCSPMAzureAccountClientIDParams) SetDefaults()
- func (o *UpdateCSPMAzureAccountClientIDParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCSPMAzureAccountClientIDParams) SetID(id string)
- func (o *UpdateCSPMAzureAccountClientIDParams) SetTenantID(tenantID *string)
- func (o *UpdateCSPMAzureAccountClientIDParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCSPMAzureAccountClientIDParams) WithBody(body models.RegistrationEmptyRequest) *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) WithContext(ctx context.Context) *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) WithDefaults() *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) WithHTTPClient(client *http.Client) *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) WithID(id string) *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) WithTenantID(tenantID *string) *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) WithTimeout(timeout time.Duration) *UpdateCSPMAzureAccountClientIDParams
- func (o *UpdateCSPMAzureAccountClientIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCSPMAzureAccountClientIDReader
- type UpdateCSPMAzureAccountClientIDTooManyRequests
- type UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest
- type UpdateCSPMAzureTenantDefaultSubscriptionIDCreated
- type UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden
- type UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError
- type UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParams() *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithContext(ctx context.Context) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithHTTPClient(client *http.Client) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithTimeout(timeout time.Duration) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetContext(ctx context.Context)
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetDefaults()
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetSubscriptionID(subscriptionID string)
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetTenantID(tenantID *string)
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithContext(ctx context.Context) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithDefaults() *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithHTTPClient(client *http.Client) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithSubscriptionID(subscriptionID string) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithTenantID(tenantID *string) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithTimeout(timeout time.Duration) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
- func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCSPMAzureTenantDefaultSubscriptionIDReader
- type UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests
- type UpdateCSPMPolicySettingsBadRequest
- type UpdateCSPMPolicySettingsDefault
- type UpdateCSPMPolicySettingsForbidden
- type UpdateCSPMPolicySettingsInternalServerError
- type UpdateCSPMPolicySettingsMultiStatus
- type UpdateCSPMPolicySettingsOK
- type UpdateCSPMPolicySettingsParams
- func NewUpdateCSPMPolicySettingsParams() *UpdateCSPMPolicySettingsParams
- func NewUpdateCSPMPolicySettingsParamsWithContext(ctx context.Context) *UpdateCSPMPolicySettingsParams
- func NewUpdateCSPMPolicySettingsParamsWithHTTPClient(client *http.Client) *UpdateCSPMPolicySettingsParams
- func NewUpdateCSPMPolicySettingsParamsWithTimeout(timeout time.Duration) *UpdateCSPMPolicySettingsParams
- func (o *UpdateCSPMPolicySettingsParams) SetBody(body *models.RegistrationPolicyRequestExtV1)
- func (o *UpdateCSPMPolicySettingsParams) SetContext(ctx context.Context)
- func (o *UpdateCSPMPolicySettingsParams) SetDefaults()
- func (o *UpdateCSPMPolicySettingsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCSPMPolicySettingsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCSPMPolicySettingsParams) WithBody(body *models.RegistrationPolicyRequestExtV1) *UpdateCSPMPolicySettingsParams
- func (o *UpdateCSPMPolicySettingsParams) WithContext(ctx context.Context) *UpdateCSPMPolicySettingsParams
- func (o *UpdateCSPMPolicySettingsParams) WithDefaults() *UpdateCSPMPolicySettingsParams
- func (o *UpdateCSPMPolicySettingsParams) WithHTTPClient(client *http.Client) *UpdateCSPMPolicySettingsParams
- func (o *UpdateCSPMPolicySettingsParams) WithTimeout(timeout time.Duration) *UpdateCSPMPolicySettingsParams
- func (o *UpdateCSPMPolicySettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCSPMPolicySettingsReader
- type UpdateCSPMPolicySettingsTooManyRequests
- type UpdateCSPMScanScheduleBadRequest
- type UpdateCSPMScanScheduleDefault
- type UpdateCSPMScanScheduleForbidden
- type UpdateCSPMScanScheduleInternalServerError
- type UpdateCSPMScanScheduleOK
- type UpdateCSPMScanScheduleParams
- func NewUpdateCSPMScanScheduleParams() *UpdateCSPMScanScheduleParams
- func NewUpdateCSPMScanScheduleParamsWithContext(ctx context.Context) *UpdateCSPMScanScheduleParams
- func NewUpdateCSPMScanScheduleParamsWithHTTPClient(client *http.Client) *UpdateCSPMScanScheduleParams
- func NewUpdateCSPMScanScheduleParamsWithTimeout(timeout time.Duration) *UpdateCSPMScanScheduleParams
- func (o *UpdateCSPMScanScheduleParams) SetBody(body *models.RegistrationScanScheduleUpdateRequestV1)
- func (o *UpdateCSPMScanScheduleParams) SetContext(ctx context.Context)
- func (o *UpdateCSPMScanScheduleParams) SetDefaults()
- func (o *UpdateCSPMScanScheduleParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCSPMScanScheduleParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCSPMScanScheduleParams) WithBody(body *models.RegistrationScanScheduleUpdateRequestV1) *UpdateCSPMScanScheduleParams
- func (o *UpdateCSPMScanScheduleParams) WithContext(ctx context.Context) *UpdateCSPMScanScheduleParams
- func (o *UpdateCSPMScanScheduleParams) WithDefaults() *UpdateCSPMScanScheduleParams
- func (o *UpdateCSPMScanScheduleParams) WithHTTPClient(client *http.Client) *UpdateCSPMScanScheduleParams
- func (o *UpdateCSPMScanScheduleParams) WithTimeout(timeout time.Duration) *UpdateCSPMScanScheduleParams
- func (o *UpdateCSPMScanScheduleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCSPMScanScheduleReader
- type UpdateCSPMScanScheduleTooManyRequests
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 cspm registration API
func (*Client) CreateCSPMAwsAccount ¶
func (a *Client) CreateCSPMAwsAccount(params *CreateCSPMAwsAccountParams, opts ...ClientOption) (*CreateCSPMAwsAccountCreated, *CreateCSPMAwsAccountMultiStatus, error)
CreateCSPMAwsAccount creates a new account in our system for a customer and generates a script for them to run in their a w s cloud environment to grant us access
func (*Client) CreateCSPMAzureAccount ¶
func (a *Client) CreateCSPMAzureAccount(params *CreateCSPMAzureAccountParams, opts ...ClientOption) (*CreateCSPMAzureAccountCreated, *CreateCSPMAzureAccountMultiStatus, error)
CreateCSPMAzureAccount creates a new account in our system for a customer and generates a script for them to run in their cloud environment to grant us access
func (*Client) DeleteCSPMAwsAccount ¶
func (a *Client) DeleteCSPMAwsAccount(params *DeleteCSPMAwsAccountParams, opts ...ClientOption) (*DeleteCSPMAwsAccountOK, *DeleteCSPMAwsAccountMultiStatus, error)
DeleteCSPMAwsAccount deletes an existing a w s account or organization in our system
func (*Client) DeleteCSPMAzureAccount ¶
func (a *Client) DeleteCSPMAzureAccount(params *DeleteCSPMAzureAccountParams, opts ...ClientOption) (*DeleteCSPMAzureAccountOK, *DeleteCSPMAzureAccountMultiStatus, error)
DeleteCSPMAzureAccount deletes an azure subscription from the system
func (*Client) GetBehaviorDetections ¶ added in v0.2.14
func (a *Client) GetBehaviorDetections(params *GetBehaviorDetectionsParams, opts ...ClientOption) (*GetBehaviorDetectionsOK, error)
GetBehaviorDetections gets list of detected behaviors
func (*Client) GetCSPMAwsAccount ¶
func (a *Client) GetCSPMAwsAccount(params *GetCSPMAwsAccountParams, opts ...ClientOption) (*GetCSPMAwsAccountOK, *GetCSPMAwsAccountMultiStatus, error)
GetCSPMAwsAccount returns information about the current status of an a w s account
func (*Client) GetCSPMAwsAccountScriptsAttachment ¶
func (a *Client) GetCSPMAwsAccountScriptsAttachment(params *GetCSPMAwsAccountScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMAwsAccountScriptsAttachmentOK, error)
GetCSPMAwsAccountScriptsAttachment returns a script for customer to run in their cloud environment to grant us access to their a w s environment as a downloadable attachment
func (*Client) GetCSPMAwsConsoleSetupURLs ¶
func (a *Client) GetCSPMAwsConsoleSetupURLs(params *GetCSPMAwsConsoleSetupURLsParams, opts ...ClientOption) (*GetCSPMAwsConsoleSetupURLsOK, *GetCSPMAwsConsoleSetupURLsMultiStatus, error)
GetCSPMAwsConsoleSetupURLs returns a URL for customer to visit in their cloud environment to grant us access to their a w s environment
func (*Client) GetCSPMAzureAccount ¶
func (a *Client) GetCSPMAzureAccount(params *GetCSPMAzureAccountParams, opts ...ClientOption) (*GetCSPMAzureAccountOK, *GetCSPMAzureAccountMultiStatus, error)
GetCSPMAzureAccount returns information about azure account registration
func (*Client) GetCSPMAzureUserScriptsAttachment ¶
func (a *Client) GetCSPMAzureUserScriptsAttachment(params *GetCSPMAzureUserScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMAzureUserScriptsAttachmentOK, error)
GetCSPMAzureUserScriptsAttachment returns a script for customer to run in their cloud environment to grant us access to their azure environment as a downloadable attachment
func (*Client) GetCSPMPolicy ¶
func (a *Client) GetCSPMPolicy(params *GetCSPMPolicyParams, opts ...ClientOption) (*GetCSPMPolicyOK, *GetCSPMPolicyMultiStatus, error)
GetCSPMPolicy givens a policy ID returns detailed policy information
func (*Client) GetCSPMPolicySettings ¶
func (a *Client) GetCSPMPolicySettings(params *GetCSPMPolicySettingsParams, opts ...ClientOption) (*GetCSPMPolicySettingsOK, *GetCSPMPolicySettingsMultiStatus, error)
GetCSPMPolicySettings returns information about current policy settings
func (*Client) GetCSPMScanSchedule ¶
func (a *Client) GetCSPMScanSchedule(params *GetCSPMScanScheduleParams, opts ...ClientOption) (*GetCSPMScanScheduleOK, error)
GetCSPMScanSchedule returns scan schedule configuration for one or more cloud platforms
func (*Client) GetConfigurationDetections ¶ added in v0.2.14
func (a *Client) GetConfigurationDetections(params *GetConfigurationDetectionsParams, opts ...ClientOption) (*GetConfigurationDetectionsOK, error)
GetConfigurationDetections gets list of active misconfigurations
func (*Client) GetIOAEvents ¶ added in v0.2.4
func (a *Client) GetIOAEvents(params *GetIOAEventsParams, opts ...ClientOption) (*GetIOAEventsOK, error)
GetIOAEvents fors c s p m i o a events gets list of i o a events
func (*Client) GetIOAUsers ¶ added in v0.2.4
func (a *Client) GetIOAUsers(params *GetIOAUsersParams, opts ...ClientOption) (*GetIOAUsersOK, error)
GetIOAUsers fors c s p m i o a users gets list of i o a users
func (*Client) PatchCSPMAwsAccount ¶ added in v0.2.4
func (a *Client) PatchCSPMAwsAccount(params *PatchCSPMAwsAccountParams, opts ...ClientOption) (*PatchCSPMAwsAccountCreated, *PatchCSPMAwsAccountMultiStatus, error)
PatchCSPMAwsAccount patches a existing account in our system for a customer
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateCSPMAzureAccountClientID ¶
func (a *Client) UpdateCSPMAzureAccountClientID(params *UpdateCSPMAzureAccountClientIDParams, opts ...ClientOption) (*UpdateCSPMAzureAccountClientIDCreated, error)
UpdateCSPMAzureAccountClientID updates an azure service account in our system by with the user created client id created with the public key we ve provided
func (*Client) UpdateCSPMAzureTenantDefaultSubscriptionID ¶ added in v0.2.4
func (a *Client) UpdateCSPMAzureTenantDefaultSubscriptionID(params *UpdateCSPMAzureTenantDefaultSubscriptionIDParams, opts ...ClientOption) (*UpdateCSPMAzureTenantDefaultSubscriptionIDCreated, error)
UpdateCSPMAzureTenantDefaultSubscriptionID updates an azure default subscription id in our system for given tenant id
func (*Client) UpdateCSPMPolicySettings ¶
func (a *Client) UpdateCSPMPolicySettings(params *UpdateCSPMPolicySettingsParams, opts ...ClientOption) (*UpdateCSPMPolicySettingsOK, *UpdateCSPMPolicySettingsMultiStatus, error)
UpdateCSPMPolicySettings updates a policy setting can be used to override policy severity or to disable a policy entirely
func (*Client) UpdateCSPMScanSchedule ¶
func (a *Client) UpdateCSPMScanSchedule(params *UpdateCSPMScanScheduleParams, opts ...ClientOption) (*UpdateCSPMScanScheduleOK, error)
UpdateCSPMScanSchedule updates scan schedule configuration for one or more cloud platforms
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateCSPMAwsAccount(params *CreateCSPMAwsAccountParams, opts ...ClientOption) (*CreateCSPMAwsAccountCreated, *CreateCSPMAwsAccountMultiStatus, error) CreateCSPMAzureAccount(params *CreateCSPMAzureAccountParams, opts ...ClientOption) (*CreateCSPMAzureAccountCreated, *CreateCSPMAzureAccountMultiStatus, error) DeleteCSPMAwsAccount(params *DeleteCSPMAwsAccountParams, opts ...ClientOption) (*DeleteCSPMAwsAccountOK, *DeleteCSPMAwsAccountMultiStatus, error) DeleteCSPMAzureAccount(params *DeleteCSPMAzureAccountParams, opts ...ClientOption) (*DeleteCSPMAzureAccountOK, *DeleteCSPMAzureAccountMultiStatus, error) GetBehaviorDetections(params *GetBehaviorDetectionsParams, opts ...ClientOption) (*GetBehaviorDetectionsOK, error) GetCSPMAwsAccount(params *GetCSPMAwsAccountParams, opts ...ClientOption) (*GetCSPMAwsAccountOK, *GetCSPMAwsAccountMultiStatus, error) GetCSPMAwsAccountScriptsAttachment(params *GetCSPMAwsAccountScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMAwsAccountScriptsAttachmentOK, error) GetCSPMAwsConsoleSetupURLs(params *GetCSPMAwsConsoleSetupURLsParams, opts ...ClientOption) (*GetCSPMAwsConsoleSetupURLsOK, *GetCSPMAwsConsoleSetupURLsMultiStatus, error) GetCSPMAzureAccount(params *GetCSPMAzureAccountParams, opts ...ClientOption) (*GetCSPMAzureAccountOK, *GetCSPMAzureAccountMultiStatus, error) GetCSPMAzureUserScriptsAttachment(params *GetCSPMAzureUserScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMAzureUserScriptsAttachmentOK, error) GetCSPMPolicy(params *GetCSPMPolicyParams, opts ...ClientOption) (*GetCSPMPolicyOK, *GetCSPMPolicyMultiStatus, error) GetCSPMPolicySettings(params *GetCSPMPolicySettingsParams, opts ...ClientOption) (*GetCSPMPolicySettingsOK, *GetCSPMPolicySettingsMultiStatus, error) GetCSPMScanSchedule(params *GetCSPMScanScheduleParams, opts ...ClientOption) (*GetCSPMScanScheduleOK, error) GetConfigurationDetections(params *GetConfigurationDetectionsParams, opts ...ClientOption) (*GetConfigurationDetectionsOK, error) GetIOAEvents(params *GetIOAEventsParams, opts ...ClientOption) (*GetIOAEventsOK, error) GetIOAUsers(params *GetIOAUsersParams, opts ...ClientOption) (*GetIOAUsersOK, error) PatchCSPMAwsAccount(params *PatchCSPMAwsAccountParams, opts ...ClientOption) (*PatchCSPMAwsAccountCreated, *PatchCSPMAwsAccountMultiStatus, error) UpdateCSPMAzureAccountClientID(params *UpdateCSPMAzureAccountClientIDParams, opts ...ClientOption) (*UpdateCSPMAzureAccountClientIDCreated, error) UpdateCSPMAzureTenantDefaultSubscriptionID(params *UpdateCSPMAzureTenantDefaultSubscriptionIDParams, opts ...ClientOption) (*UpdateCSPMAzureTenantDefaultSubscriptionIDCreated, error) UpdateCSPMPolicySettings(params *UpdateCSPMPolicySettingsParams, opts ...ClientOption) (*UpdateCSPMPolicySettingsOK, *UpdateCSPMPolicySettingsMultiStatus, error) UpdateCSPMScanSchedule(params *UpdateCSPMScanScheduleParams, opts ...ClientOption) (*UpdateCSPMScanScheduleOK, 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 cspm registration API client.
type CreateCSPMAwsAccountBadRequest ¶
type CreateCSPMAwsAccountBadRequest 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.RegistrationAWSAccountResponseV2 }
CreateCSPMAwsAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateCSPMAwsAccountBadRequest ¶
func NewCreateCSPMAwsAccountBadRequest() *CreateCSPMAwsAccountBadRequest
NewCreateCSPMAwsAccountBadRequest creates a CreateCSPMAwsAccountBadRequest with default headers values
func (*CreateCSPMAwsAccountBadRequest) Error ¶
func (o *CreateCSPMAwsAccountBadRequest) Error() string
func (*CreateCSPMAwsAccountBadRequest) GetPayload ¶
func (o *CreateCSPMAwsAccountBadRequest) GetPayload() *models.RegistrationAWSAccountResponseV2
type CreateCSPMAwsAccountCreated ¶
type CreateCSPMAwsAccountCreated 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.RegistrationAWSAccountResponseV2 }
CreateCSPMAwsAccountCreated describes a response with status code 201, with default header values.
Created
func NewCreateCSPMAwsAccountCreated ¶
func NewCreateCSPMAwsAccountCreated() *CreateCSPMAwsAccountCreated
NewCreateCSPMAwsAccountCreated creates a CreateCSPMAwsAccountCreated with default headers values
func (*CreateCSPMAwsAccountCreated) Error ¶
func (o *CreateCSPMAwsAccountCreated) Error() string
func (*CreateCSPMAwsAccountCreated) GetPayload ¶
func (o *CreateCSPMAwsAccountCreated) GetPayload() *models.RegistrationAWSAccountResponseV2
type CreateCSPMAwsAccountForbidden ¶
type CreateCSPMAwsAccountForbidden 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 }
CreateCSPMAwsAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateCSPMAwsAccountForbidden ¶
func NewCreateCSPMAwsAccountForbidden() *CreateCSPMAwsAccountForbidden
NewCreateCSPMAwsAccountForbidden creates a CreateCSPMAwsAccountForbidden with default headers values
func (*CreateCSPMAwsAccountForbidden) Error ¶
func (o *CreateCSPMAwsAccountForbidden) Error() string
func (*CreateCSPMAwsAccountForbidden) GetPayload ¶
func (o *CreateCSPMAwsAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
type CreateCSPMAwsAccountInternalServerError ¶
type CreateCSPMAwsAccountInternalServerError 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.RegistrationAWSAccountResponseV2 }
CreateCSPMAwsAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCreateCSPMAwsAccountInternalServerError ¶
func NewCreateCSPMAwsAccountInternalServerError() *CreateCSPMAwsAccountInternalServerError
NewCreateCSPMAwsAccountInternalServerError creates a CreateCSPMAwsAccountInternalServerError with default headers values
func (*CreateCSPMAwsAccountInternalServerError) Error ¶
func (o *CreateCSPMAwsAccountInternalServerError) Error() string
func (*CreateCSPMAwsAccountInternalServerError) GetPayload ¶
func (o *CreateCSPMAwsAccountInternalServerError) GetPayload() *models.RegistrationAWSAccountResponseV2
type CreateCSPMAwsAccountMultiStatus ¶
type CreateCSPMAwsAccountMultiStatus 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.RegistrationAWSAccountResponseV2 }
CreateCSPMAwsAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewCreateCSPMAwsAccountMultiStatus ¶
func NewCreateCSPMAwsAccountMultiStatus() *CreateCSPMAwsAccountMultiStatus
NewCreateCSPMAwsAccountMultiStatus creates a CreateCSPMAwsAccountMultiStatus with default headers values
func (*CreateCSPMAwsAccountMultiStatus) Error ¶
func (o *CreateCSPMAwsAccountMultiStatus) Error() string
func (*CreateCSPMAwsAccountMultiStatus) GetPayload ¶
func (o *CreateCSPMAwsAccountMultiStatus) GetPayload() *models.RegistrationAWSAccountResponseV2
type CreateCSPMAwsAccountParams ¶
type CreateCSPMAwsAccountParams struct { // Body. Body *models.RegistrationAWSAccountCreateRequestExtV2 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateCSPMAwsAccountParams contains all the parameters to send to the API endpoint
for the create c s p m aws account operation. Typically these are written to a http.Request.
func NewCreateCSPMAwsAccountParams ¶
func NewCreateCSPMAwsAccountParams() *CreateCSPMAwsAccountParams
NewCreateCSPMAwsAccountParams creates a new CreateCSPMAwsAccountParams 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 NewCreateCSPMAwsAccountParamsWithContext ¶
func NewCreateCSPMAwsAccountParamsWithContext(ctx context.Context) *CreateCSPMAwsAccountParams
NewCreateCSPMAwsAccountParamsWithContext creates a new CreateCSPMAwsAccountParams object with the ability to set a context for a request.
func NewCreateCSPMAwsAccountParamsWithHTTPClient ¶
func NewCreateCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *CreateCSPMAwsAccountParams
NewCreateCSPMAwsAccountParamsWithHTTPClient creates a new CreateCSPMAwsAccountParams object with the ability to set a custom HTTPClient for a request.
func NewCreateCSPMAwsAccountParamsWithTimeout ¶
func NewCreateCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *CreateCSPMAwsAccountParams
NewCreateCSPMAwsAccountParamsWithTimeout creates a new CreateCSPMAwsAccountParams object with the ability to set a timeout on a request.
func (*CreateCSPMAwsAccountParams) SetBody ¶
func (o *CreateCSPMAwsAccountParams) SetBody(body *models.RegistrationAWSAccountCreateRequestExtV2)
SetBody adds the body to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) SetContext ¶
func (o *CreateCSPMAwsAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) SetDefaults ¶
func (o *CreateCSPMAwsAccountParams) SetDefaults()
SetDefaults hydrates default values in the create c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCSPMAwsAccountParams) SetHTTPClient ¶
func (o *CreateCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) SetTimeout ¶
func (o *CreateCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) WithBody ¶
func (o *CreateCSPMAwsAccountParams) WithBody(body *models.RegistrationAWSAccountCreateRequestExtV2) *CreateCSPMAwsAccountParams
WithBody adds the body to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) WithContext ¶
func (o *CreateCSPMAwsAccountParams) WithContext(ctx context.Context) *CreateCSPMAwsAccountParams
WithContext adds the context to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) WithDefaults ¶
func (o *CreateCSPMAwsAccountParams) WithDefaults() *CreateCSPMAwsAccountParams
WithDefaults hydrates default values in the create c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCSPMAwsAccountParams) WithHTTPClient ¶
func (o *CreateCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *CreateCSPMAwsAccountParams
WithHTTPClient adds the HTTPClient to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) WithTimeout ¶
func (o *CreateCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *CreateCSPMAwsAccountParams
WithTimeout adds the timeout to the create c s p m aws account params
func (*CreateCSPMAwsAccountParams) WriteToRequest ¶
func (o *CreateCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateCSPMAwsAccountReader ¶
type CreateCSPMAwsAccountReader struct {
// contains filtered or unexported fields
}
CreateCSPMAwsAccountReader is a Reader for the CreateCSPMAwsAccount structure.
func (*CreateCSPMAwsAccountReader) ReadResponse ¶
func (o *CreateCSPMAwsAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateCSPMAwsAccountTooManyRequests ¶
type CreateCSPMAwsAccountTooManyRequests 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 }
CreateCSPMAwsAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateCSPMAwsAccountTooManyRequests ¶
func NewCreateCSPMAwsAccountTooManyRequests() *CreateCSPMAwsAccountTooManyRequests
NewCreateCSPMAwsAccountTooManyRequests creates a CreateCSPMAwsAccountTooManyRequests with default headers values
func (*CreateCSPMAwsAccountTooManyRequests) Error ¶
func (o *CreateCSPMAwsAccountTooManyRequests) Error() string
func (*CreateCSPMAwsAccountTooManyRequests) GetPayload ¶
func (o *CreateCSPMAwsAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type CreateCSPMAzureAccountBadRequest ¶
type CreateCSPMAzureAccountBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
CreateCSPMAzureAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateCSPMAzureAccountBadRequest ¶
func NewCreateCSPMAzureAccountBadRequest() *CreateCSPMAzureAccountBadRequest
NewCreateCSPMAzureAccountBadRequest creates a CreateCSPMAzureAccountBadRequest with default headers values
func (*CreateCSPMAzureAccountBadRequest) Error ¶
func (o *CreateCSPMAzureAccountBadRequest) Error() string
func (*CreateCSPMAzureAccountBadRequest) GetPayload ¶
func (o *CreateCSPMAzureAccountBadRequest) GetPayload() *models.RegistrationAzureAccountResponseV1
type CreateCSPMAzureAccountCreated ¶
type CreateCSPMAzureAccountCreated struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
CreateCSPMAzureAccountCreated describes a response with status code 201, with default header values.
Created
func NewCreateCSPMAzureAccountCreated ¶
func NewCreateCSPMAzureAccountCreated() *CreateCSPMAzureAccountCreated
NewCreateCSPMAzureAccountCreated creates a CreateCSPMAzureAccountCreated with default headers values
func (*CreateCSPMAzureAccountCreated) Error ¶
func (o *CreateCSPMAzureAccountCreated) Error() string
func (*CreateCSPMAzureAccountCreated) GetPayload ¶
func (o *CreateCSPMAzureAccountCreated) GetPayload() *models.RegistrationAzureAccountResponseV1
type CreateCSPMAzureAccountForbidden ¶
type CreateCSPMAzureAccountForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
CreateCSPMAzureAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateCSPMAzureAccountForbidden ¶
func NewCreateCSPMAzureAccountForbidden() *CreateCSPMAzureAccountForbidden
NewCreateCSPMAzureAccountForbidden creates a CreateCSPMAzureAccountForbidden with default headers values
func (*CreateCSPMAzureAccountForbidden) Error ¶
func (o *CreateCSPMAzureAccountForbidden) Error() string
func (*CreateCSPMAzureAccountForbidden) GetPayload ¶
func (o *CreateCSPMAzureAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
type CreateCSPMAzureAccountInternalServerError ¶
type CreateCSPMAzureAccountInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
CreateCSPMAzureAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCreateCSPMAzureAccountInternalServerError ¶
func NewCreateCSPMAzureAccountInternalServerError() *CreateCSPMAzureAccountInternalServerError
NewCreateCSPMAzureAccountInternalServerError creates a CreateCSPMAzureAccountInternalServerError with default headers values
func (*CreateCSPMAzureAccountInternalServerError) Error ¶
func (o *CreateCSPMAzureAccountInternalServerError) Error() string
func (*CreateCSPMAzureAccountInternalServerError) GetPayload ¶
func (o *CreateCSPMAzureAccountInternalServerError) GetPayload() *models.RegistrationAzureAccountResponseV1
type CreateCSPMAzureAccountMultiStatus ¶
type CreateCSPMAzureAccountMultiStatus struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
CreateCSPMAzureAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewCreateCSPMAzureAccountMultiStatus ¶
func NewCreateCSPMAzureAccountMultiStatus() *CreateCSPMAzureAccountMultiStatus
NewCreateCSPMAzureAccountMultiStatus creates a CreateCSPMAzureAccountMultiStatus with default headers values
func (*CreateCSPMAzureAccountMultiStatus) Error ¶
func (o *CreateCSPMAzureAccountMultiStatus) Error() string
func (*CreateCSPMAzureAccountMultiStatus) GetPayload ¶
func (o *CreateCSPMAzureAccountMultiStatus) GetPayload() *models.RegistrationAzureAccountResponseV1
type CreateCSPMAzureAccountParams ¶
type CreateCSPMAzureAccountParams struct { // Body. Body *models.RegistrationAzureAccountCreateRequestExternalV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateCSPMAzureAccountParams contains all the parameters to send to the API endpoint
for the create c s p m azure account operation. Typically these are written to a http.Request.
func NewCreateCSPMAzureAccountParams ¶
func NewCreateCSPMAzureAccountParams() *CreateCSPMAzureAccountParams
NewCreateCSPMAzureAccountParams creates a new CreateCSPMAzureAccountParams 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 NewCreateCSPMAzureAccountParamsWithContext ¶
func NewCreateCSPMAzureAccountParamsWithContext(ctx context.Context) *CreateCSPMAzureAccountParams
NewCreateCSPMAzureAccountParamsWithContext creates a new CreateCSPMAzureAccountParams object with the ability to set a context for a request.
func NewCreateCSPMAzureAccountParamsWithHTTPClient ¶
func NewCreateCSPMAzureAccountParamsWithHTTPClient(client *http.Client) *CreateCSPMAzureAccountParams
NewCreateCSPMAzureAccountParamsWithHTTPClient creates a new CreateCSPMAzureAccountParams object with the ability to set a custom HTTPClient for a request.
func NewCreateCSPMAzureAccountParamsWithTimeout ¶
func NewCreateCSPMAzureAccountParamsWithTimeout(timeout time.Duration) *CreateCSPMAzureAccountParams
NewCreateCSPMAzureAccountParamsWithTimeout creates a new CreateCSPMAzureAccountParams object with the ability to set a timeout on a request.
func (*CreateCSPMAzureAccountParams) SetBody ¶
func (o *CreateCSPMAzureAccountParams) SetBody(body *models.RegistrationAzureAccountCreateRequestExternalV1)
SetBody adds the body to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) SetContext ¶
func (o *CreateCSPMAzureAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) SetDefaults ¶
func (o *CreateCSPMAzureAccountParams) SetDefaults()
SetDefaults hydrates default values in the create c s p m azure account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCSPMAzureAccountParams) SetHTTPClient ¶
func (o *CreateCSPMAzureAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) SetTimeout ¶
func (o *CreateCSPMAzureAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) WithBody ¶
func (o *CreateCSPMAzureAccountParams) WithBody(body *models.RegistrationAzureAccountCreateRequestExternalV1) *CreateCSPMAzureAccountParams
WithBody adds the body to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) WithContext ¶
func (o *CreateCSPMAzureAccountParams) WithContext(ctx context.Context) *CreateCSPMAzureAccountParams
WithContext adds the context to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) WithDefaults ¶
func (o *CreateCSPMAzureAccountParams) WithDefaults() *CreateCSPMAzureAccountParams
WithDefaults hydrates default values in the create c s p m azure account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCSPMAzureAccountParams) WithHTTPClient ¶
func (o *CreateCSPMAzureAccountParams) WithHTTPClient(client *http.Client) *CreateCSPMAzureAccountParams
WithHTTPClient adds the HTTPClient to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) WithTimeout ¶
func (o *CreateCSPMAzureAccountParams) WithTimeout(timeout time.Duration) *CreateCSPMAzureAccountParams
WithTimeout adds the timeout to the create c s p m azure account params
func (*CreateCSPMAzureAccountParams) WriteToRequest ¶
func (o *CreateCSPMAzureAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateCSPMAzureAccountReader ¶
type CreateCSPMAzureAccountReader struct {
// contains filtered or unexported fields
}
CreateCSPMAzureAccountReader is a Reader for the CreateCSPMAzureAccount structure.
func (*CreateCSPMAzureAccountReader) ReadResponse ¶
func (o *CreateCSPMAzureAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateCSPMAzureAccountTooManyRequests ¶
type CreateCSPMAzureAccountTooManyRequests struct { /* 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 }
CreateCSPMAzureAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateCSPMAzureAccountTooManyRequests ¶
func NewCreateCSPMAzureAccountTooManyRequests() *CreateCSPMAzureAccountTooManyRequests
NewCreateCSPMAzureAccountTooManyRequests creates a CreateCSPMAzureAccountTooManyRequests with default headers values
func (*CreateCSPMAzureAccountTooManyRequests) Error ¶
func (o *CreateCSPMAzureAccountTooManyRequests) Error() string
func (*CreateCSPMAzureAccountTooManyRequests) GetPayload ¶
func (o *CreateCSPMAzureAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type DeleteCSPMAwsAccountBadRequest ¶
type DeleteCSPMAwsAccountBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationBaseResponseV1 }
DeleteCSPMAwsAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteCSPMAwsAccountBadRequest ¶
func NewDeleteCSPMAwsAccountBadRequest() *DeleteCSPMAwsAccountBadRequest
NewDeleteCSPMAwsAccountBadRequest creates a DeleteCSPMAwsAccountBadRequest with default headers values
func (*DeleteCSPMAwsAccountBadRequest) Error ¶
func (o *DeleteCSPMAwsAccountBadRequest) Error() string
func (*DeleteCSPMAwsAccountBadRequest) GetPayload ¶
func (o *DeleteCSPMAwsAccountBadRequest) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAwsAccountDefault ¶
type DeleteCSPMAwsAccountDefault struct { Payload *models.RegistrationBaseResponseV1 // contains filtered or unexported fields }
DeleteCSPMAwsAccountDefault describes a response with status code -1, with default header values.
OK
func NewDeleteCSPMAwsAccountDefault ¶
func NewDeleteCSPMAwsAccountDefault(code int) *DeleteCSPMAwsAccountDefault
NewDeleteCSPMAwsAccountDefault creates a DeleteCSPMAwsAccountDefault with default headers values
func (*DeleteCSPMAwsAccountDefault) Code ¶
func (o *DeleteCSPMAwsAccountDefault) Code() int
Code gets the status code for the delete c s p m aws account default response
func (*DeleteCSPMAwsAccountDefault) Error ¶
func (o *DeleteCSPMAwsAccountDefault) Error() string
func (*DeleteCSPMAwsAccountDefault) GetPayload ¶
func (o *DeleteCSPMAwsAccountDefault) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAwsAccountForbidden ¶
type DeleteCSPMAwsAccountForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
DeleteCSPMAwsAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteCSPMAwsAccountForbidden ¶
func NewDeleteCSPMAwsAccountForbidden() *DeleteCSPMAwsAccountForbidden
NewDeleteCSPMAwsAccountForbidden creates a DeleteCSPMAwsAccountForbidden with default headers values
func (*DeleteCSPMAwsAccountForbidden) Error ¶
func (o *DeleteCSPMAwsAccountForbidden) Error() string
func (*DeleteCSPMAwsAccountForbidden) GetPayload ¶
func (o *DeleteCSPMAwsAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
type DeleteCSPMAwsAccountInternalServerError ¶
type DeleteCSPMAwsAccountInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationBaseResponseV1 }
DeleteCSPMAwsAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewDeleteCSPMAwsAccountInternalServerError ¶
func NewDeleteCSPMAwsAccountInternalServerError() *DeleteCSPMAwsAccountInternalServerError
NewDeleteCSPMAwsAccountInternalServerError creates a DeleteCSPMAwsAccountInternalServerError with default headers values
func (*DeleteCSPMAwsAccountInternalServerError) Error ¶
func (o *DeleteCSPMAwsAccountInternalServerError) Error() string
func (*DeleteCSPMAwsAccountInternalServerError) GetPayload ¶
func (o *DeleteCSPMAwsAccountInternalServerError) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAwsAccountMultiStatus ¶
type DeleteCSPMAwsAccountMultiStatus struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationBaseResponseV1 }
DeleteCSPMAwsAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewDeleteCSPMAwsAccountMultiStatus ¶
func NewDeleteCSPMAwsAccountMultiStatus() *DeleteCSPMAwsAccountMultiStatus
NewDeleteCSPMAwsAccountMultiStatus creates a DeleteCSPMAwsAccountMultiStatus with default headers values
func (*DeleteCSPMAwsAccountMultiStatus) Error ¶
func (o *DeleteCSPMAwsAccountMultiStatus) Error() string
func (*DeleteCSPMAwsAccountMultiStatus) GetPayload ¶
func (o *DeleteCSPMAwsAccountMultiStatus) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAwsAccountOK ¶
type DeleteCSPMAwsAccountOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationBaseResponseV1 }
DeleteCSPMAwsAccountOK describes a response with status code 200, with default header values.
OK
func NewDeleteCSPMAwsAccountOK ¶
func NewDeleteCSPMAwsAccountOK() *DeleteCSPMAwsAccountOK
NewDeleteCSPMAwsAccountOK creates a DeleteCSPMAwsAccountOK with default headers values
func (*DeleteCSPMAwsAccountOK) Error ¶
func (o *DeleteCSPMAwsAccountOK) Error() string
func (*DeleteCSPMAwsAccountOK) GetPayload ¶
func (o *DeleteCSPMAwsAccountOK) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAwsAccountParams ¶
type DeleteCSPMAwsAccountParams struct { /* Ids. AWS account IDs to remove */ Ids []string /* OrganizationIds. AWS organization IDs to remove */ OrganizationIds []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCSPMAwsAccountParams contains all the parameters to send to the API endpoint
for the delete c s p m aws account operation. Typically these are written to a http.Request.
func NewDeleteCSPMAwsAccountParams ¶
func NewDeleteCSPMAwsAccountParams() *DeleteCSPMAwsAccountParams
NewDeleteCSPMAwsAccountParams creates a new DeleteCSPMAwsAccountParams 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 NewDeleteCSPMAwsAccountParamsWithContext ¶
func NewDeleteCSPMAwsAccountParamsWithContext(ctx context.Context) *DeleteCSPMAwsAccountParams
NewDeleteCSPMAwsAccountParamsWithContext creates a new DeleteCSPMAwsAccountParams object with the ability to set a context for a request.
func NewDeleteCSPMAwsAccountParamsWithHTTPClient ¶
func NewDeleteCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *DeleteCSPMAwsAccountParams
NewDeleteCSPMAwsAccountParamsWithHTTPClient creates a new DeleteCSPMAwsAccountParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteCSPMAwsAccountParamsWithTimeout ¶
func NewDeleteCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *DeleteCSPMAwsAccountParams
NewDeleteCSPMAwsAccountParamsWithTimeout creates a new DeleteCSPMAwsAccountParams object with the ability to set a timeout on a request.
func (*DeleteCSPMAwsAccountParams) SetContext ¶
func (o *DeleteCSPMAwsAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) SetDefaults ¶
func (o *DeleteCSPMAwsAccountParams) SetDefaults()
SetDefaults hydrates default values in the delete c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCSPMAwsAccountParams) SetHTTPClient ¶
func (o *DeleteCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) SetIds ¶
func (o *DeleteCSPMAwsAccountParams) SetIds(ids []string)
SetIds adds the ids to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) SetOrganizationIds ¶
func (o *DeleteCSPMAwsAccountParams) SetOrganizationIds(organizationIds []string)
SetOrganizationIds adds the organizationIds to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) SetTimeout ¶
func (o *DeleteCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) WithContext ¶
func (o *DeleteCSPMAwsAccountParams) WithContext(ctx context.Context) *DeleteCSPMAwsAccountParams
WithContext adds the context to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) WithDefaults ¶
func (o *DeleteCSPMAwsAccountParams) WithDefaults() *DeleteCSPMAwsAccountParams
WithDefaults hydrates default values in the delete c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCSPMAwsAccountParams) WithHTTPClient ¶
func (o *DeleteCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *DeleteCSPMAwsAccountParams
WithHTTPClient adds the HTTPClient to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) WithIds ¶
func (o *DeleteCSPMAwsAccountParams) WithIds(ids []string) *DeleteCSPMAwsAccountParams
WithIds adds the ids to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) WithOrganizationIds ¶
func (o *DeleteCSPMAwsAccountParams) WithOrganizationIds(organizationIds []string) *DeleteCSPMAwsAccountParams
WithOrganizationIds adds the organizationIds to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) WithTimeout ¶
func (o *DeleteCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *DeleteCSPMAwsAccountParams
WithTimeout adds the timeout to the delete c s p m aws account params
func (*DeleteCSPMAwsAccountParams) WriteToRequest ¶
func (o *DeleteCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCSPMAwsAccountReader ¶
type DeleteCSPMAwsAccountReader struct {
// contains filtered or unexported fields
}
DeleteCSPMAwsAccountReader is a Reader for the DeleteCSPMAwsAccount structure.
func (*DeleteCSPMAwsAccountReader) ReadResponse ¶
func (o *DeleteCSPMAwsAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCSPMAwsAccountTooManyRequests ¶
type DeleteCSPMAwsAccountTooManyRequests struct { /* 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 }
DeleteCSPMAwsAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteCSPMAwsAccountTooManyRequests ¶
func NewDeleteCSPMAwsAccountTooManyRequests() *DeleteCSPMAwsAccountTooManyRequests
NewDeleteCSPMAwsAccountTooManyRequests creates a DeleteCSPMAwsAccountTooManyRequests with default headers values
func (*DeleteCSPMAwsAccountTooManyRequests) Error ¶
func (o *DeleteCSPMAwsAccountTooManyRequests) Error() string
func (*DeleteCSPMAwsAccountTooManyRequests) GetPayload ¶
func (o *DeleteCSPMAwsAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type DeleteCSPMAzureAccountBadRequest ¶
type DeleteCSPMAzureAccountBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationBaseResponseV1 }
DeleteCSPMAzureAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteCSPMAzureAccountBadRequest ¶
func NewDeleteCSPMAzureAccountBadRequest() *DeleteCSPMAzureAccountBadRequest
NewDeleteCSPMAzureAccountBadRequest creates a DeleteCSPMAzureAccountBadRequest with default headers values
func (*DeleteCSPMAzureAccountBadRequest) Error ¶
func (o *DeleteCSPMAzureAccountBadRequest) Error() string
func (*DeleteCSPMAzureAccountBadRequest) GetPayload ¶
func (o *DeleteCSPMAzureAccountBadRequest) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAzureAccountDefault ¶
type DeleteCSPMAzureAccountDefault struct { Payload *models.RegistrationBaseResponseV1 // contains filtered or unexported fields }
DeleteCSPMAzureAccountDefault describes a response with status code -1, with default header values.
OK
func NewDeleteCSPMAzureAccountDefault ¶
func NewDeleteCSPMAzureAccountDefault(code int) *DeleteCSPMAzureAccountDefault
NewDeleteCSPMAzureAccountDefault creates a DeleteCSPMAzureAccountDefault with default headers values
func (*DeleteCSPMAzureAccountDefault) Code ¶
func (o *DeleteCSPMAzureAccountDefault) Code() int
Code gets the status code for the delete c s p m azure account default response
func (*DeleteCSPMAzureAccountDefault) Error ¶
func (o *DeleteCSPMAzureAccountDefault) Error() string
func (*DeleteCSPMAzureAccountDefault) GetPayload ¶
func (o *DeleteCSPMAzureAccountDefault) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAzureAccountForbidden ¶
type DeleteCSPMAzureAccountForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
DeleteCSPMAzureAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteCSPMAzureAccountForbidden ¶
func NewDeleteCSPMAzureAccountForbidden() *DeleteCSPMAzureAccountForbidden
NewDeleteCSPMAzureAccountForbidden creates a DeleteCSPMAzureAccountForbidden with default headers values
func (*DeleteCSPMAzureAccountForbidden) Error ¶
func (o *DeleteCSPMAzureAccountForbidden) Error() string
func (*DeleteCSPMAzureAccountForbidden) GetPayload ¶
func (o *DeleteCSPMAzureAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
type DeleteCSPMAzureAccountInternalServerError ¶
type DeleteCSPMAzureAccountInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
DeleteCSPMAzureAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewDeleteCSPMAzureAccountInternalServerError ¶
func NewDeleteCSPMAzureAccountInternalServerError() *DeleteCSPMAzureAccountInternalServerError
NewDeleteCSPMAzureAccountInternalServerError creates a DeleteCSPMAzureAccountInternalServerError with default headers values
func (*DeleteCSPMAzureAccountInternalServerError) Error ¶
func (o *DeleteCSPMAzureAccountInternalServerError) Error() string
func (*DeleteCSPMAzureAccountInternalServerError) GetPayload ¶
func (o *DeleteCSPMAzureAccountInternalServerError) GetPayload() *models.RegistrationAzureAccountResponseV1
type DeleteCSPMAzureAccountMultiStatus ¶
type DeleteCSPMAzureAccountMultiStatus struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationBaseResponseV1 }
DeleteCSPMAzureAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewDeleteCSPMAzureAccountMultiStatus ¶
func NewDeleteCSPMAzureAccountMultiStatus() *DeleteCSPMAzureAccountMultiStatus
NewDeleteCSPMAzureAccountMultiStatus creates a DeleteCSPMAzureAccountMultiStatus with default headers values
func (*DeleteCSPMAzureAccountMultiStatus) Error ¶
func (o *DeleteCSPMAzureAccountMultiStatus) Error() string
func (*DeleteCSPMAzureAccountMultiStatus) GetPayload ¶
func (o *DeleteCSPMAzureAccountMultiStatus) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAzureAccountOK ¶
type DeleteCSPMAzureAccountOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationBaseResponseV1 }
DeleteCSPMAzureAccountOK describes a response with status code 200, with default header values.
OK
func NewDeleteCSPMAzureAccountOK ¶
func NewDeleteCSPMAzureAccountOK() *DeleteCSPMAzureAccountOK
NewDeleteCSPMAzureAccountOK creates a DeleteCSPMAzureAccountOK with default headers values
func (*DeleteCSPMAzureAccountOK) Error ¶
func (o *DeleteCSPMAzureAccountOK) Error() string
func (*DeleteCSPMAzureAccountOK) GetPayload ¶
func (o *DeleteCSPMAzureAccountOK) GetPayload() *models.RegistrationBaseResponseV1
type DeleteCSPMAzureAccountParams ¶
type DeleteCSPMAzureAccountParams struct { /* Ids. Azure subscription IDs to remove */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCSPMAzureAccountParams contains all the parameters to send to the API endpoint
for the delete c s p m azure account operation. Typically these are written to a http.Request.
func NewDeleteCSPMAzureAccountParams ¶
func NewDeleteCSPMAzureAccountParams() *DeleteCSPMAzureAccountParams
NewDeleteCSPMAzureAccountParams creates a new DeleteCSPMAzureAccountParams 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 NewDeleteCSPMAzureAccountParamsWithContext ¶
func NewDeleteCSPMAzureAccountParamsWithContext(ctx context.Context) *DeleteCSPMAzureAccountParams
NewDeleteCSPMAzureAccountParamsWithContext creates a new DeleteCSPMAzureAccountParams object with the ability to set a context for a request.
func NewDeleteCSPMAzureAccountParamsWithHTTPClient ¶
func NewDeleteCSPMAzureAccountParamsWithHTTPClient(client *http.Client) *DeleteCSPMAzureAccountParams
NewDeleteCSPMAzureAccountParamsWithHTTPClient creates a new DeleteCSPMAzureAccountParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteCSPMAzureAccountParamsWithTimeout ¶
func NewDeleteCSPMAzureAccountParamsWithTimeout(timeout time.Duration) *DeleteCSPMAzureAccountParams
NewDeleteCSPMAzureAccountParamsWithTimeout creates a new DeleteCSPMAzureAccountParams object with the ability to set a timeout on a request.
func (*DeleteCSPMAzureAccountParams) SetContext ¶
func (o *DeleteCSPMAzureAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) SetDefaults ¶
func (o *DeleteCSPMAzureAccountParams) SetDefaults()
SetDefaults hydrates default values in the delete c s p m azure account params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCSPMAzureAccountParams) SetHTTPClient ¶
func (o *DeleteCSPMAzureAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) SetIds ¶
func (o *DeleteCSPMAzureAccountParams) SetIds(ids []string)
SetIds adds the ids to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) SetTimeout ¶
func (o *DeleteCSPMAzureAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) WithContext ¶
func (o *DeleteCSPMAzureAccountParams) WithContext(ctx context.Context) *DeleteCSPMAzureAccountParams
WithContext adds the context to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) WithDefaults ¶
func (o *DeleteCSPMAzureAccountParams) WithDefaults() *DeleteCSPMAzureAccountParams
WithDefaults hydrates default values in the delete c s p m azure account params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCSPMAzureAccountParams) WithHTTPClient ¶
func (o *DeleteCSPMAzureAccountParams) WithHTTPClient(client *http.Client) *DeleteCSPMAzureAccountParams
WithHTTPClient adds the HTTPClient to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) WithIds ¶
func (o *DeleteCSPMAzureAccountParams) WithIds(ids []string) *DeleteCSPMAzureAccountParams
WithIds adds the ids to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) WithTimeout ¶
func (o *DeleteCSPMAzureAccountParams) WithTimeout(timeout time.Duration) *DeleteCSPMAzureAccountParams
WithTimeout adds the timeout to the delete c s p m azure account params
func (*DeleteCSPMAzureAccountParams) WriteToRequest ¶
func (o *DeleteCSPMAzureAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCSPMAzureAccountReader ¶
type DeleteCSPMAzureAccountReader struct {
// contains filtered or unexported fields
}
DeleteCSPMAzureAccountReader is a Reader for the DeleteCSPMAzureAccount structure.
func (*DeleteCSPMAzureAccountReader) ReadResponse ¶
func (o *DeleteCSPMAzureAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCSPMAzureAccountTooManyRequests ¶
type DeleteCSPMAzureAccountTooManyRequests struct { /* 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 }
DeleteCSPMAzureAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteCSPMAzureAccountTooManyRequests ¶
func NewDeleteCSPMAzureAccountTooManyRequests() *DeleteCSPMAzureAccountTooManyRequests
NewDeleteCSPMAzureAccountTooManyRequests creates a DeleteCSPMAzureAccountTooManyRequests with default headers values
func (*DeleteCSPMAzureAccountTooManyRequests) Error ¶
func (o *DeleteCSPMAzureAccountTooManyRequests) Error() string
func (*DeleteCSPMAzureAccountTooManyRequests) GetPayload ¶
func (o *DeleteCSPMAzureAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetBehaviorDetectionsBadRequest ¶ added in v0.2.14
type GetBehaviorDetectionsBadRequest 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.RegistrationExternalIOAEventResponse }
GetBehaviorDetectionsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetBehaviorDetectionsBadRequest ¶ added in v0.2.14
func NewGetBehaviorDetectionsBadRequest() *GetBehaviorDetectionsBadRequest
NewGetBehaviorDetectionsBadRequest creates a GetBehaviorDetectionsBadRequest with default headers values
func (*GetBehaviorDetectionsBadRequest) Error ¶ added in v0.2.14
func (o *GetBehaviorDetectionsBadRequest) Error() string
func (*GetBehaviorDetectionsBadRequest) GetPayload ¶ added in v0.2.14
func (o *GetBehaviorDetectionsBadRequest) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetBehaviorDetectionsDefault ¶ added in v0.2.14
type GetBehaviorDetectionsDefault struct { Payload *models.RegistrationExternalIOAEventResponse // contains filtered or unexported fields }
GetBehaviorDetectionsDefault describes a response with status code -1, with default header values.
OK
func NewGetBehaviorDetectionsDefault ¶ added in v0.2.14
func NewGetBehaviorDetectionsDefault(code int) *GetBehaviorDetectionsDefault
NewGetBehaviorDetectionsDefault creates a GetBehaviorDetectionsDefault with default headers values
func (*GetBehaviorDetectionsDefault) Code ¶ added in v0.2.14
func (o *GetBehaviorDetectionsDefault) Code() int
Code gets the status code for the get behavior detections default response
func (*GetBehaviorDetectionsDefault) Error ¶ added in v0.2.14
func (o *GetBehaviorDetectionsDefault) Error() string
func (*GetBehaviorDetectionsDefault) GetPayload ¶ added in v0.2.14
func (o *GetBehaviorDetectionsDefault) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetBehaviorDetectionsForbidden ¶ added in v0.2.14
type GetBehaviorDetectionsForbidden 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 }
GetBehaviorDetectionsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetBehaviorDetectionsForbidden ¶ added in v0.2.14
func NewGetBehaviorDetectionsForbidden() *GetBehaviorDetectionsForbidden
NewGetBehaviorDetectionsForbidden creates a GetBehaviorDetectionsForbidden with default headers values
func (*GetBehaviorDetectionsForbidden) Error ¶ added in v0.2.14
func (o *GetBehaviorDetectionsForbidden) Error() string
func (*GetBehaviorDetectionsForbidden) GetPayload ¶ added in v0.2.14
func (o *GetBehaviorDetectionsForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetBehaviorDetectionsInternalServerError ¶ added in v0.2.14
type GetBehaviorDetectionsInternalServerError 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.RegistrationExternalIOAEventResponse }
GetBehaviorDetectionsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetBehaviorDetectionsInternalServerError ¶ added in v0.2.14
func NewGetBehaviorDetectionsInternalServerError() *GetBehaviorDetectionsInternalServerError
NewGetBehaviorDetectionsInternalServerError creates a GetBehaviorDetectionsInternalServerError with default headers values
func (*GetBehaviorDetectionsInternalServerError) Error ¶ added in v0.2.14
func (o *GetBehaviorDetectionsInternalServerError) Error() string
func (*GetBehaviorDetectionsInternalServerError) GetPayload ¶ added in v0.2.14
func (o *GetBehaviorDetectionsInternalServerError) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetBehaviorDetectionsOK ¶ added in v0.2.14
type GetBehaviorDetectionsOK 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.RegistrationExternalIOAEventResponse }
GetBehaviorDetectionsOK describes a response with status code 200, with default header values.
OK
func NewGetBehaviorDetectionsOK ¶ added in v0.2.14
func NewGetBehaviorDetectionsOK() *GetBehaviorDetectionsOK
NewGetBehaviorDetectionsOK creates a GetBehaviorDetectionsOK with default headers values
func (*GetBehaviorDetectionsOK) Error ¶ added in v0.2.14
func (o *GetBehaviorDetectionsOK) Error() string
func (*GetBehaviorDetectionsOK) GetPayload ¶ added in v0.2.14
func (o *GetBehaviorDetectionsOK) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetBehaviorDetectionsParams ¶ added in v0.2.14
type GetBehaviorDetectionsParams struct { /* AccountID. Cloud Account ID (e.g.: AWS accountID, Azure subscriptionID) */ AccountID *string /* AwsAccountID. AWS Account ID */ AwsAccountID *string /* AzureSubscriptionID. Azure Subscription ID */ AzureSubscriptionID *string /* AzureTenantID. Azure Tenant ID */ AzureTenantID *string /* CloudProvider. Cloud Provider (e.g.: aws|azure) */ CloudProvider string /* DateTimeSince. Filter to get all events after this date, in format RFC3339 : e.g. 2006-01-02T15:04:05Z07:00 */ DateTimeSince *string /* Limit. The maximum records to return. [1-500] */ Limit *int64 /* NextToken. String to get next page of results, is associated with a previous execution of GetBehaviorDetections. Must include all filters from previous execution. */ NextToken *string /* Service. Cloud Service (e.g. EC2 | EBS | S3) */ Service *string /* Severity. Severity (e.g.: High | Medium | Informational) */ Severity *string /* State. State (e.g.: open | closed) */ State *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBehaviorDetectionsParams contains all the parameters to send to the API endpoint
for the get behavior detections operation. Typically these are written to a http.Request.
func NewGetBehaviorDetectionsParams ¶ added in v0.2.14
func NewGetBehaviorDetectionsParams() *GetBehaviorDetectionsParams
NewGetBehaviorDetectionsParams creates a new GetBehaviorDetectionsParams 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 NewGetBehaviorDetectionsParamsWithContext ¶ added in v0.2.14
func NewGetBehaviorDetectionsParamsWithContext(ctx context.Context) *GetBehaviorDetectionsParams
NewGetBehaviorDetectionsParamsWithContext creates a new GetBehaviorDetectionsParams object with the ability to set a context for a request.
func NewGetBehaviorDetectionsParamsWithHTTPClient ¶ added in v0.2.14
func NewGetBehaviorDetectionsParamsWithHTTPClient(client *http.Client) *GetBehaviorDetectionsParams
NewGetBehaviorDetectionsParamsWithHTTPClient creates a new GetBehaviorDetectionsParams object with the ability to set a custom HTTPClient for a request.
func NewGetBehaviorDetectionsParamsWithTimeout ¶ added in v0.2.14
func NewGetBehaviorDetectionsParamsWithTimeout(timeout time.Duration) *GetBehaviorDetectionsParams
NewGetBehaviorDetectionsParamsWithTimeout creates a new GetBehaviorDetectionsParams object with the ability to set a timeout on a request.
func (*GetBehaviorDetectionsParams) SetAccountID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetAccountID(accountID *string)
SetAccountID adds the accountId to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetAwsAccountID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetAwsAccountID(awsAccountID *string)
SetAwsAccountID adds the awsAccountId to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetAzureSubscriptionID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetAzureSubscriptionID(azureSubscriptionID *string)
SetAzureSubscriptionID adds the azureSubscriptionId to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetAzureTenantID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetAzureTenantID(azureTenantID *string)
SetAzureTenantID adds the azureTenantId to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetCloudProvider ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetCloudProvider(cloudProvider string)
SetCloudProvider adds the cloudProvider to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetContext ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetDateTimeSince ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetDateTimeSince(dateTimeSince *string)
SetDateTimeSince adds the dateTimeSince to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetDefaults ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetDefaults()
SetDefaults hydrates default values in the get behavior detections params (not the query body).
All values with no default are reset to their zero value.
func (*GetBehaviorDetectionsParams) SetHTTPClient ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetLimit ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetNextToken ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetNextToken(nextToken *string)
SetNextToken adds the nextToken to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetService ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetService(service *string)
SetService adds the service to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetSeverity ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetSeverity(severity *string)
SetSeverity adds the severity to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetState ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetState(state *string)
SetState adds the state to the get behavior detections params
func (*GetBehaviorDetectionsParams) SetTimeout ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithAccountID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithAccountID(accountID *string) *GetBehaviorDetectionsParams
WithAccountID adds the accountID to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithAwsAccountID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithAwsAccountID(awsAccountID *string) *GetBehaviorDetectionsParams
WithAwsAccountID adds the awsAccountID to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithAzureSubscriptionID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetBehaviorDetectionsParams
WithAzureSubscriptionID adds the azureSubscriptionID to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithAzureTenantID ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithAzureTenantID(azureTenantID *string) *GetBehaviorDetectionsParams
WithAzureTenantID adds the azureTenantID to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithCloudProvider ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithCloudProvider(cloudProvider string) *GetBehaviorDetectionsParams
WithCloudProvider adds the cloudProvider to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithContext ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithContext(ctx context.Context) *GetBehaviorDetectionsParams
WithContext adds the context to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithDateTimeSince ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithDateTimeSince(dateTimeSince *string) *GetBehaviorDetectionsParams
WithDateTimeSince adds the dateTimeSince to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithDefaults ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithDefaults() *GetBehaviorDetectionsParams
WithDefaults hydrates default values in the get behavior detections params (not the query body).
All values with no default are reset to their zero value.
func (*GetBehaviorDetectionsParams) WithHTTPClient ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithHTTPClient(client *http.Client) *GetBehaviorDetectionsParams
WithHTTPClient adds the HTTPClient to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithLimit ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithLimit(limit *int64) *GetBehaviorDetectionsParams
WithLimit adds the limit to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithNextToken ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithNextToken(nextToken *string) *GetBehaviorDetectionsParams
WithNextToken adds the nextToken to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithService ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithService(service *string) *GetBehaviorDetectionsParams
WithService adds the service to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithSeverity ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithSeverity(severity *string) *GetBehaviorDetectionsParams
WithSeverity adds the severity to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithState ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithState(state *string) *GetBehaviorDetectionsParams
WithState adds the state to the get behavior detections params
func (*GetBehaviorDetectionsParams) WithTimeout ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WithTimeout(timeout time.Duration) *GetBehaviorDetectionsParams
WithTimeout adds the timeout to the get behavior detections params
func (*GetBehaviorDetectionsParams) WriteToRequest ¶ added in v0.2.14
func (o *GetBehaviorDetectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBehaviorDetectionsReader ¶ added in v0.2.14
type GetBehaviorDetectionsReader struct {
// contains filtered or unexported fields
}
GetBehaviorDetectionsReader is a Reader for the GetBehaviorDetections structure.
func (*GetBehaviorDetectionsReader) ReadResponse ¶ added in v0.2.14
func (o *GetBehaviorDetectionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBehaviorDetectionsTooManyRequests ¶ added in v0.2.14
type GetBehaviorDetectionsTooManyRequests 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 }
GetBehaviorDetectionsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetBehaviorDetectionsTooManyRequests ¶ added in v0.2.14
func NewGetBehaviorDetectionsTooManyRequests() *GetBehaviorDetectionsTooManyRequests
NewGetBehaviorDetectionsTooManyRequests creates a GetBehaviorDetectionsTooManyRequests with default headers values
func (*GetBehaviorDetectionsTooManyRequests) Error ¶ added in v0.2.14
func (o *GetBehaviorDetectionsTooManyRequests) Error() string
func (*GetBehaviorDetectionsTooManyRequests) GetPayload ¶ added in v0.2.14
func (o *GetBehaviorDetectionsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAwsAccountBadRequest ¶
type GetCSPMAwsAccountBadRequest 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.RegistrationAWSAccountResponseV2 }
GetCSPMAwsAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMAwsAccountBadRequest ¶
func NewGetCSPMAwsAccountBadRequest() *GetCSPMAwsAccountBadRequest
NewGetCSPMAwsAccountBadRequest creates a GetCSPMAwsAccountBadRequest with default headers values
func (*GetCSPMAwsAccountBadRequest) Error ¶
func (o *GetCSPMAwsAccountBadRequest) Error() string
func (*GetCSPMAwsAccountBadRequest) GetPayload ¶
func (o *GetCSPMAwsAccountBadRequest) GetPayload() *models.RegistrationAWSAccountResponseV2
type GetCSPMAwsAccountDefault ¶
type GetCSPMAwsAccountDefault struct { Payload *models.RegistrationAWSAccountResponseV2 // contains filtered or unexported fields }
GetCSPMAwsAccountDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMAwsAccountDefault ¶
func NewGetCSPMAwsAccountDefault(code int) *GetCSPMAwsAccountDefault
NewGetCSPMAwsAccountDefault creates a GetCSPMAwsAccountDefault with default headers values
func (*GetCSPMAwsAccountDefault) Code ¶
func (o *GetCSPMAwsAccountDefault) Code() int
Code gets the status code for the get c s p m aws account default response
func (*GetCSPMAwsAccountDefault) Error ¶
func (o *GetCSPMAwsAccountDefault) Error() string
func (*GetCSPMAwsAccountDefault) GetPayload ¶
func (o *GetCSPMAwsAccountDefault) GetPayload() *models.RegistrationAWSAccountResponseV2
type GetCSPMAwsAccountForbidden ¶
type GetCSPMAwsAccountForbidden 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 }
GetCSPMAwsAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMAwsAccountForbidden ¶
func NewGetCSPMAwsAccountForbidden() *GetCSPMAwsAccountForbidden
NewGetCSPMAwsAccountForbidden creates a GetCSPMAwsAccountForbidden with default headers values
func (*GetCSPMAwsAccountForbidden) Error ¶
func (o *GetCSPMAwsAccountForbidden) Error() string
func (*GetCSPMAwsAccountForbidden) GetPayload ¶
func (o *GetCSPMAwsAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAwsAccountInternalServerError ¶
type GetCSPMAwsAccountInternalServerError 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.RegistrationAWSAccountResponseV2 }
GetCSPMAwsAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMAwsAccountInternalServerError ¶
func NewGetCSPMAwsAccountInternalServerError() *GetCSPMAwsAccountInternalServerError
NewGetCSPMAwsAccountInternalServerError creates a GetCSPMAwsAccountInternalServerError with default headers values
func (*GetCSPMAwsAccountInternalServerError) Error ¶
func (o *GetCSPMAwsAccountInternalServerError) Error() string
func (*GetCSPMAwsAccountInternalServerError) GetPayload ¶
func (o *GetCSPMAwsAccountInternalServerError) GetPayload() *models.RegistrationAWSAccountResponseV2
type GetCSPMAwsAccountMultiStatus ¶
type GetCSPMAwsAccountMultiStatus 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.RegistrationAWSAccountResponseV2 }
GetCSPMAwsAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetCSPMAwsAccountMultiStatus ¶
func NewGetCSPMAwsAccountMultiStatus() *GetCSPMAwsAccountMultiStatus
NewGetCSPMAwsAccountMultiStatus creates a GetCSPMAwsAccountMultiStatus with default headers values
func (*GetCSPMAwsAccountMultiStatus) Error ¶
func (o *GetCSPMAwsAccountMultiStatus) Error() string
func (*GetCSPMAwsAccountMultiStatus) GetPayload ¶
func (o *GetCSPMAwsAccountMultiStatus) GetPayload() *models.RegistrationAWSAccountResponseV2
type GetCSPMAwsAccountOK ¶
type GetCSPMAwsAccountOK 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.RegistrationAWSAccountResponseV2 }
GetCSPMAwsAccountOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMAwsAccountOK ¶
func NewGetCSPMAwsAccountOK() *GetCSPMAwsAccountOK
NewGetCSPMAwsAccountOK creates a GetCSPMAwsAccountOK with default headers values
func (*GetCSPMAwsAccountOK) Error ¶
func (o *GetCSPMAwsAccountOK) Error() string
func (*GetCSPMAwsAccountOK) GetPayload ¶
func (o *GetCSPMAwsAccountOK) GetPayload() *models.RegistrationAWSAccountResponseV2
type GetCSPMAwsAccountParams ¶
type GetCSPMAwsAccountParams struct { /* GroupBy. Field to group by. */ GroupBy *string /* Ids. AWS account IDs */ Ids []string /* Limit. The maximum records to return. Defaults to 100. Default: 100 */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* OrganizationIds. AWS organization IDs */ OrganizationIds []string /* ScanType. Type of scan, dry or full, to perform on selected accounts */ ScanType *string /* Status. Account status to filter results by. */ Status *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMAwsAccountParams contains all the parameters to send to the API endpoint
for the get c s p m aws account operation. Typically these are written to a http.Request.
func NewGetCSPMAwsAccountParams ¶
func NewGetCSPMAwsAccountParams() *GetCSPMAwsAccountParams
NewGetCSPMAwsAccountParams creates a new GetCSPMAwsAccountParams 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 NewGetCSPMAwsAccountParamsWithContext ¶
func NewGetCSPMAwsAccountParamsWithContext(ctx context.Context) *GetCSPMAwsAccountParams
NewGetCSPMAwsAccountParamsWithContext creates a new GetCSPMAwsAccountParams object with the ability to set a context for a request.
func NewGetCSPMAwsAccountParamsWithHTTPClient ¶
func NewGetCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *GetCSPMAwsAccountParams
NewGetCSPMAwsAccountParamsWithHTTPClient creates a new GetCSPMAwsAccountParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMAwsAccountParamsWithTimeout ¶
func NewGetCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *GetCSPMAwsAccountParams
NewGetCSPMAwsAccountParamsWithTimeout creates a new GetCSPMAwsAccountParams object with the ability to set a timeout on a request.
func (*GetCSPMAwsAccountParams) SetContext ¶
func (o *GetCSPMAwsAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetDefaults ¶
func (o *GetCSPMAwsAccountParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAwsAccountParams) SetGroupBy ¶ added in v0.2.4
func (o *GetCSPMAwsAccountParams) SetGroupBy(groupBy *string)
SetGroupBy adds the groupBy to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetHTTPClient ¶
func (o *GetCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetIds ¶
func (o *GetCSPMAwsAccountParams) SetIds(ids []string)
SetIds adds the ids to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetLimit ¶
func (o *GetCSPMAwsAccountParams) SetLimit(limit *int64)
SetLimit adds the limit to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetOffset ¶
func (o *GetCSPMAwsAccountParams) SetOffset(offset *int64)
SetOffset adds the offset to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetOrganizationIds ¶
func (o *GetCSPMAwsAccountParams) SetOrganizationIds(organizationIds []string)
SetOrganizationIds adds the organizationIds to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetScanType ¶
func (o *GetCSPMAwsAccountParams) SetScanType(scanType *string)
SetScanType adds the scanType to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetStatus ¶
func (o *GetCSPMAwsAccountParams) SetStatus(status *string)
SetStatus adds the status to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) SetTimeout ¶
func (o *GetCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithContext ¶
func (o *GetCSPMAwsAccountParams) WithContext(ctx context.Context) *GetCSPMAwsAccountParams
WithContext adds the context to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithDefaults ¶
func (o *GetCSPMAwsAccountParams) WithDefaults() *GetCSPMAwsAccountParams
WithDefaults hydrates default values in the get c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAwsAccountParams) WithGroupBy ¶ added in v0.2.4
func (o *GetCSPMAwsAccountParams) WithGroupBy(groupBy *string) *GetCSPMAwsAccountParams
WithGroupBy adds the groupBy to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithHTTPClient ¶
func (o *GetCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *GetCSPMAwsAccountParams
WithHTTPClient adds the HTTPClient to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithIds ¶
func (o *GetCSPMAwsAccountParams) WithIds(ids []string) *GetCSPMAwsAccountParams
WithIds adds the ids to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithLimit ¶
func (o *GetCSPMAwsAccountParams) WithLimit(limit *int64) *GetCSPMAwsAccountParams
WithLimit adds the limit to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithOffset ¶
func (o *GetCSPMAwsAccountParams) WithOffset(offset *int64) *GetCSPMAwsAccountParams
WithOffset adds the offset to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithOrganizationIds ¶
func (o *GetCSPMAwsAccountParams) WithOrganizationIds(organizationIds []string) *GetCSPMAwsAccountParams
WithOrganizationIds adds the organizationIds to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithScanType ¶
func (o *GetCSPMAwsAccountParams) WithScanType(scanType *string) *GetCSPMAwsAccountParams
WithScanType adds the scanType to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithStatus ¶
func (o *GetCSPMAwsAccountParams) WithStatus(status *string) *GetCSPMAwsAccountParams
WithStatus adds the status to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WithTimeout ¶
func (o *GetCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *GetCSPMAwsAccountParams
WithTimeout adds the timeout to the get c s p m aws account params
func (*GetCSPMAwsAccountParams) WriteToRequest ¶
func (o *GetCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMAwsAccountReader ¶
type GetCSPMAwsAccountReader struct {
// contains filtered or unexported fields
}
GetCSPMAwsAccountReader is a Reader for the GetCSPMAwsAccount structure.
func (*GetCSPMAwsAccountReader) ReadResponse ¶
func (o *GetCSPMAwsAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMAwsAccountScriptsAttachmentBadRequest ¶
type GetCSPMAwsAccountScriptsAttachmentBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAWSProvisionGetAccountScriptResponseV2 }
GetCSPMAwsAccountScriptsAttachmentBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMAwsAccountScriptsAttachmentBadRequest ¶
func NewGetCSPMAwsAccountScriptsAttachmentBadRequest() *GetCSPMAwsAccountScriptsAttachmentBadRequest
NewGetCSPMAwsAccountScriptsAttachmentBadRequest creates a GetCSPMAwsAccountScriptsAttachmentBadRequest with default headers values
func (*GetCSPMAwsAccountScriptsAttachmentBadRequest) Error ¶
func (o *GetCSPMAwsAccountScriptsAttachmentBadRequest) Error() string
func (*GetCSPMAwsAccountScriptsAttachmentBadRequest) GetPayload ¶
func (o *GetCSPMAwsAccountScriptsAttachmentBadRequest) GetPayload() *models.RegistrationAWSProvisionGetAccountScriptResponseV2
type GetCSPMAwsAccountScriptsAttachmentDefault ¶
type GetCSPMAwsAccountScriptsAttachmentDefault struct { Payload *models.RegistrationAWSProvisionGetAccountScriptResponseV2 // contains filtered or unexported fields }
GetCSPMAwsAccountScriptsAttachmentDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMAwsAccountScriptsAttachmentDefault ¶
func NewGetCSPMAwsAccountScriptsAttachmentDefault(code int) *GetCSPMAwsAccountScriptsAttachmentDefault
NewGetCSPMAwsAccountScriptsAttachmentDefault creates a GetCSPMAwsAccountScriptsAttachmentDefault with default headers values
func (*GetCSPMAwsAccountScriptsAttachmentDefault) Code ¶
func (o *GetCSPMAwsAccountScriptsAttachmentDefault) Code() int
Code gets the status code for the get c s p m aws account scripts attachment default response
func (*GetCSPMAwsAccountScriptsAttachmentDefault) Error ¶
func (o *GetCSPMAwsAccountScriptsAttachmentDefault) Error() string
func (*GetCSPMAwsAccountScriptsAttachmentDefault) GetPayload ¶
func (o *GetCSPMAwsAccountScriptsAttachmentDefault) GetPayload() *models.RegistrationAWSProvisionGetAccountScriptResponseV2
type GetCSPMAwsAccountScriptsAttachmentForbidden ¶
type GetCSPMAwsAccountScriptsAttachmentForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetCSPMAwsAccountScriptsAttachmentForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMAwsAccountScriptsAttachmentForbidden ¶
func NewGetCSPMAwsAccountScriptsAttachmentForbidden() *GetCSPMAwsAccountScriptsAttachmentForbidden
NewGetCSPMAwsAccountScriptsAttachmentForbidden creates a GetCSPMAwsAccountScriptsAttachmentForbidden with default headers values
func (*GetCSPMAwsAccountScriptsAttachmentForbidden) Error ¶
func (o *GetCSPMAwsAccountScriptsAttachmentForbidden) Error() string
func (*GetCSPMAwsAccountScriptsAttachmentForbidden) GetPayload ¶
func (o *GetCSPMAwsAccountScriptsAttachmentForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAwsAccountScriptsAttachmentInternalServerError ¶
type GetCSPMAwsAccountScriptsAttachmentInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAWSProvisionGetAccountScriptResponseV2 }
GetCSPMAwsAccountScriptsAttachmentInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMAwsAccountScriptsAttachmentInternalServerError ¶
func NewGetCSPMAwsAccountScriptsAttachmentInternalServerError() *GetCSPMAwsAccountScriptsAttachmentInternalServerError
NewGetCSPMAwsAccountScriptsAttachmentInternalServerError creates a GetCSPMAwsAccountScriptsAttachmentInternalServerError with default headers values
func (*GetCSPMAwsAccountScriptsAttachmentInternalServerError) Error ¶
func (o *GetCSPMAwsAccountScriptsAttachmentInternalServerError) Error() string
func (*GetCSPMAwsAccountScriptsAttachmentInternalServerError) GetPayload ¶
type GetCSPMAwsAccountScriptsAttachmentOK ¶
type GetCSPMAwsAccountScriptsAttachmentOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAWSProvisionGetAccountScriptResponseV2 }
GetCSPMAwsAccountScriptsAttachmentOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMAwsAccountScriptsAttachmentOK ¶
func NewGetCSPMAwsAccountScriptsAttachmentOK() *GetCSPMAwsAccountScriptsAttachmentOK
NewGetCSPMAwsAccountScriptsAttachmentOK creates a GetCSPMAwsAccountScriptsAttachmentOK with default headers values
func (*GetCSPMAwsAccountScriptsAttachmentOK) Error ¶
func (o *GetCSPMAwsAccountScriptsAttachmentOK) Error() string
func (*GetCSPMAwsAccountScriptsAttachmentOK) GetPayload ¶
func (o *GetCSPMAwsAccountScriptsAttachmentOK) GetPayload() *models.RegistrationAWSProvisionGetAccountScriptResponseV2
type GetCSPMAwsAccountScriptsAttachmentParams ¶
type GetCSPMAwsAccountScriptsAttachmentParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMAwsAccountScriptsAttachmentParams contains all the parameters to send to the API endpoint
for the get c s p m aws account scripts attachment operation. Typically these are written to a http.Request.
func NewGetCSPMAwsAccountScriptsAttachmentParams ¶
func NewGetCSPMAwsAccountScriptsAttachmentParams() *GetCSPMAwsAccountScriptsAttachmentParams
NewGetCSPMAwsAccountScriptsAttachmentParams creates a new GetCSPMAwsAccountScriptsAttachmentParams 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 NewGetCSPMAwsAccountScriptsAttachmentParamsWithContext ¶
func NewGetCSPMAwsAccountScriptsAttachmentParamsWithContext(ctx context.Context) *GetCSPMAwsAccountScriptsAttachmentParams
NewGetCSPMAwsAccountScriptsAttachmentParamsWithContext creates a new GetCSPMAwsAccountScriptsAttachmentParams object with the ability to set a context for a request.
func NewGetCSPMAwsAccountScriptsAttachmentParamsWithHTTPClient ¶
func NewGetCSPMAwsAccountScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetCSPMAwsAccountScriptsAttachmentParams
NewGetCSPMAwsAccountScriptsAttachmentParamsWithHTTPClient creates a new GetCSPMAwsAccountScriptsAttachmentParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMAwsAccountScriptsAttachmentParamsWithTimeout ¶
func NewGetCSPMAwsAccountScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetCSPMAwsAccountScriptsAttachmentParams
NewGetCSPMAwsAccountScriptsAttachmentParamsWithTimeout creates a new GetCSPMAwsAccountScriptsAttachmentParams object with the ability to set a timeout on a request.
func (*GetCSPMAwsAccountScriptsAttachmentParams) SetContext ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m aws account scripts attachment params
func (*GetCSPMAwsAccountScriptsAttachmentParams) SetDefaults ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m aws account scripts attachment params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAwsAccountScriptsAttachmentParams) SetHTTPClient ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m aws account scripts attachment params
func (*GetCSPMAwsAccountScriptsAttachmentParams) SetTimeout ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m aws account scripts attachment params
func (*GetCSPMAwsAccountScriptsAttachmentParams) WithContext ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithContext(ctx context.Context) *GetCSPMAwsAccountScriptsAttachmentParams
WithContext adds the context to the get c s p m aws account scripts attachment params
func (*GetCSPMAwsAccountScriptsAttachmentParams) WithDefaults ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithDefaults() *GetCSPMAwsAccountScriptsAttachmentParams
WithDefaults hydrates default values in the get c s p m aws account scripts attachment params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAwsAccountScriptsAttachmentParams) WithHTTPClient ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithHTTPClient(client *http.Client) *GetCSPMAwsAccountScriptsAttachmentParams
WithHTTPClient adds the HTTPClient to the get c s p m aws account scripts attachment params
func (*GetCSPMAwsAccountScriptsAttachmentParams) WithTimeout ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) WithTimeout(timeout time.Duration) *GetCSPMAwsAccountScriptsAttachmentParams
WithTimeout adds the timeout to the get c s p m aws account scripts attachment params
func (*GetCSPMAwsAccountScriptsAttachmentParams) WriteToRequest ¶
func (o *GetCSPMAwsAccountScriptsAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMAwsAccountScriptsAttachmentReader ¶
type GetCSPMAwsAccountScriptsAttachmentReader struct {
// contains filtered or unexported fields
}
GetCSPMAwsAccountScriptsAttachmentReader is a Reader for the GetCSPMAwsAccountScriptsAttachment structure.
func (*GetCSPMAwsAccountScriptsAttachmentReader) ReadResponse ¶
func (o *GetCSPMAwsAccountScriptsAttachmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMAwsAccountScriptsAttachmentTooManyRequests ¶
type GetCSPMAwsAccountScriptsAttachmentTooManyRequests struct { /* 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 }
GetCSPMAwsAccountScriptsAttachmentTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMAwsAccountScriptsAttachmentTooManyRequests ¶
func NewGetCSPMAwsAccountScriptsAttachmentTooManyRequests() *GetCSPMAwsAccountScriptsAttachmentTooManyRequests
NewGetCSPMAwsAccountScriptsAttachmentTooManyRequests creates a GetCSPMAwsAccountScriptsAttachmentTooManyRequests with default headers values
func (*GetCSPMAwsAccountScriptsAttachmentTooManyRequests) Error ¶
func (o *GetCSPMAwsAccountScriptsAttachmentTooManyRequests) Error() string
func (*GetCSPMAwsAccountScriptsAttachmentTooManyRequests) GetPayload ¶
func (o *GetCSPMAwsAccountScriptsAttachmentTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAwsAccountTooManyRequests ¶
type GetCSPMAwsAccountTooManyRequests 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 }
GetCSPMAwsAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMAwsAccountTooManyRequests ¶
func NewGetCSPMAwsAccountTooManyRequests() *GetCSPMAwsAccountTooManyRequests
NewGetCSPMAwsAccountTooManyRequests creates a GetCSPMAwsAccountTooManyRequests with default headers values
func (*GetCSPMAwsAccountTooManyRequests) Error ¶
func (o *GetCSPMAwsAccountTooManyRequests) Error() string
func (*GetCSPMAwsAccountTooManyRequests) GetPayload ¶
func (o *GetCSPMAwsAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAwsConsoleSetupURLsBadRequest ¶
type GetCSPMAwsConsoleSetupURLsBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAWSAccountConsoleURL }
GetCSPMAwsConsoleSetupURLsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMAwsConsoleSetupURLsBadRequest ¶
func NewGetCSPMAwsConsoleSetupURLsBadRequest() *GetCSPMAwsConsoleSetupURLsBadRequest
NewGetCSPMAwsConsoleSetupURLsBadRequest creates a GetCSPMAwsConsoleSetupURLsBadRequest with default headers values
func (*GetCSPMAwsConsoleSetupURLsBadRequest) Error ¶
func (o *GetCSPMAwsConsoleSetupURLsBadRequest) Error() string
func (*GetCSPMAwsConsoleSetupURLsBadRequest) GetPayload ¶
func (o *GetCSPMAwsConsoleSetupURLsBadRequest) GetPayload() *models.RegistrationAWSAccountConsoleURL
type GetCSPMAwsConsoleSetupURLsDefault ¶
type GetCSPMAwsConsoleSetupURLsDefault struct { Payload *models.RegistrationAWSAccountConsoleURL // contains filtered or unexported fields }
GetCSPMAwsConsoleSetupURLsDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMAwsConsoleSetupURLsDefault ¶
func NewGetCSPMAwsConsoleSetupURLsDefault(code int) *GetCSPMAwsConsoleSetupURLsDefault
NewGetCSPMAwsConsoleSetupURLsDefault creates a GetCSPMAwsConsoleSetupURLsDefault with default headers values
func (*GetCSPMAwsConsoleSetupURLsDefault) Code ¶
func (o *GetCSPMAwsConsoleSetupURLsDefault) Code() int
Code gets the status code for the get c s p m aws console setup u r ls default response
func (*GetCSPMAwsConsoleSetupURLsDefault) Error ¶
func (o *GetCSPMAwsConsoleSetupURLsDefault) Error() string
func (*GetCSPMAwsConsoleSetupURLsDefault) GetPayload ¶
func (o *GetCSPMAwsConsoleSetupURLsDefault) GetPayload() *models.RegistrationAWSAccountConsoleURL
type GetCSPMAwsConsoleSetupURLsForbidden ¶
type GetCSPMAwsConsoleSetupURLsForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetCSPMAwsConsoleSetupURLsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMAwsConsoleSetupURLsForbidden ¶
func NewGetCSPMAwsConsoleSetupURLsForbidden() *GetCSPMAwsConsoleSetupURLsForbidden
NewGetCSPMAwsConsoleSetupURLsForbidden creates a GetCSPMAwsConsoleSetupURLsForbidden with default headers values
func (*GetCSPMAwsConsoleSetupURLsForbidden) Error ¶
func (o *GetCSPMAwsConsoleSetupURLsForbidden) Error() string
func (*GetCSPMAwsConsoleSetupURLsForbidden) GetPayload ¶
func (o *GetCSPMAwsConsoleSetupURLsForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAwsConsoleSetupURLsInternalServerError ¶
type GetCSPMAwsConsoleSetupURLsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAWSAccountConsoleURL }
GetCSPMAwsConsoleSetupURLsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMAwsConsoleSetupURLsInternalServerError ¶
func NewGetCSPMAwsConsoleSetupURLsInternalServerError() *GetCSPMAwsConsoleSetupURLsInternalServerError
NewGetCSPMAwsConsoleSetupURLsInternalServerError creates a GetCSPMAwsConsoleSetupURLsInternalServerError with default headers values
func (*GetCSPMAwsConsoleSetupURLsInternalServerError) Error ¶
func (o *GetCSPMAwsConsoleSetupURLsInternalServerError) Error() string
func (*GetCSPMAwsConsoleSetupURLsInternalServerError) GetPayload ¶
func (o *GetCSPMAwsConsoleSetupURLsInternalServerError) GetPayload() *models.RegistrationAWSAccountConsoleURL
type GetCSPMAwsConsoleSetupURLsMultiStatus ¶
type GetCSPMAwsConsoleSetupURLsMultiStatus struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAWSAccountConsoleURL }
GetCSPMAwsConsoleSetupURLsMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetCSPMAwsConsoleSetupURLsMultiStatus ¶
func NewGetCSPMAwsConsoleSetupURLsMultiStatus() *GetCSPMAwsConsoleSetupURLsMultiStatus
NewGetCSPMAwsConsoleSetupURLsMultiStatus creates a GetCSPMAwsConsoleSetupURLsMultiStatus with default headers values
func (*GetCSPMAwsConsoleSetupURLsMultiStatus) Error ¶
func (o *GetCSPMAwsConsoleSetupURLsMultiStatus) Error() string
func (*GetCSPMAwsConsoleSetupURLsMultiStatus) GetPayload ¶
func (o *GetCSPMAwsConsoleSetupURLsMultiStatus) GetPayload() *models.RegistrationAWSAccountConsoleURL
type GetCSPMAwsConsoleSetupURLsOK ¶
type GetCSPMAwsConsoleSetupURLsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAWSAccountConsoleURL }
GetCSPMAwsConsoleSetupURLsOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMAwsConsoleSetupURLsOK ¶
func NewGetCSPMAwsConsoleSetupURLsOK() *GetCSPMAwsConsoleSetupURLsOK
NewGetCSPMAwsConsoleSetupURLsOK creates a GetCSPMAwsConsoleSetupURLsOK with default headers values
func (*GetCSPMAwsConsoleSetupURLsOK) Error ¶
func (o *GetCSPMAwsConsoleSetupURLsOK) Error() string
func (*GetCSPMAwsConsoleSetupURLsOK) GetPayload ¶
func (o *GetCSPMAwsConsoleSetupURLsOK) GetPayload() *models.RegistrationAWSAccountConsoleURL
type GetCSPMAwsConsoleSetupURLsParams ¶
type GetCSPMAwsConsoleSetupURLsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMAwsConsoleSetupURLsParams contains all the parameters to send to the API endpoint
for the get c s p m aws console setup u r ls operation. Typically these are written to a http.Request.
func NewGetCSPMAwsConsoleSetupURLsParams ¶
func NewGetCSPMAwsConsoleSetupURLsParams() *GetCSPMAwsConsoleSetupURLsParams
NewGetCSPMAwsConsoleSetupURLsParams creates a new GetCSPMAwsConsoleSetupURLsParams 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 NewGetCSPMAwsConsoleSetupURLsParamsWithContext ¶
func NewGetCSPMAwsConsoleSetupURLsParamsWithContext(ctx context.Context) *GetCSPMAwsConsoleSetupURLsParams
NewGetCSPMAwsConsoleSetupURLsParamsWithContext creates a new GetCSPMAwsConsoleSetupURLsParams object with the ability to set a context for a request.
func NewGetCSPMAwsConsoleSetupURLsParamsWithHTTPClient ¶
func NewGetCSPMAwsConsoleSetupURLsParamsWithHTTPClient(client *http.Client) *GetCSPMAwsConsoleSetupURLsParams
NewGetCSPMAwsConsoleSetupURLsParamsWithHTTPClient creates a new GetCSPMAwsConsoleSetupURLsParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMAwsConsoleSetupURLsParamsWithTimeout ¶
func NewGetCSPMAwsConsoleSetupURLsParamsWithTimeout(timeout time.Duration) *GetCSPMAwsConsoleSetupURLsParams
NewGetCSPMAwsConsoleSetupURLsParamsWithTimeout creates a new GetCSPMAwsConsoleSetupURLsParams object with the ability to set a timeout on a request.
func (*GetCSPMAwsConsoleSetupURLsParams) SetContext ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m aws console setup u r ls params
func (*GetCSPMAwsConsoleSetupURLsParams) SetDefaults ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m aws console setup u r ls params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAwsConsoleSetupURLsParams) SetHTTPClient ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m aws console setup u r ls params
func (*GetCSPMAwsConsoleSetupURLsParams) SetTimeout ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m aws console setup u r ls params
func (*GetCSPMAwsConsoleSetupURLsParams) WithContext ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) WithContext(ctx context.Context) *GetCSPMAwsConsoleSetupURLsParams
WithContext adds the context to the get c s p m aws console setup u r ls params
func (*GetCSPMAwsConsoleSetupURLsParams) WithDefaults ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) WithDefaults() *GetCSPMAwsConsoleSetupURLsParams
WithDefaults hydrates default values in the get c s p m aws console setup u r ls params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAwsConsoleSetupURLsParams) WithHTTPClient ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) WithHTTPClient(client *http.Client) *GetCSPMAwsConsoleSetupURLsParams
WithHTTPClient adds the HTTPClient to the get c s p m aws console setup u r ls params
func (*GetCSPMAwsConsoleSetupURLsParams) WithTimeout ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) WithTimeout(timeout time.Duration) *GetCSPMAwsConsoleSetupURLsParams
WithTimeout adds the timeout to the get c s p m aws console setup u r ls params
func (*GetCSPMAwsConsoleSetupURLsParams) WriteToRequest ¶
func (o *GetCSPMAwsConsoleSetupURLsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMAwsConsoleSetupURLsReader ¶
type GetCSPMAwsConsoleSetupURLsReader struct {
// contains filtered or unexported fields
}
GetCSPMAwsConsoleSetupURLsReader is a Reader for the GetCSPMAwsConsoleSetupURLs structure.
func (*GetCSPMAwsConsoleSetupURLsReader) ReadResponse ¶
func (o *GetCSPMAwsConsoleSetupURLsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMAwsConsoleSetupURLsTooManyRequests ¶
type GetCSPMAwsConsoleSetupURLsTooManyRequests struct { /* 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 }
GetCSPMAwsConsoleSetupURLsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMAwsConsoleSetupURLsTooManyRequests ¶
func NewGetCSPMAwsConsoleSetupURLsTooManyRequests() *GetCSPMAwsConsoleSetupURLsTooManyRequests
NewGetCSPMAwsConsoleSetupURLsTooManyRequests creates a GetCSPMAwsConsoleSetupURLsTooManyRequests with default headers values
func (*GetCSPMAwsConsoleSetupURLsTooManyRequests) Error ¶
func (o *GetCSPMAwsConsoleSetupURLsTooManyRequests) Error() string
func (*GetCSPMAwsConsoleSetupURLsTooManyRequests) GetPayload ¶
func (o *GetCSPMAwsConsoleSetupURLsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAzureAccountBadRequest ¶
type GetCSPMAzureAccountBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
GetCSPMAzureAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMAzureAccountBadRequest ¶
func NewGetCSPMAzureAccountBadRequest() *GetCSPMAzureAccountBadRequest
NewGetCSPMAzureAccountBadRequest creates a GetCSPMAzureAccountBadRequest with default headers values
func (*GetCSPMAzureAccountBadRequest) Error ¶
func (o *GetCSPMAzureAccountBadRequest) Error() string
func (*GetCSPMAzureAccountBadRequest) GetPayload ¶
func (o *GetCSPMAzureAccountBadRequest) GetPayload() *models.RegistrationAzureAccountResponseV1
type GetCSPMAzureAccountDefault ¶
type GetCSPMAzureAccountDefault struct { Payload *models.RegistrationAzureAccountResponseV1 // contains filtered or unexported fields }
GetCSPMAzureAccountDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMAzureAccountDefault ¶
func NewGetCSPMAzureAccountDefault(code int) *GetCSPMAzureAccountDefault
NewGetCSPMAzureAccountDefault creates a GetCSPMAzureAccountDefault with default headers values
func (*GetCSPMAzureAccountDefault) Code ¶
func (o *GetCSPMAzureAccountDefault) Code() int
Code gets the status code for the get c s p m azure account default response
func (*GetCSPMAzureAccountDefault) Error ¶
func (o *GetCSPMAzureAccountDefault) Error() string
func (*GetCSPMAzureAccountDefault) GetPayload ¶
func (o *GetCSPMAzureAccountDefault) GetPayload() *models.RegistrationAzureAccountResponseV1
type GetCSPMAzureAccountForbidden ¶
type GetCSPMAzureAccountForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetCSPMAzureAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMAzureAccountForbidden ¶
func NewGetCSPMAzureAccountForbidden() *GetCSPMAzureAccountForbidden
NewGetCSPMAzureAccountForbidden creates a GetCSPMAzureAccountForbidden with default headers values
func (*GetCSPMAzureAccountForbidden) Error ¶
func (o *GetCSPMAzureAccountForbidden) Error() string
func (*GetCSPMAzureAccountForbidden) GetPayload ¶
func (o *GetCSPMAzureAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAzureAccountInternalServerError ¶
type GetCSPMAzureAccountInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
GetCSPMAzureAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMAzureAccountInternalServerError ¶
func NewGetCSPMAzureAccountInternalServerError() *GetCSPMAzureAccountInternalServerError
NewGetCSPMAzureAccountInternalServerError creates a GetCSPMAzureAccountInternalServerError with default headers values
func (*GetCSPMAzureAccountInternalServerError) Error ¶
func (o *GetCSPMAzureAccountInternalServerError) Error() string
func (*GetCSPMAzureAccountInternalServerError) GetPayload ¶
func (o *GetCSPMAzureAccountInternalServerError) GetPayload() *models.RegistrationAzureAccountResponseV1
type GetCSPMAzureAccountMultiStatus ¶
type GetCSPMAzureAccountMultiStatus struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
GetCSPMAzureAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetCSPMAzureAccountMultiStatus ¶
func NewGetCSPMAzureAccountMultiStatus() *GetCSPMAzureAccountMultiStatus
NewGetCSPMAzureAccountMultiStatus creates a GetCSPMAzureAccountMultiStatus with default headers values
func (*GetCSPMAzureAccountMultiStatus) Error ¶
func (o *GetCSPMAzureAccountMultiStatus) Error() string
func (*GetCSPMAzureAccountMultiStatus) GetPayload ¶
func (o *GetCSPMAzureAccountMultiStatus) GetPayload() *models.RegistrationAzureAccountResponseV1
type GetCSPMAzureAccountOK ¶
type GetCSPMAzureAccountOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureAccountResponseV1 }
GetCSPMAzureAccountOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMAzureAccountOK ¶
func NewGetCSPMAzureAccountOK() *GetCSPMAzureAccountOK
NewGetCSPMAzureAccountOK creates a GetCSPMAzureAccountOK with default headers values
func (*GetCSPMAzureAccountOK) Error ¶
func (o *GetCSPMAzureAccountOK) Error() string
func (*GetCSPMAzureAccountOK) GetPayload ¶
func (o *GetCSPMAzureAccountOK) GetPayload() *models.RegistrationAzureAccountResponseV1
type GetCSPMAzureAccountParams ¶
type GetCSPMAzureAccountParams struct { /* Ids. SubscriptionIDs of accounts to select for this status operation. If this is empty then all accounts are returned. */ Ids []string /* Limit. The maximum records to return. Defaults to 100. Default: 100 */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* ScanType. Type of scan, dry or full, to perform on selected accounts */ ScanType *string /* Status. Account status to filter results by. */ Status *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMAzureAccountParams contains all the parameters to send to the API endpoint
for the get c s p m azure account operation. Typically these are written to a http.Request.
func NewGetCSPMAzureAccountParams ¶
func NewGetCSPMAzureAccountParams() *GetCSPMAzureAccountParams
NewGetCSPMAzureAccountParams creates a new GetCSPMAzureAccountParams 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 NewGetCSPMAzureAccountParamsWithContext ¶
func NewGetCSPMAzureAccountParamsWithContext(ctx context.Context) *GetCSPMAzureAccountParams
NewGetCSPMAzureAccountParamsWithContext creates a new GetCSPMAzureAccountParams object with the ability to set a context for a request.
func NewGetCSPMAzureAccountParamsWithHTTPClient ¶
func NewGetCSPMAzureAccountParamsWithHTTPClient(client *http.Client) *GetCSPMAzureAccountParams
NewGetCSPMAzureAccountParamsWithHTTPClient creates a new GetCSPMAzureAccountParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMAzureAccountParamsWithTimeout ¶
func NewGetCSPMAzureAccountParamsWithTimeout(timeout time.Duration) *GetCSPMAzureAccountParams
NewGetCSPMAzureAccountParamsWithTimeout creates a new GetCSPMAzureAccountParams object with the ability to set a timeout on a request.
func (*GetCSPMAzureAccountParams) SetContext ¶
func (o *GetCSPMAzureAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) SetDefaults ¶
func (o *GetCSPMAzureAccountParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m azure account params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAzureAccountParams) SetHTTPClient ¶
func (o *GetCSPMAzureAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) SetIds ¶
func (o *GetCSPMAzureAccountParams) SetIds(ids []string)
SetIds adds the ids to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) SetLimit ¶
func (o *GetCSPMAzureAccountParams) SetLimit(limit *int64)
SetLimit adds the limit to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) SetOffset ¶
func (o *GetCSPMAzureAccountParams) SetOffset(offset *int64)
SetOffset adds the offset to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) SetScanType ¶
func (o *GetCSPMAzureAccountParams) SetScanType(scanType *string)
SetScanType adds the scanType to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) SetStatus ¶
func (o *GetCSPMAzureAccountParams) SetStatus(status *string)
SetStatus adds the status to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) SetTimeout ¶
func (o *GetCSPMAzureAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithContext ¶
func (o *GetCSPMAzureAccountParams) WithContext(ctx context.Context) *GetCSPMAzureAccountParams
WithContext adds the context to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithDefaults ¶
func (o *GetCSPMAzureAccountParams) WithDefaults() *GetCSPMAzureAccountParams
WithDefaults hydrates default values in the get c s p m azure account params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAzureAccountParams) WithHTTPClient ¶
func (o *GetCSPMAzureAccountParams) WithHTTPClient(client *http.Client) *GetCSPMAzureAccountParams
WithHTTPClient adds the HTTPClient to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithIds ¶
func (o *GetCSPMAzureAccountParams) WithIds(ids []string) *GetCSPMAzureAccountParams
WithIds adds the ids to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithLimit ¶
func (o *GetCSPMAzureAccountParams) WithLimit(limit *int64) *GetCSPMAzureAccountParams
WithLimit adds the limit to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithOffset ¶
func (o *GetCSPMAzureAccountParams) WithOffset(offset *int64) *GetCSPMAzureAccountParams
WithOffset adds the offset to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithScanType ¶
func (o *GetCSPMAzureAccountParams) WithScanType(scanType *string) *GetCSPMAzureAccountParams
WithScanType adds the scanType to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithStatus ¶
func (o *GetCSPMAzureAccountParams) WithStatus(status *string) *GetCSPMAzureAccountParams
WithStatus adds the status to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WithTimeout ¶
func (o *GetCSPMAzureAccountParams) WithTimeout(timeout time.Duration) *GetCSPMAzureAccountParams
WithTimeout adds the timeout to the get c s p m azure account params
func (*GetCSPMAzureAccountParams) WriteToRequest ¶
func (o *GetCSPMAzureAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMAzureAccountReader ¶
type GetCSPMAzureAccountReader struct {
// contains filtered or unexported fields
}
GetCSPMAzureAccountReader is a Reader for the GetCSPMAzureAccount structure.
func (*GetCSPMAzureAccountReader) ReadResponse ¶
func (o *GetCSPMAzureAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMAzureAccountTooManyRequests ¶
type GetCSPMAzureAccountTooManyRequests struct { /* 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 }
GetCSPMAzureAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMAzureAccountTooManyRequests ¶
func NewGetCSPMAzureAccountTooManyRequests() *GetCSPMAzureAccountTooManyRequests
NewGetCSPMAzureAccountTooManyRequests creates a GetCSPMAzureAccountTooManyRequests with default headers values
func (*GetCSPMAzureAccountTooManyRequests) Error ¶
func (o *GetCSPMAzureAccountTooManyRequests) Error() string
func (*GetCSPMAzureAccountTooManyRequests) GetPayload ¶
func (o *GetCSPMAzureAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAzureUserScriptsAttachmentBadRequest ¶
type GetCSPMAzureUserScriptsAttachmentBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1 }
GetCSPMAzureUserScriptsAttachmentBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMAzureUserScriptsAttachmentBadRequest ¶
func NewGetCSPMAzureUserScriptsAttachmentBadRequest() *GetCSPMAzureUserScriptsAttachmentBadRequest
NewGetCSPMAzureUserScriptsAttachmentBadRequest creates a GetCSPMAzureUserScriptsAttachmentBadRequest with default headers values
func (*GetCSPMAzureUserScriptsAttachmentBadRequest) Error ¶
func (o *GetCSPMAzureUserScriptsAttachmentBadRequest) Error() string
func (*GetCSPMAzureUserScriptsAttachmentBadRequest) GetPayload ¶
func (o *GetCSPMAzureUserScriptsAttachmentBadRequest) GetPayload() *models.RegistrationAzureProvisionGetUserScriptResponseV1
type GetCSPMAzureUserScriptsAttachmentDefault ¶
type GetCSPMAzureUserScriptsAttachmentDefault struct { Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1 // contains filtered or unexported fields }
GetCSPMAzureUserScriptsAttachmentDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMAzureUserScriptsAttachmentDefault ¶
func NewGetCSPMAzureUserScriptsAttachmentDefault(code int) *GetCSPMAzureUserScriptsAttachmentDefault
NewGetCSPMAzureUserScriptsAttachmentDefault creates a GetCSPMAzureUserScriptsAttachmentDefault with default headers values
func (*GetCSPMAzureUserScriptsAttachmentDefault) Code ¶
func (o *GetCSPMAzureUserScriptsAttachmentDefault) Code() int
Code gets the status code for the get c s p m azure user scripts attachment default response
func (*GetCSPMAzureUserScriptsAttachmentDefault) Error ¶
func (o *GetCSPMAzureUserScriptsAttachmentDefault) Error() string
func (*GetCSPMAzureUserScriptsAttachmentDefault) GetPayload ¶
func (o *GetCSPMAzureUserScriptsAttachmentDefault) GetPayload() *models.RegistrationAzureProvisionGetUserScriptResponseV1
type GetCSPMAzureUserScriptsAttachmentForbidden ¶
type GetCSPMAzureUserScriptsAttachmentForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetCSPMAzureUserScriptsAttachmentForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMAzureUserScriptsAttachmentForbidden ¶
func NewGetCSPMAzureUserScriptsAttachmentForbidden() *GetCSPMAzureUserScriptsAttachmentForbidden
NewGetCSPMAzureUserScriptsAttachmentForbidden creates a GetCSPMAzureUserScriptsAttachmentForbidden with default headers values
func (*GetCSPMAzureUserScriptsAttachmentForbidden) Error ¶
func (o *GetCSPMAzureUserScriptsAttachmentForbidden) Error() string
func (*GetCSPMAzureUserScriptsAttachmentForbidden) GetPayload ¶
func (o *GetCSPMAzureUserScriptsAttachmentForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMAzureUserScriptsAttachmentInternalServerError ¶
type GetCSPMAzureUserScriptsAttachmentInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1 }
GetCSPMAzureUserScriptsAttachmentInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMAzureUserScriptsAttachmentInternalServerError ¶
func NewGetCSPMAzureUserScriptsAttachmentInternalServerError() *GetCSPMAzureUserScriptsAttachmentInternalServerError
NewGetCSPMAzureUserScriptsAttachmentInternalServerError creates a GetCSPMAzureUserScriptsAttachmentInternalServerError with default headers values
func (*GetCSPMAzureUserScriptsAttachmentInternalServerError) Error ¶
func (o *GetCSPMAzureUserScriptsAttachmentInternalServerError) Error() string
func (*GetCSPMAzureUserScriptsAttachmentInternalServerError) GetPayload ¶
type GetCSPMAzureUserScriptsAttachmentOK ¶
type GetCSPMAzureUserScriptsAttachmentOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1 }
GetCSPMAzureUserScriptsAttachmentOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMAzureUserScriptsAttachmentOK ¶
func NewGetCSPMAzureUserScriptsAttachmentOK() *GetCSPMAzureUserScriptsAttachmentOK
NewGetCSPMAzureUserScriptsAttachmentOK creates a GetCSPMAzureUserScriptsAttachmentOK with default headers values
func (*GetCSPMAzureUserScriptsAttachmentOK) Error ¶
func (o *GetCSPMAzureUserScriptsAttachmentOK) Error() string
func (*GetCSPMAzureUserScriptsAttachmentOK) GetPayload ¶
func (o *GetCSPMAzureUserScriptsAttachmentOK) GetPayload() *models.RegistrationAzureProvisionGetUserScriptResponseV1
type GetCSPMAzureUserScriptsAttachmentParams ¶
type GetCSPMAzureUserScriptsAttachmentParams struct { /* TenantID. Tenant ID to generate script for. Defaults to most recently registered tenant. */ TenantID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMAzureUserScriptsAttachmentParams contains all the parameters to send to the API endpoint
for the get c s p m azure user scripts attachment operation. Typically these are written to a http.Request.
func NewGetCSPMAzureUserScriptsAttachmentParams ¶
func NewGetCSPMAzureUserScriptsAttachmentParams() *GetCSPMAzureUserScriptsAttachmentParams
NewGetCSPMAzureUserScriptsAttachmentParams creates a new GetCSPMAzureUserScriptsAttachmentParams 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 NewGetCSPMAzureUserScriptsAttachmentParamsWithContext ¶
func NewGetCSPMAzureUserScriptsAttachmentParamsWithContext(ctx context.Context) *GetCSPMAzureUserScriptsAttachmentParams
NewGetCSPMAzureUserScriptsAttachmentParamsWithContext creates a new GetCSPMAzureUserScriptsAttachmentParams object with the ability to set a context for a request.
func NewGetCSPMAzureUserScriptsAttachmentParamsWithHTTPClient ¶
func NewGetCSPMAzureUserScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetCSPMAzureUserScriptsAttachmentParams
NewGetCSPMAzureUserScriptsAttachmentParamsWithHTTPClient creates a new GetCSPMAzureUserScriptsAttachmentParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMAzureUserScriptsAttachmentParamsWithTimeout ¶
func NewGetCSPMAzureUserScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetCSPMAzureUserScriptsAttachmentParams
NewGetCSPMAzureUserScriptsAttachmentParamsWithTimeout creates a new GetCSPMAzureUserScriptsAttachmentParams object with the ability to set a timeout on a request.
func (*GetCSPMAzureUserScriptsAttachmentParams) SetContext ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) SetDefaults ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m azure user scripts attachment params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAzureUserScriptsAttachmentParams) SetHTTPClient ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) SetTenantID ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) SetTimeout ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) WithContext ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) WithContext(ctx context.Context) *GetCSPMAzureUserScriptsAttachmentParams
WithContext adds the context to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) WithDefaults ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) WithDefaults() *GetCSPMAzureUserScriptsAttachmentParams
WithDefaults hydrates default values in the get c s p m azure user scripts attachment params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMAzureUserScriptsAttachmentParams) WithHTTPClient ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) WithHTTPClient(client *http.Client) *GetCSPMAzureUserScriptsAttachmentParams
WithHTTPClient adds the HTTPClient to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) WithTenantID ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) WithTenantID(tenantID *string) *GetCSPMAzureUserScriptsAttachmentParams
WithTenantID adds the tenantID to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) WithTimeout ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) WithTimeout(timeout time.Duration) *GetCSPMAzureUserScriptsAttachmentParams
WithTimeout adds the timeout to the get c s p m azure user scripts attachment params
func (*GetCSPMAzureUserScriptsAttachmentParams) WriteToRequest ¶
func (o *GetCSPMAzureUserScriptsAttachmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMAzureUserScriptsAttachmentReader ¶
type GetCSPMAzureUserScriptsAttachmentReader struct {
// contains filtered or unexported fields
}
GetCSPMAzureUserScriptsAttachmentReader is a Reader for the GetCSPMAzureUserScriptsAttachment structure.
func (*GetCSPMAzureUserScriptsAttachmentReader) ReadResponse ¶
func (o *GetCSPMAzureUserScriptsAttachmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMAzureUserScriptsAttachmentTooManyRequests ¶
type GetCSPMAzureUserScriptsAttachmentTooManyRequests struct { /* 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 }
GetCSPMAzureUserScriptsAttachmentTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMAzureUserScriptsAttachmentTooManyRequests ¶
func NewGetCSPMAzureUserScriptsAttachmentTooManyRequests() *GetCSPMAzureUserScriptsAttachmentTooManyRequests
NewGetCSPMAzureUserScriptsAttachmentTooManyRequests creates a GetCSPMAzureUserScriptsAttachmentTooManyRequests with default headers values
func (*GetCSPMAzureUserScriptsAttachmentTooManyRequests) Error ¶
func (o *GetCSPMAzureUserScriptsAttachmentTooManyRequests) Error() string
func (*GetCSPMAzureUserScriptsAttachmentTooManyRequests) GetPayload ¶
func (o *GetCSPMAzureUserScriptsAttachmentTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMPolicyBadRequest ¶
type GetCSPMPolicyBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationPolicyResponseV1 }
GetCSPMPolicyBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMPolicyBadRequest ¶
func NewGetCSPMPolicyBadRequest() *GetCSPMPolicyBadRequest
NewGetCSPMPolicyBadRequest creates a GetCSPMPolicyBadRequest with default headers values
func (*GetCSPMPolicyBadRequest) Error ¶
func (o *GetCSPMPolicyBadRequest) Error() string
func (*GetCSPMPolicyBadRequest) GetPayload ¶
func (o *GetCSPMPolicyBadRequest) GetPayload() *models.RegistrationPolicyResponseV1
type GetCSPMPolicyDefault ¶
type GetCSPMPolicyDefault struct { Payload *models.RegistrationPolicyResponseV1 // contains filtered or unexported fields }
GetCSPMPolicyDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMPolicyDefault ¶
func NewGetCSPMPolicyDefault(code int) *GetCSPMPolicyDefault
NewGetCSPMPolicyDefault creates a GetCSPMPolicyDefault with default headers values
func (*GetCSPMPolicyDefault) Code ¶
func (o *GetCSPMPolicyDefault) Code() int
Code gets the status code for the get c s p m policy default response
func (*GetCSPMPolicyDefault) Error ¶
func (o *GetCSPMPolicyDefault) Error() string
func (*GetCSPMPolicyDefault) GetPayload ¶
func (o *GetCSPMPolicyDefault) GetPayload() *models.RegistrationPolicyResponseV1
type GetCSPMPolicyForbidden ¶
type GetCSPMPolicyForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetCSPMPolicyForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMPolicyForbidden ¶
func NewGetCSPMPolicyForbidden() *GetCSPMPolicyForbidden
NewGetCSPMPolicyForbidden creates a GetCSPMPolicyForbidden with default headers values
func (*GetCSPMPolicyForbidden) Error ¶
func (o *GetCSPMPolicyForbidden) Error() string
func (*GetCSPMPolicyForbidden) GetPayload ¶
func (o *GetCSPMPolicyForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMPolicyInternalServerError ¶
type GetCSPMPolicyInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationPolicyResponseV1 }
GetCSPMPolicyInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMPolicyInternalServerError ¶
func NewGetCSPMPolicyInternalServerError() *GetCSPMPolicyInternalServerError
NewGetCSPMPolicyInternalServerError creates a GetCSPMPolicyInternalServerError with default headers values
func (*GetCSPMPolicyInternalServerError) Error ¶
func (o *GetCSPMPolicyInternalServerError) Error() string
func (*GetCSPMPolicyInternalServerError) GetPayload ¶
func (o *GetCSPMPolicyInternalServerError) GetPayload() *models.RegistrationPolicyResponseV1
type GetCSPMPolicyMultiStatus ¶
type GetCSPMPolicyMultiStatus struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationPolicyResponseV1 }
GetCSPMPolicyMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetCSPMPolicyMultiStatus ¶
func NewGetCSPMPolicyMultiStatus() *GetCSPMPolicyMultiStatus
NewGetCSPMPolicyMultiStatus creates a GetCSPMPolicyMultiStatus with default headers values
func (*GetCSPMPolicyMultiStatus) Error ¶
func (o *GetCSPMPolicyMultiStatus) Error() string
func (*GetCSPMPolicyMultiStatus) GetPayload ¶
func (o *GetCSPMPolicyMultiStatus) GetPayload() *models.RegistrationPolicyResponseV1
type GetCSPMPolicyOK ¶
type GetCSPMPolicyOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationPolicyResponseV1 }
GetCSPMPolicyOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMPolicyOK ¶
func NewGetCSPMPolicyOK() *GetCSPMPolicyOK
NewGetCSPMPolicyOK creates a GetCSPMPolicyOK with default headers values
func (*GetCSPMPolicyOK) Error ¶
func (o *GetCSPMPolicyOK) Error() string
func (*GetCSPMPolicyOK) GetPayload ¶
func (o *GetCSPMPolicyOK) GetPayload() *models.RegistrationPolicyResponseV1
type GetCSPMPolicyParams ¶
type GetCSPMPolicyParams struct { /* Ids. Policy ID */ Ids string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMPolicyParams contains all the parameters to send to the API endpoint
for the get c s p m policy operation. Typically these are written to a http.Request.
func NewGetCSPMPolicyParams ¶
func NewGetCSPMPolicyParams() *GetCSPMPolicyParams
NewGetCSPMPolicyParams creates a new GetCSPMPolicyParams 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 NewGetCSPMPolicyParamsWithContext ¶
func NewGetCSPMPolicyParamsWithContext(ctx context.Context) *GetCSPMPolicyParams
NewGetCSPMPolicyParamsWithContext creates a new GetCSPMPolicyParams object with the ability to set a context for a request.
func NewGetCSPMPolicyParamsWithHTTPClient ¶
func NewGetCSPMPolicyParamsWithHTTPClient(client *http.Client) *GetCSPMPolicyParams
NewGetCSPMPolicyParamsWithHTTPClient creates a new GetCSPMPolicyParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMPolicyParamsWithTimeout ¶
func NewGetCSPMPolicyParamsWithTimeout(timeout time.Duration) *GetCSPMPolicyParams
NewGetCSPMPolicyParamsWithTimeout creates a new GetCSPMPolicyParams object with the ability to set a timeout on a request.
func (*GetCSPMPolicyParams) SetContext ¶
func (o *GetCSPMPolicyParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m policy params
func (*GetCSPMPolicyParams) SetDefaults ¶
func (o *GetCSPMPolicyParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m policy params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMPolicyParams) SetHTTPClient ¶
func (o *GetCSPMPolicyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m policy params
func (*GetCSPMPolicyParams) SetIds ¶
func (o *GetCSPMPolicyParams) SetIds(ids string)
SetIds adds the ids to the get c s p m policy params
func (*GetCSPMPolicyParams) SetTimeout ¶
func (o *GetCSPMPolicyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m policy params
func (*GetCSPMPolicyParams) WithContext ¶
func (o *GetCSPMPolicyParams) WithContext(ctx context.Context) *GetCSPMPolicyParams
WithContext adds the context to the get c s p m policy params
func (*GetCSPMPolicyParams) WithDefaults ¶
func (o *GetCSPMPolicyParams) WithDefaults() *GetCSPMPolicyParams
WithDefaults hydrates default values in the get c s p m policy params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMPolicyParams) WithHTTPClient ¶
func (o *GetCSPMPolicyParams) WithHTTPClient(client *http.Client) *GetCSPMPolicyParams
WithHTTPClient adds the HTTPClient to the get c s p m policy params
func (*GetCSPMPolicyParams) WithIds ¶
func (o *GetCSPMPolicyParams) WithIds(ids string) *GetCSPMPolicyParams
WithIds adds the ids to the get c s p m policy params
func (*GetCSPMPolicyParams) WithTimeout ¶
func (o *GetCSPMPolicyParams) WithTimeout(timeout time.Duration) *GetCSPMPolicyParams
WithTimeout adds the timeout to the get c s p m policy params
func (*GetCSPMPolicyParams) WriteToRequest ¶
func (o *GetCSPMPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMPolicyReader ¶
type GetCSPMPolicyReader struct {
// contains filtered or unexported fields
}
GetCSPMPolicyReader is a Reader for the GetCSPMPolicy structure.
func (*GetCSPMPolicyReader) ReadResponse ¶
func (o *GetCSPMPolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMPolicySettingsBadRequest ¶
type GetCSPMPolicySettingsBadRequest 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.RegistrationPolicySettingsResponseV1 }
GetCSPMPolicySettingsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMPolicySettingsBadRequest ¶
func NewGetCSPMPolicySettingsBadRequest() *GetCSPMPolicySettingsBadRequest
NewGetCSPMPolicySettingsBadRequest creates a GetCSPMPolicySettingsBadRequest with default headers values
func (*GetCSPMPolicySettingsBadRequest) Error ¶
func (o *GetCSPMPolicySettingsBadRequest) Error() string
func (*GetCSPMPolicySettingsBadRequest) GetPayload ¶
func (o *GetCSPMPolicySettingsBadRequest) GetPayload() *models.RegistrationPolicySettingsResponseV1
type GetCSPMPolicySettingsDefault ¶
type GetCSPMPolicySettingsDefault struct { Payload *models.RegistrationPolicySettingsResponseV1 // contains filtered or unexported fields }
GetCSPMPolicySettingsDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMPolicySettingsDefault ¶
func NewGetCSPMPolicySettingsDefault(code int) *GetCSPMPolicySettingsDefault
NewGetCSPMPolicySettingsDefault creates a GetCSPMPolicySettingsDefault with default headers values
func (*GetCSPMPolicySettingsDefault) Code ¶
func (o *GetCSPMPolicySettingsDefault) Code() int
Code gets the status code for the get c s p m policy settings default response
func (*GetCSPMPolicySettingsDefault) Error ¶
func (o *GetCSPMPolicySettingsDefault) Error() string
func (*GetCSPMPolicySettingsDefault) GetPayload ¶
func (o *GetCSPMPolicySettingsDefault) GetPayload() *models.RegistrationPolicySettingsResponseV1
type GetCSPMPolicySettingsForbidden ¶
type GetCSPMPolicySettingsForbidden 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 }
GetCSPMPolicySettingsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMPolicySettingsForbidden ¶
func NewGetCSPMPolicySettingsForbidden() *GetCSPMPolicySettingsForbidden
NewGetCSPMPolicySettingsForbidden creates a GetCSPMPolicySettingsForbidden with default headers values
func (*GetCSPMPolicySettingsForbidden) Error ¶
func (o *GetCSPMPolicySettingsForbidden) Error() string
func (*GetCSPMPolicySettingsForbidden) GetPayload ¶
func (o *GetCSPMPolicySettingsForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMPolicySettingsInternalServerError ¶
type GetCSPMPolicySettingsInternalServerError 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.RegistrationPolicySettingsResponseV1 }
GetCSPMPolicySettingsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMPolicySettingsInternalServerError ¶
func NewGetCSPMPolicySettingsInternalServerError() *GetCSPMPolicySettingsInternalServerError
NewGetCSPMPolicySettingsInternalServerError creates a GetCSPMPolicySettingsInternalServerError with default headers values
func (*GetCSPMPolicySettingsInternalServerError) Error ¶
func (o *GetCSPMPolicySettingsInternalServerError) Error() string
func (*GetCSPMPolicySettingsInternalServerError) GetPayload ¶
func (o *GetCSPMPolicySettingsInternalServerError) GetPayload() *models.RegistrationPolicySettingsResponseV1
type GetCSPMPolicySettingsMultiStatus ¶
type GetCSPMPolicySettingsMultiStatus 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.RegistrationPolicySettingsResponseV1 }
GetCSPMPolicySettingsMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetCSPMPolicySettingsMultiStatus ¶
func NewGetCSPMPolicySettingsMultiStatus() *GetCSPMPolicySettingsMultiStatus
NewGetCSPMPolicySettingsMultiStatus creates a GetCSPMPolicySettingsMultiStatus with default headers values
func (*GetCSPMPolicySettingsMultiStatus) Error ¶
func (o *GetCSPMPolicySettingsMultiStatus) Error() string
func (*GetCSPMPolicySettingsMultiStatus) GetPayload ¶
func (o *GetCSPMPolicySettingsMultiStatus) GetPayload() *models.RegistrationPolicySettingsResponseV1
type GetCSPMPolicySettingsOK ¶
type GetCSPMPolicySettingsOK 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.RegistrationPolicySettingsResponseV1 }
GetCSPMPolicySettingsOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMPolicySettingsOK ¶
func NewGetCSPMPolicySettingsOK() *GetCSPMPolicySettingsOK
NewGetCSPMPolicySettingsOK creates a GetCSPMPolicySettingsOK with default headers values
func (*GetCSPMPolicySettingsOK) Error ¶
func (o *GetCSPMPolicySettingsOK) Error() string
func (*GetCSPMPolicySettingsOK) GetPayload ¶
func (o *GetCSPMPolicySettingsOK) GetPayload() *models.RegistrationPolicySettingsResponseV1
type GetCSPMPolicySettingsParams ¶
type GetCSPMPolicySettingsParams struct { /* CloudPlatform. Cloud Platform (e.g.: aws|azure|gcp) */ CloudPlatform *string /* PolicyID. Policy ID */ PolicyID *string /* Service. Service type to filter policy settings by. */ Service *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMPolicySettingsParams contains all the parameters to send to the API endpoint
for the get c s p m policy settings operation. Typically these are written to a http.Request.
func NewGetCSPMPolicySettingsParams ¶
func NewGetCSPMPolicySettingsParams() *GetCSPMPolicySettingsParams
NewGetCSPMPolicySettingsParams creates a new GetCSPMPolicySettingsParams 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 NewGetCSPMPolicySettingsParamsWithContext ¶
func NewGetCSPMPolicySettingsParamsWithContext(ctx context.Context) *GetCSPMPolicySettingsParams
NewGetCSPMPolicySettingsParamsWithContext creates a new GetCSPMPolicySettingsParams object with the ability to set a context for a request.
func NewGetCSPMPolicySettingsParamsWithHTTPClient ¶
func NewGetCSPMPolicySettingsParamsWithHTTPClient(client *http.Client) *GetCSPMPolicySettingsParams
NewGetCSPMPolicySettingsParamsWithHTTPClient creates a new GetCSPMPolicySettingsParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMPolicySettingsParamsWithTimeout ¶
func NewGetCSPMPolicySettingsParamsWithTimeout(timeout time.Duration) *GetCSPMPolicySettingsParams
NewGetCSPMPolicySettingsParamsWithTimeout creates a new GetCSPMPolicySettingsParams object with the ability to set a timeout on a request.
func (*GetCSPMPolicySettingsParams) SetCloudPlatform ¶ added in v0.2.4
func (o *GetCSPMPolicySettingsParams) SetCloudPlatform(cloudPlatform *string)
SetCloudPlatform adds the cloudPlatform to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) SetContext ¶
func (o *GetCSPMPolicySettingsParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) SetDefaults ¶
func (o *GetCSPMPolicySettingsParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m policy settings params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMPolicySettingsParams) SetHTTPClient ¶
func (o *GetCSPMPolicySettingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) SetPolicyID ¶
func (o *GetCSPMPolicySettingsParams) SetPolicyID(policyID *string)
SetPolicyID adds the policyId to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) SetService ¶
func (o *GetCSPMPolicySettingsParams) SetService(service *string)
SetService adds the service to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) SetTimeout ¶
func (o *GetCSPMPolicySettingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) WithCloudPlatform ¶ added in v0.2.4
func (o *GetCSPMPolicySettingsParams) WithCloudPlatform(cloudPlatform *string) *GetCSPMPolicySettingsParams
WithCloudPlatform adds the cloudPlatform to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) WithContext ¶
func (o *GetCSPMPolicySettingsParams) WithContext(ctx context.Context) *GetCSPMPolicySettingsParams
WithContext adds the context to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) WithDefaults ¶
func (o *GetCSPMPolicySettingsParams) WithDefaults() *GetCSPMPolicySettingsParams
WithDefaults hydrates default values in the get c s p m policy settings params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMPolicySettingsParams) WithHTTPClient ¶
func (o *GetCSPMPolicySettingsParams) WithHTTPClient(client *http.Client) *GetCSPMPolicySettingsParams
WithHTTPClient adds the HTTPClient to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) WithPolicyID ¶
func (o *GetCSPMPolicySettingsParams) WithPolicyID(policyID *string) *GetCSPMPolicySettingsParams
WithPolicyID adds the policyID to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) WithService ¶
func (o *GetCSPMPolicySettingsParams) WithService(service *string) *GetCSPMPolicySettingsParams
WithService adds the service to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) WithTimeout ¶
func (o *GetCSPMPolicySettingsParams) WithTimeout(timeout time.Duration) *GetCSPMPolicySettingsParams
WithTimeout adds the timeout to the get c s p m policy settings params
func (*GetCSPMPolicySettingsParams) WriteToRequest ¶
func (o *GetCSPMPolicySettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMPolicySettingsReader ¶
type GetCSPMPolicySettingsReader struct {
// contains filtered or unexported fields
}
GetCSPMPolicySettingsReader is a Reader for the GetCSPMPolicySettings structure.
func (*GetCSPMPolicySettingsReader) ReadResponse ¶
func (o *GetCSPMPolicySettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMPolicySettingsTooManyRequests ¶
type GetCSPMPolicySettingsTooManyRequests 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 }
GetCSPMPolicySettingsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMPolicySettingsTooManyRequests ¶
func NewGetCSPMPolicySettingsTooManyRequests() *GetCSPMPolicySettingsTooManyRequests
NewGetCSPMPolicySettingsTooManyRequests creates a GetCSPMPolicySettingsTooManyRequests with default headers values
func (*GetCSPMPolicySettingsTooManyRequests) Error ¶
func (o *GetCSPMPolicySettingsTooManyRequests) Error() string
func (*GetCSPMPolicySettingsTooManyRequests) GetPayload ¶
func (o *GetCSPMPolicySettingsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMPolicyTooManyRequests ¶
type GetCSPMPolicyTooManyRequests struct { /* 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 }
GetCSPMPolicyTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMPolicyTooManyRequests ¶
func NewGetCSPMPolicyTooManyRequests() *GetCSPMPolicyTooManyRequests
NewGetCSPMPolicyTooManyRequests creates a GetCSPMPolicyTooManyRequests with default headers values
func (*GetCSPMPolicyTooManyRequests) Error ¶
func (o *GetCSPMPolicyTooManyRequests) Error() string
func (*GetCSPMPolicyTooManyRequests) GetPayload ¶
func (o *GetCSPMPolicyTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMScanScheduleBadRequest ¶
type GetCSPMScanScheduleBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationScanScheduleResponseV1 }
GetCSPMScanScheduleBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCSPMScanScheduleBadRequest ¶
func NewGetCSPMScanScheduleBadRequest() *GetCSPMScanScheduleBadRequest
NewGetCSPMScanScheduleBadRequest creates a GetCSPMScanScheduleBadRequest with default headers values
func (*GetCSPMScanScheduleBadRequest) Error ¶
func (o *GetCSPMScanScheduleBadRequest) Error() string
func (*GetCSPMScanScheduleBadRequest) GetPayload ¶
func (o *GetCSPMScanScheduleBadRequest) GetPayload() *models.RegistrationScanScheduleResponseV1
type GetCSPMScanScheduleDefault ¶
type GetCSPMScanScheduleDefault struct { Payload *models.RegistrationScanScheduleResponseV1 // contains filtered or unexported fields }
GetCSPMScanScheduleDefault describes a response with status code -1, with default header values.
OK
func NewGetCSPMScanScheduleDefault ¶
func NewGetCSPMScanScheduleDefault(code int) *GetCSPMScanScheduleDefault
NewGetCSPMScanScheduleDefault creates a GetCSPMScanScheduleDefault with default headers values
func (*GetCSPMScanScheduleDefault) Code ¶
func (o *GetCSPMScanScheduleDefault) Code() int
Code gets the status code for the get c s p m scan schedule default response
func (*GetCSPMScanScheduleDefault) Error ¶
func (o *GetCSPMScanScheduleDefault) Error() string
func (*GetCSPMScanScheduleDefault) GetPayload ¶
func (o *GetCSPMScanScheduleDefault) GetPayload() *models.RegistrationScanScheduleResponseV1
type GetCSPMScanScheduleForbidden ¶
type GetCSPMScanScheduleForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetCSPMScanScheduleForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCSPMScanScheduleForbidden ¶
func NewGetCSPMScanScheduleForbidden() *GetCSPMScanScheduleForbidden
NewGetCSPMScanScheduleForbidden creates a GetCSPMScanScheduleForbidden with default headers values
func (*GetCSPMScanScheduleForbidden) Error ¶
func (o *GetCSPMScanScheduleForbidden) Error() string
func (*GetCSPMScanScheduleForbidden) GetPayload ¶
func (o *GetCSPMScanScheduleForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetCSPMScanScheduleInternalServerError ¶
type GetCSPMScanScheduleInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationScanScheduleResponseV1 }
GetCSPMScanScheduleInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCSPMScanScheduleInternalServerError ¶
func NewGetCSPMScanScheduleInternalServerError() *GetCSPMScanScheduleInternalServerError
NewGetCSPMScanScheduleInternalServerError creates a GetCSPMScanScheduleInternalServerError with default headers values
func (*GetCSPMScanScheduleInternalServerError) Error ¶
func (o *GetCSPMScanScheduleInternalServerError) Error() string
func (*GetCSPMScanScheduleInternalServerError) GetPayload ¶
func (o *GetCSPMScanScheduleInternalServerError) GetPayload() *models.RegistrationScanScheduleResponseV1
type GetCSPMScanScheduleOK ¶
type GetCSPMScanScheduleOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationScanScheduleResponseV1 }
GetCSPMScanScheduleOK describes a response with status code 200, with default header values.
OK
func NewGetCSPMScanScheduleOK ¶
func NewGetCSPMScanScheduleOK() *GetCSPMScanScheduleOK
NewGetCSPMScanScheduleOK creates a GetCSPMScanScheduleOK with default headers values
func (*GetCSPMScanScheduleOK) Error ¶
func (o *GetCSPMScanScheduleOK) Error() string
func (*GetCSPMScanScheduleOK) GetPayload ¶
func (o *GetCSPMScanScheduleOK) GetPayload() *models.RegistrationScanScheduleResponseV1
type GetCSPMScanScheduleParams ¶
type GetCSPMScanScheduleParams struct { /* CloudPlatform. Cloud Platform */ CloudPlatform []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCSPMScanScheduleParams contains all the parameters to send to the API endpoint
for the get c s p m scan schedule operation. Typically these are written to a http.Request.
func NewGetCSPMScanScheduleParams ¶
func NewGetCSPMScanScheduleParams() *GetCSPMScanScheduleParams
NewGetCSPMScanScheduleParams creates a new GetCSPMScanScheduleParams 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 NewGetCSPMScanScheduleParamsWithContext ¶
func NewGetCSPMScanScheduleParamsWithContext(ctx context.Context) *GetCSPMScanScheduleParams
NewGetCSPMScanScheduleParamsWithContext creates a new GetCSPMScanScheduleParams object with the ability to set a context for a request.
func NewGetCSPMScanScheduleParamsWithHTTPClient ¶
func NewGetCSPMScanScheduleParamsWithHTTPClient(client *http.Client) *GetCSPMScanScheduleParams
NewGetCSPMScanScheduleParamsWithHTTPClient creates a new GetCSPMScanScheduleParams object with the ability to set a custom HTTPClient for a request.
func NewGetCSPMScanScheduleParamsWithTimeout ¶
func NewGetCSPMScanScheduleParamsWithTimeout(timeout time.Duration) *GetCSPMScanScheduleParams
NewGetCSPMScanScheduleParamsWithTimeout creates a new GetCSPMScanScheduleParams object with the ability to set a timeout on a request.
func (*GetCSPMScanScheduleParams) SetCloudPlatform ¶
func (o *GetCSPMScanScheduleParams) SetCloudPlatform(cloudPlatform []string)
SetCloudPlatform adds the cloudPlatform to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) SetContext ¶
func (o *GetCSPMScanScheduleParams) SetContext(ctx context.Context)
SetContext adds the context to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) SetDefaults ¶
func (o *GetCSPMScanScheduleParams) SetDefaults()
SetDefaults hydrates default values in the get c s p m scan schedule params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMScanScheduleParams) SetHTTPClient ¶
func (o *GetCSPMScanScheduleParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) SetTimeout ¶
func (o *GetCSPMScanScheduleParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) WithCloudPlatform ¶
func (o *GetCSPMScanScheduleParams) WithCloudPlatform(cloudPlatform []string) *GetCSPMScanScheduleParams
WithCloudPlatform adds the cloudPlatform to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) WithContext ¶
func (o *GetCSPMScanScheduleParams) WithContext(ctx context.Context) *GetCSPMScanScheduleParams
WithContext adds the context to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) WithDefaults ¶
func (o *GetCSPMScanScheduleParams) WithDefaults() *GetCSPMScanScheduleParams
WithDefaults hydrates default values in the get c s p m scan schedule params (not the query body).
All values with no default are reset to their zero value.
func (*GetCSPMScanScheduleParams) WithHTTPClient ¶
func (o *GetCSPMScanScheduleParams) WithHTTPClient(client *http.Client) *GetCSPMScanScheduleParams
WithHTTPClient adds the HTTPClient to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) WithTimeout ¶
func (o *GetCSPMScanScheduleParams) WithTimeout(timeout time.Duration) *GetCSPMScanScheduleParams
WithTimeout adds the timeout to the get c s p m scan schedule params
func (*GetCSPMScanScheduleParams) WriteToRequest ¶
func (o *GetCSPMScanScheduleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCSPMScanScheduleReader ¶
type GetCSPMScanScheduleReader struct {
// contains filtered or unexported fields
}
GetCSPMScanScheduleReader is a Reader for the GetCSPMScanSchedule structure.
func (*GetCSPMScanScheduleReader) ReadResponse ¶
func (o *GetCSPMScanScheduleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCSPMScanScheduleTooManyRequests ¶
type GetCSPMScanScheduleTooManyRequests struct { /* 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 }
GetCSPMScanScheduleTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCSPMScanScheduleTooManyRequests ¶
func NewGetCSPMScanScheduleTooManyRequests() *GetCSPMScanScheduleTooManyRequests
NewGetCSPMScanScheduleTooManyRequests creates a GetCSPMScanScheduleTooManyRequests with default headers values
func (*GetCSPMScanScheduleTooManyRequests) Error ¶
func (o *GetCSPMScanScheduleTooManyRequests) Error() string
func (*GetCSPMScanScheduleTooManyRequests) GetPayload ¶
func (o *GetCSPMScanScheduleTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetConfigurationDetectionsBadRequest ¶ added in v0.2.14
type GetConfigurationDetectionsBadRequest 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.RegistrationExternalIOMEventResponse }
GetConfigurationDetectionsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetConfigurationDetectionsBadRequest ¶ added in v0.2.14
func NewGetConfigurationDetectionsBadRequest() *GetConfigurationDetectionsBadRequest
NewGetConfigurationDetectionsBadRequest creates a GetConfigurationDetectionsBadRequest with default headers values
func (*GetConfigurationDetectionsBadRequest) Error ¶ added in v0.2.14
func (o *GetConfigurationDetectionsBadRequest) Error() string
func (*GetConfigurationDetectionsBadRequest) GetPayload ¶ added in v0.2.14
func (o *GetConfigurationDetectionsBadRequest) GetPayload() *models.RegistrationExternalIOMEventResponse
type GetConfigurationDetectionsDefault ¶ added in v0.2.14
type GetConfigurationDetectionsDefault struct { Payload *models.RegistrationExternalIOMEventResponse // contains filtered or unexported fields }
GetConfigurationDetectionsDefault describes a response with status code -1, with default header values.
OK
func NewGetConfigurationDetectionsDefault ¶ added in v0.2.14
func NewGetConfigurationDetectionsDefault(code int) *GetConfigurationDetectionsDefault
NewGetConfigurationDetectionsDefault creates a GetConfigurationDetectionsDefault with default headers values
func (*GetConfigurationDetectionsDefault) Code ¶ added in v0.2.14
func (o *GetConfigurationDetectionsDefault) Code() int
Code gets the status code for the get configuration detections default response
func (*GetConfigurationDetectionsDefault) Error ¶ added in v0.2.14
func (o *GetConfigurationDetectionsDefault) Error() string
func (*GetConfigurationDetectionsDefault) GetPayload ¶ added in v0.2.14
func (o *GetConfigurationDetectionsDefault) GetPayload() *models.RegistrationExternalIOMEventResponse
type GetConfigurationDetectionsForbidden ¶ added in v0.2.14
type GetConfigurationDetectionsForbidden 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 }
GetConfigurationDetectionsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetConfigurationDetectionsForbidden ¶ added in v0.2.14
func NewGetConfigurationDetectionsForbidden() *GetConfigurationDetectionsForbidden
NewGetConfigurationDetectionsForbidden creates a GetConfigurationDetectionsForbidden with default headers values
func (*GetConfigurationDetectionsForbidden) Error ¶ added in v0.2.14
func (o *GetConfigurationDetectionsForbidden) Error() string
func (*GetConfigurationDetectionsForbidden) GetPayload ¶ added in v0.2.14
func (o *GetConfigurationDetectionsForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetConfigurationDetectionsInternalServerError ¶ added in v0.2.14
type GetConfigurationDetectionsInternalServerError 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 }
GetConfigurationDetectionsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetConfigurationDetectionsInternalServerError ¶ added in v0.2.14
func NewGetConfigurationDetectionsInternalServerError() *GetConfigurationDetectionsInternalServerError
NewGetConfigurationDetectionsInternalServerError creates a GetConfigurationDetectionsInternalServerError with default headers values
func (*GetConfigurationDetectionsInternalServerError) Error ¶ added in v0.2.14
func (o *GetConfigurationDetectionsInternalServerError) Error() string
func (*GetConfigurationDetectionsInternalServerError) GetPayload ¶ added in v0.2.14
func (o *GetConfigurationDetectionsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
type GetConfigurationDetectionsOK ¶ added in v0.2.14
type GetConfigurationDetectionsOK 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.RegistrationExternalIOMEventResponse }
GetConfigurationDetectionsOK describes a response with status code 200, with default header values.
OK
func NewGetConfigurationDetectionsOK ¶ added in v0.2.14
func NewGetConfigurationDetectionsOK() *GetConfigurationDetectionsOK
NewGetConfigurationDetectionsOK creates a GetConfigurationDetectionsOK with default headers values
func (*GetConfigurationDetectionsOK) Error ¶ added in v0.2.14
func (o *GetConfigurationDetectionsOK) Error() string
func (*GetConfigurationDetectionsOK) GetPayload ¶ added in v0.2.14
func (o *GetConfigurationDetectionsOK) GetPayload() *models.RegistrationExternalIOMEventResponse
type GetConfigurationDetectionsParams ¶ added in v0.2.14
type GetConfigurationDetectionsParams struct { /* AccountID. AWS account ID or GCP Project Number or Azure subscription ID */ AccountID *string /* AzureSubscriptionID. Azure Subscription ID */ AzureSubscriptionID *string /* AzureTenantID. Azure Tenant ID */ AzureTenantID *string /* CloudProvider. Cloud Provider (e.g.: aws|azure|gcp) */ CloudProvider *string /* Limit. The maximum records to return. [1-500] */ Limit *int64 /* NextToken. String to get next page of results, is associated with a previous execution of GetConfigurationDetections. Cannot be combined with any filter except limit. */ NextToken *string /* Region. Cloud Provider Region */ Region *string /* Service. Cloud Service (e.g.: EBS|EC2|S3 etc.) */ Service *string /* Severity. Severity (e.g.: High | Medium | Informational) */ Severity *string /* Status. Status (e.g.: new|reoccurring|all) */ Status *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetConfigurationDetectionsParams contains all the parameters to send to the API endpoint
for the get configuration detections operation. Typically these are written to a http.Request.
func NewGetConfigurationDetectionsParams ¶ added in v0.2.14
func NewGetConfigurationDetectionsParams() *GetConfigurationDetectionsParams
NewGetConfigurationDetectionsParams creates a new GetConfigurationDetectionsParams 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 NewGetConfigurationDetectionsParamsWithContext ¶ added in v0.2.14
func NewGetConfigurationDetectionsParamsWithContext(ctx context.Context) *GetConfigurationDetectionsParams
NewGetConfigurationDetectionsParamsWithContext creates a new GetConfigurationDetectionsParams object with the ability to set a context for a request.
func NewGetConfigurationDetectionsParamsWithHTTPClient ¶ added in v0.2.14
func NewGetConfigurationDetectionsParamsWithHTTPClient(client *http.Client) *GetConfigurationDetectionsParams
NewGetConfigurationDetectionsParamsWithHTTPClient creates a new GetConfigurationDetectionsParams object with the ability to set a custom HTTPClient for a request.
func NewGetConfigurationDetectionsParamsWithTimeout ¶ added in v0.2.14
func NewGetConfigurationDetectionsParamsWithTimeout(timeout time.Duration) *GetConfigurationDetectionsParams
NewGetConfigurationDetectionsParamsWithTimeout creates a new GetConfigurationDetectionsParams object with the ability to set a timeout on a request.
func (*GetConfigurationDetectionsParams) SetAccountID ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetAccountID(accountID *string)
SetAccountID adds the accountId to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetAzureSubscriptionID ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetAzureSubscriptionID(azureSubscriptionID *string)
SetAzureSubscriptionID adds the azureSubscriptionId to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetAzureTenantID ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetAzureTenantID(azureTenantID *string)
SetAzureTenantID adds the azureTenantId to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetCloudProvider ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetCloudProvider(cloudProvider *string)
SetCloudProvider adds the cloudProvider to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetContext ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetDefaults ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetDefaults()
SetDefaults hydrates default values in the get configuration detections params (not the query body).
All values with no default are reset to their zero value.
func (*GetConfigurationDetectionsParams) SetHTTPClient ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetLimit ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetNextToken ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetNextToken(nextToken *string)
SetNextToken adds the nextToken to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetRegion ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetRegion(region *string)
SetRegion adds the region to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetService ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetService(service *string)
SetService adds the service to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetSeverity ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetSeverity(severity *string)
SetSeverity adds the severity to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetStatus ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetStatus(status *string)
SetStatus adds the status to the get configuration detections params
func (*GetConfigurationDetectionsParams) SetTimeout ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithAccountID ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithAccountID(accountID *string) *GetConfigurationDetectionsParams
WithAccountID adds the accountID to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithAzureSubscriptionID ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetConfigurationDetectionsParams
WithAzureSubscriptionID adds the azureSubscriptionID to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithAzureTenantID ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithAzureTenantID(azureTenantID *string) *GetConfigurationDetectionsParams
WithAzureTenantID adds the azureTenantID to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithCloudProvider ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithCloudProvider(cloudProvider *string) *GetConfigurationDetectionsParams
WithCloudProvider adds the cloudProvider to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithContext ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithContext(ctx context.Context) *GetConfigurationDetectionsParams
WithContext adds the context to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithDefaults ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithDefaults() *GetConfigurationDetectionsParams
WithDefaults hydrates default values in the get configuration detections params (not the query body).
All values with no default are reset to their zero value.
func (*GetConfigurationDetectionsParams) WithHTTPClient ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithHTTPClient(client *http.Client) *GetConfigurationDetectionsParams
WithHTTPClient adds the HTTPClient to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithLimit ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithLimit(limit *int64) *GetConfigurationDetectionsParams
WithLimit adds the limit to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithNextToken ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithNextToken(nextToken *string) *GetConfigurationDetectionsParams
WithNextToken adds the nextToken to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithRegion ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithRegion(region *string) *GetConfigurationDetectionsParams
WithRegion adds the region to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithService ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithService(service *string) *GetConfigurationDetectionsParams
WithService adds the service to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithSeverity ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithSeverity(severity *string) *GetConfigurationDetectionsParams
WithSeverity adds the severity to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithStatus ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithStatus(status *string) *GetConfigurationDetectionsParams
WithStatus adds the status to the get configuration detections params
func (*GetConfigurationDetectionsParams) WithTimeout ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WithTimeout(timeout time.Duration) *GetConfigurationDetectionsParams
WithTimeout adds the timeout to the get configuration detections params
func (*GetConfigurationDetectionsParams) WriteToRequest ¶ added in v0.2.14
func (o *GetConfigurationDetectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetConfigurationDetectionsReader ¶ added in v0.2.14
type GetConfigurationDetectionsReader struct {
// contains filtered or unexported fields
}
GetConfigurationDetectionsReader is a Reader for the GetConfigurationDetections structure.
func (*GetConfigurationDetectionsReader) ReadResponse ¶ added in v0.2.14
func (o *GetConfigurationDetectionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetConfigurationDetectionsTooManyRequests ¶ added in v0.2.14
type GetConfigurationDetectionsTooManyRequests 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 }
GetConfigurationDetectionsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetConfigurationDetectionsTooManyRequests ¶ added in v0.2.14
func NewGetConfigurationDetectionsTooManyRequests() *GetConfigurationDetectionsTooManyRequests
NewGetConfigurationDetectionsTooManyRequests creates a GetConfigurationDetectionsTooManyRequests with default headers values
func (*GetConfigurationDetectionsTooManyRequests) Error ¶ added in v0.2.14
func (o *GetConfigurationDetectionsTooManyRequests) Error() string
func (*GetConfigurationDetectionsTooManyRequests) GetPayload ¶ added in v0.2.14
func (o *GetConfigurationDetectionsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetIOAEventsBadRequest ¶ added in v0.2.4
type GetIOAEventsBadRequest 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.RegistrationExternalIOAEventResponse }
GetIOAEventsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetIOAEventsBadRequest ¶ added in v0.2.4
func NewGetIOAEventsBadRequest() *GetIOAEventsBadRequest
NewGetIOAEventsBadRequest creates a GetIOAEventsBadRequest with default headers values
func (*GetIOAEventsBadRequest) Error ¶ added in v0.2.4
func (o *GetIOAEventsBadRequest) Error() string
func (*GetIOAEventsBadRequest) GetPayload ¶ added in v0.2.4
func (o *GetIOAEventsBadRequest) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetIOAEventsDefault ¶ added in v0.2.4
type GetIOAEventsDefault struct { Payload *models.RegistrationExternalIOAEventResponse // contains filtered or unexported fields }
GetIOAEventsDefault describes a response with status code -1, with default header values.
OK
func NewGetIOAEventsDefault ¶ added in v0.2.4
func NewGetIOAEventsDefault(code int) *GetIOAEventsDefault
NewGetIOAEventsDefault creates a GetIOAEventsDefault with default headers values
func (*GetIOAEventsDefault) Code ¶ added in v0.2.4
func (o *GetIOAEventsDefault) Code() int
Code gets the status code for the get i o a events default response
func (*GetIOAEventsDefault) Error ¶ added in v0.2.4
func (o *GetIOAEventsDefault) Error() string
func (*GetIOAEventsDefault) GetPayload ¶ added in v0.2.4
func (o *GetIOAEventsDefault) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetIOAEventsForbidden ¶ added in v0.2.4
type GetIOAEventsForbidden 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 }
GetIOAEventsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIOAEventsForbidden ¶ added in v0.2.4
func NewGetIOAEventsForbidden() *GetIOAEventsForbidden
NewGetIOAEventsForbidden creates a GetIOAEventsForbidden with default headers values
func (*GetIOAEventsForbidden) Error ¶ added in v0.2.4
func (o *GetIOAEventsForbidden) Error() string
func (*GetIOAEventsForbidden) GetPayload ¶ added in v0.2.4
func (o *GetIOAEventsForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetIOAEventsInternalServerError ¶ added in v0.2.4
type GetIOAEventsInternalServerError 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.RegistrationExternalIOAEventResponse }
GetIOAEventsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIOAEventsInternalServerError ¶ added in v0.2.4
func NewGetIOAEventsInternalServerError() *GetIOAEventsInternalServerError
NewGetIOAEventsInternalServerError creates a GetIOAEventsInternalServerError with default headers values
func (*GetIOAEventsInternalServerError) Error ¶ added in v0.2.4
func (o *GetIOAEventsInternalServerError) Error() string
func (*GetIOAEventsInternalServerError) GetPayload ¶ added in v0.2.4
func (o *GetIOAEventsInternalServerError) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetIOAEventsOK ¶ added in v0.2.4
type GetIOAEventsOK 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.RegistrationExternalIOAEventResponse }
GetIOAEventsOK describes a response with status code 200, with default header values.
OK
func NewGetIOAEventsOK ¶ added in v0.2.4
func NewGetIOAEventsOK() *GetIOAEventsOK
NewGetIOAEventsOK creates a GetIOAEventsOK with default headers values
func (*GetIOAEventsOK) Error ¶ added in v0.2.4
func (o *GetIOAEventsOK) Error() string
func (*GetIOAEventsOK) GetPayload ¶ added in v0.2.4
func (o *GetIOAEventsOK) GetPayload() *models.RegistrationExternalIOAEventResponse
type GetIOAEventsParams ¶ added in v0.2.4
type GetIOAEventsParams struct { /* AccountID. Cloud account ID (e.g.: AWS accountID, Azure subscriptionID) */ AccountID *string /* AwsAccountID. AWS accountID */ AwsAccountID *string /* AzureSubscriptionID. Azure subscription ID */ AzureSubscriptionID *string /* AzureTenantID. Azure tenant ID */ AzureTenantID *string /* CloudProvider. Cloud Provider (e.g.: aws|azure|gcp) */ CloudProvider string /* Limit. The maximum records to return. [1-500] */ Limit *int64 /* Offset. Starting index of overall result set from which to return events. */ Offset *int64 /* PolicyID. Policy ID */ PolicyID string /* State. state */ State *string /* UserIds. user IDs */ UserIds []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIOAEventsParams contains all the parameters to send to the API endpoint
for the get i o a events operation. Typically these are written to a http.Request.
func NewGetIOAEventsParams ¶ added in v0.2.4
func NewGetIOAEventsParams() *GetIOAEventsParams
NewGetIOAEventsParams creates a new GetIOAEventsParams 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 NewGetIOAEventsParamsWithContext ¶ added in v0.2.4
func NewGetIOAEventsParamsWithContext(ctx context.Context) *GetIOAEventsParams
NewGetIOAEventsParamsWithContext creates a new GetIOAEventsParams object with the ability to set a context for a request.
func NewGetIOAEventsParamsWithHTTPClient ¶ added in v0.2.4
func NewGetIOAEventsParamsWithHTTPClient(client *http.Client) *GetIOAEventsParams
NewGetIOAEventsParamsWithHTTPClient creates a new GetIOAEventsParams object with the ability to set a custom HTTPClient for a request.
func NewGetIOAEventsParamsWithTimeout ¶ added in v0.2.4
func NewGetIOAEventsParamsWithTimeout(timeout time.Duration) *GetIOAEventsParams
NewGetIOAEventsParamsWithTimeout creates a new GetIOAEventsParams object with the ability to set a timeout on a request.
func (*GetIOAEventsParams) SetAccountID ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetAccountID(accountID *string)
SetAccountID adds the accountId to the get i o a events params
func (*GetIOAEventsParams) SetAwsAccountID ¶ added in v0.2.9
func (o *GetIOAEventsParams) SetAwsAccountID(awsAccountID *string)
SetAwsAccountID adds the awsAccountId to the get i o a events params
func (*GetIOAEventsParams) SetAzureSubscriptionID ¶ added in v0.2.9
func (o *GetIOAEventsParams) SetAzureSubscriptionID(azureSubscriptionID *string)
SetAzureSubscriptionID adds the azureSubscriptionId to the get i o a events params
func (*GetIOAEventsParams) SetAzureTenantID ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetAzureTenantID(azureTenantID *string)
SetAzureTenantID adds the azureTenantId to the get i o a events params
func (*GetIOAEventsParams) SetCloudProvider ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetCloudProvider(cloudProvider string)
SetCloudProvider adds the cloudProvider to the get i o a events params
func (*GetIOAEventsParams) SetContext ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetContext(ctx context.Context)
SetContext adds the context to the get i o a events params
func (*GetIOAEventsParams) SetDefaults ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetDefaults()
SetDefaults hydrates default values in the get i o a events params (not the query body).
All values with no default are reset to their zero value.
func (*GetIOAEventsParams) SetHTTPClient ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get i o a events params
func (*GetIOAEventsParams) SetLimit ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get i o a events params
func (*GetIOAEventsParams) SetOffset ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetOffset(offset *int64)
SetOffset adds the offset to the get i o a events params
func (*GetIOAEventsParams) SetPolicyID ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetPolicyID(policyID string)
SetPolicyID adds the policyId to the get i o a events params
func (*GetIOAEventsParams) SetState ¶ added in v0.2.9
func (o *GetIOAEventsParams) SetState(state *string)
SetState adds the state to the get i o a events params
func (*GetIOAEventsParams) SetTimeout ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get i o a events params
func (*GetIOAEventsParams) SetUserIds ¶ added in v0.2.4
func (o *GetIOAEventsParams) SetUserIds(userIds []string)
SetUserIds adds the userIds to the get i o a events params
func (*GetIOAEventsParams) WithAccountID ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithAccountID(accountID *string) *GetIOAEventsParams
WithAccountID adds the accountID to the get i o a events params
func (*GetIOAEventsParams) WithAwsAccountID ¶ added in v0.2.9
func (o *GetIOAEventsParams) WithAwsAccountID(awsAccountID *string) *GetIOAEventsParams
WithAwsAccountID adds the awsAccountID to the get i o a events params
func (*GetIOAEventsParams) WithAzureSubscriptionID ¶ added in v0.2.9
func (o *GetIOAEventsParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetIOAEventsParams
WithAzureSubscriptionID adds the azureSubscriptionID to the get i o a events params
func (*GetIOAEventsParams) WithAzureTenantID ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithAzureTenantID(azureTenantID *string) *GetIOAEventsParams
WithAzureTenantID adds the azureTenantID to the get i o a events params
func (*GetIOAEventsParams) WithCloudProvider ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithCloudProvider(cloudProvider string) *GetIOAEventsParams
WithCloudProvider adds the cloudProvider to the get i o a events params
func (*GetIOAEventsParams) WithContext ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithContext(ctx context.Context) *GetIOAEventsParams
WithContext adds the context to the get i o a events params
func (*GetIOAEventsParams) WithDefaults ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithDefaults() *GetIOAEventsParams
WithDefaults hydrates default values in the get i o a events params (not the query body).
All values with no default are reset to their zero value.
func (*GetIOAEventsParams) WithHTTPClient ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithHTTPClient(client *http.Client) *GetIOAEventsParams
WithHTTPClient adds the HTTPClient to the get i o a events params
func (*GetIOAEventsParams) WithLimit ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithLimit(limit *int64) *GetIOAEventsParams
WithLimit adds the limit to the get i o a events params
func (*GetIOAEventsParams) WithOffset ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithOffset(offset *int64) *GetIOAEventsParams
WithOffset adds the offset to the get i o a events params
func (*GetIOAEventsParams) WithPolicyID ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithPolicyID(policyID string) *GetIOAEventsParams
WithPolicyID adds the policyID to the get i o a events params
func (*GetIOAEventsParams) WithState ¶ added in v0.2.9
func (o *GetIOAEventsParams) WithState(state *string) *GetIOAEventsParams
WithState adds the state to the get i o a events params
func (*GetIOAEventsParams) WithTimeout ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithTimeout(timeout time.Duration) *GetIOAEventsParams
WithTimeout adds the timeout to the get i o a events params
func (*GetIOAEventsParams) WithUserIds ¶ added in v0.2.4
func (o *GetIOAEventsParams) WithUserIds(userIds []string) *GetIOAEventsParams
WithUserIds adds the userIds to the get i o a events params
func (*GetIOAEventsParams) WriteToRequest ¶ added in v0.2.4
func (o *GetIOAEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIOAEventsReader ¶ added in v0.2.4
type GetIOAEventsReader struct {
// contains filtered or unexported fields
}
GetIOAEventsReader is a Reader for the GetIOAEvents structure.
func (*GetIOAEventsReader) ReadResponse ¶ added in v0.2.4
func (o *GetIOAEventsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIOAEventsTooManyRequests ¶ added in v0.2.4
type GetIOAEventsTooManyRequests 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 }
GetIOAEventsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIOAEventsTooManyRequests ¶ added in v0.2.4
func NewGetIOAEventsTooManyRequests() *GetIOAEventsTooManyRequests
NewGetIOAEventsTooManyRequests creates a GetIOAEventsTooManyRequests with default headers values
func (*GetIOAEventsTooManyRequests) Error ¶ added in v0.2.4
func (o *GetIOAEventsTooManyRequests) Error() string
func (*GetIOAEventsTooManyRequests) GetPayload ¶ added in v0.2.4
func (o *GetIOAEventsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetIOAUsersBadRequest ¶ added in v0.2.4
type GetIOAUsersBadRequest 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.RegistrationIOAUserResponse }
GetIOAUsersBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetIOAUsersBadRequest ¶ added in v0.2.4
func NewGetIOAUsersBadRequest() *GetIOAUsersBadRequest
NewGetIOAUsersBadRequest creates a GetIOAUsersBadRequest with default headers values
func (*GetIOAUsersBadRequest) Error ¶ added in v0.2.4
func (o *GetIOAUsersBadRequest) Error() string
func (*GetIOAUsersBadRequest) GetPayload ¶ added in v0.2.4
func (o *GetIOAUsersBadRequest) GetPayload() *models.RegistrationIOAUserResponse
type GetIOAUsersDefault ¶ added in v0.2.4
type GetIOAUsersDefault struct { Payload *models.RegistrationIOAUserResponse // contains filtered or unexported fields }
GetIOAUsersDefault describes a response with status code -1, with default header values.
OK
func NewGetIOAUsersDefault ¶ added in v0.2.4
func NewGetIOAUsersDefault(code int) *GetIOAUsersDefault
NewGetIOAUsersDefault creates a GetIOAUsersDefault with default headers values
func (*GetIOAUsersDefault) Code ¶ added in v0.2.4
func (o *GetIOAUsersDefault) Code() int
Code gets the status code for the get i o a users default response
func (*GetIOAUsersDefault) Error ¶ added in v0.2.4
func (o *GetIOAUsersDefault) Error() string
func (*GetIOAUsersDefault) GetPayload ¶ added in v0.2.4
func (o *GetIOAUsersDefault) GetPayload() *models.RegistrationIOAUserResponse
type GetIOAUsersForbidden ¶ added in v0.2.4
type GetIOAUsersForbidden 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 }
GetIOAUsersForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIOAUsersForbidden ¶ added in v0.2.4
func NewGetIOAUsersForbidden() *GetIOAUsersForbidden
NewGetIOAUsersForbidden creates a GetIOAUsersForbidden with default headers values
func (*GetIOAUsersForbidden) Error ¶ added in v0.2.4
func (o *GetIOAUsersForbidden) Error() string
func (*GetIOAUsersForbidden) GetPayload ¶ added in v0.2.4
func (o *GetIOAUsersForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetIOAUsersInternalServerError ¶ added in v0.2.4
type GetIOAUsersInternalServerError 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.RegistrationIOAUserResponse }
GetIOAUsersInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIOAUsersInternalServerError ¶ added in v0.2.4
func NewGetIOAUsersInternalServerError() *GetIOAUsersInternalServerError
NewGetIOAUsersInternalServerError creates a GetIOAUsersInternalServerError with default headers values
func (*GetIOAUsersInternalServerError) Error ¶ added in v0.2.4
func (o *GetIOAUsersInternalServerError) Error() string
func (*GetIOAUsersInternalServerError) GetPayload ¶ added in v0.2.4
func (o *GetIOAUsersInternalServerError) GetPayload() *models.RegistrationIOAUserResponse
type GetIOAUsersOK ¶ added in v0.2.4
type GetIOAUsersOK 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.RegistrationIOAUserResponse }
GetIOAUsersOK describes a response with status code 200, with default header values.
OK
func NewGetIOAUsersOK ¶ added in v0.2.4
func NewGetIOAUsersOK() *GetIOAUsersOK
NewGetIOAUsersOK creates a GetIOAUsersOK with default headers values
func (*GetIOAUsersOK) Error ¶ added in v0.2.4
func (o *GetIOAUsersOK) Error() string
func (*GetIOAUsersOK) GetPayload ¶ added in v0.2.4
func (o *GetIOAUsersOK) GetPayload() *models.RegistrationIOAUserResponse
type GetIOAUsersParams ¶ added in v0.2.4
type GetIOAUsersParams struct { /* AccountID. Cloud account ID (e.g.: AWS accountID, Azure subscriptionID) */ AccountID *string /* AwsAccountID. AWS accountID */ AwsAccountID *string /* AzureSubscriptionID. Azure subscription ID */ AzureSubscriptionID *string /* AzureTenantID. Azure tenant ID */ AzureTenantID *string /* CloudProvider. Cloud Provider (e.g.: aws|azure|gcp) */ CloudProvider string /* PolicyID. Policy ID */ PolicyID string /* State. state */ State *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIOAUsersParams contains all the parameters to send to the API endpoint
for the get i o a users operation. Typically these are written to a http.Request.
func NewGetIOAUsersParams ¶ added in v0.2.4
func NewGetIOAUsersParams() *GetIOAUsersParams
NewGetIOAUsersParams creates a new GetIOAUsersParams 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 NewGetIOAUsersParamsWithContext ¶ added in v0.2.4
func NewGetIOAUsersParamsWithContext(ctx context.Context) *GetIOAUsersParams
NewGetIOAUsersParamsWithContext creates a new GetIOAUsersParams object with the ability to set a context for a request.
func NewGetIOAUsersParamsWithHTTPClient ¶ added in v0.2.4
func NewGetIOAUsersParamsWithHTTPClient(client *http.Client) *GetIOAUsersParams
NewGetIOAUsersParamsWithHTTPClient creates a new GetIOAUsersParams object with the ability to set a custom HTTPClient for a request.
func NewGetIOAUsersParamsWithTimeout ¶ added in v0.2.4
func NewGetIOAUsersParamsWithTimeout(timeout time.Duration) *GetIOAUsersParams
NewGetIOAUsersParamsWithTimeout creates a new GetIOAUsersParams object with the ability to set a timeout on a request.
func (*GetIOAUsersParams) SetAccountID ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetAccountID(accountID *string)
SetAccountID adds the accountId to the get i o a users params
func (*GetIOAUsersParams) SetAwsAccountID ¶ added in v0.2.9
func (o *GetIOAUsersParams) SetAwsAccountID(awsAccountID *string)
SetAwsAccountID adds the awsAccountId to the get i o a users params
func (*GetIOAUsersParams) SetAzureSubscriptionID ¶ added in v0.2.9
func (o *GetIOAUsersParams) SetAzureSubscriptionID(azureSubscriptionID *string)
SetAzureSubscriptionID adds the azureSubscriptionId to the get i o a users params
func (*GetIOAUsersParams) SetAzureTenantID ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetAzureTenantID(azureTenantID *string)
SetAzureTenantID adds the azureTenantId to the get i o a users params
func (*GetIOAUsersParams) SetCloudProvider ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetCloudProvider(cloudProvider string)
SetCloudProvider adds the cloudProvider to the get i o a users params
func (*GetIOAUsersParams) SetContext ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetContext(ctx context.Context)
SetContext adds the context to the get i o a users params
func (*GetIOAUsersParams) SetDefaults ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetDefaults()
SetDefaults hydrates default values in the get i o a users params (not the query body).
All values with no default are reset to their zero value.
func (*GetIOAUsersParams) SetHTTPClient ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get i o a users params
func (*GetIOAUsersParams) SetPolicyID ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetPolicyID(policyID string)
SetPolicyID adds the policyId to the get i o a users params
func (*GetIOAUsersParams) SetState ¶ added in v0.2.9
func (o *GetIOAUsersParams) SetState(state *string)
SetState adds the state to the get i o a users params
func (*GetIOAUsersParams) SetTimeout ¶ added in v0.2.4
func (o *GetIOAUsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get i o a users params
func (*GetIOAUsersParams) WithAccountID ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithAccountID(accountID *string) *GetIOAUsersParams
WithAccountID adds the accountID to the get i o a users params
func (*GetIOAUsersParams) WithAwsAccountID ¶ added in v0.2.9
func (o *GetIOAUsersParams) WithAwsAccountID(awsAccountID *string) *GetIOAUsersParams
WithAwsAccountID adds the awsAccountID to the get i o a users params
func (*GetIOAUsersParams) WithAzureSubscriptionID ¶ added in v0.2.9
func (o *GetIOAUsersParams) WithAzureSubscriptionID(azureSubscriptionID *string) *GetIOAUsersParams
WithAzureSubscriptionID adds the azureSubscriptionID to the get i o a users params
func (*GetIOAUsersParams) WithAzureTenantID ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithAzureTenantID(azureTenantID *string) *GetIOAUsersParams
WithAzureTenantID adds the azureTenantID to the get i o a users params
func (*GetIOAUsersParams) WithCloudProvider ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithCloudProvider(cloudProvider string) *GetIOAUsersParams
WithCloudProvider adds the cloudProvider to the get i o a users params
func (*GetIOAUsersParams) WithContext ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithContext(ctx context.Context) *GetIOAUsersParams
WithContext adds the context to the get i o a users params
func (*GetIOAUsersParams) WithDefaults ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithDefaults() *GetIOAUsersParams
WithDefaults hydrates default values in the get i o a users params (not the query body).
All values with no default are reset to their zero value.
func (*GetIOAUsersParams) WithHTTPClient ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithHTTPClient(client *http.Client) *GetIOAUsersParams
WithHTTPClient adds the HTTPClient to the get i o a users params
func (*GetIOAUsersParams) WithPolicyID ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithPolicyID(policyID string) *GetIOAUsersParams
WithPolicyID adds the policyID to the get i o a users params
func (*GetIOAUsersParams) WithState ¶ added in v0.2.9
func (o *GetIOAUsersParams) WithState(state *string) *GetIOAUsersParams
WithState adds the state to the get i o a users params
func (*GetIOAUsersParams) WithTimeout ¶ added in v0.2.4
func (o *GetIOAUsersParams) WithTimeout(timeout time.Duration) *GetIOAUsersParams
WithTimeout adds the timeout to the get i o a users params
func (*GetIOAUsersParams) WriteToRequest ¶ added in v0.2.4
func (o *GetIOAUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIOAUsersReader ¶ added in v0.2.4
type GetIOAUsersReader struct {
// contains filtered or unexported fields
}
GetIOAUsersReader is a Reader for the GetIOAUsers structure.
func (*GetIOAUsersReader) ReadResponse ¶ added in v0.2.4
func (o *GetIOAUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIOAUsersTooManyRequests ¶ added in v0.2.4
type GetIOAUsersTooManyRequests 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 }
GetIOAUsersTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIOAUsersTooManyRequests ¶ added in v0.2.4
func NewGetIOAUsersTooManyRequests() *GetIOAUsersTooManyRequests
NewGetIOAUsersTooManyRequests creates a GetIOAUsersTooManyRequests with default headers values
func (*GetIOAUsersTooManyRequests) Error ¶ added in v0.2.4
func (o *GetIOAUsersTooManyRequests) Error() string
func (*GetIOAUsersTooManyRequests) GetPayload ¶ added in v0.2.4
func (o *GetIOAUsersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type PatchCSPMAwsAccountBadRequest ¶ added in v0.2.4
type PatchCSPMAwsAccountBadRequest 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.RegistrationAWSAccountResponseV2 }
PatchCSPMAwsAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPatchCSPMAwsAccountBadRequest ¶ added in v0.2.4
func NewPatchCSPMAwsAccountBadRequest() *PatchCSPMAwsAccountBadRequest
NewPatchCSPMAwsAccountBadRequest creates a PatchCSPMAwsAccountBadRequest with default headers values
func (*PatchCSPMAwsAccountBadRequest) Error ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountBadRequest) Error() string
func (*PatchCSPMAwsAccountBadRequest) GetPayload ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountBadRequest) GetPayload() *models.RegistrationAWSAccountResponseV2
type PatchCSPMAwsAccountCreated ¶ added in v0.2.4
type PatchCSPMAwsAccountCreated 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.RegistrationAWSAccountResponseV2 }
PatchCSPMAwsAccountCreated describes a response with status code 201, with default header values.
Created
func NewPatchCSPMAwsAccountCreated ¶ added in v0.2.4
func NewPatchCSPMAwsAccountCreated() *PatchCSPMAwsAccountCreated
NewPatchCSPMAwsAccountCreated creates a PatchCSPMAwsAccountCreated with default headers values
func (*PatchCSPMAwsAccountCreated) Error ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountCreated) Error() string
func (*PatchCSPMAwsAccountCreated) GetPayload ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountCreated) GetPayload() *models.RegistrationAWSAccountResponseV2
type PatchCSPMAwsAccountForbidden ¶ added in v0.2.4
type PatchCSPMAwsAccountForbidden 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 }
PatchCSPMAwsAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPatchCSPMAwsAccountForbidden ¶ added in v0.2.4
func NewPatchCSPMAwsAccountForbidden() *PatchCSPMAwsAccountForbidden
NewPatchCSPMAwsAccountForbidden creates a PatchCSPMAwsAccountForbidden with default headers values
func (*PatchCSPMAwsAccountForbidden) Error ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountForbidden) Error() string
func (*PatchCSPMAwsAccountForbidden) GetPayload ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
type PatchCSPMAwsAccountInternalServerError ¶ added in v0.2.4
type PatchCSPMAwsAccountInternalServerError 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.RegistrationAWSAccountResponseV2 }
PatchCSPMAwsAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPatchCSPMAwsAccountInternalServerError ¶ added in v0.2.4
func NewPatchCSPMAwsAccountInternalServerError() *PatchCSPMAwsAccountInternalServerError
NewPatchCSPMAwsAccountInternalServerError creates a PatchCSPMAwsAccountInternalServerError with default headers values
func (*PatchCSPMAwsAccountInternalServerError) Error ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountInternalServerError) Error() string
func (*PatchCSPMAwsAccountInternalServerError) GetPayload ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountInternalServerError) GetPayload() *models.RegistrationAWSAccountResponseV2
type PatchCSPMAwsAccountMultiStatus ¶ added in v0.2.4
type PatchCSPMAwsAccountMultiStatus 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.RegistrationAWSAccountResponseV2 }
PatchCSPMAwsAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewPatchCSPMAwsAccountMultiStatus ¶ added in v0.2.4
func NewPatchCSPMAwsAccountMultiStatus() *PatchCSPMAwsAccountMultiStatus
NewPatchCSPMAwsAccountMultiStatus creates a PatchCSPMAwsAccountMultiStatus with default headers values
func (*PatchCSPMAwsAccountMultiStatus) Error ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountMultiStatus) Error() string
func (*PatchCSPMAwsAccountMultiStatus) GetPayload ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountMultiStatus) GetPayload() *models.RegistrationAWSAccountResponseV2
type PatchCSPMAwsAccountParams ¶ added in v0.2.4
type PatchCSPMAwsAccountParams struct { // Body. Body *models.RegistrationAWSAccountPatchRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchCSPMAwsAccountParams contains all the parameters to send to the API endpoint
for the patch c s p m aws account operation. Typically these are written to a http.Request.
func NewPatchCSPMAwsAccountParams ¶ added in v0.2.4
func NewPatchCSPMAwsAccountParams() *PatchCSPMAwsAccountParams
NewPatchCSPMAwsAccountParams creates a new PatchCSPMAwsAccountParams 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 NewPatchCSPMAwsAccountParamsWithContext ¶ added in v0.2.4
func NewPatchCSPMAwsAccountParamsWithContext(ctx context.Context) *PatchCSPMAwsAccountParams
NewPatchCSPMAwsAccountParamsWithContext creates a new PatchCSPMAwsAccountParams object with the ability to set a context for a request.
func NewPatchCSPMAwsAccountParamsWithHTTPClient ¶ added in v0.2.4
func NewPatchCSPMAwsAccountParamsWithHTTPClient(client *http.Client) *PatchCSPMAwsAccountParams
NewPatchCSPMAwsAccountParamsWithHTTPClient creates a new PatchCSPMAwsAccountParams object with the ability to set a custom HTTPClient for a request.
func NewPatchCSPMAwsAccountParamsWithTimeout ¶ added in v0.2.4
func NewPatchCSPMAwsAccountParamsWithTimeout(timeout time.Duration) *PatchCSPMAwsAccountParams
NewPatchCSPMAwsAccountParamsWithTimeout creates a new PatchCSPMAwsAccountParams object with the ability to set a timeout on a request.
func (*PatchCSPMAwsAccountParams) SetBody ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) SetBody(body *models.RegistrationAWSAccountPatchRequest)
SetBody adds the body to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) SetContext ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) SetDefaults ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) SetDefaults()
SetDefaults hydrates default values in the patch c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCSPMAwsAccountParams) SetHTTPClient ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) SetTimeout ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) WithBody ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) WithBody(body *models.RegistrationAWSAccountPatchRequest) *PatchCSPMAwsAccountParams
WithBody adds the body to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) WithContext ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) WithContext(ctx context.Context) *PatchCSPMAwsAccountParams
WithContext adds the context to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) WithDefaults ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) WithDefaults() *PatchCSPMAwsAccountParams
WithDefaults hydrates default values in the patch c s p m aws account params (not the query body).
All values with no default are reset to their zero value.
func (*PatchCSPMAwsAccountParams) WithHTTPClient ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) WithHTTPClient(client *http.Client) *PatchCSPMAwsAccountParams
WithHTTPClient adds the HTTPClient to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) WithTimeout ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) WithTimeout(timeout time.Duration) *PatchCSPMAwsAccountParams
WithTimeout adds the timeout to the patch c s p m aws account params
func (*PatchCSPMAwsAccountParams) WriteToRequest ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchCSPMAwsAccountReader ¶ added in v0.2.4
type PatchCSPMAwsAccountReader struct {
// contains filtered or unexported fields
}
PatchCSPMAwsAccountReader is a Reader for the PatchCSPMAwsAccount structure.
func (*PatchCSPMAwsAccountReader) ReadResponse ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchCSPMAwsAccountTooManyRequests ¶ added in v0.2.4
type PatchCSPMAwsAccountTooManyRequests 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 }
PatchCSPMAwsAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPatchCSPMAwsAccountTooManyRequests ¶ added in v0.2.4
func NewPatchCSPMAwsAccountTooManyRequests() *PatchCSPMAwsAccountTooManyRequests
NewPatchCSPMAwsAccountTooManyRequests creates a PatchCSPMAwsAccountTooManyRequests with default headers values
func (*PatchCSPMAwsAccountTooManyRequests) Error ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountTooManyRequests) Error() string
func (*PatchCSPMAwsAccountTooManyRequests) GetPayload ¶ added in v0.2.4
func (o *PatchCSPMAwsAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMAzureAccountClientIDBadRequest ¶
type UpdateCSPMAzureAccountClientIDBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureServicePrincipalResponseV1 }
UpdateCSPMAzureAccountClientIDBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateCSPMAzureAccountClientIDBadRequest ¶
func NewUpdateCSPMAzureAccountClientIDBadRequest() *UpdateCSPMAzureAccountClientIDBadRequest
NewUpdateCSPMAzureAccountClientIDBadRequest creates a UpdateCSPMAzureAccountClientIDBadRequest with default headers values
func (*UpdateCSPMAzureAccountClientIDBadRequest) Error ¶
func (o *UpdateCSPMAzureAccountClientIDBadRequest) Error() string
func (*UpdateCSPMAzureAccountClientIDBadRequest) GetPayload ¶
func (o *UpdateCSPMAzureAccountClientIDBadRequest) GetPayload() *models.RegistrationAzureServicePrincipalResponseV1
type UpdateCSPMAzureAccountClientIDCreated ¶
type UpdateCSPMAzureAccountClientIDCreated struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureServicePrincipalResponseV1 }
UpdateCSPMAzureAccountClientIDCreated describes a response with status code 201, with default header values.
Created
func NewUpdateCSPMAzureAccountClientIDCreated ¶
func NewUpdateCSPMAzureAccountClientIDCreated() *UpdateCSPMAzureAccountClientIDCreated
NewUpdateCSPMAzureAccountClientIDCreated creates a UpdateCSPMAzureAccountClientIDCreated with default headers values
func (*UpdateCSPMAzureAccountClientIDCreated) Error ¶
func (o *UpdateCSPMAzureAccountClientIDCreated) Error() string
func (*UpdateCSPMAzureAccountClientIDCreated) GetPayload ¶
func (o *UpdateCSPMAzureAccountClientIDCreated) GetPayload() *models.RegistrationAzureServicePrincipalResponseV1
type UpdateCSPMAzureAccountClientIDForbidden ¶
type UpdateCSPMAzureAccountClientIDForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
UpdateCSPMAzureAccountClientIDForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateCSPMAzureAccountClientIDForbidden ¶
func NewUpdateCSPMAzureAccountClientIDForbidden() *UpdateCSPMAzureAccountClientIDForbidden
NewUpdateCSPMAzureAccountClientIDForbidden creates a UpdateCSPMAzureAccountClientIDForbidden with default headers values
func (*UpdateCSPMAzureAccountClientIDForbidden) Error ¶
func (o *UpdateCSPMAzureAccountClientIDForbidden) Error() string
func (*UpdateCSPMAzureAccountClientIDForbidden) GetPayload ¶
func (o *UpdateCSPMAzureAccountClientIDForbidden) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMAzureAccountClientIDInternalServerError ¶
type UpdateCSPMAzureAccountClientIDInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationAzureServicePrincipalResponseV1 }
UpdateCSPMAzureAccountClientIDInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUpdateCSPMAzureAccountClientIDInternalServerError ¶
func NewUpdateCSPMAzureAccountClientIDInternalServerError() *UpdateCSPMAzureAccountClientIDInternalServerError
NewUpdateCSPMAzureAccountClientIDInternalServerError creates a UpdateCSPMAzureAccountClientIDInternalServerError with default headers values
func (*UpdateCSPMAzureAccountClientIDInternalServerError) Error ¶
func (o *UpdateCSPMAzureAccountClientIDInternalServerError) Error() string
func (*UpdateCSPMAzureAccountClientIDInternalServerError) GetPayload ¶
func (o *UpdateCSPMAzureAccountClientIDInternalServerError) GetPayload() *models.RegistrationAzureServicePrincipalResponseV1
type UpdateCSPMAzureAccountClientIDParams ¶
type UpdateCSPMAzureAccountClientIDParams struct { /* Body. This is a placeholder only. Please ignore this field. */ Body models.RegistrationEmptyRequest /* ID. ClientID to use for the Service Principal associated with the customer's Azure account */ ID string /* TenantID. Tenant ID to update client ID for. Required if multiple tenants are registered. */ TenantID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCSPMAzureAccountClientIDParams contains all the parameters to send to the API endpoint
for the update c s p m azure account client ID operation. Typically these are written to a http.Request.
func NewUpdateCSPMAzureAccountClientIDParams ¶
func NewUpdateCSPMAzureAccountClientIDParams() *UpdateCSPMAzureAccountClientIDParams
NewUpdateCSPMAzureAccountClientIDParams creates a new UpdateCSPMAzureAccountClientIDParams 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 NewUpdateCSPMAzureAccountClientIDParamsWithContext ¶
func NewUpdateCSPMAzureAccountClientIDParamsWithContext(ctx context.Context) *UpdateCSPMAzureAccountClientIDParams
NewUpdateCSPMAzureAccountClientIDParamsWithContext creates a new UpdateCSPMAzureAccountClientIDParams object with the ability to set a context for a request.
func NewUpdateCSPMAzureAccountClientIDParamsWithHTTPClient ¶
func NewUpdateCSPMAzureAccountClientIDParamsWithHTTPClient(client *http.Client) *UpdateCSPMAzureAccountClientIDParams
NewUpdateCSPMAzureAccountClientIDParamsWithHTTPClient creates a new UpdateCSPMAzureAccountClientIDParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateCSPMAzureAccountClientIDParamsWithTimeout ¶
func NewUpdateCSPMAzureAccountClientIDParamsWithTimeout(timeout time.Duration) *UpdateCSPMAzureAccountClientIDParams
NewUpdateCSPMAzureAccountClientIDParamsWithTimeout creates a new UpdateCSPMAzureAccountClientIDParams object with the ability to set a timeout on a request.
func (*UpdateCSPMAzureAccountClientIDParams) SetBody ¶
func (o *UpdateCSPMAzureAccountClientIDParams) SetBody(body models.RegistrationEmptyRequest)
SetBody adds the body to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) SetContext ¶
func (o *UpdateCSPMAzureAccountClientIDParams) SetContext(ctx context.Context)
SetContext adds the context to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) SetDefaults ¶
func (o *UpdateCSPMAzureAccountClientIDParams) SetDefaults()
SetDefaults hydrates default values in the update c s p m azure account client ID params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMAzureAccountClientIDParams) SetHTTPClient ¶
func (o *UpdateCSPMAzureAccountClientIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) SetID ¶
func (o *UpdateCSPMAzureAccountClientIDParams) SetID(id string)
SetID adds the id to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) SetTenantID ¶
func (o *UpdateCSPMAzureAccountClientIDParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) SetTimeout ¶
func (o *UpdateCSPMAzureAccountClientIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) WithBody ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WithBody(body models.RegistrationEmptyRequest) *UpdateCSPMAzureAccountClientIDParams
WithBody adds the body to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) WithContext ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WithContext(ctx context.Context) *UpdateCSPMAzureAccountClientIDParams
WithContext adds the context to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) WithDefaults ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WithDefaults() *UpdateCSPMAzureAccountClientIDParams
WithDefaults hydrates default values in the update c s p m azure account client ID params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMAzureAccountClientIDParams) WithHTTPClient ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WithHTTPClient(client *http.Client) *UpdateCSPMAzureAccountClientIDParams
WithHTTPClient adds the HTTPClient to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) WithID ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WithID(id string) *UpdateCSPMAzureAccountClientIDParams
WithID adds the id to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) WithTenantID ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WithTenantID(tenantID *string) *UpdateCSPMAzureAccountClientIDParams
WithTenantID adds the tenantID to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) WithTimeout ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WithTimeout(timeout time.Duration) *UpdateCSPMAzureAccountClientIDParams
WithTimeout adds the timeout to the update c s p m azure account client ID params
func (*UpdateCSPMAzureAccountClientIDParams) WriteToRequest ¶
func (o *UpdateCSPMAzureAccountClientIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCSPMAzureAccountClientIDReader ¶
type UpdateCSPMAzureAccountClientIDReader struct {
// contains filtered or unexported fields
}
UpdateCSPMAzureAccountClientIDReader is a Reader for the UpdateCSPMAzureAccountClientID structure.
func (*UpdateCSPMAzureAccountClientIDReader) ReadResponse ¶
func (o *UpdateCSPMAzureAccountClientIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCSPMAzureAccountClientIDTooManyRequests ¶
type UpdateCSPMAzureAccountClientIDTooManyRequests struct { /* 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 }
UpdateCSPMAzureAccountClientIDTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateCSPMAzureAccountClientIDTooManyRequests ¶
func NewUpdateCSPMAzureAccountClientIDTooManyRequests() *UpdateCSPMAzureAccountClientIDTooManyRequests
NewUpdateCSPMAzureAccountClientIDTooManyRequests creates a UpdateCSPMAzureAccountClientIDTooManyRequests with default headers values
func (*UpdateCSPMAzureAccountClientIDTooManyRequests) Error ¶
func (o *UpdateCSPMAzureAccountClientIDTooManyRequests) Error() string
func (*UpdateCSPMAzureAccountClientIDTooManyRequests) GetPayload ¶
func (o *UpdateCSPMAzureAccountClientIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest 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.RegistrationAzureTenantDefaultSubscriptionIDResponseV1 }
UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest() *UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest
NewUpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest creates a UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest with default headers values
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest) Error ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest) Error() string
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDBadRequest) GetPayload ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDCreated ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDCreated 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.RegistrationAzureTenantDefaultSubscriptionIDResponseV1 }
UpdateCSPMAzureTenantDefaultSubscriptionIDCreated describes a response with status code 201, with default header values.
Created
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDCreated ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDCreated() *UpdateCSPMAzureTenantDefaultSubscriptionIDCreated
NewUpdateCSPMAzureTenantDefaultSubscriptionIDCreated creates a UpdateCSPMAzureTenantDefaultSubscriptionIDCreated with default headers values
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDCreated) Error ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDCreated) Error() string
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDCreated) GetPayload ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden 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 }
UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDForbidden ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDForbidden() *UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden
NewUpdateCSPMAzureTenantDefaultSubscriptionIDForbidden creates a UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden with default headers values
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden) Error ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden) Error() string
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden) GetPayload ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDForbidden) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError 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.RegistrationAzureTenantDefaultSubscriptionIDResponseV1 }
UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError() *UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError
NewUpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError creates a UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError with default headers values
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError) Error ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError) Error() string
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDInternalServerError) GetPayload ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDParams ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDParams struct { /* SubscriptionID. Default Subscription ID to patch for all subscriptions belonged to a tenant. */ SubscriptionID string /* TenantID. Tenant ID to update client ID for. Required if multiple tenants are registered. */ TenantID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCSPMAzureTenantDefaultSubscriptionIDParams contains all the parameters to send to the API endpoint
for the update c s p m azure tenant default subscription ID operation. Typically these are written to a http.Request.
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParams ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParams() *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
NewUpdateCSPMAzureTenantDefaultSubscriptionIDParams creates a new UpdateCSPMAzureTenantDefaultSubscriptionIDParams 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 NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithContext ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithContext(ctx context.Context) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithContext creates a new UpdateCSPMAzureTenantDefaultSubscriptionIDParams object with the ability to set a context for a request.
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithHTTPClient ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithHTTPClient(client *http.Client) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithHTTPClient creates a new UpdateCSPMAzureTenantDefaultSubscriptionIDParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithTimeout ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithTimeout(timeout time.Duration) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
NewUpdateCSPMAzureTenantDefaultSubscriptionIDParamsWithTimeout creates a new UpdateCSPMAzureTenantDefaultSubscriptionIDParams object with the ability to set a timeout on a request.
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetContext ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetContext(ctx context.Context)
SetContext adds the context to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetDefaults ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetDefaults()
SetDefaults hydrates default values in the update c s p m azure tenant default subscription ID params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetHTTPClient ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetSubscriptionID ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetTenantID ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetTenantID(tenantID *string)
SetTenantID adds the tenantId to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetTimeout ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithContext ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithContext(ctx context.Context) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
WithContext adds the context to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithDefaults ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithDefaults() *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
WithDefaults hydrates default values in the update c s p m azure tenant default subscription ID params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithHTTPClient ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithHTTPClient(client *http.Client) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
WithHTTPClient adds the HTTPClient to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithSubscriptionID ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithSubscriptionID(subscriptionID string) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
WithSubscriptionID adds the subscriptionID to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithTenantID ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithTenantID(tenantID *string) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
WithTenantID adds the tenantID to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithTimeout ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WithTimeout(timeout time.Duration) *UpdateCSPMAzureTenantDefaultSubscriptionIDParams
WithTimeout adds the timeout to the update c s p m azure tenant default subscription ID params
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WriteToRequest ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCSPMAzureTenantDefaultSubscriptionIDReader ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDReader struct {
// contains filtered or unexported fields
}
UpdateCSPMAzureTenantDefaultSubscriptionIDReader is a Reader for the UpdateCSPMAzureTenantDefaultSubscriptionID structure.
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDReader) ReadResponse ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests ¶ added in v0.2.4
type UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests 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 }
UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests ¶ added in v0.2.4
func NewUpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests() *UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests
NewUpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests creates a UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests with default headers values
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests) Error ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests) Error() string
func (*UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests) GetPayload ¶ added in v0.2.4
func (o *UpdateCSPMAzureTenantDefaultSubscriptionIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMPolicySettingsBadRequest ¶
type UpdateCSPMPolicySettingsBadRequest 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.RegistrationPolicySettingsResponseV1 }
UpdateCSPMPolicySettingsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateCSPMPolicySettingsBadRequest ¶
func NewUpdateCSPMPolicySettingsBadRequest() *UpdateCSPMPolicySettingsBadRequest
NewUpdateCSPMPolicySettingsBadRequest creates a UpdateCSPMPolicySettingsBadRequest with default headers values
func (*UpdateCSPMPolicySettingsBadRequest) Error ¶
func (o *UpdateCSPMPolicySettingsBadRequest) Error() string
func (*UpdateCSPMPolicySettingsBadRequest) GetPayload ¶
func (o *UpdateCSPMPolicySettingsBadRequest) GetPayload() *models.RegistrationPolicySettingsResponseV1
type UpdateCSPMPolicySettingsDefault ¶
type UpdateCSPMPolicySettingsDefault struct { Payload *models.RegistrationPolicySettingsResponseV1 // contains filtered or unexported fields }
UpdateCSPMPolicySettingsDefault describes a response with status code -1, with default header values.
OK
func NewUpdateCSPMPolicySettingsDefault ¶
func NewUpdateCSPMPolicySettingsDefault(code int) *UpdateCSPMPolicySettingsDefault
NewUpdateCSPMPolicySettingsDefault creates a UpdateCSPMPolicySettingsDefault with default headers values
func (*UpdateCSPMPolicySettingsDefault) Code ¶
func (o *UpdateCSPMPolicySettingsDefault) Code() int
Code gets the status code for the update c s p m policy settings default response
func (*UpdateCSPMPolicySettingsDefault) Error ¶
func (o *UpdateCSPMPolicySettingsDefault) Error() string
func (*UpdateCSPMPolicySettingsDefault) GetPayload ¶
func (o *UpdateCSPMPolicySettingsDefault) GetPayload() *models.RegistrationPolicySettingsResponseV1
type UpdateCSPMPolicySettingsForbidden ¶
type UpdateCSPMPolicySettingsForbidden 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 }
UpdateCSPMPolicySettingsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateCSPMPolicySettingsForbidden ¶
func NewUpdateCSPMPolicySettingsForbidden() *UpdateCSPMPolicySettingsForbidden
NewUpdateCSPMPolicySettingsForbidden creates a UpdateCSPMPolicySettingsForbidden with default headers values
func (*UpdateCSPMPolicySettingsForbidden) Error ¶
func (o *UpdateCSPMPolicySettingsForbidden) Error() string
func (*UpdateCSPMPolicySettingsForbidden) GetPayload ¶
func (o *UpdateCSPMPolicySettingsForbidden) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMPolicySettingsInternalServerError ¶
type UpdateCSPMPolicySettingsInternalServerError 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.RegistrationPolicySettingsResponseV1 }
UpdateCSPMPolicySettingsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUpdateCSPMPolicySettingsInternalServerError ¶
func NewUpdateCSPMPolicySettingsInternalServerError() *UpdateCSPMPolicySettingsInternalServerError
NewUpdateCSPMPolicySettingsInternalServerError creates a UpdateCSPMPolicySettingsInternalServerError with default headers values
func (*UpdateCSPMPolicySettingsInternalServerError) Error ¶
func (o *UpdateCSPMPolicySettingsInternalServerError) Error() string
func (*UpdateCSPMPolicySettingsInternalServerError) GetPayload ¶
func (o *UpdateCSPMPolicySettingsInternalServerError) GetPayload() *models.RegistrationPolicySettingsResponseV1
type UpdateCSPMPolicySettingsMultiStatus ¶
type UpdateCSPMPolicySettingsMultiStatus 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.RegistrationPolicySettingsResponseV1 }
UpdateCSPMPolicySettingsMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewUpdateCSPMPolicySettingsMultiStatus ¶
func NewUpdateCSPMPolicySettingsMultiStatus() *UpdateCSPMPolicySettingsMultiStatus
NewUpdateCSPMPolicySettingsMultiStatus creates a UpdateCSPMPolicySettingsMultiStatus with default headers values
func (*UpdateCSPMPolicySettingsMultiStatus) Error ¶
func (o *UpdateCSPMPolicySettingsMultiStatus) Error() string
func (*UpdateCSPMPolicySettingsMultiStatus) GetPayload ¶
func (o *UpdateCSPMPolicySettingsMultiStatus) GetPayload() *models.RegistrationPolicySettingsResponseV1
type UpdateCSPMPolicySettingsOK ¶
type UpdateCSPMPolicySettingsOK 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.RegistrationPolicySettingsResponseV1 }
UpdateCSPMPolicySettingsOK describes a response with status code 200, with default header values.
OK
func NewUpdateCSPMPolicySettingsOK ¶
func NewUpdateCSPMPolicySettingsOK() *UpdateCSPMPolicySettingsOK
NewUpdateCSPMPolicySettingsOK creates a UpdateCSPMPolicySettingsOK with default headers values
func (*UpdateCSPMPolicySettingsOK) Error ¶
func (o *UpdateCSPMPolicySettingsOK) Error() string
func (*UpdateCSPMPolicySettingsOK) GetPayload ¶
func (o *UpdateCSPMPolicySettingsOK) GetPayload() *models.RegistrationPolicySettingsResponseV1
type UpdateCSPMPolicySettingsParams ¶
type UpdateCSPMPolicySettingsParams struct { // Body. Body *models.RegistrationPolicyRequestExtV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCSPMPolicySettingsParams contains all the parameters to send to the API endpoint
for the update c s p m policy settings operation. Typically these are written to a http.Request.
func NewUpdateCSPMPolicySettingsParams ¶
func NewUpdateCSPMPolicySettingsParams() *UpdateCSPMPolicySettingsParams
NewUpdateCSPMPolicySettingsParams creates a new UpdateCSPMPolicySettingsParams 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 NewUpdateCSPMPolicySettingsParamsWithContext ¶
func NewUpdateCSPMPolicySettingsParamsWithContext(ctx context.Context) *UpdateCSPMPolicySettingsParams
NewUpdateCSPMPolicySettingsParamsWithContext creates a new UpdateCSPMPolicySettingsParams object with the ability to set a context for a request.
func NewUpdateCSPMPolicySettingsParamsWithHTTPClient ¶
func NewUpdateCSPMPolicySettingsParamsWithHTTPClient(client *http.Client) *UpdateCSPMPolicySettingsParams
NewUpdateCSPMPolicySettingsParamsWithHTTPClient creates a new UpdateCSPMPolicySettingsParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateCSPMPolicySettingsParamsWithTimeout ¶
func NewUpdateCSPMPolicySettingsParamsWithTimeout(timeout time.Duration) *UpdateCSPMPolicySettingsParams
NewUpdateCSPMPolicySettingsParamsWithTimeout creates a new UpdateCSPMPolicySettingsParams object with the ability to set a timeout on a request.
func (*UpdateCSPMPolicySettingsParams) SetBody ¶
func (o *UpdateCSPMPolicySettingsParams) SetBody(body *models.RegistrationPolicyRequestExtV1)
SetBody adds the body to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) SetContext ¶
func (o *UpdateCSPMPolicySettingsParams) SetContext(ctx context.Context)
SetContext adds the context to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) SetDefaults ¶
func (o *UpdateCSPMPolicySettingsParams) SetDefaults()
SetDefaults hydrates default values in the update c s p m policy settings params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMPolicySettingsParams) SetHTTPClient ¶
func (o *UpdateCSPMPolicySettingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) SetTimeout ¶
func (o *UpdateCSPMPolicySettingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) WithBody ¶
func (o *UpdateCSPMPolicySettingsParams) WithBody(body *models.RegistrationPolicyRequestExtV1) *UpdateCSPMPolicySettingsParams
WithBody adds the body to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) WithContext ¶
func (o *UpdateCSPMPolicySettingsParams) WithContext(ctx context.Context) *UpdateCSPMPolicySettingsParams
WithContext adds the context to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) WithDefaults ¶
func (o *UpdateCSPMPolicySettingsParams) WithDefaults() *UpdateCSPMPolicySettingsParams
WithDefaults hydrates default values in the update c s p m policy settings params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMPolicySettingsParams) WithHTTPClient ¶
func (o *UpdateCSPMPolicySettingsParams) WithHTTPClient(client *http.Client) *UpdateCSPMPolicySettingsParams
WithHTTPClient adds the HTTPClient to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) WithTimeout ¶
func (o *UpdateCSPMPolicySettingsParams) WithTimeout(timeout time.Duration) *UpdateCSPMPolicySettingsParams
WithTimeout adds the timeout to the update c s p m policy settings params
func (*UpdateCSPMPolicySettingsParams) WriteToRequest ¶
func (o *UpdateCSPMPolicySettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCSPMPolicySettingsReader ¶
type UpdateCSPMPolicySettingsReader struct {
// contains filtered or unexported fields
}
UpdateCSPMPolicySettingsReader is a Reader for the UpdateCSPMPolicySettings structure.
func (*UpdateCSPMPolicySettingsReader) ReadResponse ¶
func (o *UpdateCSPMPolicySettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCSPMPolicySettingsTooManyRequests ¶
type UpdateCSPMPolicySettingsTooManyRequests 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 }
UpdateCSPMPolicySettingsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateCSPMPolicySettingsTooManyRequests ¶
func NewUpdateCSPMPolicySettingsTooManyRequests() *UpdateCSPMPolicySettingsTooManyRequests
NewUpdateCSPMPolicySettingsTooManyRequests creates a UpdateCSPMPolicySettingsTooManyRequests with default headers values
func (*UpdateCSPMPolicySettingsTooManyRequests) Error ¶
func (o *UpdateCSPMPolicySettingsTooManyRequests) Error() string
func (*UpdateCSPMPolicySettingsTooManyRequests) GetPayload ¶
func (o *UpdateCSPMPolicySettingsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMScanScheduleBadRequest ¶
type UpdateCSPMScanScheduleBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationScanScheduleResponseV1 }
UpdateCSPMScanScheduleBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateCSPMScanScheduleBadRequest ¶
func NewUpdateCSPMScanScheduleBadRequest() *UpdateCSPMScanScheduleBadRequest
NewUpdateCSPMScanScheduleBadRequest creates a UpdateCSPMScanScheduleBadRequest with default headers values
func (*UpdateCSPMScanScheduleBadRequest) Error ¶
func (o *UpdateCSPMScanScheduleBadRequest) Error() string
func (*UpdateCSPMScanScheduleBadRequest) GetPayload ¶
func (o *UpdateCSPMScanScheduleBadRequest) GetPayload() *models.RegistrationScanScheduleResponseV1
type UpdateCSPMScanScheduleDefault ¶
type UpdateCSPMScanScheduleDefault struct { Payload *models.RegistrationScanScheduleResponseV1 // contains filtered or unexported fields }
UpdateCSPMScanScheduleDefault describes a response with status code -1, with default header values.
OK
func NewUpdateCSPMScanScheduleDefault ¶
func NewUpdateCSPMScanScheduleDefault(code int) *UpdateCSPMScanScheduleDefault
NewUpdateCSPMScanScheduleDefault creates a UpdateCSPMScanScheduleDefault with default headers values
func (*UpdateCSPMScanScheduleDefault) Code ¶
func (o *UpdateCSPMScanScheduleDefault) Code() int
Code gets the status code for the update c s p m scan schedule default response
func (*UpdateCSPMScanScheduleDefault) Error ¶
func (o *UpdateCSPMScanScheduleDefault) Error() string
func (*UpdateCSPMScanScheduleDefault) GetPayload ¶
func (o *UpdateCSPMScanScheduleDefault) GetPayload() *models.RegistrationScanScheduleResponseV1
type UpdateCSPMScanScheduleForbidden ¶
type UpdateCSPMScanScheduleForbidden struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
UpdateCSPMScanScheduleForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateCSPMScanScheduleForbidden ¶
func NewUpdateCSPMScanScheduleForbidden() *UpdateCSPMScanScheduleForbidden
NewUpdateCSPMScanScheduleForbidden creates a UpdateCSPMScanScheduleForbidden with default headers values
func (*UpdateCSPMScanScheduleForbidden) Error ¶
func (o *UpdateCSPMScanScheduleForbidden) Error() string
func (*UpdateCSPMScanScheduleForbidden) GetPayload ¶
func (o *UpdateCSPMScanScheduleForbidden) GetPayload() *models.MsaReplyMetaOnly
type UpdateCSPMScanScheduleInternalServerError ¶
type UpdateCSPMScanScheduleInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationScanScheduleResponseV1 }
UpdateCSPMScanScheduleInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUpdateCSPMScanScheduleInternalServerError ¶
func NewUpdateCSPMScanScheduleInternalServerError() *UpdateCSPMScanScheduleInternalServerError
NewUpdateCSPMScanScheduleInternalServerError creates a UpdateCSPMScanScheduleInternalServerError with default headers values
func (*UpdateCSPMScanScheduleInternalServerError) Error ¶
func (o *UpdateCSPMScanScheduleInternalServerError) Error() string
func (*UpdateCSPMScanScheduleInternalServerError) GetPayload ¶
func (o *UpdateCSPMScanScheduleInternalServerError) GetPayload() *models.RegistrationScanScheduleResponseV1
type UpdateCSPMScanScheduleOK ¶
type UpdateCSPMScanScheduleOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.RegistrationScanScheduleResponseV1 }
UpdateCSPMScanScheduleOK describes a response with status code 200, with default header values.
OK
func NewUpdateCSPMScanScheduleOK ¶
func NewUpdateCSPMScanScheduleOK() *UpdateCSPMScanScheduleOK
NewUpdateCSPMScanScheduleOK creates a UpdateCSPMScanScheduleOK with default headers values
func (*UpdateCSPMScanScheduleOK) Error ¶
func (o *UpdateCSPMScanScheduleOK) Error() string
func (*UpdateCSPMScanScheduleOK) GetPayload ¶
func (o *UpdateCSPMScanScheduleOK) GetPayload() *models.RegistrationScanScheduleResponseV1
type UpdateCSPMScanScheduleParams ¶
type UpdateCSPMScanScheduleParams struct { // Body. Body *models.RegistrationScanScheduleUpdateRequestV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCSPMScanScheduleParams contains all the parameters to send to the API endpoint
for the update c s p m scan schedule operation. Typically these are written to a http.Request.
func NewUpdateCSPMScanScheduleParams ¶
func NewUpdateCSPMScanScheduleParams() *UpdateCSPMScanScheduleParams
NewUpdateCSPMScanScheduleParams creates a new UpdateCSPMScanScheduleParams 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 NewUpdateCSPMScanScheduleParamsWithContext ¶
func NewUpdateCSPMScanScheduleParamsWithContext(ctx context.Context) *UpdateCSPMScanScheduleParams
NewUpdateCSPMScanScheduleParamsWithContext creates a new UpdateCSPMScanScheduleParams object with the ability to set a context for a request.
func NewUpdateCSPMScanScheduleParamsWithHTTPClient ¶
func NewUpdateCSPMScanScheduleParamsWithHTTPClient(client *http.Client) *UpdateCSPMScanScheduleParams
NewUpdateCSPMScanScheduleParamsWithHTTPClient creates a new UpdateCSPMScanScheduleParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateCSPMScanScheduleParamsWithTimeout ¶
func NewUpdateCSPMScanScheduleParamsWithTimeout(timeout time.Duration) *UpdateCSPMScanScheduleParams
NewUpdateCSPMScanScheduleParamsWithTimeout creates a new UpdateCSPMScanScheduleParams object with the ability to set a timeout on a request.
func (*UpdateCSPMScanScheduleParams) SetBody ¶
func (o *UpdateCSPMScanScheduleParams) SetBody(body *models.RegistrationScanScheduleUpdateRequestV1)
SetBody adds the body to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) SetContext ¶
func (o *UpdateCSPMScanScheduleParams) SetContext(ctx context.Context)
SetContext adds the context to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) SetDefaults ¶
func (o *UpdateCSPMScanScheduleParams) SetDefaults()
SetDefaults hydrates default values in the update c s p m scan schedule params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMScanScheduleParams) SetHTTPClient ¶
func (o *UpdateCSPMScanScheduleParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) SetTimeout ¶
func (o *UpdateCSPMScanScheduleParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) WithBody ¶
func (o *UpdateCSPMScanScheduleParams) WithBody(body *models.RegistrationScanScheduleUpdateRequestV1) *UpdateCSPMScanScheduleParams
WithBody adds the body to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) WithContext ¶
func (o *UpdateCSPMScanScheduleParams) WithContext(ctx context.Context) *UpdateCSPMScanScheduleParams
WithContext adds the context to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) WithDefaults ¶
func (o *UpdateCSPMScanScheduleParams) WithDefaults() *UpdateCSPMScanScheduleParams
WithDefaults hydrates default values in the update c s p m scan schedule params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCSPMScanScheduleParams) WithHTTPClient ¶
func (o *UpdateCSPMScanScheduleParams) WithHTTPClient(client *http.Client) *UpdateCSPMScanScheduleParams
WithHTTPClient adds the HTTPClient to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) WithTimeout ¶
func (o *UpdateCSPMScanScheduleParams) WithTimeout(timeout time.Duration) *UpdateCSPMScanScheduleParams
WithTimeout adds the timeout to the update c s p m scan schedule params
func (*UpdateCSPMScanScheduleParams) WriteToRequest ¶
func (o *UpdateCSPMScanScheduleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCSPMScanScheduleReader ¶
type UpdateCSPMScanScheduleReader struct {
// contains filtered or unexported fields
}
UpdateCSPMScanScheduleReader is a Reader for the UpdateCSPMScanSchedule structure.
func (*UpdateCSPMScanScheduleReader) ReadResponse ¶
func (o *UpdateCSPMScanScheduleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCSPMScanScheduleTooManyRequests ¶
type UpdateCSPMScanScheduleTooManyRequests struct { /* 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 }
UpdateCSPMScanScheduleTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateCSPMScanScheduleTooManyRequests ¶
func NewUpdateCSPMScanScheduleTooManyRequests() *UpdateCSPMScanScheduleTooManyRequests
NewUpdateCSPMScanScheduleTooManyRequests creates a UpdateCSPMScanScheduleTooManyRequests with default headers values
func (*UpdateCSPMScanScheduleTooManyRequests) Error ¶
func (o *UpdateCSPMScanScheduleTooManyRequests) Error() string
func (*UpdateCSPMScanScheduleTooManyRequests) GetPayload ¶
func (o *UpdateCSPMScanScheduleTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
Source Files ¶
- create_c_s_p_m_aws_account_parameters.go
- create_c_s_p_m_aws_account_responses.go
- create_c_s_p_m_azure_account_parameters.go
- create_c_s_p_m_azure_account_responses.go
- cspm_registration_client.go
- delete_c_s_p_m_aws_account_parameters.go
- delete_c_s_p_m_aws_account_responses.go
- delete_c_s_p_m_azure_account_parameters.go
- delete_c_s_p_m_azure_account_responses.go
- get_behavior_detections_parameters.go
- get_behavior_detections_responses.go
- get_c_s_p_m_aws_account_parameters.go
- get_c_s_p_m_aws_account_responses.go
- get_c_s_p_m_aws_account_scripts_attachment_parameters.go
- get_c_s_p_m_aws_account_scripts_attachment_responses.go
- get_c_s_p_m_aws_console_setup_u_r_ls_parameters.go
- get_c_s_p_m_aws_console_setup_u_r_ls_responses.go
- get_c_s_p_m_azure_account_parameters.go
- get_c_s_p_m_azure_account_responses.go
- get_c_s_p_m_azure_user_scripts_attachment_parameters.go
- get_c_s_p_m_azure_user_scripts_attachment_responses.go
- get_c_s_p_m_policy_parameters.go
- get_c_s_p_m_policy_responses.go
- get_c_s_p_m_policy_settings_parameters.go
- get_c_s_p_m_policy_settings_responses.go
- get_c_s_p_m_scan_schedule_parameters.go
- get_c_s_p_m_scan_schedule_responses.go
- get_configuration_detections_parameters.go
- get_configuration_detections_responses.go
- get_i_o_a_events_parameters.go
- get_i_o_a_events_responses.go
- get_i_o_a_users_parameters.go
- get_i_o_a_users_responses.go
- patch_c_s_p_m_aws_account_parameters.go
- patch_c_s_p_m_aws_account_responses.go
- update_c_s_p_m_azure_account_client_id_parameters.go
- update_c_s_p_m_azure_account_client_id_responses.go
- update_c_s_p_m_azure_tenant_default_subscription_id_parameters.go
- update_c_s_p_m_azure_tenant_default_subscription_id_responses.go
- update_c_s_p_m_policy_settings_parameters.go
- update_c_s_p_m_policy_settings_responses.go
- update_c_s_p_m_scan_schedule_parameters.go
- update_c_s_p_m_scan_schedule_responses.go