users

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2019 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 New

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

New creates a new users API client.

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) 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) 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) 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 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 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 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 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 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 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 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 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 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

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

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

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

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

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

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

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

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

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

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

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 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 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 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.

Jump to

Keyboard shortcuts

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