d4c_registration

package
v0.2.30 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for d4c registration API

func (*Client) CreateCSPMGCPAccount

CreateCSPMGCPAccount creates a new account in our system for a customer and generates a new service account for them to add access to in their g c p environment to grant us access

func (*Client) CreateD4CAwsAccount added in v0.2.29

CreateD4CAwsAccount 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) DeleteD4CAwsAccount added in v0.2.29

DeleteD4CAwsAccount deletes an existing a w s account or organization in our system

func (*Client) DiscoverCloudAzureDownloadCertificate added in v0.2.22

func (a *Client) DiscoverCloudAzureDownloadCertificate(params *DiscoverCloudAzureDownloadCertificateParams, opts ...ClientOption) (*DiscoverCloudAzureDownloadCertificateOK, error)

DiscoverCloudAzureDownloadCertificate returns JSON object s that contain the base64 encoded certificate for a service principal

func (*Client) GetCSPMAzureUserScripts

GetCSPMAzureUserScripts returns a script for customer to run in their cloud environment to grant us access to their azure environment

func (*Client) GetCSPMCGPAccount

GetCSPMCGPAccount returns information about the current status of an g c p account

func (*Client) GetCSPMGCPUserScripts

GetCSPMGCPUserScripts returns a script for customer to run in their cloud environment to grant us access to their g c p environment

func (*Client) GetCSPMGCPUserScriptsAttachment

func (a *Client) GetCSPMGCPUserScriptsAttachment(params *GetCSPMGCPUserScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMGCPUserScriptsAttachmentOK, error)

GetCSPMGCPUserScriptsAttachment returns a script for customer to run in their cloud environment to grant us access to their g c p environment as a downloadable attachment

func (*Client) GetD4CAWSAccountScriptsAttachment added in v0.2.29

func (a *Client) GetD4CAWSAccountScriptsAttachment(params *GetD4CAWSAccountScriptsAttachmentParams, opts ...ClientOption) (*GetD4CAWSAccountScriptsAttachmentOK, error)

GetD4CAWSAccountScriptsAttachment 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) GetD4CAwsAccount added in v0.2.29

GetD4CAwsAccount returns information about the current status of an a w s account

func (*Client) GetD4CAwsConsoleSetupURLs added in v0.2.29

GetD4CAwsConsoleSetupURLs returns a URL for customer to visit in their cloud environment to grant us access to their a w s environment

func (*Client) GetHorizonD4CScripts added in v0.2.29

func (a *Client) GetHorizonD4CScripts(params *GetHorizonD4CScriptsParams, opts ...ClientOption) (*GetHorizonD4CScriptsOK, error)

GetHorizonD4CScripts returns static install scripts for horizon

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateCSPMGCPAccount(params *CreateCSPMGCPAccountParams, opts ...ClientOption) (*CreateCSPMGCPAccountCreated, *CreateCSPMGCPAccountMultiStatus, error)

	CreateD4CAwsAccount(params *CreateD4CAwsAccountParams, opts ...ClientOption) (*CreateD4CAwsAccountCreated, *CreateD4CAwsAccountMultiStatus, error)

	DeleteD4CAwsAccount(params *DeleteD4CAwsAccountParams, opts ...ClientOption) (*DeleteD4CAwsAccountOK, *DeleteD4CAwsAccountMultiStatus, error)

	DiscoverCloudAzureDownloadCertificate(params *DiscoverCloudAzureDownloadCertificateParams, opts ...ClientOption) (*DiscoverCloudAzureDownloadCertificateOK, error)

	GetCSPMAzureUserScripts(params *GetCSPMAzureUserScriptsParams, opts ...ClientOption) (*GetCSPMAzureUserScriptsOK, *GetCSPMAzureUserScriptsMultiStatus, error)

	GetCSPMCGPAccount(params *GetCSPMCGPAccountParams, opts ...ClientOption) (*GetCSPMCGPAccountOK, *GetCSPMCGPAccountMultiStatus, error)

	GetCSPMGCPUserScripts(params *GetCSPMGCPUserScriptsParams, opts ...ClientOption) (*GetCSPMGCPUserScriptsOK, *GetCSPMGCPUserScriptsMultiStatus, error)

	GetCSPMGCPUserScriptsAttachment(params *GetCSPMGCPUserScriptsAttachmentParams, opts ...ClientOption) (*GetCSPMGCPUserScriptsAttachmentOK, error)

	GetD4CAWSAccountScriptsAttachment(params *GetD4CAWSAccountScriptsAttachmentParams, opts ...ClientOption) (*GetD4CAWSAccountScriptsAttachmentOK, error)

	GetD4CAwsAccount(params *GetD4CAwsAccountParams, opts ...ClientOption) (*GetD4CAwsAccountOK, *GetD4CAwsAccountMultiStatus, error)

	GetD4CAwsConsoleSetupURLs(params *GetD4CAwsConsoleSetupURLsParams, opts ...ClientOption) (*GetD4CAwsConsoleSetupURLsOK, *GetD4CAwsConsoleSetupURLsMultiStatus, error)

	GetHorizonD4CScripts(params *GetHorizonD4CScriptsParams, opts ...ClientOption) (*GetHorizonD4CScriptsOK, 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 d4c registration API client.

type CreateCSPMGCPAccountBadRequest

type CreateCSPMGCPAccountBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

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

Bad Request

func NewCreateCSPMGCPAccountBadRequest

func NewCreateCSPMGCPAccountBadRequest() *CreateCSPMGCPAccountBadRequest

NewCreateCSPMGCPAccountBadRequest creates a CreateCSPMGCPAccountBadRequest with default headers values

func (*CreateCSPMGCPAccountBadRequest) Error

func (*CreateCSPMGCPAccountBadRequest) GetPayload

func (*CreateCSPMGCPAccountBadRequest) IsClientError added in v0.2.27

func (o *CreateCSPMGCPAccountBadRequest) IsClientError() bool

IsClientError returns true when this create c s p m g c p account bad request response has a 4xx status code

func (*CreateCSPMGCPAccountBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this create c s p m g c p account bad request response a status code equal to that given

func (*CreateCSPMGCPAccountBadRequest) IsRedirect added in v0.2.27

func (o *CreateCSPMGCPAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this create c s p m g c p account bad request response has a 3xx status code

func (*CreateCSPMGCPAccountBadRequest) IsServerError added in v0.2.27

func (o *CreateCSPMGCPAccountBadRequest) IsServerError() bool

IsServerError returns true when this create c s p m g c p account bad request response has a 5xx status code

func (*CreateCSPMGCPAccountBadRequest) IsSuccess added in v0.2.27

func (o *CreateCSPMGCPAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this create c s p m g c p account bad request response has a 2xx status code

func (*CreateCSPMGCPAccountBadRequest) String added in v0.2.27

type CreateCSPMGCPAccountCreated

type CreateCSPMGCPAccountCreated struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

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

Created

func NewCreateCSPMGCPAccountCreated

func NewCreateCSPMGCPAccountCreated() *CreateCSPMGCPAccountCreated

NewCreateCSPMGCPAccountCreated creates a CreateCSPMGCPAccountCreated with default headers values

func (*CreateCSPMGCPAccountCreated) Error

func (*CreateCSPMGCPAccountCreated) GetPayload

func (*CreateCSPMGCPAccountCreated) IsClientError added in v0.2.27

func (o *CreateCSPMGCPAccountCreated) IsClientError() bool

IsClientError returns true when this create c s p m g c p account created response has a 4xx status code

func (*CreateCSPMGCPAccountCreated) IsCode added in v0.2.27

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

IsCode returns true when this create c s p m g c p account created response a status code equal to that given

func (*CreateCSPMGCPAccountCreated) IsRedirect added in v0.2.27

func (o *CreateCSPMGCPAccountCreated) IsRedirect() bool

IsRedirect returns true when this create c s p m g c p account created response has a 3xx status code

func (*CreateCSPMGCPAccountCreated) IsServerError added in v0.2.27

func (o *CreateCSPMGCPAccountCreated) IsServerError() bool

IsServerError returns true when this create c s p m g c p account created response has a 5xx status code

func (*CreateCSPMGCPAccountCreated) IsSuccess added in v0.2.27

func (o *CreateCSPMGCPAccountCreated) IsSuccess() bool

IsSuccess returns true when this create c s p m g c p account created response has a 2xx status code

func (*CreateCSPMGCPAccountCreated) String added in v0.2.27

func (o *CreateCSPMGCPAccountCreated) String() string

type CreateCSPMGCPAccountForbidden

type CreateCSPMGCPAccountForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCreateCSPMGCPAccountForbidden

func NewCreateCSPMGCPAccountForbidden() *CreateCSPMGCPAccountForbidden

NewCreateCSPMGCPAccountForbidden creates a CreateCSPMGCPAccountForbidden with default headers values

func (*CreateCSPMGCPAccountForbidden) Error

func (*CreateCSPMGCPAccountForbidden) GetPayload

func (*CreateCSPMGCPAccountForbidden) IsClientError added in v0.2.27

func (o *CreateCSPMGCPAccountForbidden) IsClientError() bool

IsClientError returns true when this create c s p m g c p account forbidden response has a 4xx status code

func (*CreateCSPMGCPAccountForbidden) IsCode added in v0.2.27

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

IsCode returns true when this create c s p m g c p account forbidden response a status code equal to that given

func (*CreateCSPMGCPAccountForbidden) IsRedirect added in v0.2.27

func (o *CreateCSPMGCPAccountForbidden) IsRedirect() bool

IsRedirect returns true when this create c s p m g c p account forbidden response has a 3xx status code

func (*CreateCSPMGCPAccountForbidden) IsServerError added in v0.2.27

func (o *CreateCSPMGCPAccountForbidden) IsServerError() bool

IsServerError returns true when this create c s p m g c p account forbidden response has a 5xx status code

func (*CreateCSPMGCPAccountForbidden) IsSuccess added in v0.2.27

func (o *CreateCSPMGCPAccountForbidden) IsSuccess() bool

IsSuccess returns true when this create c s p m g c p account forbidden response has a 2xx status code

func (*CreateCSPMGCPAccountForbidden) String added in v0.2.27

type CreateCSPMGCPAccountInternalServerError

type CreateCSPMGCPAccountInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

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

Internal Server Error

func NewCreateCSPMGCPAccountInternalServerError

func NewCreateCSPMGCPAccountInternalServerError() *CreateCSPMGCPAccountInternalServerError

NewCreateCSPMGCPAccountInternalServerError creates a CreateCSPMGCPAccountInternalServerError with default headers values

func (*CreateCSPMGCPAccountInternalServerError) Error

func (*CreateCSPMGCPAccountInternalServerError) GetPayload

func (*CreateCSPMGCPAccountInternalServerError) IsClientError added in v0.2.27

func (o *CreateCSPMGCPAccountInternalServerError) IsClientError() bool

IsClientError returns true when this create c s p m g c p account internal server error response has a 4xx status code

func (*CreateCSPMGCPAccountInternalServerError) IsCode added in v0.2.27

IsCode returns true when this create c s p m g c p account internal server error response a status code equal to that given

func (*CreateCSPMGCPAccountInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this create c s p m g c p account internal server error response has a 3xx status code

func (*CreateCSPMGCPAccountInternalServerError) IsServerError added in v0.2.27

func (o *CreateCSPMGCPAccountInternalServerError) IsServerError() bool

IsServerError returns true when this create c s p m g c p account internal server error response has a 5xx status code

func (*CreateCSPMGCPAccountInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this create c s p m g c p account internal server error response has a 2xx status code

func (*CreateCSPMGCPAccountInternalServerError) String added in v0.2.27

type CreateCSPMGCPAccountMultiStatus

type CreateCSPMGCPAccountMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

CreateCSPMGCPAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewCreateCSPMGCPAccountMultiStatus

func NewCreateCSPMGCPAccountMultiStatus() *CreateCSPMGCPAccountMultiStatus

NewCreateCSPMGCPAccountMultiStatus creates a CreateCSPMGCPAccountMultiStatus with default headers values

func (*CreateCSPMGCPAccountMultiStatus) Error

func (*CreateCSPMGCPAccountMultiStatus) GetPayload

func (*CreateCSPMGCPAccountMultiStatus) IsClientError added in v0.2.27

func (o *CreateCSPMGCPAccountMultiStatus) IsClientError() bool

IsClientError returns true when this create c s p m g c p account multi status response has a 4xx status code

func (*CreateCSPMGCPAccountMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this create c s p m g c p account multi status response a status code equal to that given

func (*CreateCSPMGCPAccountMultiStatus) IsRedirect added in v0.2.27

func (o *CreateCSPMGCPAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this create c s p m g c p account multi status response has a 3xx status code

func (*CreateCSPMGCPAccountMultiStatus) IsServerError added in v0.2.27

func (o *CreateCSPMGCPAccountMultiStatus) IsServerError() bool

IsServerError returns true when this create c s p m g c p account multi status response has a 5xx status code

func (*CreateCSPMGCPAccountMultiStatus) IsSuccess added in v0.2.27

func (o *CreateCSPMGCPAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this create c s p m g c p account multi status response has a 2xx status code

func (*CreateCSPMGCPAccountMultiStatus) String added in v0.2.27

type CreateCSPMGCPAccountParams

type CreateCSPMGCPAccountParams struct {

	// Body.
	Body *models.RegistrationGCPAccountCreateRequestExtV1

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

CreateCSPMGCPAccountParams contains all the parameters to send to the API endpoint

for the create c s p m g c p account operation.

Typically these are written to a http.Request.

func NewCreateCSPMGCPAccountParams

func NewCreateCSPMGCPAccountParams() *CreateCSPMGCPAccountParams

NewCreateCSPMGCPAccountParams creates a new CreateCSPMGCPAccountParams 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 NewCreateCSPMGCPAccountParamsWithContext

func NewCreateCSPMGCPAccountParamsWithContext(ctx context.Context) *CreateCSPMGCPAccountParams

NewCreateCSPMGCPAccountParamsWithContext creates a new CreateCSPMGCPAccountParams object with the ability to set a context for a request.

func NewCreateCSPMGCPAccountParamsWithHTTPClient

func NewCreateCSPMGCPAccountParamsWithHTTPClient(client *http.Client) *CreateCSPMGCPAccountParams

NewCreateCSPMGCPAccountParamsWithHTTPClient creates a new CreateCSPMGCPAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateCSPMGCPAccountParamsWithTimeout

func NewCreateCSPMGCPAccountParamsWithTimeout(timeout time.Duration) *CreateCSPMGCPAccountParams

NewCreateCSPMGCPAccountParamsWithTimeout creates a new CreateCSPMGCPAccountParams object with the ability to set a timeout on a request.

func (*CreateCSPMGCPAccountParams) SetBody

SetBody adds the body to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) SetContext

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

SetContext adds the context to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) SetDefaults

func (o *CreateCSPMGCPAccountParams) SetDefaults()

SetDefaults hydrates default values in the create c s p m g c p account params (not the query body).

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

func (*CreateCSPMGCPAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) SetTimeout

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

SetTimeout adds the timeout to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) WithBody

WithBody adds the body to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) WithContext

WithContext adds the context to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) WithDefaults

WithDefaults hydrates default values in the create c s p m g c p account params (not the query body).

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

func (*CreateCSPMGCPAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) WithTimeout

WithTimeout adds the timeout to the create c s p m g c p account params

func (*CreateCSPMGCPAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateCSPMGCPAccountReader

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

CreateCSPMGCPAccountReader is a Reader for the CreateCSPMGCPAccount structure.

func (*CreateCSPMGCPAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateCSPMGCPAccountTooManyRequests

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

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

Too Many Requests

func NewCreateCSPMGCPAccountTooManyRequests

func NewCreateCSPMGCPAccountTooManyRequests() *CreateCSPMGCPAccountTooManyRequests

NewCreateCSPMGCPAccountTooManyRequests creates a CreateCSPMGCPAccountTooManyRequests with default headers values

func (*CreateCSPMGCPAccountTooManyRequests) Error

func (*CreateCSPMGCPAccountTooManyRequests) GetPayload

func (*CreateCSPMGCPAccountTooManyRequests) IsClientError added in v0.2.27

func (o *CreateCSPMGCPAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this create c s p m g c p account too many requests response has a 4xx status code

func (*CreateCSPMGCPAccountTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this create c s p m g c p account too many requests response a status code equal to that given

func (*CreateCSPMGCPAccountTooManyRequests) IsRedirect added in v0.2.27

func (o *CreateCSPMGCPAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create c s p m g c p account too many requests response has a 3xx status code

func (*CreateCSPMGCPAccountTooManyRequests) IsServerError added in v0.2.27

func (o *CreateCSPMGCPAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this create c s p m g c p account too many requests response has a 5xx status code

func (*CreateCSPMGCPAccountTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this create c s p m g c p account too many requests response has a 2xx status code

func (*CreateCSPMGCPAccountTooManyRequests) String added in v0.2.27

type CreateD4CAwsAccountBadRequest added in v0.2.29

type CreateD4CAwsAccountBadRequest struct {

	/* Trace-ID: submit to support if 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
}

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

Bad Request

func NewCreateD4CAwsAccountBadRequest added in v0.2.29

func NewCreateD4CAwsAccountBadRequest() *CreateD4CAwsAccountBadRequest

NewCreateD4CAwsAccountBadRequest creates a CreateD4CAwsAccountBadRequest with default headers values

func (*CreateD4CAwsAccountBadRequest) Error added in v0.2.29

func (*CreateD4CAwsAccountBadRequest) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountBadRequest) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsClientError() bool

IsClientError returns true when this create d4 c aws account bad request response has a 4xx status code

func (*CreateD4CAwsAccountBadRequest) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account bad request response a status code equal to that given

func (*CreateD4CAwsAccountBadRequest) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account bad request response has a 3xx status code

func (*CreateD4CAwsAccountBadRequest) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsServerError() bool

IsServerError returns true when this create d4 c aws account bad request response has a 5xx status code

func (*CreateD4CAwsAccountBadRequest) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account bad request response has a 2xx status code

func (*CreateD4CAwsAccountBadRequest) String added in v0.2.29

type CreateD4CAwsAccountCreated added in v0.2.29

type CreateD4CAwsAccountCreated struct {

	/* Trace-ID: submit to support if 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
}

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

Created

func NewCreateD4CAwsAccountCreated added in v0.2.29

func NewCreateD4CAwsAccountCreated() *CreateD4CAwsAccountCreated

NewCreateD4CAwsAccountCreated creates a CreateD4CAwsAccountCreated with default headers values

func (*CreateD4CAwsAccountCreated) Error added in v0.2.29

func (*CreateD4CAwsAccountCreated) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountCreated) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsClientError() bool

IsClientError returns true when this create d4 c aws account created response has a 4xx status code

func (*CreateD4CAwsAccountCreated) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account created response a status code equal to that given

func (*CreateD4CAwsAccountCreated) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account created response has a 3xx status code

func (*CreateD4CAwsAccountCreated) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsServerError() bool

IsServerError returns true when this create d4 c aws account created response has a 5xx status code

func (*CreateD4CAwsAccountCreated) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account created response has a 2xx status code

func (*CreateD4CAwsAccountCreated) String added in v0.2.29

func (o *CreateD4CAwsAccountCreated) String() string

type CreateD4CAwsAccountForbidden added in v0.2.29

type CreateD4CAwsAccountForbidden struct {

	/* Trace-ID: submit to support if 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
}

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

Forbidden

func NewCreateD4CAwsAccountForbidden added in v0.2.29

func NewCreateD4CAwsAccountForbidden() *CreateD4CAwsAccountForbidden

NewCreateD4CAwsAccountForbidden creates a CreateD4CAwsAccountForbidden with default headers values

func (*CreateD4CAwsAccountForbidden) Error added in v0.2.29

func (*CreateD4CAwsAccountForbidden) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountForbidden) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsClientError() bool

IsClientError returns true when this create d4 c aws account forbidden response has a 4xx status code

func (*CreateD4CAwsAccountForbidden) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account forbidden response a status code equal to that given

func (*CreateD4CAwsAccountForbidden) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account forbidden response has a 3xx status code

func (*CreateD4CAwsAccountForbidden) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsServerError() bool

IsServerError returns true when this create d4 c aws account forbidden response has a 5xx status code

func (*CreateD4CAwsAccountForbidden) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account forbidden response has a 2xx status code

func (*CreateD4CAwsAccountForbidden) String added in v0.2.29

type CreateD4CAwsAccountInternalServerError added in v0.2.29

type CreateD4CAwsAccountInternalServerError struct {

	/* Trace-ID: submit to support if 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
}

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

Internal Server Error

func NewCreateD4CAwsAccountInternalServerError added in v0.2.29

func NewCreateD4CAwsAccountInternalServerError() *CreateD4CAwsAccountInternalServerError

NewCreateD4CAwsAccountInternalServerError creates a CreateD4CAwsAccountInternalServerError with default headers values

func (*CreateD4CAwsAccountInternalServerError) Error added in v0.2.29

func (*CreateD4CAwsAccountInternalServerError) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountInternalServerError) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountInternalServerError) IsClientError() bool

IsClientError returns true when this create d4 c aws account internal server error response has a 4xx status code

func (*CreateD4CAwsAccountInternalServerError) IsCode added in v0.2.29

IsCode returns true when this create d4 c aws account internal server error response a status code equal to that given

func (*CreateD4CAwsAccountInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this create d4 c aws account internal server error response has a 3xx status code

func (*CreateD4CAwsAccountInternalServerError) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountInternalServerError) IsServerError() bool

IsServerError returns true when this create d4 c aws account internal server error response has a 5xx status code

func (*CreateD4CAwsAccountInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this create d4 c aws account internal server error response has a 2xx status code

func (*CreateD4CAwsAccountInternalServerError) String added in v0.2.29

type CreateD4CAwsAccountMultiStatus added in v0.2.29

type CreateD4CAwsAccountMultiStatus struct {

	/* Trace-ID: submit to support if 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
}

CreateD4CAwsAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewCreateD4CAwsAccountMultiStatus added in v0.2.29

func NewCreateD4CAwsAccountMultiStatus() *CreateD4CAwsAccountMultiStatus

NewCreateD4CAwsAccountMultiStatus creates a CreateD4CAwsAccountMultiStatus with default headers values

func (*CreateD4CAwsAccountMultiStatus) Error added in v0.2.29

func (*CreateD4CAwsAccountMultiStatus) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountMultiStatus) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsClientError() bool

IsClientError returns true when this create d4 c aws account multi status response has a 4xx status code

func (*CreateD4CAwsAccountMultiStatus) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account multi status response a status code equal to that given

func (*CreateD4CAwsAccountMultiStatus) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account multi status response has a 3xx status code

func (*CreateD4CAwsAccountMultiStatus) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsServerError() bool

IsServerError returns true when this create d4 c aws account multi status response has a 5xx status code

func (*CreateD4CAwsAccountMultiStatus) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account multi status response has a 2xx status code

func (*CreateD4CAwsAccountMultiStatus) String added in v0.2.29

type CreateD4CAwsAccountParams added in v0.2.29

type CreateD4CAwsAccountParams struct {

	// Body.
	Body *models.RegistrationAWSAccountCreateRequestD4CExtV2

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

CreateD4CAwsAccountParams contains all the parameters to send to the API endpoint

for the create d4 c aws account operation.

Typically these are written to a http.Request.

func NewCreateD4CAwsAccountParams added in v0.2.29

func NewCreateD4CAwsAccountParams() *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParams creates a new CreateD4CAwsAccountParams 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 NewCreateD4CAwsAccountParamsWithContext added in v0.2.29

func NewCreateD4CAwsAccountParamsWithContext(ctx context.Context) *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParamsWithContext creates a new CreateD4CAwsAccountParams object with the ability to set a context for a request.

func NewCreateD4CAwsAccountParamsWithHTTPClient added in v0.2.29

func NewCreateD4CAwsAccountParamsWithHTTPClient(client *http.Client) *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParamsWithHTTPClient creates a new CreateD4CAwsAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateD4CAwsAccountParamsWithTimeout added in v0.2.29

func NewCreateD4CAwsAccountParamsWithTimeout(timeout time.Duration) *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParamsWithTimeout creates a new CreateD4CAwsAccountParams object with the ability to set a timeout on a request.

func (*CreateD4CAwsAccountParams) SetBody added in v0.2.29

SetBody adds the body to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) SetContext added in v0.2.29

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

SetContext adds the context to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) SetDefaults added in v0.2.29

func (o *CreateD4CAwsAccountParams) SetDefaults()

SetDefaults hydrates default values in the create d4 c aws account params (not the query body).

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

func (*CreateD4CAwsAccountParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithBody added in v0.2.29

WithBody adds the body to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithContext added in v0.2.29

WithContext adds the context to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the create d4 c aws account params (not the query body).

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

func (*CreateD4CAwsAccountParams) WithHTTPClient added in v0.2.29

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

WithHTTPClient adds the HTTPClient to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type CreateD4CAwsAccountReader added in v0.2.29

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

CreateD4CAwsAccountReader is a Reader for the CreateD4CAwsAccount structure.

func (*CreateD4CAwsAccountReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type CreateD4CAwsAccountTooManyRequests added in v0.2.29

type CreateD4CAwsAccountTooManyRequests struct {

	/* Trace-ID: submit to support if 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
}

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

Too Many Requests

func NewCreateD4CAwsAccountTooManyRequests added in v0.2.29

func NewCreateD4CAwsAccountTooManyRequests() *CreateD4CAwsAccountTooManyRequests

NewCreateD4CAwsAccountTooManyRequests creates a CreateD4CAwsAccountTooManyRequests with default headers values

func (*CreateD4CAwsAccountTooManyRequests) Error added in v0.2.29

func (*CreateD4CAwsAccountTooManyRequests) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountTooManyRequests) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this create d4 c aws account too many requests response has a 4xx status code

func (*CreateD4CAwsAccountTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this create d4 c aws account too many requests response a status code equal to that given

func (*CreateD4CAwsAccountTooManyRequests) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account too many requests response has a 3xx status code

func (*CreateD4CAwsAccountTooManyRequests) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this create d4 c aws account too many requests response has a 5xx status code

func (*CreateD4CAwsAccountTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this create d4 c aws account too many requests response has a 2xx status code

func (*CreateD4CAwsAccountTooManyRequests) String added in v0.2.29

type DeleteD4CAwsAccountBadRequest added in v0.2.29

type DeleteD4CAwsAccountBadRequest struct {

	/* Trace-ID: submit to support if 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.MsaBaseEntitiesResponse
}

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

Bad Request

func NewDeleteD4CAwsAccountBadRequest added in v0.2.29

func NewDeleteD4CAwsAccountBadRequest() *DeleteD4CAwsAccountBadRequest

NewDeleteD4CAwsAccountBadRequest creates a DeleteD4CAwsAccountBadRequest with default headers values

func (*DeleteD4CAwsAccountBadRequest) Error added in v0.2.29

func (*DeleteD4CAwsAccountBadRequest) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountBadRequest) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsClientError() bool

IsClientError returns true when this delete d4 c aws account bad request response has a 4xx status code

func (*DeleteD4CAwsAccountBadRequest) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account bad request response a status code equal to that given

func (*DeleteD4CAwsAccountBadRequest) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account bad request response has a 3xx status code

func (*DeleteD4CAwsAccountBadRequest) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsServerError() bool

IsServerError returns true when this delete d4 c aws account bad request response has a 5xx status code

func (*DeleteD4CAwsAccountBadRequest) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account bad request response has a 2xx status code

func (*DeleteD4CAwsAccountBadRequest) String added in v0.2.29

type DeleteD4CAwsAccountForbidden added in v0.2.29

type DeleteD4CAwsAccountForbidden struct {

	/* Trace-ID: submit to support if 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
}

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

Forbidden

func NewDeleteD4CAwsAccountForbidden added in v0.2.29

func NewDeleteD4CAwsAccountForbidden() *DeleteD4CAwsAccountForbidden

NewDeleteD4CAwsAccountForbidden creates a DeleteD4CAwsAccountForbidden with default headers values

func (*DeleteD4CAwsAccountForbidden) Error added in v0.2.29

func (*DeleteD4CAwsAccountForbidden) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountForbidden) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsClientError() bool

IsClientError returns true when this delete d4 c aws account forbidden response has a 4xx status code

func (*DeleteD4CAwsAccountForbidden) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account forbidden response a status code equal to that given

func (*DeleteD4CAwsAccountForbidden) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account forbidden response has a 3xx status code

func (*DeleteD4CAwsAccountForbidden) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsServerError() bool

IsServerError returns true when this delete d4 c aws account forbidden response has a 5xx status code

func (*DeleteD4CAwsAccountForbidden) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account forbidden response has a 2xx status code

func (*DeleteD4CAwsAccountForbidden) String added in v0.2.29

type DeleteD4CAwsAccountInternalServerError added in v0.2.29

type DeleteD4CAwsAccountInternalServerError struct {

	/* Trace-ID: submit to support if 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.MsaBaseEntitiesResponse
}

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

Internal Server Error

func NewDeleteD4CAwsAccountInternalServerError added in v0.2.29

func NewDeleteD4CAwsAccountInternalServerError() *DeleteD4CAwsAccountInternalServerError

NewDeleteD4CAwsAccountInternalServerError creates a DeleteD4CAwsAccountInternalServerError with default headers values

func (*DeleteD4CAwsAccountInternalServerError) Error added in v0.2.29

func (*DeleteD4CAwsAccountInternalServerError) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountInternalServerError) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountInternalServerError) IsClientError() bool

IsClientError returns true when this delete d4 c aws account internal server error response has a 4xx status code

func (*DeleteD4CAwsAccountInternalServerError) IsCode added in v0.2.29

IsCode returns true when this delete d4 c aws account internal server error response a status code equal to that given

func (*DeleteD4CAwsAccountInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this delete d4 c aws account internal server error response has a 3xx status code

func (*DeleteD4CAwsAccountInternalServerError) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountInternalServerError) IsServerError() bool

IsServerError returns true when this delete d4 c aws account internal server error response has a 5xx status code

func (*DeleteD4CAwsAccountInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this delete d4 c aws account internal server error response has a 2xx status code

func (*DeleteD4CAwsAccountInternalServerError) String added in v0.2.29

type DeleteD4CAwsAccountMultiStatus added in v0.2.29

type DeleteD4CAwsAccountMultiStatus struct {

	/* Trace-ID: submit to support if 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.MsaBaseEntitiesResponse
}

DeleteD4CAwsAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteD4CAwsAccountMultiStatus added in v0.2.29

func NewDeleteD4CAwsAccountMultiStatus() *DeleteD4CAwsAccountMultiStatus

NewDeleteD4CAwsAccountMultiStatus creates a DeleteD4CAwsAccountMultiStatus with default headers values

func (*DeleteD4CAwsAccountMultiStatus) Error added in v0.2.29

func (*DeleteD4CAwsAccountMultiStatus) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountMultiStatus) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsClientError() bool

IsClientError returns true when this delete d4 c aws account multi status response has a 4xx status code

func (*DeleteD4CAwsAccountMultiStatus) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account multi status response a status code equal to that given

func (*DeleteD4CAwsAccountMultiStatus) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account multi status response has a 3xx status code

func (*DeleteD4CAwsAccountMultiStatus) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsServerError() bool

IsServerError returns true when this delete d4 c aws account multi status response has a 5xx status code

func (*DeleteD4CAwsAccountMultiStatus) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account multi status response has a 2xx status code

func (*DeleteD4CAwsAccountMultiStatus) String added in v0.2.29

type DeleteD4CAwsAccountOK added in v0.2.29

type DeleteD4CAwsAccountOK struct {

	/* Trace-ID: submit to support if 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.MsaBaseEntitiesResponse
}

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

OK

func NewDeleteD4CAwsAccountOK added in v0.2.29

func NewDeleteD4CAwsAccountOK() *DeleteD4CAwsAccountOK

NewDeleteD4CAwsAccountOK creates a DeleteD4CAwsAccountOK with default headers values

func (*DeleteD4CAwsAccountOK) Error added in v0.2.29

func (o *DeleteD4CAwsAccountOK) Error() string

func (*DeleteD4CAwsAccountOK) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountOK) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsClientError() bool

IsClientError returns true when this delete d4 c aws account o k response has a 4xx status code

func (*DeleteD4CAwsAccountOK) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account o k response a status code equal to that given

func (*DeleteD4CAwsAccountOK) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account o k response has a 3xx status code

func (*DeleteD4CAwsAccountOK) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsServerError() bool

IsServerError returns true when this delete d4 c aws account o k response has a 5xx status code

func (*DeleteD4CAwsAccountOK) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account o k response has a 2xx status code

func (*DeleteD4CAwsAccountOK) String added in v0.2.29

func (o *DeleteD4CAwsAccountOK) String() string

type DeleteD4CAwsAccountParams added in v0.2.29

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

DeleteD4CAwsAccountParams contains all the parameters to send to the API endpoint

for the delete d4 c aws account operation.

Typically these are written to a http.Request.

func NewDeleteD4CAwsAccountParams added in v0.2.29

func NewDeleteD4CAwsAccountParams() *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParams creates a new DeleteD4CAwsAccountParams 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 NewDeleteD4CAwsAccountParamsWithContext added in v0.2.29

func NewDeleteD4CAwsAccountParamsWithContext(ctx context.Context) *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParamsWithContext creates a new DeleteD4CAwsAccountParams object with the ability to set a context for a request.

func NewDeleteD4CAwsAccountParamsWithHTTPClient added in v0.2.29

func NewDeleteD4CAwsAccountParamsWithHTTPClient(client *http.Client) *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParamsWithHTTPClient creates a new DeleteD4CAwsAccountParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteD4CAwsAccountParamsWithTimeout added in v0.2.29

func NewDeleteD4CAwsAccountParamsWithTimeout(timeout time.Duration) *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParamsWithTimeout creates a new DeleteD4CAwsAccountParams object with the ability to set a timeout on a request.

func (*DeleteD4CAwsAccountParams) SetContext added in v0.2.29

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

SetContext adds the context to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetDefaults added in v0.2.29

func (o *DeleteD4CAwsAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete d4 c aws account params (not the query body).

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

func (*DeleteD4CAwsAccountParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetIds added in v0.2.29

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

SetIds adds the ids to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetOrganizationIds added in v0.2.29

func (o *DeleteD4CAwsAccountParams) SetOrganizationIds(organizationIds []string)

SetOrganizationIds adds the organizationIds to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithContext added in v0.2.29

WithContext adds the context to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the delete d4 c aws account params (not the query body).

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

func (*DeleteD4CAwsAccountParams) WithHTTPClient added in v0.2.29

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

WithHTTPClient adds the HTTPClient to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithIds added in v0.2.29

WithIds adds the ids to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithOrganizationIds added in v0.2.29

func (o *DeleteD4CAwsAccountParams) WithOrganizationIds(organizationIds []string) *DeleteD4CAwsAccountParams

WithOrganizationIds adds the organizationIds to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type DeleteD4CAwsAccountReader added in v0.2.29

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

DeleteD4CAwsAccountReader is a Reader for the DeleteD4CAwsAccount structure.

func (*DeleteD4CAwsAccountReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type DeleteD4CAwsAccountTooManyRequests added in v0.2.29

type DeleteD4CAwsAccountTooManyRequests struct {

	/* Trace-ID: submit to support if 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
}

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

Too Many Requests

func NewDeleteD4CAwsAccountTooManyRequests added in v0.2.29

func NewDeleteD4CAwsAccountTooManyRequests() *DeleteD4CAwsAccountTooManyRequests

NewDeleteD4CAwsAccountTooManyRequests creates a DeleteD4CAwsAccountTooManyRequests with default headers values

func (*DeleteD4CAwsAccountTooManyRequests) Error added in v0.2.29

func (*DeleteD4CAwsAccountTooManyRequests) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountTooManyRequests) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this delete d4 c aws account too many requests response has a 4xx status code

func (*DeleteD4CAwsAccountTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this delete d4 c aws account too many requests response a status code equal to that given

func (*DeleteD4CAwsAccountTooManyRequests) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account too many requests response has a 3xx status code

func (*DeleteD4CAwsAccountTooManyRequests) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this delete d4 c aws account too many requests response has a 5xx status code

func (*DeleteD4CAwsAccountTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this delete d4 c aws account too many requests response has a 2xx status code

func (*DeleteD4CAwsAccountTooManyRequests) String added in v0.2.29

type DiscoverCloudAzureDownloadCertificateBadRequest added in v0.2.22

type DiscoverCloudAzureDownloadCertificateBadRequest struct {

	/* Trace-ID: submit to support if 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.RegistrationAzureDownloadCertificateResponseV1
}

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

Bad Request

func NewDiscoverCloudAzureDownloadCertificateBadRequest added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateBadRequest() *DiscoverCloudAzureDownloadCertificateBadRequest

NewDiscoverCloudAzureDownloadCertificateBadRequest creates a DiscoverCloudAzureDownloadCertificateBadRequest with default headers values

func (*DiscoverCloudAzureDownloadCertificateBadRequest) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateBadRequest) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate bad request response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate bad request response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate bad request response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate bad request response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate bad request response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateDefault added in v0.2.22

type DiscoverCloudAzureDownloadCertificateDefault struct {
	Payload *models.RegistrationAzureDownloadCertificateResponseV1
	// contains filtered or unexported fields
}

DiscoverCloudAzureDownloadCertificateDefault describes a response with status code -1, with default header values.

OK

func NewDiscoverCloudAzureDownloadCertificateDefault added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateDefault(code int) *DiscoverCloudAzureDownloadCertificateDefault

NewDiscoverCloudAzureDownloadCertificateDefault creates a DiscoverCloudAzureDownloadCertificateDefault with default headers values

func (*DiscoverCloudAzureDownloadCertificateDefault) Code added in v0.2.22

Code gets the status code for the discover cloud azure download certificate default response

func (*DiscoverCloudAzureDownloadCertificateDefault) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateDefault) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateDefault) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate default response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateDefault) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate default response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateDefault) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate default response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateDefault) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate default response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateDefault) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate default response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateDefault) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateForbidden added in v0.2.22

type DiscoverCloudAzureDownloadCertificateForbidden struct {

	/* Trace-ID: submit to support if 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
}

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

Forbidden

func NewDiscoverCloudAzureDownloadCertificateForbidden added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateForbidden() *DiscoverCloudAzureDownloadCertificateForbidden

NewDiscoverCloudAzureDownloadCertificateForbidden creates a DiscoverCloudAzureDownloadCertificateForbidden with default headers values

func (*DiscoverCloudAzureDownloadCertificateForbidden) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateForbidden) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate forbidden response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate forbidden response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate forbidden response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate forbidden response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate forbidden response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateInternalServerError added in v0.2.22

type DiscoverCloudAzureDownloadCertificateInternalServerError struct {

	/* Trace-ID: submit to support if 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.RegistrationAzureDownloadCertificateResponseV1
}

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

Internal Server Error

func NewDiscoverCloudAzureDownloadCertificateInternalServerError added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateInternalServerError() *DiscoverCloudAzureDownloadCertificateInternalServerError

NewDiscoverCloudAzureDownloadCertificateInternalServerError creates a DiscoverCloudAzureDownloadCertificateInternalServerError with default headers values

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate internal server error response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate internal server error response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate internal server error response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate internal server error response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate internal server error response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateOK added in v0.2.22

type DiscoverCloudAzureDownloadCertificateOK struct {

	/* Trace-ID: submit to support if 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.RegistrationAzureDownloadCertificateResponseV1
}

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

OK

func NewDiscoverCloudAzureDownloadCertificateOK added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateOK() *DiscoverCloudAzureDownloadCertificateOK

NewDiscoverCloudAzureDownloadCertificateOK creates a DiscoverCloudAzureDownloadCertificateOK with default headers values

func (*DiscoverCloudAzureDownloadCertificateOK) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateOK) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateOK) IsClientError added in v0.2.27

func (o *DiscoverCloudAzureDownloadCertificateOK) IsClientError() bool

IsClientError returns true when this discover cloud azure download certificate o k response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate o k response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateOK) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate o k response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) IsServerError added in v0.2.27

func (o *DiscoverCloudAzureDownloadCertificateOK) IsServerError() bool

IsServerError returns true when this discover cloud azure download certificate o k response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate o k response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateParams added in v0.2.22

type DiscoverCloudAzureDownloadCertificateParams struct {

	// Refresh.
	//
	// Default: "false"
	Refresh *string

	/* TenantID.

	   Azure Tenant ID
	*/
	TenantID []string

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

DiscoverCloudAzureDownloadCertificateParams contains all the parameters to send to the API endpoint

for the discover cloud azure download certificate operation.

Typically these are written to a http.Request.

func NewDiscoverCloudAzureDownloadCertificateParams added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParams() *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParams creates a new DiscoverCloudAzureDownloadCertificateParams 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 NewDiscoverCloudAzureDownloadCertificateParamsWithContext added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParamsWithContext(ctx context.Context) *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParamsWithContext creates a new DiscoverCloudAzureDownloadCertificateParams object with the ability to set a context for a request.

func NewDiscoverCloudAzureDownloadCertificateParamsWithHTTPClient added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParamsWithHTTPClient(client *http.Client) *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParamsWithHTTPClient creates a new DiscoverCloudAzureDownloadCertificateParams object with the ability to set a custom HTTPClient for a request.

func NewDiscoverCloudAzureDownloadCertificateParamsWithTimeout added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParamsWithTimeout(timeout time.Duration) *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParamsWithTimeout creates a new DiscoverCloudAzureDownloadCertificateParams object with the ability to set a timeout on a request.

func (*DiscoverCloudAzureDownloadCertificateParams) SetContext added in v0.2.22

SetContext adds the context to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetDefaults added in v0.2.22

SetDefaults hydrates default values in the discover cloud azure download certificate params (not the query body).

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

func (*DiscoverCloudAzureDownloadCertificateParams) SetHTTPClient added in v0.2.22

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

SetHTTPClient adds the HTTPClient to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetRefresh added in v0.2.22

func (o *DiscoverCloudAzureDownloadCertificateParams) SetRefresh(refresh *string)

SetRefresh adds the refresh to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetTenantID added in v0.2.22

func (o *DiscoverCloudAzureDownloadCertificateParams) SetTenantID(tenantID []string)

SetTenantID adds the tenantId to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetTimeout added in v0.2.22

SetTimeout adds the timeout to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithContext added in v0.2.22

WithContext adds the context to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithDefaults added in v0.2.22

WithDefaults hydrates default values in the discover cloud azure download certificate params (not the query body).

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

func (*DiscoverCloudAzureDownloadCertificateParams) WithHTTPClient added in v0.2.22

WithHTTPClient adds the HTTPClient to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithRefresh added in v0.2.22

WithRefresh adds the refresh to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithTenantID added in v0.2.22

WithTenantID adds the tenantID to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithTimeout added in v0.2.22

WithTimeout adds the timeout to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WriteToRequest added in v0.2.22

WriteToRequest writes these params to a swagger request

type DiscoverCloudAzureDownloadCertificateReader added in v0.2.22

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

DiscoverCloudAzureDownloadCertificateReader is a Reader for the DiscoverCloudAzureDownloadCertificate structure.

func (*DiscoverCloudAzureDownloadCertificateReader) ReadResponse added in v0.2.22

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

ReadResponse reads a server response into the received o.

type DiscoverCloudAzureDownloadCertificateTooManyRequests added in v0.2.22

type DiscoverCloudAzureDownloadCertificateTooManyRequests struct {

	/* Trace-ID: submit to support if 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
}

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

Too Many Requests

func NewDiscoverCloudAzureDownloadCertificateTooManyRequests added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateTooManyRequests() *DiscoverCloudAzureDownloadCertificateTooManyRequests

NewDiscoverCloudAzureDownloadCertificateTooManyRequests creates a DiscoverCloudAzureDownloadCertificateTooManyRequests with default headers values

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate too many requests response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate too many requests response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate too many requests response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate too many requests response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate too many requests response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) String added in v0.2.27

type GetCSPMAzureUserScriptsBadRequest

type GetCSPMAzureUserScriptsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

Bad Request

func NewGetCSPMAzureUserScriptsBadRequest

func NewGetCSPMAzureUserScriptsBadRequest() *GetCSPMAzureUserScriptsBadRequest

NewGetCSPMAzureUserScriptsBadRequest creates a GetCSPMAzureUserScriptsBadRequest with default headers values

func (*GetCSPMAzureUserScriptsBadRequest) Error

func (*GetCSPMAzureUserScriptsBadRequest) GetPayload

func (*GetCSPMAzureUserScriptsBadRequest) IsClientError added in v0.2.27

func (o *GetCSPMAzureUserScriptsBadRequest) IsClientError() bool

IsClientError returns true when this get c s p m azure user scripts bad request response has a 4xx status code

func (*GetCSPMAzureUserScriptsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m azure user scripts bad request response a status code equal to that given

func (*GetCSPMAzureUserScriptsBadRequest) IsRedirect added in v0.2.27

func (o *GetCSPMAzureUserScriptsBadRequest) IsRedirect() bool

IsRedirect returns true when this get c s p m azure user scripts bad request response has a 3xx status code

func (*GetCSPMAzureUserScriptsBadRequest) IsServerError added in v0.2.27

func (o *GetCSPMAzureUserScriptsBadRequest) IsServerError() bool

IsServerError returns true when this get c s p m azure user scripts bad request response has a 5xx status code

func (*GetCSPMAzureUserScriptsBadRequest) IsSuccess added in v0.2.27

func (o *GetCSPMAzureUserScriptsBadRequest) IsSuccess() bool

IsSuccess returns true when this get c s p m azure user scripts bad request response has a 2xx status code

func (*GetCSPMAzureUserScriptsBadRequest) String added in v0.2.27

type GetCSPMAzureUserScriptsDefault

type GetCSPMAzureUserScriptsDefault struct {
	Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1
	// contains filtered or unexported fields
}

GetCSPMAzureUserScriptsDefault describes a response with status code -1, with default header values.

OK

func NewGetCSPMAzureUserScriptsDefault

func NewGetCSPMAzureUserScriptsDefault(code int) *GetCSPMAzureUserScriptsDefault

NewGetCSPMAzureUserScriptsDefault creates a GetCSPMAzureUserScriptsDefault with default headers values

func (*GetCSPMAzureUserScriptsDefault) Code

Code gets the status code for the get c s p m azure user scripts default response

func (*GetCSPMAzureUserScriptsDefault) Error

func (*GetCSPMAzureUserScriptsDefault) GetPayload

func (*GetCSPMAzureUserScriptsDefault) IsClientError added in v0.2.27

func (o *GetCSPMAzureUserScriptsDefault) IsClientError() bool

IsClientError returns true when this get c s p m azure user scripts default response has a 4xx status code

func (*GetCSPMAzureUserScriptsDefault) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m azure user scripts default response a status code equal to that given

func (*GetCSPMAzureUserScriptsDefault) IsRedirect added in v0.2.27

func (o *GetCSPMAzureUserScriptsDefault) IsRedirect() bool

IsRedirect returns true when this get c s p m azure user scripts default response has a 3xx status code

func (*GetCSPMAzureUserScriptsDefault) IsServerError added in v0.2.27

func (o *GetCSPMAzureUserScriptsDefault) IsServerError() bool

IsServerError returns true when this get c s p m azure user scripts default response has a 5xx status code

func (*GetCSPMAzureUserScriptsDefault) IsSuccess added in v0.2.27

func (o *GetCSPMAzureUserScriptsDefault) IsSuccess() bool

IsSuccess returns true when this get c s p m azure user scripts default response has a 2xx status code

func (*GetCSPMAzureUserScriptsDefault) String added in v0.2.27

type GetCSPMAzureUserScriptsForbidden

type GetCSPMAzureUserScriptsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetCSPMAzureUserScriptsForbidden

func NewGetCSPMAzureUserScriptsForbidden() *GetCSPMAzureUserScriptsForbidden

NewGetCSPMAzureUserScriptsForbidden creates a GetCSPMAzureUserScriptsForbidden with default headers values

func (*GetCSPMAzureUserScriptsForbidden) Error

func (*GetCSPMAzureUserScriptsForbidden) GetPayload

func (*GetCSPMAzureUserScriptsForbidden) IsClientError added in v0.2.27

func (o *GetCSPMAzureUserScriptsForbidden) IsClientError() bool

IsClientError returns true when this get c s p m azure user scripts forbidden response has a 4xx status code

func (*GetCSPMAzureUserScriptsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m azure user scripts forbidden response a status code equal to that given

func (*GetCSPMAzureUserScriptsForbidden) IsRedirect added in v0.2.27

func (o *GetCSPMAzureUserScriptsForbidden) IsRedirect() bool

IsRedirect returns true when this get c s p m azure user scripts forbidden response has a 3xx status code

func (*GetCSPMAzureUserScriptsForbidden) IsServerError added in v0.2.27

func (o *GetCSPMAzureUserScriptsForbidden) IsServerError() bool

IsServerError returns true when this get c s p m azure user scripts forbidden response has a 5xx status code

func (*GetCSPMAzureUserScriptsForbidden) IsSuccess added in v0.2.27

func (o *GetCSPMAzureUserScriptsForbidden) IsSuccess() bool

IsSuccess returns true when this get c s p m azure user scripts forbidden response has a 2xx status code

func (*GetCSPMAzureUserScriptsForbidden) String added in v0.2.27

type GetCSPMAzureUserScriptsInternalServerError

type GetCSPMAzureUserScriptsInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

Internal Server Error

func NewGetCSPMAzureUserScriptsInternalServerError

func NewGetCSPMAzureUserScriptsInternalServerError() *GetCSPMAzureUserScriptsInternalServerError

NewGetCSPMAzureUserScriptsInternalServerError creates a GetCSPMAzureUserScriptsInternalServerError with default headers values

func (*GetCSPMAzureUserScriptsInternalServerError) Error

func (*GetCSPMAzureUserScriptsInternalServerError) GetPayload

func (*GetCSPMAzureUserScriptsInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get c s p m azure user scripts internal server error response has a 4xx status code

func (*GetCSPMAzureUserScriptsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get c s p m azure user scripts internal server error response a status code equal to that given

func (*GetCSPMAzureUserScriptsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m azure user scripts internal server error response has a 3xx status code

func (*GetCSPMAzureUserScriptsInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get c s p m azure user scripts internal server error response has a 5xx status code

func (*GetCSPMAzureUserScriptsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m azure user scripts internal server error response has a 2xx status code

func (*GetCSPMAzureUserScriptsInternalServerError) String added in v0.2.27

type GetCSPMAzureUserScriptsMultiStatus

type GetCSPMAzureUserScriptsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1
}

GetCSPMAzureUserScriptsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetCSPMAzureUserScriptsMultiStatus

func NewGetCSPMAzureUserScriptsMultiStatus() *GetCSPMAzureUserScriptsMultiStatus

NewGetCSPMAzureUserScriptsMultiStatus creates a GetCSPMAzureUserScriptsMultiStatus with default headers values

func (*GetCSPMAzureUserScriptsMultiStatus) Error

func (*GetCSPMAzureUserScriptsMultiStatus) GetPayload

func (*GetCSPMAzureUserScriptsMultiStatus) IsClientError added in v0.2.27

func (o *GetCSPMAzureUserScriptsMultiStatus) IsClientError() bool

IsClientError returns true when this get c s p m azure user scripts multi status response has a 4xx status code

func (*GetCSPMAzureUserScriptsMultiStatus) IsCode added in v0.2.27

IsCode returns true when this get c s p m azure user scripts multi status response a status code equal to that given

func (*GetCSPMAzureUserScriptsMultiStatus) IsRedirect added in v0.2.27

func (o *GetCSPMAzureUserScriptsMultiStatus) IsRedirect() bool

IsRedirect returns true when this get c s p m azure user scripts multi status response has a 3xx status code

func (*GetCSPMAzureUserScriptsMultiStatus) IsServerError added in v0.2.27

func (o *GetCSPMAzureUserScriptsMultiStatus) IsServerError() bool

IsServerError returns true when this get c s p m azure user scripts multi status response has a 5xx status code

func (*GetCSPMAzureUserScriptsMultiStatus) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m azure user scripts multi status response has a 2xx status code

func (*GetCSPMAzureUserScriptsMultiStatus) String added in v0.2.27

type GetCSPMAzureUserScriptsOK

type GetCSPMAzureUserScriptsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

OK

func NewGetCSPMAzureUserScriptsOK

func NewGetCSPMAzureUserScriptsOK() *GetCSPMAzureUserScriptsOK

NewGetCSPMAzureUserScriptsOK creates a GetCSPMAzureUserScriptsOK with default headers values

func (*GetCSPMAzureUserScriptsOK) Error

func (o *GetCSPMAzureUserScriptsOK) Error() string

func (*GetCSPMAzureUserScriptsOK) GetPayload

func (*GetCSPMAzureUserScriptsOK) IsClientError added in v0.2.27

func (o *GetCSPMAzureUserScriptsOK) IsClientError() bool

IsClientError returns true when this get c s p m azure user scripts o k response has a 4xx status code

func (*GetCSPMAzureUserScriptsOK) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m azure user scripts o k response a status code equal to that given

func (*GetCSPMAzureUserScriptsOK) IsRedirect added in v0.2.27

func (o *GetCSPMAzureUserScriptsOK) IsRedirect() bool

IsRedirect returns true when this get c s p m azure user scripts o k response has a 3xx status code

func (*GetCSPMAzureUserScriptsOK) IsServerError added in v0.2.27

func (o *GetCSPMAzureUserScriptsOK) IsServerError() bool

IsServerError returns true when this get c s p m azure user scripts o k response has a 5xx status code

func (*GetCSPMAzureUserScriptsOK) IsSuccess added in v0.2.27

func (o *GetCSPMAzureUserScriptsOK) IsSuccess() bool

IsSuccess returns true when this get c s p m azure user scripts o k response has a 2xx status code

func (*GetCSPMAzureUserScriptsOK) String added in v0.2.27

func (o *GetCSPMAzureUserScriptsOK) String() string

type GetCSPMAzureUserScriptsParams

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

GetCSPMAzureUserScriptsParams contains all the parameters to send to the API endpoint

for the get c s p m azure user scripts operation.

Typically these are written to a http.Request.

func NewGetCSPMAzureUserScriptsParams

func NewGetCSPMAzureUserScriptsParams() *GetCSPMAzureUserScriptsParams

NewGetCSPMAzureUserScriptsParams creates a new GetCSPMAzureUserScriptsParams 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 NewGetCSPMAzureUserScriptsParamsWithContext

func NewGetCSPMAzureUserScriptsParamsWithContext(ctx context.Context) *GetCSPMAzureUserScriptsParams

NewGetCSPMAzureUserScriptsParamsWithContext creates a new GetCSPMAzureUserScriptsParams object with the ability to set a context for a request.

func NewGetCSPMAzureUserScriptsParamsWithHTTPClient

func NewGetCSPMAzureUserScriptsParamsWithHTTPClient(client *http.Client) *GetCSPMAzureUserScriptsParams

NewGetCSPMAzureUserScriptsParamsWithHTTPClient creates a new GetCSPMAzureUserScriptsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCSPMAzureUserScriptsParamsWithTimeout

func NewGetCSPMAzureUserScriptsParamsWithTimeout(timeout time.Duration) *GetCSPMAzureUserScriptsParams

NewGetCSPMAzureUserScriptsParamsWithTimeout creates a new GetCSPMAzureUserScriptsParams object with the ability to set a timeout on a request.

func (*GetCSPMAzureUserScriptsParams) SetContext

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

SetContext adds the context to the get c s p m azure user scripts params

func (*GetCSPMAzureUserScriptsParams) SetDefaults

func (o *GetCSPMAzureUserScriptsParams) SetDefaults()

SetDefaults hydrates default values in the get c s p m azure user scripts params (not the query body).

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

func (*GetCSPMAzureUserScriptsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get c s p m azure user scripts params

func (*GetCSPMAzureUserScriptsParams) SetTimeout

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

SetTimeout adds the timeout to the get c s p m azure user scripts params

func (*GetCSPMAzureUserScriptsParams) WithContext

WithContext adds the context to the get c s p m azure user scripts params

func (*GetCSPMAzureUserScriptsParams) WithDefaults

WithDefaults hydrates default values in the get c s p m azure user scripts params (not the query body).

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

func (*GetCSPMAzureUserScriptsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get c s p m azure user scripts params

func (*GetCSPMAzureUserScriptsParams) WithTimeout

WithTimeout adds the timeout to the get c s p m azure user scripts params

func (*GetCSPMAzureUserScriptsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCSPMAzureUserScriptsReader

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

GetCSPMAzureUserScriptsReader is a Reader for the GetCSPMAzureUserScripts structure.

func (*GetCSPMAzureUserScriptsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCSPMAzureUserScriptsTooManyRequests

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

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

Too Many Requests

func NewGetCSPMAzureUserScriptsTooManyRequests

func NewGetCSPMAzureUserScriptsTooManyRequests() *GetCSPMAzureUserScriptsTooManyRequests

NewGetCSPMAzureUserScriptsTooManyRequests creates a GetCSPMAzureUserScriptsTooManyRequests with default headers values

func (*GetCSPMAzureUserScriptsTooManyRequests) Error

func (*GetCSPMAzureUserScriptsTooManyRequests) GetPayload

func (*GetCSPMAzureUserScriptsTooManyRequests) IsClientError added in v0.2.27

func (o *GetCSPMAzureUserScriptsTooManyRequests) IsClientError() bool

IsClientError returns true when this get c s p m azure user scripts too many requests response has a 4xx status code

func (*GetCSPMAzureUserScriptsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get c s p m azure user scripts too many requests response a status code equal to that given

func (*GetCSPMAzureUserScriptsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m azure user scripts too many requests response has a 3xx status code

func (*GetCSPMAzureUserScriptsTooManyRequests) IsServerError added in v0.2.27

func (o *GetCSPMAzureUserScriptsTooManyRequests) IsServerError() bool

IsServerError returns true when this get c s p m azure user scripts too many requests response has a 5xx status code

func (*GetCSPMAzureUserScriptsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m azure user scripts too many requests response has a 2xx status code

func (*GetCSPMAzureUserScriptsTooManyRequests) String added in v0.2.27

type GetCSPMCGPAccountBadRequest

type GetCSPMCGPAccountBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

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

Bad Request

func NewGetCSPMCGPAccountBadRequest

func NewGetCSPMCGPAccountBadRequest() *GetCSPMCGPAccountBadRequest

NewGetCSPMCGPAccountBadRequest creates a GetCSPMCGPAccountBadRequest with default headers values

func (*GetCSPMCGPAccountBadRequest) Error

func (*GetCSPMCGPAccountBadRequest) GetPayload

func (*GetCSPMCGPAccountBadRequest) IsClientError added in v0.2.27

func (o *GetCSPMCGPAccountBadRequest) IsClientError() bool

IsClientError returns true when this get c s p m c g p account bad request response has a 4xx status code

func (*GetCSPMCGPAccountBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m c g p account bad request response a status code equal to that given

func (*GetCSPMCGPAccountBadRequest) IsRedirect added in v0.2.27

func (o *GetCSPMCGPAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this get c s p m c g p account bad request response has a 3xx status code

func (*GetCSPMCGPAccountBadRequest) IsServerError added in v0.2.27

func (o *GetCSPMCGPAccountBadRequest) IsServerError() bool

IsServerError returns true when this get c s p m c g p account bad request response has a 5xx status code

func (*GetCSPMCGPAccountBadRequest) IsSuccess added in v0.2.27

func (o *GetCSPMCGPAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this get c s p m c g p account bad request response has a 2xx status code

func (*GetCSPMCGPAccountBadRequest) String added in v0.2.27

func (o *GetCSPMCGPAccountBadRequest) String() string

type GetCSPMCGPAccountDefault

type GetCSPMCGPAccountDefault struct {
	Payload *models.RegistrationGCPAccountResponseV1
	// contains filtered or unexported fields
}

GetCSPMCGPAccountDefault describes a response with status code -1, with default header values.

OK

func NewGetCSPMCGPAccountDefault

func NewGetCSPMCGPAccountDefault(code int) *GetCSPMCGPAccountDefault

NewGetCSPMCGPAccountDefault creates a GetCSPMCGPAccountDefault with default headers values

func (*GetCSPMCGPAccountDefault) Code

func (o *GetCSPMCGPAccountDefault) Code() int

Code gets the status code for the get c s p m c g p account default response

func (*GetCSPMCGPAccountDefault) Error

func (o *GetCSPMCGPAccountDefault) Error() string

func (*GetCSPMCGPAccountDefault) GetPayload

func (*GetCSPMCGPAccountDefault) IsClientError added in v0.2.27

func (o *GetCSPMCGPAccountDefault) IsClientError() bool

IsClientError returns true when this get c s p m c g p account default response has a 4xx status code

func (*GetCSPMCGPAccountDefault) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m c g p account default response a status code equal to that given

func (*GetCSPMCGPAccountDefault) IsRedirect added in v0.2.27

func (o *GetCSPMCGPAccountDefault) IsRedirect() bool

IsRedirect returns true when this get c s p m c g p account default response has a 3xx status code

func (*GetCSPMCGPAccountDefault) IsServerError added in v0.2.27

func (o *GetCSPMCGPAccountDefault) IsServerError() bool

IsServerError returns true when this get c s p m c g p account default response has a 5xx status code

func (*GetCSPMCGPAccountDefault) IsSuccess added in v0.2.27

func (o *GetCSPMCGPAccountDefault) IsSuccess() bool

IsSuccess returns true when this get c s p m c g p account default response has a 2xx status code

func (*GetCSPMCGPAccountDefault) String added in v0.2.27

func (o *GetCSPMCGPAccountDefault) String() string

type GetCSPMCGPAccountForbidden

type GetCSPMCGPAccountForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetCSPMCGPAccountForbidden

func NewGetCSPMCGPAccountForbidden() *GetCSPMCGPAccountForbidden

NewGetCSPMCGPAccountForbidden creates a GetCSPMCGPAccountForbidden with default headers values

func (*GetCSPMCGPAccountForbidden) Error

func (*GetCSPMCGPAccountForbidden) GetPayload

func (*GetCSPMCGPAccountForbidden) IsClientError added in v0.2.27

func (o *GetCSPMCGPAccountForbidden) IsClientError() bool

IsClientError returns true when this get c s p m c g p account forbidden response has a 4xx status code

func (*GetCSPMCGPAccountForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m c g p account forbidden response a status code equal to that given

func (*GetCSPMCGPAccountForbidden) IsRedirect added in v0.2.27

func (o *GetCSPMCGPAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get c s p m c g p account forbidden response has a 3xx status code

func (*GetCSPMCGPAccountForbidden) IsServerError added in v0.2.27

func (o *GetCSPMCGPAccountForbidden) IsServerError() bool

IsServerError returns true when this get c s p m c g p account forbidden response has a 5xx status code

func (*GetCSPMCGPAccountForbidden) IsSuccess added in v0.2.27

func (o *GetCSPMCGPAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get c s p m c g p account forbidden response has a 2xx status code

func (*GetCSPMCGPAccountForbidden) String added in v0.2.27

func (o *GetCSPMCGPAccountForbidden) String() string

type GetCSPMCGPAccountInternalServerError

type GetCSPMCGPAccountInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

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

Internal Server Error

func NewGetCSPMCGPAccountInternalServerError

func NewGetCSPMCGPAccountInternalServerError() *GetCSPMCGPAccountInternalServerError

NewGetCSPMCGPAccountInternalServerError creates a GetCSPMCGPAccountInternalServerError with default headers values

func (*GetCSPMCGPAccountInternalServerError) Error

func (*GetCSPMCGPAccountInternalServerError) GetPayload

func (*GetCSPMCGPAccountInternalServerError) IsClientError added in v0.2.27

func (o *GetCSPMCGPAccountInternalServerError) IsClientError() bool

IsClientError returns true when this get c s p m c g p account internal server error response has a 4xx status code

func (*GetCSPMCGPAccountInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get c s p m c g p account internal server error response a status code equal to that given

func (*GetCSPMCGPAccountInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m c g p account internal server error response has a 3xx status code

func (*GetCSPMCGPAccountInternalServerError) IsServerError added in v0.2.27

func (o *GetCSPMCGPAccountInternalServerError) IsServerError() bool

IsServerError returns true when this get c s p m c g p account internal server error response has a 5xx status code

func (*GetCSPMCGPAccountInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m c g p account internal server error response has a 2xx status code

func (*GetCSPMCGPAccountInternalServerError) String added in v0.2.27

type GetCSPMCGPAccountMultiStatus

type GetCSPMCGPAccountMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

GetCSPMCGPAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetCSPMCGPAccountMultiStatus

func NewGetCSPMCGPAccountMultiStatus() *GetCSPMCGPAccountMultiStatus

NewGetCSPMCGPAccountMultiStatus creates a GetCSPMCGPAccountMultiStatus with default headers values

func (*GetCSPMCGPAccountMultiStatus) Error

func (*GetCSPMCGPAccountMultiStatus) GetPayload

func (*GetCSPMCGPAccountMultiStatus) IsClientError added in v0.2.27

func (o *GetCSPMCGPAccountMultiStatus) IsClientError() bool

IsClientError returns true when this get c s p m c g p account multi status response has a 4xx status code

func (*GetCSPMCGPAccountMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m c g p account multi status response a status code equal to that given

func (*GetCSPMCGPAccountMultiStatus) IsRedirect added in v0.2.27

func (o *GetCSPMCGPAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this get c s p m c g p account multi status response has a 3xx status code

func (*GetCSPMCGPAccountMultiStatus) IsServerError added in v0.2.27

func (o *GetCSPMCGPAccountMultiStatus) IsServerError() bool

IsServerError returns true when this get c s p m c g p account multi status response has a 5xx status code

func (*GetCSPMCGPAccountMultiStatus) IsSuccess added in v0.2.27

func (o *GetCSPMCGPAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this get c s p m c g p account multi status response has a 2xx status code

func (*GetCSPMCGPAccountMultiStatus) String added in v0.2.27

type GetCSPMCGPAccountOK

type GetCSPMCGPAccountOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPAccountResponseV1
}

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

OK

func NewGetCSPMCGPAccountOK

func NewGetCSPMCGPAccountOK() *GetCSPMCGPAccountOK

NewGetCSPMCGPAccountOK creates a GetCSPMCGPAccountOK with default headers values

func (*GetCSPMCGPAccountOK) Error

func (o *GetCSPMCGPAccountOK) Error() string

func (*GetCSPMCGPAccountOK) GetPayload

func (*GetCSPMCGPAccountOK) IsClientError added in v0.2.27

func (o *GetCSPMCGPAccountOK) IsClientError() bool

IsClientError returns true when this get c s p m c g p account o k response has a 4xx status code

func (*GetCSPMCGPAccountOK) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m c g p account o k response a status code equal to that given

func (*GetCSPMCGPAccountOK) IsRedirect added in v0.2.27

func (o *GetCSPMCGPAccountOK) IsRedirect() bool

IsRedirect returns true when this get c s p m c g p account o k response has a 3xx status code

func (*GetCSPMCGPAccountOK) IsServerError added in v0.2.27

func (o *GetCSPMCGPAccountOK) IsServerError() bool

IsServerError returns true when this get c s p m c g p account o k response has a 5xx status code

func (*GetCSPMCGPAccountOK) IsSuccess added in v0.2.27

func (o *GetCSPMCGPAccountOK) IsSuccess() bool

IsSuccess returns true when this get c s p m c g p account o k response has a 2xx status code

func (*GetCSPMCGPAccountOK) String added in v0.2.27

func (o *GetCSPMCGPAccountOK) String() string

type GetCSPMCGPAccountParams

type GetCSPMCGPAccountParams struct {

	/* Ids.

	   Parent IDs of accounts
	*/
	Ids []string

	/* ScanType.

	   Type of scan, dry or full, to perform on selected accounts
	*/
	ScanType *string

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

GetCSPMCGPAccountParams contains all the parameters to send to the API endpoint

for the get c s p m c g p account operation.

Typically these are written to a http.Request.

func NewGetCSPMCGPAccountParams

func NewGetCSPMCGPAccountParams() *GetCSPMCGPAccountParams

NewGetCSPMCGPAccountParams creates a new GetCSPMCGPAccountParams 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 NewGetCSPMCGPAccountParamsWithContext

func NewGetCSPMCGPAccountParamsWithContext(ctx context.Context) *GetCSPMCGPAccountParams

NewGetCSPMCGPAccountParamsWithContext creates a new GetCSPMCGPAccountParams object with the ability to set a context for a request.

func NewGetCSPMCGPAccountParamsWithHTTPClient

func NewGetCSPMCGPAccountParamsWithHTTPClient(client *http.Client) *GetCSPMCGPAccountParams

NewGetCSPMCGPAccountParamsWithHTTPClient creates a new GetCSPMCGPAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetCSPMCGPAccountParamsWithTimeout

func NewGetCSPMCGPAccountParamsWithTimeout(timeout time.Duration) *GetCSPMCGPAccountParams

NewGetCSPMCGPAccountParamsWithTimeout creates a new GetCSPMCGPAccountParams object with the ability to set a timeout on a request.

func (*GetCSPMCGPAccountParams) SetContext

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

SetContext adds the context to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) SetDefaults

func (o *GetCSPMCGPAccountParams) SetDefaults()

SetDefaults hydrates default values in the get c s p m c g p account params (not the query body).

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

func (*GetCSPMCGPAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) SetIds

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

SetIds adds the ids to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) SetScanType

func (o *GetCSPMCGPAccountParams) SetScanType(scanType *string)

SetScanType adds the scanType to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) SetTimeout

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

SetTimeout adds the timeout to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) WithContext

WithContext adds the context to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) WithDefaults

WithDefaults hydrates default values in the get c s p m c g p account params (not the query body).

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

func (*GetCSPMCGPAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) WithIds

WithIds adds the ids to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) WithScanType

func (o *GetCSPMCGPAccountParams) WithScanType(scanType *string) *GetCSPMCGPAccountParams

WithScanType adds the scanType to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) WithTimeout

WithTimeout adds the timeout to the get c s p m c g p account params

func (*GetCSPMCGPAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCSPMCGPAccountReader

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

GetCSPMCGPAccountReader is a Reader for the GetCSPMCGPAccount structure.

func (*GetCSPMCGPAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCSPMCGPAccountTooManyRequests

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

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

Too Many Requests

func NewGetCSPMCGPAccountTooManyRequests

func NewGetCSPMCGPAccountTooManyRequests() *GetCSPMCGPAccountTooManyRequests

NewGetCSPMCGPAccountTooManyRequests creates a GetCSPMCGPAccountTooManyRequests with default headers values

func (*GetCSPMCGPAccountTooManyRequests) Error

func (*GetCSPMCGPAccountTooManyRequests) GetPayload

func (*GetCSPMCGPAccountTooManyRequests) IsClientError added in v0.2.27

func (o *GetCSPMCGPAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this get c s p m c g p account too many requests response has a 4xx status code

func (*GetCSPMCGPAccountTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m c g p account too many requests response a status code equal to that given

func (*GetCSPMCGPAccountTooManyRequests) IsRedirect added in v0.2.27

func (o *GetCSPMCGPAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get c s p m c g p account too many requests response has a 3xx status code

func (*GetCSPMCGPAccountTooManyRequests) IsServerError added in v0.2.27

func (o *GetCSPMCGPAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this get c s p m c g p account too many requests response has a 5xx status code

func (*GetCSPMCGPAccountTooManyRequests) IsSuccess added in v0.2.27

func (o *GetCSPMCGPAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get c s p m c g p account too many requests response has a 2xx status code

func (*GetCSPMCGPAccountTooManyRequests) String added in v0.2.27

type GetCSPMGCPUserScriptsAttachmentBadRequest

type GetCSPMGCPUserScriptsAttachmentBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Bad Request

func NewGetCSPMGCPUserScriptsAttachmentBadRequest

func NewGetCSPMGCPUserScriptsAttachmentBadRequest() *GetCSPMGCPUserScriptsAttachmentBadRequest

NewGetCSPMGCPUserScriptsAttachmentBadRequest creates a GetCSPMGCPUserScriptsAttachmentBadRequest with default headers values

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) Error

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) GetPayload

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this get c s p m g c p user scripts attachment bad request response has a 4xx status code

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) IsCode added in v0.2.27

IsCode returns true when this get c s p m g c p user scripts attachment bad request response a status code equal to that given

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m g c p user scripts attachment bad request response has a 3xx status code

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this get c s p m g c p user scripts attachment bad request response has a 5xx status code

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m g c p user scripts attachment bad request response has a 2xx status code

func (*GetCSPMGCPUserScriptsAttachmentBadRequest) String added in v0.2.27

type GetCSPMGCPUserScriptsAttachmentDefault

type GetCSPMGCPUserScriptsAttachmentDefault struct {
	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
	// contains filtered or unexported fields
}

GetCSPMGCPUserScriptsAttachmentDefault describes a response with status code -1, with default header values.

OK

func NewGetCSPMGCPUserScriptsAttachmentDefault

func NewGetCSPMGCPUserScriptsAttachmentDefault(code int) *GetCSPMGCPUserScriptsAttachmentDefault

NewGetCSPMGCPUserScriptsAttachmentDefault creates a GetCSPMGCPUserScriptsAttachmentDefault with default headers values

func (*GetCSPMGCPUserScriptsAttachmentDefault) Code

Code gets the status code for the get c s p m g c p user scripts attachment default response

func (*GetCSPMGCPUserScriptsAttachmentDefault) Error

func (*GetCSPMGCPUserScriptsAttachmentDefault) GetPayload

func (*GetCSPMGCPUserScriptsAttachmentDefault) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsAttachmentDefault) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts attachment default response has a 4xx status code

func (*GetCSPMGCPUserScriptsAttachmentDefault) IsCode added in v0.2.27

IsCode returns true when this get c s p m g c p user scripts attachment default response a status code equal to that given

func (*GetCSPMGCPUserScriptsAttachmentDefault) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m g c p user scripts attachment default response has a 3xx status code

func (*GetCSPMGCPUserScriptsAttachmentDefault) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsAttachmentDefault) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts attachment default response has a 5xx status code

func (*GetCSPMGCPUserScriptsAttachmentDefault) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m g c p user scripts attachment default response has a 2xx status code

func (*GetCSPMGCPUserScriptsAttachmentDefault) String added in v0.2.27

type GetCSPMGCPUserScriptsAttachmentForbidden

type GetCSPMGCPUserScriptsAttachmentForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetCSPMGCPUserScriptsAttachmentForbidden

func NewGetCSPMGCPUserScriptsAttachmentForbidden() *GetCSPMGCPUserScriptsAttachmentForbidden

NewGetCSPMGCPUserScriptsAttachmentForbidden creates a GetCSPMGCPUserScriptsAttachmentForbidden with default headers values

func (*GetCSPMGCPUserScriptsAttachmentForbidden) Error

func (*GetCSPMGCPUserScriptsAttachmentForbidden) GetPayload

func (*GetCSPMGCPUserScriptsAttachmentForbidden) IsClientError added in v0.2.27

IsClientError returns true when this get c s p m g c p user scripts attachment forbidden response has a 4xx status code

func (*GetCSPMGCPUserScriptsAttachmentForbidden) IsCode added in v0.2.27

IsCode returns true when this get c s p m g c p user scripts attachment forbidden response a status code equal to that given

func (*GetCSPMGCPUserScriptsAttachmentForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m g c p user scripts attachment forbidden response has a 3xx status code

func (*GetCSPMGCPUserScriptsAttachmentForbidden) IsServerError added in v0.2.27

IsServerError returns true when this get c s p m g c p user scripts attachment forbidden response has a 5xx status code

func (*GetCSPMGCPUserScriptsAttachmentForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m g c p user scripts attachment forbidden response has a 2xx status code

func (*GetCSPMGCPUserScriptsAttachmentForbidden) String added in v0.2.27

type GetCSPMGCPUserScriptsAttachmentInternalServerError

type GetCSPMGCPUserScriptsAttachmentInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Internal Server Error

func NewGetCSPMGCPUserScriptsAttachmentInternalServerError

func NewGetCSPMGCPUserScriptsAttachmentInternalServerError() *GetCSPMGCPUserScriptsAttachmentInternalServerError

NewGetCSPMGCPUserScriptsAttachmentInternalServerError creates a GetCSPMGCPUserScriptsAttachmentInternalServerError with default headers values

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) Error

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) GetPayload

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get c s p m g c p user scripts attachment internal server error response has a 4xx status code

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get c s p m g c p user scripts attachment internal server error response a status code equal to that given

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m g c p user scripts attachment internal server error response has a 3xx status code

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get c s p m g c p user scripts attachment internal server error response has a 5xx status code

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m g c p user scripts attachment internal server error response has a 2xx status code

func (*GetCSPMGCPUserScriptsAttachmentInternalServerError) String added in v0.2.27

type GetCSPMGCPUserScriptsAttachmentOK

type GetCSPMGCPUserScriptsAttachmentOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

OK

func NewGetCSPMGCPUserScriptsAttachmentOK

func NewGetCSPMGCPUserScriptsAttachmentOK() *GetCSPMGCPUserScriptsAttachmentOK

NewGetCSPMGCPUserScriptsAttachmentOK creates a GetCSPMGCPUserScriptsAttachmentOK with default headers values

func (*GetCSPMGCPUserScriptsAttachmentOK) Error

func (*GetCSPMGCPUserScriptsAttachmentOK) GetPayload

func (*GetCSPMGCPUserScriptsAttachmentOK) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsAttachmentOK) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts attachment o k response has a 4xx status code

func (*GetCSPMGCPUserScriptsAttachmentOK) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m g c p user scripts attachment o k response a status code equal to that given

func (*GetCSPMGCPUserScriptsAttachmentOK) IsRedirect added in v0.2.27

func (o *GetCSPMGCPUserScriptsAttachmentOK) IsRedirect() bool

IsRedirect returns true when this get c s p m g c p user scripts attachment o k response has a 3xx status code

func (*GetCSPMGCPUserScriptsAttachmentOK) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsAttachmentOK) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts attachment o k response has a 5xx status code

func (*GetCSPMGCPUserScriptsAttachmentOK) IsSuccess added in v0.2.27

func (o *GetCSPMGCPUserScriptsAttachmentOK) IsSuccess() bool

IsSuccess returns true when this get c s p m g c p user scripts attachment o k response has a 2xx status code

func (*GetCSPMGCPUserScriptsAttachmentOK) String added in v0.2.27

type GetCSPMGCPUserScriptsAttachmentParams

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

GetCSPMGCPUserScriptsAttachmentParams contains all the parameters to send to the API endpoint

for the get c s p m g c p user scripts attachment operation.

Typically these are written to a http.Request.

func NewGetCSPMGCPUserScriptsAttachmentParams

func NewGetCSPMGCPUserScriptsAttachmentParams() *GetCSPMGCPUserScriptsAttachmentParams

NewGetCSPMGCPUserScriptsAttachmentParams creates a new GetCSPMGCPUserScriptsAttachmentParams 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 NewGetCSPMGCPUserScriptsAttachmentParamsWithContext

func NewGetCSPMGCPUserScriptsAttachmentParamsWithContext(ctx context.Context) *GetCSPMGCPUserScriptsAttachmentParams

NewGetCSPMGCPUserScriptsAttachmentParamsWithContext creates a new GetCSPMGCPUserScriptsAttachmentParams object with the ability to set a context for a request.

func NewGetCSPMGCPUserScriptsAttachmentParamsWithHTTPClient

func NewGetCSPMGCPUserScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetCSPMGCPUserScriptsAttachmentParams

NewGetCSPMGCPUserScriptsAttachmentParamsWithHTTPClient creates a new GetCSPMGCPUserScriptsAttachmentParams object with the ability to set a custom HTTPClient for a request.

func NewGetCSPMGCPUserScriptsAttachmentParamsWithTimeout

func NewGetCSPMGCPUserScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetCSPMGCPUserScriptsAttachmentParams

NewGetCSPMGCPUserScriptsAttachmentParamsWithTimeout creates a new GetCSPMGCPUserScriptsAttachmentParams object with the ability to set a timeout on a request.

func (*GetCSPMGCPUserScriptsAttachmentParams) SetContext

SetContext adds the context to the get c s p m g c p user scripts attachment params

func (*GetCSPMGCPUserScriptsAttachmentParams) SetDefaults

func (o *GetCSPMGCPUserScriptsAttachmentParams) SetDefaults()

SetDefaults hydrates default values in the get c s p m g c p user scripts attachment params (not the query body).

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

func (*GetCSPMGCPUserScriptsAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get c s p m g c p user scripts attachment params

func (*GetCSPMGCPUserScriptsAttachmentParams) SetTimeout

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

SetTimeout adds the timeout to the get c s p m g c p user scripts attachment params

func (*GetCSPMGCPUserScriptsAttachmentParams) WithContext

WithContext adds the context to the get c s p m g c p user scripts attachment params

func (*GetCSPMGCPUserScriptsAttachmentParams) WithDefaults

WithDefaults hydrates default values in the get c s p m g c p user scripts attachment params (not the query body).

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

func (*GetCSPMGCPUserScriptsAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get c s p m g c p user scripts attachment params

func (*GetCSPMGCPUserScriptsAttachmentParams) WithTimeout

WithTimeout adds the timeout to the get c s p m g c p user scripts attachment params

func (*GetCSPMGCPUserScriptsAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCSPMGCPUserScriptsAttachmentReader

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

GetCSPMGCPUserScriptsAttachmentReader is a Reader for the GetCSPMGCPUserScriptsAttachment structure.

func (*GetCSPMGCPUserScriptsAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCSPMGCPUserScriptsAttachmentTooManyRequests

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

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

Too Many Requests

func NewGetCSPMGCPUserScriptsAttachmentTooManyRequests

func NewGetCSPMGCPUserScriptsAttachmentTooManyRequests() *GetCSPMGCPUserScriptsAttachmentTooManyRequests

NewGetCSPMGCPUserScriptsAttachmentTooManyRequests creates a GetCSPMGCPUserScriptsAttachmentTooManyRequests with default headers values

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) Error

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) GetPayload

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get c s p m g c p user scripts attachment too many requests response has a 4xx status code

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get c s p m g c p user scripts attachment too many requests response a status code equal to that given

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m g c p user scripts attachment too many requests response has a 3xx status code

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get c s p m g c p user scripts attachment too many requests response has a 5xx status code

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m g c p user scripts attachment too many requests response has a 2xx status code

func (*GetCSPMGCPUserScriptsAttachmentTooManyRequests) String added in v0.2.27

type GetCSPMGCPUserScriptsBadRequest

type GetCSPMGCPUserScriptsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Bad Request

func NewGetCSPMGCPUserScriptsBadRequest

func NewGetCSPMGCPUserScriptsBadRequest() *GetCSPMGCPUserScriptsBadRequest

NewGetCSPMGCPUserScriptsBadRequest creates a GetCSPMGCPUserScriptsBadRequest with default headers values

func (*GetCSPMGCPUserScriptsBadRequest) Error

func (*GetCSPMGCPUserScriptsBadRequest) GetPayload

func (*GetCSPMGCPUserScriptsBadRequest) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsBadRequest) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts bad request response has a 4xx status code

func (*GetCSPMGCPUserScriptsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m g c p user scripts bad request response a status code equal to that given

func (*GetCSPMGCPUserScriptsBadRequest) IsRedirect added in v0.2.27

func (o *GetCSPMGCPUserScriptsBadRequest) IsRedirect() bool

IsRedirect returns true when this get c s p m g c p user scripts bad request response has a 3xx status code

func (*GetCSPMGCPUserScriptsBadRequest) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsBadRequest) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts bad request response has a 5xx status code

func (*GetCSPMGCPUserScriptsBadRequest) IsSuccess added in v0.2.27

func (o *GetCSPMGCPUserScriptsBadRequest) IsSuccess() bool

IsSuccess returns true when this get c s p m g c p user scripts bad request response has a 2xx status code

func (*GetCSPMGCPUserScriptsBadRequest) String added in v0.2.27

type GetCSPMGCPUserScriptsDefault

type GetCSPMGCPUserScriptsDefault struct {
	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
	// contains filtered or unexported fields
}

GetCSPMGCPUserScriptsDefault describes a response with status code -1, with default header values.

OK

func NewGetCSPMGCPUserScriptsDefault

func NewGetCSPMGCPUserScriptsDefault(code int) *GetCSPMGCPUserScriptsDefault

NewGetCSPMGCPUserScriptsDefault creates a GetCSPMGCPUserScriptsDefault with default headers values

func (*GetCSPMGCPUserScriptsDefault) Code

Code gets the status code for the get c s p m g c p user scripts default response

func (*GetCSPMGCPUserScriptsDefault) Error

func (*GetCSPMGCPUserScriptsDefault) GetPayload

func (*GetCSPMGCPUserScriptsDefault) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsDefault) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts default response has a 4xx status code

func (*GetCSPMGCPUserScriptsDefault) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m g c p user scripts default response a status code equal to that given

func (*GetCSPMGCPUserScriptsDefault) IsRedirect added in v0.2.27

func (o *GetCSPMGCPUserScriptsDefault) IsRedirect() bool

IsRedirect returns true when this get c s p m g c p user scripts default response has a 3xx status code

func (*GetCSPMGCPUserScriptsDefault) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsDefault) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts default response has a 5xx status code

func (*GetCSPMGCPUserScriptsDefault) IsSuccess added in v0.2.27

func (o *GetCSPMGCPUserScriptsDefault) IsSuccess() bool

IsSuccess returns true when this get c s p m g c p user scripts default response has a 2xx status code

func (*GetCSPMGCPUserScriptsDefault) String added in v0.2.27

type GetCSPMGCPUserScriptsForbidden

type GetCSPMGCPUserScriptsForbidden struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetCSPMGCPUserScriptsForbidden

func NewGetCSPMGCPUserScriptsForbidden() *GetCSPMGCPUserScriptsForbidden

NewGetCSPMGCPUserScriptsForbidden creates a GetCSPMGCPUserScriptsForbidden with default headers values

func (*GetCSPMGCPUserScriptsForbidden) Error

func (*GetCSPMGCPUserScriptsForbidden) GetPayload

func (*GetCSPMGCPUserScriptsForbidden) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsForbidden) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts forbidden response has a 4xx status code

func (*GetCSPMGCPUserScriptsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m g c p user scripts forbidden response a status code equal to that given

func (*GetCSPMGCPUserScriptsForbidden) IsRedirect added in v0.2.27

func (o *GetCSPMGCPUserScriptsForbidden) IsRedirect() bool

IsRedirect returns true when this get c s p m g c p user scripts forbidden response has a 3xx status code

func (*GetCSPMGCPUserScriptsForbidden) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsForbidden) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts forbidden response has a 5xx status code

func (*GetCSPMGCPUserScriptsForbidden) IsSuccess added in v0.2.27

func (o *GetCSPMGCPUserScriptsForbidden) IsSuccess() bool

IsSuccess returns true when this get c s p m g c p user scripts forbidden response has a 2xx status code

func (*GetCSPMGCPUserScriptsForbidden) String added in v0.2.27

type GetCSPMGCPUserScriptsInternalServerError

type GetCSPMGCPUserScriptsInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Internal Server Error

func NewGetCSPMGCPUserScriptsInternalServerError

func NewGetCSPMGCPUserScriptsInternalServerError() *GetCSPMGCPUserScriptsInternalServerError

NewGetCSPMGCPUserScriptsInternalServerError creates a GetCSPMGCPUserScriptsInternalServerError with default headers values

func (*GetCSPMGCPUserScriptsInternalServerError) Error

func (*GetCSPMGCPUserScriptsInternalServerError) GetPayload

func (*GetCSPMGCPUserScriptsInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this get c s p m g c p user scripts internal server error response has a 4xx status code

func (*GetCSPMGCPUserScriptsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get c s p m g c p user scripts internal server error response a status code equal to that given

func (*GetCSPMGCPUserScriptsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m g c p user scripts internal server error response has a 3xx status code

func (*GetCSPMGCPUserScriptsInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this get c s p m g c p user scripts internal server error response has a 5xx status code

func (*GetCSPMGCPUserScriptsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m g c p user scripts internal server error response has a 2xx status code

func (*GetCSPMGCPUserScriptsInternalServerError) String added in v0.2.27

type GetCSPMGCPUserScriptsMultiStatus

type GetCSPMGCPUserScriptsMultiStatus struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
}

GetCSPMGCPUserScriptsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetCSPMGCPUserScriptsMultiStatus

func NewGetCSPMGCPUserScriptsMultiStatus() *GetCSPMGCPUserScriptsMultiStatus

NewGetCSPMGCPUserScriptsMultiStatus creates a GetCSPMGCPUserScriptsMultiStatus with default headers values

func (*GetCSPMGCPUserScriptsMultiStatus) Error

func (*GetCSPMGCPUserScriptsMultiStatus) GetPayload

func (*GetCSPMGCPUserScriptsMultiStatus) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsMultiStatus) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts multi status response has a 4xx status code

func (*GetCSPMGCPUserScriptsMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m g c p user scripts multi status response a status code equal to that given

func (*GetCSPMGCPUserScriptsMultiStatus) IsRedirect added in v0.2.27

func (o *GetCSPMGCPUserScriptsMultiStatus) IsRedirect() bool

IsRedirect returns true when this get c s p m g c p user scripts multi status response has a 3xx status code

func (*GetCSPMGCPUserScriptsMultiStatus) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsMultiStatus) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts multi status response has a 5xx status code

func (*GetCSPMGCPUserScriptsMultiStatus) IsSuccess added in v0.2.27

func (o *GetCSPMGCPUserScriptsMultiStatus) IsSuccess() bool

IsSuccess returns true when this get c s p m g c p user scripts multi status response has a 2xx status code

func (*GetCSPMGCPUserScriptsMultiStatus) String added in v0.2.27

type GetCSPMGCPUserScriptsOK

type GetCSPMGCPUserScriptsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

OK

func NewGetCSPMGCPUserScriptsOK

func NewGetCSPMGCPUserScriptsOK() *GetCSPMGCPUserScriptsOK

NewGetCSPMGCPUserScriptsOK creates a GetCSPMGCPUserScriptsOK with default headers values

func (*GetCSPMGCPUserScriptsOK) Error

func (o *GetCSPMGCPUserScriptsOK) Error() string

func (*GetCSPMGCPUserScriptsOK) GetPayload

func (*GetCSPMGCPUserScriptsOK) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsOK) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts o k response has a 4xx status code

func (*GetCSPMGCPUserScriptsOK) IsCode added in v0.2.27

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

IsCode returns true when this get c s p m g c p user scripts o k response a status code equal to that given

func (*GetCSPMGCPUserScriptsOK) IsRedirect added in v0.2.27

func (o *GetCSPMGCPUserScriptsOK) IsRedirect() bool

IsRedirect returns true when this get c s p m g c p user scripts o k response has a 3xx status code

func (*GetCSPMGCPUserScriptsOK) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsOK) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts o k response has a 5xx status code

func (*GetCSPMGCPUserScriptsOK) IsSuccess added in v0.2.27

func (o *GetCSPMGCPUserScriptsOK) IsSuccess() bool

IsSuccess returns true when this get c s p m g c p user scripts o k response has a 2xx status code

func (*GetCSPMGCPUserScriptsOK) String added in v0.2.27

func (o *GetCSPMGCPUserScriptsOK) String() string

type GetCSPMGCPUserScriptsParams

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

GetCSPMGCPUserScriptsParams contains all the parameters to send to the API endpoint

for the get c s p m g c p user scripts operation.

Typically these are written to a http.Request.

func NewGetCSPMGCPUserScriptsParams

func NewGetCSPMGCPUserScriptsParams() *GetCSPMGCPUserScriptsParams

NewGetCSPMGCPUserScriptsParams creates a new GetCSPMGCPUserScriptsParams 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 NewGetCSPMGCPUserScriptsParamsWithContext

func NewGetCSPMGCPUserScriptsParamsWithContext(ctx context.Context) *GetCSPMGCPUserScriptsParams

NewGetCSPMGCPUserScriptsParamsWithContext creates a new GetCSPMGCPUserScriptsParams object with the ability to set a context for a request.

func NewGetCSPMGCPUserScriptsParamsWithHTTPClient

func NewGetCSPMGCPUserScriptsParamsWithHTTPClient(client *http.Client) *GetCSPMGCPUserScriptsParams

NewGetCSPMGCPUserScriptsParamsWithHTTPClient creates a new GetCSPMGCPUserScriptsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCSPMGCPUserScriptsParamsWithTimeout

func NewGetCSPMGCPUserScriptsParamsWithTimeout(timeout time.Duration) *GetCSPMGCPUserScriptsParams

NewGetCSPMGCPUserScriptsParamsWithTimeout creates a new GetCSPMGCPUserScriptsParams object with the ability to set a timeout on a request.

func (*GetCSPMGCPUserScriptsParams) SetContext

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

SetContext adds the context to the get c s p m g c p user scripts params

func (*GetCSPMGCPUserScriptsParams) SetDefaults

func (o *GetCSPMGCPUserScriptsParams) SetDefaults()

SetDefaults hydrates default values in the get c s p m g c p user scripts params (not the query body).

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

func (*GetCSPMGCPUserScriptsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get c s p m g c p user scripts params

func (*GetCSPMGCPUserScriptsParams) SetTimeout

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

SetTimeout adds the timeout to the get c s p m g c p user scripts params

func (*GetCSPMGCPUserScriptsParams) WithContext

WithContext adds the context to the get c s p m g c p user scripts params

func (*GetCSPMGCPUserScriptsParams) WithDefaults

WithDefaults hydrates default values in the get c s p m g c p user scripts params (not the query body).

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

func (*GetCSPMGCPUserScriptsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get c s p m g c p user scripts params

func (*GetCSPMGCPUserScriptsParams) WithTimeout

WithTimeout adds the timeout to the get c s p m g c p user scripts params

func (*GetCSPMGCPUserScriptsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCSPMGCPUserScriptsReader

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

GetCSPMGCPUserScriptsReader is a Reader for the GetCSPMGCPUserScripts structure.

func (*GetCSPMGCPUserScriptsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCSPMGCPUserScriptsTooManyRequests

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

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

Too Many Requests

func NewGetCSPMGCPUserScriptsTooManyRequests

func NewGetCSPMGCPUserScriptsTooManyRequests() *GetCSPMGCPUserScriptsTooManyRequests

NewGetCSPMGCPUserScriptsTooManyRequests creates a GetCSPMGCPUserScriptsTooManyRequests with default headers values

func (*GetCSPMGCPUserScriptsTooManyRequests) Error

func (*GetCSPMGCPUserScriptsTooManyRequests) GetPayload

func (*GetCSPMGCPUserScriptsTooManyRequests) IsClientError added in v0.2.27

func (o *GetCSPMGCPUserScriptsTooManyRequests) IsClientError() bool

IsClientError returns true when this get c s p m g c p user scripts too many requests response has a 4xx status code

func (*GetCSPMGCPUserScriptsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get c s p m g c p user scripts too many requests response a status code equal to that given

func (*GetCSPMGCPUserScriptsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get c s p m g c p user scripts too many requests response has a 3xx status code

func (*GetCSPMGCPUserScriptsTooManyRequests) IsServerError added in v0.2.27

func (o *GetCSPMGCPUserScriptsTooManyRequests) IsServerError() bool

IsServerError returns true when this get c s p m g c p user scripts too many requests response has a 5xx status code

func (*GetCSPMGCPUserScriptsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get c s p m g c p user scripts too many requests response has a 2xx status code

func (*GetCSPMGCPUserScriptsTooManyRequests) String added in v0.2.27

type GetD4CAWSAccountScriptsAttachmentBadRequest added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentBadRequest struct {

	/* Trace-ID: submit to support if 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.RegistrationAWSProvisionGetAccountScriptResponseV2
}

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

Bad Request

func NewGetD4CAWSAccountScriptsAttachmentBadRequest added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentBadRequest() *GetD4CAWSAccountScriptsAttachmentBadRequest

NewGetD4CAWSAccountScriptsAttachmentBadRequest creates a GetD4CAWSAccountScriptsAttachmentBadRequest with default headers values

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment bad request response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment bad request response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment bad request response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment bad request response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment bad request response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentForbidden added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentForbidden struct {

	/* Trace-ID: submit to support if 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
}

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

Forbidden

func NewGetD4CAWSAccountScriptsAttachmentForbidden added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentForbidden() *GetD4CAWSAccountScriptsAttachmentForbidden

NewGetD4CAWSAccountScriptsAttachmentForbidden creates a GetD4CAWSAccountScriptsAttachmentForbidden with default headers values

func (*GetD4CAWSAccountScriptsAttachmentForbidden) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentForbidden) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment forbidden response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment forbidden response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment forbidden response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment forbidden response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment forbidden response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentInternalServerError added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentInternalServerError struct {

	/* Trace-ID: submit to support if 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.RegistrationAWSProvisionGetAccountScriptResponseV2
}

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

Internal Server Error

func NewGetD4CAWSAccountScriptsAttachmentInternalServerError added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentInternalServerError() *GetD4CAWSAccountScriptsAttachmentInternalServerError

NewGetD4CAWSAccountScriptsAttachmentInternalServerError creates a GetD4CAWSAccountScriptsAttachmentInternalServerError with default headers values

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment internal server error response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment internal server error response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment internal server error response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment internal server error response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment internal server error response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentOK added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentOK struct {

	/* Trace-ID: submit to support if 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.RegistrationAWSProvisionGetAccountScriptResponseV2
}

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

OK

func NewGetD4CAWSAccountScriptsAttachmentOK added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentOK() *GetD4CAWSAccountScriptsAttachmentOK

NewGetD4CAWSAccountScriptsAttachmentOK creates a GetD4CAWSAccountScriptsAttachmentOK with default headers values

func (*GetD4CAWSAccountScriptsAttachmentOK) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentOK) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentOK) IsClientError added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentOK) IsClientError() bool

IsClientError returns true when this get d4 c a w s account scripts attachment o k response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment o k response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentOK) IsRedirect added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentOK) IsRedirect() bool

IsRedirect returns true when this get d4 c a w s account scripts attachment o k response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) IsServerError added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentOK) IsServerError() bool

IsServerError returns true when this get d4 c a w s account scripts attachment o k response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment o k response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentParams added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentParams struct {

	/* Ids.

	   AWS account IDs
	*/
	Ids []string

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

GetD4CAWSAccountScriptsAttachmentParams contains all the parameters to send to the API endpoint

for the get d4 c a w s account scripts attachment operation.

Typically these are written to a http.Request.

func NewGetD4CAWSAccountScriptsAttachmentParams added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParams() *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParams creates a new GetD4CAWSAccountScriptsAttachmentParams 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 NewGetD4CAWSAccountScriptsAttachmentParamsWithContext added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParamsWithContext(ctx context.Context) *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParamsWithContext creates a new GetD4CAWSAccountScriptsAttachmentParams object with the ability to set a context for a request.

func NewGetD4CAWSAccountScriptsAttachmentParamsWithHTTPClient added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParamsWithHTTPClient creates a new GetD4CAWSAccountScriptsAttachmentParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CAWSAccountScriptsAttachmentParamsWithTimeout added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParamsWithTimeout creates a new GetD4CAWSAccountScriptsAttachmentParams object with the ability to set a timeout on a request.

func (*GetD4CAWSAccountScriptsAttachmentParams) SetContext added in v0.2.29

SetContext adds the context to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) SetDefaults added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c a w s account scripts attachment params (not the query body).

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

func (*GetD4CAWSAccountScriptsAttachmentParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) SetIds added in v0.2.29

SetIds adds the ids to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithContext added in v0.2.29

WithContext adds the context to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get d4 c a w s account scripts attachment params (not the query body).

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

func (*GetD4CAWSAccountScriptsAttachmentParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithIds added in v0.2.29

WithIds adds the ids to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetD4CAWSAccountScriptsAttachmentReader added in v0.2.29

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

GetD4CAWSAccountScriptsAttachmentReader is a Reader for the GetD4CAWSAccountScriptsAttachment structure.

func (*GetD4CAWSAccountScriptsAttachmentReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetD4CAWSAccountScriptsAttachmentTooManyRequests added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentTooManyRequests struct {

	/* Trace-ID: submit to support if 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
}

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

Too Many Requests

func NewGetD4CAWSAccountScriptsAttachmentTooManyRequests added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentTooManyRequests() *GetD4CAWSAccountScriptsAttachmentTooManyRequests

NewGetD4CAWSAccountScriptsAttachmentTooManyRequests creates a GetD4CAWSAccountScriptsAttachmentTooManyRequests with default headers values

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment too many requests response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment too many requests response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment too many requests response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment too many requests response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment too many requests response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) String added in v0.2.29

type GetD4CAwsAccountBadRequest added in v0.2.29

type GetD4CAwsAccountBadRequest struct {

	/* Trace-ID: submit to support if 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
}

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

Bad Request

func NewGetD4CAwsAccountBadRequest added in v0.2.29

func NewGetD4CAwsAccountBadRequest() *GetD4CAwsAccountBadRequest

NewGetD4CAwsAccountBadRequest creates a GetD4CAwsAccountBadRequest with default headers values

func (*GetD4CAwsAccountBadRequest) Error added in v0.2.29

func (*GetD4CAwsAccountBadRequest) GetPayload added in v0.2.29

func (*GetD4CAwsAccountBadRequest) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsClientError() bool

IsClientError returns true when this get d4 c aws account bad request response has a 4xx status code

func (*GetD4CAwsAccountBadRequest) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account bad request response a status code equal to that given

func (*GetD4CAwsAccountBadRequest) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account bad request response has a 3xx status code

func (*GetD4CAwsAccountBadRequest) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsServerError() bool

IsServerError returns true when this get d4 c aws account bad request response has a 5xx status code

func (*GetD4CAwsAccountBadRequest) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account bad request response has a 2xx status code

func (*GetD4CAwsAccountBadRequest) String added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) String() string

type GetD4CAwsAccountForbidden added in v0.2.29

type GetD4CAwsAccountForbidden struct {

	/* Trace-ID: submit to support if 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
}

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

Forbidden

func NewGetD4CAwsAccountForbidden added in v0.2.29

func NewGetD4CAwsAccountForbidden() *GetD4CAwsAccountForbidden

NewGetD4CAwsAccountForbidden creates a GetD4CAwsAccountForbidden with default headers values

func (*GetD4CAwsAccountForbidden) Error added in v0.2.29

func (o *GetD4CAwsAccountForbidden) Error() string

func (*GetD4CAwsAccountForbidden) GetPayload added in v0.2.29

func (*GetD4CAwsAccountForbidden) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsClientError() bool

IsClientError returns true when this get d4 c aws account forbidden response has a 4xx status code

func (*GetD4CAwsAccountForbidden) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account forbidden response a status code equal to that given

func (*GetD4CAwsAccountForbidden) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account forbidden response has a 3xx status code

func (*GetD4CAwsAccountForbidden) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsServerError() bool

IsServerError returns true when this get d4 c aws account forbidden response has a 5xx status code

func (*GetD4CAwsAccountForbidden) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account forbidden response has a 2xx status code

func (*GetD4CAwsAccountForbidden) String added in v0.2.29

func (o *GetD4CAwsAccountForbidden) String() string

type GetD4CAwsAccountInternalServerError added in v0.2.29

type GetD4CAwsAccountInternalServerError struct {

	/* Trace-ID: submit to support if 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
}

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

Internal Server Error

func NewGetD4CAwsAccountInternalServerError added in v0.2.29

func NewGetD4CAwsAccountInternalServerError() *GetD4CAwsAccountInternalServerError

NewGetD4CAwsAccountInternalServerError creates a GetD4CAwsAccountInternalServerError with default headers values

func (*GetD4CAwsAccountInternalServerError) Error added in v0.2.29

func (*GetD4CAwsAccountInternalServerError) GetPayload added in v0.2.29

func (*GetD4CAwsAccountInternalServerError) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountInternalServerError) IsClientError() bool

IsClientError returns true when this get d4 c aws account internal server error response has a 4xx status code

func (*GetD4CAwsAccountInternalServerError) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws account internal server error response a status code equal to that given

func (*GetD4CAwsAccountInternalServerError) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountInternalServerError) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account internal server error response has a 3xx status code

func (*GetD4CAwsAccountInternalServerError) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountInternalServerError) IsServerError() bool

IsServerError returns true when this get d4 c aws account internal server error response has a 5xx status code

func (*GetD4CAwsAccountInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws account internal server error response has a 2xx status code

func (*GetD4CAwsAccountInternalServerError) String added in v0.2.29

type GetD4CAwsAccountMultiStatus added in v0.2.29

type GetD4CAwsAccountMultiStatus struct {

	/* Trace-ID: submit to support if 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
}

GetD4CAwsAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetD4CAwsAccountMultiStatus added in v0.2.29

func NewGetD4CAwsAccountMultiStatus() *GetD4CAwsAccountMultiStatus

NewGetD4CAwsAccountMultiStatus creates a GetD4CAwsAccountMultiStatus with default headers values

func (*GetD4CAwsAccountMultiStatus) Error added in v0.2.29

func (*GetD4CAwsAccountMultiStatus) GetPayload added in v0.2.29

func (*GetD4CAwsAccountMultiStatus) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsClientError() bool

IsClientError returns true when this get d4 c aws account multi status response has a 4xx status code

func (*GetD4CAwsAccountMultiStatus) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account multi status response a status code equal to that given

func (*GetD4CAwsAccountMultiStatus) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account multi status response has a 3xx status code

func (*GetD4CAwsAccountMultiStatus) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsServerError() bool

IsServerError returns true when this get d4 c aws account multi status response has a 5xx status code

func (*GetD4CAwsAccountMultiStatus) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account multi status response has a 2xx status code

func (*GetD4CAwsAccountMultiStatus) String added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) String() string

type GetD4CAwsAccountOK added in v0.2.29

type GetD4CAwsAccountOK struct {

	/* Trace-ID: submit to support if 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
}

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

OK

func NewGetD4CAwsAccountOK added in v0.2.29

func NewGetD4CAwsAccountOK() *GetD4CAwsAccountOK

NewGetD4CAwsAccountOK creates a GetD4CAwsAccountOK with default headers values

func (*GetD4CAwsAccountOK) Error added in v0.2.29

func (o *GetD4CAwsAccountOK) Error() string

func (*GetD4CAwsAccountOK) GetPayload added in v0.2.29

func (*GetD4CAwsAccountOK) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountOK) IsClientError() bool

IsClientError returns true when this get d4 c aws account o k response has a 4xx status code

func (*GetD4CAwsAccountOK) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account o k response a status code equal to that given

func (*GetD4CAwsAccountOK) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountOK) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account o k response has a 3xx status code

func (*GetD4CAwsAccountOK) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountOK) IsServerError() bool

IsServerError returns true when this get d4 c aws account o k response has a 5xx status code

func (*GetD4CAwsAccountOK) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountOK) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account o k response has a 2xx status code

func (*GetD4CAwsAccountOK) String added in v0.2.29

func (o *GetD4CAwsAccountOK) String() string

type GetD4CAwsAccountParams added in v0.2.29

type GetD4CAwsAccountParams struct {

	/* Ids.

	   AWS account IDs
	*/
	Ids []string

	/* Limit.

	   The maximum records to return. Defaults to 100.

	   Default: 100
	*/
	Limit *int64

	/* Migrated.

	   Only return migrated d4c accounts
	*/
	Migrated *string

	/* 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
}

GetD4CAwsAccountParams contains all the parameters to send to the API endpoint

for the get d4 c aws account operation.

Typically these are written to a http.Request.

func NewGetD4CAwsAccountParams added in v0.2.29

func NewGetD4CAwsAccountParams() *GetD4CAwsAccountParams

NewGetD4CAwsAccountParams creates a new GetD4CAwsAccountParams 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 NewGetD4CAwsAccountParamsWithContext added in v0.2.29

func NewGetD4CAwsAccountParamsWithContext(ctx context.Context) *GetD4CAwsAccountParams

NewGetD4CAwsAccountParamsWithContext creates a new GetD4CAwsAccountParams object with the ability to set a context for a request.

func NewGetD4CAwsAccountParamsWithHTTPClient added in v0.2.29

func NewGetD4CAwsAccountParamsWithHTTPClient(client *http.Client) *GetD4CAwsAccountParams

NewGetD4CAwsAccountParamsWithHTTPClient creates a new GetD4CAwsAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CAwsAccountParamsWithTimeout added in v0.2.29

func NewGetD4CAwsAccountParamsWithTimeout(timeout time.Duration) *GetD4CAwsAccountParams

NewGetD4CAwsAccountParamsWithTimeout creates a new GetD4CAwsAccountParams object with the ability to set a timeout on a request.

func (*GetD4CAwsAccountParams) SetContext added in v0.2.29

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

SetContext adds the context to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetDefaults added in v0.2.29

func (o *GetD4CAwsAccountParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c aws account params (not the query body).

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

func (*GetD4CAwsAccountParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetIds added in v0.2.29

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

SetIds adds the ids to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetLimit added in v0.2.29

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

SetLimit adds the limit to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetMigrated added in v0.2.29

func (o *GetD4CAwsAccountParams) SetMigrated(migrated *string)

SetMigrated adds the migrated to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetOffset added in v0.2.29

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

SetOffset adds the offset to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetOrganizationIds added in v0.2.29

func (o *GetD4CAwsAccountParams) SetOrganizationIds(organizationIds []string)

SetOrganizationIds adds the organizationIds to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetScanType added in v0.2.29

func (o *GetD4CAwsAccountParams) SetScanType(scanType *string)

SetScanType adds the scanType to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetStatus added in v0.2.29

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

SetStatus adds the status to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithContext added in v0.2.29

WithContext adds the context to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get d4 c aws account params (not the query body).

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

func (*GetD4CAwsAccountParams) WithHTTPClient added in v0.2.29

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

WithHTTPClient adds the HTTPClient to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithIds added in v0.2.29

WithIds adds the ids to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithLimit added in v0.2.29

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

WithLimit adds the limit to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithMigrated added in v0.2.29

func (o *GetD4CAwsAccountParams) WithMigrated(migrated *string) *GetD4CAwsAccountParams

WithMigrated adds the migrated to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithOffset added in v0.2.29

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

WithOffset adds the offset to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithOrganizationIds added in v0.2.29

func (o *GetD4CAwsAccountParams) WithOrganizationIds(organizationIds []string) *GetD4CAwsAccountParams

WithOrganizationIds adds the organizationIds to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithScanType added in v0.2.29

func (o *GetD4CAwsAccountParams) WithScanType(scanType *string) *GetD4CAwsAccountParams

WithScanType adds the scanType to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithStatus added in v0.2.29

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

WithStatus adds the status to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetD4CAwsAccountReader added in v0.2.29

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

GetD4CAwsAccountReader is a Reader for the GetD4CAwsAccount structure.

func (*GetD4CAwsAccountReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetD4CAwsAccountTooManyRequests added in v0.2.29

type GetD4CAwsAccountTooManyRequests struct {

	/* Trace-ID: submit to support if 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
}

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

Too Many Requests

func NewGetD4CAwsAccountTooManyRequests added in v0.2.29

func NewGetD4CAwsAccountTooManyRequests() *GetD4CAwsAccountTooManyRequests

NewGetD4CAwsAccountTooManyRequests creates a GetD4CAwsAccountTooManyRequests with default headers values

func (*GetD4CAwsAccountTooManyRequests) Error added in v0.2.29

func (*GetD4CAwsAccountTooManyRequests) GetPayload added in v0.2.29

func (*GetD4CAwsAccountTooManyRequests) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this get d4 c aws account too many requests response has a 4xx status code

func (*GetD4CAwsAccountTooManyRequests) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account too many requests response a status code equal to that given

func (*GetD4CAwsAccountTooManyRequests) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account too many requests response has a 3xx status code

func (*GetD4CAwsAccountTooManyRequests) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this get d4 c aws account too many requests response has a 5xx status code

func (*GetD4CAwsAccountTooManyRequests) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account too many requests response has a 2xx status code

func (*GetD4CAwsAccountTooManyRequests) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsBadRequest added in v0.2.29

type GetD4CAwsConsoleSetupURLsBadRequest struct {

	/* Trace-ID: submit to support if 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.RegistrationAWSAccountConsoleURL
}

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

Bad Request

func NewGetD4CAwsConsoleSetupURLsBadRequest added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsBadRequest() *GetD4CAwsConsoleSetupURLsBadRequest

NewGetD4CAwsConsoleSetupURLsBadRequest creates a GetD4CAwsConsoleSetupURLsBadRequest with default headers values

func (*GetD4CAwsConsoleSetupURLsBadRequest) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsBadRequest) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsBadRequest) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls bad request response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls bad request response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsRedirect added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsBadRequest) IsRedirect() bool

IsRedirect returns true when this get d4 c aws console setup u r ls bad request response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsBadRequest) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls bad request response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls bad request response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsForbidden added in v0.2.29

type GetD4CAwsConsoleSetupURLsForbidden struct {

	/* Trace-ID: submit to support if 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
}

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

Forbidden

func NewGetD4CAwsConsoleSetupURLsForbidden added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsForbidden() *GetD4CAwsConsoleSetupURLsForbidden

NewGetD4CAwsConsoleSetupURLsForbidden creates a GetD4CAwsConsoleSetupURLsForbidden with default headers values

func (*GetD4CAwsConsoleSetupURLsForbidden) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsForbidden) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsForbidden) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsForbidden) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls forbidden response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls forbidden response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsForbidden) IsRedirect added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsForbidden) IsRedirect() bool

IsRedirect returns true when this get d4 c aws console setup u r ls forbidden response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsForbidden) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls forbidden response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls forbidden response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsInternalServerError added in v0.2.29

type GetD4CAwsConsoleSetupURLsInternalServerError struct {

	/* Trace-ID: submit to support if 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.RegistrationAWSAccountConsoleURL
}

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

Internal Server Error

func NewGetD4CAwsConsoleSetupURLsInternalServerError added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsInternalServerError() *GetD4CAwsConsoleSetupURLsInternalServerError

NewGetD4CAwsConsoleSetupURLsInternalServerError creates a GetD4CAwsConsoleSetupURLsInternalServerError with default headers values

func (*GetD4CAwsConsoleSetupURLsInternalServerError) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsInternalServerError) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c aws console setup u r ls internal server error response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls internal server error response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c aws console setup u r ls internal server error response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c aws console setup u r ls internal server error response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls internal server error response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsMultiStatus added in v0.2.29

type GetD4CAwsConsoleSetupURLsMultiStatus struct {

	/* Trace-ID: submit to support if 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.RegistrationAWSAccountConsoleURL
}

GetD4CAwsConsoleSetupURLsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetD4CAwsConsoleSetupURLsMultiStatus added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsMultiStatus() *GetD4CAwsConsoleSetupURLsMultiStatus

NewGetD4CAwsConsoleSetupURLsMultiStatus creates a GetD4CAwsConsoleSetupURLsMultiStatus with default headers values

func (*GetD4CAwsConsoleSetupURLsMultiStatus) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsMultiStatus) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsMultiStatus) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls multi status response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls multi status response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c aws console setup u r ls multi status response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsMultiStatus) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls multi status response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls multi status response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsOK added in v0.2.29

type GetD4CAwsConsoleSetupURLsOK struct {

	/* Trace-ID: submit to support if 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.RegistrationAWSAccountConsoleURL
}

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

OK

func NewGetD4CAwsConsoleSetupURLsOK added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsOK() *GetD4CAwsConsoleSetupURLsOK

NewGetD4CAwsConsoleSetupURLsOK creates a GetD4CAwsConsoleSetupURLsOK with default headers values

func (*GetD4CAwsConsoleSetupURLsOK) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsOK) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsOK) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls o k response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsOK) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws console setup u r ls o k response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsOK) IsRedirect added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsRedirect() bool

IsRedirect returns true when this get d4 c aws console setup u r ls o k response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsOK) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls o k response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsOK) IsSuccess added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsSuccess() bool

IsSuccess returns true when this get d4 c aws console setup u r ls o k response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsOK) String added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) String() string

type GetD4CAwsConsoleSetupURLsParams added in v0.2.29

type GetD4CAwsConsoleSetupURLsParams struct {

	/* Region.

	   Region
	*/
	Region *string

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

GetD4CAwsConsoleSetupURLsParams contains all the parameters to send to the API endpoint

for the get d4 c aws console setup u r ls operation.

Typically these are written to a http.Request.

func NewGetD4CAwsConsoleSetupURLsParams added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParams() *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParams creates a new GetD4CAwsConsoleSetupURLsParams 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 NewGetD4CAwsConsoleSetupURLsParamsWithContext added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParamsWithContext(ctx context.Context) *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParamsWithContext creates a new GetD4CAwsConsoleSetupURLsParams object with the ability to set a context for a request.

func NewGetD4CAwsConsoleSetupURLsParamsWithHTTPClient added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParamsWithHTTPClient(client *http.Client) *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParamsWithHTTPClient creates a new GetD4CAwsConsoleSetupURLsParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CAwsConsoleSetupURLsParamsWithTimeout added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParamsWithTimeout(timeout time.Duration) *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParamsWithTimeout creates a new GetD4CAwsConsoleSetupURLsParams object with the ability to set a timeout on a request.

func (*GetD4CAwsConsoleSetupURLsParams) SetContext added in v0.2.29

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

SetContext adds the context to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) SetDefaults added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c aws console setup u r ls params (not the query body).

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

func (*GetD4CAwsConsoleSetupURLsParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) SetRegion added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsParams) SetRegion(region *string)

SetRegion adds the region to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithContext added in v0.2.29

WithContext adds the context to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get d4 c aws console setup u r ls params (not the query body).

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

func (*GetD4CAwsConsoleSetupURLsParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithRegion added in v0.2.29

WithRegion adds the region to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetD4CAwsConsoleSetupURLsReader added in v0.2.29

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

GetD4CAwsConsoleSetupURLsReader is a Reader for the GetD4CAwsConsoleSetupURLs structure.

func (*GetD4CAwsConsoleSetupURLsReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetD4CAwsConsoleSetupURLsTooManyRequests added in v0.2.29

type GetD4CAwsConsoleSetupURLsTooManyRequests struct {

	/* Trace-ID: submit to support if 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
}

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

Too Many Requests

func NewGetD4CAwsConsoleSetupURLsTooManyRequests added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsTooManyRequests() *GetD4CAwsConsoleSetupURLsTooManyRequests

NewGetD4CAwsConsoleSetupURLsTooManyRequests creates a GetD4CAwsConsoleSetupURLsTooManyRequests with default headers values

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c aws console setup u r ls too many requests response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls too many requests response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c aws console setup u r ls too many requests response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c aws console setup u r ls too many requests response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls too many requests response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) String added in v0.2.29

type GetHorizonD4CScriptsForbidden added in v0.2.29

type GetHorizonD4CScriptsForbidden struct {

	/* Trace-ID: submit to support if 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
}

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

Forbidden

func NewGetHorizonD4CScriptsForbidden added in v0.2.29

func NewGetHorizonD4CScriptsForbidden() *GetHorizonD4CScriptsForbidden

NewGetHorizonD4CScriptsForbidden creates a GetHorizonD4CScriptsForbidden with default headers values

func (*GetHorizonD4CScriptsForbidden) Error added in v0.2.29

func (*GetHorizonD4CScriptsForbidden) GetPayload added in v0.2.29

func (*GetHorizonD4CScriptsForbidden) IsClientError added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsClientError() bool

IsClientError returns true when this get horizon d4 c scripts forbidden response has a 4xx status code

func (*GetHorizonD4CScriptsForbidden) IsCode added in v0.2.29

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

IsCode returns true when this get horizon d4 c scripts forbidden response a status code equal to that given

func (*GetHorizonD4CScriptsForbidden) IsRedirect added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsRedirect() bool

IsRedirect returns true when this get horizon d4 c scripts forbidden response has a 3xx status code

func (*GetHorizonD4CScriptsForbidden) IsServerError added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsServerError() bool

IsServerError returns true when this get horizon d4 c scripts forbidden response has a 5xx status code

func (*GetHorizonD4CScriptsForbidden) IsSuccess added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsSuccess() bool

IsSuccess returns true when this get horizon d4 c scripts forbidden response has a 2xx status code

func (*GetHorizonD4CScriptsForbidden) String added in v0.2.29

type GetHorizonD4CScriptsOK added in v0.2.29

type GetHorizonD4CScriptsOK struct {

	/* Trace-ID: submit to support if 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.RegistrationStaticScriptsResponse
}

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

OK

func NewGetHorizonD4CScriptsOK added in v0.2.29

func NewGetHorizonD4CScriptsOK() *GetHorizonD4CScriptsOK

NewGetHorizonD4CScriptsOK creates a GetHorizonD4CScriptsOK with default headers values

func (*GetHorizonD4CScriptsOK) Error added in v0.2.29

func (o *GetHorizonD4CScriptsOK) Error() string

func (*GetHorizonD4CScriptsOK) GetPayload added in v0.2.29

func (*GetHorizonD4CScriptsOK) IsClientError added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsClientError() bool

IsClientError returns true when this get horizon d4 c scripts o k response has a 4xx status code

func (*GetHorizonD4CScriptsOK) IsCode added in v0.2.29

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

IsCode returns true when this get horizon d4 c scripts o k response a status code equal to that given

func (*GetHorizonD4CScriptsOK) IsRedirect added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsRedirect() bool

IsRedirect returns true when this get horizon d4 c scripts o k response has a 3xx status code

func (*GetHorizonD4CScriptsOK) IsServerError added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsServerError() bool

IsServerError returns true when this get horizon d4 c scripts o k response has a 5xx status code

func (*GetHorizonD4CScriptsOK) IsSuccess added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsSuccess() bool

IsSuccess returns true when this get horizon d4 c scripts o k response has a 2xx status code

func (*GetHorizonD4CScriptsOK) String added in v0.2.29

func (o *GetHorizonD4CScriptsOK) String() string

type GetHorizonD4CScriptsParams added in v0.2.29

type GetHorizonD4CScriptsParams struct {

	/* AccountType.

	   Account type (e.g.: commercial,gov) Only applicable when registering AWS commercial account in a Gov environment
	*/
	AccountType *string

	// Delete.
	Delete *string

	/* OrganizationID.

	   AWS organization ID
	*/
	OrganizationID *string

	/* SingleAccount.

	   Get static script for single account
	*/
	SingleAccount *string

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

GetHorizonD4CScriptsParams contains all the parameters to send to the API endpoint

for the get horizon d4 c scripts operation.

Typically these are written to a http.Request.

func NewGetHorizonD4CScriptsParams added in v0.2.29

func NewGetHorizonD4CScriptsParams() *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParams creates a new GetHorizonD4CScriptsParams 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 NewGetHorizonD4CScriptsParamsWithContext added in v0.2.29

func NewGetHorizonD4CScriptsParamsWithContext(ctx context.Context) *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParamsWithContext creates a new GetHorizonD4CScriptsParams object with the ability to set a context for a request.

func NewGetHorizonD4CScriptsParamsWithHTTPClient added in v0.2.29

func NewGetHorizonD4CScriptsParamsWithHTTPClient(client *http.Client) *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParamsWithHTTPClient creates a new GetHorizonD4CScriptsParams object with the ability to set a custom HTTPClient for a request.

func NewGetHorizonD4CScriptsParamsWithTimeout added in v0.2.29

func NewGetHorizonD4CScriptsParamsWithTimeout(timeout time.Duration) *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParamsWithTimeout creates a new GetHorizonD4CScriptsParams object with the ability to set a timeout on a request.

func (*GetHorizonD4CScriptsParams) SetAccountType added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetAccountType(accountType *string)

SetAccountType adds the accountType to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetContext added in v0.2.29

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

SetContext adds the context to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetDefaults added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetDefaults()

SetDefaults hydrates default values in the get horizon d4 c scripts params (not the query body).

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

func (*GetHorizonD4CScriptsParams) SetDelete added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetDelete(delete *string)

SetDelete adds the delete to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetOrganizationID added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetOrganizationID(organizationID *string)

SetOrganizationID adds the organizationId to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetSingleAccount added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetSingleAccount(singleAccount *string)

SetSingleAccount adds the singleAccount to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithAccountType added in v0.2.29

func (o *GetHorizonD4CScriptsParams) WithAccountType(accountType *string) *GetHorizonD4CScriptsParams

WithAccountType adds the accountType to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithContext added in v0.2.29

WithContext adds the context to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get horizon d4 c scripts params (not the query body).

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

func (*GetHorizonD4CScriptsParams) WithDelete added in v0.2.29

WithDelete adds the delete to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithOrganizationID added in v0.2.29

func (o *GetHorizonD4CScriptsParams) WithOrganizationID(organizationID *string) *GetHorizonD4CScriptsParams

WithOrganizationID adds the organizationID to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithSingleAccount added in v0.2.29

func (o *GetHorizonD4CScriptsParams) WithSingleAccount(singleAccount *string) *GetHorizonD4CScriptsParams

WithSingleAccount adds the singleAccount to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetHorizonD4CScriptsReader added in v0.2.29

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

GetHorizonD4CScriptsReader is a Reader for the GetHorizonD4CScripts structure.

func (*GetHorizonD4CScriptsReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetHorizonD4CScriptsTooManyRequests added in v0.2.29

type GetHorizonD4CScriptsTooManyRequests struct {

	/* Trace-ID: submit to support if 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
}

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

Too Many Requests

func NewGetHorizonD4CScriptsTooManyRequests added in v0.2.29

func NewGetHorizonD4CScriptsTooManyRequests() *GetHorizonD4CScriptsTooManyRequests

NewGetHorizonD4CScriptsTooManyRequests creates a GetHorizonD4CScriptsTooManyRequests with default headers values

func (*GetHorizonD4CScriptsTooManyRequests) Error added in v0.2.29

func (*GetHorizonD4CScriptsTooManyRequests) GetPayload added in v0.2.29

func (*GetHorizonD4CScriptsTooManyRequests) IsClientError added in v0.2.29

func (o *GetHorizonD4CScriptsTooManyRequests) IsClientError() bool

IsClientError returns true when this get horizon d4 c scripts too many requests response has a 4xx status code

func (*GetHorizonD4CScriptsTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this get horizon d4 c scripts too many requests response a status code equal to that given

func (*GetHorizonD4CScriptsTooManyRequests) IsRedirect added in v0.2.29

func (o *GetHorizonD4CScriptsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get horizon d4 c scripts too many requests response has a 3xx status code

func (*GetHorizonD4CScriptsTooManyRequests) IsServerError added in v0.2.29

func (o *GetHorizonD4CScriptsTooManyRequests) IsServerError() bool

IsServerError returns true when this get horizon d4 c scripts too many requests response has a 5xx status code

func (*GetHorizonD4CScriptsTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this get horizon d4 c scripts too many requests response has a 2xx status code

func (*GetHorizonD4CScriptsTooManyRequests) String added in v0.2.29

Jump to

Keyboard shortcuts

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