users

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 users API

func (*Client) DeleteUsersUserID

func (a *Client) DeleteUsersUserID(params *DeleteUsersUserIDParams) (*DeleteUsersUserIDNoContent, error)

DeleteUsersUserID deletes user

func (*Client) DeleteUsersUserIDCredentialsClientID

DeleteUsersUserIDCredentialsClientID deletes credential for user

func (*Client) DeleteUsersUserIDCredentialsPublicKeyPublicKeyID added in v0.30.0

DeleteUsersUserIDCredentialsPublicKeyPublicKeyID deletes public key credential for user

func (*Client) DeleteUsersUserIDCredentialsSsoSsoUserID added in v0.44.9

DeleteUsersUserIDCredentialsSsoSsoUserID deletes sso user credential

func (*Client) DeleteUsersUserIDRolesRoleID

func (a *Client) DeleteUsersUserIDRolesRoleID(params *DeleteUsersUserIDRolesRoleIDParams) (*DeleteUsersUserIDRolesRoleIDNoContent, error)

DeleteUsersUserIDRolesRoleID removes role from user

func (*Client) GetUsers

func (a *Client) GetUsers(params *GetUsersParams) (*GetUsersOK, error)

GetUsers lists all users

func (*Client) GetUsersUserID

func (a *Client) GetUsersUserID(params *GetUsersUserIDParams) (*GetUsersUserIDOK, error)

GetUsersUserID fetches user

func (*Client) GetUsersUserIDAces

func (a *Client) GetUsersUserIDAces(params *GetUsersUserIDAcesParams) (*GetUsersUserIDAcesOK, error)

GetUsersUserIDAces gets access control list for user

func (*Client) GetUsersUserIDCredentials

func (a *Client) GetUsersUserIDCredentials(params *GetUsersUserIDCredentialsParams) (*GetUsersUserIDCredentialsOK, error)

GetUsersUserIDCredentials gets all credentials for user

func (*Client) GetUsersUserIDCredentialsPublicKey added in v0.30.0

func (a *Client) GetUsersUserIDCredentialsPublicKey(params *GetUsersUserIDCredentialsPublicKeyParams) (*GetUsersUserIDCredentialsPublicKeyOK, error)

GetUsersUserIDCredentialsPublicKey fetches public key credentials

func (*Client) GetUsersUserIDCredentialsPublicKeyPublicKeyID added in v0.30.0

func (a *Client) GetUsersUserIDCredentialsPublicKeyPublicKeyID(params *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK, error)

GetUsersUserIDCredentialsPublicKeyPublicKeyID fetches public key credential

func (*Client) GetUsersUserIDCredentialsSsoSsoUserID added in v0.44.9

func (a *Client) GetUsersUserIDCredentialsSsoSsoUserID(params *GetUsersUserIDCredentialsSsoSsoUserIDParams) (*GetUsersUserIDCredentialsSsoSsoUserIDOK, error)

GetUsersUserIDCredentialsSsoSsoUserID fetches sso credential

func (*Client) GetUsersUserIDRoles

func (a *Client) GetUsersUserIDRoles(params *GetUsersUserIDRolesParams) (*GetUsersUserIDRolesOK, error)

GetUsersUserIDRoles gets all roles for user

func (*Client) PatchUsersUserID

func (a *Client) PatchUsersUserID(params *PatchUsersUserIDParams) (*PatchUsersUserIDOK, error)

PatchUsersUserID edits user details

func (*Client) PostUsers

func (a *Client) PostUsers(params *PostUsersParams) (*PostUsersCreated, error)

PostUsers creates user

func (*Client) PostUsersUserIDCredentials

func (a *Client) PostUsersUserIDCredentials(params *PostUsersUserIDCredentialsParams) (*PostUsersUserIDCredentialsCreated, error)

PostUsersUserIDCredentials adds credentials to user

func (*Client) PostUsersUserIDCredentialsPublicKey added in v0.30.0

func (a *Client) PostUsersUserIDCredentialsPublicKey(params *PostUsersUserIDCredentialsPublicKeyParams) (*PostUsersUserIDCredentialsPublicKeyCreated, error)

PostUsersUserIDCredentialsPublicKey generates new public key credential for a user

func (*Client) PostUsersUserIDCredentialsSso added in v0.44.9

func (a *Client) PostUsersUserIDCredentialsSso(params *PostUsersUserIDCredentialsSsoParams) (*PostUsersUserIDCredentialsSsoCreated, error)

PostUsersUserIDCredentialsSso creates new sso credential for a user

func (*Client) PostUsersUserIDRolesRoleID

func (a *Client) PostUsersUserIDRolesRoleID(params *PostUsersUserIDRolesRoleIDParams) (*PostUsersUserIDRolesRoleIDCreated, error)

PostUsersUserIDRolesRoleID adds role to user

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 {
	DeleteUsersUserID(params *DeleteUsersUserIDParams) (*DeleteUsersUserIDNoContent, error)

	DeleteUsersUserIDCredentialsClientID(params *DeleteUsersUserIDCredentialsClientIDParams) (*DeleteUsersUserIDCredentialsClientIDNoContent, error)

	DeleteUsersUserIDCredentialsPublicKeyPublicKeyID(params *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent, error)

	DeleteUsersUserIDCredentialsSsoSsoUserID(params *DeleteUsersUserIDCredentialsSsoSsoUserIDParams) (*DeleteUsersUserIDCredentialsSsoSsoUserIDNoContent, error)

	DeleteUsersUserIDRolesRoleID(params *DeleteUsersUserIDRolesRoleIDParams) (*DeleteUsersUserIDRolesRoleIDNoContent, error)

	GetUsers(params *GetUsersParams) (*GetUsersOK, error)

	GetUsersUserID(params *GetUsersUserIDParams) (*GetUsersUserIDOK, error)

	GetUsersUserIDAces(params *GetUsersUserIDAcesParams) (*GetUsersUserIDAcesOK, error)

	GetUsersUserIDCredentials(params *GetUsersUserIDCredentialsParams) (*GetUsersUserIDCredentialsOK, error)

	GetUsersUserIDCredentialsPublicKey(params *GetUsersUserIDCredentialsPublicKeyParams) (*GetUsersUserIDCredentialsPublicKeyOK, error)

	GetUsersUserIDCredentialsPublicKeyPublicKeyID(params *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK, error)

	GetUsersUserIDCredentialsSsoSsoUserID(params *GetUsersUserIDCredentialsSsoSsoUserIDParams) (*GetUsersUserIDCredentialsSsoSsoUserIDOK, error)

	GetUsersUserIDRoles(params *GetUsersUserIDRolesParams) (*GetUsersUserIDRolesOK, error)

	PatchUsersUserID(params *PatchUsersUserIDParams) (*PatchUsersUserIDOK, error)

	PostUsers(params *PostUsersParams) (*PostUsersCreated, error)

	PostUsersUserIDCredentials(params *PostUsersUserIDCredentialsParams) (*PostUsersUserIDCredentialsCreated, error)

	PostUsersUserIDCredentialsPublicKey(params *PostUsersUserIDCredentialsPublicKeyParams) (*PostUsersUserIDCredentialsPublicKeyCreated, error)

	PostUsersUserIDCredentialsSso(params *PostUsersUserIDCredentialsSsoParams) (*PostUsersUserIDCredentialsSsoCreated, error)

	PostUsersUserIDRolesRoleID(params *PostUsersUserIDRolesRoleIDParams) (*PostUsersUserIDRolesRoleIDCreated, 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 users API client.

type DeleteUsersUserIDBadRequest added in v0.43.0

type DeleteUsersUserIDBadRequest struct {
	Payload *models.APIError
}

DeleteUsersUserIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteUsersUserIDBadRequest added in v0.43.0

func NewDeleteUsersUserIDBadRequest() *DeleteUsersUserIDBadRequest

NewDeleteUsersUserIDBadRequest creates a DeleteUsersUserIDBadRequest with default headers values

func (*DeleteUsersUserIDBadRequest) Error added in v0.43.0

func (*DeleteUsersUserIDBadRequest) GetPayload added in v0.43.0

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

type DeleteUsersUserIDConflict added in v0.43.0

type DeleteUsersUserIDConflict struct {
	Payload *models.APIError
}

DeleteUsersUserIDConflict handles this case with default header values.

Conflict

func NewDeleteUsersUserIDConflict added in v0.43.0

func NewDeleteUsersUserIDConflict() *DeleteUsersUserIDConflict

NewDeleteUsersUserIDConflict creates a DeleteUsersUserIDConflict with default headers values

func (*DeleteUsersUserIDConflict) Error added in v0.43.0

func (o *DeleteUsersUserIDConflict) Error() string

func (*DeleteUsersUserIDConflict) GetPayload added in v0.43.0

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

type DeleteUsersUserIDCredentialsClientIDBadRequest added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDBadRequest struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteUsersUserIDCredentialsClientIDBadRequest added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDBadRequest() *DeleteUsersUserIDCredentialsClientIDBadRequest

NewDeleteUsersUserIDCredentialsClientIDBadRequest creates a DeleteUsersUserIDCredentialsClientIDBadRequest with default headers values

func (*DeleteUsersUserIDCredentialsClientIDBadRequest) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDBadRequest) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDConflict added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDConflict struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDConflict handles this case with default header values.

Conflict

func NewDeleteUsersUserIDCredentialsClientIDConflict added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDConflict() *DeleteUsersUserIDCredentialsClientIDConflict

NewDeleteUsersUserIDCredentialsClientIDConflict creates a DeleteUsersUserIDCredentialsClientIDConflict with default headers values

func (*DeleteUsersUserIDCredentialsClientIDConflict) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDConflict) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDForbidden added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDForbidden struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDForbidden handles this case with default header values.

Forbidden

func NewDeleteUsersUserIDCredentialsClientIDForbidden added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDForbidden() *DeleteUsersUserIDCredentialsClientIDForbidden

NewDeleteUsersUserIDCredentialsClientIDForbidden creates a DeleteUsersUserIDCredentialsClientIDForbidden with default headers values

func (*DeleteUsersUserIDCredentialsClientIDForbidden) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDForbidden) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDInternalServerError added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDInternalServerError struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteUsersUserIDCredentialsClientIDInternalServerError added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDInternalServerError() *DeleteUsersUserIDCredentialsClientIDInternalServerError

NewDeleteUsersUserIDCredentialsClientIDInternalServerError creates a DeleteUsersUserIDCredentialsClientIDInternalServerError with default headers values

func (*DeleteUsersUserIDCredentialsClientIDInternalServerError) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDInternalServerError) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDNoContent

type DeleteUsersUserIDCredentialsClientIDNoContent struct {
}

DeleteUsersUserIDCredentialsClientIDNoContent handles this case with default header values.

Credential deleted

func NewDeleteUsersUserIDCredentialsClientIDNoContent

func NewDeleteUsersUserIDCredentialsClientIDNoContent() *DeleteUsersUserIDCredentialsClientIDNoContent

NewDeleteUsersUserIDCredentialsClientIDNoContent creates a DeleteUsersUserIDCredentialsClientIDNoContent with default headers values

func (*DeleteUsersUserIDCredentialsClientIDNoContent) Error

type DeleteUsersUserIDCredentialsClientIDNotFound added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDNotFound struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDNotFound handles this case with default header values.

Record not found

func NewDeleteUsersUserIDCredentialsClientIDNotFound added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDNotFound() *DeleteUsersUserIDCredentialsClientIDNotFound

NewDeleteUsersUserIDCredentialsClientIDNotFound creates a DeleteUsersUserIDCredentialsClientIDNotFound with default headers values

func (*DeleteUsersUserIDCredentialsClientIDNotFound) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDNotFound) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDParams

type DeleteUsersUserIDCredentialsClientIDParams struct {

	/*ClientID
	  client id

	*/
	ClientID strfmt.UUID
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

DeleteUsersUserIDCredentialsClientIDParams contains all the parameters to send to the API endpoint for the delete users user ID credentials client ID operation typically these are written to a http.Request

func NewDeleteUsersUserIDCredentialsClientIDParams

func NewDeleteUsersUserIDCredentialsClientIDParams() *DeleteUsersUserIDCredentialsClientIDParams

NewDeleteUsersUserIDCredentialsClientIDParams creates a new DeleteUsersUserIDCredentialsClientIDParams object with the default values initialized.

func NewDeleteUsersUserIDCredentialsClientIDParamsWithContext

func NewDeleteUsersUserIDCredentialsClientIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDCredentialsClientIDParams

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

func NewDeleteUsersUserIDCredentialsClientIDParamsWithHTTPClient

func NewDeleteUsersUserIDCredentialsClientIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsClientIDParams

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

func NewDeleteUsersUserIDCredentialsClientIDParamsWithTimeout

func NewDeleteUsersUserIDCredentialsClientIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsClientIDParams

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

func (*DeleteUsersUserIDCredentialsClientIDParams) SetClientID

func (o *DeleteUsersUserIDCredentialsClientIDParams) SetClientID(clientID strfmt.UUID)

SetClientID adds the clientId to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) SetContext

SetContext adds the context to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) SetTimeout

SetTimeout adds the timeout to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) SetUserID

SetUserID adds the userId to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) WithClientID

WithClientID adds the clientID to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) WithContext

WithContext adds the context to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) WithTimeout

WithTimeout adds the timeout to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) WithUserID

WithUserID adds the userID to the delete users user ID credentials client ID params

func (*DeleteUsersUserIDCredentialsClientIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsersUserIDCredentialsClientIDReader

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

DeleteUsersUserIDCredentialsClientIDReader is a Reader for the DeleteUsersUserIDCredentialsClientID structure.

func (*DeleteUsersUserIDCredentialsClientIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsersUserIDCredentialsClientIDServiceUnavailable added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDServiceUnavailable handles this case with default header values.

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

func NewDeleteUsersUserIDCredentialsClientIDServiceUnavailable added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDServiceUnavailable() *DeleteUsersUserIDCredentialsClientIDServiceUnavailable

NewDeleteUsersUserIDCredentialsClientIDServiceUnavailable creates a DeleteUsersUserIDCredentialsClientIDServiceUnavailable with default headers values

func (*DeleteUsersUserIDCredentialsClientIDServiceUnavailable) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDTooManyRequests added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDTooManyRequests handles this case with default header values.

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

func NewDeleteUsersUserIDCredentialsClientIDTooManyRequests added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDTooManyRequests() *DeleteUsersUserIDCredentialsClientIDTooManyRequests

NewDeleteUsersUserIDCredentialsClientIDTooManyRequests creates a DeleteUsersUserIDCredentialsClientIDTooManyRequests with default headers values

func (*DeleteUsersUserIDCredentialsClientIDTooManyRequests) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDTooManyRequests) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDUnauthorized added in v0.43.0

type DeleteUsersUserIDCredentialsClientIDUnauthorized struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsClientIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteUsersUserIDCredentialsClientIDUnauthorized added in v0.43.0

func NewDeleteUsersUserIDCredentialsClientIDUnauthorized() *DeleteUsersUserIDCredentialsClientIDUnauthorized

NewDeleteUsersUserIDCredentialsClientIDUnauthorized creates a DeleteUsersUserIDCredentialsClientIDUnauthorized with default headers values

func (*DeleteUsersUserIDCredentialsClientIDUnauthorized) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsClientIDUnauthorized) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict handles this case with default header values.

Conflict

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden handles this case with default header values.

Forbidden

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent added in v0.30.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent struct {
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent handles this case with default header values.

Public key deleted

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent added in v0.30.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNoContent) Error added in v0.30.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound handles this case with default header values.

Record not found

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams added in v0.30.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams struct {

	/*PublicKeyID
	  public_key_id

	*/
	PublicKeyID strfmt.UUID
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams contains all the parameters to send to the API endpoint for the delete users user ID credentials public key public key ID operation typically these are written to a http.Request

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams added in v0.30.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams creates a new DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized.

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext added in v0.30.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams

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

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient added in v0.30.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams

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

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout added in v0.30.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams

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

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext added in v0.30.0

SetContext adds the context to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient added in v0.30.0

SetHTTPClient adds the HTTPClient to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID added in v0.30.0

SetPublicKeyID adds the publicKeyId to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout added in v0.30.0

SetTimeout adds the timeout to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID added in v0.30.0

SetUserID adds the userId to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext added in v0.30.0

WithContext adds the context to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient added in v0.30.0

WithHTTPClient adds the HTTPClient to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID added in v0.30.0

WithPublicKeyID adds the publicKeyID to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout added in v0.30.0

WithTimeout adds the timeout to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID added in v0.30.0

WithUserID adds the userID to the delete users user ID credentials public key public key ID params

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest added in v0.30.0

WriteToRequest writes these params to a swagger request

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader added in v0.30.0

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

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader is a Reader for the DeleteUsersUserIDCredentialsPublicKeyPublicKeyID structure.

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDReader) ReadResponse added in v0.30.0

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

ReadResponse reads a server response into the received o.

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable handles this case with default header values.

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

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests handles this case with default header values.

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

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized added in v0.43.0

type DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized added in v0.43.0

func NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized() *DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized

NewDeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized creates a DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized with default headers values

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) Error added in v0.43.0

func (*DeleteUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) GetPayload added in v0.43.0

type DeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest() *DeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest

NewDeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest creates a DeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDBadRequest) GetPayload added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDConflict added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDConflict struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDConflict handles this case with default header values.

Conflict

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDConflict added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDConflict() *DeleteUsersUserIDCredentialsSsoSsoUserIDConflict

NewDeleteUsersUserIDCredentialsSsoSsoUserIDConflict creates a DeleteUsersUserIDCredentialsSsoSsoUserIDConflict with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDConflict) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDConflict) GetPayload added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDForbidden added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDForbidden struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDForbidden handles this case with default header values.

Forbidden

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDForbidden added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDForbidden() *DeleteUsersUserIDCredentialsSsoSsoUserIDForbidden

NewDeleteUsersUserIDCredentialsSsoSsoUserIDForbidden creates a DeleteUsersUserIDCredentialsSsoSsoUserIDForbidden with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDForbidden) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDForbidden) GetPayload added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError() *DeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError

NewDeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError creates a DeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDInternalServerError) GetPayload added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDNoContent added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDNoContent struct {
}

DeleteUsersUserIDCredentialsSsoSsoUserIDNoContent handles this case with default header values.

Sso user creadential deleted

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDNoContent added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDNoContent() *DeleteUsersUserIDCredentialsSsoSsoUserIDNoContent

NewDeleteUsersUserIDCredentialsSsoSsoUserIDNoContent creates a DeleteUsersUserIDCredentialsSsoSsoUserIDNoContent with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDNoContent) Error added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDNotFound added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDNotFound struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDNotFound handles this case with default header values.

Record not found

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDNotFound added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDNotFound() *DeleteUsersUserIDCredentialsSsoSsoUserIDNotFound

NewDeleteUsersUserIDCredentialsSsoSsoUserIDNotFound creates a DeleteUsersUserIDCredentialsSsoSsoUserIDNotFound with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDNotFound) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDNotFound) GetPayload added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDParams added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDParams struct {

	/*SsoUserID
	  Sso user id

	*/
	SsoUserID string
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

DeleteUsersUserIDCredentialsSsoSsoUserIDParams contains all the parameters to send to the API endpoint for the delete users user ID credentials sso sso user ID operation typically these are written to a http.Request

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParams added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParams() *DeleteUsersUserIDCredentialsSsoSsoUserIDParams

NewDeleteUsersUserIDCredentialsSsoSsoUserIDParams creates a new DeleteUsersUserIDCredentialsSsoSsoUserIDParams object with the default values initialized.

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParamsWithContext added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDCredentialsSsoSsoUserIDParams

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

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParamsWithHTTPClient added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDCredentialsSsoSsoUserIDParams

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

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParamsWithTimeout added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDCredentialsSsoSsoUserIDParams

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

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) SetContext added in v0.44.9

SetContext adds the context to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) SetHTTPClient added in v0.44.9

SetHTTPClient adds the HTTPClient to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) SetSsoUserID added in v0.44.9

func (o *DeleteUsersUserIDCredentialsSsoSsoUserIDParams) SetSsoUserID(ssoUserID string)

SetSsoUserID adds the ssoUserId to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) SetTimeout added in v0.44.9

SetTimeout adds the timeout to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) SetUserID added in v0.44.9

SetUserID adds the userId to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) WithContext added in v0.44.9

WithContext adds the context to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) WithHTTPClient added in v0.44.9

WithHTTPClient adds the HTTPClient to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) WithSsoUserID added in v0.44.9

WithSsoUserID adds the ssoUserID to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) WithTimeout added in v0.44.9

WithTimeout adds the timeout to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) WithUserID added in v0.44.9

WithUserID adds the userID to the delete users user ID credentials sso sso user ID params

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDParams) WriteToRequest added in v0.44.9

WriteToRequest writes these params to a swagger request

type DeleteUsersUserIDCredentialsSsoSsoUserIDReader added in v0.44.9

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

DeleteUsersUserIDCredentialsSsoSsoUserIDReader is a Reader for the DeleteUsersUserIDCredentialsSsoSsoUserID structure.

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDReader) ReadResponse added in v0.44.9

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

ReadResponse reads a server response into the received o.

type DeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable handles this case with default header values.

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

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable() *DeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable

NewDeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable creates a DeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable) GetPayload added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests handles this case with default header values.

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

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests() *DeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests

NewDeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests creates a DeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDTooManyRequests) GetPayload added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized added in v0.44.9

type DeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized struct {
	Payload *models.APIError
}

DeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized added in v0.44.9

func NewDeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized() *DeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized

NewDeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized creates a DeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized with default headers values

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized) Error added in v0.44.9

func (*DeleteUsersUserIDCredentialsSsoSsoUserIDUnauthorized) GetPayload added in v0.44.9

type DeleteUsersUserIDForbidden added in v0.43.0

type DeleteUsersUserIDForbidden struct {
	Payload *models.APIError
}

DeleteUsersUserIDForbidden handles this case with default header values.

Forbidden

func NewDeleteUsersUserIDForbidden added in v0.43.0

func NewDeleteUsersUserIDForbidden() *DeleteUsersUserIDForbidden

NewDeleteUsersUserIDForbidden creates a DeleteUsersUserIDForbidden with default headers values

func (*DeleteUsersUserIDForbidden) Error added in v0.43.0

func (*DeleteUsersUserIDForbidden) GetPayload added in v0.43.0

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

type DeleteUsersUserIDInternalServerError added in v0.43.0

type DeleteUsersUserIDInternalServerError struct {
	Payload *models.APIError
}

DeleteUsersUserIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteUsersUserIDInternalServerError added in v0.43.0

func NewDeleteUsersUserIDInternalServerError() *DeleteUsersUserIDInternalServerError

NewDeleteUsersUserIDInternalServerError creates a DeleteUsersUserIDInternalServerError with default headers values

func (*DeleteUsersUserIDInternalServerError) Error added in v0.43.0

func (*DeleteUsersUserIDInternalServerError) GetPayload added in v0.43.0

type DeleteUsersUserIDNoContent

type DeleteUsersUserIDNoContent struct {
}

DeleteUsersUserIDNoContent handles this case with default header values.

User deleted

func NewDeleteUsersUserIDNoContent

func NewDeleteUsersUserIDNoContent() *DeleteUsersUserIDNoContent

NewDeleteUsersUserIDNoContent creates a DeleteUsersUserIDNoContent with default headers values

func (*DeleteUsersUserIDNoContent) Error

type DeleteUsersUserIDNotFound added in v0.43.0

type DeleteUsersUserIDNotFound struct {
	Payload *models.APIError
}

DeleteUsersUserIDNotFound handles this case with default header values.

Record not found

func NewDeleteUsersUserIDNotFound added in v0.43.0

func NewDeleteUsersUserIDNotFound() *DeleteUsersUserIDNotFound

NewDeleteUsersUserIDNotFound creates a DeleteUsersUserIDNotFound with default headers values

func (*DeleteUsersUserIDNotFound) Error added in v0.43.0

func (o *DeleteUsersUserIDNotFound) Error() string

func (*DeleteUsersUserIDNotFound) GetPayload added in v0.43.0

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

type DeleteUsersUserIDParams

type DeleteUsersUserIDParams struct {

	/*UserID
	  User Id

	*/
	UserID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteUsersUserIDParams contains all the parameters to send to the API endpoint for the delete users user ID operation typically these are written to a http.Request

func NewDeleteUsersUserIDParams

func NewDeleteUsersUserIDParams() *DeleteUsersUserIDParams

NewDeleteUsersUserIDParams creates a new DeleteUsersUserIDParams object with the default values initialized.

func NewDeleteUsersUserIDParamsWithContext

func NewDeleteUsersUserIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDParams

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

func NewDeleteUsersUserIDParamsWithHTTPClient

func NewDeleteUsersUserIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDParams

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

func NewDeleteUsersUserIDParamsWithTimeout

func NewDeleteUsersUserIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDParams

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

func (*DeleteUsersUserIDParams) SetContext

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

SetContext adds the context to the delete users user ID params

func (*DeleteUsersUserIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete users user ID params

func (*DeleteUsersUserIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete users user ID params

func (*DeleteUsersUserIDParams) SetUserID

func (o *DeleteUsersUserIDParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the delete users user ID params

func (*DeleteUsersUserIDParams) SetVersion

func (o *DeleteUsersUserIDParams) SetVersion(version int64)

SetVersion adds the version to the delete users user ID params

func (*DeleteUsersUserIDParams) WithContext

WithContext adds the context to the delete users user ID params

func (*DeleteUsersUserIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete users user ID params

func (*DeleteUsersUserIDParams) WithTimeout

WithTimeout adds the timeout to the delete users user ID params

func (*DeleteUsersUserIDParams) WithUserID

WithUserID adds the userID to the delete users user ID params

func (*DeleteUsersUserIDParams) WithVersion

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

WithVersion adds the version to the delete users user ID params

func (*DeleteUsersUserIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsersUserIDReader

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

DeleteUsersUserIDReader is a Reader for the DeleteUsersUserID structure.

func (*DeleteUsersUserIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsersUserIDRolesRoleIDBadRequest added in v0.43.0

type DeleteUsersUserIDRolesRoleIDBadRequest struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDBadRequest handles this case with default header values.

Bad Request

func NewDeleteUsersUserIDRolesRoleIDBadRequest added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDBadRequest() *DeleteUsersUserIDRolesRoleIDBadRequest

NewDeleteUsersUserIDRolesRoleIDBadRequest creates a DeleteUsersUserIDRolesRoleIDBadRequest with default headers values

func (*DeleteUsersUserIDRolesRoleIDBadRequest) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDBadRequest) GetPayload added in v0.43.0

type DeleteUsersUserIDRolesRoleIDConflict added in v0.43.0

type DeleteUsersUserIDRolesRoleIDConflict struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDConflict handles this case with default header values.

Conflict

func NewDeleteUsersUserIDRolesRoleIDConflict added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDConflict() *DeleteUsersUserIDRolesRoleIDConflict

NewDeleteUsersUserIDRolesRoleIDConflict creates a DeleteUsersUserIDRolesRoleIDConflict with default headers values

func (*DeleteUsersUserIDRolesRoleIDConflict) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDConflict) GetPayload added in v0.43.0

type DeleteUsersUserIDRolesRoleIDForbidden added in v0.43.0

type DeleteUsersUserIDRolesRoleIDForbidden struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDForbidden handles this case with default header values.

Forbidden

func NewDeleteUsersUserIDRolesRoleIDForbidden added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDForbidden() *DeleteUsersUserIDRolesRoleIDForbidden

NewDeleteUsersUserIDRolesRoleIDForbidden creates a DeleteUsersUserIDRolesRoleIDForbidden with default headers values

func (*DeleteUsersUserIDRolesRoleIDForbidden) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDForbidden) GetPayload added in v0.43.0

type DeleteUsersUserIDRolesRoleIDInternalServerError added in v0.43.0

type DeleteUsersUserIDRolesRoleIDInternalServerError struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteUsersUserIDRolesRoleIDInternalServerError added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDInternalServerError() *DeleteUsersUserIDRolesRoleIDInternalServerError

NewDeleteUsersUserIDRolesRoleIDInternalServerError creates a DeleteUsersUserIDRolesRoleIDInternalServerError with default headers values

func (*DeleteUsersUserIDRolesRoleIDInternalServerError) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDInternalServerError) GetPayload added in v0.43.0

type DeleteUsersUserIDRolesRoleIDNoContent

type DeleteUsersUserIDRolesRoleIDNoContent struct {
}

DeleteUsersUserIDRolesRoleIDNoContent handles this case with default header values.

User role deleted OK

func NewDeleteUsersUserIDRolesRoleIDNoContent

func NewDeleteUsersUserIDRolesRoleIDNoContent() *DeleteUsersUserIDRolesRoleIDNoContent

NewDeleteUsersUserIDRolesRoleIDNoContent creates a DeleteUsersUserIDRolesRoleIDNoContent with default headers values

func (*DeleteUsersUserIDRolesRoleIDNoContent) Error

type DeleteUsersUserIDRolesRoleIDNotFound added in v0.43.0

type DeleteUsersUserIDRolesRoleIDNotFound struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDNotFound handles this case with default header values.

Record not found

func NewDeleteUsersUserIDRolesRoleIDNotFound added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDNotFound() *DeleteUsersUserIDRolesRoleIDNotFound

NewDeleteUsersUserIDRolesRoleIDNotFound creates a DeleteUsersUserIDRolesRoleIDNotFound with default headers values

func (*DeleteUsersUserIDRolesRoleIDNotFound) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDNotFound) GetPayload added in v0.43.0

type DeleteUsersUserIDRolesRoleIDParams

type DeleteUsersUserIDRolesRoleIDParams struct {

	/*RoleID
	  Role Id

	*/
	RoleID strfmt.UUID
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

DeleteUsersUserIDRolesRoleIDParams contains all the parameters to send to the API endpoint for the delete users user ID roles role ID operation typically these are written to a http.Request

func NewDeleteUsersUserIDRolesRoleIDParams

func NewDeleteUsersUserIDRolesRoleIDParams() *DeleteUsersUserIDRolesRoleIDParams

NewDeleteUsersUserIDRolesRoleIDParams creates a new DeleteUsersUserIDRolesRoleIDParams object with the default values initialized.

func NewDeleteUsersUserIDRolesRoleIDParamsWithContext

func NewDeleteUsersUserIDRolesRoleIDParamsWithContext(ctx context.Context) *DeleteUsersUserIDRolesRoleIDParams

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

func NewDeleteUsersUserIDRolesRoleIDParamsWithHTTPClient

func NewDeleteUsersUserIDRolesRoleIDParamsWithHTTPClient(client *http.Client) *DeleteUsersUserIDRolesRoleIDParams

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

func NewDeleteUsersUserIDRolesRoleIDParamsWithTimeout

func NewDeleteUsersUserIDRolesRoleIDParamsWithTimeout(timeout time.Duration) *DeleteUsersUserIDRolesRoleIDParams

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

func (*DeleteUsersUserIDRolesRoleIDParams) SetContext

SetContext adds the context to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) SetRoleID

func (o *DeleteUsersUserIDRolesRoleIDParams) SetRoleID(roleID strfmt.UUID)

SetRoleID adds the roleId to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) SetUserID

func (o *DeleteUsersUserIDRolesRoleIDParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) WithContext

WithContext adds the context to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) WithRoleID

WithRoleID adds the roleID to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) WithTimeout

WithTimeout adds the timeout to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) WithUserID

WithUserID adds the userID to the delete users user ID roles role ID params

func (*DeleteUsersUserIDRolesRoleIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsersUserIDRolesRoleIDReader

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

DeleteUsersUserIDRolesRoleIDReader is a Reader for the DeleteUsersUserIDRolesRoleID structure.

func (*DeleteUsersUserIDRolesRoleIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsersUserIDRolesRoleIDServiceUnavailable added in v0.43.0

type DeleteUsersUserIDRolesRoleIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDServiceUnavailable handles this case with default header values.

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

func NewDeleteUsersUserIDRolesRoleIDServiceUnavailable added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDServiceUnavailable() *DeleteUsersUserIDRolesRoleIDServiceUnavailable

NewDeleteUsersUserIDRolesRoleIDServiceUnavailable creates a DeleteUsersUserIDRolesRoleIDServiceUnavailable with default headers values

func (*DeleteUsersUserIDRolesRoleIDServiceUnavailable) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteUsersUserIDRolesRoleIDTooManyRequests added in v0.43.0

type DeleteUsersUserIDRolesRoleIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDTooManyRequests handles this case with default header values.

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

func NewDeleteUsersUserIDRolesRoleIDTooManyRequests added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDTooManyRequests() *DeleteUsersUserIDRolesRoleIDTooManyRequests

NewDeleteUsersUserIDRolesRoleIDTooManyRequests creates a DeleteUsersUserIDRolesRoleIDTooManyRequests with default headers values

func (*DeleteUsersUserIDRolesRoleIDTooManyRequests) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDTooManyRequests) GetPayload added in v0.43.0

type DeleteUsersUserIDRolesRoleIDUnauthorized added in v0.43.0

type DeleteUsersUserIDRolesRoleIDUnauthorized struct {
	Payload *models.APIError
}

DeleteUsersUserIDRolesRoleIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteUsersUserIDRolesRoleIDUnauthorized added in v0.43.0

func NewDeleteUsersUserIDRolesRoleIDUnauthorized() *DeleteUsersUserIDRolesRoleIDUnauthorized

NewDeleteUsersUserIDRolesRoleIDUnauthorized creates a DeleteUsersUserIDRolesRoleIDUnauthorized with default headers values

func (*DeleteUsersUserIDRolesRoleIDUnauthorized) Error added in v0.43.0

func (*DeleteUsersUserIDRolesRoleIDUnauthorized) GetPayload added in v0.43.0

type DeleteUsersUserIDServiceUnavailable added in v0.43.0

type DeleteUsersUserIDServiceUnavailable struct {
	Payload *models.APIError
}

DeleteUsersUserIDServiceUnavailable handles this case with default header values.

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

func NewDeleteUsersUserIDServiceUnavailable added in v0.43.0

func NewDeleteUsersUserIDServiceUnavailable() *DeleteUsersUserIDServiceUnavailable

NewDeleteUsersUserIDServiceUnavailable creates a DeleteUsersUserIDServiceUnavailable with default headers values

func (*DeleteUsersUserIDServiceUnavailable) Error added in v0.43.0

func (*DeleteUsersUserIDServiceUnavailable) GetPayload added in v0.43.0

type DeleteUsersUserIDTooManyRequests added in v0.43.0

type DeleteUsersUserIDTooManyRequests struct {
	Payload *models.APIError
}

DeleteUsersUserIDTooManyRequests handles this case with default header values.

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

func NewDeleteUsersUserIDTooManyRequests added in v0.43.0

func NewDeleteUsersUserIDTooManyRequests() *DeleteUsersUserIDTooManyRequests

NewDeleteUsersUserIDTooManyRequests creates a DeleteUsersUserIDTooManyRequests with default headers values

func (*DeleteUsersUserIDTooManyRequests) Error added in v0.43.0

func (*DeleteUsersUserIDTooManyRequests) GetPayload added in v0.43.0

type DeleteUsersUserIDUnauthorized added in v0.43.0

type DeleteUsersUserIDUnauthorized struct {
	Payload *models.APIError
}

DeleteUsersUserIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewDeleteUsersUserIDUnauthorized added in v0.43.0

func NewDeleteUsersUserIDUnauthorized() *DeleteUsersUserIDUnauthorized

NewDeleteUsersUserIDUnauthorized creates a DeleteUsersUserIDUnauthorized with default headers values

func (*DeleteUsersUserIDUnauthorized) Error added in v0.43.0

func (*DeleteUsersUserIDUnauthorized) GetPayload added in v0.43.0

type GetUsersBadRequest added in v0.43.0

type GetUsersBadRequest struct {
	Payload *models.APIError
}

GetUsersBadRequest handles this case with default header values.

Bad Request

func NewGetUsersBadRequest added in v0.43.0

func NewGetUsersBadRequest() *GetUsersBadRequest

NewGetUsersBadRequest creates a GetUsersBadRequest with default headers values

func (*GetUsersBadRequest) Error added in v0.43.0

func (o *GetUsersBadRequest) Error() string

func (*GetUsersBadRequest) GetPayload added in v0.43.0

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

type GetUsersConflict added in v0.43.0

type GetUsersConflict struct {
	Payload *models.APIError
}

GetUsersConflict handles this case with default header values.

Conflict

func NewGetUsersConflict added in v0.43.0

func NewGetUsersConflict() *GetUsersConflict

NewGetUsersConflict creates a GetUsersConflict with default headers values

func (*GetUsersConflict) Error added in v0.43.0

func (o *GetUsersConflict) Error() string

func (*GetUsersConflict) GetPayload added in v0.43.0

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

type GetUsersForbidden added in v0.43.0

type GetUsersForbidden struct {
	Payload *models.APIError
}

GetUsersForbidden handles this case with default header values.

Forbidden

func NewGetUsersForbidden added in v0.43.0

func NewGetUsersForbidden() *GetUsersForbidden

NewGetUsersForbidden creates a GetUsersForbidden with default headers values

func (*GetUsersForbidden) Error added in v0.43.0

func (o *GetUsersForbidden) Error() string

func (*GetUsersForbidden) GetPayload added in v0.43.0

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

type GetUsersInternalServerError added in v0.43.0

type GetUsersInternalServerError struct {
	Payload *models.APIError
}

GetUsersInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersInternalServerError added in v0.43.0

func NewGetUsersInternalServerError() *GetUsersInternalServerError

NewGetUsersInternalServerError creates a GetUsersInternalServerError with default headers values

func (*GetUsersInternalServerError) Error added in v0.43.0

func (*GetUsersInternalServerError) GetPayload added in v0.43.0

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

type GetUsersNotFound added in v0.43.0

type GetUsersNotFound struct {
	Payload *models.APIError
}

GetUsersNotFound handles this case with default header values.

Record not found

func NewGetUsersNotFound added in v0.43.0

func NewGetUsersNotFound() *GetUsersNotFound

NewGetUsersNotFound creates a GetUsersNotFound with default headers values

func (*GetUsersNotFound) Error added in v0.43.0

func (o *GetUsersNotFound) Error() string

func (*GetUsersNotFound) GetPayload added in v0.43.0

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

type GetUsersOK

type GetUsersOK struct {
	Payload *models.UserDetailsListResponse
}

GetUsersOK handles this case with default header values.

List of user details

func NewGetUsersOK

func NewGetUsersOK() *GetUsersOK

NewGetUsersOK creates a GetUsersOK with default headers values

func (*GetUsersOK) Error

func (o *GetUsersOK) Error() string

func (*GetUsersOK) GetPayload added in v0.43.0

func (o *GetUsersOK) GetPayload() *models.UserDetailsListResponse

type GetUsersParams

type GetUsersParams struct {

	/*PageNumber
	  Which page to select

	*/
	PageNumber *int64
	/*PageSize
	  Number of items to select

	*/
	PageSize *int64

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

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

func NewGetUsersParams

func NewGetUsersParams() *GetUsersParams

NewGetUsersParams creates a new GetUsersParams object with the default values initialized.

func NewGetUsersParamsWithContext

func NewGetUsersParamsWithContext(ctx context.Context) *GetUsersParams

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

func NewGetUsersParamsWithHTTPClient

func NewGetUsersParamsWithHTTPClient(client *http.Client) *GetUsersParams

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

func NewGetUsersParamsWithTimeout

func NewGetUsersParamsWithTimeout(timeout time.Duration) *GetUsersParams

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

func (*GetUsersParams) SetContext

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

SetContext adds the context to the get users params

func (*GetUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) SetPageNumber

func (o *GetUsersParams) SetPageNumber(pageNumber *int64)

SetPageNumber adds the pageNumber to the get users params

func (*GetUsersParams) SetPageSize

func (o *GetUsersParams) SetPageSize(pageSize *int64)

SetPageSize adds the pageSize to the get users params

func (*GetUsersParams) SetTimeout

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

SetTimeout adds the timeout to the get users params

func (*GetUsersParams) WithContext

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

WithContext adds the context to the get users params

func (*GetUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) WithPageNumber

func (o *GetUsersParams) WithPageNumber(pageNumber *int64) *GetUsersParams

WithPageNumber adds the pageNumber to the get users params

func (*GetUsersParams) WithPageSize

func (o *GetUsersParams) WithPageSize(pageSize *int64) *GetUsersParams

WithPageSize adds the pageSize to the get users params

func (*GetUsersParams) WithTimeout

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

WithTimeout adds the timeout to the get users params

func (*GetUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsersReader

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

GetUsersReader is a Reader for the GetUsers structure.

func (*GetUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersServiceUnavailable added in v0.43.0

type GetUsersServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersServiceUnavailable handles this case with default header values.

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

func NewGetUsersServiceUnavailable added in v0.43.0

func NewGetUsersServiceUnavailable() *GetUsersServiceUnavailable

NewGetUsersServiceUnavailable creates a GetUsersServiceUnavailable with default headers values

func (*GetUsersServiceUnavailable) Error added in v0.43.0

func (*GetUsersServiceUnavailable) GetPayload added in v0.43.0

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

type GetUsersTooManyRequests added in v0.43.0

type GetUsersTooManyRequests struct {
	Payload *models.APIError
}

GetUsersTooManyRequests handles this case with default header values.

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

func NewGetUsersTooManyRequests added in v0.43.0

func NewGetUsersTooManyRequests() *GetUsersTooManyRequests

NewGetUsersTooManyRequests creates a GetUsersTooManyRequests with default headers values

func (*GetUsersTooManyRequests) Error added in v0.43.0

func (o *GetUsersTooManyRequests) Error() string

func (*GetUsersTooManyRequests) GetPayload added in v0.43.0

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

type GetUsersUnauthorized added in v0.43.0

type GetUsersUnauthorized struct {
	Payload *models.APIError
}

GetUsersUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUnauthorized added in v0.43.0

func NewGetUsersUnauthorized() *GetUsersUnauthorized

NewGetUsersUnauthorized creates a GetUsersUnauthorized with default headers values

func (*GetUsersUnauthorized) Error added in v0.43.0

func (o *GetUsersUnauthorized) Error() string

func (*GetUsersUnauthorized) GetPayload added in v0.43.0

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

type GetUsersUserIDAcesBadRequest added in v0.43.0

type GetUsersUserIDAcesBadRequest struct {
	Payload *models.APIError
}

GetUsersUserIDAcesBadRequest handles this case with default header values.

Bad Request

func NewGetUsersUserIDAcesBadRequest added in v0.43.0

func NewGetUsersUserIDAcesBadRequest() *GetUsersUserIDAcesBadRequest

NewGetUsersUserIDAcesBadRequest creates a GetUsersUserIDAcesBadRequest with default headers values

func (*GetUsersUserIDAcesBadRequest) Error added in v0.43.0

func (*GetUsersUserIDAcesBadRequest) GetPayload added in v0.43.0

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

type GetUsersUserIDAcesConflict added in v0.43.0

type GetUsersUserIDAcesConflict struct {
	Payload *models.APIError
}

GetUsersUserIDAcesConflict handles this case with default header values.

Conflict

func NewGetUsersUserIDAcesConflict added in v0.43.0

func NewGetUsersUserIDAcesConflict() *GetUsersUserIDAcesConflict

NewGetUsersUserIDAcesConflict creates a GetUsersUserIDAcesConflict with default headers values

func (*GetUsersUserIDAcesConflict) Error added in v0.43.0

func (*GetUsersUserIDAcesConflict) GetPayload added in v0.43.0

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

type GetUsersUserIDAcesForbidden added in v0.43.0

type GetUsersUserIDAcesForbidden struct {
	Payload *models.APIError
}

GetUsersUserIDAcesForbidden handles this case with default header values.

Forbidden

func NewGetUsersUserIDAcesForbidden added in v0.43.0

func NewGetUsersUserIDAcesForbidden() *GetUsersUserIDAcesForbidden

NewGetUsersUserIDAcesForbidden creates a GetUsersUserIDAcesForbidden with default headers values

func (*GetUsersUserIDAcesForbidden) Error added in v0.43.0

func (*GetUsersUserIDAcesForbidden) GetPayload added in v0.43.0

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

type GetUsersUserIDAcesInternalServerError added in v0.43.0

type GetUsersUserIDAcesInternalServerError struct {
	Payload *models.APIError
}

GetUsersUserIDAcesInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersUserIDAcesInternalServerError added in v0.43.0

func NewGetUsersUserIDAcesInternalServerError() *GetUsersUserIDAcesInternalServerError

NewGetUsersUserIDAcesInternalServerError creates a GetUsersUserIDAcesInternalServerError with default headers values

func (*GetUsersUserIDAcesInternalServerError) Error added in v0.43.0

func (*GetUsersUserIDAcesInternalServerError) GetPayload added in v0.43.0

type GetUsersUserIDAcesNotFound added in v0.43.0

type GetUsersUserIDAcesNotFound struct {
	Payload *models.APIError
}

GetUsersUserIDAcesNotFound handles this case with default header values.

Record not found

func NewGetUsersUserIDAcesNotFound added in v0.43.0

func NewGetUsersUserIDAcesNotFound() *GetUsersUserIDAcesNotFound

NewGetUsersUserIDAcesNotFound creates a GetUsersUserIDAcesNotFound with default headers values

func (*GetUsersUserIDAcesNotFound) Error added in v0.43.0

func (*GetUsersUserIDAcesNotFound) GetPayload added in v0.43.0

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

type GetUsersUserIDAcesOK

type GetUsersUserIDAcesOK struct {
	Payload *models.AceDetailsListResponse
}

GetUsersUserIDAcesOK handles this case with default header values.

List of access control entries for this user

func NewGetUsersUserIDAcesOK

func NewGetUsersUserIDAcesOK() *GetUsersUserIDAcesOK

NewGetUsersUserIDAcesOK creates a GetUsersUserIDAcesOK with default headers values

func (*GetUsersUserIDAcesOK) Error

func (o *GetUsersUserIDAcesOK) Error() string

func (*GetUsersUserIDAcesOK) GetPayload added in v0.43.0

type GetUsersUserIDAcesParams

type GetUsersUserIDAcesParams struct {

	/*FilterAction
	  Access action

	*/
	FilterAction *string
	/*FilterRecordType
	  Record type

	*/
	FilterRecordType *string
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

GetUsersUserIDAcesParams contains all the parameters to send to the API endpoint for the get users user ID aces operation typically these are written to a http.Request

func NewGetUsersUserIDAcesParams

func NewGetUsersUserIDAcesParams() *GetUsersUserIDAcesParams

NewGetUsersUserIDAcesParams creates a new GetUsersUserIDAcesParams object with the default values initialized.

func NewGetUsersUserIDAcesParamsWithContext

func NewGetUsersUserIDAcesParamsWithContext(ctx context.Context) *GetUsersUserIDAcesParams

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

func NewGetUsersUserIDAcesParamsWithHTTPClient

func NewGetUsersUserIDAcesParamsWithHTTPClient(client *http.Client) *GetUsersUserIDAcesParams

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

func NewGetUsersUserIDAcesParamsWithTimeout

func NewGetUsersUserIDAcesParamsWithTimeout(timeout time.Duration) *GetUsersUserIDAcesParams

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

func (*GetUsersUserIDAcesParams) SetContext

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

SetContext adds the context to the get users user ID aces params

func (*GetUsersUserIDAcesParams) SetFilterAction

func (o *GetUsersUserIDAcesParams) SetFilterAction(filterAction *string)

SetFilterAction adds the filterAction to the get users user ID aces params

func (*GetUsersUserIDAcesParams) SetFilterRecordType

func (o *GetUsersUserIDAcesParams) SetFilterRecordType(filterRecordType *string)

SetFilterRecordType adds the filterRecordType to the get users user ID aces params

func (*GetUsersUserIDAcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users user ID aces params

func (*GetUsersUserIDAcesParams) SetTimeout

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

SetTimeout adds the timeout to the get users user ID aces params

func (*GetUsersUserIDAcesParams) SetUserID

func (o *GetUsersUserIDAcesParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the get users user ID aces params

func (*GetUsersUserIDAcesParams) WithContext

WithContext adds the context to the get users user ID aces params

func (*GetUsersUserIDAcesParams) WithFilterAction

func (o *GetUsersUserIDAcesParams) WithFilterAction(filterAction *string) *GetUsersUserIDAcesParams

WithFilterAction adds the filterAction to the get users user ID aces params

func (*GetUsersUserIDAcesParams) WithFilterRecordType

func (o *GetUsersUserIDAcesParams) WithFilterRecordType(filterRecordType *string) *GetUsersUserIDAcesParams

WithFilterRecordType adds the filterRecordType to the get users user ID aces params

func (*GetUsersUserIDAcesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users user ID aces params

func (*GetUsersUserIDAcesParams) WithTimeout

WithTimeout adds the timeout to the get users user ID aces params

func (*GetUsersUserIDAcesParams) WithUserID

WithUserID adds the userID to the get users user ID aces params

func (*GetUsersUserIDAcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUsersUserIDAcesReader

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

GetUsersUserIDAcesReader is a Reader for the GetUsersUserIDAces structure.

func (*GetUsersUserIDAcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersUserIDAcesServiceUnavailable added in v0.43.0

type GetUsersUserIDAcesServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersUserIDAcesServiceUnavailable handles this case with default header values.

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

func NewGetUsersUserIDAcesServiceUnavailable added in v0.43.0

func NewGetUsersUserIDAcesServiceUnavailable() *GetUsersUserIDAcesServiceUnavailable

NewGetUsersUserIDAcesServiceUnavailable creates a GetUsersUserIDAcesServiceUnavailable with default headers values

func (*GetUsersUserIDAcesServiceUnavailable) Error added in v0.43.0

func (*GetUsersUserIDAcesServiceUnavailable) GetPayload added in v0.43.0

type GetUsersUserIDAcesTooManyRequests added in v0.43.0

type GetUsersUserIDAcesTooManyRequests struct {
	Payload *models.APIError
}

GetUsersUserIDAcesTooManyRequests handles this case with default header values.

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

func NewGetUsersUserIDAcesTooManyRequests added in v0.43.0

func NewGetUsersUserIDAcesTooManyRequests() *GetUsersUserIDAcesTooManyRequests

NewGetUsersUserIDAcesTooManyRequests creates a GetUsersUserIDAcesTooManyRequests with default headers values

func (*GetUsersUserIDAcesTooManyRequests) Error added in v0.43.0

func (*GetUsersUserIDAcesTooManyRequests) GetPayload added in v0.43.0

type GetUsersUserIDAcesUnauthorized added in v0.43.0

type GetUsersUserIDAcesUnauthorized struct {
	Payload *models.APIError
}

GetUsersUserIDAcesUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUserIDAcesUnauthorized added in v0.43.0

func NewGetUsersUserIDAcesUnauthorized() *GetUsersUserIDAcesUnauthorized

NewGetUsersUserIDAcesUnauthorized creates a GetUsersUserIDAcesUnauthorized with default headers values

func (*GetUsersUserIDAcesUnauthorized) Error added in v0.43.0

func (*GetUsersUserIDAcesUnauthorized) GetPayload added in v0.43.0

type GetUsersUserIDBadRequest added in v0.43.0

type GetUsersUserIDBadRequest struct {
	Payload *models.APIError
}

GetUsersUserIDBadRequest handles this case with default header values.

Bad Request

func NewGetUsersUserIDBadRequest added in v0.43.0

func NewGetUsersUserIDBadRequest() *GetUsersUserIDBadRequest

NewGetUsersUserIDBadRequest creates a GetUsersUserIDBadRequest with default headers values

func (*GetUsersUserIDBadRequest) Error added in v0.43.0

func (o *GetUsersUserIDBadRequest) Error() string

func (*GetUsersUserIDBadRequest) GetPayload added in v0.43.0

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

type GetUsersUserIDConflict added in v0.43.0

type GetUsersUserIDConflict struct {
	Payload *models.APIError
}

GetUsersUserIDConflict handles this case with default header values.

Conflict

func NewGetUsersUserIDConflict added in v0.43.0

func NewGetUsersUserIDConflict() *GetUsersUserIDConflict

NewGetUsersUserIDConflict creates a GetUsersUserIDConflict with default headers values

func (*GetUsersUserIDConflict) Error added in v0.43.0

func (o *GetUsersUserIDConflict) Error() string

func (*GetUsersUserIDConflict) GetPayload added in v0.43.0

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

type GetUsersUserIDCredentialsBadRequest added in v0.43.0

type GetUsersUserIDCredentialsBadRequest struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsBadRequest handles this case with default header values.

Bad Request

func NewGetUsersUserIDCredentialsBadRequest added in v0.43.0

func NewGetUsersUserIDCredentialsBadRequest() *GetUsersUserIDCredentialsBadRequest

NewGetUsersUserIDCredentialsBadRequest creates a GetUsersUserIDCredentialsBadRequest with default headers values

func (*GetUsersUserIDCredentialsBadRequest) Error added in v0.43.0

func (*GetUsersUserIDCredentialsBadRequest) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsConflict added in v0.43.0

type GetUsersUserIDCredentialsConflict struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsConflict handles this case with default header values.

Conflict

func NewGetUsersUserIDCredentialsConflict added in v0.43.0

func NewGetUsersUserIDCredentialsConflict() *GetUsersUserIDCredentialsConflict

NewGetUsersUserIDCredentialsConflict creates a GetUsersUserIDCredentialsConflict with default headers values

func (*GetUsersUserIDCredentialsConflict) Error added in v0.43.0

func (*GetUsersUserIDCredentialsConflict) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsForbidden added in v0.43.0

type GetUsersUserIDCredentialsForbidden struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsForbidden handles this case with default header values.

Forbidden

func NewGetUsersUserIDCredentialsForbidden added in v0.43.0

func NewGetUsersUserIDCredentialsForbidden() *GetUsersUserIDCredentialsForbidden

NewGetUsersUserIDCredentialsForbidden creates a GetUsersUserIDCredentialsForbidden with default headers values

func (*GetUsersUserIDCredentialsForbidden) Error added in v0.43.0

func (*GetUsersUserIDCredentialsForbidden) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsInternalServerError added in v0.43.0

type GetUsersUserIDCredentialsInternalServerError struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersUserIDCredentialsInternalServerError added in v0.43.0

func NewGetUsersUserIDCredentialsInternalServerError() *GetUsersUserIDCredentialsInternalServerError

NewGetUsersUserIDCredentialsInternalServerError creates a GetUsersUserIDCredentialsInternalServerError with default headers values

func (*GetUsersUserIDCredentialsInternalServerError) Error added in v0.43.0

func (*GetUsersUserIDCredentialsInternalServerError) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsNotFound added in v0.43.0

type GetUsersUserIDCredentialsNotFound struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsNotFound handles this case with default header values.

Record not found

func NewGetUsersUserIDCredentialsNotFound added in v0.43.0

func NewGetUsersUserIDCredentialsNotFound() *GetUsersUserIDCredentialsNotFound

NewGetUsersUserIDCredentialsNotFound creates a GetUsersUserIDCredentialsNotFound with default headers values

func (*GetUsersUserIDCredentialsNotFound) Error added in v0.43.0

func (*GetUsersUserIDCredentialsNotFound) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsOK

type GetUsersUserIDCredentialsOK struct {
	Payload *models.UserCredentialListResponse
}

GetUsersUserIDCredentialsOK handles this case with default header values.

List of credentials for user

func NewGetUsersUserIDCredentialsOK

func NewGetUsersUserIDCredentialsOK() *GetUsersUserIDCredentialsOK

NewGetUsersUserIDCredentialsOK creates a GetUsersUserIDCredentialsOK with default headers values

func (*GetUsersUserIDCredentialsOK) Error

func (*GetUsersUserIDCredentialsOK) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsParams

type GetUsersUserIDCredentialsParams struct {

	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

GetUsersUserIDCredentialsParams contains all the parameters to send to the API endpoint for the get users user ID credentials operation typically these are written to a http.Request

func NewGetUsersUserIDCredentialsParams

func NewGetUsersUserIDCredentialsParams() *GetUsersUserIDCredentialsParams

NewGetUsersUserIDCredentialsParams creates a new GetUsersUserIDCredentialsParams object with the default values initialized.

func NewGetUsersUserIDCredentialsParamsWithContext

func NewGetUsersUserIDCredentialsParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsParams

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

func NewGetUsersUserIDCredentialsParamsWithHTTPClient

func NewGetUsersUserIDCredentialsParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsParams

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

func NewGetUsersUserIDCredentialsParamsWithTimeout

func NewGetUsersUserIDCredentialsParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsParams

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

func (*GetUsersUserIDCredentialsParams) SetContext

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

SetContext adds the context to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) SetUserID

func (o *GetUsersUserIDCredentialsParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) WithContext

WithContext adds the context to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) WithTimeout

WithTimeout adds the timeout to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) WithUserID

WithUserID adds the userID to the get users user ID credentials params

func (*GetUsersUserIDCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUsersUserIDCredentialsPublicKeyBadRequest added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyBadRequest struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyBadRequest handles this case with default header values.

Bad Request

func NewGetUsersUserIDCredentialsPublicKeyBadRequest added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyBadRequest() *GetUsersUserIDCredentialsPublicKeyBadRequest

NewGetUsersUserIDCredentialsPublicKeyBadRequest creates a GetUsersUserIDCredentialsPublicKeyBadRequest with default headers values

func (*GetUsersUserIDCredentialsPublicKeyBadRequest) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyBadRequest) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyConflict added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyConflict struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyConflict handles this case with default header values.

Conflict

func NewGetUsersUserIDCredentialsPublicKeyConflict added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyConflict() *GetUsersUserIDCredentialsPublicKeyConflict

NewGetUsersUserIDCredentialsPublicKeyConflict creates a GetUsersUserIDCredentialsPublicKeyConflict with default headers values

func (*GetUsersUserIDCredentialsPublicKeyConflict) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyConflict) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyForbidden added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyForbidden struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyForbidden handles this case with default header values.

Forbidden

func NewGetUsersUserIDCredentialsPublicKeyForbidden added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyForbidden() *GetUsersUserIDCredentialsPublicKeyForbidden

NewGetUsersUserIDCredentialsPublicKeyForbidden creates a GetUsersUserIDCredentialsPublicKeyForbidden with default headers values

func (*GetUsersUserIDCredentialsPublicKeyForbidden) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyForbidden) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyInternalServerError added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyInternalServerError struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersUserIDCredentialsPublicKeyInternalServerError added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyInternalServerError() *GetUsersUserIDCredentialsPublicKeyInternalServerError

NewGetUsersUserIDCredentialsPublicKeyInternalServerError creates a GetUsersUserIDCredentialsPublicKeyInternalServerError with default headers values

func (*GetUsersUserIDCredentialsPublicKeyInternalServerError) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyInternalServerError) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyNotFound added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyNotFound struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyNotFound handles this case with default header values.

Record not found

func NewGetUsersUserIDCredentialsPublicKeyNotFound added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyNotFound() *GetUsersUserIDCredentialsPublicKeyNotFound

NewGetUsersUserIDCredentialsPublicKeyNotFound creates a GetUsersUserIDCredentialsPublicKeyNotFound with default headers values

func (*GetUsersUserIDCredentialsPublicKeyNotFound) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyNotFound) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyOK added in v0.30.0

type GetUsersUserIDCredentialsPublicKeyOK struct {
	Payload *models.UserPublicKeyListResponse
}

GetUsersUserIDCredentialsPublicKeyOK handles this case with default header values.

List of public keys for user

func NewGetUsersUserIDCredentialsPublicKeyOK added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyOK() *GetUsersUserIDCredentialsPublicKeyOK

NewGetUsersUserIDCredentialsPublicKeyOK creates a GetUsersUserIDCredentialsPublicKeyOK with default headers values

func (*GetUsersUserIDCredentialsPublicKeyOK) Error added in v0.30.0

func (*GetUsersUserIDCredentialsPublicKeyOK) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyParams added in v0.30.0

type GetUsersUserIDCredentialsPublicKeyParams struct {

	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

GetUsersUserIDCredentialsPublicKeyParams contains all the parameters to send to the API endpoint for the get users user ID credentials public key operation typically these are written to a http.Request

func NewGetUsersUserIDCredentialsPublicKeyParams added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyParams() *GetUsersUserIDCredentialsPublicKeyParams

NewGetUsersUserIDCredentialsPublicKeyParams creates a new GetUsersUserIDCredentialsPublicKeyParams object with the default values initialized.

func NewGetUsersUserIDCredentialsPublicKeyParamsWithContext added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyParams

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

func NewGetUsersUserIDCredentialsPublicKeyParamsWithHTTPClient added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyParams

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

func NewGetUsersUserIDCredentialsPublicKeyParamsWithTimeout added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyParams

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

func (*GetUsersUserIDCredentialsPublicKeyParams) SetContext added in v0.30.0

SetContext adds the context to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) SetHTTPClient added in v0.30.0

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

SetHTTPClient adds the HTTPClient to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) SetTimeout added in v0.30.0

SetTimeout adds the timeout to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) SetUserID added in v0.30.0

SetUserID adds the userId to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) WithContext added in v0.30.0

WithContext adds the context to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) WithHTTPClient added in v0.30.0

WithHTTPClient adds the HTTPClient to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) WithTimeout added in v0.30.0

WithTimeout adds the timeout to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) WithUserID added in v0.30.0

WithUserID adds the userID to the get users user ID credentials public key params

func (*GetUsersUserIDCredentialsPublicKeyParams) WriteToRequest added in v0.30.0

WriteToRequest writes these params to a swagger request

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest handles this case with default header values.

Bad Request

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDBadRequest) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict handles this case with default header values.

Conflict

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDConflict) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden handles this case with default header values.

Forbidden

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDForbidden) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDInternalServerError) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound handles this case with default header values.

Record not found

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDNotFound) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK added in v0.30.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK struct {
	Payload *models.PublicKey
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK handles this case with default header values.

Public key data

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDOK added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDOK() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDOK creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK) Error added in v0.30.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDOK) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams added in v0.30.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams struct {

	/*PublicKeyID
	  public_key_id

	*/
	PublicKeyID strfmt.UUID
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams contains all the parameters to send to the API endpoint for the get users user ID credentials public key public key ID operation typically these are written to a http.Request

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParams added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParams() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParams creates a new GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams object with the default values initialized.

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams

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

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams

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

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout added in v0.30.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams

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

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetContext added in v0.30.0

SetContext adds the context to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetHTTPClient added in v0.30.0

SetHTTPClient adds the HTTPClient to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID added in v0.30.0

func (o *GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetPublicKeyID(publicKeyID strfmt.UUID)

SetPublicKeyID adds the publicKeyId to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetTimeout added in v0.30.0

SetTimeout adds the timeout to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) SetUserID added in v0.30.0

SetUserID adds the userId to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithContext added in v0.30.0

WithContext adds the context to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithHTTPClient added in v0.30.0

WithHTTPClient adds the HTTPClient to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithPublicKeyID added in v0.30.0

WithPublicKeyID adds the publicKeyID to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithTimeout added in v0.30.0

WithTimeout adds the timeout to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WithUserID added in v0.30.0

WithUserID adds the userID to the get users user ID credentials public key public key ID params

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDParams) WriteToRequest added in v0.30.0

WriteToRequest writes these params to a swagger request

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader added in v0.30.0

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

GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader is a Reader for the GetUsersUserIDCredentialsPublicKeyPublicKeyID structure.

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDReader) ReadResponse added in v0.30.0

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

ReadResponse reads a server response into the received o.

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable handles this case with default header values.

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

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDServiceUnavailable) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests handles this case with default header values.

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

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDTooManyRequests) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized() *GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized

NewGetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized creates a GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized with default headers values

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyPublicKeyIDUnauthorized) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyReader added in v0.30.0

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

GetUsersUserIDCredentialsPublicKeyReader is a Reader for the GetUsersUserIDCredentialsPublicKey structure.

func (*GetUsersUserIDCredentialsPublicKeyReader) ReadResponse added in v0.30.0

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

ReadResponse reads a server response into the received o.

type GetUsersUserIDCredentialsPublicKeyServiceUnavailable added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyServiceUnavailable handles this case with default header values.

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

func NewGetUsersUserIDCredentialsPublicKeyServiceUnavailable added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyServiceUnavailable() *GetUsersUserIDCredentialsPublicKeyServiceUnavailable

NewGetUsersUserIDCredentialsPublicKeyServiceUnavailable creates a GetUsersUserIDCredentialsPublicKeyServiceUnavailable with default headers values

func (*GetUsersUserIDCredentialsPublicKeyServiceUnavailable) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyServiceUnavailable) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyTooManyRequests added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyTooManyRequests struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyTooManyRequests handles this case with default header values.

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

func NewGetUsersUserIDCredentialsPublicKeyTooManyRequests added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyTooManyRequests() *GetUsersUserIDCredentialsPublicKeyTooManyRequests

NewGetUsersUserIDCredentialsPublicKeyTooManyRequests creates a GetUsersUserIDCredentialsPublicKeyTooManyRequests with default headers values

func (*GetUsersUserIDCredentialsPublicKeyTooManyRequests) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyTooManyRequests) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyUnauthorized added in v0.43.0

type GetUsersUserIDCredentialsPublicKeyUnauthorized struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsPublicKeyUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUserIDCredentialsPublicKeyUnauthorized added in v0.43.0

func NewGetUsersUserIDCredentialsPublicKeyUnauthorized() *GetUsersUserIDCredentialsPublicKeyUnauthorized

NewGetUsersUserIDCredentialsPublicKeyUnauthorized creates a GetUsersUserIDCredentialsPublicKeyUnauthorized with default headers values

func (*GetUsersUserIDCredentialsPublicKeyUnauthorized) Error added in v0.43.0

func (*GetUsersUserIDCredentialsPublicKeyUnauthorized) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsReader

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

GetUsersUserIDCredentialsReader is a Reader for the GetUsersUserIDCredentials structure.

func (*GetUsersUserIDCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersUserIDCredentialsServiceUnavailable added in v0.43.0

type GetUsersUserIDCredentialsServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsServiceUnavailable handles this case with default header values.

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

func NewGetUsersUserIDCredentialsServiceUnavailable added in v0.43.0

func NewGetUsersUserIDCredentialsServiceUnavailable() *GetUsersUserIDCredentialsServiceUnavailable

NewGetUsersUserIDCredentialsServiceUnavailable creates a GetUsersUserIDCredentialsServiceUnavailable with default headers values

func (*GetUsersUserIDCredentialsServiceUnavailable) Error added in v0.43.0

func (*GetUsersUserIDCredentialsServiceUnavailable) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsSsoSsoUserIDBadRequest added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDBadRequest struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDBadRequest handles this case with default header values.

Bad Request

func NewGetUsersUserIDCredentialsSsoSsoUserIDBadRequest added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDBadRequest() *GetUsersUserIDCredentialsSsoSsoUserIDBadRequest

NewGetUsersUserIDCredentialsSsoSsoUserIDBadRequest creates a GetUsersUserIDCredentialsSsoSsoUserIDBadRequest with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDBadRequest) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDBadRequest) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDConflict added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDConflict struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDConflict handles this case with default header values.

Conflict

func NewGetUsersUserIDCredentialsSsoSsoUserIDConflict added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDConflict() *GetUsersUserIDCredentialsSsoSsoUserIDConflict

NewGetUsersUserIDCredentialsSsoSsoUserIDConflict creates a GetUsersUserIDCredentialsSsoSsoUserIDConflict with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDConflict) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDConflict) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDForbidden added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDForbidden struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDForbidden handles this case with default header values.

Forbidden

func NewGetUsersUserIDCredentialsSsoSsoUserIDForbidden added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDForbidden() *GetUsersUserIDCredentialsSsoSsoUserIDForbidden

NewGetUsersUserIDCredentialsSsoSsoUserIDForbidden creates a GetUsersUserIDCredentialsSsoSsoUserIDForbidden with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDForbidden) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDForbidden) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDInternalServerError added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDInternalServerError struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersUserIDCredentialsSsoSsoUserIDInternalServerError added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDInternalServerError() *GetUsersUserIDCredentialsSsoSsoUserIDInternalServerError

NewGetUsersUserIDCredentialsSsoSsoUserIDInternalServerError creates a GetUsersUserIDCredentialsSsoSsoUserIDInternalServerError with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDInternalServerError) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDInternalServerError) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDNotFound added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDNotFound struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDNotFound handles this case with default header values.

Record not found

func NewGetUsersUserIDCredentialsSsoSsoUserIDNotFound added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDNotFound() *GetUsersUserIDCredentialsSsoSsoUserIDNotFound

NewGetUsersUserIDCredentialsSsoSsoUserIDNotFound creates a GetUsersUserIDCredentialsSsoSsoUserIDNotFound with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDNotFound) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDNotFound) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDOK added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDOK struct {
	Payload *models.SsoUserDetailsResponse
}

GetUsersUserIDCredentialsSsoSsoUserIDOK handles this case with default header values.

Sso user data

func NewGetUsersUserIDCredentialsSsoSsoUserIDOK added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDOK() *GetUsersUserIDCredentialsSsoSsoUserIDOK

NewGetUsersUserIDCredentialsSsoSsoUserIDOK creates a GetUsersUserIDCredentialsSsoSsoUserIDOK with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDOK) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDOK) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDParams added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDParams struct {

	/*SsoUserID
	  Sso user id

	*/
	SsoUserID string
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

GetUsersUserIDCredentialsSsoSsoUserIDParams contains all the parameters to send to the API endpoint for the get users user ID credentials sso sso user ID operation typically these are written to a http.Request

func NewGetUsersUserIDCredentialsSsoSsoUserIDParams added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDParams() *GetUsersUserIDCredentialsSsoSsoUserIDParams

NewGetUsersUserIDCredentialsSsoSsoUserIDParams creates a new GetUsersUserIDCredentialsSsoSsoUserIDParams object with the default values initialized.

func NewGetUsersUserIDCredentialsSsoSsoUserIDParamsWithContext added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDParamsWithContext(ctx context.Context) *GetUsersUserIDCredentialsSsoSsoUserIDParams

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

func NewGetUsersUserIDCredentialsSsoSsoUserIDParamsWithHTTPClient added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDParamsWithHTTPClient(client *http.Client) *GetUsersUserIDCredentialsSsoSsoUserIDParams

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

func NewGetUsersUserIDCredentialsSsoSsoUserIDParamsWithTimeout added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDParamsWithTimeout(timeout time.Duration) *GetUsersUserIDCredentialsSsoSsoUserIDParams

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

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) SetContext added in v0.44.9

SetContext adds the context to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) SetHTTPClient added in v0.44.9

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

SetHTTPClient adds the HTTPClient to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) SetSsoUserID added in v0.44.9

func (o *GetUsersUserIDCredentialsSsoSsoUserIDParams) SetSsoUserID(ssoUserID string)

SetSsoUserID adds the ssoUserId to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) SetTimeout added in v0.44.9

SetTimeout adds the timeout to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) SetUserID added in v0.44.9

SetUserID adds the userId to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) WithContext added in v0.44.9

WithContext adds the context to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) WithHTTPClient added in v0.44.9

WithHTTPClient adds the HTTPClient to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) WithSsoUserID added in v0.44.9

WithSsoUserID adds the ssoUserID to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) WithTimeout added in v0.44.9

WithTimeout adds the timeout to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) WithUserID added in v0.44.9

WithUserID adds the userID to the get users user ID credentials sso sso user ID params

func (*GetUsersUserIDCredentialsSsoSsoUserIDParams) WriteToRequest added in v0.44.9

WriteToRequest writes these params to a swagger request

type GetUsersUserIDCredentialsSsoSsoUserIDReader added in v0.44.9

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

GetUsersUserIDCredentialsSsoSsoUserIDReader is a Reader for the GetUsersUserIDCredentialsSsoSsoUserID structure.

func (*GetUsersUserIDCredentialsSsoSsoUserIDReader) ReadResponse added in v0.44.9

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

ReadResponse reads a server response into the received o.

type GetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable handles this case with default header values.

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

func NewGetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable() *GetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable

NewGetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable creates a GetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDServiceUnavailable) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests handles this case with default header values.

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

func NewGetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests() *GetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests

NewGetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests creates a GetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDTooManyRequests) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDUnauthorized added in v0.44.9

type GetUsersUserIDCredentialsSsoSsoUserIDUnauthorized struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsSsoSsoUserIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUserIDCredentialsSsoSsoUserIDUnauthorized added in v0.44.9

func NewGetUsersUserIDCredentialsSsoSsoUserIDUnauthorized() *GetUsersUserIDCredentialsSsoSsoUserIDUnauthorized

NewGetUsersUserIDCredentialsSsoSsoUserIDUnauthorized creates a GetUsersUserIDCredentialsSsoSsoUserIDUnauthorized with default headers values

func (*GetUsersUserIDCredentialsSsoSsoUserIDUnauthorized) Error added in v0.44.9

func (*GetUsersUserIDCredentialsSsoSsoUserIDUnauthorized) GetPayload added in v0.44.9

type GetUsersUserIDCredentialsTooManyRequests added in v0.43.0

type GetUsersUserIDCredentialsTooManyRequests struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsTooManyRequests handles this case with default header values.

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

func NewGetUsersUserIDCredentialsTooManyRequests added in v0.43.0

func NewGetUsersUserIDCredentialsTooManyRequests() *GetUsersUserIDCredentialsTooManyRequests

NewGetUsersUserIDCredentialsTooManyRequests creates a GetUsersUserIDCredentialsTooManyRequests with default headers values

func (*GetUsersUserIDCredentialsTooManyRequests) Error added in v0.43.0

func (*GetUsersUserIDCredentialsTooManyRequests) GetPayload added in v0.43.0

type GetUsersUserIDCredentialsUnauthorized added in v0.43.0

type GetUsersUserIDCredentialsUnauthorized struct {
	Payload *models.APIError
}

GetUsersUserIDCredentialsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUserIDCredentialsUnauthorized added in v0.43.0

func NewGetUsersUserIDCredentialsUnauthorized() *GetUsersUserIDCredentialsUnauthorized

NewGetUsersUserIDCredentialsUnauthorized creates a GetUsersUserIDCredentialsUnauthorized with default headers values

func (*GetUsersUserIDCredentialsUnauthorized) Error added in v0.43.0

func (*GetUsersUserIDCredentialsUnauthorized) GetPayload added in v0.43.0

type GetUsersUserIDForbidden added in v0.43.0

type GetUsersUserIDForbidden struct {
	Payload *models.APIError
}

GetUsersUserIDForbidden handles this case with default header values.

Forbidden

func NewGetUsersUserIDForbidden added in v0.43.0

func NewGetUsersUserIDForbidden() *GetUsersUserIDForbidden

NewGetUsersUserIDForbidden creates a GetUsersUserIDForbidden with default headers values

func (*GetUsersUserIDForbidden) Error added in v0.43.0

func (o *GetUsersUserIDForbidden) Error() string

func (*GetUsersUserIDForbidden) GetPayload added in v0.43.0

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

type GetUsersUserIDInternalServerError added in v0.43.0

type GetUsersUserIDInternalServerError struct {
	Payload *models.APIError
}

GetUsersUserIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersUserIDInternalServerError added in v0.43.0

func NewGetUsersUserIDInternalServerError() *GetUsersUserIDInternalServerError

NewGetUsersUserIDInternalServerError creates a GetUsersUserIDInternalServerError with default headers values

func (*GetUsersUserIDInternalServerError) Error added in v0.43.0

func (*GetUsersUserIDInternalServerError) GetPayload added in v0.43.0

type GetUsersUserIDNotFound added in v0.43.0

type GetUsersUserIDNotFound struct {
	Payload *models.APIError
}

GetUsersUserIDNotFound handles this case with default header values.

Record not found

func NewGetUsersUserIDNotFound added in v0.43.0

func NewGetUsersUserIDNotFound() *GetUsersUserIDNotFound

NewGetUsersUserIDNotFound creates a GetUsersUserIDNotFound with default headers values

func (*GetUsersUserIDNotFound) Error added in v0.43.0

func (o *GetUsersUserIDNotFound) Error() string

func (*GetUsersUserIDNotFound) GetPayload added in v0.43.0

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

type GetUsersUserIDOK

type GetUsersUserIDOK struct {
	Payload *models.UserDetailsResponse
}

GetUsersUserIDOK handles this case with default header values.

User details

func NewGetUsersUserIDOK

func NewGetUsersUserIDOK() *GetUsersUserIDOK

NewGetUsersUserIDOK creates a GetUsersUserIDOK with default headers values

func (*GetUsersUserIDOK) Error

func (o *GetUsersUserIDOK) Error() string

func (*GetUsersUserIDOK) GetPayload added in v0.43.0

func (o *GetUsersUserIDOK) GetPayload() *models.UserDetailsResponse

type GetUsersUserIDParams

type GetUsersUserIDParams struct {

	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

GetUsersUserIDParams contains all the parameters to send to the API endpoint for the get users user ID operation typically these are written to a http.Request

func NewGetUsersUserIDParams

func NewGetUsersUserIDParams() *GetUsersUserIDParams

NewGetUsersUserIDParams creates a new GetUsersUserIDParams object with the default values initialized.

func NewGetUsersUserIDParamsWithContext

func NewGetUsersUserIDParamsWithContext(ctx context.Context) *GetUsersUserIDParams

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

func NewGetUsersUserIDParamsWithHTTPClient

func NewGetUsersUserIDParamsWithHTTPClient(client *http.Client) *GetUsersUserIDParams

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

func NewGetUsersUserIDParamsWithTimeout

func NewGetUsersUserIDParamsWithTimeout(timeout time.Duration) *GetUsersUserIDParams

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

func (*GetUsersUserIDParams) SetContext

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

SetContext adds the context to the get users user ID params

func (*GetUsersUserIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users user ID params

func (*GetUsersUserIDParams) SetTimeout

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

SetTimeout adds the timeout to the get users user ID params

func (*GetUsersUserIDParams) SetUserID

func (o *GetUsersUserIDParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the get users user ID params

func (*GetUsersUserIDParams) WithContext

WithContext adds the context to the get users user ID params

func (*GetUsersUserIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users user ID params

func (*GetUsersUserIDParams) WithTimeout

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

WithTimeout adds the timeout to the get users user ID params

func (*GetUsersUserIDParams) WithUserID

func (o *GetUsersUserIDParams) WithUserID(userID strfmt.UUID) *GetUsersUserIDParams

WithUserID adds the userID to the get users user ID params

func (*GetUsersUserIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsersUserIDReader

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

GetUsersUserIDReader is a Reader for the GetUsersUserID structure.

func (*GetUsersUserIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersUserIDRolesBadRequest added in v0.43.0

type GetUsersUserIDRolesBadRequest struct {
	Payload *models.APIError
}

GetUsersUserIDRolesBadRequest handles this case with default header values.

Bad Request

func NewGetUsersUserIDRolesBadRequest added in v0.43.0

func NewGetUsersUserIDRolesBadRequest() *GetUsersUserIDRolesBadRequest

NewGetUsersUserIDRolesBadRequest creates a GetUsersUserIDRolesBadRequest with default headers values

func (*GetUsersUserIDRolesBadRequest) Error added in v0.43.0

func (*GetUsersUserIDRolesBadRequest) GetPayload added in v0.43.0

type GetUsersUserIDRolesConflict added in v0.43.0

type GetUsersUserIDRolesConflict struct {
	Payload *models.APIError
}

GetUsersUserIDRolesConflict handles this case with default header values.

Conflict

func NewGetUsersUserIDRolesConflict added in v0.43.0

func NewGetUsersUserIDRolesConflict() *GetUsersUserIDRolesConflict

NewGetUsersUserIDRolesConflict creates a GetUsersUserIDRolesConflict with default headers values

func (*GetUsersUserIDRolesConflict) Error added in v0.43.0

func (*GetUsersUserIDRolesConflict) GetPayload added in v0.43.0

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

type GetUsersUserIDRolesForbidden added in v0.43.0

type GetUsersUserIDRolesForbidden struct {
	Payload *models.APIError
}

GetUsersUserIDRolesForbidden handles this case with default header values.

Forbidden

func NewGetUsersUserIDRolesForbidden added in v0.43.0

func NewGetUsersUserIDRolesForbidden() *GetUsersUserIDRolesForbidden

NewGetUsersUserIDRolesForbidden creates a GetUsersUserIDRolesForbidden with default headers values

func (*GetUsersUserIDRolesForbidden) Error added in v0.43.0

func (*GetUsersUserIDRolesForbidden) GetPayload added in v0.43.0

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

type GetUsersUserIDRolesInternalServerError added in v0.43.0

type GetUsersUserIDRolesInternalServerError struct {
	Payload *models.APIError
}

GetUsersUserIDRolesInternalServerError handles this case with default header values.

Internal Server Error

func NewGetUsersUserIDRolesInternalServerError added in v0.43.0

func NewGetUsersUserIDRolesInternalServerError() *GetUsersUserIDRolesInternalServerError

NewGetUsersUserIDRolesInternalServerError creates a GetUsersUserIDRolesInternalServerError with default headers values

func (*GetUsersUserIDRolesInternalServerError) Error added in v0.43.0

func (*GetUsersUserIDRolesInternalServerError) GetPayload added in v0.43.0

type GetUsersUserIDRolesNotFound added in v0.43.0

type GetUsersUserIDRolesNotFound struct {
	Payload *models.APIError
}

GetUsersUserIDRolesNotFound handles this case with default header values.

Record not found

func NewGetUsersUserIDRolesNotFound added in v0.43.0

func NewGetUsersUserIDRolesNotFound() *GetUsersUserIDRolesNotFound

NewGetUsersUserIDRolesNotFound creates a GetUsersUserIDRolesNotFound with default headers values

func (*GetUsersUserIDRolesNotFound) Error added in v0.43.0

func (*GetUsersUserIDRolesNotFound) GetPayload added in v0.43.0

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

type GetUsersUserIDRolesOK

type GetUsersUserIDRolesOK struct {
	Payload *models.UserRoleListResponse
}

GetUsersUserIDRolesOK handles this case with default header values.

List of roles for user

func NewGetUsersUserIDRolesOK

func NewGetUsersUserIDRolesOK() *GetUsersUserIDRolesOK

NewGetUsersUserIDRolesOK creates a GetUsersUserIDRolesOK with default headers values

func (*GetUsersUserIDRolesOK) Error

func (o *GetUsersUserIDRolesOK) Error() string

func (*GetUsersUserIDRolesOK) GetPayload added in v0.43.0

type GetUsersUserIDRolesParams

type GetUsersUserIDRolesParams struct {

	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

GetUsersUserIDRolesParams contains all the parameters to send to the API endpoint for the get users user ID roles operation typically these are written to a http.Request

func NewGetUsersUserIDRolesParams

func NewGetUsersUserIDRolesParams() *GetUsersUserIDRolesParams

NewGetUsersUserIDRolesParams creates a new GetUsersUserIDRolesParams object with the default values initialized.

func NewGetUsersUserIDRolesParamsWithContext

func NewGetUsersUserIDRolesParamsWithContext(ctx context.Context) *GetUsersUserIDRolesParams

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

func NewGetUsersUserIDRolesParamsWithHTTPClient

func NewGetUsersUserIDRolesParamsWithHTTPClient(client *http.Client) *GetUsersUserIDRolesParams

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

func NewGetUsersUserIDRolesParamsWithTimeout

func NewGetUsersUserIDRolesParamsWithTimeout(timeout time.Duration) *GetUsersUserIDRolesParams

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

func (*GetUsersUserIDRolesParams) SetContext

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

SetContext adds the context to the get users user ID roles params

func (*GetUsersUserIDRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users user ID roles params

func (*GetUsersUserIDRolesParams) SetTimeout

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

SetTimeout adds the timeout to the get users user ID roles params

func (*GetUsersUserIDRolesParams) SetUserID

func (o *GetUsersUserIDRolesParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the get users user ID roles params

func (*GetUsersUserIDRolesParams) WithContext

WithContext adds the context to the get users user ID roles params

func (*GetUsersUserIDRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users user ID roles params

func (*GetUsersUserIDRolesParams) WithTimeout

WithTimeout adds the timeout to the get users user ID roles params

func (*GetUsersUserIDRolesParams) WithUserID

WithUserID adds the userID to the get users user ID roles params

func (*GetUsersUserIDRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUsersUserIDRolesReader

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

GetUsersUserIDRolesReader is a Reader for the GetUsersUserIDRoles structure.

func (*GetUsersUserIDRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersUserIDRolesServiceUnavailable added in v0.43.0

type GetUsersUserIDRolesServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersUserIDRolesServiceUnavailable handles this case with default header values.

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

func NewGetUsersUserIDRolesServiceUnavailable added in v0.43.0

func NewGetUsersUserIDRolesServiceUnavailable() *GetUsersUserIDRolesServiceUnavailable

NewGetUsersUserIDRolesServiceUnavailable creates a GetUsersUserIDRolesServiceUnavailable with default headers values

func (*GetUsersUserIDRolesServiceUnavailable) Error added in v0.43.0

func (*GetUsersUserIDRolesServiceUnavailable) GetPayload added in v0.43.0

type GetUsersUserIDRolesTooManyRequests added in v0.43.0

type GetUsersUserIDRolesTooManyRequests struct {
	Payload *models.APIError
}

GetUsersUserIDRolesTooManyRequests handles this case with default header values.

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

func NewGetUsersUserIDRolesTooManyRequests added in v0.43.0

func NewGetUsersUserIDRolesTooManyRequests() *GetUsersUserIDRolesTooManyRequests

NewGetUsersUserIDRolesTooManyRequests creates a GetUsersUserIDRolesTooManyRequests with default headers values

func (*GetUsersUserIDRolesTooManyRequests) Error added in v0.43.0

func (*GetUsersUserIDRolesTooManyRequests) GetPayload added in v0.43.0

type GetUsersUserIDRolesUnauthorized added in v0.43.0

type GetUsersUserIDRolesUnauthorized struct {
	Payload *models.APIError
}

GetUsersUserIDRolesUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUserIDRolesUnauthorized added in v0.43.0

func NewGetUsersUserIDRolesUnauthorized() *GetUsersUserIDRolesUnauthorized

NewGetUsersUserIDRolesUnauthorized creates a GetUsersUserIDRolesUnauthorized with default headers values

func (*GetUsersUserIDRolesUnauthorized) Error added in v0.43.0

func (*GetUsersUserIDRolesUnauthorized) GetPayload added in v0.43.0

type GetUsersUserIDServiceUnavailable added in v0.43.0

type GetUsersUserIDServiceUnavailable struct {
	Payload *models.APIError
}

GetUsersUserIDServiceUnavailable handles this case with default header values.

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

func NewGetUsersUserIDServiceUnavailable added in v0.43.0

func NewGetUsersUserIDServiceUnavailable() *GetUsersUserIDServiceUnavailable

NewGetUsersUserIDServiceUnavailable creates a GetUsersUserIDServiceUnavailable with default headers values

func (*GetUsersUserIDServiceUnavailable) Error added in v0.43.0

func (*GetUsersUserIDServiceUnavailable) GetPayload added in v0.43.0

type GetUsersUserIDTooManyRequests added in v0.43.0

type GetUsersUserIDTooManyRequests struct {
	Payload *models.APIError
}

GetUsersUserIDTooManyRequests handles this case with default header values.

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

func NewGetUsersUserIDTooManyRequests added in v0.43.0

func NewGetUsersUserIDTooManyRequests() *GetUsersUserIDTooManyRequests

NewGetUsersUserIDTooManyRequests creates a GetUsersUserIDTooManyRequests with default headers values

func (*GetUsersUserIDTooManyRequests) Error added in v0.43.0

func (*GetUsersUserIDTooManyRequests) GetPayload added in v0.43.0

type GetUsersUserIDUnauthorized added in v0.43.0

type GetUsersUserIDUnauthorized struct {
	Payload *models.APIError
}

GetUsersUserIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewGetUsersUserIDUnauthorized added in v0.43.0

func NewGetUsersUserIDUnauthorized() *GetUsersUserIDUnauthorized

NewGetUsersUserIDUnauthorized creates a GetUsersUserIDUnauthorized with default headers values

func (*GetUsersUserIDUnauthorized) Error added in v0.43.0

func (*GetUsersUserIDUnauthorized) GetPayload added in v0.43.0

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

type PatchUsersUserIDBadRequest added in v0.43.0

type PatchUsersUserIDBadRequest struct {
	Payload *models.APIError
}

PatchUsersUserIDBadRequest handles this case with default header values.

Bad Request

func NewPatchUsersUserIDBadRequest added in v0.43.0

func NewPatchUsersUserIDBadRequest() *PatchUsersUserIDBadRequest

NewPatchUsersUserIDBadRequest creates a PatchUsersUserIDBadRequest with default headers values

func (*PatchUsersUserIDBadRequest) Error added in v0.43.0

func (*PatchUsersUserIDBadRequest) GetPayload added in v0.43.0

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

type PatchUsersUserIDConflict added in v0.43.0

type PatchUsersUserIDConflict struct {
	Payload *models.APIError
}

PatchUsersUserIDConflict handles this case with default header values.

Conflict

func NewPatchUsersUserIDConflict added in v0.43.0

func NewPatchUsersUserIDConflict() *PatchUsersUserIDConflict

NewPatchUsersUserIDConflict creates a PatchUsersUserIDConflict with default headers values

func (*PatchUsersUserIDConflict) Error added in v0.43.0

func (o *PatchUsersUserIDConflict) Error() string

func (*PatchUsersUserIDConflict) GetPayload added in v0.43.0

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

type PatchUsersUserIDForbidden added in v0.43.0

type PatchUsersUserIDForbidden struct {
	Payload *models.APIError
}

PatchUsersUserIDForbidden handles this case with default header values.

Forbidden

func NewPatchUsersUserIDForbidden added in v0.43.0

func NewPatchUsersUserIDForbidden() *PatchUsersUserIDForbidden

NewPatchUsersUserIDForbidden creates a PatchUsersUserIDForbidden with default headers values

func (*PatchUsersUserIDForbidden) Error added in v0.43.0

func (o *PatchUsersUserIDForbidden) Error() string

func (*PatchUsersUserIDForbidden) GetPayload added in v0.43.0

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

type PatchUsersUserIDInternalServerError added in v0.43.0

type PatchUsersUserIDInternalServerError struct {
	Payload *models.APIError
}

PatchUsersUserIDInternalServerError handles this case with default header values.

Internal Server Error

func NewPatchUsersUserIDInternalServerError added in v0.43.0

func NewPatchUsersUserIDInternalServerError() *PatchUsersUserIDInternalServerError

NewPatchUsersUserIDInternalServerError creates a PatchUsersUserIDInternalServerError with default headers values

func (*PatchUsersUserIDInternalServerError) Error added in v0.43.0

func (*PatchUsersUserIDInternalServerError) GetPayload added in v0.43.0

type PatchUsersUserIDNotFound added in v0.43.0

type PatchUsersUserIDNotFound struct {
	Payload *models.APIError
}

PatchUsersUserIDNotFound handles this case with default header values.

Record not found

func NewPatchUsersUserIDNotFound added in v0.43.0

func NewPatchUsersUserIDNotFound() *PatchUsersUserIDNotFound

NewPatchUsersUserIDNotFound creates a PatchUsersUserIDNotFound with default headers values

func (*PatchUsersUserIDNotFound) Error added in v0.43.0

func (o *PatchUsersUserIDNotFound) Error() string

func (*PatchUsersUserIDNotFound) GetPayload added in v0.43.0

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

type PatchUsersUserIDOK

type PatchUsersUserIDOK struct {
	Payload *models.UserDetailsResponse
}

PatchUsersUserIDOK handles this case with default header values.

User details

func NewPatchUsersUserIDOK

func NewPatchUsersUserIDOK() *PatchUsersUserIDOK

NewPatchUsersUserIDOK creates a PatchUsersUserIDOK with default headers values

func (*PatchUsersUserIDOK) Error

func (o *PatchUsersUserIDOK) Error() string

func (*PatchUsersUserIDOK) GetPayload added in v0.43.0

type PatchUsersUserIDParams

type PatchUsersUserIDParams struct {

	/*UserUpdateRequest*/
	UserUpdateRequest *models.UserCreation
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

PatchUsersUserIDParams contains all the parameters to send to the API endpoint for the patch users user ID operation typically these are written to a http.Request

func NewPatchUsersUserIDParams

func NewPatchUsersUserIDParams() *PatchUsersUserIDParams

NewPatchUsersUserIDParams creates a new PatchUsersUserIDParams object with the default values initialized.

func NewPatchUsersUserIDParamsWithContext

func NewPatchUsersUserIDParamsWithContext(ctx context.Context) *PatchUsersUserIDParams

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

func NewPatchUsersUserIDParamsWithHTTPClient

func NewPatchUsersUserIDParamsWithHTTPClient(client *http.Client) *PatchUsersUserIDParams

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

func NewPatchUsersUserIDParamsWithTimeout

func NewPatchUsersUserIDParamsWithTimeout(timeout time.Duration) *PatchUsersUserIDParams

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

func (*PatchUsersUserIDParams) SetContext

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

SetContext adds the context to the patch users user ID params

func (*PatchUsersUserIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch users user ID params

func (*PatchUsersUserIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch users user ID params

func (*PatchUsersUserIDParams) SetUserID

func (o *PatchUsersUserIDParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the patch users user ID params

func (*PatchUsersUserIDParams) SetUserUpdateRequest

func (o *PatchUsersUserIDParams) SetUserUpdateRequest(userUpdateRequest *models.UserCreation)

SetUserUpdateRequest adds the userUpdateRequest to the patch users user ID params

func (*PatchUsersUserIDParams) WithContext

WithContext adds the context to the patch users user ID params

func (*PatchUsersUserIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch users user ID params

func (*PatchUsersUserIDParams) WithTimeout

WithTimeout adds the timeout to the patch users user ID params

func (*PatchUsersUserIDParams) WithUserID

WithUserID adds the userID to the patch users user ID params

func (*PatchUsersUserIDParams) WithUserUpdateRequest

func (o *PatchUsersUserIDParams) WithUserUpdateRequest(userUpdateRequest *models.UserCreation) *PatchUsersUserIDParams

WithUserUpdateRequest adds the userUpdateRequest to the patch users user ID params

func (*PatchUsersUserIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchUsersUserIDReader

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

PatchUsersUserIDReader is a Reader for the PatchUsersUserID structure.

func (*PatchUsersUserIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchUsersUserIDServiceUnavailable added in v0.43.0

type PatchUsersUserIDServiceUnavailable struct {
	Payload *models.APIError
}

PatchUsersUserIDServiceUnavailable handles this case with default header values.

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

func NewPatchUsersUserIDServiceUnavailable added in v0.43.0

func NewPatchUsersUserIDServiceUnavailable() *PatchUsersUserIDServiceUnavailable

NewPatchUsersUserIDServiceUnavailable creates a PatchUsersUserIDServiceUnavailable with default headers values

func (*PatchUsersUserIDServiceUnavailable) Error added in v0.43.0

func (*PatchUsersUserIDServiceUnavailable) GetPayload added in v0.43.0

type PatchUsersUserIDTooManyRequests added in v0.43.0

type PatchUsersUserIDTooManyRequests struct {
	Payload *models.APIError
}

PatchUsersUserIDTooManyRequests handles this case with default header values.

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

func NewPatchUsersUserIDTooManyRequests added in v0.43.0

func NewPatchUsersUserIDTooManyRequests() *PatchUsersUserIDTooManyRequests

NewPatchUsersUserIDTooManyRequests creates a PatchUsersUserIDTooManyRequests with default headers values

func (*PatchUsersUserIDTooManyRequests) Error added in v0.43.0

func (*PatchUsersUserIDTooManyRequests) GetPayload added in v0.43.0

type PatchUsersUserIDUnauthorized added in v0.43.0

type PatchUsersUserIDUnauthorized struct {
	Payload *models.APIError
}

PatchUsersUserIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPatchUsersUserIDUnauthorized added in v0.43.0

func NewPatchUsersUserIDUnauthorized() *PatchUsersUserIDUnauthorized

NewPatchUsersUserIDUnauthorized creates a PatchUsersUserIDUnauthorized with default headers values

func (*PatchUsersUserIDUnauthorized) Error added in v0.43.0

func (*PatchUsersUserIDUnauthorized) GetPayload added in v0.43.0

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

type PostUsersBadRequest added in v0.43.0

type PostUsersBadRequest struct {
	Payload *models.APIError
}

PostUsersBadRequest handles this case with default header values.

Bad Request

func NewPostUsersBadRequest added in v0.43.0

func NewPostUsersBadRequest() *PostUsersBadRequest

NewPostUsersBadRequest creates a PostUsersBadRequest with default headers values

func (*PostUsersBadRequest) Error added in v0.43.0

func (o *PostUsersBadRequest) Error() string

func (*PostUsersBadRequest) GetPayload added in v0.43.0

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

type PostUsersConflict added in v0.43.0

type PostUsersConflict struct {
	Payload *models.APIError
}

PostUsersConflict handles this case with default header values.

Conflict

func NewPostUsersConflict added in v0.43.0

func NewPostUsersConflict() *PostUsersConflict

NewPostUsersConflict creates a PostUsersConflict with default headers values

func (*PostUsersConflict) Error added in v0.43.0

func (o *PostUsersConflict) Error() string

func (*PostUsersConflict) GetPayload added in v0.43.0

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

type PostUsersCreated

type PostUsersCreated struct {
	Payload *models.UserCreationResponse
}

PostUsersCreated handles this case with default header values.

User creation response

func NewPostUsersCreated

func NewPostUsersCreated() *PostUsersCreated

NewPostUsersCreated creates a PostUsersCreated with default headers values

func (*PostUsersCreated) Error

func (o *PostUsersCreated) Error() string

func (*PostUsersCreated) GetPayload added in v0.43.0

func (o *PostUsersCreated) GetPayload() *models.UserCreationResponse

type PostUsersForbidden added in v0.43.0

type PostUsersForbidden struct {
	Payload *models.APIError
}

PostUsersForbidden handles this case with default header values.

Forbidden

func NewPostUsersForbidden added in v0.43.0

func NewPostUsersForbidden() *PostUsersForbidden

NewPostUsersForbidden creates a PostUsersForbidden with default headers values

func (*PostUsersForbidden) Error added in v0.43.0

func (o *PostUsersForbidden) Error() string

func (*PostUsersForbidden) GetPayload added in v0.43.0

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

type PostUsersInternalServerError added in v0.43.0

type PostUsersInternalServerError struct {
	Payload *models.APIError
}

PostUsersInternalServerError handles this case with default header values.

Internal Server Error

func NewPostUsersInternalServerError added in v0.43.0

func NewPostUsersInternalServerError() *PostUsersInternalServerError

NewPostUsersInternalServerError creates a PostUsersInternalServerError with default headers values

func (*PostUsersInternalServerError) Error added in v0.43.0

func (*PostUsersInternalServerError) GetPayload added in v0.43.0

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

type PostUsersNotFound added in v0.43.0

type PostUsersNotFound struct {
	Payload *models.APIError
}

PostUsersNotFound handles this case with default header values.

Record not found

func NewPostUsersNotFound added in v0.43.0

func NewPostUsersNotFound() *PostUsersNotFound

NewPostUsersNotFound creates a PostUsersNotFound with default headers values

func (*PostUsersNotFound) Error added in v0.43.0

func (o *PostUsersNotFound) Error() string

func (*PostUsersNotFound) GetPayload added in v0.43.0

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

type PostUsersParams

type PostUsersParams struct {

	/*UserCreationRequest*/
	UserCreationRequest *models.UserCreation

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

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

func NewPostUsersParams

func NewPostUsersParams() *PostUsersParams

NewPostUsersParams creates a new PostUsersParams object with the default values initialized.

func NewPostUsersParamsWithContext

func NewPostUsersParamsWithContext(ctx context.Context) *PostUsersParams

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

func NewPostUsersParamsWithHTTPClient

func NewPostUsersParamsWithHTTPClient(client *http.Client) *PostUsersParams

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

func NewPostUsersParamsWithTimeout

func NewPostUsersParamsWithTimeout(timeout time.Duration) *PostUsersParams

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

func (*PostUsersParams) SetContext

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

SetContext adds the context to the post users params

func (*PostUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post users params

func (*PostUsersParams) SetTimeout

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

SetTimeout adds the timeout to the post users params

func (*PostUsersParams) SetUserCreationRequest

func (o *PostUsersParams) SetUserCreationRequest(userCreationRequest *models.UserCreation)

SetUserCreationRequest adds the userCreationRequest to the post users params

func (*PostUsersParams) WithContext

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

WithContext adds the context to the post users params

func (*PostUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post users params

func (*PostUsersParams) WithTimeout

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

WithTimeout adds the timeout to the post users params

func (*PostUsersParams) WithUserCreationRequest

func (o *PostUsersParams) WithUserCreationRequest(userCreationRequest *models.UserCreation) *PostUsersParams

WithUserCreationRequest adds the userCreationRequest to the post users params

func (*PostUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostUsersReader

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

PostUsersReader is a Reader for the PostUsers structure.

func (*PostUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUsersServiceUnavailable added in v0.43.0

type PostUsersServiceUnavailable struct {
	Payload *models.APIError
}

PostUsersServiceUnavailable handles this case with default header values.

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

func NewPostUsersServiceUnavailable added in v0.43.0

func NewPostUsersServiceUnavailable() *PostUsersServiceUnavailable

NewPostUsersServiceUnavailable creates a PostUsersServiceUnavailable with default headers values

func (*PostUsersServiceUnavailable) Error added in v0.43.0

func (*PostUsersServiceUnavailable) GetPayload added in v0.43.0

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

type PostUsersTooManyRequests added in v0.43.0

type PostUsersTooManyRequests struct {
	Payload *models.APIError
}

PostUsersTooManyRequests handles this case with default header values.

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

func NewPostUsersTooManyRequests added in v0.43.0

func NewPostUsersTooManyRequests() *PostUsersTooManyRequests

NewPostUsersTooManyRequests creates a PostUsersTooManyRequests with default headers values

func (*PostUsersTooManyRequests) Error added in v0.43.0

func (o *PostUsersTooManyRequests) Error() string

func (*PostUsersTooManyRequests) GetPayload added in v0.43.0

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

type PostUsersUnauthorized added in v0.43.0

type PostUsersUnauthorized struct {
	Payload *models.APIError
}

PostUsersUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostUsersUnauthorized added in v0.43.0

func NewPostUsersUnauthorized() *PostUsersUnauthorized

NewPostUsersUnauthorized creates a PostUsersUnauthorized with default headers values

func (*PostUsersUnauthorized) Error added in v0.43.0

func (o *PostUsersUnauthorized) Error() string

func (*PostUsersUnauthorized) GetPayload added in v0.43.0

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

type PostUsersUserIDCredentialsBadRequest added in v0.43.0

type PostUsersUserIDCredentialsBadRequest struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsBadRequest handles this case with default header values.

Bad Request

func NewPostUsersUserIDCredentialsBadRequest added in v0.43.0

func NewPostUsersUserIDCredentialsBadRequest() *PostUsersUserIDCredentialsBadRequest

NewPostUsersUserIDCredentialsBadRequest creates a PostUsersUserIDCredentialsBadRequest with default headers values

func (*PostUsersUserIDCredentialsBadRequest) Error added in v0.43.0

func (*PostUsersUserIDCredentialsBadRequest) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsConflict added in v0.43.0

type PostUsersUserIDCredentialsConflict struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsConflict handles this case with default header values.

Conflict

func NewPostUsersUserIDCredentialsConflict added in v0.43.0

func NewPostUsersUserIDCredentialsConflict() *PostUsersUserIDCredentialsConflict

NewPostUsersUserIDCredentialsConflict creates a PostUsersUserIDCredentialsConflict with default headers values

func (*PostUsersUserIDCredentialsConflict) Error added in v0.43.0

func (*PostUsersUserIDCredentialsConflict) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsCreated

type PostUsersUserIDCredentialsCreated struct {
	Payload *models.CredentialCreationResponse
}

PostUsersUserIDCredentialsCreated handles this case with default header values.

Credential creation response

func NewPostUsersUserIDCredentialsCreated

func NewPostUsersUserIDCredentialsCreated() *PostUsersUserIDCredentialsCreated

NewPostUsersUserIDCredentialsCreated creates a PostUsersUserIDCredentialsCreated with default headers values

func (*PostUsersUserIDCredentialsCreated) Error

func (*PostUsersUserIDCredentialsCreated) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsForbidden added in v0.43.0

type PostUsersUserIDCredentialsForbidden struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsForbidden handles this case with default header values.

Forbidden

func NewPostUsersUserIDCredentialsForbidden added in v0.43.0

func NewPostUsersUserIDCredentialsForbidden() *PostUsersUserIDCredentialsForbidden

NewPostUsersUserIDCredentialsForbidden creates a PostUsersUserIDCredentialsForbidden with default headers values

func (*PostUsersUserIDCredentialsForbidden) Error added in v0.43.0

func (*PostUsersUserIDCredentialsForbidden) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsInternalServerError added in v0.43.0

type PostUsersUserIDCredentialsInternalServerError struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewPostUsersUserIDCredentialsInternalServerError added in v0.43.0

func NewPostUsersUserIDCredentialsInternalServerError() *PostUsersUserIDCredentialsInternalServerError

NewPostUsersUserIDCredentialsInternalServerError creates a PostUsersUserIDCredentialsInternalServerError with default headers values

func (*PostUsersUserIDCredentialsInternalServerError) Error added in v0.43.0

func (*PostUsersUserIDCredentialsInternalServerError) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsNotFound added in v0.43.0

type PostUsersUserIDCredentialsNotFound struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsNotFound handles this case with default header values.

Record not found

func NewPostUsersUserIDCredentialsNotFound added in v0.43.0

func NewPostUsersUserIDCredentialsNotFound() *PostUsersUserIDCredentialsNotFound

NewPostUsersUserIDCredentialsNotFound creates a PostUsersUserIDCredentialsNotFound with default headers values

func (*PostUsersUserIDCredentialsNotFound) Error added in v0.43.0

func (*PostUsersUserIDCredentialsNotFound) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsParams

type PostUsersUserIDCredentialsParams struct {

	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

PostUsersUserIDCredentialsParams contains all the parameters to send to the API endpoint for the post users user ID credentials operation typically these are written to a http.Request

func NewPostUsersUserIDCredentialsParams

func NewPostUsersUserIDCredentialsParams() *PostUsersUserIDCredentialsParams

NewPostUsersUserIDCredentialsParams creates a new PostUsersUserIDCredentialsParams object with the default values initialized.

func NewPostUsersUserIDCredentialsParamsWithContext

func NewPostUsersUserIDCredentialsParamsWithContext(ctx context.Context) *PostUsersUserIDCredentialsParams

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

func NewPostUsersUserIDCredentialsParamsWithHTTPClient

func NewPostUsersUserIDCredentialsParamsWithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsParams

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

func NewPostUsersUserIDCredentialsParamsWithTimeout

func NewPostUsersUserIDCredentialsParamsWithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsParams

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

func (*PostUsersUserIDCredentialsParams) SetContext

SetContext adds the context to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) SetUserID

func (o *PostUsersUserIDCredentialsParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) WithContext

WithContext adds the context to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) WithTimeout

WithTimeout adds the timeout to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) WithUserID

WithUserID adds the userID to the post users user ID credentials params

func (*PostUsersUserIDCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUsersUserIDCredentialsPublicKeyBadRequest added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyBadRequest struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyBadRequest handles this case with default header values.

Bad Request

func NewPostUsersUserIDCredentialsPublicKeyBadRequest added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyBadRequest() *PostUsersUserIDCredentialsPublicKeyBadRequest

NewPostUsersUserIDCredentialsPublicKeyBadRequest creates a PostUsersUserIDCredentialsPublicKeyBadRequest with default headers values

func (*PostUsersUserIDCredentialsPublicKeyBadRequest) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyBadRequest) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyConflict added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyConflict struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyConflict handles this case with default header values.

Conflict

func NewPostUsersUserIDCredentialsPublicKeyConflict added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyConflict() *PostUsersUserIDCredentialsPublicKeyConflict

NewPostUsersUserIDCredentialsPublicKeyConflict creates a PostUsersUserIDCredentialsPublicKeyConflict with default headers values

func (*PostUsersUserIDCredentialsPublicKeyConflict) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyConflict) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyCreated added in v0.30.0

type PostUsersUserIDCredentialsPublicKeyCreated struct {
	Payload *models.PublicKeyCreationResponse
}

PostUsersUserIDCredentialsPublicKeyCreated handles this case with default header values.

Signature Credential creation response

func NewPostUsersUserIDCredentialsPublicKeyCreated added in v0.30.0

func NewPostUsersUserIDCredentialsPublicKeyCreated() *PostUsersUserIDCredentialsPublicKeyCreated

NewPostUsersUserIDCredentialsPublicKeyCreated creates a PostUsersUserIDCredentialsPublicKeyCreated with default headers values

func (*PostUsersUserIDCredentialsPublicKeyCreated) Error added in v0.30.0

func (*PostUsersUserIDCredentialsPublicKeyCreated) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyForbidden added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyForbidden struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyForbidden handles this case with default header values.

Forbidden

func NewPostUsersUserIDCredentialsPublicKeyForbidden added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyForbidden() *PostUsersUserIDCredentialsPublicKeyForbidden

NewPostUsersUserIDCredentialsPublicKeyForbidden creates a PostUsersUserIDCredentialsPublicKeyForbidden with default headers values

func (*PostUsersUserIDCredentialsPublicKeyForbidden) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyForbidden) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyInternalServerError added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyInternalServerError struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyInternalServerError handles this case with default header values.

Internal Server Error

func NewPostUsersUserIDCredentialsPublicKeyInternalServerError added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyInternalServerError() *PostUsersUserIDCredentialsPublicKeyInternalServerError

NewPostUsersUserIDCredentialsPublicKeyInternalServerError creates a PostUsersUserIDCredentialsPublicKeyInternalServerError with default headers values

func (*PostUsersUserIDCredentialsPublicKeyInternalServerError) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyInternalServerError) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyNotFound added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyNotFound struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyNotFound handles this case with default header values.

Record not found

func NewPostUsersUserIDCredentialsPublicKeyNotFound added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyNotFound() *PostUsersUserIDCredentialsPublicKeyNotFound

NewPostUsersUserIDCredentialsPublicKeyNotFound creates a PostUsersUserIDCredentialsPublicKeyNotFound with default headers values

func (*PostUsersUserIDCredentialsPublicKeyNotFound) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyNotFound) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyParams added in v0.30.0

type PostUsersUserIDCredentialsPublicKeyParams struct {

	/*PublicKey
	  The public key to create.

	*/
	PublicKey *models.PublicKey
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

PostUsersUserIDCredentialsPublicKeyParams contains all the parameters to send to the API endpoint for the post users user ID credentials public key operation typically these are written to a http.Request

func NewPostUsersUserIDCredentialsPublicKeyParams added in v0.30.0

func NewPostUsersUserIDCredentialsPublicKeyParams() *PostUsersUserIDCredentialsPublicKeyParams

NewPostUsersUserIDCredentialsPublicKeyParams creates a new PostUsersUserIDCredentialsPublicKeyParams object with the default values initialized.

func NewPostUsersUserIDCredentialsPublicKeyParamsWithContext added in v0.30.0

func NewPostUsersUserIDCredentialsPublicKeyParamsWithContext(ctx context.Context) *PostUsersUserIDCredentialsPublicKeyParams

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

func NewPostUsersUserIDCredentialsPublicKeyParamsWithHTTPClient added in v0.30.0

func NewPostUsersUserIDCredentialsPublicKeyParamsWithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsPublicKeyParams

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

func NewPostUsersUserIDCredentialsPublicKeyParamsWithTimeout added in v0.30.0

func NewPostUsersUserIDCredentialsPublicKeyParamsWithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsPublicKeyParams

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

func (*PostUsersUserIDCredentialsPublicKeyParams) SetContext added in v0.30.0

SetContext adds the context to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) SetHTTPClient added in v0.30.0

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

SetHTTPClient adds the HTTPClient to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) SetPublicKey added in v0.30.0

func (o *PostUsersUserIDCredentialsPublicKeyParams) SetPublicKey(publicKey *models.PublicKey)

SetPublicKey adds the publicKey to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) SetTimeout added in v0.30.0

SetTimeout adds the timeout to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) SetUserID added in v0.30.0

SetUserID adds the userId to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) WithContext added in v0.30.0

WithContext adds the context to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) WithHTTPClient added in v0.30.0

WithHTTPClient adds the HTTPClient to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) WithPublicKey added in v0.30.0

WithPublicKey adds the publicKey to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) WithTimeout added in v0.30.0

WithTimeout adds the timeout to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) WithUserID added in v0.30.0

WithUserID adds the userID to the post users user ID credentials public key params

func (*PostUsersUserIDCredentialsPublicKeyParams) WriteToRequest added in v0.30.0

WriteToRequest writes these params to a swagger request

type PostUsersUserIDCredentialsPublicKeyReader added in v0.30.0

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

PostUsersUserIDCredentialsPublicKeyReader is a Reader for the PostUsersUserIDCredentialsPublicKey structure.

func (*PostUsersUserIDCredentialsPublicKeyReader) ReadResponse added in v0.30.0

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

ReadResponse reads a server response into the received o.

type PostUsersUserIDCredentialsPublicKeyServiceUnavailable added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyServiceUnavailable struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyServiceUnavailable handles this case with default header values.

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

func NewPostUsersUserIDCredentialsPublicKeyServiceUnavailable added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyServiceUnavailable() *PostUsersUserIDCredentialsPublicKeyServiceUnavailable

NewPostUsersUserIDCredentialsPublicKeyServiceUnavailable creates a PostUsersUserIDCredentialsPublicKeyServiceUnavailable with default headers values

func (*PostUsersUserIDCredentialsPublicKeyServiceUnavailable) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyServiceUnavailable) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyTooManyRequests added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyTooManyRequests struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyTooManyRequests handles this case with default header values.

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

func NewPostUsersUserIDCredentialsPublicKeyTooManyRequests added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyTooManyRequests() *PostUsersUserIDCredentialsPublicKeyTooManyRequests

NewPostUsersUserIDCredentialsPublicKeyTooManyRequests creates a PostUsersUserIDCredentialsPublicKeyTooManyRequests with default headers values

func (*PostUsersUserIDCredentialsPublicKeyTooManyRequests) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyTooManyRequests) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyUnauthorized added in v0.43.0

type PostUsersUserIDCredentialsPublicKeyUnauthorized struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsPublicKeyUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostUsersUserIDCredentialsPublicKeyUnauthorized added in v0.43.0

func NewPostUsersUserIDCredentialsPublicKeyUnauthorized() *PostUsersUserIDCredentialsPublicKeyUnauthorized

NewPostUsersUserIDCredentialsPublicKeyUnauthorized creates a PostUsersUserIDCredentialsPublicKeyUnauthorized with default headers values

func (*PostUsersUserIDCredentialsPublicKeyUnauthorized) Error added in v0.43.0

func (*PostUsersUserIDCredentialsPublicKeyUnauthorized) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsReader

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

PostUsersUserIDCredentialsReader is a Reader for the PostUsersUserIDCredentials structure.

func (*PostUsersUserIDCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUsersUserIDCredentialsServiceUnavailable added in v0.43.0

type PostUsersUserIDCredentialsServiceUnavailable struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsServiceUnavailable handles this case with default header values.

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

func NewPostUsersUserIDCredentialsServiceUnavailable added in v0.43.0

func NewPostUsersUserIDCredentialsServiceUnavailable() *PostUsersUserIDCredentialsServiceUnavailable

NewPostUsersUserIDCredentialsServiceUnavailable creates a PostUsersUserIDCredentialsServiceUnavailable with default headers values

func (*PostUsersUserIDCredentialsServiceUnavailable) Error added in v0.43.0

func (*PostUsersUserIDCredentialsServiceUnavailable) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsSsoBadRequest added in v0.44.9

type PostUsersUserIDCredentialsSsoBadRequest struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoBadRequest handles this case with default header values.

Bad Request

func NewPostUsersUserIDCredentialsSsoBadRequest added in v0.44.9

func NewPostUsersUserIDCredentialsSsoBadRequest() *PostUsersUserIDCredentialsSsoBadRequest

NewPostUsersUserIDCredentialsSsoBadRequest creates a PostUsersUserIDCredentialsSsoBadRequest with default headers values

func (*PostUsersUserIDCredentialsSsoBadRequest) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoBadRequest) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoConflict added in v0.44.9

type PostUsersUserIDCredentialsSsoConflict struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoConflict handles this case with default header values.

Conflict

func NewPostUsersUserIDCredentialsSsoConflict added in v0.44.9

func NewPostUsersUserIDCredentialsSsoConflict() *PostUsersUserIDCredentialsSsoConflict

NewPostUsersUserIDCredentialsSsoConflict creates a PostUsersUserIDCredentialsSsoConflict with default headers values

func (*PostUsersUserIDCredentialsSsoConflict) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoConflict) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoCreated added in v0.44.9

type PostUsersUserIDCredentialsSsoCreated struct {
	Payload *models.SsoUserCreationResponse
}

PostUsersUserIDCredentialsSsoCreated handles this case with default header values.

Sso user created

func NewPostUsersUserIDCredentialsSsoCreated added in v0.44.9

func NewPostUsersUserIDCredentialsSsoCreated() *PostUsersUserIDCredentialsSsoCreated

NewPostUsersUserIDCredentialsSsoCreated creates a PostUsersUserIDCredentialsSsoCreated with default headers values

func (*PostUsersUserIDCredentialsSsoCreated) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoCreated) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoForbidden added in v0.44.9

type PostUsersUserIDCredentialsSsoForbidden struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoForbidden handles this case with default header values.

Forbidden

func NewPostUsersUserIDCredentialsSsoForbidden added in v0.44.9

func NewPostUsersUserIDCredentialsSsoForbidden() *PostUsersUserIDCredentialsSsoForbidden

NewPostUsersUserIDCredentialsSsoForbidden creates a PostUsersUserIDCredentialsSsoForbidden with default headers values

func (*PostUsersUserIDCredentialsSsoForbidden) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoForbidden) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoInternalServerError added in v0.44.9

type PostUsersUserIDCredentialsSsoInternalServerError struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoInternalServerError handles this case with default header values.

Internal Server Error

func NewPostUsersUserIDCredentialsSsoInternalServerError added in v0.44.9

func NewPostUsersUserIDCredentialsSsoInternalServerError() *PostUsersUserIDCredentialsSsoInternalServerError

NewPostUsersUserIDCredentialsSsoInternalServerError creates a PostUsersUserIDCredentialsSsoInternalServerError with default headers values

func (*PostUsersUserIDCredentialsSsoInternalServerError) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoInternalServerError) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoNotFound added in v0.44.9

type PostUsersUserIDCredentialsSsoNotFound struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoNotFound handles this case with default header values.

Record not found

func NewPostUsersUserIDCredentialsSsoNotFound added in v0.44.9

func NewPostUsersUserIDCredentialsSsoNotFound() *PostUsersUserIDCredentialsSsoNotFound

NewPostUsersUserIDCredentialsSsoNotFound creates a PostUsersUserIDCredentialsSsoNotFound with default headers values

func (*PostUsersUserIDCredentialsSsoNotFound) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoNotFound) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoParams added in v0.44.9

type PostUsersUserIDCredentialsSsoParams struct {

	/*SsoUserCreation
	  The sso user to create.

	*/
	SsoUserCreation *models.SsoUserCreation
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

PostUsersUserIDCredentialsSsoParams contains all the parameters to send to the API endpoint for the post users user ID credentials sso operation typically these are written to a http.Request

func NewPostUsersUserIDCredentialsSsoParams added in v0.44.9

func NewPostUsersUserIDCredentialsSsoParams() *PostUsersUserIDCredentialsSsoParams

NewPostUsersUserIDCredentialsSsoParams creates a new PostUsersUserIDCredentialsSsoParams object with the default values initialized.

func NewPostUsersUserIDCredentialsSsoParamsWithContext added in v0.44.9

func NewPostUsersUserIDCredentialsSsoParamsWithContext(ctx context.Context) *PostUsersUserIDCredentialsSsoParams

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

func NewPostUsersUserIDCredentialsSsoParamsWithHTTPClient added in v0.44.9

func NewPostUsersUserIDCredentialsSsoParamsWithHTTPClient(client *http.Client) *PostUsersUserIDCredentialsSsoParams

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

func NewPostUsersUserIDCredentialsSsoParamsWithTimeout added in v0.44.9

func NewPostUsersUserIDCredentialsSsoParamsWithTimeout(timeout time.Duration) *PostUsersUserIDCredentialsSsoParams

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

func (*PostUsersUserIDCredentialsSsoParams) SetContext added in v0.44.9

SetContext adds the context to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) SetHTTPClient added in v0.44.9

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

SetHTTPClient adds the HTTPClient to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) SetSsoUserCreation added in v0.44.9

func (o *PostUsersUserIDCredentialsSsoParams) SetSsoUserCreation(ssoUserCreation *models.SsoUserCreation)

SetSsoUserCreation adds the ssoUserCreation to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) SetTimeout added in v0.44.9

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

SetTimeout adds the timeout to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) SetUserID added in v0.44.9

func (o *PostUsersUserIDCredentialsSsoParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) WithContext added in v0.44.9

WithContext adds the context to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) WithHTTPClient added in v0.44.9

WithHTTPClient adds the HTTPClient to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) WithSsoUserCreation added in v0.44.9

WithSsoUserCreation adds the ssoUserCreation to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) WithTimeout added in v0.44.9

WithTimeout adds the timeout to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) WithUserID added in v0.44.9

WithUserID adds the userID to the post users user ID credentials sso params

func (*PostUsersUserIDCredentialsSsoParams) WriteToRequest added in v0.44.9

WriteToRequest writes these params to a swagger request

type PostUsersUserIDCredentialsSsoReader added in v0.44.9

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

PostUsersUserIDCredentialsSsoReader is a Reader for the PostUsersUserIDCredentialsSso structure.

func (*PostUsersUserIDCredentialsSsoReader) ReadResponse added in v0.44.9

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

ReadResponse reads a server response into the received o.

type PostUsersUserIDCredentialsSsoServiceUnavailable added in v0.44.9

type PostUsersUserIDCredentialsSsoServiceUnavailable struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoServiceUnavailable handles this case with default header values.

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

func NewPostUsersUserIDCredentialsSsoServiceUnavailable added in v0.44.9

func NewPostUsersUserIDCredentialsSsoServiceUnavailable() *PostUsersUserIDCredentialsSsoServiceUnavailable

NewPostUsersUserIDCredentialsSsoServiceUnavailable creates a PostUsersUserIDCredentialsSsoServiceUnavailable with default headers values

func (*PostUsersUserIDCredentialsSsoServiceUnavailable) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoServiceUnavailable) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoTooManyRequests added in v0.44.9

type PostUsersUserIDCredentialsSsoTooManyRequests struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoTooManyRequests handles this case with default header values.

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

func NewPostUsersUserIDCredentialsSsoTooManyRequests added in v0.44.9

func NewPostUsersUserIDCredentialsSsoTooManyRequests() *PostUsersUserIDCredentialsSsoTooManyRequests

NewPostUsersUserIDCredentialsSsoTooManyRequests creates a PostUsersUserIDCredentialsSsoTooManyRequests with default headers values

func (*PostUsersUserIDCredentialsSsoTooManyRequests) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoTooManyRequests) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsSsoUnauthorized added in v0.44.9

type PostUsersUserIDCredentialsSsoUnauthorized struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsSsoUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostUsersUserIDCredentialsSsoUnauthorized added in v0.44.9

func NewPostUsersUserIDCredentialsSsoUnauthorized() *PostUsersUserIDCredentialsSsoUnauthorized

NewPostUsersUserIDCredentialsSsoUnauthorized creates a PostUsersUserIDCredentialsSsoUnauthorized with default headers values

func (*PostUsersUserIDCredentialsSsoUnauthorized) Error added in v0.44.9

func (*PostUsersUserIDCredentialsSsoUnauthorized) GetPayload added in v0.44.9

type PostUsersUserIDCredentialsTooManyRequests added in v0.43.0

type PostUsersUserIDCredentialsTooManyRequests struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsTooManyRequests handles this case with default header values.

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

func NewPostUsersUserIDCredentialsTooManyRequests added in v0.43.0

func NewPostUsersUserIDCredentialsTooManyRequests() *PostUsersUserIDCredentialsTooManyRequests

NewPostUsersUserIDCredentialsTooManyRequests creates a PostUsersUserIDCredentialsTooManyRequests with default headers values

func (*PostUsersUserIDCredentialsTooManyRequests) Error added in v0.43.0

func (*PostUsersUserIDCredentialsTooManyRequests) GetPayload added in v0.43.0

type PostUsersUserIDCredentialsUnauthorized added in v0.43.0

type PostUsersUserIDCredentialsUnauthorized struct {
	Payload *models.APIError
}

PostUsersUserIDCredentialsUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostUsersUserIDCredentialsUnauthorized added in v0.43.0

func NewPostUsersUserIDCredentialsUnauthorized() *PostUsersUserIDCredentialsUnauthorized

NewPostUsersUserIDCredentialsUnauthorized creates a PostUsersUserIDCredentialsUnauthorized with default headers values

func (*PostUsersUserIDCredentialsUnauthorized) Error added in v0.43.0

func (*PostUsersUserIDCredentialsUnauthorized) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDBadRequest added in v0.43.0

type PostUsersUserIDRolesRoleIDBadRequest struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDBadRequest handles this case with default header values.

Bad Request

func NewPostUsersUserIDRolesRoleIDBadRequest added in v0.43.0

func NewPostUsersUserIDRolesRoleIDBadRequest() *PostUsersUserIDRolesRoleIDBadRequest

NewPostUsersUserIDRolesRoleIDBadRequest creates a PostUsersUserIDRolesRoleIDBadRequest with default headers values

func (*PostUsersUserIDRolesRoleIDBadRequest) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDBadRequest) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDConflict added in v0.43.0

type PostUsersUserIDRolesRoleIDConflict struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDConflict handles this case with default header values.

Conflict

func NewPostUsersUserIDRolesRoleIDConflict added in v0.43.0

func NewPostUsersUserIDRolesRoleIDConflict() *PostUsersUserIDRolesRoleIDConflict

NewPostUsersUserIDRolesRoleIDConflict creates a PostUsersUserIDRolesRoleIDConflict with default headers values

func (*PostUsersUserIDRolesRoleIDConflict) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDConflict) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDCreated

type PostUsersUserIDRolesRoleIDCreated struct {
}

PostUsersUserIDRolesRoleIDCreated handles this case with default header values.

Role set OK

func NewPostUsersUserIDRolesRoleIDCreated

func NewPostUsersUserIDRolesRoleIDCreated() *PostUsersUserIDRolesRoleIDCreated

NewPostUsersUserIDRolesRoleIDCreated creates a PostUsersUserIDRolesRoleIDCreated with default headers values

func (*PostUsersUserIDRolesRoleIDCreated) Error

type PostUsersUserIDRolesRoleIDForbidden added in v0.43.0

type PostUsersUserIDRolesRoleIDForbidden struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDForbidden handles this case with default header values.

Forbidden

func NewPostUsersUserIDRolesRoleIDForbidden added in v0.43.0

func NewPostUsersUserIDRolesRoleIDForbidden() *PostUsersUserIDRolesRoleIDForbidden

NewPostUsersUserIDRolesRoleIDForbidden creates a PostUsersUserIDRolesRoleIDForbidden with default headers values

func (*PostUsersUserIDRolesRoleIDForbidden) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDForbidden) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDInternalServerError added in v0.43.0

type PostUsersUserIDRolesRoleIDInternalServerError struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDInternalServerError handles this case with default header values.

Internal Server Error

func NewPostUsersUserIDRolesRoleIDInternalServerError added in v0.43.0

func NewPostUsersUserIDRolesRoleIDInternalServerError() *PostUsersUserIDRolesRoleIDInternalServerError

NewPostUsersUserIDRolesRoleIDInternalServerError creates a PostUsersUserIDRolesRoleIDInternalServerError with default headers values

func (*PostUsersUserIDRolesRoleIDInternalServerError) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDInternalServerError) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDNotFound added in v0.43.0

type PostUsersUserIDRolesRoleIDNotFound struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDNotFound handles this case with default header values.

Record not found

func NewPostUsersUserIDRolesRoleIDNotFound added in v0.43.0

func NewPostUsersUserIDRolesRoleIDNotFound() *PostUsersUserIDRolesRoleIDNotFound

NewPostUsersUserIDRolesRoleIDNotFound creates a PostUsersUserIDRolesRoleIDNotFound with default headers values

func (*PostUsersUserIDRolesRoleIDNotFound) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDNotFound) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDParams

type PostUsersUserIDRolesRoleIDParams struct {

	/*RoleID
	  Role Id

	*/
	RoleID strfmt.UUID
	/*UserID
	  User Id

	*/
	UserID strfmt.UUID

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

PostUsersUserIDRolesRoleIDParams contains all the parameters to send to the API endpoint for the post users user ID roles role ID operation typically these are written to a http.Request

func NewPostUsersUserIDRolesRoleIDParams

func NewPostUsersUserIDRolesRoleIDParams() *PostUsersUserIDRolesRoleIDParams

NewPostUsersUserIDRolesRoleIDParams creates a new PostUsersUserIDRolesRoleIDParams object with the default values initialized.

func NewPostUsersUserIDRolesRoleIDParamsWithContext

func NewPostUsersUserIDRolesRoleIDParamsWithContext(ctx context.Context) *PostUsersUserIDRolesRoleIDParams

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

func NewPostUsersUserIDRolesRoleIDParamsWithHTTPClient

func NewPostUsersUserIDRolesRoleIDParamsWithHTTPClient(client *http.Client) *PostUsersUserIDRolesRoleIDParams

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

func NewPostUsersUserIDRolesRoleIDParamsWithTimeout

func NewPostUsersUserIDRolesRoleIDParamsWithTimeout(timeout time.Duration) *PostUsersUserIDRolesRoleIDParams

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

func (*PostUsersUserIDRolesRoleIDParams) SetContext

SetContext adds the context to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) SetRoleID

func (o *PostUsersUserIDRolesRoleIDParams) SetRoleID(roleID strfmt.UUID)

SetRoleID adds the roleId to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) SetTimeout

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

SetTimeout adds the timeout to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) SetUserID

func (o *PostUsersUserIDRolesRoleIDParams) SetUserID(userID strfmt.UUID)

SetUserID adds the userId to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) WithContext

WithContext adds the context to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) WithRoleID

WithRoleID adds the roleID to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) WithTimeout

WithTimeout adds the timeout to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) WithUserID

WithUserID adds the userID to the post users user ID roles role ID params

func (*PostUsersUserIDRolesRoleIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUsersUserIDRolesRoleIDReader

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

PostUsersUserIDRolesRoleIDReader is a Reader for the PostUsersUserIDRolesRoleID structure.

func (*PostUsersUserIDRolesRoleIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUsersUserIDRolesRoleIDServiceUnavailable added in v0.43.0

type PostUsersUserIDRolesRoleIDServiceUnavailable struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDServiceUnavailable handles this case with default header values.

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

func NewPostUsersUserIDRolesRoleIDServiceUnavailable added in v0.43.0

func NewPostUsersUserIDRolesRoleIDServiceUnavailable() *PostUsersUserIDRolesRoleIDServiceUnavailable

NewPostUsersUserIDRolesRoleIDServiceUnavailable creates a PostUsersUserIDRolesRoleIDServiceUnavailable with default headers values

func (*PostUsersUserIDRolesRoleIDServiceUnavailable) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDServiceUnavailable) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDTooManyRequests added in v0.43.0

type PostUsersUserIDRolesRoleIDTooManyRequests struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDTooManyRequests handles this case with default header values.

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

func NewPostUsersUserIDRolesRoleIDTooManyRequests added in v0.43.0

func NewPostUsersUserIDRolesRoleIDTooManyRequests() *PostUsersUserIDRolesRoleIDTooManyRequests

NewPostUsersUserIDRolesRoleIDTooManyRequests creates a PostUsersUserIDRolesRoleIDTooManyRequests with default headers values

func (*PostUsersUserIDRolesRoleIDTooManyRequests) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDTooManyRequests) GetPayload added in v0.43.0

type PostUsersUserIDRolesRoleIDUnauthorized added in v0.43.0

type PostUsersUserIDRolesRoleIDUnauthorized struct {
	Payload *models.APIError
}

PostUsersUserIDRolesRoleIDUnauthorized handles this case with default header values.

Authentication credentials were missing or incorrect

func NewPostUsersUserIDRolesRoleIDUnauthorized added in v0.43.0

func NewPostUsersUserIDRolesRoleIDUnauthorized() *PostUsersUserIDRolesRoleIDUnauthorized

NewPostUsersUserIDRolesRoleIDUnauthorized creates a PostUsersUserIDRolesRoleIDUnauthorized with default headers values

func (*PostUsersUserIDRolesRoleIDUnauthorized) Error added in v0.43.0

func (*PostUsersUserIDRolesRoleIDUnauthorized) GetPayload added in v0.43.0

Source Files

Jump to

Keyboard shortcuts

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