key_derivation_service_registry

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddKeyDerivationServiceInstanceBadRequest

type AddKeyDerivationServiceInstanceBadRequest struct {
}

AddKeyDerivationServiceInstanceBadRequest handles this case with default header values.

Unable to process request

func NewAddKeyDerivationServiceInstanceBadRequest

func NewAddKeyDerivationServiceInstanceBadRequest() *AddKeyDerivationServiceInstanceBadRequest

NewAddKeyDerivationServiceInstanceBadRequest creates a AddKeyDerivationServiceInstanceBadRequest with default headers values

func (*AddKeyDerivationServiceInstanceBadRequest) Error

type AddKeyDerivationServiceInstanceForbidden

type AddKeyDerivationServiceInstanceForbidden struct {
}

AddKeyDerivationServiceInstanceForbidden handles this case with default header values.

Not authorized

func NewAddKeyDerivationServiceInstanceForbidden

func NewAddKeyDerivationServiceInstanceForbidden() *AddKeyDerivationServiceInstanceForbidden

NewAddKeyDerivationServiceInstanceForbidden creates a AddKeyDerivationServiceInstanceForbidden with default headers values

func (*AddKeyDerivationServiceInstanceForbidden) Error

type AddKeyDerivationServiceInstanceInternalServerError

type AddKeyDerivationServiceInstanceInternalServerError struct {
}

AddKeyDerivationServiceInstanceInternalServerError handles this case with default header values.

Internal server error

func NewAddKeyDerivationServiceInstanceInternalServerError

func NewAddKeyDerivationServiceInstanceInternalServerError() *AddKeyDerivationServiceInstanceInternalServerError

NewAddKeyDerivationServiceInstanceInternalServerError creates a AddKeyDerivationServiceInstanceInternalServerError with default headers values

func (*AddKeyDerivationServiceInstanceInternalServerError) Error

type AddKeyDerivationServiceInstanceOK

type AddKeyDerivationServiceInstanceOK struct {
	Payload *models.KeyDerivationInstance
}

AddKeyDerivationServiceInstanceOK handles this case with default header values.

Returns the newly registered key derivation service instance

func NewAddKeyDerivationServiceInstanceOK

func NewAddKeyDerivationServiceInstanceOK() *AddKeyDerivationServiceInstanceOK

NewAddKeyDerivationServiceInstanceOK creates a AddKeyDerivationServiceInstanceOK with default headers values

func (*AddKeyDerivationServiceInstanceOK) Error

type AddKeyDerivationServiceInstanceParams

type AddKeyDerivationServiceInstanceParams struct {

	/*KeyDerivationInstance*/
	KeyDerivationInstance *models.KeyDerivationInstance

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

AddKeyDerivationServiceInstanceParams contains all the parameters to send to the API endpoint for the add key derivation service instance operation typically these are written to a http.Request

func NewAddKeyDerivationServiceInstanceParams

func NewAddKeyDerivationServiceInstanceParams() *AddKeyDerivationServiceInstanceParams

NewAddKeyDerivationServiceInstanceParams creates a new AddKeyDerivationServiceInstanceParams object with the default values initialized.

func NewAddKeyDerivationServiceInstanceParamsWithContext

func NewAddKeyDerivationServiceInstanceParamsWithContext(ctx context.Context) *AddKeyDerivationServiceInstanceParams

NewAddKeyDerivationServiceInstanceParamsWithContext creates a new AddKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewAddKeyDerivationServiceInstanceParamsWithHTTPClient

func NewAddKeyDerivationServiceInstanceParamsWithHTTPClient(client *http.Client) *AddKeyDerivationServiceInstanceParams

NewAddKeyDerivationServiceInstanceParamsWithHTTPClient creates a new AddKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddKeyDerivationServiceInstanceParamsWithTimeout

func NewAddKeyDerivationServiceInstanceParamsWithTimeout(timeout time.Duration) *AddKeyDerivationServiceInstanceParams

NewAddKeyDerivationServiceInstanceParamsWithTimeout creates a new AddKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddKeyDerivationServiceInstanceParams) SetContext

SetContext adds the context to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) SetKeyDerivationInstance

func (o *AddKeyDerivationServiceInstanceParams) SetKeyDerivationInstance(keyDerivationInstance *models.KeyDerivationInstance)

SetKeyDerivationInstance adds the keyDerivationInstance to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) SetTimeout

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

SetTimeout adds the timeout to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithContext

WithContext adds the context to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithKeyDerivationInstance

WithKeyDerivationInstance adds the keyDerivationInstance to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithTimeout

WithTimeout adds the timeout to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddKeyDerivationServiceInstanceReader

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

AddKeyDerivationServiceInstanceReader is a Reader for the AddKeyDerivationServiceInstance structure.

func (*AddKeyDerivationServiceInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddKeyDerivationServiceInstanceUnauthorized

type AddKeyDerivationServiceInstanceUnauthorized struct {
}

AddKeyDerivationServiceInstanceUnauthorized handles this case with default header values.

Not authenticated

func NewAddKeyDerivationServiceInstanceUnauthorized

func NewAddKeyDerivationServiceInstanceUnauthorized() *AddKeyDerivationServiceInstanceUnauthorized

NewAddKeyDerivationServiceInstanceUnauthorized creates a AddKeyDerivationServiceInstanceUnauthorized with default headers values

func (*AddKeyDerivationServiceInstanceUnauthorized) Error

type Client

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

Client for key derivation service registry API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new key derivation service registry API client.

func (*Client) AddKeyDerivationServiceInstance

func (a *Client) AddKeyDerivationServiceInstance(params *AddKeyDerivationServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*AddKeyDerivationServiceInstanceOK, error)

AddKeyDerivationServiceInstance registers a new key derivation service instance

func (*Client) DeleteKeyDerivationServiceInstance

DeleteKeyDerivationServiceInstance activates or deactivate an existing key derivation service instance

func (*Client) GetAllOrgKeyDerivationServiceInstances

GetAllOrgKeyDerivationServiceInstances gets the all key derivers registerd to org

func (*Client) GetAllSharedKeyDerivationServiceInstances

GetAllSharedKeyDerivationServiceInstances gets the all key derivers that the org has access to including shared cloud instances

func (*Client) GetKeyDerivationServiceInstance

func (a *Client) GetKeyDerivationServiceInstance(params *GetKeyDerivationServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*GetKeyDerivationServiceInstanceOK, error)

GetKeyDerivationServiceInstance gets the keyderiver details by id

func (*Client) HeartbeatKeyDerivationServiceInstance

HeartbeatKeyDerivationServiceInstance heatbeats from the given key derivation service instance

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteKeyDerivationServiceInstanceBadRequest

type DeleteKeyDerivationServiceInstanceBadRequest struct {
}

DeleteKeyDerivationServiceInstanceBadRequest handles this case with default header values.

Unable to process request

func NewDeleteKeyDerivationServiceInstanceBadRequest

func NewDeleteKeyDerivationServiceInstanceBadRequest() *DeleteKeyDerivationServiceInstanceBadRequest

NewDeleteKeyDerivationServiceInstanceBadRequest creates a DeleteKeyDerivationServiceInstanceBadRequest with default headers values

func (*DeleteKeyDerivationServiceInstanceBadRequest) Error

type DeleteKeyDerivationServiceInstanceOK

type DeleteKeyDerivationServiceInstanceOK struct {
}

DeleteKeyDerivationServiceInstanceOK handles this case with default header values.

Update successful

func NewDeleteKeyDerivationServiceInstanceOK

func NewDeleteKeyDerivationServiceInstanceOK() *DeleteKeyDerivationServiceInstanceOK

NewDeleteKeyDerivationServiceInstanceOK creates a DeleteKeyDerivationServiceInstanceOK with default headers values

func (*DeleteKeyDerivationServiceInstanceOK) Error

type DeleteKeyDerivationServiceInstanceParams

type DeleteKeyDerivationServiceInstanceParams struct {

	/*Active*/
	Active string
	/*KeyDerivationInstanceID*/
	KeyDerivationInstanceID string

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

DeleteKeyDerivationServiceInstanceParams contains all the parameters to send to the API endpoint for the delete key derivation service instance operation typically these are written to a http.Request

func NewDeleteKeyDerivationServiceInstanceParams

func NewDeleteKeyDerivationServiceInstanceParams() *DeleteKeyDerivationServiceInstanceParams

NewDeleteKeyDerivationServiceInstanceParams creates a new DeleteKeyDerivationServiceInstanceParams object with the default values initialized.

func NewDeleteKeyDerivationServiceInstanceParamsWithContext

func NewDeleteKeyDerivationServiceInstanceParamsWithContext(ctx context.Context) *DeleteKeyDerivationServiceInstanceParams

NewDeleteKeyDerivationServiceInstanceParamsWithContext creates a new DeleteKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteKeyDerivationServiceInstanceParamsWithHTTPClient

func NewDeleteKeyDerivationServiceInstanceParamsWithHTTPClient(client *http.Client) *DeleteKeyDerivationServiceInstanceParams

NewDeleteKeyDerivationServiceInstanceParamsWithHTTPClient creates a new DeleteKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteKeyDerivationServiceInstanceParamsWithTimeout

func NewDeleteKeyDerivationServiceInstanceParamsWithTimeout(timeout time.Duration) *DeleteKeyDerivationServiceInstanceParams

NewDeleteKeyDerivationServiceInstanceParamsWithTimeout creates a new DeleteKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteKeyDerivationServiceInstanceParams) SetActive

func (o *DeleteKeyDerivationServiceInstanceParams) SetActive(active string)

SetActive adds the active to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetContext

SetContext adds the context to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID

func (o *DeleteKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID(keyDerivationInstanceID string)

SetKeyDerivationInstanceID adds the keyDerivationInstanceId to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetTimeout

SetTimeout adds the timeout to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithActive

WithActive adds the active to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithContext

WithContext adds the context to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID

func (o *DeleteKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID(keyDerivationInstanceID string) *DeleteKeyDerivationServiceInstanceParams

WithKeyDerivationInstanceID adds the keyDerivationInstanceID to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithTimeout

WithTimeout adds the timeout to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKeyDerivationServiceInstanceReader

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

DeleteKeyDerivationServiceInstanceReader is a Reader for the DeleteKeyDerivationServiceInstance structure.

func (*DeleteKeyDerivationServiceInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllOrgKeyDerivationServiceInstancesBadRequest

type GetAllOrgKeyDerivationServiceInstancesBadRequest struct {
}

GetAllOrgKeyDerivationServiceInstancesBadRequest handles this case with default header values.

Unable to process request.

func NewGetAllOrgKeyDerivationServiceInstancesBadRequest

func NewGetAllOrgKeyDerivationServiceInstancesBadRequest() *GetAllOrgKeyDerivationServiceInstancesBadRequest

NewGetAllOrgKeyDerivationServiceInstancesBadRequest creates a GetAllOrgKeyDerivationServiceInstancesBadRequest with default headers values

func (*GetAllOrgKeyDerivationServiceInstancesBadRequest) Error

type GetAllOrgKeyDerivationServiceInstancesInternalServerError

type GetAllOrgKeyDerivationServiceInstancesInternalServerError struct {
}

GetAllOrgKeyDerivationServiceInstancesInternalServerError handles this case with default header values.

Unrecoverable internal server error

func NewGetAllOrgKeyDerivationServiceInstancesInternalServerError

func NewGetAllOrgKeyDerivationServiceInstancesInternalServerError() *GetAllOrgKeyDerivationServiceInstancesInternalServerError

NewGetAllOrgKeyDerivationServiceInstancesInternalServerError creates a GetAllOrgKeyDerivationServiceInstancesInternalServerError with default headers values

func (*GetAllOrgKeyDerivationServiceInstancesInternalServerError) Error

type GetAllOrgKeyDerivationServiceInstancesOK

type GetAllOrgKeyDerivationServiceInstancesOK struct {
	Payload []*models.KeyDerivationInstance
}

GetAllOrgKeyDerivationServiceInstancesOK handles this case with default header values.

Get all registred key derivers associated with org

func NewGetAllOrgKeyDerivationServiceInstancesOK

func NewGetAllOrgKeyDerivationServiceInstancesOK() *GetAllOrgKeyDerivationServiceInstancesOK

NewGetAllOrgKeyDerivationServiceInstancesOK creates a GetAllOrgKeyDerivationServiceInstancesOK with default headers values

func (*GetAllOrgKeyDerivationServiceInstancesOK) Error

type GetAllOrgKeyDerivationServiceInstancesParams

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

GetAllOrgKeyDerivationServiceInstancesParams contains all the parameters to send to the API endpoint for the get all org key derivation service instances operation typically these are written to a http.Request

func NewGetAllOrgKeyDerivationServiceInstancesParams

func NewGetAllOrgKeyDerivationServiceInstancesParams() *GetAllOrgKeyDerivationServiceInstancesParams

NewGetAllOrgKeyDerivationServiceInstancesParams creates a new GetAllOrgKeyDerivationServiceInstancesParams object with the default values initialized.

func NewGetAllOrgKeyDerivationServiceInstancesParamsWithContext

func NewGetAllOrgKeyDerivationServiceInstancesParamsWithContext(ctx context.Context) *GetAllOrgKeyDerivationServiceInstancesParams

NewGetAllOrgKeyDerivationServiceInstancesParamsWithContext creates a new GetAllOrgKeyDerivationServiceInstancesParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllOrgKeyDerivationServiceInstancesParamsWithHTTPClient

func NewGetAllOrgKeyDerivationServiceInstancesParamsWithHTTPClient(client *http.Client) *GetAllOrgKeyDerivationServiceInstancesParams

NewGetAllOrgKeyDerivationServiceInstancesParamsWithHTTPClient creates a new GetAllOrgKeyDerivationServiceInstancesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllOrgKeyDerivationServiceInstancesParamsWithTimeout

func NewGetAllOrgKeyDerivationServiceInstancesParamsWithTimeout(timeout time.Duration) *GetAllOrgKeyDerivationServiceInstancesParams

NewGetAllOrgKeyDerivationServiceInstancesParamsWithTimeout creates a new GetAllOrgKeyDerivationServiceInstancesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllOrgKeyDerivationServiceInstancesParams) SetContext

SetContext adds the context to the get all org key derivation service instances params

func (*GetAllOrgKeyDerivationServiceInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all org key derivation service instances params

func (*GetAllOrgKeyDerivationServiceInstancesParams) SetTimeout

SetTimeout adds the timeout to the get all org key derivation service instances params

func (*GetAllOrgKeyDerivationServiceInstancesParams) WithContext

WithContext adds the context to the get all org key derivation service instances params

func (*GetAllOrgKeyDerivationServiceInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all org key derivation service instances params

func (*GetAllOrgKeyDerivationServiceInstancesParams) WithTimeout

WithTimeout adds the timeout to the get all org key derivation service instances params

func (*GetAllOrgKeyDerivationServiceInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllOrgKeyDerivationServiceInstancesReader

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

GetAllOrgKeyDerivationServiceInstancesReader is a Reader for the GetAllOrgKeyDerivationServiceInstances structure.

func (*GetAllOrgKeyDerivationServiceInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllOrgKeyDerivationServiceInstancesUnauthorized

type GetAllOrgKeyDerivationServiceInstancesUnauthorized struct {
}

GetAllOrgKeyDerivationServiceInstancesUnauthorized handles this case with default header values.

Not Authenticated

func NewGetAllOrgKeyDerivationServiceInstancesUnauthorized

func NewGetAllOrgKeyDerivationServiceInstancesUnauthorized() *GetAllOrgKeyDerivationServiceInstancesUnauthorized

NewGetAllOrgKeyDerivationServiceInstancesUnauthorized creates a GetAllOrgKeyDerivationServiceInstancesUnauthorized with default headers values

func (*GetAllOrgKeyDerivationServiceInstancesUnauthorized) Error

type GetAllSharedKeyDerivationServiceInstancesBadRequest

type GetAllSharedKeyDerivationServiceInstancesBadRequest struct {
}

GetAllSharedKeyDerivationServiceInstancesBadRequest handles this case with default header values.

Unable to process request.

func NewGetAllSharedKeyDerivationServiceInstancesBadRequest

func NewGetAllSharedKeyDerivationServiceInstancesBadRequest() *GetAllSharedKeyDerivationServiceInstancesBadRequest

NewGetAllSharedKeyDerivationServiceInstancesBadRequest creates a GetAllSharedKeyDerivationServiceInstancesBadRequest with default headers values

func (*GetAllSharedKeyDerivationServiceInstancesBadRequest) Error

type GetAllSharedKeyDerivationServiceInstancesInternalServerError

type GetAllSharedKeyDerivationServiceInstancesInternalServerError struct {
}

GetAllSharedKeyDerivationServiceInstancesInternalServerError handles this case with default header values.

Unrecoverable internal server error

func NewGetAllSharedKeyDerivationServiceInstancesInternalServerError

func NewGetAllSharedKeyDerivationServiceInstancesInternalServerError() *GetAllSharedKeyDerivationServiceInstancesInternalServerError

NewGetAllSharedKeyDerivationServiceInstancesInternalServerError creates a GetAllSharedKeyDerivationServiceInstancesInternalServerError with default headers values

func (*GetAllSharedKeyDerivationServiceInstancesInternalServerError) Error

type GetAllSharedKeyDerivationServiceInstancesOK

type GetAllSharedKeyDerivationServiceInstancesOK struct {
	Payload []*models.KeyDerivationInstance
}

GetAllSharedKeyDerivationServiceInstancesOK handles this case with default header values.

Get all registered public key derivers - including shared cloud instances

func NewGetAllSharedKeyDerivationServiceInstancesOK

func NewGetAllSharedKeyDerivationServiceInstancesOK() *GetAllSharedKeyDerivationServiceInstancesOK

NewGetAllSharedKeyDerivationServiceInstancesOK creates a GetAllSharedKeyDerivationServiceInstancesOK with default headers values

func (*GetAllSharedKeyDerivationServiceInstancesOK) Error

type GetAllSharedKeyDerivationServiceInstancesParams

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

GetAllSharedKeyDerivationServiceInstancesParams contains all the parameters to send to the API endpoint for the get all shared key derivation service instances operation typically these are written to a http.Request

func NewGetAllSharedKeyDerivationServiceInstancesParams

func NewGetAllSharedKeyDerivationServiceInstancesParams() *GetAllSharedKeyDerivationServiceInstancesParams

NewGetAllSharedKeyDerivationServiceInstancesParams creates a new GetAllSharedKeyDerivationServiceInstancesParams object with the default values initialized.

func NewGetAllSharedKeyDerivationServiceInstancesParamsWithContext

func NewGetAllSharedKeyDerivationServiceInstancesParamsWithContext(ctx context.Context) *GetAllSharedKeyDerivationServiceInstancesParams

NewGetAllSharedKeyDerivationServiceInstancesParamsWithContext creates a new GetAllSharedKeyDerivationServiceInstancesParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllSharedKeyDerivationServiceInstancesParamsWithHTTPClient

func NewGetAllSharedKeyDerivationServiceInstancesParamsWithHTTPClient(client *http.Client) *GetAllSharedKeyDerivationServiceInstancesParams

NewGetAllSharedKeyDerivationServiceInstancesParamsWithHTTPClient creates a new GetAllSharedKeyDerivationServiceInstancesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllSharedKeyDerivationServiceInstancesParamsWithTimeout

func NewGetAllSharedKeyDerivationServiceInstancesParamsWithTimeout(timeout time.Duration) *GetAllSharedKeyDerivationServiceInstancesParams

NewGetAllSharedKeyDerivationServiceInstancesParamsWithTimeout creates a new GetAllSharedKeyDerivationServiceInstancesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllSharedKeyDerivationServiceInstancesParams) SetContext

SetContext adds the context to the get all shared key derivation service instances params

func (*GetAllSharedKeyDerivationServiceInstancesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get all shared key derivation service instances params

func (*GetAllSharedKeyDerivationServiceInstancesParams) SetTimeout

SetTimeout adds the timeout to the get all shared key derivation service instances params

func (*GetAllSharedKeyDerivationServiceInstancesParams) WithContext

WithContext adds the context to the get all shared key derivation service instances params

func (*GetAllSharedKeyDerivationServiceInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all shared key derivation service instances params

func (*GetAllSharedKeyDerivationServiceInstancesParams) WithTimeout

WithTimeout adds the timeout to the get all shared key derivation service instances params

func (*GetAllSharedKeyDerivationServiceInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllSharedKeyDerivationServiceInstancesReader

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

GetAllSharedKeyDerivationServiceInstancesReader is a Reader for the GetAllSharedKeyDerivationServiceInstances structure.

func (*GetAllSharedKeyDerivationServiceInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllSharedKeyDerivationServiceInstancesUnauthorized

type GetAllSharedKeyDerivationServiceInstancesUnauthorized struct {
}

GetAllSharedKeyDerivationServiceInstancesUnauthorized handles this case with default header values.

Not Authenticated

func NewGetAllSharedKeyDerivationServiceInstancesUnauthorized

func NewGetAllSharedKeyDerivationServiceInstancesUnauthorized() *GetAllSharedKeyDerivationServiceInstancesUnauthorized

NewGetAllSharedKeyDerivationServiceInstancesUnauthorized creates a GetAllSharedKeyDerivationServiceInstancesUnauthorized with default headers values

func (*GetAllSharedKeyDerivationServiceInstancesUnauthorized) Error

type GetKeyDerivationServiceInstanceBadRequest

type GetKeyDerivationServiceInstanceBadRequest struct {
}

GetKeyDerivationServiceInstanceBadRequest handles this case with default header values.

Unable to process request.

func NewGetKeyDerivationServiceInstanceBadRequest

func NewGetKeyDerivationServiceInstanceBadRequest() *GetKeyDerivationServiceInstanceBadRequest

NewGetKeyDerivationServiceInstanceBadRequest creates a GetKeyDerivationServiceInstanceBadRequest with default headers values

func (*GetKeyDerivationServiceInstanceBadRequest) Error

type GetKeyDerivationServiceInstanceOK

type GetKeyDerivationServiceInstanceOK struct {
	Payload *models.KeyDerivationInstance
}

GetKeyDerivationServiceInstanceOK handles this case with default header values.

Requested key deriver found, details returned.

func NewGetKeyDerivationServiceInstanceOK

func NewGetKeyDerivationServiceInstanceOK() *GetKeyDerivationServiceInstanceOK

NewGetKeyDerivationServiceInstanceOK creates a GetKeyDerivationServiceInstanceOK with default headers values

func (*GetKeyDerivationServiceInstanceOK) Error

type GetKeyDerivationServiceInstanceParams

type GetKeyDerivationServiceInstanceParams struct {

	/*KeyDerivationInstanceID*/
	KeyDerivationInstanceID string

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

GetKeyDerivationServiceInstanceParams contains all the parameters to send to the API endpoint for the get key derivation service instance operation typically these are written to a http.Request

func NewGetKeyDerivationServiceInstanceParams

func NewGetKeyDerivationServiceInstanceParams() *GetKeyDerivationServiceInstanceParams

NewGetKeyDerivationServiceInstanceParams creates a new GetKeyDerivationServiceInstanceParams object with the default values initialized.

func NewGetKeyDerivationServiceInstanceParamsWithContext

func NewGetKeyDerivationServiceInstanceParamsWithContext(ctx context.Context) *GetKeyDerivationServiceInstanceParams

NewGetKeyDerivationServiceInstanceParamsWithContext creates a new GetKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewGetKeyDerivationServiceInstanceParamsWithHTTPClient

func NewGetKeyDerivationServiceInstanceParamsWithHTTPClient(client *http.Client) *GetKeyDerivationServiceInstanceParams

NewGetKeyDerivationServiceInstanceParamsWithHTTPClient creates a new GetKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetKeyDerivationServiceInstanceParamsWithTimeout

func NewGetKeyDerivationServiceInstanceParamsWithTimeout(timeout time.Duration) *GetKeyDerivationServiceInstanceParams

NewGetKeyDerivationServiceInstanceParamsWithTimeout creates a new GetKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetKeyDerivationServiceInstanceParams) SetContext

SetContext adds the context to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID

func (o *GetKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID(keyDerivationInstanceID string)

SetKeyDerivationInstanceID adds the keyDerivationInstanceId to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) SetTimeout

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

SetTimeout adds the timeout to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) WithContext

WithContext adds the context to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID

func (o *GetKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID(keyDerivationInstanceID string) *GetKeyDerivationServiceInstanceParams

WithKeyDerivationInstanceID adds the keyDerivationInstanceID to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) WithTimeout

WithTimeout adds the timeout to the get key derivation service instance params

func (*GetKeyDerivationServiceInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKeyDerivationServiceInstanceReader

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

GetKeyDerivationServiceInstanceReader is a Reader for the GetKeyDerivationServiceInstance structure.

func (*GetKeyDerivationServiceInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type HeartbeatKeyDerivationServiceInstanceBadRequest

type HeartbeatKeyDerivationServiceInstanceBadRequest struct {
}

HeartbeatKeyDerivationServiceInstanceBadRequest handles this case with default header values.

Unable to process request

func NewHeartbeatKeyDerivationServiceInstanceBadRequest

func NewHeartbeatKeyDerivationServiceInstanceBadRequest() *HeartbeatKeyDerivationServiceInstanceBadRequest

NewHeartbeatKeyDerivationServiceInstanceBadRequest creates a HeartbeatKeyDerivationServiceInstanceBadRequest with default headers values

func (*HeartbeatKeyDerivationServiceInstanceBadRequest) Error

type HeartbeatKeyDerivationServiceInstanceOK

type HeartbeatKeyDerivationServiceInstanceOK struct {
	Payload *models.HeatbeatResponse
}

HeartbeatKeyDerivationServiceInstanceOK handles this case with default header values.

Heatbeat accepted, possibly returning work

func NewHeartbeatKeyDerivationServiceInstanceOK

func NewHeartbeatKeyDerivationServiceInstanceOK() *HeartbeatKeyDerivationServiceInstanceOK

NewHeartbeatKeyDerivationServiceInstanceOK creates a HeartbeatKeyDerivationServiceInstanceOK with default headers values

func (*HeartbeatKeyDerivationServiceInstanceOK) Error

type HeartbeatKeyDerivationServiceInstanceParams

type HeartbeatKeyDerivationServiceInstanceParams struct {

	/*KeyDerivationInstanceID*/
	KeyDerivationInstanceID string

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

HeartbeatKeyDerivationServiceInstanceParams contains all the parameters to send to the API endpoint for the heartbeat key derivation service instance operation typically these are written to a http.Request

func NewHeartbeatKeyDerivationServiceInstanceParams

func NewHeartbeatKeyDerivationServiceInstanceParams() *HeartbeatKeyDerivationServiceInstanceParams

NewHeartbeatKeyDerivationServiceInstanceParams creates a new HeartbeatKeyDerivationServiceInstanceParams object with the default values initialized.

func NewHeartbeatKeyDerivationServiceInstanceParamsWithContext

func NewHeartbeatKeyDerivationServiceInstanceParamsWithContext(ctx context.Context) *HeartbeatKeyDerivationServiceInstanceParams

NewHeartbeatKeyDerivationServiceInstanceParamsWithContext creates a new HeartbeatKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewHeartbeatKeyDerivationServiceInstanceParamsWithHTTPClient

func NewHeartbeatKeyDerivationServiceInstanceParamsWithHTTPClient(client *http.Client) *HeartbeatKeyDerivationServiceInstanceParams

NewHeartbeatKeyDerivationServiceInstanceParamsWithHTTPClient creates a new HeartbeatKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewHeartbeatKeyDerivationServiceInstanceParamsWithTimeout

func NewHeartbeatKeyDerivationServiceInstanceParamsWithTimeout(timeout time.Duration) *HeartbeatKeyDerivationServiceInstanceParams

NewHeartbeatKeyDerivationServiceInstanceParamsWithTimeout creates a new HeartbeatKeyDerivationServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*HeartbeatKeyDerivationServiceInstanceParams) SetContext

SetContext adds the context to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID

func (o *HeartbeatKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID(keyDerivationInstanceID string)

SetKeyDerivationInstanceID adds the keyDerivationInstanceId to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) SetTimeout

SetTimeout adds the timeout to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithContext

WithContext adds the context to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID

func (o *HeartbeatKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID(keyDerivationInstanceID string) *HeartbeatKeyDerivationServiceInstanceParams

WithKeyDerivationInstanceID adds the keyDerivationInstanceID to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithTimeout

WithTimeout adds the timeout to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type HeartbeatKeyDerivationServiceInstanceReader

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

HeartbeatKeyDerivationServiceInstanceReader is a Reader for the HeartbeatKeyDerivationServiceInstance structure.

func (*HeartbeatKeyDerivationServiceInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL