Documentation ¶
Index ¶
- type AddCollaboratorBadRequest
- type AddCollaboratorForbidden
- type AddCollaboratorInternalServerError
- type AddCollaboratorOK
- type AddCollaboratorParams
- func NewAddCollaboratorParams() *AddCollaboratorParams
- func NewAddCollaboratorParamsWithContext(ctx context.Context) *AddCollaboratorParams
- func NewAddCollaboratorParamsWithHTTPClient(client *http.Client) *AddCollaboratorParams
- func NewAddCollaboratorParamsWithTimeout(timeout time.Duration) *AddCollaboratorParams
- func (o *AddCollaboratorParams) SetCollaboratingOrgID(collaboratingOrgID string)
- func (o *AddCollaboratorParams) SetContext(ctx context.Context)
- func (o *AddCollaboratorParams) SetHTTPClient(client *http.Client)
- func (o *AddCollaboratorParams) SetIDToken(iDToken string)
- func (o *AddCollaboratorParams) SetTimeout(timeout time.Duration)
- func (o *AddCollaboratorParams) SetUseDomainID(useDomainID string)
- func (o *AddCollaboratorParams) WithCollaboratingOrgID(collaboratingOrgID string) *AddCollaboratorParams
- func (o *AddCollaboratorParams) WithContext(ctx context.Context) *AddCollaboratorParams
- func (o *AddCollaboratorParams) WithHTTPClient(client *http.Client) *AddCollaboratorParams
- func (o *AddCollaboratorParams) WithIDToken(iDToken string) *AddCollaboratorParams
- func (o *AddCollaboratorParams) WithTimeout(timeout time.Duration) *AddCollaboratorParams
- func (o *AddCollaboratorParams) WithUseDomainID(useDomainID string) *AddCollaboratorParams
- func (o *AddCollaboratorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddCollaboratorReader
- type AddCollaboratorUnauthorized
- type AddExistingUseDomainBadRequest
- type AddExistingUseDomainOK
- type AddExistingUseDomainParams
- func NewAddExistingUseDomainParams() *AddExistingUseDomainParams
- func NewAddExistingUseDomainParamsWithContext(ctx context.Context) *AddExistingUseDomainParams
- func NewAddExistingUseDomainParamsWithHTTPClient(client *http.Client) *AddExistingUseDomainParams
- func NewAddExistingUseDomainParamsWithTimeout(timeout time.Duration) *AddExistingUseDomainParams
- func (o *AddExistingUseDomainParams) SetContext(ctx context.Context)
- func (o *AddExistingUseDomainParams) SetCryptoConfigID(cryptoConfigID string)
- func (o *AddExistingUseDomainParams) SetHTTPClient(client *http.Client)
- func (o *AddExistingUseDomainParams) SetTimeout(timeout time.Duration)
- func (o *AddExistingUseDomainParams) SetUseDomainID(useDomainID string)
- func (o *AddExistingUseDomainParams) WithContext(ctx context.Context) *AddExistingUseDomainParams
- func (o *AddExistingUseDomainParams) WithCryptoConfigID(cryptoConfigID string) *AddExistingUseDomainParams
- func (o *AddExistingUseDomainParams) WithHTTPClient(client *http.Client) *AddExistingUseDomainParams
- func (o *AddExistingUseDomainParams) WithTimeout(timeout time.Duration) *AddExistingUseDomainParams
- func (o *AddExistingUseDomainParams) WithUseDomainID(useDomainID string) *AddExistingUseDomainParams
- func (o *AddExistingUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddExistingUseDomainReader
- type AddUseDomainBadRequest
- type AddUseDomainOK
- type AddUseDomainParams
- func (o *AddUseDomainParams) SetContext(ctx context.Context)
- func (o *AddUseDomainParams) SetCryptoConfigID(cryptoConfigID string)
- func (o *AddUseDomainParams) SetHTTPClient(client *http.Client)
- func (o *AddUseDomainParams) SetNewUseDomain(newUseDomain *models.SymmetricKeyUseDomain)
- func (o *AddUseDomainParams) SetTimeout(timeout time.Duration)
- func (o *AddUseDomainParams) WithContext(ctx context.Context) *AddUseDomainParams
- func (o *AddUseDomainParams) WithCryptoConfigID(cryptoConfigID string) *AddUseDomainParams
- func (o *AddUseDomainParams) WithHTTPClient(client *http.Client) *AddUseDomainParams
- func (o *AddUseDomainParams) WithNewUseDomain(newUseDomain *models.SymmetricKeyUseDomain) *AddUseDomainParams
- func (o *AddUseDomainParams) WithTimeout(timeout time.Duration) *AddUseDomainParams
- func (o *AddUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddUseDomainReader
- type Client
- func (a *Client) AddCollaborator(params *AddCollaboratorParams, authInfo runtime.ClientAuthInfoWriter) (*AddCollaboratorOK, error)
- func (a *Client) AddExistingUseDomain(params *AddExistingUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*AddExistingUseDomainOK, error)
- func (a *Client) AddUseDomain(params *AddUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*AddUseDomainOK, error)
- func (a *Client) GetCryptoConfig(params *GetCryptoConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetCryptoConfigOK, error)
- func (a *Client) RapidRotationUseDomain(params *RapidRotationUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*RapidRotationUseDomainOK, error)
- func (a *Client) RemoveCollaborator(params *RemoveCollaboratorParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveCollaboratorOK, error)
- func (a *Client) RemoveUseDomain(params *RemoveUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveUseDomainOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateCryptoConfig(params *UpdateCryptoConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCryptoConfigOK, error)
- func (a *Client) UpdateCryptoConfigFallbackToCloud(params *UpdateCryptoConfigFallbackToCloudParams, ...) (*UpdateCryptoConfigFallbackToCloudOK, error)
- func (a *Client) UpdateCryptoConfigSelectorScheme(params *UpdateCryptoConfigSelectorSchemeParams, ...) (*UpdateCryptoConfigSelectorSchemeOK, error)
- func (a *Client) UpdateExpireUseDomain(params *UpdateExpireUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateExpireUseDomainOK, error)
- type GetCryptoConfigBadRequest
- type GetCryptoConfigOK
- type GetCryptoConfigParams
- func NewGetCryptoConfigParams() *GetCryptoConfigParams
- func NewGetCryptoConfigParamsWithContext(ctx context.Context) *GetCryptoConfigParams
- func NewGetCryptoConfigParamsWithHTTPClient(client *http.Client) *GetCryptoConfigParams
- func NewGetCryptoConfigParamsWithTimeout(timeout time.Duration) *GetCryptoConfigParams
- func (o *GetCryptoConfigParams) SetContext(ctx context.Context)
- func (o *GetCryptoConfigParams) SetCryptoConfigID(cryptoConfigID string)
- func (o *GetCryptoConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetCryptoConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetCryptoConfigParams) WithContext(ctx context.Context) *GetCryptoConfigParams
- func (o *GetCryptoConfigParams) WithCryptoConfigID(cryptoConfigID string) *GetCryptoConfigParams
- func (o *GetCryptoConfigParams) WithHTTPClient(client *http.Client) *GetCryptoConfigParams
- func (o *GetCryptoConfigParams) WithTimeout(timeout time.Duration) *GetCryptoConfigParams
- func (o *GetCryptoConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCryptoConfigReader
- type RapidRotationUseDomainBadRequest
- type RapidRotationUseDomainForbidden
- type RapidRotationUseDomainInternalServerError
- type RapidRotationUseDomainOK
- type RapidRotationUseDomainParams
- func NewRapidRotationUseDomainParams() *RapidRotationUseDomainParams
- func NewRapidRotationUseDomainParamsWithContext(ctx context.Context) *RapidRotationUseDomainParams
- func NewRapidRotationUseDomainParamsWithHTTPClient(client *http.Client) *RapidRotationUseDomainParams
- func NewRapidRotationUseDomainParamsWithTimeout(timeout time.Duration) *RapidRotationUseDomainParams
- func (o *RapidRotationUseDomainParams) SetContext(ctx context.Context)
- func (o *RapidRotationUseDomainParams) SetHTTPClient(client *http.Client)
- func (o *RapidRotationUseDomainParams) SetOptionalNextKeyDerivationServiceID(optionalNextKeyDerivationServiceID *string)
- func (o *RapidRotationUseDomainParams) SetTimeout(timeout time.Duration)
- func (o *RapidRotationUseDomainParams) SetUseDomainID(useDomainID string)
- func (o *RapidRotationUseDomainParams) WithContext(ctx context.Context) *RapidRotationUseDomainParams
- func (o *RapidRotationUseDomainParams) WithHTTPClient(client *http.Client) *RapidRotationUseDomainParams
- func (o *RapidRotationUseDomainParams) WithOptionalNextKeyDerivationServiceID(optionalNextKeyDerivationServiceID *string) *RapidRotationUseDomainParams
- func (o *RapidRotationUseDomainParams) WithTimeout(timeout time.Duration) *RapidRotationUseDomainParams
- func (o *RapidRotationUseDomainParams) WithUseDomainID(useDomainID string) *RapidRotationUseDomainParams
- func (o *RapidRotationUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RapidRotationUseDomainReader
- type RapidRotationUseDomainUnauthorized
- type RemoveCollaboratorBadRequest
- type RemoveCollaboratorForbidden
- type RemoveCollaboratorInternalServerError
- type RemoveCollaboratorOK
- type RemoveCollaboratorParams
- func NewRemoveCollaboratorParams() *RemoveCollaboratorParams
- func NewRemoveCollaboratorParamsWithContext(ctx context.Context) *RemoveCollaboratorParams
- func NewRemoveCollaboratorParamsWithHTTPClient(client *http.Client) *RemoveCollaboratorParams
- func NewRemoveCollaboratorParamsWithTimeout(timeout time.Duration) *RemoveCollaboratorParams
- func (o *RemoveCollaboratorParams) SetCollaboratingOrgID(collaboratingOrgID string)
- func (o *RemoveCollaboratorParams) SetContext(ctx context.Context)
- func (o *RemoveCollaboratorParams) SetHTTPClient(client *http.Client)
- func (o *RemoveCollaboratorParams) SetIDToken(iDToken string)
- func (o *RemoveCollaboratorParams) SetTimeout(timeout time.Duration)
- func (o *RemoveCollaboratorParams) SetUseDomainID(useDomainID string)
- func (o *RemoveCollaboratorParams) WithCollaboratingOrgID(collaboratingOrgID string) *RemoveCollaboratorParams
- func (o *RemoveCollaboratorParams) WithContext(ctx context.Context) *RemoveCollaboratorParams
- func (o *RemoveCollaboratorParams) WithHTTPClient(client *http.Client) *RemoveCollaboratorParams
- func (o *RemoveCollaboratorParams) WithIDToken(iDToken string) *RemoveCollaboratorParams
- func (o *RemoveCollaboratorParams) WithTimeout(timeout time.Duration) *RemoveCollaboratorParams
- func (o *RemoveCollaboratorParams) WithUseDomainID(useDomainID string) *RemoveCollaboratorParams
- func (o *RemoveCollaboratorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveCollaboratorReader
- type RemoveCollaboratorUnauthorized
- type RemoveUseDomainBadRequest
- type RemoveUseDomainForbidden
- type RemoveUseDomainInternalServerError
- type RemoveUseDomainOK
- type RemoveUseDomainParams
- func NewRemoveUseDomainParams() *RemoveUseDomainParams
- func NewRemoveUseDomainParamsWithContext(ctx context.Context) *RemoveUseDomainParams
- func NewRemoveUseDomainParamsWithHTTPClient(client *http.Client) *RemoveUseDomainParams
- func NewRemoveUseDomainParamsWithTimeout(timeout time.Duration) *RemoveUseDomainParams
- func (o *RemoveUseDomainParams) SetContext(ctx context.Context)
- func (o *RemoveUseDomainParams) SetHTTPClient(client *http.Client)
- func (o *RemoveUseDomainParams) SetTimeout(timeout time.Duration)
- func (o *RemoveUseDomainParams) SetUseDomainID(useDomainID string)
- func (o *RemoveUseDomainParams) WithContext(ctx context.Context) *RemoveUseDomainParams
- func (o *RemoveUseDomainParams) WithHTTPClient(client *http.Client) *RemoveUseDomainParams
- func (o *RemoveUseDomainParams) WithTimeout(timeout time.Duration) *RemoveUseDomainParams
- func (o *RemoveUseDomainParams) WithUseDomainID(useDomainID string) *RemoveUseDomainParams
- func (o *RemoveUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveUseDomainReader
- type RemoveUseDomainUnauthorized
- type UpdateCryptoConfigBadRequest
- type UpdateCryptoConfigFallbackToCloudBadRequest
- type UpdateCryptoConfigFallbackToCloudOK
- type UpdateCryptoConfigFallbackToCloudParams
- func NewUpdateCryptoConfigFallbackToCloudParams() *UpdateCryptoConfigFallbackToCloudParams
- func NewUpdateCryptoConfigFallbackToCloudParamsWithContext(ctx context.Context) *UpdateCryptoConfigFallbackToCloudParams
- func NewUpdateCryptoConfigFallbackToCloudParamsWithHTTPClient(client *http.Client) *UpdateCryptoConfigFallbackToCloudParams
- func NewUpdateCryptoConfigFallbackToCloudParamsWithTimeout(timeout time.Duration) *UpdateCryptoConfigFallbackToCloudParams
- func (o *UpdateCryptoConfigFallbackToCloudParams) SetContext(ctx context.Context)
- func (o *UpdateCryptoConfigFallbackToCloudParams) SetFallbackToCloud(fallbackToCloud bool)
- func (o *UpdateCryptoConfigFallbackToCloudParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCryptoConfigFallbackToCloudParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCryptoConfigFallbackToCloudParams) SetUseDomainID(useDomainID string)
- func (o *UpdateCryptoConfigFallbackToCloudParams) WithContext(ctx context.Context) *UpdateCryptoConfigFallbackToCloudParams
- func (o *UpdateCryptoConfigFallbackToCloudParams) WithFallbackToCloud(fallbackToCloud bool) *UpdateCryptoConfigFallbackToCloudParams
- func (o *UpdateCryptoConfigFallbackToCloudParams) WithHTTPClient(client *http.Client) *UpdateCryptoConfigFallbackToCloudParams
- func (o *UpdateCryptoConfigFallbackToCloudParams) WithTimeout(timeout time.Duration) *UpdateCryptoConfigFallbackToCloudParams
- func (o *UpdateCryptoConfigFallbackToCloudParams) WithUseDomainID(useDomainID string) *UpdateCryptoConfigFallbackToCloudParams
- func (o *UpdateCryptoConfigFallbackToCloudParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCryptoConfigFallbackToCloudReader
- type UpdateCryptoConfigOK
- type UpdateCryptoConfigParams
- func NewUpdateCryptoConfigParams() *UpdateCryptoConfigParams
- func NewUpdateCryptoConfigParamsWithContext(ctx context.Context) *UpdateCryptoConfigParams
- func NewUpdateCryptoConfigParamsWithHTTPClient(client *http.Client) *UpdateCryptoConfigParams
- func NewUpdateCryptoConfigParamsWithTimeout(timeout time.Duration) *UpdateCryptoConfigParams
- func (o *UpdateCryptoConfigParams) SetContext(ctx context.Context)
- func (o *UpdateCryptoConfigParams) SetCryptoConfigID(cryptoConfigID string)
- func (o *UpdateCryptoConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCryptoConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCryptoConfigParams) SetUpdatedCryptoConfig(updatedCryptoConfig *models.CryptoConfig)
- func (o *UpdateCryptoConfigParams) WithContext(ctx context.Context) *UpdateCryptoConfigParams
- func (o *UpdateCryptoConfigParams) WithCryptoConfigID(cryptoConfigID string) *UpdateCryptoConfigParams
- func (o *UpdateCryptoConfigParams) WithHTTPClient(client *http.Client) *UpdateCryptoConfigParams
- func (o *UpdateCryptoConfigParams) WithTimeout(timeout time.Duration) *UpdateCryptoConfigParams
- func (o *UpdateCryptoConfigParams) WithUpdatedCryptoConfig(updatedCryptoConfig *models.CryptoConfig) *UpdateCryptoConfigParams
- func (o *UpdateCryptoConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCryptoConfigReader
- type UpdateCryptoConfigSelectorSchemeBadRequest
- type UpdateCryptoConfigSelectorSchemeOK
- type UpdateCryptoConfigSelectorSchemeParams
- func NewUpdateCryptoConfigSelectorSchemeParams() *UpdateCryptoConfigSelectorSchemeParams
- func NewUpdateCryptoConfigSelectorSchemeParamsWithContext(ctx context.Context) *UpdateCryptoConfigSelectorSchemeParams
- func NewUpdateCryptoConfigSelectorSchemeParamsWithHTTPClient(client *http.Client) *UpdateCryptoConfigSelectorSchemeParams
- func NewUpdateCryptoConfigSelectorSchemeParamsWithTimeout(timeout time.Duration) *UpdateCryptoConfigSelectorSchemeParams
- func (o *UpdateCryptoConfigSelectorSchemeParams) SetContext(ctx context.Context)
- func (o *UpdateCryptoConfigSelectorSchemeParams) SetCryptoConfigID(cryptoConfigID string)
- func (o *UpdateCryptoConfigSelectorSchemeParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCryptoConfigSelectorSchemeParams) SetNewSelectorScheme(newSelectorScheme string)
- func (o *UpdateCryptoConfigSelectorSchemeParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCryptoConfigSelectorSchemeParams) WithContext(ctx context.Context) *UpdateCryptoConfigSelectorSchemeParams
- func (o *UpdateCryptoConfigSelectorSchemeParams) WithCryptoConfigID(cryptoConfigID string) *UpdateCryptoConfigSelectorSchemeParams
- func (o *UpdateCryptoConfigSelectorSchemeParams) WithHTTPClient(client *http.Client) *UpdateCryptoConfigSelectorSchemeParams
- func (o *UpdateCryptoConfigSelectorSchemeParams) WithNewSelectorScheme(newSelectorScheme string) *UpdateCryptoConfigSelectorSchemeParams
- func (o *UpdateCryptoConfigSelectorSchemeParams) WithTimeout(timeout time.Duration) *UpdateCryptoConfigSelectorSchemeParams
- func (o *UpdateCryptoConfigSelectorSchemeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCryptoConfigSelectorSchemeReader
- type UpdateExpireUseDomainBadRequest
- type UpdateExpireUseDomainForbidden
- type UpdateExpireUseDomainInternalServerError
- type UpdateExpireUseDomainOK
- type UpdateExpireUseDomainParams
- func NewUpdateExpireUseDomainParams() *UpdateExpireUseDomainParams
- func NewUpdateExpireUseDomainParamsWithContext(ctx context.Context) *UpdateExpireUseDomainParams
- func NewUpdateExpireUseDomainParamsWithHTTPClient(client *http.Client) *UpdateExpireUseDomainParams
- func NewUpdateExpireUseDomainParamsWithTimeout(timeout time.Duration) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) SetContext(ctx context.Context)
- func (o *UpdateExpireUseDomainParams) SetDecryptionTTL(decryptionTTL int64)
- func (o *UpdateExpireUseDomainParams) SetEncryptionTTL(encryptionTTL int64)
- func (o *UpdateExpireUseDomainParams) SetHTTPClient(client *http.Client)
- func (o *UpdateExpireUseDomainParams) SetInceptionTTL(inceptionTTL int64)
- func (o *UpdateExpireUseDomainParams) SetRetentionTTL(retentionTTL int64)
- func (o *UpdateExpireUseDomainParams) SetTimeout(timeout time.Duration)
- func (o *UpdateExpireUseDomainParams) SetUseDomainID(useDomainID string)
- func (o *UpdateExpireUseDomainParams) WithContext(ctx context.Context) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WithDecryptionTTL(decryptionTTL int64) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WithEncryptionTTL(encryptionTTL int64) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WithHTTPClient(client *http.Client) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WithInceptionTTL(inceptionTTL int64) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WithRetentionTTL(retentionTTL int64) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WithTimeout(timeout time.Duration) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WithUseDomainID(useDomainID string) *UpdateExpireUseDomainParams
- func (o *UpdateExpireUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateExpireUseDomainReader
- type UpdateExpireUseDomainUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCollaboratorBadRequest ¶ added in v0.1.1
type AddCollaboratorBadRequest struct {
Payload *models.ErrorResponse
}
AddCollaboratorBadRequest handles this case with default header values.
Unable to process request
func NewAddCollaboratorBadRequest ¶ added in v0.1.1
func NewAddCollaboratorBadRequest() *AddCollaboratorBadRequest
NewAddCollaboratorBadRequest creates a AddCollaboratorBadRequest with default headers values
func (*AddCollaboratorBadRequest) Error ¶ added in v0.1.1
func (o *AddCollaboratorBadRequest) Error() string
type AddCollaboratorForbidden ¶ added in v0.1.1
type AddCollaboratorForbidden struct { }
AddCollaboratorForbidden handles this case with default header values.
Not authorized to perform request
func NewAddCollaboratorForbidden ¶ added in v0.1.1
func NewAddCollaboratorForbidden() *AddCollaboratorForbidden
NewAddCollaboratorForbidden creates a AddCollaboratorForbidden with default headers values
func (*AddCollaboratorForbidden) Error ¶ added in v0.1.1
func (o *AddCollaboratorForbidden) Error() string
type AddCollaboratorInternalServerError ¶ added in v0.1.1
type AddCollaboratorInternalServerError struct {
Payload *models.ErrorResponse
}
AddCollaboratorInternalServerError handles this case with default header values.
Unrecoverable internal error
func NewAddCollaboratorInternalServerError ¶ added in v0.1.1
func NewAddCollaboratorInternalServerError() *AddCollaboratorInternalServerError
NewAddCollaboratorInternalServerError creates a AddCollaboratorInternalServerError with default headers values
func (*AddCollaboratorInternalServerError) Error ¶ added in v0.1.1
func (o *AddCollaboratorInternalServerError) Error() string
type AddCollaboratorOK ¶ added in v0.1.1
AddCollaboratorOK handles this case with default header values.
Successfully added collaborator
func NewAddCollaboratorOK ¶ added in v0.1.1
func NewAddCollaboratorOK() *AddCollaboratorOK
NewAddCollaboratorOK creates a AddCollaboratorOK with default headers values
func (*AddCollaboratorOK) Error ¶ added in v0.1.1
func (o *AddCollaboratorOK) Error() string
type AddCollaboratorParams ¶ added in v0.1.1
type AddCollaboratorParams struct { /*CollaboratingOrgID*/ CollaboratingOrgID string /*IDToken*/ IDToken string /*UseDomainID*/ UseDomainID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddCollaboratorParams contains all the parameters to send to the API endpoint for the add collaborator operation typically these are written to a http.Request
func NewAddCollaboratorParams ¶ added in v0.1.1
func NewAddCollaboratorParams() *AddCollaboratorParams
NewAddCollaboratorParams creates a new AddCollaboratorParams object with the default values initialized.
func NewAddCollaboratorParamsWithContext ¶ added in v0.1.1
func NewAddCollaboratorParamsWithContext(ctx context.Context) *AddCollaboratorParams
NewAddCollaboratorParamsWithContext creates a new AddCollaboratorParams object with the default values initialized, and the ability to set a context for a request
func NewAddCollaboratorParamsWithHTTPClient ¶ added in v0.1.1
func NewAddCollaboratorParamsWithHTTPClient(client *http.Client) *AddCollaboratorParams
NewAddCollaboratorParamsWithHTTPClient creates a new AddCollaboratorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddCollaboratorParamsWithTimeout ¶ added in v0.1.1
func NewAddCollaboratorParamsWithTimeout(timeout time.Duration) *AddCollaboratorParams
NewAddCollaboratorParamsWithTimeout creates a new AddCollaboratorParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddCollaboratorParams) SetCollaboratingOrgID ¶ added in v0.1.1
func (o *AddCollaboratorParams) SetCollaboratingOrgID(collaboratingOrgID string)
SetCollaboratingOrgID adds the collaboratingOrgId to the add collaborator params
func (*AddCollaboratorParams) SetContext ¶ added in v0.1.1
func (o *AddCollaboratorParams) SetContext(ctx context.Context)
SetContext adds the context to the add collaborator params
func (*AddCollaboratorParams) SetHTTPClient ¶ added in v0.1.1
func (o *AddCollaboratorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add collaborator params
func (*AddCollaboratorParams) SetIDToken ¶ added in v0.1.1
func (o *AddCollaboratorParams) SetIDToken(iDToken string)
SetIDToken adds the idToken to the add collaborator params
func (*AddCollaboratorParams) SetTimeout ¶ added in v0.1.1
func (o *AddCollaboratorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add collaborator params
func (*AddCollaboratorParams) SetUseDomainID ¶ added in v0.1.1
func (o *AddCollaboratorParams) SetUseDomainID(useDomainID string)
SetUseDomainID adds the useDomainId to the add collaborator params
func (*AddCollaboratorParams) WithCollaboratingOrgID ¶ added in v0.1.1
func (o *AddCollaboratorParams) WithCollaboratingOrgID(collaboratingOrgID string) *AddCollaboratorParams
WithCollaboratingOrgID adds the collaboratingOrgID to the add collaborator params
func (*AddCollaboratorParams) WithContext ¶ added in v0.1.1
func (o *AddCollaboratorParams) WithContext(ctx context.Context) *AddCollaboratorParams
WithContext adds the context to the add collaborator params
func (*AddCollaboratorParams) WithHTTPClient ¶ added in v0.1.1
func (o *AddCollaboratorParams) WithHTTPClient(client *http.Client) *AddCollaboratorParams
WithHTTPClient adds the HTTPClient to the add collaborator params
func (*AddCollaboratorParams) WithIDToken ¶ added in v0.1.1
func (o *AddCollaboratorParams) WithIDToken(iDToken string) *AddCollaboratorParams
WithIDToken adds the iDToken to the add collaborator params
func (*AddCollaboratorParams) WithTimeout ¶ added in v0.1.1
func (o *AddCollaboratorParams) WithTimeout(timeout time.Duration) *AddCollaboratorParams
WithTimeout adds the timeout to the add collaborator params
func (*AddCollaboratorParams) WithUseDomainID ¶ added in v0.1.1
func (o *AddCollaboratorParams) WithUseDomainID(useDomainID string) *AddCollaboratorParams
WithUseDomainID adds the useDomainID to the add collaborator params
func (*AddCollaboratorParams) WriteToRequest ¶ added in v0.1.1
func (o *AddCollaboratorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddCollaboratorReader ¶ added in v0.1.1
type AddCollaboratorReader struct {
// contains filtered or unexported fields
}
AddCollaboratorReader is a Reader for the AddCollaborator structure.
func (*AddCollaboratorReader) ReadResponse ¶ added in v0.1.1
func (o *AddCollaboratorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddCollaboratorUnauthorized ¶ added in v0.1.1
type AddCollaboratorUnauthorized struct { }
AddCollaboratorUnauthorized handles this case with default header values.
Not authenticated to perform request
func NewAddCollaboratorUnauthorized ¶ added in v0.1.1
func NewAddCollaboratorUnauthorized() *AddCollaboratorUnauthorized
NewAddCollaboratorUnauthorized creates a AddCollaboratorUnauthorized with default headers values
func (*AddCollaboratorUnauthorized) Error ¶ added in v0.1.1
func (o *AddCollaboratorUnauthorized) Error() string
type AddExistingUseDomainBadRequest ¶
type AddExistingUseDomainBadRequest struct { }
AddExistingUseDomainBadRequest handles this case with default header values.
Unable to process request
func NewAddExistingUseDomainBadRequest ¶
func NewAddExistingUseDomainBadRequest() *AddExistingUseDomainBadRequest
NewAddExistingUseDomainBadRequest creates a AddExistingUseDomainBadRequest with default headers values
func (*AddExistingUseDomainBadRequest) Error ¶
func (o *AddExistingUseDomainBadRequest) Error() string
type AddExistingUseDomainOK ¶
type AddExistingUseDomainOK struct { }
AddExistingUseDomainOK handles this case with default header values.
Successfully add the existing use domain to the crypto config
func NewAddExistingUseDomainOK ¶
func NewAddExistingUseDomainOK() *AddExistingUseDomainOK
NewAddExistingUseDomainOK creates a AddExistingUseDomainOK with default headers values
func (*AddExistingUseDomainOK) Error ¶
func (o *AddExistingUseDomainOK) Error() string
type AddExistingUseDomainParams ¶
type AddExistingUseDomainParams struct { /*CryptoConfigID*/ CryptoConfigID string /*UseDomainID*/ UseDomainID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddExistingUseDomainParams contains all the parameters to send to the API endpoint for the add existing use domain operation typically these are written to a http.Request
func NewAddExistingUseDomainParams ¶
func NewAddExistingUseDomainParams() *AddExistingUseDomainParams
NewAddExistingUseDomainParams creates a new AddExistingUseDomainParams object with the default values initialized.
func NewAddExistingUseDomainParamsWithContext ¶
func NewAddExistingUseDomainParamsWithContext(ctx context.Context) *AddExistingUseDomainParams
NewAddExistingUseDomainParamsWithContext creates a new AddExistingUseDomainParams object with the default values initialized, and the ability to set a context for a request
func NewAddExistingUseDomainParamsWithHTTPClient ¶
func NewAddExistingUseDomainParamsWithHTTPClient(client *http.Client) *AddExistingUseDomainParams
NewAddExistingUseDomainParamsWithHTTPClient creates a new AddExistingUseDomainParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddExistingUseDomainParamsWithTimeout ¶
func NewAddExistingUseDomainParamsWithTimeout(timeout time.Duration) *AddExistingUseDomainParams
NewAddExistingUseDomainParamsWithTimeout creates a new AddExistingUseDomainParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddExistingUseDomainParams) SetContext ¶
func (o *AddExistingUseDomainParams) SetContext(ctx context.Context)
SetContext adds the context to the add existing use domain params
func (*AddExistingUseDomainParams) SetCryptoConfigID ¶
func (o *AddExistingUseDomainParams) SetCryptoConfigID(cryptoConfigID string)
SetCryptoConfigID adds the cryptoConfigId to the add existing use domain params
func (*AddExistingUseDomainParams) SetHTTPClient ¶
func (o *AddExistingUseDomainParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add existing use domain params
func (*AddExistingUseDomainParams) SetTimeout ¶
func (o *AddExistingUseDomainParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add existing use domain params
func (*AddExistingUseDomainParams) SetUseDomainID ¶
func (o *AddExistingUseDomainParams) SetUseDomainID(useDomainID string)
SetUseDomainID adds the useDomainId to the add existing use domain params
func (*AddExistingUseDomainParams) WithContext ¶
func (o *AddExistingUseDomainParams) WithContext(ctx context.Context) *AddExistingUseDomainParams
WithContext adds the context to the add existing use domain params
func (*AddExistingUseDomainParams) WithCryptoConfigID ¶
func (o *AddExistingUseDomainParams) WithCryptoConfigID(cryptoConfigID string) *AddExistingUseDomainParams
WithCryptoConfigID adds the cryptoConfigID to the add existing use domain params
func (*AddExistingUseDomainParams) WithHTTPClient ¶
func (o *AddExistingUseDomainParams) WithHTTPClient(client *http.Client) *AddExistingUseDomainParams
WithHTTPClient adds the HTTPClient to the add existing use domain params
func (*AddExistingUseDomainParams) WithTimeout ¶
func (o *AddExistingUseDomainParams) WithTimeout(timeout time.Duration) *AddExistingUseDomainParams
WithTimeout adds the timeout to the add existing use domain params
func (*AddExistingUseDomainParams) WithUseDomainID ¶
func (o *AddExistingUseDomainParams) WithUseDomainID(useDomainID string) *AddExistingUseDomainParams
WithUseDomainID adds the useDomainID to the add existing use domain params
func (*AddExistingUseDomainParams) WriteToRequest ¶
func (o *AddExistingUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddExistingUseDomainReader ¶
type AddExistingUseDomainReader struct {
// contains filtered or unexported fields
}
AddExistingUseDomainReader is a Reader for the AddExistingUseDomain structure.
func (*AddExistingUseDomainReader) ReadResponse ¶
func (o *AddExistingUseDomainReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddUseDomainBadRequest ¶
type AddUseDomainBadRequest struct { }
AddUseDomainBadRequest handles this case with default header values.
Unable to process request
func NewAddUseDomainBadRequest ¶
func NewAddUseDomainBadRequest() *AddUseDomainBadRequest
NewAddUseDomainBadRequest creates a AddUseDomainBadRequest with default headers values
func (*AddUseDomainBadRequest) Error ¶
func (o *AddUseDomainBadRequest) Error() string
type AddUseDomainOK ¶
type AddUseDomainOK struct {
Payload *models.SymmetricKeyUseDomain
}
AddUseDomainOK handles this case with default header values.
Successfully add the new use domain to the crypto config overrides the id due to object creation
func NewAddUseDomainOK ¶
func NewAddUseDomainOK() *AddUseDomainOK
NewAddUseDomainOK creates a AddUseDomainOK with default headers values
func (*AddUseDomainOK) Error ¶
func (o *AddUseDomainOK) Error() string
type AddUseDomainParams ¶
type AddUseDomainParams struct { /*CryptoConfigID*/ CryptoConfigID string /*NewUseDomain*/ NewUseDomain *models.SymmetricKeyUseDomain Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddUseDomainParams contains all the parameters to send to the API endpoint for the add use domain operation typically these are written to a http.Request
func NewAddUseDomainParams ¶
func NewAddUseDomainParams() *AddUseDomainParams
NewAddUseDomainParams creates a new AddUseDomainParams object with the default values initialized.
func NewAddUseDomainParamsWithContext ¶
func NewAddUseDomainParamsWithContext(ctx context.Context) *AddUseDomainParams
NewAddUseDomainParamsWithContext creates a new AddUseDomainParams object with the default values initialized, and the ability to set a context for a request
func NewAddUseDomainParamsWithHTTPClient ¶
func NewAddUseDomainParamsWithHTTPClient(client *http.Client) *AddUseDomainParams
NewAddUseDomainParamsWithHTTPClient creates a new AddUseDomainParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddUseDomainParamsWithTimeout ¶
func NewAddUseDomainParamsWithTimeout(timeout time.Duration) *AddUseDomainParams
NewAddUseDomainParamsWithTimeout creates a new AddUseDomainParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddUseDomainParams) SetContext ¶
func (o *AddUseDomainParams) SetContext(ctx context.Context)
SetContext adds the context to the add use domain params
func (*AddUseDomainParams) SetCryptoConfigID ¶
func (o *AddUseDomainParams) SetCryptoConfigID(cryptoConfigID string)
SetCryptoConfigID adds the cryptoConfigId to the add use domain params
func (*AddUseDomainParams) SetHTTPClient ¶
func (o *AddUseDomainParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add use domain params
func (*AddUseDomainParams) SetNewUseDomain ¶
func (o *AddUseDomainParams) SetNewUseDomain(newUseDomain *models.SymmetricKeyUseDomain)
SetNewUseDomain adds the newUseDomain to the add use domain params
func (*AddUseDomainParams) SetTimeout ¶
func (o *AddUseDomainParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add use domain params
func (*AddUseDomainParams) WithContext ¶
func (o *AddUseDomainParams) WithContext(ctx context.Context) *AddUseDomainParams
WithContext adds the context to the add use domain params
func (*AddUseDomainParams) WithCryptoConfigID ¶
func (o *AddUseDomainParams) WithCryptoConfigID(cryptoConfigID string) *AddUseDomainParams
WithCryptoConfigID adds the cryptoConfigID to the add use domain params
func (*AddUseDomainParams) WithHTTPClient ¶
func (o *AddUseDomainParams) WithHTTPClient(client *http.Client) *AddUseDomainParams
WithHTTPClient adds the HTTPClient to the add use domain params
func (*AddUseDomainParams) WithNewUseDomain ¶
func (o *AddUseDomainParams) WithNewUseDomain(newUseDomain *models.SymmetricKeyUseDomain) *AddUseDomainParams
WithNewUseDomain adds the newUseDomain to the add use domain params
func (*AddUseDomainParams) WithTimeout ¶
func (o *AddUseDomainParams) WithTimeout(timeout time.Duration) *AddUseDomainParams
WithTimeout adds the timeout to the add use domain params
func (*AddUseDomainParams) WriteToRequest ¶
func (o *AddUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddUseDomainReader ¶
type AddUseDomainReader struct {
// contains filtered or unexported fields
}
AddUseDomainReader is a Reader for the AddUseDomain structure.
func (*AddUseDomainReader) ReadResponse ¶
func (o *AddUseDomainReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for crypto config API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new crypto config API client.
func (*Client) AddCollaborator ¶ added in v0.1.1
func (a *Client) AddCollaborator(params *AddCollaboratorParams, authInfo runtime.ClientAuthInfoWriter) (*AddCollaboratorOK, error)
AddCollaborator adds a collaborating org
func (*Client) AddExistingUseDomain ¶
func (a *Client) AddExistingUseDomain(params *AddExistingUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*AddExistingUseDomainOK, error)
AddExistingUseDomain adds an existing use domain to another crypto config
func (*Client) AddUseDomain ¶
func (a *Client) AddUseDomain(params *AddUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*AddUseDomainOK, error)
AddUseDomain adds a new active use domain and attached it to the crypto config
func (*Client) GetCryptoConfig ¶
func (a *Client) GetCryptoConfig(params *GetCryptoConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetCryptoConfigOK, error)
GetCryptoConfig gets the crypto configurations
func (*Client) RapidRotationUseDomain ¶
func (a *Client) RapidRotationUseDomain(params *RapidRotationUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*RapidRotationUseDomainOK, error)
RapidRotationUseDomain rapids expiration of existing use doamin and immediately replacment with an identical use domain containing fresh keys
func (*Client) RemoveCollaborator ¶ added in v0.1.1
func (a *Client) RemoveCollaborator(params *RemoveCollaboratorParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveCollaboratorOK, error)
RemoveCollaborator removes a collaborating org
func (*Client) RemoveUseDomain ¶
func (a *Client) RemoveUseDomain(params *RemoveUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveUseDomainOK, error)
RemoveUseDomain deletes a fully expired use domain
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateCryptoConfig ¶
func (a *Client) UpdateCryptoConfig(params *UpdateCryptoConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCryptoConfigOK, error)
UpdateCryptoConfig updates the crypto configuration o n l y the client key type client key bitlength and client key TTL fields
func (*Client) UpdateCryptoConfigFallbackToCloud ¶
func (a *Client) UpdateCryptoConfigFallbackToCloud(params *UpdateCryptoConfigFallbackToCloudParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCryptoConfigFallbackToCloudOK, error)
UpdateCryptoConfigFallbackToCloud updates an existing crypto config s asymmetric key TTL
func (*Client) UpdateCryptoConfigSelectorScheme ¶
func (a *Client) UpdateCryptoConfigSelectorScheme(params *UpdateCryptoConfigSelectorSchemeParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCryptoConfigSelectorSchemeOK, error)
UpdateCryptoConfigSelectorScheme updates an existing crypto config s domain selector scheme
func (*Client) UpdateExpireUseDomain ¶
func (a *Client) UpdateExpireUseDomain(params *UpdateExpireUseDomainParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateExpireUseDomainOK, error)
UpdateExpireUseDomain chnages expiration of a use domain
type GetCryptoConfigBadRequest ¶
type GetCryptoConfigBadRequest struct { }
GetCryptoConfigBadRequest handles this case with default header values.
Unable to process request
func NewGetCryptoConfigBadRequest ¶
func NewGetCryptoConfigBadRequest() *GetCryptoConfigBadRequest
NewGetCryptoConfigBadRequest creates a GetCryptoConfigBadRequest with default headers values
func (*GetCryptoConfigBadRequest) Error ¶
func (o *GetCryptoConfigBadRequest) Error() string
type GetCryptoConfigOK ¶
type GetCryptoConfigOK struct {
Payload *models.CryptoConfig
}
GetCryptoConfigOK handles this case with default header values.
Returns the requested configuration
func NewGetCryptoConfigOK ¶
func NewGetCryptoConfigOK() *GetCryptoConfigOK
NewGetCryptoConfigOK creates a GetCryptoConfigOK with default headers values
func (*GetCryptoConfigOK) Error ¶
func (o *GetCryptoConfigOK) Error() string
type GetCryptoConfigParams ¶
type GetCryptoConfigParams struct { /*CryptoConfigID*/ CryptoConfigID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCryptoConfigParams contains all the parameters to send to the API endpoint for the get crypto config operation typically these are written to a http.Request
func NewGetCryptoConfigParams ¶
func NewGetCryptoConfigParams() *GetCryptoConfigParams
NewGetCryptoConfigParams creates a new GetCryptoConfigParams object with the default values initialized.
func NewGetCryptoConfigParamsWithContext ¶
func NewGetCryptoConfigParamsWithContext(ctx context.Context) *GetCryptoConfigParams
NewGetCryptoConfigParamsWithContext creates a new GetCryptoConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetCryptoConfigParamsWithHTTPClient ¶
func NewGetCryptoConfigParamsWithHTTPClient(client *http.Client) *GetCryptoConfigParams
NewGetCryptoConfigParamsWithHTTPClient creates a new GetCryptoConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCryptoConfigParamsWithTimeout ¶
func NewGetCryptoConfigParamsWithTimeout(timeout time.Duration) *GetCryptoConfigParams
NewGetCryptoConfigParamsWithTimeout creates a new GetCryptoConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCryptoConfigParams) SetContext ¶
func (o *GetCryptoConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get crypto config params
func (*GetCryptoConfigParams) SetCryptoConfigID ¶
func (o *GetCryptoConfigParams) SetCryptoConfigID(cryptoConfigID string)
SetCryptoConfigID adds the cryptoConfigId to the get crypto config params
func (*GetCryptoConfigParams) SetHTTPClient ¶
func (o *GetCryptoConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get crypto config params
func (*GetCryptoConfigParams) SetTimeout ¶
func (o *GetCryptoConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get crypto config params
func (*GetCryptoConfigParams) WithContext ¶
func (o *GetCryptoConfigParams) WithContext(ctx context.Context) *GetCryptoConfigParams
WithContext adds the context to the get crypto config params
func (*GetCryptoConfigParams) WithCryptoConfigID ¶
func (o *GetCryptoConfigParams) WithCryptoConfigID(cryptoConfigID string) *GetCryptoConfigParams
WithCryptoConfigID adds the cryptoConfigID to the get crypto config params
func (*GetCryptoConfigParams) WithHTTPClient ¶
func (o *GetCryptoConfigParams) WithHTTPClient(client *http.Client) *GetCryptoConfigParams
WithHTTPClient adds the HTTPClient to the get crypto config params
func (*GetCryptoConfigParams) WithTimeout ¶
func (o *GetCryptoConfigParams) WithTimeout(timeout time.Duration) *GetCryptoConfigParams
WithTimeout adds the timeout to the get crypto config params
func (*GetCryptoConfigParams) WriteToRequest ¶
func (o *GetCryptoConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCryptoConfigReader ¶
type GetCryptoConfigReader struct {
// contains filtered or unexported fields
}
GetCryptoConfigReader is a Reader for the GetCryptoConfig structure.
func (*GetCryptoConfigReader) ReadResponse ¶
func (o *GetCryptoConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RapidRotationUseDomainBadRequest ¶
type RapidRotationUseDomainBadRequest struct {
Payload *models.ErrorResponse
}
RapidRotationUseDomainBadRequest handles this case with default header values.
Unable to process request
func NewRapidRotationUseDomainBadRequest ¶
func NewRapidRotationUseDomainBadRequest() *RapidRotationUseDomainBadRequest
NewRapidRotationUseDomainBadRequest creates a RapidRotationUseDomainBadRequest with default headers values
func (*RapidRotationUseDomainBadRequest) Error ¶
func (o *RapidRotationUseDomainBadRequest) Error() string
type RapidRotationUseDomainForbidden ¶
type RapidRotationUseDomainForbidden struct { }
RapidRotationUseDomainForbidden handles this case with default header values.
Not authorized to perform request
func NewRapidRotationUseDomainForbidden ¶
func NewRapidRotationUseDomainForbidden() *RapidRotationUseDomainForbidden
NewRapidRotationUseDomainForbidden creates a RapidRotationUseDomainForbidden with default headers values
func (*RapidRotationUseDomainForbidden) Error ¶
func (o *RapidRotationUseDomainForbidden) Error() string
type RapidRotationUseDomainInternalServerError ¶
type RapidRotationUseDomainInternalServerError struct {
Payload *models.ErrorResponse
}
RapidRotationUseDomainInternalServerError handles this case with default header values.
Unrecoverable internal error
func NewRapidRotationUseDomainInternalServerError ¶
func NewRapidRotationUseDomainInternalServerError() *RapidRotationUseDomainInternalServerError
NewRapidRotationUseDomainInternalServerError creates a RapidRotationUseDomainInternalServerError with default headers values
func (*RapidRotationUseDomainInternalServerError) Error ¶
func (o *RapidRotationUseDomainInternalServerError) Error() string
type RapidRotationUseDomainOK ¶
type RapidRotationUseDomainOK struct { }
RapidRotationUseDomainOK handles this case with default header values.
Successfully rotated this use doamin
func NewRapidRotationUseDomainOK ¶
func NewRapidRotationUseDomainOK() *RapidRotationUseDomainOK
NewRapidRotationUseDomainOK creates a RapidRotationUseDomainOK with default headers values
func (*RapidRotationUseDomainOK) Error ¶
func (o *RapidRotationUseDomainOK) Error() string
type RapidRotationUseDomainParams ¶
type RapidRotationUseDomainParams struct { /*OptionalNextKeyDerivationServiceID*/ OptionalNextKeyDerivationServiceID *string /*UseDomainID*/ UseDomainID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RapidRotationUseDomainParams contains all the parameters to send to the API endpoint for the rapid rotation use domain operation typically these are written to a http.Request
func NewRapidRotationUseDomainParams ¶
func NewRapidRotationUseDomainParams() *RapidRotationUseDomainParams
NewRapidRotationUseDomainParams creates a new RapidRotationUseDomainParams object with the default values initialized.
func NewRapidRotationUseDomainParamsWithContext ¶
func NewRapidRotationUseDomainParamsWithContext(ctx context.Context) *RapidRotationUseDomainParams
NewRapidRotationUseDomainParamsWithContext creates a new RapidRotationUseDomainParams object with the default values initialized, and the ability to set a context for a request
func NewRapidRotationUseDomainParamsWithHTTPClient ¶
func NewRapidRotationUseDomainParamsWithHTTPClient(client *http.Client) *RapidRotationUseDomainParams
NewRapidRotationUseDomainParamsWithHTTPClient creates a new RapidRotationUseDomainParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRapidRotationUseDomainParamsWithTimeout ¶
func NewRapidRotationUseDomainParamsWithTimeout(timeout time.Duration) *RapidRotationUseDomainParams
NewRapidRotationUseDomainParamsWithTimeout creates a new RapidRotationUseDomainParams object with the default values initialized, and the ability to set a timeout on a request
func (*RapidRotationUseDomainParams) SetContext ¶
func (o *RapidRotationUseDomainParams) SetContext(ctx context.Context)
SetContext adds the context to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) SetHTTPClient ¶
func (o *RapidRotationUseDomainParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) SetOptionalNextKeyDerivationServiceID ¶
func (o *RapidRotationUseDomainParams) SetOptionalNextKeyDerivationServiceID(optionalNextKeyDerivationServiceID *string)
SetOptionalNextKeyDerivationServiceID adds the optionalNextKeyDerivationServiceId to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) SetTimeout ¶
func (o *RapidRotationUseDomainParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) SetUseDomainID ¶
func (o *RapidRotationUseDomainParams) SetUseDomainID(useDomainID string)
SetUseDomainID adds the useDomainId to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) WithContext ¶
func (o *RapidRotationUseDomainParams) WithContext(ctx context.Context) *RapidRotationUseDomainParams
WithContext adds the context to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) WithHTTPClient ¶
func (o *RapidRotationUseDomainParams) WithHTTPClient(client *http.Client) *RapidRotationUseDomainParams
WithHTTPClient adds the HTTPClient to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) WithOptionalNextKeyDerivationServiceID ¶
func (o *RapidRotationUseDomainParams) WithOptionalNextKeyDerivationServiceID(optionalNextKeyDerivationServiceID *string) *RapidRotationUseDomainParams
WithOptionalNextKeyDerivationServiceID adds the optionalNextKeyDerivationServiceID to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) WithTimeout ¶
func (o *RapidRotationUseDomainParams) WithTimeout(timeout time.Duration) *RapidRotationUseDomainParams
WithTimeout adds the timeout to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) WithUseDomainID ¶
func (o *RapidRotationUseDomainParams) WithUseDomainID(useDomainID string) *RapidRotationUseDomainParams
WithUseDomainID adds the useDomainID to the rapid rotation use domain params
func (*RapidRotationUseDomainParams) WriteToRequest ¶
func (o *RapidRotationUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RapidRotationUseDomainReader ¶
type RapidRotationUseDomainReader struct {
// contains filtered or unexported fields
}
RapidRotationUseDomainReader is a Reader for the RapidRotationUseDomain structure.
func (*RapidRotationUseDomainReader) ReadResponse ¶
func (o *RapidRotationUseDomainReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RapidRotationUseDomainUnauthorized ¶
type RapidRotationUseDomainUnauthorized struct { }
RapidRotationUseDomainUnauthorized handles this case with default header values.
Not authenticated to perform request
func NewRapidRotationUseDomainUnauthorized ¶
func NewRapidRotationUseDomainUnauthorized() *RapidRotationUseDomainUnauthorized
NewRapidRotationUseDomainUnauthorized creates a RapidRotationUseDomainUnauthorized with default headers values
func (*RapidRotationUseDomainUnauthorized) Error ¶
func (o *RapidRotationUseDomainUnauthorized) Error() string
type RemoveCollaboratorBadRequest ¶ added in v0.1.1
type RemoveCollaboratorBadRequest struct {
Payload *models.ErrorResponse
}
RemoveCollaboratorBadRequest handles this case with default header values.
Unable to process request
func NewRemoveCollaboratorBadRequest ¶ added in v0.1.1
func NewRemoveCollaboratorBadRequest() *RemoveCollaboratorBadRequest
NewRemoveCollaboratorBadRequest creates a RemoveCollaboratorBadRequest with default headers values
func (*RemoveCollaboratorBadRequest) Error ¶ added in v0.1.1
func (o *RemoveCollaboratorBadRequest) Error() string
type RemoveCollaboratorForbidden ¶ added in v0.1.1
type RemoveCollaboratorForbidden struct { }
RemoveCollaboratorForbidden handles this case with default header values.
Not authorized to perform request
func NewRemoveCollaboratorForbidden ¶ added in v0.1.1
func NewRemoveCollaboratorForbidden() *RemoveCollaboratorForbidden
NewRemoveCollaboratorForbidden creates a RemoveCollaboratorForbidden with default headers values
func (*RemoveCollaboratorForbidden) Error ¶ added in v0.1.1
func (o *RemoveCollaboratorForbidden) Error() string
type RemoveCollaboratorInternalServerError ¶ added in v0.1.1
type RemoveCollaboratorInternalServerError struct {
Payload *models.ErrorResponse
}
RemoveCollaboratorInternalServerError handles this case with default header values.
Unrecoverable internal error
func NewRemoveCollaboratorInternalServerError ¶ added in v0.1.1
func NewRemoveCollaboratorInternalServerError() *RemoveCollaboratorInternalServerError
NewRemoveCollaboratorInternalServerError creates a RemoveCollaboratorInternalServerError with default headers values
func (*RemoveCollaboratorInternalServerError) Error ¶ added in v0.1.1
func (o *RemoveCollaboratorInternalServerError) Error() string
type RemoveCollaboratorOK ¶ added in v0.1.1
type RemoveCollaboratorOK struct { }
RemoveCollaboratorOK handles this case with default header values.
Successfully removed collaborator
func NewRemoveCollaboratorOK ¶ added in v0.1.1
func NewRemoveCollaboratorOK() *RemoveCollaboratorOK
NewRemoveCollaboratorOK creates a RemoveCollaboratorOK with default headers values
func (*RemoveCollaboratorOK) Error ¶ added in v0.1.1
func (o *RemoveCollaboratorOK) Error() string
type RemoveCollaboratorParams ¶ added in v0.1.1
type RemoveCollaboratorParams struct { /*CollaboratingOrgID*/ CollaboratingOrgID string /*IDToken*/ IDToken string /*UseDomainID*/ UseDomainID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RemoveCollaboratorParams contains all the parameters to send to the API endpoint for the remove collaborator operation typically these are written to a http.Request
func NewRemoveCollaboratorParams ¶ added in v0.1.1
func NewRemoveCollaboratorParams() *RemoveCollaboratorParams
NewRemoveCollaboratorParams creates a new RemoveCollaboratorParams object with the default values initialized.
func NewRemoveCollaboratorParamsWithContext ¶ added in v0.1.1
func NewRemoveCollaboratorParamsWithContext(ctx context.Context) *RemoveCollaboratorParams
NewRemoveCollaboratorParamsWithContext creates a new RemoveCollaboratorParams object with the default values initialized, and the ability to set a context for a request
func NewRemoveCollaboratorParamsWithHTTPClient ¶ added in v0.1.1
func NewRemoveCollaboratorParamsWithHTTPClient(client *http.Client) *RemoveCollaboratorParams
NewRemoveCollaboratorParamsWithHTTPClient creates a new RemoveCollaboratorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRemoveCollaboratorParamsWithTimeout ¶ added in v0.1.1
func NewRemoveCollaboratorParamsWithTimeout(timeout time.Duration) *RemoveCollaboratorParams
NewRemoveCollaboratorParamsWithTimeout creates a new RemoveCollaboratorParams object with the default values initialized, and the ability to set a timeout on a request
func (*RemoveCollaboratorParams) SetCollaboratingOrgID ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) SetCollaboratingOrgID(collaboratingOrgID string)
SetCollaboratingOrgID adds the collaboratingOrgId to the remove collaborator params
func (*RemoveCollaboratorParams) SetContext ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) SetContext(ctx context.Context)
SetContext adds the context to the remove collaborator params
func (*RemoveCollaboratorParams) SetHTTPClient ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove collaborator params
func (*RemoveCollaboratorParams) SetIDToken ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) SetIDToken(iDToken string)
SetIDToken adds the idToken to the remove collaborator params
func (*RemoveCollaboratorParams) SetTimeout ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove collaborator params
func (*RemoveCollaboratorParams) SetUseDomainID ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) SetUseDomainID(useDomainID string)
SetUseDomainID adds the useDomainId to the remove collaborator params
func (*RemoveCollaboratorParams) WithCollaboratingOrgID ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) WithCollaboratingOrgID(collaboratingOrgID string) *RemoveCollaboratorParams
WithCollaboratingOrgID adds the collaboratingOrgID to the remove collaborator params
func (*RemoveCollaboratorParams) WithContext ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) WithContext(ctx context.Context) *RemoveCollaboratorParams
WithContext adds the context to the remove collaborator params
func (*RemoveCollaboratorParams) WithHTTPClient ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) WithHTTPClient(client *http.Client) *RemoveCollaboratorParams
WithHTTPClient adds the HTTPClient to the remove collaborator params
func (*RemoveCollaboratorParams) WithIDToken ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) WithIDToken(iDToken string) *RemoveCollaboratorParams
WithIDToken adds the iDToken to the remove collaborator params
func (*RemoveCollaboratorParams) WithTimeout ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) WithTimeout(timeout time.Duration) *RemoveCollaboratorParams
WithTimeout adds the timeout to the remove collaborator params
func (*RemoveCollaboratorParams) WithUseDomainID ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) WithUseDomainID(useDomainID string) *RemoveCollaboratorParams
WithUseDomainID adds the useDomainID to the remove collaborator params
func (*RemoveCollaboratorParams) WriteToRequest ¶ added in v0.1.1
func (o *RemoveCollaboratorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveCollaboratorReader ¶ added in v0.1.1
type RemoveCollaboratorReader struct {
// contains filtered or unexported fields
}
RemoveCollaboratorReader is a Reader for the RemoveCollaborator structure.
func (*RemoveCollaboratorReader) ReadResponse ¶ added in v0.1.1
func (o *RemoveCollaboratorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RemoveCollaboratorUnauthorized ¶ added in v0.1.1
type RemoveCollaboratorUnauthorized struct { }
RemoveCollaboratorUnauthorized handles this case with default header values.
Not authenticated to perform request
func NewRemoveCollaboratorUnauthorized ¶ added in v0.1.1
func NewRemoveCollaboratorUnauthorized() *RemoveCollaboratorUnauthorized
NewRemoveCollaboratorUnauthorized creates a RemoveCollaboratorUnauthorized with default headers values
func (*RemoveCollaboratorUnauthorized) Error ¶ added in v0.1.1
func (o *RemoveCollaboratorUnauthorized) Error() string
type RemoveUseDomainBadRequest ¶
type RemoveUseDomainBadRequest struct {
Payload *models.ErrorResponse
}
RemoveUseDomainBadRequest handles this case with default header values.
Unable to process request
func NewRemoveUseDomainBadRequest ¶
func NewRemoveUseDomainBadRequest() *RemoveUseDomainBadRequest
NewRemoveUseDomainBadRequest creates a RemoveUseDomainBadRequest with default headers values
func (*RemoveUseDomainBadRequest) Error ¶
func (o *RemoveUseDomainBadRequest) Error() string
type RemoveUseDomainForbidden ¶
type RemoveUseDomainForbidden struct { }
RemoveUseDomainForbidden handles this case with default header values.
Not authorized to perform request
func NewRemoveUseDomainForbidden ¶
func NewRemoveUseDomainForbidden() *RemoveUseDomainForbidden
NewRemoveUseDomainForbidden creates a RemoveUseDomainForbidden with default headers values
func (*RemoveUseDomainForbidden) Error ¶
func (o *RemoveUseDomainForbidden) Error() string
type RemoveUseDomainInternalServerError ¶
type RemoveUseDomainInternalServerError struct {
Payload *models.ErrorResponse
}
RemoveUseDomainInternalServerError handles this case with default header values.
Unrecoverable internal error
func NewRemoveUseDomainInternalServerError ¶
func NewRemoveUseDomainInternalServerError() *RemoveUseDomainInternalServerError
NewRemoveUseDomainInternalServerError creates a RemoveUseDomainInternalServerError with default headers values
func (*RemoveUseDomainInternalServerError) Error ¶
func (o *RemoveUseDomainInternalServerError) Error() string
type RemoveUseDomainOK ¶
type RemoveUseDomainOK struct { }
RemoveUseDomainOK handles this case with default header values.
Successfully expired use doamin.
func NewRemoveUseDomainOK ¶
func NewRemoveUseDomainOK() *RemoveUseDomainOK
NewRemoveUseDomainOK creates a RemoveUseDomainOK with default headers values
func (*RemoveUseDomainOK) Error ¶
func (o *RemoveUseDomainOK) Error() string
type RemoveUseDomainParams ¶
type RemoveUseDomainParams struct { /*UseDomainID*/ UseDomainID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RemoveUseDomainParams contains all the parameters to send to the API endpoint for the remove use domain operation typically these are written to a http.Request
func NewRemoveUseDomainParams ¶
func NewRemoveUseDomainParams() *RemoveUseDomainParams
NewRemoveUseDomainParams creates a new RemoveUseDomainParams object with the default values initialized.
func NewRemoveUseDomainParamsWithContext ¶
func NewRemoveUseDomainParamsWithContext(ctx context.Context) *RemoveUseDomainParams
NewRemoveUseDomainParamsWithContext creates a new RemoveUseDomainParams object with the default values initialized, and the ability to set a context for a request
func NewRemoveUseDomainParamsWithHTTPClient ¶
func NewRemoveUseDomainParamsWithHTTPClient(client *http.Client) *RemoveUseDomainParams
NewRemoveUseDomainParamsWithHTTPClient creates a new RemoveUseDomainParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRemoveUseDomainParamsWithTimeout ¶
func NewRemoveUseDomainParamsWithTimeout(timeout time.Duration) *RemoveUseDomainParams
NewRemoveUseDomainParamsWithTimeout creates a new RemoveUseDomainParams object with the default values initialized, and the ability to set a timeout on a request
func (*RemoveUseDomainParams) SetContext ¶
func (o *RemoveUseDomainParams) SetContext(ctx context.Context)
SetContext adds the context to the remove use domain params
func (*RemoveUseDomainParams) SetHTTPClient ¶
func (o *RemoveUseDomainParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove use domain params
func (*RemoveUseDomainParams) SetTimeout ¶
func (o *RemoveUseDomainParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove use domain params
func (*RemoveUseDomainParams) SetUseDomainID ¶
func (o *RemoveUseDomainParams) SetUseDomainID(useDomainID string)
SetUseDomainID adds the useDomainId to the remove use domain params
func (*RemoveUseDomainParams) WithContext ¶
func (o *RemoveUseDomainParams) WithContext(ctx context.Context) *RemoveUseDomainParams
WithContext adds the context to the remove use domain params
func (*RemoveUseDomainParams) WithHTTPClient ¶
func (o *RemoveUseDomainParams) WithHTTPClient(client *http.Client) *RemoveUseDomainParams
WithHTTPClient adds the HTTPClient to the remove use domain params
func (*RemoveUseDomainParams) WithTimeout ¶
func (o *RemoveUseDomainParams) WithTimeout(timeout time.Duration) *RemoveUseDomainParams
WithTimeout adds the timeout to the remove use domain params
func (*RemoveUseDomainParams) WithUseDomainID ¶
func (o *RemoveUseDomainParams) WithUseDomainID(useDomainID string) *RemoveUseDomainParams
WithUseDomainID adds the useDomainID to the remove use domain params
func (*RemoveUseDomainParams) WriteToRequest ¶
func (o *RemoveUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveUseDomainReader ¶
type RemoveUseDomainReader struct {
// contains filtered or unexported fields
}
RemoveUseDomainReader is a Reader for the RemoveUseDomain structure.
func (*RemoveUseDomainReader) ReadResponse ¶
func (o *RemoveUseDomainReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RemoveUseDomainUnauthorized ¶
type RemoveUseDomainUnauthorized struct { }
RemoveUseDomainUnauthorized handles this case with default header values.
Not authenticated to perform request
func NewRemoveUseDomainUnauthorized ¶
func NewRemoveUseDomainUnauthorized() *RemoveUseDomainUnauthorized
NewRemoveUseDomainUnauthorized creates a RemoveUseDomainUnauthorized with default headers values
func (*RemoveUseDomainUnauthorized) Error ¶
func (o *RemoveUseDomainUnauthorized) Error() string
type UpdateCryptoConfigBadRequest ¶
type UpdateCryptoConfigBadRequest struct { }
UpdateCryptoConfigBadRequest handles this case with default header values.
Unable to process request
func NewUpdateCryptoConfigBadRequest ¶
func NewUpdateCryptoConfigBadRequest() *UpdateCryptoConfigBadRequest
NewUpdateCryptoConfigBadRequest creates a UpdateCryptoConfigBadRequest with default headers values
func (*UpdateCryptoConfigBadRequest) Error ¶
func (o *UpdateCryptoConfigBadRequest) Error() string
type UpdateCryptoConfigFallbackToCloudBadRequest ¶
type UpdateCryptoConfigFallbackToCloudBadRequest struct { }
UpdateCryptoConfigFallbackToCloudBadRequest handles this case with default header values.
Unable to process request
func NewUpdateCryptoConfigFallbackToCloudBadRequest ¶
func NewUpdateCryptoConfigFallbackToCloudBadRequest() *UpdateCryptoConfigFallbackToCloudBadRequest
NewUpdateCryptoConfigFallbackToCloudBadRequest creates a UpdateCryptoConfigFallbackToCloudBadRequest with default headers values
func (*UpdateCryptoConfigFallbackToCloudBadRequest) Error ¶
func (o *UpdateCryptoConfigFallbackToCloudBadRequest) Error() string
type UpdateCryptoConfigFallbackToCloudOK ¶
type UpdateCryptoConfigFallbackToCloudOK struct { }
UpdateCryptoConfigFallbackToCloudOK handles this case with default header values.
Successfully updated the fallback to cloud setting on use domain
func NewUpdateCryptoConfigFallbackToCloudOK ¶
func NewUpdateCryptoConfigFallbackToCloudOK() *UpdateCryptoConfigFallbackToCloudOK
NewUpdateCryptoConfigFallbackToCloudOK creates a UpdateCryptoConfigFallbackToCloudOK with default headers values
func (*UpdateCryptoConfigFallbackToCloudOK) Error ¶
func (o *UpdateCryptoConfigFallbackToCloudOK) Error() string
type UpdateCryptoConfigFallbackToCloudParams ¶
type UpdateCryptoConfigFallbackToCloudParams struct { /*FallbackToCloud*/ FallbackToCloud bool /*UseDomainID*/ UseDomainID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCryptoConfigFallbackToCloudParams contains all the parameters to send to the API endpoint for the update crypto config fallback to cloud operation typically these are written to a http.Request
func NewUpdateCryptoConfigFallbackToCloudParams ¶
func NewUpdateCryptoConfigFallbackToCloudParams() *UpdateCryptoConfigFallbackToCloudParams
NewUpdateCryptoConfigFallbackToCloudParams creates a new UpdateCryptoConfigFallbackToCloudParams object with the default values initialized.
func NewUpdateCryptoConfigFallbackToCloudParamsWithContext ¶
func NewUpdateCryptoConfigFallbackToCloudParamsWithContext(ctx context.Context) *UpdateCryptoConfigFallbackToCloudParams
NewUpdateCryptoConfigFallbackToCloudParamsWithContext creates a new UpdateCryptoConfigFallbackToCloudParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateCryptoConfigFallbackToCloudParamsWithHTTPClient ¶
func NewUpdateCryptoConfigFallbackToCloudParamsWithHTTPClient(client *http.Client) *UpdateCryptoConfigFallbackToCloudParams
NewUpdateCryptoConfigFallbackToCloudParamsWithHTTPClient creates a new UpdateCryptoConfigFallbackToCloudParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateCryptoConfigFallbackToCloudParamsWithTimeout ¶
func NewUpdateCryptoConfigFallbackToCloudParamsWithTimeout(timeout time.Duration) *UpdateCryptoConfigFallbackToCloudParams
NewUpdateCryptoConfigFallbackToCloudParamsWithTimeout creates a new UpdateCryptoConfigFallbackToCloudParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateCryptoConfigFallbackToCloudParams) SetContext ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) SetContext(ctx context.Context)
SetContext adds the context to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) SetFallbackToCloud ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) SetFallbackToCloud(fallbackToCloud bool)
SetFallbackToCloud adds the fallbackToCloud to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) SetHTTPClient ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) SetTimeout ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) SetUseDomainID ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) SetUseDomainID(useDomainID string)
SetUseDomainID adds the useDomainId to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) WithContext ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) WithContext(ctx context.Context) *UpdateCryptoConfigFallbackToCloudParams
WithContext adds the context to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) WithFallbackToCloud ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) WithFallbackToCloud(fallbackToCloud bool) *UpdateCryptoConfigFallbackToCloudParams
WithFallbackToCloud adds the fallbackToCloud to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) WithHTTPClient ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) WithHTTPClient(client *http.Client) *UpdateCryptoConfigFallbackToCloudParams
WithHTTPClient adds the HTTPClient to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) WithTimeout ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) WithTimeout(timeout time.Duration) *UpdateCryptoConfigFallbackToCloudParams
WithTimeout adds the timeout to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) WithUseDomainID ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) WithUseDomainID(useDomainID string) *UpdateCryptoConfigFallbackToCloudParams
WithUseDomainID adds the useDomainID to the update crypto config fallback to cloud params
func (*UpdateCryptoConfigFallbackToCloudParams) WriteToRequest ¶
func (o *UpdateCryptoConfigFallbackToCloudParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCryptoConfigFallbackToCloudReader ¶
type UpdateCryptoConfigFallbackToCloudReader struct {
// contains filtered or unexported fields
}
UpdateCryptoConfigFallbackToCloudReader is a Reader for the UpdateCryptoConfigFallbackToCloud structure.
func (*UpdateCryptoConfigFallbackToCloudReader) ReadResponse ¶
func (o *UpdateCryptoConfigFallbackToCloudReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCryptoConfigOK ¶
type UpdateCryptoConfigOK struct {
Payload *models.CryptoConfig
}
UpdateCryptoConfigOK handles this case with default header values.
Returns the requested configuration
func NewUpdateCryptoConfigOK ¶
func NewUpdateCryptoConfigOK() *UpdateCryptoConfigOK
NewUpdateCryptoConfigOK creates a UpdateCryptoConfigOK with default headers values
func (*UpdateCryptoConfigOK) Error ¶
func (o *UpdateCryptoConfigOK) Error() string
type UpdateCryptoConfigParams ¶
type UpdateCryptoConfigParams struct { /*CryptoConfigID*/ CryptoConfigID string /*UpdatedCryptoConfig*/ UpdatedCryptoConfig *models.CryptoConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCryptoConfigParams contains all the parameters to send to the API endpoint for the update crypto config operation typically these are written to a http.Request
func NewUpdateCryptoConfigParams ¶
func NewUpdateCryptoConfigParams() *UpdateCryptoConfigParams
NewUpdateCryptoConfigParams creates a new UpdateCryptoConfigParams object with the default values initialized.
func NewUpdateCryptoConfigParamsWithContext ¶
func NewUpdateCryptoConfigParamsWithContext(ctx context.Context) *UpdateCryptoConfigParams
NewUpdateCryptoConfigParamsWithContext creates a new UpdateCryptoConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateCryptoConfigParamsWithHTTPClient ¶
func NewUpdateCryptoConfigParamsWithHTTPClient(client *http.Client) *UpdateCryptoConfigParams
NewUpdateCryptoConfigParamsWithHTTPClient creates a new UpdateCryptoConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateCryptoConfigParamsWithTimeout ¶
func NewUpdateCryptoConfigParamsWithTimeout(timeout time.Duration) *UpdateCryptoConfigParams
NewUpdateCryptoConfigParamsWithTimeout creates a new UpdateCryptoConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateCryptoConfigParams) SetContext ¶
func (o *UpdateCryptoConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update crypto config params
func (*UpdateCryptoConfigParams) SetCryptoConfigID ¶
func (o *UpdateCryptoConfigParams) SetCryptoConfigID(cryptoConfigID string)
SetCryptoConfigID adds the cryptoConfigId to the update crypto config params
func (*UpdateCryptoConfigParams) SetHTTPClient ¶
func (o *UpdateCryptoConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update crypto config params
func (*UpdateCryptoConfigParams) SetTimeout ¶
func (o *UpdateCryptoConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update crypto config params
func (*UpdateCryptoConfigParams) SetUpdatedCryptoConfig ¶
func (o *UpdateCryptoConfigParams) SetUpdatedCryptoConfig(updatedCryptoConfig *models.CryptoConfig)
SetUpdatedCryptoConfig adds the updatedCryptoConfig to the update crypto config params
func (*UpdateCryptoConfigParams) WithContext ¶
func (o *UpdateCryptoConfigParams) WithContext(ctx context.Context) *UpdateCryptoConfigParams
WithContext adds the context to the update crypto config params
func (*UpdateCryptoConfigParams) WithCryptoConfigID ¶
func (o *UpdateCryptoConfigParams) WithCryptoConfigID(cryptoConfigID string) *UpdateCryptoConfigParams
WithCryptoConfigID adds the cryptoConfigID to the update crypto config params
func (*UpdateCryptoConfigParams) WithHTTPClient ¶
func (o *UpdateCryptoConfigParams) WithHTTPClient(client *http.Client) *UpdateCryptoConfigParams
WithHTTPClient adds the HTTPClient to the update crypto config params
func (*UpdateCryptoConfigParams) WithTimeout ¶
func (o *UpdateCryptoConfigParams) WithTimeout(timeout time.Duration) *UpdateCryptoConfigParams
WithTimeout adds the timeout to the update crypto config params
func (*UpdateCryptoConfigParams) WithUpdatedCryptoConfig ¶
func (o *UpdateCryptoConfigParams) WithUpdatedCryptoConfig(updatedCryptoConfig *models.CryptoConfig) *UpdateCryptoConfigParams
WithUpdatedCryptoConfig adds the updatedCryptoConfig to the update crypto config params
func (*UpdateCryptoConfigParams) WriteToRequest ¶
func (o *UpdateCryptoConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCryptoConfigReader ¶
type UpdateCryptoConfigReader struct {
// contains filtered or unexported fields
}
UpdateCryptoConfigReader is a Reader for the UpdateCryptoConfig structure.
func (*UpdateCryptoConfigReader) ReadResponse ¶
func (o *UpdateCryptoConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCryptoConfigSelectorSchemeBadRequest ¶
type UpdateCryptoConfigSelectorSchemeBadRequest struct { }
UpdateCryptoConfigSelectorSchemeBadRequest handles this case with default header values.
Unable to process request
func NewUpdateCryptoConfigSelectorSchemeBadRequest ¶
func NewUpdateCryptoConfigSelectorSchemeBadRequest() *UpdateCryptoConfigSelectorSchemeBadRequest
NewUpdateCryptoConfigSelectorSchemeBadRequest creates a UpdateCryptoConfigSelectorSchemeBadRequest with default headers values
func (*UpdateCryptoConfigSelectorSchemeBadRequest) Error ¶
func (o *UpdateCryptoConfigSelectorSchemeBadRequest) Error() string
type UpdateCryptoConfigSelectorSchemeOK ¶
type UpdateCryptoConfigSelectorSchemeOK struct { }
UpdateCryptoConfigSelectorSchemeOK handles this case with default header values.
Successfully updated the crypto config
func NewUpdateCryptoConfigSelectorSchemeOK ¶
func NewUpdateCryptoConfigSelectorSchemeOK() *UpdateCryptoConfigSelectorSchemeOK
NewUpdateCryptoConfigSelectorSchemeOK creates a UpdateCryptoConfigSelectorSchemeOK with default headers values
func (*UpdateCryptoConfigSelectorSchemeOK) Error ¶
func (o *UpdateCryptoConfigSelectorSchemeOK) Error() string
type UpdateCryptoConfigSelectorSchemeParams ¶
type UpdateCryptoConfigSelectorSchemeParams struct { /*CryptoConfigID*/ CryptoConfigID string /*NewSelectorScheme*/ NewSelectorScheme string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCryptoConfigSelectorSchemeParams contains all the parameters to send to the API endpoint for the update crypto config selector scheme operation typically these are written to a http.Request
func NewUpdateCryptoConfigSelectorSchemeParams ¶
func NewUpdateCryptoConfigSelectorSchemeParams() *UpdateCryptoConfigSelectorSchemeParams
NewUpdateCryptoConfigSelectorSchemeParams creates a new UpdateCryptoConfigSelectorSchemeParams object with the default values initialized.
func NewUpdateCryptoConfigSelectorSchemeParamsWithContext ¶
func NewUpdateCryptoConfigSelectorSchemeParamsWithContext(ctx context.Context) *UpdateCryptoConfigSelectorSchemeParams
NewUpdateCryptoConfigSelectorSchemeParamsWithContext creates a new UpdateCryptoConfigSelectorSchemeParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateCryptoConfigSelectorSchemeParamsWithHTTPClient ¶
func NewUpdateCryptoConfigSelectorSchemeParamsWithHTTPClient(client *http.Client) *UpdateCryptoConfigSelectorSchemeParams
NewUpdateCryptoConfigSelectorSchemeParamsWithHTTPClient creates a new UpdateCryptoConfigSelectorSchemeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateCryptoConfigSelectorSchemeParamsWithTimeout ¶
func NewUpdateCryptoConfigSelectorSchemeParamsWithTimeout(timeout time.Duration) *UpdateCryptoConfigSelectorSchemeParams
NewUpdateCryptoConfigSelectorSchemeParamsWithTimeout creates a new UpdateCryptoConfigSelectorSchemeParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateCryptoConfigSelectorSchemeParams) SetContext ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) SetContext(ctx context.Context)
SetContext adds the context to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) SetCryptoConfigID ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) SetCryptoConfigID(cryptoConfigID string)
SetCryptoConfigID adds the cryptoConfigId to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) SetHTTPClient ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) SetNewSelectorScheme ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) SetNewSelectorScheme(newSelectorScheme string)
SetNewSelectorScheme adds the newSelectorScheme to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) SetTimeout ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) WithContext ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) WithContext(ctx context.Context) *UpdateCryptoConfigSelectorSchemeParams
WithContext adds the context to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) WithCryptoConfigID ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) WithCryptoConfigID(cryptoConfigID string) *UpdateCryptoConfigSelectorSchemeParams
WithCryptoConfigID adds the cryptoConfigID to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) WithHTTPClient ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) WithHTTPClient(client *http.Client) *UpdateCryptoConfigSelectorSchemeParams
WithHTTPClient adds the HTTPClient to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) WithNewSelectorScheme ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) WithNewSelectorScheme(newSelectorScheme string) *UpdateCryptoConfigSelectorSchemeParams
WithNewSelectorScheme adds the newSelectorScheme to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) WithTimeout ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) WithTimeout(timeout time.Duration) *UpdateCryptoConfigSelectorSchemeParams
WithTimeout adds the timeout to the update crypto config selector scheme params
func (*UpdateCryptoConfigSelectorSchemeParams) WriteToRequest ¶
func (o *UpdateCryptoConfigSelectorSchemeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCryptoConfigSelectorSchemeReader ¶
type UpdateCryptoConfigSelectorSchemeReader struct {
// contains filtered or unexported fields
}
UpdateCryptoConfigSelectorSchemeReader is a Reader for the UpdateCryptoConfigSelectorScheme structure.
func (*UpdateCryptoConfigSelectorSchemeReader) ReadResponse ¶
func (o *UpdateCryptoConfigSelectorSchemeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateExpireUseDomainBadRequest ¶
type UpdateExpireUseDomainBadRequest struct {
Payload *models.ErrorResponse
}
UpdateExpireUseDomainBadRequest handles this case with default header values.
Unable to process request
func NewUpdateExpireUseDomainBadRequest ¶
func NewUpdateExpireUseDomainBadRequest() *UpdateExpireUseDomainBadRequest
NewUpdateExpireUseDomainBadRequest creates a UpdateExpireUseDomainBadRequest with default headers values
func (*UpdateExpireUseDomainBadRequest) Error ¶
func (o *UpdateExpireUseDomainBadRequest) Error() string
type UpdateExpireUseDomainForbidden ¶
type UpdateExpireUseDomainForbidden struct { }
UpdateExpireUseDomainForbidden handles this case with default header values.
Not authorized to perform request
func NewUpdateExpireUseDomainForbidden ¶
func NewUpdateExpireUseDomainForbidden() *UpdateExpireUseDomainForbidden
NewUpdateExpireUseDomainForbidden creates a UpdateExpireUseDomainForbidden with default headers values
func (*UpdateExpireUseDomainForbidden) Error ¶
func (o *UpdateExpireUseDomainForbidden) Error() string
type UpdateExpireUseDomainInternalServerError ¶
type UpdateExpireUseDomainInternalServerError struct {
Payload *models.ErrorResponse
}
UpdateExpireUseDomainInternalServerError handles this case with default header values.
Unrecoverable internal error
func NewUpdateExpireUseDomainInternalServerError ¶
func NewUpdateExpireUseDomainInternalServerError() *UpdateExpireUseDomainInternalServerError
NewUpdateExpireUseDomainInternalServerError creates a UpdateExpireUseDomainInternalServerError with default headers values
func (*UpdateExpireUseDomainInternalServerError) Error ¶
func (o *UpdateExpireUseDomainInternalServerError) Error() string
type UpdateExpireUseDomainOK ¶
type UpdateExpireUseDomainOK struct { }
UpdateExpireUseDomainOK handles this case with default header values.
Successfully expired use doamin.
func NewUpdateExpireUseDomainOK ¶
func NewUpdateExpireUseDomainOK() *UpdateExpireUseDomainOK
NewUpdateExpireUseDomainOK creates a UpdateExpireUseDomainOK with default headers values
func (*UpdateExpireUseDomainOK) Error ¶
func (o *UpdateExpireUseDomainOK) Error() string
type UpdateExpireUseDomainParams ¶
type UpdateExpireUseDomainParams struct { /*DecryptionTTL*/ DecryptionTTL int64 /*EncryptionTTL*/ EncryptionTTL int64 /*InceptionTTL*/ InceptionTTL int64 /*RetentionTTL*/ RetentionTTL int64 /*UseDomainID*/ UseDomainID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateExpireUseDomainParams contains all the parameters to send to the API endpoint for the update expire use domain operation typically these are written to a http.Request
func NewUpdateExpireUseDomainParams ¶
func NewUpdateExpireUseDomainParams() *UpdateExpireUseDomainParams
NewUpdateExpireUseDomainParams creates a new UpdateExpireUseDomainParams object with the default values initialized.
func NewUpdateExpireUseDomainParamsWithContext ¶
func NewUpdateExpireUseDomainParamsWithContext(ctx context.Context) *UpdateExpireUseDomainParams
NewUpdateExpireUseDomainParamsWithContext creates a new UpdateExpireUseDomainParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateExpireUseDomainParamsWithHTTPClient ¶
func NewUpdateExpireUseDomainParamsWithHTTPClient(client *http.Client) *UpdateExpireUseDomainParams
NewUpdateExpireUseDomainParamsWithHTTPClient creates a new UpdateExpireUseDomainParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateExpireUseDomainParamsWithTimeout ¶
func NewUpdateExpireUseDomainParamsWithTimeout(timeout time.Duration) *UpdateExpireUseDomainParams
NewUpdateExpireUseDomainParamsWithTimeout creates a new UpdateExpireUseDomainParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateExpireUseDomainParams) SetContext ¶
func (o *UpdateExpireUseDomainParams) SetContext(ctx context.Context)
SetContext adds the context to the update expire use domain params
func (*UpdateExpireUseDomainParams) SetDecryptionTTL ¶
func (o *UpdateExpireUseDomainParams) SetDecryptionTTL(decryptionTTL int64)
SetDecryptionTTL adds the decryptionTtl to the update expire use domain params
func (*UpdateExpireUseDomainParams) SetEncryptionTTL ¶
func (o *UpdateExpireUseDomainParams) SetEncryptionTTL(encryptionTTL int64)
SetEncryptionTTL adds the encryptionTtl to the update expire use domain params
func (*UpdateExpireUseDomainParams) SetHTTPClient ¶
func (o *UpdateExpireUseDomainParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update expire use domain params
func (*UpdateExpireUseDomainParams) SetInceptionTTL ¶
func (o *UpdateExpireUseDomainParams) SetInceptionTTL(inceptionTTL int64)
SetInceptionTTL adds the inceptionTtl to the update expire use domain params
func (*UpdateExpireUseDomainParams) SetRetentionTTL ¶
func (o *UpdateExpireUseDomainParams) SetRetentionTTL(retentionTTL int64)
SetRetentionTTL adds the retentionTtl to the update expire use domain params
func (*UpdateExpireUseDomainParams) SetTimeout ¶
func (o *UpdateExpireUseDomainParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update expire use domain params
func (*UpdateExpireUseDomainParams) SetUseDomainID ¶
func (o *UpdateExpireUseDomainParams) SetUseDomainID(useDomainID string)
SetUseDomainID adds the useDomainId to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithContext ¶
func (o *UpdateExpireUseDomainParams) WithContext(ctx context.Context) *UpdateExpireUseDomainParams
WithContext adds the context to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithDecryptionTTL ¶
func (o *UpdateExpireUseDomainParams) WithDecryptionTTL(decryptionTTL int64) *UpdateExpireUseDomainParams
WithDecryptionTTL adds the decryptionTTL to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithEncryptionTTL ¶
func (o *UpdateExpireUseDomainParams) WithEncryptionTTL(encryptionTTL int64) *UpdateExpireUseDomainParams
WithEncryptionTTL adds the encryptionTTL to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithHTTPClient ¶
func (o *UpdateExpireUseDomainParams) WithHTTPClient(client *http.Client) *UpdateExpireUseDomainParams
WithHTTPClient adds the HTTPClient to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithInceptionTTL ¶
func (o *UpdateExpireUseDomainParams) WithInceptionTTL(inceptionTTL int64) *UpdateExpireUseDomainParams
WithInceptionTTL adds the inceptionTTL to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithRetentionTTL ¶
func (o *UpdateExpireUseDomainParams) WithRetentionTTL(retentionTTL int64) *UpdateExpireUseDomainParams
WithRetentionTTL adds the retentionTTL to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithTimeout ¶
func (o *UpdateExpireUseDomainParams) WithTimeout(timeout time.Duration) *UpdateExpireUseDomainParams
WithTimeout adds the timeout to the update expire use domain params
func (*UpdateExpireUseDomainParams) WithUseDomainID ¶
func (o *UpdateExpireUseDomainParams) WithUseDomainID(useDomainID string) *UpdateExpireUseDomainParams
WithUseDomainID adds the useDomainID to the update expire use domain params
func (*UpdateExpireUseDomainParams) WriteToRequest ¶
func (o *UpdateExpireUseDomainParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateExpireUseDomainReader ¶
type UpdateExpireUseDomainReader struct {
// contains filtered or unexported fields
}
UpdateExpireUseDomainReader is a Reader for the UpdateExpireUseDomain structure.
func (*UpdateExpireUseDomainReader) ReadResponse ¶
func (o *UpdateExpireUseDomainReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateExpireUseDomainUnauthorized ¶
type UpdateExpireUseDomainUnauthorized struct { }
UpdateExpireUseDomainUnauthorized handles this case with default header values.
Not authenticated to perform request
func NewUpdateExpireUseDomainUnauthorized ¶
func NewUpdateExpireUseDomainUnauthorized() *UpdateExpireUseDomainUnauthorized
NewUpdateExpireUseDomainUnauthorized creates a UpdateExpireUseDomainUnauthorized with default headers values
func (*UpdateExpireUseDomainUnauthorized) Error ¶
func (o *UpdateExpireUseDomainUnauthorized) Error() string
Source Files ¶
- add_collaborator_parameters.go
- add_collaborator_responses.go
- add_existing_use_domain_parameters.go
- add_existing_use_domain_responses.go
- add_use_domain_parameters.go
- add_use_domain_responses.go
- crypto_config_client.go
- get_crypto_config_parameters.go
- get_crypto_config_responses.go
- rapid_rotation_use_domain_parameters.go
- rapid_rotation_use_domain_responses.go
- remove_collaborator_parameters.go
- remove_collaborator_responses.go
- remove_use_domain_parameters.go
- remove_use_domain_responses.go
- update_crypto_config_fallback_to_cloud_parameters.go
- update_crypto_config_fallback_to_cloud_responses.go
- update_crypto_config_parameters.go
- update_crypto_config_responses.go
- update_crypto_config_selector_scheme_parameters.go
- update_crypto_config_selector_scheme_responses.go
- update_expire_use_domain_parameters.go
- update_expire_use_domain_responses.go