system

package
v0.44.37 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for system API

func (*Client) DeleteKeysKeyID

func (a *Client) DeleteKeysKeyID(params *DeleteKeysKeyIDParams) (*DeleteKeysKeyIDNoContent, error)

DeleteKeysKeyID deletes key

func (*Client) DeleteKeysKeyIDCertificatesCertificateID

DeleteKeysKeyIDCertificatesCertificateID deletes certificate

func (*Client) GetKeys

func (a *Client) GetKeys(params *GetKeysParams) (*GetKeysOK, error)

GetKeys lists all keys

func (*Client) GetKeysKeyID

func (a *Client) GetKeysKeyID(params *GetKeysKeyIDParams) (*GetKeysKeyIDOK, error)

GetKeysKeyID fetches key

func (*Client) GetKeysKeyIDCertificates

func (a *Client) GetKeysKeyIDCertificates(params *GetKeysKeyIDCertificatesParams) (*GetKeysKeyIDCertificatesOK, error)

GetKeysKeyIDCertificates lists all certificates

func (*Client) GetKeysKeyIDCertificatesCertificateID

func (a *Client) GetKeysKeyIDCertificatesCertificateID(params *GetKeysKeyIDCertificatesCertificateIDParams) (*GetKeysKeyIDCertificatesCertificateIDOK, error)

GetKeysKeyIDCertificatesCertificateID fetches certificate

func (*Client) PostKeys

func (a *Client) PostKeys(params *PostKeysParams) (*PostKeysCreated, error)

PostKeys creates key

func (*Client) PostKeysKeyIDCertificates

func (a *Client) PostKeysKeyIDCertificates(params *PostKeysKeyIDCertificatesParams) (*PostKeysKeyIDCertificatesCreated, error)

PostKeysKeyIDCertificates creates certificate

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService added in v0.43.0

type ClientService interface {
	DeleteKeysKeyID(params *DeleteKeysKeyIDParams) (*DeleteKeysKeyIDNoContent, error)

	DeleteKeysKeyIDCertificatesCertificateID(params *DeleteKeysKeyIDCertificatesCertificateIDParams) (*DeleteKeysKeyIDCertificatesCertificateIDNoContent, error)

	GetKeys(params *GetKeysParams) (*GetKeysOK, error)

	GetKeysKeyID(params *GetKeysKeyIDParams) (*GetKeysKeyIDOK, error)

	GetKeysKeyIDCertificates(params *GetKeysKeyIDCertificatesParams) (*GetKeysKeyIDCertificatesOK, error)

	GetKeysKeyIDCertificatesCertificateID(params *GetKeysKeyIDCertificatesCertificateIDParams) (*GetKeysKeyIDCertificatesCertificateIDOK, error)

	PostKeys(params *PostKeysParams) (*PostKeysCreated, error)

	PostKeysKeyIDCertificates(params *PostKeysKeyIDCertificatesParams) (*PostKeysKeyIDCertificatesCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new system API client.

type DeleteKeysKeyIDBadRequest added in v0.43.0

type DeleteKeysKeyIDBadRequest struct {
	Payload *models.APIError
}

DeleteKeysKeyIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteKeysKeyIDBadRequest added in v0.43.0

func NewDeleteKeysKeyIDBadRequest() *DeleteKeysKeyIDBadRequest

NewDeleteKeysKeyIDBadRequest creates a DeleteKeysKeyIDBadRequest with default headers values

func (*DeleteKeysKeyIDBadRequest) Error added in v0.43.0

func (o *DeleteKeysKeyIDBadRequest) Error() string

func (*DeleteKeysKeyIDBadRequest) GetPayload added in v0.43.0

func (o *DeleteKeysKeyIDBadRequest) GetPayload() *models.APIError

type DeleteKeysKeyIDCertificatesCertificateIDBadRequest added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDBadRequest struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteKeysKeyIDCertificatesCertificateIDBadRequest added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDBadRequest() *DeleteKeysKeyIDCertificatesCertificateIDBadRequest

NewDeleteKeysKeyIDCertificatesCertificateIDBadRequest creates a DeleteKeysKeyIDCertificatesCertificateIDBadRequest with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDBadRequest) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDBadRequest) GetPayload added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDConflict added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDConflict struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDConflict handles this case with default header values.

Conflict

func NewDeleteKeysKeyIDCertificatesCertificateIDConflict added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDConflict() *DeleteKeysKeyIDCertificatesCertificateIDConflict

NewDeleteKeysKeyIDCertificatesCertificateIDConflict creates a DeleteKeysKeyIDCertificatesCertificateIDConflict with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDConflict) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDConflict) GetPayload added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDForbidden added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDForbidden struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDForbidden handles this case with default header values.

Forbidden

func NewDeleteKeysKeyIDCertificatesCertificateIDForbidden added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDForbidden() *DeleteKeysKeyIDCertificatesCertificateIDForbidden

NewDeleteKeysKeyIDCertificatesCertificateIDForbidden creates a DeleteKeysKeyIDCertificatesCertificateIDForbidden with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDForbidden) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDForbidden) GetPayload added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDInternalServerError added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDInternalServerError struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteKeysKeyIDCertificatesCertificateIDInternalServerError added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDInternalServerError() *DeleteKeysKeyIDCertificatesCertificateIDInternalServerError

NewDeleteKeysKeyIDCertificatesCertificateIDInternalServerError creates a DeleteKeysKeyIDCertificatesCertificateIDInternalServerError with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDInternalServerError) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDInternalServerError) GetPayload added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDNoContent

type DeleteKeysKeyIDCertificatesCertificateIDNoContent struct {
}

DeleteKeysKeyIDCertificatesCertificateIDNoContent handles this case with default header values.

Certificate deleted

func NewDeleteKeysKeyIDCertificatesCertificateIDNoContent

func NewDeleteKeysKeyIDCertificatesCertificateIDNoContent() *DeleteKeysKeyIDCertificatesCertificateIDNoContent

NewDeleteKeysKeyIDCertificatesCertificateIDNoContent creates a DeleteKeysKeyIDCertificatesCertificateIDNoContent with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDNoContent) Error

type DeleteKeysKeyIDCertificatesCertificateIDNotFound added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDNotFound struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDNotFound handles this case with default header values.

Record not found

func NewDeleteKeysKeyIDCertificatesCertificateIDNotFound added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDNotFound() *DeleteKeysKeyIDCertificatesCertificateIDNotFound

NewDeleteKeysKeyIDCertificatesCertificateIDNotFound creates a DeleteKeysKeyIDCertificatesCertificateIDNotFound with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDNotFound) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDNotFound) GetPayload added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDParams

type DeleteKeysKeyIDCertificatesCertificateIDParams struct {

	/*CertificateID
	  Certificate Id

	*/
	CertificateID strfmt.UUID
	/*KeyID
	  Key Id

	*/
	KeyID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteKeysKeyIDCertificatesCertificateIDParams contains all the parameters to send to the API endpoint for the delete keys key ID certificates certificate ID operation typically these are written to a http.Request

func NewDeleteKeysKeyIDCertificatesCertificateIDParams

func NewDeleteKeysKeyIDCertificatesCertificateIDParams() *DeleteKeysKeyIDCertificatesCertificateIDParams

NewDeleteKeysKeyIDCertificatesCertificateIDParams creates a new DeleteKeysKeyIDCertificatesCertificateIDParams object with the default values initialized.

func NewDeleteKeysKeyIDCertificatesCertificateIDParamsWithContext

func NewDeleteKeysKeyIDCertificatesCertificateIDParamsWithContext(ctx context.Context) *DeleteKeysKeyIDCertificatesCertificateIDParams

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

func NewDeleteKeysKeyIDCertificatesCertificateIDParamsWithHTTPClient

func NewDeleteKeysKeyIDCertificatesCertificateIDParamsWithHTTPClient(client *http.Client) *DeleteKeysKeyIDCertificatesCertificateIDParams

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

func NewDeleteKeysKeyIDCertificatesCertificateIDParamsWithTimeout

func NewDeleteKeysKeyIDCertificatesCertificateIDParamsWithTimeout(timeout time.Duration) *DeleteKeysKeyIDCertificatesCertificateIDParams

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

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) SetCertificateID

func (o *DeleteKeysKeyIDCertificatesCertificateIDParams) SetCertificateID(certificateID strfmt.UUID)

SetCertificateID adds the certificateId to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) SetContext

SetContext adds the context to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) SetKeyID

SetKeyID adds the keyId to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) SetTimeout

SetTimeout adds the timeout to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) SetVersion

SetVersion adds the version to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) WithCertificateID

WithCertificateID adds the certificateID to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) WithContext

WithContext adds the context to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) WithKeyID

WithKeyID adds the keyID to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) WithTimeout

WithTimeout adds the timeout to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) WithVersion

WithVersion adds the version to the delete keys key ID certificates certificate ID params

func (*DeleteKeysKeyIDCertificatesCertificateIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKeysKeyIDCertificatesCertificateIDReader

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

DeleteKeysKeyIDCertificatesCertificateIDReader is a Reader for the DeleteKeysKeyIDCertificatesCertificateID structure.

func (*DeleteKeysKeyIDCertificatesCertificateIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewDeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable() *DeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable

NewDeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable creates a DeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDTooManyRequests added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewDeleteKeysKeyIDCertificatesCertificateIDTooManyRequests added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDTooManyRequests() *DeleteKeysKeyIDCertificatesCertificateIDTooManyRequests

NewDeleteKeysKeyIDCertificatesCertificateIDTooManyRequests creates a DeleteKeysKeyIDCertificatesCertificateIDTooManyRequests with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDTooManyRequests) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDTooManyRequests) GetPayload added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDUnauthorized added in v0.43.0

type DeleteKeysKeyIDCertificatesCertificateIDUnauthorized struct {
	Payload *models.APIError
}

DeleteKeysKeyIDCertificatesCertificateIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteKeysKeyIDCertificatesCertificateIDUnauthorized added in v0.43.0

func NewDeleteKeysKeyIDCertificatesCertificateIDUnauthorized() *DeleteKeysKeyIDCertificatesCertificateIDUnauthorized

NewDeleteKeysKeyIDCertificatesCertificateIDUnauthorized creates a DeleteKeysKeyIDCertificatesCertificateIDUnauthorized with default headers values

func (*DeleteKeysKeyIDCertificatesCertificateIDUnauthorized) Error added in v0.43.0

func (*DeleteKeysKeyIDCertificatesCertificateIDUnauthorized) GetPayload added in v0.43.0

type DeleteKeysKeyIDConflict added in v0.43.0

type DeleteKeysKeyIDConflict struct {
	Payload *models.APIError
}

DeleteKeysKeyIDConflict handles this case with default header values.

Conflict

func NewDeleteKeysKeyIDConflict added in v0.43.0

func NewDeleteKeysKeyIDConflict() *DeleteKeysKeyIDConflict

NewDeleteKeysKeyIDConflict creates a DeleteKeysKeyIDConflict with default headers values

func (*DeleteKeysKeyIDConflict) Error added in v0.43.0

func (o *DeleteKeysKeyIDConflict) Error() string

func (*DeleteKeysKeyIDConflict) GetPayload added in v0.43.0

func (o *DeleteKeysKeyIDConflict) GetPayload() *models.APIError

type DeleteKeysKeyIDForbidden added in v0.43.0

type DeleteKeysKeyIDForbidden struct {
	Payload *models.APIError
}

DeleteKeysKeyIDForbidden handles this case with default header values.

Forbidden

func NewDeleteKeysKeyIDForbidden added in v0.43.0

func NewDeleteKeysKeyIDForbidden() *DeleteKeysKeyIDForbidden

NewDeleteKeysKeyIDForbidden creates a DeleteKeysKeyIDForbidden with default headers values

func (*DeleteKeysKeyIDForbidden) Error added in v0.43.0

func (o *DeleteKeysKeyIDForbidden) Error() string

func (*DeleteKeysKeyIDForbidden) GetPayload added in v0.43.0

func (o *DeleteKeysKeyIDForbidden) GetPayload() *models.APIError

type DeleteKeysKeyIDInternalServerError added in v0.43.0

type DeleteKeysKeyIDInternalServerError struct {
	Payload *models.APIError
}

DeleteKeysKeyIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteKeysKeyIDInternalServerError added in v0.43.0

func NewDeleteKeysKeyIDInternalServerError() *DeleteKeysKeyIDInternalServerError

NewDeleteKeysKeyIDInternalServerError creates a DeleteKeysKeyIDInternalServerError with default headers values

func (*DeleteKeysKeyIDInternalServerError) Error added in v0.43.0

func (*DeleteKeysKeyIDInternalServerError) GetPayload added in v0.43.0

type DeleteKeysKeyIDNoContent

type DeleteKeysKeyIDNoContent struct {
}

DeleteKeysKeyIDNoContent handles this case with default header values.

Key deleted

func NewDeleteKeysKeyIDNoContent

func NewDeleteKeysKeyIDNoContent() *DeleteKeysKeyIDNoContent

NewDeleteKeysKeyIDNoContent creates a DeleteKeysKeyIDNoContent with default headers values

func (*DeleteKeysKeyIDNoContent) Error

func (o *DeleteKeysKeyIDNoContent) Error() string

type DeleteKeysKeyIDNotFound added in v0.43.0

type DeleteKeysKeyIDNotFound struct {
	Payload *models.APIError
}

DeleteKeysKeyIDNotFound handles this case with default header values.

Record not found

func NewDeleteKeysKeyIDNotFound added in v0.43.0

func NewDeleteKeysKeyIDNotFound() *DeleteKeysKeyIDNotFound

NewDeleteKeysKeyIDNotFound creates a DeleteKeysKeyIDNotFound with default headers values

func (*DeleteKeysKeyIDNotFound) Error added in v0.43.0

func (o *DeleteKeysKeyIDNotFound) Error() string

func (*DeleteKeysKeyIDNotFound) GetPayload added in v0.43.0

func (o *DeleteKeysKeyIDNotFound) GetPayload() *models.APIError

type DeleteKeysKeyIDParams

type DeleteKeysKeyIDParams struct {

	/*KeyID
	  Key Id

	*/
	KeyID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteKeysKeyIDParams contains all the parameters to send to the API endpoint for the delete keys key ID operation typically these are written to a http.Request

func NewDeleteKeysKeyIDParams

func NewDeleteKeysKeyIDParams() *DeleteKeysKeyIDParams

NewDeleteKeysKeyIDParams creates a new DeleteKeysKeyIDParams object with the default values initialized.

func NewDeleteKeysKeyIDParamsWithContext

func NewDeleteKeysKeyIDParamsWithContext(ctx context.Context) *DeleteKeysKeyIDParams

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

func NewDeleteKeysKeyIDParamsWithHTTPClient

func NewDeleteKeysKeyIDParamsWithHTTPClient(client *http.Client) *DeleteKeysKeyIDParams

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

func NewDeleteKeysKeyIDParamsWithTimeout

func NewDeleteKeysKeyIDParamsWithTimeout(timeout time.Duration) *DeleteKeysKeyIDParams

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

func (*DeleteKeysKeyIDParams) SetContext

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

SetContext adds the context to the delete keys key ID params

func (*DeleteKeysKeyIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete keys key ID params

func (*DeleteKeysKeyIDParams) SetKeyID

func (o *DeleteKeysKeyIDParams) SetKeyID(keyID strfmt.UUID)

SetKeyID adds the keyId to the delete keys key ID params

func (*DeleteKeysKeyIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete keys key ID params

func (*DeleteKeysKeyIDParams) SetVersion

func (o *DeleteKeysKeyIDParams) SetVersion(version int64)

SetVersion adds the version to the delete keys key ID params

func (*DeleteKeysKeyIDParams) WithContext

WithContext adds the context to the delete keys key ID params

func (*DeleteKeysKeyIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete keys key ID params

func (*DeleteKeysKeyIDParams) WithKeyID

WithKeyID adds the keyID to the delete keys key ID params

func (*DeleteKeysKeyIDParams) WithTimeout

func (o *DeleteKeysKeyIDParams) WithTimeout(timeout time.Duration) *DeleteKeysKeyIDParams

WithTimeout adds the timeout to the delete keys key ID params

func (*DeleteKeysKeyIDParams) WithVersion

func (o *DeleteKeysKeyIDParams) WithVersion(version int64) *DeleteKeysKeyIDParams

WithVersion adds the version to the delete keys key ID params

func (*DeleteKeysKeyIDParams) WriteToRequest

func (o *DeleteKeysKeyIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteKeysKeyIDReader

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

DeleteKeysKeyIDReader is a Reader for the DeleteKeysKeyID structure.

func (*DeleteKeysKeyIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKeysKeyIDServiceUnavailable added in v0.43.0

type DeleteKeysKeyIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteKeysKeyIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewDeleteKeysKeyIDServiceUnavailable added in v0.43.0

func NewDeleteKeysKeyIDServiceUnavailable() *DeleteKeysKeyIDServiceUnavailable

NewDeleteKeysKeyIDServiceUnavailable creates a DeleteKeysKeyIDServiceUnavailable with default headers values

func (*DeleteKeysKeyIDServiceUnavailable) Error added in v0.43.0

func (*DeleteKeysKeyIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteKeysKeyIDTooManyRequests added in v0.43.0

type DeleteKeysKeyIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteKeysKeyIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewDeleteKeysKeyIDTooManyRequests added in v0.43.0

func NewDeleteKeysKeyIDTooManyRequests() *DeleteKeysKeyIDTooManyRequests

NewDeleteKeysKeyIDTooManyRequests creates a DeleteKeysKeyIDTooManyRequests with default headers values

func (*DeleteKeysKeyIDTooManyRequests) Error added in v0.43.0

func (*DeleteKeysKeyIDTooManyRequests) GetPayload added in v0.43.0

type DeleteKeysKeyIDUnauthorized added in v0.43.0

type DeleteKeysKeyIDUnauthorized struct {
	Payload *models.APIError
}

DeleteKeysKeyIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteKeysKeyIDUnauthorized added in v0.43.0

func NewDeleteKeysKeyIDUnauthorized() *DeleteKeysKeyIDUnauthorized

NewDeleteKeysKeyIDUnauthorized creates a DeleteKeysKeyIDUnauthorized with default headers values

func (*DeleteKeysKeyIDUnauthorized) Error added in v0.43.0

func (*DeleteKeysKeyIDUnauthorized) GetPayload added in v0.43.0

func (o *DeleteKeysKeyIDUnauthorized) GetPayload() *models.APIError

type GetKeysBadRequest added in v0.43.0

type GetKeysBadRequest struct {
	Payload *models.APIError
}

GetKeysBadRequest handles this case with default header values.

Bad Request

func NewGetKeysBadRequest added in v0.43.0

func NewGetKeysBadRequest() *GetKeysBadRequest

NewGetKeysBadRequest creates a GetKeysBadRequest with default headers values

func (*GetKeysBadRequest) Error added in v0.43.0

func (o *GetKeysBadRequest) Error() string

func (*GetKeysBadRequest) GetPayload added in v0.43.0

func (o *GetKeysBadRequest) GetPayload() *models.APIError

type GetKeysConflict added in v0.43.0

type GetKeysConflict struct {
	Payload *models.APIError
}

GetKeysConflict handles this case with default header values.

Conflict

func NewGetKeysConflict added in v0.43.0

func NewGetKeysConflict() *GetKeysConflict

NewGetKeysConflict creates a GetKeysConflict with default headers values

func (*GetKeysConflict) Error added in v0.43.0

func (o *GetKeysConflict) Error() string

func (*GetKeysConflict) GetPayload added in v0.43.0

func (o *GetKeysConflict) GetPayload() *models.APIError

type GetKeysForbidden added in v0.43.0

type GetKeysForbidden struct {
	Payload *models.APIError
}

GetKeysForbidden handles this case with default header values.

Forbidden

func NewGetKeysForbidden added in v0.43.0

func NewGetKeysForbidden() *GetKeysForbidden

NewGetKeysForbidden creates a GetKeysForbidden with default headers values

func (*GetKeysForbidden) Error added in v0.43.0

func (o *GetKeysForbidden) Error() string

func (*GetKeysForbidden) GetPayload added in v0.43.0

func (o *GetKeysForbidden) GetPayload() *models.APIError

type GetKeysInternalServerError added in v0.43.0

type GetKeysInternalServerError struct {
	Payload *models.APIError
}

GetKeysInternalServerError handles this case with default header values.

Internal Server Error

func NewGetKeysInternalServerError added in v0.43.0

func NewGetKeysInternalServerError() *GetKeysInternalServerError

NewGetKeysInternalServerError creates a GetKeysInternalServerError with default headers values

func (*GetKeysInternalServerError) Error added in v0.43.0

func (*GetKeysInternalServerError) GetPayload added in v0.43.0

func (o *GetKeysInternalServerError) GetPayload() *models.APIError

type GetKeysKeyIDBadRequest added in v0.43.0

type GetKeysKeyIDBadRequest struct {
	Payload *models.APIError
}

GetKeysKeyIDBadRequest handles this case with default header values.

Bad Request

func NewGetKeysKeyIDBadRequest added in v0.43.0

func NewGetKeysKeyIDBadRequest() *GetKeysKeyIDBadRequest

NewGetKeysKeyIDBadRequest creates a GetKeysKeyIDBadRequest with default headers values

func (*GetKeysKeyIDBadRequest) Error added in v0.43.0

func (o *GetKeysKeyIDBadRequest) Error() string

func (*GetKeysKeyIDBadRequest) GetPayload added in v0.43.0

func (o *GetKeysKeyIDBadRequest) GetPayload() *models.APIError

type GetKeysKeyIDCertificatesBadRequest added in v0.43.0

type GetKeysKeyIDCertificatesBadRequest struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesBadRequest handles this case with default header values.

Bad Request

func NewGetKeysKeyIDCertificatesBadRequest added in v0.43.0

func NewGetKeysKeyIDCertificatesBadRequest() *GetKeysKeyIDCertificatesBadRequest

NewGetKeysKeyIDCertificatesBadRequest creates a GetKeysKeyIDCertificatesBadRequest with default headers values

func (*GetKeysKeyIDCertificatesBadRequest) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesBadRequest) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDBadRequest added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDBadRequest struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDBadRequest handles this case with default header values.

Bad Request

func NewGetKeysKeyIDCertificatesCertificateIDBadRequest added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDBadRequest() *GetKeysKeyIDCertificatesCertificateIDBadRequest

NewGetKeysKeyIDCertificatesCertificateIDBadRequest creates a GetKeysKeyIDCertificatesCertificateIDBadRequest with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDBadRequest) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDBadRequest) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDConflict added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDConflict struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDConflict handles this case with default header values.

Conflict

func NewGetKeysKeyIDCertificatesCertificateIDConflict added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDConflict() *GetKeysKeyIDCertificatesCertificateIDConflict

NewGetKeysKeyIDCertificatesCertificateIDConflict creates a GetKeysKeyIDCertificatesCertificateIDConflict with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDConflict) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDConflict) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDForbidden added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDForbidden struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDForbidden handles this case with default header values.

Forbidden

func NewGetKeysKeyIDCertificatesCertificateIDForbidden added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDForbidden() *GetKeysKeyIDCertificatesCertificateIDForbidden

NewGetKeysKeyIDCertificatesCertificateIDForbidden creates a GetKeysKeyIDCertificatesCertificateIDForbidden with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDForbidden) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDForbidden) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDInternalServerError added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDInternalServerError struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetKeysKeyIDCertificatesCertificateIDInternalServerError added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDInternalServerError() *GetKeysKeyIDCertificatesCertificateIDInternalServerError

NewGetKeysKeyIDCertificatesCertificateIDInternalServerError creates a GetKeysKeyIDCertificatesCertificateIDInternalServerError with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDInternalServerError) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDInternalServerError) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDNotFound added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDNotFound struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDNotFound handles this case with default header values.

Record not found

func NewGetKeysKeyIDCertificatesCertificateIDNotFound added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDNotFound() *GetKeysKeyIDCertificatesCertificateIDNotFound

NewGetKeysKeyIDCertificatesCertificateIDNotFound creates a GetKeysKeyIDCertificatesCertificateIDNotFound with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDNotFound) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDNotFound) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDOK

type GetKeysKeyIDCertificatesCertificateIDOK struct {
	Payload *models.CertificateDetailsResponse
}

GetKeysKeyIDCertificatesCertificateIDOK handles this case with default header values.

Certificate details

func NewGetKeysKeyIDCertificatesCertificateIDOK

func NewGetKeysKeyIDCertificatesCertificateIDOK() *GetKeysKeyIDCertificatesCertificateIDOK

NewGetKeysKeyIDCertificatesCertificateIDOK creates a GetKeysKeyIDCertificatesCertificateIDOK with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDOK) Error

func (*GetKeysKeyIDCertificatesCertificateIDOK) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDParams

type GetKeysKeyIDCertificatesCertificateIDParams struct {

	/*CertificateID
	  Certificate Id

	*/
	CertificateID strfmt.UUID
	/*KeyID
	  Key Id

	*/
	KeyID strfmt.UUID

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

GetKeysKeyIDCertificatesCertificateIDParams contains all the parameters to send to the API endpoint for the get keys key ID certificates certificate ID operation typically these are written to a http.Request

func NewGetKeysKeyIDCertificatesCertificateIDParams

func NewGetKeysKeyIDCertificatesCertificateIDParams() *GetKeysKeyIDCertificatesCertificateIDParams

NewGetKeysKeyIDCertificatesCertificateIDParams creates a new GetKeysKeyIDCertificatesCertificateIDParams object with the default values initialized.

func NewGetKeysKeyIDCertificatesCertificateIDParamsWithContext

func NewGetKeysKeyIDCertificatesCertificateIDParamsWithContext(ctx context.Context) *GetKeysKeyIDCertificatesCertificateIDParams

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

func NewGetKeysKeyIDCertificatesCertificateIDParamsWithHTTPClient

func NewGetKeysKeyIDCertificatesCertificateIDParamsWithHTTPClient(client *http.Client) *GetKeysKeyIDCertificatesCertificateIDParams

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

func NewGetKeysKeyIDCertificatesCertificateIDParamsWithTimeout

func NewGetKeysKeyIDCertificatesCertificateIDParamsWithTimeout(timeout time.Duration) *GetKeysKeyIDCertificatesCertificateIDParams

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

func (*GetKeysKeyIDCertificatesCertificateIDParams) SetCertificateID

func (o *GetKeysKeyIDCertificatesCertificateIDParams) SetCertificateID(certificateID strfmt.UUID)

SetCertificateID adds the certificateId to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) SetContext

SetContext adds the context to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) SetKeyID

SetKeyID adds the keyId to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) SetTimeout

SetTimeout adds the timeout to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) WithCertificateID

WithCertificateID adds the certificateID to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) WithContext

WithContext adds the context to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) WithKeyID

WithKeyID adds the keyID to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) WithTimeout

WithTimeout adds the timeout to the get keys key ID certificates certificate ID params

func (*GetKeysKeyIDCertificatesCertificateIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKeysKeyIDCertificatesCertificateIDReader

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

GetKeysKeyIDCertificatesCertificateIDReader is a Reader for the GetKeysKeyIDCertificatesCertificateID structure.

func (*GetKeysKeyIDCertificatesCertificateIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKeysKeyIDCertificatesCertificateIDServiceUnavailable added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDServiceUnavailable struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetKeysKeyIDCertificatesCertificateIDServiceUnavailable added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDServiceUnavailable() *GetKeysKeyIDCertificatesCertificateIDServiceUnavailable

NewGetKeysKeyIDCertificatesCertificateIDServiceUnavailable creates a GetKeysKeyIDCertificatesCertificateIDServiceUnavailable with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDServiceUnavailable) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDServiceUnavailable) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDTooManyRequests added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDTooManyRequests struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetKeysKeyIDCertificatesCertificateIDTooManyRequests added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDTooManyRequests() *GetKeysKeyIDCertificatesCertificateIDTooManyRequests

NewGetKeysKeyIDCertificatesCertificateIDTooManyRequests creates a GetKeysKeyIDCertificatesCertificateIDTooManyRequests with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDTooManyRequests) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDTooManyRequests) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDUnauthorized added in v0.43.0

type GetKeysKeyIDCertificatesCertificateIDUnauthorized struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesCertificateIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetKeysKeyIDCertificatesCertificateIDUnauthorized added in v0.43.0

func NewGetKeysKeyIDCertificatesCertificateIDUnauthorized() *GetKeysKeyIDCertificatesCertificateIDUnauthorized

NewGetKeysKeyIDCertificatesCertificateIDUnauthorized creates a GetKeysKeyIDCertificatesCertificateIDUnauthorized with default headers values

func (*GetKeysKeyIDCertificatesCertificateIDUnauthorized) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesCertificateIDUnauthorized) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesConflict added in v0.43.0

type GetKeysKeyIDCertificatesConflict struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesConflict handles this case with default header values.

Conflict

func NewGetKeysKeyIDCertificatesConflict added in v0.43.0

func NewGetKeysKeyIDCertificatesConflict() *GetKeysKeyIDCertificatesConflict

NewGetKeysKeyIDCertificatesConflict creates a GetKeysKeyIDCertificatesConflict with default headers values

func (*GetKeysKeyIDCertificatesConflict) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesConflict) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesForbidden added in v0.43.0

type GetKeysKeyIDCertificatesForbidden struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesForbidden handles this case with default header values.

Forbidden

func NewGetKeysKeyIDCertificatesForbidden added in v0.43.0

func NewGetKeysKeyIDCertificatesForbidden() *GetKeysKeyIDCertificatesForbidden

NewGetKeysKeyIDCertificatesForbidden creates a GetKeysKeyIDCertificatesForbidden with default headers values

func (*GetKeysKeyIDCertificatesForbidden) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesForbidden) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesInternalServerError added in v0.43.0

type GetKeysKeyIDCertificatesInternalServerError struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesInternalServerError handles this case with default header values.

Internal Server Error

func NewGetKeysKeyIDCertificatesInternalServerError added in v0.43.0

func NewGetKeysKeyIDCertificatesInternalServerError() *GetKeysKeyIDCertificatesInternalServerError

NewGetKeysKeyIDCertificatesInternalServerError creates a GetKeysKeyIDCertificatesInternalServerError with default headers values

func (*GetKeysKeyIDCertificatesInternalServerError) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesInternalServerError) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesNotFound added in v0.43.0

type GetKeysKeyIDCertificatesNotFound struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesNotFound handles this case with default header values.

Record not found

func NewGetKeysKeyIDCertificatesNotFound added in v0.43.0

func NewGetKeysKeyIDCertificatesNotFound() *GetKeysKeyIDCertificatesNotFound

NewGetKeysKeyIDCertificatesNotFound creates a GetKeysKeyIDCertificatesNotFound with default headers values

func (*GetKeysKeyIDCertificatesNotFound) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesNotFound) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesOK

type GetKeysKeyIDCertificatesOK struct {
	Payload *models.CertificateDetailsListResponse
}

GetKeysKeyIDCertificatesOK handles this case with default header values.

List of certificates

func NewGetKeysKeyIDCertificatesOK

func NewGetKeysKeyIDCertificatesOK() *GetKeysKeyIDCertificatesOK

NewGetKeysKeyIDCertificatesOK creates a GetKeysKeyIDCertificatesOK with default headers values

func (*GetKeysKeyIDCertificatesOK) Error

func (*GetKeysKeyIDCertificatesOK) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesParams

type GetKeysKeyIDCertificatesParams struct {

	/*KeyID
	  Key Id

	*/
	KeyID strfmt.UUID

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

GetKeysKeyIDCertificatesParams contains all the parameters to send to the API endpoint for the get keys key ID certificates operation typically these are written to a http.Request

func NewGetKeysKeyIDCertificatesParams

func NewGetKeysKeyIDCertificatesParams() *GetKeysKeyIDCertificatesParams

NewGetKeysKeyIDCertificatesParams creates a new GetKeysKeyIDCertificatesParams object with the default values initialized.

func NewGetKeysKeyIDCertificatesParamsWithContext

func NewGetKeysKeyIDCertificatesParamsWithContext(ctx context.Context) *GetKeysKeyIDCertificatesParams

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

func NewGetKeysKeyIDCertificatesParamsWithHTTPClient

func NewGetKeysKeyIDCertificatesParamsWithHTTPClient(client *http.Client) *GetKeysKeyIDCertificatesParams

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

func NewGetKeysKeyIDCertificatesParamsWithTimeout

func NewGetKeysKeyIDCertificatesParamsWithTimeout(timeout time.Duration) *GetKeysKeyIDCertificatesParams

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

func (*GetKeysKeyIDCertificatesParams) SetContext

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

SetContext adds the context to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) SetKeyID

func (o *GetKeysKeyIDCertificatesParams) SetKeyID(keyID strfmt.UUID)

SetKeyID adds the keyId to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) SetTimeout

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

SetTimeout adds the timeout to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) WithContext

WithContext adds the context to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) WithKeyID

WithKeyID adds the keyID to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) WithTimeout

WithTimeout adds the timeout to the get keys key ID certificates params

func (*GetKeysKeyIDCertificatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKeysKeyIDCertificatesReader

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

GetKeysKeyIDCertificatesReader is a Reader for the GetKeysKeyIDCertificates structure.

func (*GetKeysKeyIDCertificatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKeysKeyIDCertificatesServiceUnavailable added in v0.43.0

type GetKeysKeyIDCertificatesServiceUnavailable struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetKeysKeyIDCertificatesServiceUnavailable added in v0.43.0

func NewGetKeysKeyIDCertificatesServiceUnavailable() *GetKeysKeyIDCertificatesServiceUnavailable

NewGetKeysKeyIDCertificatesServiceUnavailable creates a GetKeysKeyIDCertificatesServiceUnavailable with default headers values

func (*GetKeysKeyIDCertificatesServiceUnavailable) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesServiceUnavailable) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesTooManyRequests added in v0.43.0

type GetKeysKeyIDCertificatesTooManyRequests struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetKeysKeyIDCertificatesTooManyRequests added in v0.43.0

func NewGetKeysKeyIDCertificatesTooManyRequests() *GetKeysKeyIDCertificatesTooManyRequests

NewGetKeysKeyIDCertificatesTooManyRequests creates a GetKeysKeyIDCertificatesTooManyRequests with default headers values

func (*GetKeysKeyIDCertificatesTooManyRequests) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesTooManyRequests) GetPayload added in v0.43.0

type GetKeysKeyIDCertificatesUnauthorized added in v0.43.0

type GetKeysKeyIDCertificatesUnauthorized struct {
	Payload *models.APIError
}

GetKeysKeyIDCertificatesUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetKeysKeyIDCertificatesUnauthorized added in v0.43.0

func NewGetKeysKeyIDCertificatesUnauthorized() *GetKeysKeyIDCertificatesUnauthorized

NewGetKeysKeyIDCertificatesUnauthorized creates a GetKeysKeyIDCertificatesUnauthorized with default headers values

func (*GetKeysKeyIDCertificatesUnauthorized) Error added in v0.43.0

func (*GetKeysKeyIDCertificatesUnauthorized) GetPayload added in v0.43.0

type GetKeysKeyIDConflict added in v0.43.0

type GetKeysKeyIDConflict struct {
	Payload *models.APIError
}

GetKeysKeyIDConflict handles this case with default header values.

Conflict

func NewGetKeysKeyIDConflict added in v0.43.0

func NewGetKeysKeyIDConflict() *GetKeysKeyIDConflict

NewGetKeysKeyIDConflict creates a GetKeysKeyIDConflict with default headers values

func (*GetKeysKeyIDConflict) Error added in v0.43.0

func (o *GetKeysKeyIDConflict) Error() string

func (*GetKeysKeyIDConflict) GetPayload added in v0.43.0

func (o *GetKeysKeyIDConflict) GetPayload() *models.APIError

type GetKeysKeyIDForbidden added in v0.43.0

type GetKeysKeyIDForbidden struct {
	Payload *models.APIError
}

GetKeysKeyIDForbidden handles this case with default header values.

Forbidden

func NewGetKeysKeyIDForbidden added in v0.43.0

func NewGetKeysKeyIDForbidden() *GetKeysKeyIDForbidden

NewGetKeysKeyIDForbidden creates a GetKeysKeyIDForbidden with default headers values

func (*GetKeysKeyIDForbidden) Error added in v0.43.0

func (o *GetKeysKeyIDForbidden) Error() string

func (*GetKeysKeyIDForbidden) GetPayload added in v0.43.0

func (o *GetKeysKeyIDForbidden) GetPayload() *models.APIError

type GetKeysKeyIDInternalServerError added in v0.43.0

type GetKeysKeyIDInternalServerError struct {
	Payload *models.APIError
}

GetKeysKeyIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetKeysKeyIDInternalServerError added in v0.43.0

func NewGetKeysKeyIDInternalServerError() *GetKeysKeyIDInternalServerError

NewGetKeysKeyIDInternalServerError creates a GetKeysKeyIDInternalServerError with default headers values

func (*GetKeysKeyIDInternalServerError) Error added in v0.43.0

func (*GetKeysKeyIDInternalServerError) GetPayload added in v0.43.0

type GetKeysKeyIDNotFound added in v0.43.0

type GetKeysKeyIDNotFound struct {
	Payload *models.APIError
}

GetKeysKeyIDNotFound handles this case with default header values.

Record not found

func NewGetKeysKeyIDNotFound added in v0.43.0

func NewGetKeysKeyIDNotFound() *GetKeysKeyIDNotFound

NewGetKeysKeyIDNotFound creates a GetKeysKeyIDNotFound with default headers values

func (*GetKeysKeyIDNotFound) Error added in v0.43.0

func (o *GetKeysKeyIDNotFound) Error() string

func (*GetKeysKeyIDNotFound) GetPayload added in v0.43.0

func (o *GetKeysKeyIDNotFound) GetPayload() *models.APIError

type GetKeysKeyIDOK

type GetKeysKeyIDOK struct {
	Payload *models.KeyDetailsResponse
}

GetKeysKeyIDOK handles this case with default header values.

Key details

func NewGetKeysKeyIDOK

func NewGetKeysKeyIDOK() *GetKeysKeyIDOK

NewGetKeysKeyIDOK creates a GetKeysKeyIDOK with default headers values

func (*GetKeysKeyIDOK) Error

func (o *GetKeysKeyIDOK) Error() string

func (*GetKeysKeyIDOK) GetPayload added in v0.43.0

func (o *GetKeysKeyIDOK) GetPayload() *models.KeyDetailsResponse

type GetKeysKeyIDParams

type GetKeysKeyIDParams struct {

	/*KeyID
	  Key Id

	*/
	KeyID strfmt.UUID

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

GetKeysKeyIDParams contains all the parameters to send to the API endpoint for the get keys key ID operation typically these are written to a http.Request

func NewGetKeysKeyIDParams

func NewGetKeysKeyIDParams() *GetKeysKeyIDParams

NewGetKeysKeyIDParams creates a new GetKeysKeyIDParams object with the default values initialized.

func NewGetKeysKeyIDParamsWithContext

func NewGetKeysKeyIDParamsWithContext(ctx context.Context) *GetKeysKeyIDParams

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

func NewGetKeysKeyIDParamsWithHTTPClient

func NewGetKeysKeyIDParamsWithHTTPClient(client *http.Client) *GetKeysKeyIDParams

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

func NewGetKeysKeyIDParamsWithTimeout

func NewGetKeysKeyIDParamsWithTimeout(timeout time.Duration) *GetKeysKeyIDParams

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

func (*GetKeysKeyIDParams) SetContext

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

SetContext adds the context to the get keys key ID params

func (*GetKeysKeyIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get keys key ID params

func (*GetKeysKeyIDParams) SetKeyID

func (o *GetKeysKeyIDParams) SetKeyID(keyID strfmt.UUID)

SetKeyID adds the keyId to the get keys key ID params

func (*GetKeysKeyIDParams) SetTimeout

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

SetTimeout adds the timeout to the get keys key ID params

func (*GetKeysKeyIDParams) WithContext

WithContext adds the context to the get keys key ID params

func (*GetKeysKeyIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get keys key ID params

func (*GetKeysKeyIDParams) WithKeyID

func (o *GetKeysKeyIDParams) WithKeyID(keyID strfmt.UUID) *GetKeysKeyIDParams

WithKeyID adds the keyID to the get keys key ID params

func (*GetKeysKeyIDParams) WithTimeout

func (o *GetKeysKeyIDParams) WithTimeout(timeout time.Duration) *GetKeysKeyIDParams

WithTimeout adds the timeout to the get keys key ID params

func (*GetKeysKeyIDParams) WriteToRequest

func (o *GetKeysKeyIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetKeysKeyIDReader

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

GetKeysKeyIDReader is a Reader for the GetKeysKeyID structure.

func (*GetKeysKeyIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKeysKeyIDServiceUnavailable added in v0.43.0

type GetKeysKeyIDServiceUnavailable struct {
	Payload *models.APIError
}

GetKeysKeyIDServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetKeysKeyIDServiceUnavailable added in v0.43.0

func NewGetKeysKeyIDServiceUnavailable() *GetKeysKeyIDServiceUnavailable

NewGetKeysKeyIDServiceUnavailable creates a GetKeysKeyIDServiceUnavailable with default headers values

func (*GetKeysKeyIDServiceUnavailable) Error added in v0.43.0

func (*GetKeysKeyIDServiceUnavailable) GetPayload added in v0.43.0

type GetKeysKeyIDTooManyRequests added in v0.43.0

type GetKeysKeyIDTooManyRequests struct {
	Payload *models.APIError
}

GetKeysKeyIDTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetKeysKeyIDTooManyRequests added in v0.43.0

func NewGetKeysKeyIDTooManyRequests() *GetKeysKeyIDTooManyRequests

NewGetKeysKeyIDTooManyRequests creates a GetKeysKeyIDTooManyRequests with default headers values

func (*GetKeysKeyIDTooManyRequests) Error added in v0.43.0

func (*GetKeysKeyIDTooManyRequests) GetPayload added in v0.43.0

func (o *GetKeysKeyIDTooManyRequests) GetPayload() *models.APIError

type GetKeysKeyIDUnauthorized added in v0.43.0

type GetKeysKeyIDUnauthorized struct {
	Payload *models.APIError
}

GetKeysKeyIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetKeysKeyIDUnauthorized added in v0.43.0

func NewGetKeysKeyIDUnauthorized() *GetKeysKeyIDUnauthorized

NewGetKeysKeyIDUnauthorized creates a GetKeysKeyIDUnauthorized with default headers values

func (*GetKeysKeyIDUnauthorized) Error added in v0.43.0

func (o *GetKeysKeyIDUnauthorized) Error() string

func (*GetKeysKeyIDUnauthorized) GetPayload added in v0.43.0

func (o *GetKeysKeyIDUnauthorized) GetPayload() *models.APIError

type GetKeysNotFound added in v0.43.0

type GetKeysNotFound struct {
	Payload *models.APIError
}

GetKeysNotFound handles this case with default header values.

Record not found

func NewGetKeysNotFound added in v0.43.0

func NewGetKeysNotFound() *GetKeysNotFound

NewGetKeysNotFound creates a GetKeysNotFound with default headers values

func (*GetKeysNotFound) Error added in v0.43.0

func (o *GetKeysNotFound) Error() string

func (*GetKeysNotFound) GetPayload added in v0.43.0

func (o *GetKeysNotFound) GetPayload() *models.APIError

type GetKeysOK

type GetKeysOK struct {
	Payload *models.KeyDetailsListResponse
}

GetKeysOK handles this case with default header values.

List of Keys

func NewGetKeysOK

func NewGetKeysOK() *GetKeysOK

NewGetKeysOK creates a GetKeysOK with default headers values

func (*GetKeysOK) Error

func (o *GetKeysOK) Error() string

func (*GetKeysOK) GetPayload added in v0.43.0

func (o *GetKeysOK) GetPayload() *models.KeyDetailsListResponse

type GetKeysParams

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

GetKeysParams contains all the parameters to send to the API endpoint for the get keys operation typically these are written to a http.Request

func NewGetKeysParams

func NewGetKeysParams() *GetKeysParams

NewGetKeysParams creates a new GetKeysParams object with the default values initialized.

func NewGetKeysParamsWithContext

func NewGetKeysParamsWithContext(ctx context.Context) *GetKeysParams

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

func NewGetKeysParamsWithHTTPClient

func NewGetKeysParamsWithHTTPClient(client *http.Client) *GetKeysParams

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

func NewGetKeysParamsWithTimeout

func NewGetKeysParamsWithTimeout(timeout time.Duration) *GetKeysParams

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

func (*GetKeysParams) SetContext

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

SetContext adds the context to the get keys params

func (*GetKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get keys params

func (*GetKeysParams) SetTimeout

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

SetTimeout adds the timeout to the get keys params

func (*GetKeysParams) WithContext

func (o *GetKeysParams) WithContext(ctx context.Context) *GetKeysParams

WithContext adds the context to the get keys params

func (*GetKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get keys params

func (*GetKeysParams) WithTimeout

func (o *GetKeysParams) WithTimeout(timeout time.Duration) *GetKeysParams

WithTimeout adds the timeout to the get keys params

func (*GetKeysParams) WriteToRequest

func (o *GetKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetKeysReader

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

GetKeysReader is a Reader for the GetKeys structure.

func (*GetKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKeysServiceUnavailable added in v0.43.0

type GetKeysServiceUnavailable struct {
	Payload *models.APIError
}

GetKeysServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewGetKeysServiceUnavailable added in v0.43.0

func NewGetKeysServiceUnavailable() *GetKeysServiceUnavailable

NewGetKeysServiceUnavailable creates a GetKeysServiceUnavailable with default headers values

func (*GetKeysServiceUnavailable) Error added in v0.43.0

func (o *GetKeysServiceUnavailable) Error() string

func (*GetKeysServiceUnavailable) GetPayload added in v0.43.0

func (o *GetKeysServiceUnavailable) GetPayload() *models.APIError

type GetKeysTooManyRequests added in v0.43.0

type GetKeysTooManyRequests struct {
	Payload *models.APIError
}

GetKeysTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewGetKeysTooManyRequests added in v0.43.0

func NewGetKeysTooManyRequests() *GetKeysTooManyRequests

NewGetKeysTooManyRequests creates a GetKeysTooManyRequests with default headers values

func (*GetKeysTooManyRequests) Error added in v0.43.0

func (o *GetKeysTooManyRequests) Error() string

func (*GetKeysTooManyRequests) GetPayload added in v0.43.0

func (o *GetKeysTooManyRequests) GetPayload() *models.APIError

type GetKeysUnauthorized added in v0.43.0

type GetKeysUnauthorized struct {
	Payload *models.APIError
}

GetKeysUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetKeysUnauthorized added in v0.43.0

func NewGetKeysUnauthorized() *GetKeysUnauthorized

NewGetKeysUnauthorized creates a GetKeysUnauthorized with default headers values

func (*GetKeysUnauthorized) Error added in v0.43.0

func (o *GetKeysUnauthorized) Error() string

func (*GetKeysUnauthorized) GetPayload added in v0.43.0

func (o *GetKeysUnauthorized) GetPayload() *models.APIError

type PostKeysBadRequest added in v0.43.0

type PostKeysBadRequest struct {
	Payload *models.APIError
}

PostKeysBadRequest handles this case with default header values.

Bad Request

func NewPostKeysBadRequest added in v0.43.0

func NewPostKeysBadRequest() *PostKeysBadRequest

NewPostKeysBadRequest creates a PostKeysBadRequest with default headers values

func (*PostKeysBadRequest) Error added in v0.43.0

func (o *PostKeysBadRequest) Error() string

func (*PostKeysBadRequest) GetPayload added in v0.43.0

func (o *PostKeysBadRequest) GetPayload() *models.APIError

type PostKeysConflict added in v0.43.0

type PostKeysConflict struct {
	Payload *models.APIError
}

PostKeysConflict handles this case with default header values.

Conflict

func NewPostKeysConflict added in v0.43.0

func NewPostKeysConflict() *PostKeysConflict

NewPostKeysConflict creates a PostKeysConflict with default headers values

func (*PostKeysConflict) Error added in v0.43.0

func (o *PostKeysConflict) Error() string

func (*PostKeysConflict) GetPayload added in v0.43.0

func (o *PostKeysConflict) GetPayload() *models.APIError

type PostKeysCreated

type PostKeysCreated struct {
	Payload *models.KeyCreationResponse
}

PostKeysCreated handles this case with default header values.

creation response

func NewPostKeysCreated

func NewPostKeysCreated() *PostKeysCreated

NewPostKeysCreated creates a PostKeysCreated with default headers values

func (*PostKeysCreated) Error

func (o *PostKeysCreated) Error() string

func (*PostKeysCreated) GetPayload added in v0.43.0

func (o *PostKeysCreated) GetPayload() *models.KeyCreationResponse

type PostKeysForbidden added in v0.43.0

type PostKeysForbidden struct {
	Payload *models.APIError
}

PostKeysForbidden handles this case with default header values.

Forbidden

func NewPostKeysForbidden added in v0.43.0

func NewPostKeysForbidden() *PostKeysForbidden

NewPostKeysForbidden creates a PostKeysForbidden with default headers values

func (*PostKeysForbidden) Error added in v0.43.0

func (o *PostKeysForbidden) Error() string

func (*PostKeysForbidden) GetPayload added in v0.43.0

func (o *PostKeysForbidden) GetPayload() *models.APIError

type PostKeysInternalServerError added in v0.43.0

type PostKeysInternalServerError struct {
	Payload *models.APIError
}

PostKeysInternalServerError handles this case with default header values.

Internal Server Error

func NewPostKeysInternalServerError added in v0.43.0

func NewPostKeysInternalServerError() *PostKeysInternalServerError

NewPostKeysInternalServerError creates a PostKeysInternalServerError with default headers values

func (*PostKeysInternalServerError) Error added in v0.43.0

func (*PostKeysInternalServerError) GetPayload added in v0.43.0

func (o *PostKeysInternalServerError) GetPayload() *models.APIError

type PostKeysKeyIDCertificatesBadRequest added in v0.43.0

type PostKeysKeyIDCertificatesBadRequest struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesBadRequest handles this case with default header values.

Bad Request

func NewPostKeysKeyIDCertificatesBadRequest added in v0.43.0

func NewPostKeysKeyIDCertificatesBadRequest() *PostKeysKeyIDCertificatesBadRequest

NewPostKeysKeyIDCertificatesBadRequest creates a PostKeysKeyIDCertificatesBadRequest with default headers values

func (*PostKeysKeyIDCertificatesBadRequest) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesBadRequest) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesConflict added in v0.43.0

type PostKeysKeyIDCertificatesConflict struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesConflict handles this case with default header values.

Conflict

func NewPostKeysKeyIDCertificatesConflict added in v0.43.0

func NewPostKeysKeyIDCertificatesConflict() *PostKeysKeyIDCertificatesConflict

NewPostKeysKeyIDCertificatesConflict creates a PostKeysKeyIDCertificatesConflict with default headers values

func (*PostKeysKeyIDCertificatesConflict) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesConflict) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesCreated

type PostKeysKeyIDCertificatesCreated struct {
	Payload *models.CertificateCreationResponse
}

PostKeysKeyIDCertificatesCreated handles this case with default header values.

creation response

func NewPostKeysKeyIDCertificatesCreated

func NewPostKeysKeyIDCertificatesCreated() *PostKeysKeyIDCertificatesCreated

NewPostKeysKeyIDCertificatesCreated creates a PostKeysKeyIDCertificatesCreated with default headers values

func (*PostKeysKeyIDCertificatesCreated) Error

func (*PostKeysKeyIDCertificatesCreated) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesForbidden added in v0.43.0

type PostKeysKeyIDCertificatesForbidden struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesForbidden handles this case with default header values.

Forbidden

func NewPostKeysKeyIDCertificatesForbidden added in v0.43.0

func NewPostKeysKeyIDCertificatesForbidden() *PostKeysKeyIDCertificatesForbidden

NewPostKeysKeyIDCertificatesForbidden creates a PostKeysKeyIDCertificatesForbidden with default headers values

func (*PostKeysKeyIDCertificatesForbidden) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesForbidden) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesInternalServerError added in v0.43.0

type PostKeysKeyIDCertificatesInternalServerError struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesInternalServerError handles this case with default header values.

Internal Server Error

func NewPostKeysKeyIDCertificatesInternalServerError added in v0.43.0

func NewPostKeysKeyIDCertificatesInternalServerError() *PostKeysKeyIDCertificatesInternalServerError

NewPostKeysKeyIDCertificatesInternalServerError creates a PostKeysKeyIDCertificatesInternalServerError with default headers values

func (*PostKeysKeyIDCertificatesInternalServerError) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesInternalServerError) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesNotFound added in v0.43.0

type PostKeysKeyIDCertificatesNotFound struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesNotFound handles this case with default header values.

Record not found

func NewPostKeysKeyIDCertificatesNotFound added in v0.43.0

func NewPostKeysKeyIDCertificatesNotFound() *PostKeysKeyIDCertificatesNotFound

NewPostKeysKeyIDCertificatesNotFound creates a PostKeysKeyIDCertificatesNotFound with default headers values

func (*PostKeysKeyIDCertificatesNotFound) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesNotFound) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesParams

type PostKeysKeyIDCertificatesParams struct {

	/*CertificateCreationRequest*/
	CertificateCreationRequest *models.CertificateCreation
	/*KeyID
	  Key Id

	*/
	KeyID strfmt.UUID

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

PostKeysKeyIDCertificatesParams contains all the parameters to send to the API endpoint for the post keys key ID certificates operation typically these are written to a http.Request

func NewPostKeysKeyIDCertificatesParams

func NewPostKeysKeyIDCertificatesParams() *PostKeysKeyIDCertificatesParams

NewPostKeysKeyIDCertificatesParams creates a new PostKeysKeyIDCertificatesParams object with the default values initialized.

func NewPostKeysKeyIDCertificatesParamsWithContext

func NewPostKeysKeyIDCertificatesParamsWithContext(ctx context.Context) *PostKeysKeyIDCertificatesParams

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

func NewPostKeysKeyIDCertificatesParamsWithHTTPClient

func NewPostKeysKeyIDCertificatesParamsWithHTTPClient(client *http.Client) *PostKeysKeyIDCertificatesParams

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

func NewPostKeysKeyIDCertificatesParamsWithTimeout

func NewPostKeysKeyIDCertificatesParamsWithTimeout(timeout time.Duration) *PostKeysKeyIDCertificatesParams

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

func (*PostKeysKeyIDCertificatesParams) SetCertificateCreationRequest

func (o *PostKeysKeyIDCertificatesParams) SetCertificateCreationRequest(certificateCreationRequest *models.CertificateCreation)

SetCertificateCreationRequest adds the certificateCreationRequest to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) SetContext

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

SetContext adds the context to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) SetKeyID

func (o *PostKeysKeyIDCertificatesParams) SetKeyID(keyID strfmt.UUID)

SetKeyID adds the keyId to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) SetTimeout

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

SetTimeout adds the timeout to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) WithCertificateCreationRequest

func (o *PostKeysKeyIDCertificatesParams) WithCertificateCreationRequest(certificateCreationRequest *models.CertificateCreation) *PostKeysKeyIDCertificatesParams

WithCertificateCreationRequest adds the certificateCreationRequest to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) WithContext

WithContext adds the context to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) WithKeyID

WithKeyID adds the keyID to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) WithTimeout

WithTimeout adds the timeout to the post keys key ID certificates params

func (*PostKeysKeyIDCertificatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostKeysKeyIDCertificatesReader

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

PostKeysKeyIDCertificatesReader is a Reader for the PostKeysKeyIDCertificates structure.

func (*PostKeysKeyIDCertificatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostKeysKeyIDCertificatesServiceUnavailable added in v0.43.0

type PostKeysKeyIDCertificatesServiceUnavailable struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPostKeysKeyIDCertificatesServiceUnavailable added in v0.43.0

func NewPostKeysKeyIDCertificatesServiceUnavailable() *PostKeysKeyIDCertificatesServiceUnavailable

NewPostKeysKeyIDCertificatesServiceUnavailable creates a PostKeysKeyIDCertificatesServiceUnavailable with default headers values

func (*PostKeysKeyIDCertificatesServiceUnavailable) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesServiceUnavailable) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesTooManyRequests added in v0.43.0

type PostKeysKeyIDCertificatesTooManyRequests struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPostKeysKeyIDCertificatesTooManyRequests added in v0.43.0

func NewPostKeysKeyIDCertificatesTooManyRequests() *PostKeysKeyIDCertificatesTooManyRequests

NewPostKeysKeyIDCertificatesTooManyRequests creates a PostKeysKeyIDCertificatesTooManyRequests with default headers values

func (*PostKeysKeyIDCertificatesTooManyRequests) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesTooManyRequests) GetPayload added in v0.43.0

type PostKeysKeyIDCertificatesUnauthorized added in v0.43.0

type PostKeysKeyIDCertificatesUnauthorized struct {
	Payload *models.APIError
}

PostKeysKeyIDCertificatesUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostKeysKeyIDCertificatesUnauthorized added in v0.43.0

func NewPostKeysKeyIDCertificatesUnauthorized() *PostKeysKeyIDCertificatesUnauthorized

NewPostKeysKeyIDCertificatesUnauthorized creates a PostKeysKeyIDCertificatesUnauthorized with default headers values

func (*PostKeysKeyIDCertificatesUnauthorized) Error added in v0.43.0

func (*PostKeysKeyIDCertificatesUnauthorized) GetPayload added in v0.43.0

type PostKeysNotFound added in v0.43.0

type PostKeysNotFound struct {
	Payload *models.APIError
}

PostKeysNotFound handles this case with default header values.

Record not found

func NewPostKeysNotFound added in v0.43.0

func NewPostKeysNotFound() *PostKeysNotFound

NewPostKeysNotFound creates a PostKeysNotFound with default headers values

func (*PostKeysNotFound) Error added in v0.43.0

func (o *PostKeysNotFound) Error() string

func (*PostKeysNotFound) GetPayload added in v0.43.0

func (o *PostKeysNotFound) GetPayload() *models.APIError

type PostKeysParams

type PostKeysParams struct {

	/*KeyCreationRequest*/
	KeyCreationRequest *models.KeyCreation

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

PostKeysParams contains all the parameters to send to the API endpoint for the post keys operation typically these are written to a http.Request

func NewPostKeysParams

func NewPostKeysParams() *PostKeysParams

NewPostKeysParams creates a new PostKeysParams object with the default values initialized.

func NewPostKeysParamsWithContext

func NewPostKeysParamsWithContext(ctx context.Context) *PostKeysParams

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

func NewPostKeysParamsWithHTTPClient

func NewPostKeysParamsWithHTTPClient(client *http.Client) *PostKeysParams

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

func NewPostKeysParamsWithTimeout

func NewPostKeysParamsWithTimeout(timeout time.Duration) *PostKeysParams

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

func (*PostKeysParams) SetContext

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

SetContext adds the context to the post keys params

func (*PostKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post keys params

func (*PostKeysParams) SetKeyCreationRequest

func (o *PostKeysParams) SetKeyCreationRequest(keyCreationRequest *models.KeyCreation)

SetKeyCreationRequest adds the keyCreationRequest to the post keys params

func (*PostKeysParams) SetTimeout

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

SetTimeout adds the timeout to the post keys params

func (*PostKeysParams) WithContext

func (o *PostKeysParams) WithContext(ctx context.Context) *PostKeysParams

WithContext adds the context to the post keys params

func (*PostKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post keys params

func (*PostKeysParams) WithKeyCreationRequest

func (o *PostKeysParams) WithKeyCreationRequest(keyCreationRequest *models.KeyCreation) *PostKeysParams

WithKeyCreationRequest adds the keyCreationRequest to the post keys params

func (*PostKeysParams) WithTimeout

func (o *PostKeysParams) WithTimeout(timeout time.Duration) *PostKeysParams

WithTimeout adds the timeout to the post keys params

func (*PostKeysParams) WriteToRequest

func (o *PostKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostKeysReader

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

PostKeysReader is a Reader for the PostKeys structure.

func (*PostKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostKeysServiceUnavailable added in v0.43.0

type PostKeysServiceUnavailable struct {
	Payload *models.APIError
}

PostKeysServiceUnavailable handles this case with default header values.

The server is up, but overloaded with requests. Try again later.

func NewPostKeysServiceUnavailable added in v0.43.0

func NewPostKeysServiceUnavailable() *PostKeysServiceUnavailable

NewPostKeysServiceUnavailable creates a PostKeysServiceUnavailable with default headers values

func (*PostKeysServiceUnavailable) Error added in v0.43.0

func (*PostKeysServiceUnavailable) GetPayload added in v0.43.0

func (o *PostKeysServiceUnavailable) GetPayload() *models.APIError

type PostKeysTooManyRequests added in v0.43.0

type PostKeysTooManyRequests struct {
	Payload *models.APIError
}

PostKeysTooManyRequests handles this case with default header values.

The request cannot be served due to the application’s rate limit

func NewPostKeysTooManyRequests added in v0.43.0

func NewPostKeysTooManyRequests() *PostKeysTooManyRequests

NewPostKeysTooManyRequests creates a PostKeysTooManyRequests with default headers values

func (*PostKeysTooManyRequests) Error added in v0.43.0

func (o *PostKeysTooManyRequests) Error() string

func (*PostKeysTooManyRequests) GetPayload added in v0.43.0

func (o *PostKeysTooManyRequests) GetPayload() *models.APIError

type PostKeysUnauthorized added in v0.43.0

type PostKeysUnauthorized struct {
	Payload *models.APIError
}

PostKeysUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostKeysUnauthorized added in v0.43.0

func NewPostKeysUnauthorized() *PostKeysUnauthorized

NewPostKeysUnauthorized creates a PostKeysUnauthorized with default headers values

func (*PostKeysUnauthorized) Error added in v0.43.0

func (o *PostKeysUnauthorized) Error() string

func (*PostKeysUnauthorized) GetPayload added in v0.43.0

func (o *PostKeysUnauthorized) GetPayload() *models.APIError

Jump to

Keyboard shortcuts

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