auth_service

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthServiceAddPoliciesToRoleDefault

type AuthServiceAddPoliciesToRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceAddPoliciesToRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceAddPoliciesToRoleDefault

func NewAuthServiceAddPoliciesToRoleDefault(code int) *AuthServiceAddPoliciesToRoleDefault

NewAuthServiceAddPoliciesToRoleDefault creates a AuthServiceAddPoliciesToRoleDefault with default headers values

func (*AuthServiceAddPoliciesToRoleDefault) Code

Code gets the status code for the auth service add policies to role default response

func (*AuthServiceAddPoliciesToRoleDefault) Error

func (*AuthServiceAddPoliciesToRoleDefault) GetPayload

type AuthServiceAddPoliciesToRoleNotFound

type AuthServiceAddPoliciesToRoleNotFound struct {
	Payload string
}
AuthServiceAddPoliciesToRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceAddPoliciesToRoleNotFound

func NewAuthServiceAddPoliciesToRoleNotFound() *AuthServiceAddPoliciesToRoleNotFound

NewAuthServiceAddPoliciesToRoleNotFound creates a AuthServiceAddPoliciesToRoleNotFound with default headers values

func (*AuthServiceAddPoliciesToRoleNotFound) Error

func (*AuthServiceAddPoliciesToRoleNotFound) GetPayload

type AuthServiceAddPoliciesToRoleOK

type AuthServiceAddPoliciesToRoleOK struct {
	Payload *models.V1AddPoliciesToRoleResponse
}
AuthServiceAddPoliciesToRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceAddPoliciesToRoleOK

func NewAuthServiceAddPoliciesToRoleOK() *AuthServiceAddPoliciesToRoleOK

NewAuthServiceAddPoliciesToRoleOK creates a AuthServiceAddPoliciesToRoleOK with default headers values

func (*AuthServiceAddPoliciesToRoleOK) Error

func (*AuthServiceAddPoliciesToRoleOK) GetPayload

type AuthServiceAddPoliciesToRoleParams

type AuthServiceAddPoliciesToRoleParams struct {

	// Body.
	Body *models.V1AddPoliciesToRoleRequest

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

AuthServiceAddPoliciesToRoleParams contains all the parameters to send to the API endpoint

for the auth service add policies to role operation.

Typically these are written to a http.Request.

func NewAuthServiceAddPoliciesToRoleParams

func NewAuthServiceAddPoliciesToRoleParams() *AuthServiceAddPoliciesToRoleParams

NewAuthServiceAddPoliciesToRoleParams creates a new AuthServiceAddPoliciesToRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceAddPoliciesToRoleParamsWithContext

func NewAuthServiceAddPoliciesToRoleParamsWithContext(ctx context.Context) *AuthServiceAddPoliciesToRoleParams

NewAuthServiceAddPoliciesToRoleParamsWithContext creates a new AuthServiceAddPoliciesToRoleParams object with the ability to set a context for a request.

func NewAuthServiceAddPoliciesToRoleParamsWithHTTPClient

func NewAuthServiceAddPoliciesToRoleParamsWithHTTPClient(client *http.Client) *AuthServiceAddPoliciesToRoleParams

NewAuthServiceAddPoliciesToRoleParamsWithHTTPClient creates a new AuthServiceAddPoliciesToRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceAddPoliciesToRoleParamsWithTimeout

func NewAuthServiceAddPoliciesToRoleParamsWithTimeout(timeout time.Duration) *AuthServiceAddPoliciesToRoleParams

NewAuthServiceAddPoliciesToRoleParamsWithTimeout creates a new AuthServiceAddPoliciesToRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceAddPoliciesToRoleParams) SetBody

SetBody adds the body to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) SetContext

SetContext adds the context to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceAddPoliciesToRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service add policies to role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceAddPoliciesToRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) WithBody

WithBody adds the body to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) WithContext

WithContext adds the context to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service add policies to role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceAddPoliciesToRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service add policies to role params

func (*AuthServiceAddPoliciesToRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceAddPoliciesToRoleReader

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

AuthServiceAddPoliciesToRoleReader is a Reader for the AuthServiceAddPoliciesToRole structure.

func (*AuthServiceAddPoliciesToRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceAddPoliciesToUserDefault

type AuthServiceAddPoliciesToUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceAddPoliciesToUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceAddPoliciesToUserDefault

func NewAuthServiceAddPoliciesToUserDefault(code int) *AuthServiceAddPoliciesToUserDefault

NewAuthServiceAddPoliciesToUserDefault creates a AuthServiceAddPoliciesToUserDefault with default headers values

func (*AuthServiceAddPoliciesToUserDefault) Code

Code gets the status code for the auth service add policies to user default response

func (*AuthServiceAddPoliciesToUserDefault) Error

func (*AuthServiceAddPoliciesToUserDefault) GetPayload

type AuthServiceAddPoliciesToUserNotFound

type AuthServiceAddPoliciesToUserNotFound struct {
	Payload string
}
AuthServiceAddPoliciesToUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceAddPoliciesToUserNotFound

func NewAuthServiceAddPoliciesToUserNotFound() *AuthServiceAddPoliciesToUserNotFound

NewAuthServiceAddPoliciesToUserNotFound creates a AuthServiceAddPoliciesToUserNotFound with default headers values

func (*AuthServiceAddPoliciesToUserNotFound) Error

func (*AuthServiceAddPoliciesToUserNotFound) GetPayload

type AuthServiceAddPoliciesToUserOK

type AuthServiceAddPoliciesToUserOK struct {
	Payload *models.V1AddPoliciesToUserResponse
}
AuthServiceAddPoliciesToUserOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceAddPoliciesToUserOK

func NewAuthServiceAddPoliciesToUserOK() *AuthServiceAddPoliciesToUserOK

NewAuthServiceAddPoliciesToUserOK creates a AuthServiceAddPoliciesToUserOK with default headers values

func (*AuthServiceAddPoliciesToUserOK) Error

func (*AuthServiceAddPoliciesToUserOK) GetPayload

type AuthServiceAddPoliciesToUserParams

type AuthServiceAddPoliciesToUserParams struct {

	// Body.
	Body *models.V1AddPoliciesToUserRequest

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

AuthServiceAddPoliciesToUserParams contains all the parameters to send to the API endpoint

for the auth service add policies to user operation.

Typically these are written to a http.Request.

func NewAuthServiceAddPoliciesToUserParams

func NewAuthServiceAddPoliciesToUserParams() *AuthServiceAddPoliciesToUserParams

NewAuthServiceAddPoliciesToUserParams creates a new AuthServiceAddPoliciesToUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceAddPoliciesToUserParamsWithContext

func NewAuthServiceAddPoliciesToUserParamsWithContext(ctx context.Context) *AuthServiceAddPoliciesToUserParams

NewAuthServiceAddPoliciesToUserParamsWithContext creates a new AuthServiceAddPoliciesToUserParams object with the ability to set a context for a request.

func NewAuthServiceAddPoliciesToUserParamsWithHTTPClient

func NewAuthServiceAddPoliciesToUserParamsWithHTTPClient(client *http.Client) *AuthServiceAddPoliciesToUserParams

NewAuthServiceAddPoliciesToUserParamsWithHTTPClient creates a new AuthServiceAddPoliciesToUserParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceAddPoliciesToUserParamsWithTimeout

func NewAuthServiceAddPoliciesToUserParamsWithTimeout(timeout time.Duration) *AuthServiceAddPoliciesToUserParams

NewAuthServiceAddPoliciesToUserParamsWithTimeout creates a new AuthServiceAddPoliciesToUserParams object with the ability to set a timeout on a request.

func (*AuthServiceAddPoliciesToUserParams) SetBody

SetBody adds the body to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) SetContext

SetContext adds the context to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) SetDefaults added in v0.4.5

func (o *AuthServiceAddPoliciesToUserParams) SetDefaults()

SetDefaults hydrates default values in the auth service add policies to user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceAddPoliciesToUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) SetTimeout

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

SetTimeout adds the timeout to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) WithBody

WithBody adds the body to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) WithContext

WithContext adds the context to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service add policies to user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceAddPoliciesToUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) WithTimeout

WithTimeout adds the timeout to the auth service add policies to user params

func (*AuthServiceAddPoliciesToUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceAddPoliciesToUserReader

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

AuthServiceAddPoliciesToUserReader is a Reader for the AuthServiceAddPoliciesToUser structure.

func (*AuthServiceAddPoliciesToUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceAddUsersToRoleDefault

type AuthServiceAddUsersToRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceAddUsersToRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceAddUsersToRoleDefault

func NewAuthServiceAddUsersToRoleDefault(code int) *AuthServiceAddUsersToRoleDefault

NewAuthServiceAddUsersToRoleDefault creates a AuthServiceAddUsersToRoleDefault with default headers values

func (*AuthServiceAddUsersToRoleDefault) Code

Code gets the status code for the auth service add users to role default response

func (*AuthServiceAddUsersToRoleDefault) Error

func (*AuthServiceAddUsersToRoleDefault) GetPayload

type AuthServiceAddUsersToRoleNotFound

type AuthServiceAddUsersToRoleNotFound struct {
	Payload string
}
AuthServiceAddUsersToRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceAddUsersToRoleNotFound

func NewAuthServiceAddUsersToRoleNotFound() *AuthServiceAddUsersToRoleNotFound

NewAuthServiceAddUsersToRoleNotFound creates a AuthServiceAddUsersToRoleNotFound with default headers values

func (*AuthServiceAddUsersToRoleNotFound) Error

func (*AuthServiceAddUsersToRoleNotFound) GetPayload

func (o *AuthServiceAddUsersToRoleNotFound) GetPayload() string

type AuthServiceAddUsersToRoleOK

type AuthServiceAddUsersToRoleOK struct {
	Payload *models.V1AddUsersToRoleResponse
}
AuthServiceAddUsersToRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceAddUsersToRoleOK

func NewAuthServiceAddUsersToRoleOK() *AuthServiceAddUsersToRoleOK

NewAuthServiceAddUsersToRoleOK creates a AuthServiceAddUsersToRoleOK with default headers values

func (*AuthServiceAddUsersToRoleOK) Error

func (*AuthServiceAddUsersToRoleOK) GetPayload

type AuthServiceAddUsersToRoleParams

type AuthServiceAddUsersToRoleParams struct {

	// Body.
	Body *models.V1AddUsersToRoleRequest

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

AuthServiceAddUsersToRoleParams contains all the parameters to send to the API endpoint

for the auth service add users to role operation.

Typically these are written to a http.Request.

func NewAuthServiceAddUsersToRoleParams

func NewAuthServiceAddUsersToRoleParams() *AuthServiceAddUsersToRoleParams

NewAuthServiceAddUsersToRoleParams creates a new AuthServiceAddUsersToRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceAddUsersToRoleParamsWithContext

func NewAuthServiceAddUsersToRoleParamsWithContext(ctx context.Context) *AuthServiceAddUsersToRoleParams

NewAuthServiceAddUsersToRoleParamsWithContext creates a new AuthServiceAddUsersToRoleParams object with the ability to set a context for a request.

func NewAuthServiceAddUsersToRoleParamsWithHTTPClient

func NewAuthServiceAddUsersToRoleParamsWithHTTPClient(client *http.Client) *AuthServiceAddUsersToRoleParams

NewAuthServiceAddUsersToRoleParamsWithHTTPClient creates a new AuthServiceAddUsersToRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceAddUsersToRoleParamsWithTimeout

func NewAuthServiceAddUsersToRoleParamsWithTimeout(timeout time.Duration) *AuthServiceAddUsersToRoleParams

NewAuthServiceAddUsersToRoleParamsWithTimeout creates a new AuthServiceAddUsersToRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceAddUsersToRoleParams) SetBody

SetBody adds the body to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) SetContext

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

SetContext adds the context to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceAddUsersToRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service add users to role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceAddUsersToRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) WithBody

WithBody adds the body to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) WithContext

WithContext adds the context to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service add users to role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceAddUsersToRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service add users to role params

func (*AuthServiceAddUsersToRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceAddUsersToRoleReader

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

AuthServiceAddUsersToRoleReader is a Reader for the AuthServiceAddUsersToRole structure.

func (*AuthServiceAddUsersToRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceCheckHMACAuthDefault

type AuthServiceCheckHMACAuthDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCheckHMACAuthDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCheckHMACAuthDefault

func NewAuthServiceCheckHMACAuthDefault(code int) *AuthServiceCheckHMACAuthDefault

NewAuthServiceCheckHMACAuthDefault creates a AuthServiceCheckHMACAuthDefault with default headers values

func (*AuthServiceCheckHMACAuthDefault) Code

Code gets the status code for the auth service check h m a c auth default response

func (*AuthServiceCheckHMACAuthDefault) Error

func (*AuthServiceCheckHMACAuthDefault) GetPayload

type AuthServiceCheckHMACAuthNotFound

type AuthServiceCheckHMACAuthNotFound struct {
	Payload string
}
AuthServiceCheckHMACAuthNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCheckHMACAuthNotFound

func NewAuthServiceCheckHMACAuthNotFound() *AuthServiceCheckHMACAuthNotFound

NewAuthServiceCheckHMACAuthNotFound creates a AuthServiceCheckHMACAuthNotFound with default headers values

func (*AuthServiceCheckHMACAuthNotFound) Error

func (*AuthServiceCheckHMACAuthNotFound) GetPayload

func (o *AuthServiceCheckHMACAuthNotFound) GetPayload() string

type AuthServiceCheckHMACAuthOK

type AuthServiceCheckHMACAuthOK struct {
	Payload *models.V1CheckHMACAuthResponse
}
AuthServiceCheckHMACAuthOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCheckHMACAuthOK

func NewAuthServiceCheckHMACAuthOK() *AuthServiceCheckHMACAuthOK

NewAuthServiceCheckHMACAuthOK creates a AuthServiceCheckHMACAuthOK with default headers values

func (*AuthServiceCheckHMACAuthOK) Error

func (*AuthServiceCheckHMACAuthOK) GetPayload

type AuthServiceCheckHMACAuthParams

type AuthServiceCheckHMACAuthParams struct {

	// Body.
	Body *models.V1CheckHMACAuthRequest

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

AuthServiceCheckHMACAuthParams contains all the parameters to send to the API endpoint

for the auth service check h m a c auth operation.

Typically these are written to a http.Request.

func NewAuthServiceCheckHMACAuthParams

func NewAuthServiceCheckHMACAuthParams() *AuthServiceCheckHMACAuthParams

NewAuthServiceCheckHMACAuthParams creates a new AuthServiceCheckHMACAuthParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCheckHMACAuthParamsWithContext

func NewAuthServiceCheckHMACAuthParamsWithContext(ctx context.Context) *AuthServiceCheckHMACAuthParams

NewAuthServiceCheckHMACAuthParamsWithContext creates a new AuthServiceCheckHMACAuthParams object with the ability to set a context for a request.

func NewAuthServiceCheckHMACAuthParamsWithHTTPClient

func NewAuthServiceCheckHMACAuthParamsWithHTTPClient(client *http.Client) *AuthServiceCheckHMACAuthParams

NewAuthServiceCheckHMACAuthParamsWithHTTPClient creates a new AuthServiceCheckHMACAuthParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCheckHMACAuthParamsWithTimeout

func NewAuthServiceCheckHMACAuthParamsWithTimeout(timeout time.Duration) *AuthServiceCheckHMACAuthParams

NewAuthServiceCheckHMACAuthParamsWithTimeout creates a new AuthServiceCheckHMACAuthParams object with the ability to set a timeout on a request.

func (*AuthServiceCheckHMACAuthParams) SetBody

SetBody adds the body to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) SetContext

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

SetContext adds the context to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) SetDefaults added in v0.4.5

func (o *AuthServiceCheckHMACAuthParams) SetDefaults()

SetDefaults hydrates default values in the auth service check h m a c auth params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCheckHMACAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) SetTimeout

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

SetTimeout adds the timeout to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) WithBody

WithBody adds the body to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) WithContext

WithContext adds the context to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service check h m a c auth params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCheckHMACAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) WithTimeout

WithTimeout adds the timeout to the auth service check h m a c auth params

func (*AuthServiceCheckHMACAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceCheckHMACAuthReader

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

AuthServiceCheckHMACAuthReader is a Reader for the AuthServiceCheckHMACAuth structure.

func (*AuthServiceCheckHMACAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceCheckTokenAuthDefault

type AuthServiceCheckTokenAuthDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCheckTokenAuthDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCheckTokenAuthDefault

func NewAuthServiceCheckTokenAuthDefault(code int) *AuthServiceCheckTokenAuthDefault

NewAuthServiceCheckTokenAuthDefault creates a AuthServiceCheckTokenAuthDefault with default headers values

func (*AuthServiceCheckTokenAuthDefault) Code

Code gets the status code for the auth service check token auth default response

func (*AuthServiceCheckTokenAuthDefault) Error

func (*AuthServiceCheckTokenAuthDefault) GetPayload

type AuthServiceCheckTokenAuthNotFound

type AuthServiceCheckTokenAuthNotFound struct {
	Payload string
}
AuthServiceCheckTokenAuthNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCheckTokenAuthNotFound

func NewAuthServiceCheckTokenAuthNotFound() *AuthServiceCheckTokenAuthNotFound

NewAuthServiceCheckTokenAuthNotFound creates a AuthServiceCheckTokenAuthNotFound with default headers values

func (*AuthServiceCheckTokenAuthNotFound) Error

func (*AuthServiceCheckTokenAuthNotFound) GetPayload

func (o *AuthServiceCheckTokenAuthNotFound) GetPayload() string

type AuthServiceCheckTokenAuthOK

type AuthServiceCheckTokenAuthOK struct {
	Payload *models.V1CheckTokenAuthResponse
}
AuthServiceCheckTokenAuthOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCheckTokenAuthOK

func NewAuthServiceCheckTokenAuthOK() *AuthServiceCheckTokenAuthOK

NewAuthServiceCheckTokenAuthOK creates a AuthServiceCheckTokenAuthOK with default headers values

func (*AuthServiceCheckTokenAuthOK) Error

func (*AuthServiceCheckTokenAuthOK) GetPayload

type AuthServiceCheckTokenAuthParams

type AuthServiceCheckTokenAuthParams struct {

	// Body.
	Body *models.V1CheckTokenAuthRequest

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

AuthServiceCheckTokenAuthParams contains all the parameters to send to the API endpoint

for the auth service check token auth operation.

Typically these are written to a http.Request.

func NewAuthServiceCheckTokenAuthParams

func NewAuthServiceCheckTokenAuthParams() *AuthServiceCheckTokenAuthParams

NewAuthServiceCheckTokenAuthParams creates a new AuthServiceCheckTokenAuthParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCheckTokenAuthParamsWithContext

func NewAuthServiceCheckTokenAuthParamsWithContext(ctx context.Context) *AuthServiceCheckTokenAuthParams

NewAuthServiceCheckTokenAuthParamsWithContext creates a new AuthServiceCheckTokenAuthParams object with the ability to set a context for a request.

func NewAuthServiceCheckTokenAuthParamsWithHTTPClient

func NewAuthServiceCheckTokenAuthParamsWithHTTPClient(client *http.Client) *AuthServiceCheckTokenAuthParams

NewAuthServiceCheckTokenAuthParamsWithHTTPClient creates a new AuthServiceCheckTokenAuthParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCheckTokenAuthParamsWithTimeout

func NewAuthServiceCheckTokenAuthParamsWithTimeout(timeout time.Duration) *AuthServiceCheckTokenAuthParams

NewAuthServiceCheckTokenAuthParamsWithTimeout creates a new AuthServiceCheckTokenAuthParams object with the ability to set a timeout on a request.

func (*AuthServiceCheckTokenAuthParams) SetBody

SetBody adds the body to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) SetContext

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

SetContext adds the context to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) SetDefaults added in v0.4.5

func (o *AuthServiceCheckTokenAuthParams) SetDefaults()

SetDefaults hydrates default values in the auth service check token auth params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCheckTokenAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) SetTimeout

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

SetTimeout adds the timeout to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) WithBody

WithBody adds the body to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) WithContext

WithContext adds the context to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service check token auth params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCheckTokenAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) WithTimeout

WithTimeout adds the timeout to the auth service check token auth params

func (*AuthServiceCheckTokenAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceCheckTokenAuthReader

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

AuthServiceCheckTokenAuthReader is a Reader for the AuthServiceCheckTokenAuth structure.

func (*AuthServiceCheckTokenAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceCheckUsernameExistsDefault added in v0.4.5

type AuthServiceCheckUsernameExistsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCheckUsernameExistsDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCheckUsernameExistsDefault added in v0.4.5

func NewAuthServiceCheckUsernameExistsDefault(code int) *AuthServiceCheckUsernameExistsDefault

NewAuthServiceCheckUsernameExistsDefault creates a AuthServiceCheckUsernameExistsDefault with default headers values

func (*AuthServiceCheckUsernameExistsDefault) Code added in v0.4.5

Code gets the status code for the auth service check username exists default response

func (*AuthServiceCheckUsernameExistsDefault) Error added in v0.4.5

func (*AuthServiceCheckUsernameExistsDefault) GetPayload added in v0.4.5

type AuthServiceCheckUsernameExistsForbidden added in v0.5.0

type AuthServiceCheckUsernameExistsForbidden struct {
	Payload interface{}
}
AuthServiceCheckUsernameExistsForbidden describes a response with status code 403, with default header values.

Returned when the caller is not allowed to perform this call.

func NewAuthServiceCheckUsernameExistsForbidden added in v0.5.0

func NewAuthServiceCheckUsernameExistsForbidden() *AuthServiceCheckUsernameExistsForbidden

NewAuthServiceCheckUsernameExistsForbidden creates a AuthServiceCheckUsernameExistsForbidden with default headers values

func (*AuthServiceCheckUsernameExistsForbidden) Error added in v0.5.0

func (*AuthServiceCheckUsernameExistsForbidden) GetPayload added in v0.5.0

func (o *AuthServiceCheckUsernameExistsForbidden) GetPayload() interface{}

type AuthServiceCheckUsernameExistsInternalServerError added in v0.5.0

type AuthServiceCheckUsernameExistsInternalServerError struct {
	Payload interface{}
}
AuthServiceCheckUsernameExistsInternalServerError describes a response with status code 500, with default header values.

Returned whenever an internall error occurs.

func NewAuthServiceCheckUsernameExistsInternalServerError added in v0.5.0

func NewAuthServiceCheckUsernameExistsInternalServerError() *AuthServiceCheckUsernameExistsInternalServerError

NewAuthServiceCheckUsernameExistsInternalServerError creates a AuthServiceCheckUsernameExistsInternalServerError with default headers values

func (*AuthServiceCheckUsernameExistsInternalServerError) Error added in v0.5.0

func (*AuthServiceCheckUsernameExistsInternalServerError) GetPayload added in v0.5.0

func (o *AuthServiceCheckUsernameExistsInternalServerError) GetPayload() interface{}

type AuthServiceCheckUsernameExistsNotFound added in v0.4.5

type AuthServiceCheckUsernameExistsNotFound struct {
	Payload string
}
AuthServiceCheckUsernameExistsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCheckUsernameExistsNotFound added in v0.4.5

func NewAuthServiceCheckUsernameExistsNotFound() *AuthServiceCheckUsernameExistsNotFound

NewAuthServiceCheckUsernameExistsNotFound creates a AuthServiceCheckUsernameExistsNotFound with default headers values

func (*AuthServiceCheckUsernameExistsNotFound) Error added in v0.4.5

func (*AuthServiceCheckUsernameExistsNotFound) GetPayload added in v0.4.5

type AuthServiceCheckUsernameExistsOK added in v0.4.5

type AuthServiceCheckUsernameExistsOK struct {
	Payload *models.V1CheckUsernameExistsResponse
}
AuthServiceCheckUsernameExistsOK describes a response with status code 200, with default header values.

Returned when check was performed successfuly.

func NewAuthServiceCheckUsernameExistsOK added in v0.4.5

func NewAuthServiceCheckUsernameExistsOK() *AuthServiceCheckUsernameExistsOK

NewAuthServiceCheckUsernameExistsOK creates a AuthServiceCheckUsernameExistsOK with default headers values

func (*AuthServiceCheckUsernameExistsOK) Error added in v0.4.5

func (*AuthServiceCheckUsernameExistsOK) GetPayload added in v0.4.5

type AuthServiceCheckUsernameExistsParams added in v0.4.5

type AuthServiceCheckUsernameExistsParams struct {

	// Body.
	Body *models.V1CheckUsernameExistsRequest

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

AuthServiceCheckUsernameExistsParams contains all the parameters to send to the API endpoint

for the auth service check username exists operation.

Typically these are written to a http.Request.

func NewAuthServiceCheckUsernameExistsParams added in v0.4.5

func NewAuthServiceCheckUsernameExistsParams() *AuthServiceCheckUsernameExistsParams

NewAuthServiceCheckUsernameExistsParams creates a new AuthServiceCheckUsernameExistsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCheckUsernameExistsParamsWithContext added in v0.4.5

func NewAuthServiceCheckUsernameExistsParamsWithContext(ctx context.Context) *AuthServiceCheckUsernameExistsParams

NewAuthServiceCheckUsernameExistsParamsWithContext creates a new AuthServiceCheckUsernameExistsParams object with the ability to set a context for a request.

func NewAuthServiceCheckUsernameExistsParamsWithHTTPClient added in v0.4.5

func NewAuthServiceCheckUsernameExistsParamsWithHTTPClient(client *http.Client) *AuthServiceCheckUsernameExistsParams

NewAuthServiceCheckUsernameExistsParamsWithHTTPClient creates a new AuthServiceCheckUsernameExistsParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCheckUsernameExistsParamsWithTimeout added in v0.4.5

func NewAuthServiceCheckUsernameExistsParamsWithTimeout(timeout time.Duration) *AuthServiceCheckUsernameExistsParams

NewAuthServiceCheckUsernameExistsParamsWithTimeout creates a new AuthServiceCheckUsernameExistsParams object with the ability to set a timeout on a request.

func (*AuthServiceCheckUsernameExistsParams) SetBody added in v0.4.5

SetBody adds the body to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) SetContext added in v0.4.5

SetContext adds the context to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) SetDefaults added in v0.4.5

func (o *AuthServiceCheckUsernameExistsParams) SetDefaults()

SetDefaults hydrates default values in the auth service check username exists params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCheckUsernameExistsParams) SetHTTPClient added in v0.4.5

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

SetHTTPClient adds the HTTPClient to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) SetTimeout added in v0.4.5

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

SetTimeout adds the timeout to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) WithBody added in v0.4.5

WithBody adds the body to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) WithContext added in v0.4.5

WithContext adds the context to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service check username exists params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCheckUsernameExistsParams) WithHTTPClient added in v0.4.5

WithHTTPClient adds the HTTPClient to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) WithTimeout added in v0.4.5

WithTimeout adds the timeout to the auth service check username exists params

func (*AuthServiceCheckUsernameExistsParams) WriteToRequest added in v0.4.5

WriteToRequest writes these params to a swagger request

type AuthServiceCheckUsernameExistsReader added in v0.4.5

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

AuthServiceCheckUsernameExistsReader is a Reader for the AuthServiceCheckUsernameExists structure.

func (*AuthServiceCheckUsernameExistsReader) ReadResponse added in v0.4.5

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

ReadResponse reads a server response into the received o.

type AuthServiceCreateAccessKeyDefault

type AuthServiceCreateAccessKeyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCreateAccessKeyDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCreateAccessKeyDefault

func NewAuthServiceCreateAccessKeyDefault(code int) *AuthServiceCreateAccessKeyDefault

NewAuthServiceCreateAccessKeyDefault creates a AuthServiceCreateAccessKeyDefault with default headers values

func (*AuthServiceCreateAccessKeyDefault) Code

Code gets the status code for the auth service create access key default response

func (*AuthServiceCreateAccessKeyDefault) Error

func (*AuthServiceCreateAccessKeyDefault) GetPayload

type AuthServiceCreateAccessKeyNotFound

type AuthServiceCreateAccessKeyNotFound struct {
	Payload string
}
AuthServiceCreateAccessKeyNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCreateAccessKeyNotFound

func NewAuthServiceCreateAccessKeyNotFound() *AuthServiceCreateAccessKeyNotFound

NewAuthServiceCreateAccessKeyNotFound creates a AuthServiceCreateAccessKeyNotFound with default headers values

func (*AuthServiceCreateAccessKeyNotFound) Error

func (*AuthServiceCreateAccessKeyNotFound) GetPayload

type AuthServiceCreateAccessKeyOK

type AuthServiceCreateAccessKeyOK struct {
	Payload *models.V1CreateAccessKeyResponse
}
AuthServiceCreateAccessKeyOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCreateAccessKeyOK

func NewAuthServiceCreateAccessKeyOK() *AuthServiceCreateAccessKeyOK

NewAuthServiceCreateAccessKeyOK creates a AuthServiceCreateAccessKeyOK with default headers values

func (*AuthServiceCreateAccessKeyOK) Error

func (*AuthServiceCreateAccessKeyOK) GetPayload

type AuthServiceCreateAccessKeyParams

type AuthServiceCreateAccessKeyParams struct {

	// Body.
	Body *models.V1CreateAccessKeyRequest

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

AuthServiceCreateAccessKeyParams contains all the parameters to send to the API endpoint

for the auth service create access key operation.

Typically these are written to a http.Request.

func NewAuthServiceCreateAccessKeyParams

func NewAuthServiceCreateAccessKeyParams() *AuthServiceCreateAccessKeyParams

NewAuthServiceCreateAccessKeyParams creates a new AuthServiceCreateAccessKeyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCreateAccessKeyParamsWithContext

func NewAuthServiceCreateAccessKeyParamsWithContext(ctx context.Context) *AuthServiceCreateAccessKeyParams

NewAuthServiceCreateAccessKeyParamsWithContext creates a new AuthServiceCreateAccessKeyParams object with the ability to set a context for a request.

func NewAuthServiceCreateAccessKeyParamsWithHTTPClient

func NewAuthServiceCreateAccessKeyParamsWithHTTPClient(client *http.Client) *AuthServiceCreateAccessKeyParams

NewAuthServiceCreateAccessKeyParamsWithHTTPClient creates a new AuthServiceCreateAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCreateAccessKeyParamsWithTimeout

func NewAuthServiceCreateAccessKeyParamsWithTimeout(timeout time.Duration) *AuthServiceCreateAccessKeyParams

NewAuthServiceCreateAccessKeyParamsWithTimeout creates a new AuthServiceCreateAccessKeyParams object with the ability to set a timeout on a request.

func (*AuthServiceCreateAccessKeyParams) SetBody

SetBody adds the body to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) SetContext

SetContext adds the context to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) SetDefaults added in v0.4.5

func (o *AuthServiceCreateAccessKeyParams) SetDefaults()

SetDefaults hydrates default values in the auth service create access key params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateAccessKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) SetTimeout

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

SetTimeout adds the timeout to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) WithBody

WithBody adds the body to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) WithContext

WithContext adds the context to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service create access key params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateAccessKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) WithTimeout

WithTimeout adds the timeout to the auth service create access key params

func (*AuthServiceCreateAccessKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceCreateAccessKeyReader

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

AuthServiceCreateAccessKeyReader is a Reader for the AuthServiceCreateAccessKey structure.

func (*AuthServiceCreateAccessKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceCreateClientBadRequest

type AuthServiceCreateClientBadRequest struct {
	Payload interface{}
}
AuthServiceCreateClientBadRequest describes a response with status code 400, with default header values.

Returned when no valid client ID is provided in the request, or the account has already has 20 clients.

func NewAuthServiceCreateClientBadRequest

func NewAuthServiceCreateClientBadRequest() *AuthServiceCreateClientBadRequest

NewAuthServiceCreateClientBadRequest creates a AuthServiceCreateClientBadRequest with default headers values

func (*AuthServiceCreateClientBadRequest) Error

func (*AuthServiceCreateClientBadRequest) GetPayload

func (o *AuthServiceCreateClientBadRequest) GetPayload() interface{}

type AuthServiceCreateClientDefault

type AuthServiceCreateClientDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCreateClientDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCreateClientDefault

func NewAuthServiceCreateClientDefault(code int) *AuthServiceCreateClientDefault

NewAuthServiceCreateClientDefault creates a AuthServiceCreateClientDefault with default headers values

func (*AuthServiceCreateClientDefault) Code

Code gets the status code for the auth service create client default response

func (*AuthServiceCreateClientDefault) Error

func (*AuthServiceCreateClientDefault) GetPayload

type AuthServiceCreateClientForbidden

type AuthServiceCreateClientForbidden struct {
	Payload interface{}
}
AuthServiceCreateClientForbidden describes a response with status code 403, with default header values.

Returned when the caller is not allowed to perform this call.

func NewAuthServiceCreateClientForbidden

func NewAuthServiceCreateClientForbidden() *AuthServiceCreateClientForbidden

NewAuthServiceCreateClientForbidden creates a AuthServiceCreateClientForbidden with default headers values

func (*AuthServiceCreateClientForbidden) Error

func (*AuthServiceCreateClientForbidden) GetPayload

func (o *AuthServiceCreateClientForbidden) GetPayload() interface{}

type AuthServiceCreateClientInternalServerError

type AuthServiceCreateClientInternalServerError struct {
	Payload interface{}
}
AuthServiceCreateClientInternalServerError describes a response with status code 500, with default header values.

Returned whenever an internall error occurs.

func NewAuthServiceCreateClientInternalServerError

func NewAuthServiceCreateClientInternalServerError() *AuthServiceCreateClientInternalServerError

NewAuthServiceCreateClientInternalServerError creates a AuthServiceCreateClientInternalServerError with default headers values

func (*AuthServiceCreateClientInternalServerError) Error

func (*AuthServiceCreateClientInternalServerError) GetPayload

func (o *AuthServiceCreateClientInternalServerError) GetPayload() interface{}

type AuthServiceCreateClientNotFound

type AuthServiceCreateClientNotFound struct {
	Payload string
}
AuthServiceCreateClientNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCreateClientNotFound

func NewAuthServiceCreateClientNotFound() *AuthServiceCreateClientNotFound

NewAuthServiceCreateClientNotFound creates a AuthServiceCreateClientNotFound with default headers values

func (*AuthServiceCreateClientNotFound) Error

func (*AuthServiceCreateClientNotFound) GetPayload

func (o *AuthServiceCreateClientNotFound) GetPayload() string

type AuthServiceCreateClientOK

type AuthServiceCreateClientOK struct {
	Payload *models.V1CreateClientResponse
}
AuthServiceCreateClientOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCreateClientOK

func NewAuthServiceCreateClientOK() *AuthServiceCreateClientOK

NewAuthServiceCreateClientOK creates a AuthServiceCreateClientOK with default headers values

func (*AuthServiceCreateClientOK) Error

func (o *AuthServiceCreateClientOK) Error() string

func (*AuthServiceCreateClientOK) GetPayload

type AuthServiceCreateClientParams

type AuthServiceCreateClientParams struct {

	// Body.
	Body *models.V1CreateClientRequest

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

AuthServiceCreateClientParams contains all the parameters to send to the API endpoint

for the auth service create client operation.

Typically these are written to a http.Request.

func NewAuthServiceCreateClientParams

func NewAuthServiceCreateClientParams() *AuthServiceCreateClientParams

NewAuthServiceCreateClientParams creates a new AuthServiceCreateClientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCreateClientParamsWithContext

func NewAuthServiceCreateClientParamsWithContext(ctx context.Context) *AuthServiceCreateClientParams

NewAuthServiceCreateClientParamsWithContext creates a new AuthServiceCreateClientParams object with the ability to set a context for a request.

func NewAuthServiceCreateClientParamsWithHTTPClient

func NewAuthServiceCreateClientParamsWithHTTPClient(client *http.Client) *AuthServiceCreateClientParams

NewAuthServiceCreateClientParamsWithHTTPClient creates a new AuthServiceCreateClientParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCreateClientParamsWithTimeout

func NewAuthServiceCreateClientParamsWithTimeout(timeout time.Duration) *AuthServiceCreateClientParams

NewAuthServiceCreateClientParamsWithTimeout creates a new AuthServiceCreateClientParams object with the ability to set a timeout on a request.

func (*AuthServiceCreateClientParams) SetBody

SetBody adds the body to the auth service create client params

func (*AuthServiceCreateClientParams) SetContext

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

SetContext adds the context to the auth service create client params

func (*AuthServiceCreateClientParams) SetDefaults added in v0.4.5

func (o *AuthServiceCreateClientParams) SetDefaults()

SetDefaults hydrates default values in the auth service create client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service create client params

func (*AuthServiceCreateClientParams) SetTimeout

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

SetTimeout adds the timeout to the auth service create client params

func (*AuthServiceCreateClientParams) WithBody

WithBody adds the body to the auth service create client params

func (*AuthServiceCreateClientParams) WithContext

WithContext adds the context to the auth service create client params

func (*AuthServiceCreateClientParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service create client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service create client params

func (*AuthServiceCreateClientParams) WithTimeout

WithTimeout adds the timeout to the auth service create client params

func (*AuthServiceCreateClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceCreateClientReader

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

AuthServiceCreateClientReader is a Reader for the AuthServiceCreateClient structure.

func (*AuthServiceCreateClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceCreateFederationConfigBadRequest added in v0.5.0

type AuthServiceCreateFederationConfigBadRequest struct {
	Payload interface{}
}
AuthServiceCreateFederationConfigBadRequest describes a response with status code 400, with default header values.

Returned when no valid client ID is provided in the request, or the account has already has 3 federation configs.

func NewAuthServiceCreateFederationConfigBadRequest added in v0.5.0

func NewAuthServiceCreateFederationConfigBadRequest() *AuthServiceCreateFederationConfigBadRequest

NewAuthServiceCreateFederationConfigBadRequest creates a AuthServiceCreateFederationConfigBadRequest with default headers values

func (*AuthServiceCreateFederationConfigBadRequest) Error added in v0.5.0

func (*AuthServiceCreateFederationConfigBadRequest) GetPayload added in v0.5.0

func (o *AuthServiceCreateFederationConfigBadRequest) GetPayload() interface{}

type AuthServiceCreateFederationConfigDefault added in v0.5.0

type AuthServiceCreateFederationConfigDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCreateFederationConfigDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCreateFederationConfigDefault added in v0.5.0

func NewAuthServiceCreateFederationConfigDefault(code int) *AuthServiceCreateFederationConfigDefault

NewAuthServiceCreateFederationConfigDefault creates a AuthServiceCreateFederationConfigDefault with default headers values

func (*AuthServiceCreateFederationConfigDefault) Code added in v0.5.0

Code gets the status code for the auth service create federation config default response

func (*AuthServiceCreateFederationConfigDefault) Error added in v0.5.0

func (*AuthServiceCreateFederationConfigDefault) GetPayload added in v0.5.0

type AuthServiceCreateFederationConfigForbidden added in v0.5.0

type AuthServiceCreateFederationConfigForbidden struct {
	Payload interface{}
}
AuthServiceCreateFederationConfigForbidden describes a response with status code 403, with default header values.

Returned when the caller is not allowed to perform this call.

func NewAuthServiceCreateFederationConfigForbidden added in v0.5.0

func NewAuthServiceCreateFederationConfigForbidden() *AuthServiceCreateFederationConfigForbidden

NewAuthServiceCreateFederationConfigForbidden creates a AuthServiceCreateFederationConfigForbidden with default headers values

func (*AuthServiceCreateFederationConfigForbidden) Error added in v0.5.0

func (*AuthServiceCreateFederationConfigForbidden) GetPayload added in v0.5.0

func (o *AuthServiceCreateFederationConfigForbidden) GetPayload() interface{}

type AuthServiceCreateFederationConfigInternalServerError added in v0.5.0

type AuthServiceCreateFederationConfigInternalServerError struct {
	Payload interface{}
}
AuthServiceCreateFederationConfigInternalServerError describes a response with status code 500, with default header values.

Returned whenever an internall error occurs.

func NewAuthServiceCreateFederationConfigInternalServerError added in v0.5.0

func NewAuthServiceCreateFederationConfigInternalServerError() *AuthServiceCreateFederationConfigInternalServerError

NewAuthServiceCreateFederationConfigInternalServerError creates a AuthServiceCreateFederationConfigInternalServerError with default headers values

func (*AuthServiceCreateFederationConfigInternalServerError) Error added in v0.5.0

func (*AuthServiceCreateFederationConfigInternalServerError) GetPayload added in v0.5.0

func (o *AuthServiceCreateFederationConfigInternalServerError) GetPayload() interface{}

type AuthServiceCreateFederationConfigNotFound added in v0.5.0

type AuthServiceCreateFederationConfigNotFound struct {
	Payload string
}
AuthServiceCreateFederationConfigNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCreateFederationConfigNotFound added in v0.5.0

func NewAuthServiceCreateFederationConfigNotFound() *AuthServiceCreateFederationConfigNotFound

NewAuthServiceCreateFederationConfigNotFound creates a AuthServiceCreateFederationConfigNotFound with default headers values

func (*AuthServiceCreateFederationConfigNotFound) Error added in v0.5.0

func (*AuthServiceCreateFederationConfigNotFound) GetPayload added in v0.5.0

type AuthServiceCreateFederationConfigOK added in v0.5.0

type AuthServiceCreateFederationConfigOK struct {
	Payload *models.V1CreateFederationConfigResponse
}
AuthServiceCreateFederationConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCreateFederationConfigOK added in v0.5.0

func NewAuthServiceCreateFederationConfigOK() *AuthServiceCreateFederationConfigOK

NewAuthServiceCreateFederationConfigOK creates a AuthServiceCreateFederationConfigOK with default headers values

func (*AuthServiceCreateFederationConfigOK) Error added in v0.5.0

func (*AuthServiceCreateFederationConfigOK) GetPayload added in v0.5.0

type AuthServiceCreateFederationConfigParams added in v0.5.0

type AuthServiceCreateFederationConfigParams struct {

	// Body.
	Body *models.V1CreateFederationConfigRequest

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

AuthServiceCreateFederationConfigParams contains all the parameters to send to the API endpoint

for the auth service create federation config operation.

Typically these are written to a http.Request.

func NewAuthServiceCreateFederationConfigParams added in v0.5.0

func NewAuthServiceCreateFederationConfigParams() *AuthServiceCreateFederationConfigParams

NewAuthServiceCreateFederationConfigParams creates a new AuthServiceCreateFederationConfigParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCreateFederationConfigParamsWithContext added in v0.5.0

func NewAuthServiceCreateFederationConfigParamsWithContext(ctx context.Context) *AuthServiceCreateFederationConfigParams

NewAuthServiceCreateFederationConfigParamsWithContext creates a new AuthServiceCreateFederationConfigParams object with the ability to set a context for a request.

func NewAuthServiceCreateFederationConfigParamsWithHTTPClient added in v0.5.0

func NewAuthServiceCreateFederationConfigParamsWithHTTPClient(client *http.Client) *AuthServiceCreateFederationConfigParams

NewAuthServiceCreateFederationConfigParamsWithHTTPClient creates a new AuthServiceCreateFederationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCreateFederationConfigParamsWithTimeout added in v0.5.0

func NewAuthServiceCreateFederationConfigParamsWithTimeout(timeout time.Duration) *AuthServiceCreateFederationConfigParams

NewAuthServiceCreateFederationConfigParamsWithTimeout creates a new AuthServiceCreateFederationConfigParams object with the ability to set a timeout on a request.

func (*AuthServiceCreateFederationConfigParams) SetBody added in v0.5.0

SetBody adds the body to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) SetContext added in v0.5.0

SetContext adds the context to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) SetDefaults added in v0.6.0

func (o *AuthServiceCreateFederationConfigParams) SetDefaults()

SetDefaults hydrates default values in the auth service create federation config params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateFederationConfigParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) WithBody added in v0.5.0

WithBody adds the body to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) WithContext added in v0.5.0

WithContext adds the context to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the auth service create federation config params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateFederationConfigParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the auth service create federation config params

func (*AuthServiceCreateFederationConfigParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type AuthServiceCreateFederationConfigReader added in v0.5.0

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

AuthServiceCreateFederationConfigReader is a Reader for the AuthServiceCreateFederationConfig structure.

func (*AuthServiceCreateFederationConfigReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type AuthServiceCreatePolicyDefault

type AuthServiceCreatePolicyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCreatePolicyDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCreatePolicyDefault

func NewAuthServiceCreatePolicyDefault(code int) *AuthServiceCreatePolicyDefault

NewAuthServiceCreatePolicyDefault creates a AuthServiceCreatePolicyDefault with default headers values

func (*AuthServiceCreatePolicyDefault) Code

Code gets the status code for the auth service create policy default response

func (*AuthServiceCreatePolicyDefault) Error

func (*AuthServiceCreatePolicyDefault) GetPayload

type AuthServiceCreatePolicyNotFound

type AuthServiceCreatePolicyNotFound struct {
	Payload string
}
AuthServiceCreatePolicyNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCreatePolicyNotFound

func NewAuthServiceCreatePolicyNotFound() *AuthServiceCreatePolicyNotFound

NewAuthServiceCreatePolicyNotFound creates a AuthServiceCreatePolicyNotFound with default headers values

func (*AuthServiceCreatePolicyNotFound) Error

func (*AuthServiceCreatePolicyNotFound) GetPayload

func (o *AuthServiceCreatePolicyNotFound) GetPayload() string

type AuthServiceCreatePolicyOK

type AuthServiceCreatePolicyOK struct {
	Payload *models.V1CreatePolicyResponse
}
AuthServiceCreatePolicyOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCreatePolicyOK

func NewAuthServiceCreatePolicyOK() *AuthServiceCreatePolicyOK

NewAuthServiceCreatePolicyOK creates a AuthServiceCreatePolicyOK with default headers values

func (*AuthServiceCreatePolicyOK) Error

func (o *AuthServiceCreatePolicyOK) Error() string

func (*AuthServiceCreatePolicyOK) GetPayload

type AuthServiceCreatePolicyParams

type AuthServiceCreatePolicyParams struct {

	// Body.
	Body *models.V1CreatePolicyRequest

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

AuthServiceCreatePolicyParams contains all the parameters to send to the API endpoint

for the auth service create policy operation.

Typically these are written to a http.Request.

func NewAuthServiceCreatePolicyParams

func NewAuthServiceCreatePolicyParams() *AuthServiceCreatePolicyParams

NewAuthServiceCreatePolicyParams creates a new AuthServiceCreatePolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCreatePolicyParamsWithContext

func NewAuthServiceCreatePolicyParamsWithContext(ctx context.Context) *AuthServiceCreatePolicyParams

NewAuthServiceCreatePolicyParamsWithContext creates a new AuthServiceCreatePolicyParams object with the ability to set a context for a request.

func NewAuthServiceCreatePolicyParamsWithHTTPClient

func NewAuthServiceCreatePolicyParamsWithHTTPClient(client *http.Client) *AuthServiceCreatePolicyParams

NewAuthServiceCreatePolicyParamsWithHTTPClient creates a new AuthServiceCreatePolicyParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCreatePolicyParamsWithTimeout

func NewAuthServiceCreatePolicyParamsWithTimeout(timeout time.Duration) *AuthServiceCreatePolicyParams

NewAuthServiceCreatePolicyParamsWithTimeout creates a new AuthServiceCreatePolicyParams object with the ability to set a timeout on a request.

func (*AuthServiceCreatePolicyParams) SetBody

SetBody adds the body to the auth service create policy params

func (*AuthServiceCreatePolicyParams) SetContext

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

SetContext adds the context to the auth service create policy params

func (*AuthServiceCreatePolicyParams) SetDefaults added in v0.4.5

func (o *AuthServiceCreatePolicyParams) SetDefaults()

SetDefaults hydrates default values in the auth service create policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreatePolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service create policy params

func (*AuthServiceCreatePolicyParams) SetTimeout

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

SetTimeout adds the timeout to the auth service create policy params

func (*AuthServiceCreatePolicyParams) WithBody

WithBody adds the body to the auth service create policy params

func (*AuthServiceCreatePolicyParams) WithContext

WithContext adds the context to the auth service create policy params

func (*AuthServiceCreatePolicyParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service create policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreatePolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service create policy params

func (*AuthServiceCreatePolicyParams) WithTimeout

WithTimeout adds the timeout to the auth service create policy params

func (*AuthServiceCreatePolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceCreatePolicyReader

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

AuthServiceCreatePolicyReader is a Reader for the AuthServiceCreatePolicy structure.

func (*AuthServiceCreatePolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceCreateRoleDefault

type AuthServiceCreateRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCreateRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCreateRoleDefault

func NewAuthServiceCreateRoleDefault(code int) *AuthServiceCreateRoleDefault

NewAuthServiceCreateRoleDefault creates a AuthServiceCreateRoleDefault with default headers values

func (*AuthServiceCreateRoleDefault) Code

Code gets the status code for the auth service create role default response

func (*AuthServiceCreateRoleDefault) Error

func (*AuthServiceCreateRoleDefault) GetPayload

type AuthServiceCreateRoleNotFound

type AuthServiceCreateRoleNotFound struct {
	Payload string
}
AuthServiceCreateRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCreateRoleNotFound

func NewAuthServiceCreateRoleNotFound() *AuthServiceCreateRoleNotFound

NewAuthServiceCreateRoleNotFound creates a AuthServiceCreateRoleNotFound with default headers values

func (*AuthServiceCreateRoleNotFound) Error

func (*AuthServiceCreateRoleNotFound) GetPayload

func (o *AuthServiceCreateRoleNotFound) GetPayload() string

type AuthServiceCreateRoleOK

type AuthServiceCreateRoleOK struct {
	Payload *models.V1CreateRoleResponse
}
AuthServiceCreateRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCreateRoleOK

func NewAuthServiceCreateRoleOK() *AuthServiceCreateRoleOK

NewAuthServiceCreateRoleOK creates a AuthServiceCreateRoleOK with default headers values

func (*AuthServiceCreateRoleOK) Error

func (o *AuthServiceCreateRoleOK) Error() string

func (*AuthServiceCreateRoleOK) GetPayload

type AuthServiceCreateRoleParams

type AuthServiceCreateRoleParams struct {

	// Body.
	Body *models.V1CreateRoleRequest

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

AuthServiceCreateRoleParams contains all the parameters to send to the API endpoint

for the auth service create role operation.

Typically these are written to a http.Request.

func NewAuthServiceCreateRoleParams

func NewAuthServiceCreateRoleParams() *AuthServiceCreateRoleParams

NewAuthServiceCreateRoleParams creates a new AuthServiceCreateRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCreateRoleParamsWithContext

func NewAuthServiceCreateRoleParamsWithContext(ctx context.Context) *AuthServiceCreateRoleParams

NewAuthServiceCreateRoleParamsWithContext creates a new AuthServiceCreateRoleParams object with the ability to set a context for a request.

func NewAuthServiceCreateRoleParamsWithHTTPClient

func NewAuthServiceCreateRoleParamsWithHTTPClient(client *http.Client) *AuthServiceCreateRoleParams

NewAuthServiceCreateRoleParamsWithHTTPClient creates a new AuthServiceCreateRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCreateRoleParamsWithTimeout

func NewAuthServiceCreateRoleParamsWithTimeout(timeout time.Duration) *AuthServiceCreateRoleParams

NewAuthServiceCreateRoleParamsWithTimeout creates a new AuthServiceCreateRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceCreateRoleParams) SetBody

SetBody adds the body to the auth service create role params

func (*AuthServiceCreateRoleParams) SetContext

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

SetContext adds the context to the auth service create role params

func (*AuthServiceCreateRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceCreateRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service create role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service create role params

func (*AuthServiceCreateRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service create role params

func (*AuthServiceCreateRoleParams) WithBody

WithBody adds the body to the auth service create role params

func (*AuthServiceCreateRoleParams) WithContext

WithContext adds the context to the auth service create role params

func (*AuthServiceCreateRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service create role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service create role params

func (*AuthServiceCreateRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service create role params

func (*AuthServiceCreateRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceCreateRoleReader

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

AuthServiceCreateRoleReader is a Reader for the AuthServiceCreateRole structure.

func (*AuthServiceCreateRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceCreateUserDefault

type AuthServiceCreateUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceCreateUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceCreateUserDefault

func NewAuthServiceCreateUserDefault(code int) *AuthServiceCreateUserDefault

NewAuthServiceCreateUserDefault creates a AuthServiceCreateUserDefault with default headers values

func (*AuthServiceCreateUserDefault) Code

Code gets the status code for the auth service create user default response

func (*AuthServiceCreateUserDefault) Error

func (*AuthServiceCreateUserDefault) GetPayload

type AuthServiceCreateUserNotFound

type AuthServiceCreateUserNotFound struct {
	Payload string
}
AuthServiceCreateUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceCreateUserNotFound

func NewAuthServiceCreateUserNotFound() *AuthServiceCreateUserNotFound

NewAuthServiceCreateUserNotFound creates a AuthServiceCreateUserNotFound with default headers values

func (*AuthServiceCreateUserNotFound) Error

func (*AuthServiceCreateUserNotFound) GetPayload

func (o *AuthServiceCreateUserNotFound) GetPayload() string

type AuthServiceCreateUserOK

type AuthServiceCreateUserOK struct {
	Payload *models.V1CreateUserResponse
}
AuthServiceCreateUserOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceCreateUserOK

func NewAuthServiceCreateUserOK() *AuthServiceCreateUserOK

NewAuthServiceCreateUserOK creates a AuthServiceCreateUserOK with default headers values

func (*AuthServiceCreateUserOK) Error

func (o *AuthServiceCreateUserOK) Error() string

func (*AuthServiceCreateUserOK) GetPayload

type AuthServiceCreateUserParams

type AuthServiceCreateUserParams struct {

	// Body.
	Body *models.V1CreateUserRequest

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

AuthServiceCreateUserParams contains all the parameters to send to the API endpoint

for the auth service create user operation.

Typically these are written to a http.Request.

func NewAuthServiceCreateUserParams

func NewAuthServiceCreateUserParams() *AuthServiceCreateUserParams

NewAuthServiceCreateUserParams creates a new AuthServiceCreateUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceCreateUserParamsWithContext

func NewAuthServiceCreateUserParamsWithContext(ctx context.Context) *AuthServiceCreateUserParams

NewAuthServiceCreateUserParamsWithContext creates a new AuthServiceCreateUserParams object with the ability to set a context for a request.

func NewAuthServiceCreateUserParamsWithHTTPClient

func NewAuthServiceCreateUserParamsWithHTTPClient(client *http.Client) *AuthServiceCreateUserParams

NewAuthServiceCreateUserParamsWithHTTPClient creates a new AuthServiceCreateUserParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceCreateUserParamsWithTimeout

func NewAuthServiceCreateUserParamsWithTimeout(timeout time.Duration) *AuthServiceCreateUserParams

NewAuthServiceCreateUserParamsWithTimeout creates a new AuthServiceCreateUserParams object with the ability to set a timeout on a request.

func (*AuthServiceCreateUserParams) SetBody

SetBody adds the body to the auth service create user params

func (*AuthServiceCreateUserParams) SetContext

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

SetContext adds the context to the auth service create user params

func (*AuthServiceCreateUserParams) SetDefaults added in v0.4.5

func (o *AuthServiceCreateUserParams) SetDefaults()

SetDefaults hydrates default values in the auth service create user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service create user params

func (*AuthServiceCreateUserParams) SetTimeout

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

SetTimeout adds the timeout to the auth service create user params

func (*AuthServiceCreateUserParams) WithBody

WithBody adds the body to the auth service create user params

func (*AuthServiceCreateUserParams) WithContext

WithContext adds the context to the auth service create user params

func (*AuthServiceCreateUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service create user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceCreateUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service create user params

func (*AuthServiceCreateUserParams) WithTimeout

WithTimeout adds the timeout to the auth service create user params

func (*AuthServiceCreateUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceCreateUserReader

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

AuthServiceCreateUserReader is a Reader for the AuthServiceCreateUser structure.

func (*AuthServiceCreateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceDeleteAccessKeyDefault

type AuthServiceDeleteAccessKeyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceDeleteAccessKeyDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceDeleteAccessKeyDefault

func NewAuthServiceDeleteAccessKeyDefault(code int) *AuthServiceDeleteAccessKeyDefault

NewAuthServiceDeleteAccessKeyDefault creates a AuthServiceDeleteAccessKeyDefault with default headers values

func (*AuthServiceDeleteAccessKeyDefault) Code

Code gets the status code for the auth service delete access key default response

func (*AuthServiceDeleteAccessKeyDefault) Error

func (*AuthServiceDeleteAccessKeyDefault) GetPayload

type AuthServiceDeleteAccessKeyNotFound

type AuthServiceDeleteAccessKeyNotFound struct {
	Payload string
}
AuthServiceDeleteAccessKeyNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceDeleteAccessKeyNotFound

func NewAuthServiceDeleteAccessKeyNotFound() *AuthServiceDeleteAccessKeyNotFound

NewAuthServiceDeleteAccessKeyNotFound creates a AuthServiceDeleteAccessKeyNotFound with default headers values

func (*AuthServiceDeleteAccessKeyNotFound) Error

func (*AuthServiceDeleteAccessKeyNotFound) GetPayload

type AuthServiceDeleteAccessKeyOK

type AuthServiceDeleteAccessKeyOK struct {
	Payload models.V1DeleteAccessKeyResponse
}
AuthServiceDeleteAccessKeyOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceDeleteAccessKeyOK

func NewAuthServiceDeleteAccessKeyOK() *AuthServiceDeleteAccessKeyOK

NewAuthServiceDeleteAccessKeyOK creates a AuthServiceDeleteAccessKeyOK with default headers values

func (*AuthServiceDeleteAccessKeyOK) Error

func (*AuthServiceDeleteAccessKeyOK) GetPayload

type AuthServiceDeleteAccessKeyParams

type AuthServiceDeleteAccessKeyParams struct {

	// AccessKeyID.
	AccessKeyID string

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

AuthServiceDeleteAccessKeyParams contains all the parameters to send to the API endpoint

for the auth service delete access key operation.

Typically these are written to a http.Request.

func NewAuthServiceDeleteAccessKeyParams

func NewAuthServiceDeleteAccessKeyParams() *AuthServiceDeleteAccessKeyParams

NewAuthServiceDeleteAccessKeyParams creates a new AuthServiceDeleteAccessKeyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceDeleteAccessKeyParamsWithContext

func NewAuthServiceDeleteAccessKeyParamsWithContext(ctx context.Context) *AuthServiceDeleteAccessKeyParams

NewAuthServiceDeleteAccessKeyParamsWithContext creates a new AuthServiceDeleteAccessKeyParams object with the ability to set a context for a request.

func NewAuthServiceDeleteAccessKeyParamsWithHTTPClient

func NewAuthServiceDeleteAccessKeyParamsWithHTTPClient(client *http.Client) *AuthServiceDeleteAccessKeyParams

NewAuthServiceDeleteAccessKeyParamsWithHTTPClient creates a new AuthServiceDeleteAccessKeyParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceDeleteAccessKeyParamsWithTimeout

func NewAuthServiceDeleteAccessKeyParamsWithTimeout(timeout time.Duration) *AuthServiceDeleteAccessKeyParams

NewAuthServiceDeleteAccessKeyParamsWithTimeout creates a new AuthServiceDeleteAccessKeyParams object with the ability to set a timeout on a request.

func (*AuthServiceDeleteAccessKeyParams) SetAccessKeyID

func (o *AuthServiceDeleteAccessKeyParams) SetAccessKeyID(accessKeyID string)

SetAccessKeyID adds the accessKeyId to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) SetContext

SetContext adds the context to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) SetDefaults added in v0.4.5

func (o *AuthServiceDeleteAccessKeyParams) SetDefaults()

SetDefaults hydrates default values in the auth service delete access key params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteAccessKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) SetTimeout

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

SetTimeout adds the timeout to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) WithAccessKeyID

WithAccessKeyID adds the accessKeyID to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) WithContext

WithContext adds the context to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service delete access key params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteAccessKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) WithTimeout

WithTimeout adds the timeout to the auth service delete access key params

func (*AuthServiceDeleteAccessKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceDeleteAccessKeyReader

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

AuthServiceDeleteAccessKeyReader is a Reader for the AuthServiceDeleteAccessKey structure.

func (*AuthServiceDeleteAccessKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceDeleteClientBadRequest

type AuthServiceDeleteClientBadRequest struct {
	Payload interface{}
}
AuthServiceDeleteClientBadRequest describes a response with status code 400, with default header values.

Returned when no valid client ID is provided in the request.

func NewAuthServiceDeleteClientBadRequest

func NewAuthServiceDeleteClientBadRequest() *AuthServiceDeleteClientBadRequest

NewAuthServiceDeleteClientBadRequest creates a AuthServiceDeleteClientBadRequest with default headers values

func (*AuthServiceDeleteClientBadRequest) Error

func (*AuthServiceDeleteClientBadRequest) GetPayload

func (o *AuthServiceDeleteClientBadRequest) GetPayload() interface{}

type AuthServiceDeleteClientDefault

type AuthServiceDeleteClientDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceDeleteClientDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceDeleteClientDefault

func NewAuthServiceDeleteClientDefault(code int) *AuthServiceDeleteClientDefault

NewAuthServiceDeleteClientDefault creates a AuthServiceDeleteClientDefault with default headers values

func (*AuthServiceDeleteClientDefault) Code

Code gets the status code for the auth service delete client default response

func (*AuthServiceDeleteClientDefault) Error

func (*AuthServiceDeleteClientDefault) GetPayload

type AuthServiceDeleteClientForbidden

type AuthServiceDeleteClientForbidden struct {
	Payload interface{}
}
AuthServiceDeleteClientForbidden describes a response with status code 403, with default header values.

Returned when the caller is not allowed to perform this call.

func NewAuthServiceDeleteClientForbidden

func NewAuthServiceDeleteClientForbidden() *AuthServiceDeleteClientForbidden

NewAuthServiceDeleteClientForbidden creates a AuthServiceDeleteClientForbidden with default headers values

func (*AuthServiceDeleteClientForbidden) Error

func (*AuthServiceDeleteClientForbidden) GetPayload

func (o *AuthServiceDeleteClientForbidden) GetPayload() interface{}

type AuthServiceDeleteClientInternalServerError

type AuthServiceDeleteClientInternalServerError struct {
	Payload interface{}
}
AuthServiceDeleteClientInternalServerError describes a response with status code 500, with default header values.

Returned whenever an internall error occurs.

func NewAuthServiceDeleteClientInternalServerError

func NewAuthServiceDeleteClientInternalServerError() *AuthServiceDeleteClientInternalServerError

NewAuthServiceDeleteClientInternalServerError creates a AuthServiceDeleteClientInternalServerError with default headers values

func (*AuthServiceDeleteClientInternalServerError) Error

func (*AuthServiceDeleteClientInternalServerError) GetPayload

func (o *AuthServiceDeleteClientInternalServerError) GetPayload() interface{}

type AuthServiceDeleteClientNotFound

type AuthServiceDeleteClientNotFound struct {
	Payload interface{}
}
AuthServiceDeleteClientNotFound describes a response with status code 404, with default header values.

Returned when a user with the provided ID could not be found within the scope of the account.

func NewAuthServiceDeleteClientNotFound

func NewAuthServiceDeleteClientNotFound() *AuthServiceDeleteClientNotFound

NewAuthServiceDeleteClientNotFound creates a AuthServiceDeleteClientNotFound with default headers values

func (*AuthServiceDeleteClientNotFound) Error

func (*AuthServiceDeleteClientNotFound) GetPayload

func (o *AuthServiceDeleteClientNotFound) GetPayload() interface{}

type AuthServiceDeleteClientOK

type AuthServiceDeleteClientOK struct {
	Payload models.V1DeleteClientResponse
}
AuthServiceDeleteClientOK describes a response with status code 200, with default header values.

Returned when Client is successfuly deleted.

func NewAuthServiceDeleteClientOK

func NewAuthServiceDeleteClientOK() *AuthServiceDeleteClientOK

NewAuthServiceDeleteClientOK creates a AuthServiceDeleteClientOK with default headers values

func (*AuthServiceDeleteClientOK) Error

func (o *AuthServiceDeleteClientOK) Error() string

func (*AuthServiceDeleteClientOK) GetPayload

type AuthServiceDeleteClientParams

type AuthServiceDeleteClientParams struct {

	// ID.
	ID string

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

AuthServiceDeleteClientParams contains all the parameters to send to the API endpoint

for the auth service delete client operation.

Typically these are written to a http.Request.

func NewAuthServiceDeleteClientParams

func NewAuthServiceDeleteClientParams() *AuthServiceDeleteClientParams

NewAuthServiceDeleteClientParams creates a new AuthServiceDeleteClientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceDeleteClientParamsWithContext

func NewAuthServiceDeleteClientParamsWithContext(ctx context.Context) *AuthServiceDeleteClientParams

NewAuthServiceDeleteClientParamsWithContext creates a new AuthServiceDeleteClientParams object with the ability to set a context for a request.

func NewAuthServiceDeleteClientParamsWithHTTPClient

func NewAuthServiceDeleteClientParamsWithHTTPClient(client *http.Client) *AuthServiceDeleteClientParams

NewAuthServiceDeleteClientParamsWithHTTPClient creates a new AuthServiceDeleteClientParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceDeleteClientParamsWithTimeout

func NewAuthServiceDeleteClientParamsWithTimeout(timeout time.Duration) *AuthServiceDeleteClientParams

NewAuthServiceDeleteClientParamsWithTimeout creates a new AuthServiceDeleteClientParams object with the ability to set a timeout on a request.

func (*AuthServiceDeleteClientParams) SetContext

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

SetContext adds the context to the auth service delete client params

func (*AuthServiceDeleteClientParams) SetDefaults added in v0.4.5

func (o *AuthServiceDeleteClientParams) SetDefaults()

SetDefaults hydrates default values in the auth service delete client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service delete client params

func (*AuthServiceDeleteClientParams) SetID

SetID adds the id to the auth service delete client params

func (*AuthServiceDeleteClientParams) SetTimeout

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

SetTimeout adds the timeout to the auth service delete client params

func (*AuthServiceDeleteClientParams) WithContext

WithContext adds the context to the auth service delete client params

func (*AuthServiceDeleteClientParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service delete client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service delete client params

func (*AuthServiceDeleteClientParams) WithID

WithID adds the id to the auth service delete client params

func (*AuthServiceDeleteClientParams) WithTimeout

WithTimeout adds the timeout to the auth service delete client params

func (*AuthServiceDeleteClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceDeleteClientReader

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

AuthServiceDeleteClientReader is a Reader for the AuthServiceDeleteClient structure.

func (*AuthServiceDeleteClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceDeletePolicyDefault

type AuthServiceDeletePolicyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceDeletePolicyDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceDeletePolicyDefault

func NewAuthServiceDeletePolicyDefault(code int) *AuthServiceDeletePolicyDefault

NewAuthServiceDeletePolicyDefault creates a AuthServiceDeletePolicyDefault with default headers values

func (*AuthServiceDeletePolicyDefault) Code

Code gets the status code for the auth service delete policy default response

func (*AuthServiceDeletePolicyDefault) Error

func (*AuthServiceDeletePolicyDefault) GetPayload

type AuthServiceDeletePolicyNotFound

type AuthServiceDeletePolicyNotFound struct {
	Payload string
}
AuthServiceDeletePolicyNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceDeletePolicyNotFound

func NewAuthServiceDeletePolicyNotFound() *AuthServiceDeletePolicyNotFound

NewAuthServiceDeletePolicyNotFound creates a AuthServiceDeletePolicyNotFound with default headers values

func (*AuthServiceDeletePolicyNotFound) Error

func (*AuthServiceDeletePolicyNotFound) GetPayload

func (o *AuthServiceDeletePolicyNotFound) GetPayload() string

type AuthServiceDeletePolicyOK

type AuthServiceDeletePolicyOK struct {
	Payload models.V1DeletePolicyResponse
}
AuthServiceDeletePolicyOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceDeletePolicyOK

func NewAuthServiceDeletePolicyOK() *AuthServiceDeletePolicyOK

NewAuthServiceDeletePolicyOK creates a AuthServiceDeletePolicyOK with default headers values

func (*AuthServiceDeletePolicyOK) Error

func (o *AuthServiceDeletePolicyOK) Error() string

func (*AuthServiceDeletePolicyOK) GetPayload

type AuthServiceDeletePolicyParams

type AuthServiceDeletePolicyParams struct {

	// PolicyID.
	PolicyID string

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

AuthServiceDeletePolicyParams contains all the parameters to send to the API endpoint

for the auth service delete policy operation.

Typically these are written to a http.Request.

func NewAuthServiceDeletePolicyParams

func NewAuthServiceDeletePolicyParams() *AuthServiceDeletePolicyParams

NewAuthServiceDeletePolicyParams creates a new AuthServiceDeletePolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceDeletePolicyParamsWithContext

func NewAuthServiceDeletePolicyParamsWithContext(ctx context.Context) *AuthServiceDeletePolicyParams

NewAuthServiceDeletePolicyParamsWithContext creates a new AuthServiceDeletePolicyParams object with the ability to set a context for a request.

func NewAuthServiceDeletePolicyParamsWithHTTPClient

func NewAuthServiceDeletePolicyParamsWithHTTPClient(client *http.Client) *AuthServiceDeletePolicyParams

NewAuthServiceDeletePolicyParamsWithHTTPClient creates a new AuthServiceDeletePolicyParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceDeletePolicyParamsWithTimeout

func NewAuthServiceDeletePolicyParamsWithTimeout(timeout time.Duration) *AuthServiceDeletePolicyParams

NewAuthServiceDeletePolicyParamsWithTimeout creates a new AuthServiceDeletePolicyParams object with the ability to set a timeout on a request.

func (*AuthServiceDeletePolicyParams) SetContext

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

SetContext adds the context to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) SetDefaults added in v0.4.5

func (o *AuthServiceDeletePolicyParams) SetDefaults()

SetDefaults hydrates default values in the auth service delete policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeletePolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) SetPolicyID

func (o *AuthServiceDeletePolicyParams) SetPolicyID(policyID string)

SetPolicyID adds the policyId to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) SetTimeout

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

SetTimeout adds the timeout to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) WithContext

WithContext adds the context to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service delete policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeletePolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) WithPolicyID

WithPolicyID adds the policyID to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) WithTimeout

WithTimeout adds the timeout to the auth service delete policy params

func (*AuthServiceDeletePolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceDeletePolicyReader

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

AuthServiceDeletePolicyReader is a Reader for the AuthServiceDeletePolicy structure.

func (*AuthServiceDeletePolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceDeleteRoleDefault

type AuthServiceDeleteRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceDeleteRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceDeleteRoleDefault

func NewAuthServiceDeleteRoleDefault(code int) *AuthServiceDeleteRoleDefault

NewAuthServiceDeleteRoleDefault creates a AuthServiceDeleteRoleDefault with default headers values

func (*AuthServiceDeleteRoleDefault) Code

Code gets the status code for the auth service delete role default response

func (*AuthServiceDeleteRoleDefault) Error

func (*AuthServiceDeleteRoleDefault) GetPayload

type AuthServiceDeleteRoleNotFound

type AuthServiceDeleteRoleNotFound struct {
	Payload string
}
AuthServiceDeleteRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceDeleteRoleNotFound

func NewAuthServiceDeleteRoleNotFound() *AuthServiceDeleteRoleNotFound

NewAuthServiceDeleteRoleNotFound creates a AuthServiceDeleteRoleNotFound with default headers values

func (*AuthServiceDeleteRoleNotFound) Error

func (*AuthServiceDeleteRoleNotFound) GetPayload

func (o *AuthServiceDeleteRoleNotFound) GetPayload() string

type AuthServiceDeleteRoleOK

type AuthServiceDeleteRoleOK struct {
	Payload models.V1DeleteRoleResponse
}
AuthServiceDeleteRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceDeleteRoleOK

func NewAuthServiceDeleteRoleOK() *AuthServiceDeleteRoleOK

NewAuthServiceDeleteRoleOK creates a AuthServiceDeleteRoleOK with default headers values

func (*AuthServiceDeleteRoleOK) Error

func (o *AuthServiceDeleteRoleOK) Error() string

func (*AuthServiceDeleteRoleOK) GetPayload

type AuthServiceDeleteRoleParams

type AuthServiceDeleteRoleParams struct {

	// RoleID.
	RoleID string

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

AuthServiceDeleteRoleParams contains all the parameters to send to the API endpoint

for the auth service delete role operation.

Typically these are written to a http.Request.

func NewAuthServiceDeleteRoleParams

func NewAuthServiceDeleteRoleParams() *AuthServiceDeleteRoleParams

NewAuthServiceDeleteRoleParams creates a new AuthServiceDeleteRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceDeleteRoleParamsWithContext

func NewAuthServiceDeleteRoleParamsWithContext(ctx context.Context) *AuthServiceDeleteRoleParams

NewAuthServiceDeleteRoleParamsWithContext creates a new AuthServiceDeleteRoleParams object with the ability to set a context for a request.

func NewAuthServiceDeleteRoleParamsWithHTTPClient

func NewAuthServiceDeleteRoleParamsWithHTTPClient(client *http.Client) *AuthServiceDeleteRoleParams

NewAuthServiceDeleteRoleParamsWithHTTPClient creates a new AuthServiceDeleteRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceDeleteRoleParamsWithTimeout

func NewAuthServiceDeleteRoleParamsWithTimeout(timeout time.Duration) *AuthServiceDeleteRoleParams

NewAuthServiceDeleteRoleParamsWithTimeout creates a new AuthServiceDeleteRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceDeleteRoleParams) SetContext

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

SetContext adds the context to the auth service delete role params

func (*AuthServiceDeleteRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceDeleteRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service delete role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service delete role params

func (*AuthServiceDeleteRoleParams) SetRoleID

func (o *AuthServiceDeleteRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the auth service delete role params

func (*AuthServiceDeleteRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service delete role params

func (*AuthServiceDeleteRoleParams) WithContext

WithContext adds the context to the auth service delete role params

func (*AuthServiceDeleteRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service delete role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service delete role params

func (*AuthServiceDeleteRoleParams) WithRoleID

WithRoleID adds the roleID to the auth service delete role params

func (*AuthServiceDeleteRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service delete role params

func (*AuthServiceDeleteRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceDeleteRoleReader

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

AuthServiceDeleteRoleReader is a Reader for the AuthServiceDeleteRole structure.

func (*AuthServiceDeleteRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceDeleteUserDefault

type AuthServiceDeleteUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceDeleteUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceDeleteUserDefault

func NewAuthServiceDeleteUserDefault(code int) *AuthServiceDeleteUserDefault

NewAuthServiceDeleteUserDefault creates a AuthServiceDeleteUserDefault with default headers values

func (*AuthServiceDeleteUserDefault) Code

Code gets the status code for the auth service delete user default response

func (*AuthServiceDeleteUserDefault) Error

func (*AuthServiceDeleteUserDefault) GetPayload

type AuthServiceDeleteUserNotFound

type AuthServiceDeleteUserNotFound struct {
	Payload string
}
AuthServiceDeleteUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceDeleteUserNotFound

func NewAuthServiceDeleteUserNotFound() *AuthServiceDeleteUserNotFound

NewAuthServiceDeleteUserNotFound creates a AuthServiceDeleteUserNotFound with default headers values

func (*AuthServiceDeleteUserNotFound) Error

func (*AuthServiceDeleteUserNotFound) GetPayload

func (o *AuthServiceDeleteUserNotFound) GetPayload() string

type AuthServiceDeleteUserOK

type AuthServiceDeleteUserOK struct {
	Payload models.V1DeleteUserResponse
}
AuthServiceDeleteUserOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceDeleteUserOK

func NewAuthServiceDeleteUserOK() *AuthServiceDeleteUserOK

NewAuthServiceDeleteUserOK creates a AuthServiceDeleteUserOK with default headers values

func (*AuthServiceDeleteUserOK) Error

func (o *AuthServiceDeleteUserOK) Error() string

func (*AuthServiceDeleteUserOK) GetPayload

type AuthServiceDeleteUserParams

type AuthServiceDeleteUserParams struct {

	// UserID.
	UserID string

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

AuthServiceDeleteUserParams contains all the parameters to send to the API endpoint

for the auth service delete user operation.

Typically these are written to a http.Request.

func NewAuthServiceDeleteUserParams

func NewAuthServiceDeleteUserParams() *AuthServiceDeleteUserParams

NewAuthServiceDeleteUserParams creates a new AuthServiceDeleteUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceDeleteUserParamsWithContext

func NewAuthServiceDeleteUserParamsWithContext(ctx context.Context) *AuthServiceDeleteUserParams

NewAuthServiceDeleteUserParamsWithContext creates a new AuthServiceDeleteUserParams object with the ability to set a context for a request.

func NewAuthServiceDeleteUserParamsWithHTTPClient

func NewAuthServiceDeleteUserParamsWithHTTPClient(client *http.Client) *AuthServiceDeleteUserParams

NewAuthServiceDeleteUserParamsWithHTTPClient creates a new AuthServiceDeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceDeleteUserParamsWithTimeout

func NewAuthServiceDeleteUserParamsWithTimeout(timeout time.Duration) *AuthServiceDeleteUserParams

NewAuthServiceDeleteUserParamsWithTimeout creates a new AuthServiceDeleteUserParams object with the ability to set a timeout on a request.

func (*AuthServiceDeleteUserParams) SetContext

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

SetContext adds the context to the auth service delete user params

func (*AuthServiceDeleteUserParams) SetDefaults added in v0.4.5

func (o *AuthServiceDeleteUserParams) SetDefaults()

SetDefaults hydrates default values in the auth service delete user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service delete user params

func (*AuthServiceDeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the auth service delete user params

func (*AuthServiceDeleteUserParams) SetUserID

func (o *AuthServiceDeleteUserParams) SetUserID(userID string)

SetUserID adds the userId to the auth service delete user params

func (*AuthServiceDeleteUserParams) WithContext

WithContext adds the context to the auth service delete user params

func (*AuthServiceDeleteUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service delete user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceDeleteUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service delete user params

func (*AuthServiceDeleteUserParams) WithTimeout

WithTimeout adds the timeout to the auth service delete user params

func (*AuthServiceDeleteUserParams) WithUserID

WithUserID adds the userID to the auth service delete user params

func (*AuthServiceDeleteUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceDeleteUserReader

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

AuthServiceDeleteUserReader is a Reader for the AuthServiceDeleteUser structure.

func (*AuthServiceDeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetClientDefault added in v0.5.0

type AuthServiceGetClientDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetClientDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetClientDefault added in v0.5.0

func NewAuthServiceGetClientDefault(code int) *AuthServiceGetClientDefault

NewAuthServiceGetClientDefault creates a AuthServiceGetClientDefault with default headers values

func (*AuthServiceGetClientDefault) Code added in v0.5.0

func (o *AuthServiceGetClientDefault) Code() int

Code gets the status code for the auth service get client default response

func (*AuthServiceGetClientDefault) Error added in v0.5.0

func (*AuthServiceGetClientDefault) GetPayload added in v0.5.0

type AuthServiceGetClientForbidden added in v0.5.0

type AuthServiceGetClientForbidden struct {
	Payload interface{}
}
AuthServiceGetClientForbidden describes a response with status code 403, with default header values.

Returned when the caller is not allowed to perform this call.

func NewAuthServiceGetClientForbidden added in v0.5.0

func NewAuthServiceGetClientForbidden() *AuthServiceGetClientForbidden

NewAuthServiceGetClientForbidden creates a AuthServiceGetClientForbidden with default headers values

func (*AuthServiceGetClientForbidden) Error added in v0.5.0

func (*AuthServiceGetClientForbidden) GetPayload added in v0.5.0

func (o *AuthServiceGetClientForbidden) GetPayload() interface{}

type AuthServiceGetClientInternalServerError added in v0.5.0

type AuthServiceGetClientInternalServerError struct {
	Payload interface{}
}
AuthServiceGetClientInternalServerError describes a response with status code 500, with default header values.

Returned whenever an internall error occurs.

func NewAuthServiceGetClientInternalServerError added in v0.5.0

func NewAuthServiceGetClientInternalServerError() *AuthServiceGetClientInternalServerError

NewAuthServiceGetClientInternalServerError creates a AuthServiceGetClientInternalServerError with default headers values

func (*AuthServiceGetClientInternalServerError) Error added in v0.5.0

func (*AuthServiceGetClientInternalServerError) GetPayload added in v0.5.0

func (o *AuthServiceGetClientInternalServerError) GetPayload() interface{}

type AuthServiceGetClientNotFound added in v0.5.0

type AuthServiceGetClientNotFound struct {
	Payload interface{}
}
AuthServiceGetClientNotFound describes a response with status code 404, with default header values.

Returned when a client with the given ID is not found.

func NewAuthServiceGetClientNotFound added in v0.5.0

func NewAuthServiceGetClientNotFound() *AuthServiceGetClientNotFound

NewAuthServiceGetClientNotFound creates a AuthServiceGetClientNotFound with default headers values

func (*AuthServiceGetClientNotFound) Error added in v0.5.0

func (*AuthServiceGetClientNotFound) GetPayload added in v0.5.0

func (o *AuthServiceGetClientNotFound) GetPayload() interface{}

type AuthServiceGetClientOK added in v0.5.0

type AuthServiceGetClientOK struct {
	Payload *models.V1GetClientResponse
}
AuthServiceGetClientOK describes a response with status code 200, with default header values.

Returned when client is successfuly fetched.

func NewAuthServiceGetClientOK added in v0.5.0

func NewAuthServiceGetClientOK() *AuthServiceGetClientOK

NewAuthServiceGetClientOK creates a AuthServiceGetClientOK with default headers values

func (*AuthServiceGetClientOK) Error added in v0.5.0

func (o *AuthServiceGetClientOK) Error() string

func (*AuthServiceGetClientOK) GetPayload added in v0.5.0

type AuthServiceGetClientParams added in v0.5.0

type AuthServiceGetClientParams struct {

	// ClientID.
	ClientID string

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

AuthServiceGetClientParams contains all the parameters to send to the API endpoint

for the auth service get client operation.

Typically these are written to a http.Request.

func NewAuthServiceGetClientParams added in v0.5.0

func NewAuthServiceGetClientParams() *AuthServiceGetClientParams

NewAuthServiceGetClientParams creates a new AuthServiceGetClientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetClientParamsWithContext added in v0.5.0

func NewAuthServiceGetClientParamsWithContext(ctx context.Context) *AuthServiceGetClientParams

NewAuthServiceGetClientParamsWithContext creates a new AuthServiceGetClientParams object with the ability to set a context for a request.

func NewAuthServiceGetClientParamsWithHTTPClient added in v0.5.0

func NewAuthServiceGetClientParamsWithHTTPClient(client *http.Client) *AuthServiceGetClientParams

NewAuthServiceGetClientParamsWithHTTPClient creates a new AuthServiceGetClientParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetClientParamsWithTimeout added in v0.5.0

func NewAuthServiceGetClientParamsWithTimeout(timeout time.Duration) *AuthServiceGetClientParams

NewAuthServiceGetClientParamsWithTimeout creates a new AuthServiceGetClientParams object with the ability to set a timeout on a request.

func (*AuthServiceGetClientParams) SetClientID added in v0.5.0

func (o *AuthServiceGetClientParams) SetClientID(clientID string)

SetClientID adds the clientId to the auth service get client params

func (*AuthServiceGetClientParams) SetContext added in v0.5.0

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

SetContext adds the context to the auth service get client params

func (*AuthServiceGetClientParams) SetDefaults added in v0.6.0

func (o *AuthServiceGetClientParams) SetDefaults()

SetDefaults hydrates default values in the auth service get client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetClientParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the auth service get client params

func (*AuthServiceGetClientParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the auth service get client params

func (*AuthServiceGetClientParams) WithClientID added in v0.5.0

WithClientID adds the clientID to the auth service get client params

func (*AuthServiceGetClientParams) WithContext added in v0.5.0

WithContext adds the context to the auth service get client params

func (*AuthServiceGetClientParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the auth service get client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetClientParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the auth service get client params

func (*AuthServiceGetClientParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the auth service get client params

func (*AuthServiceGetClientParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type AuthServiceGetClientReader added in v0.5.0

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

AuthServiceGetClientReader is a Reader for the AuthServiceGetClient structure.

func (*AuthServiceGetClientReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type AuthServiceGetClientsDefault

type AuthServiceGetClientsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetClientsDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetClientsDefault

func NewAuthServiceGetClientsDefault(code int) *AuthServiceGetClientsDefault

NewAuthServiceGetClientsDefault creates a AuthServiceGetClientsDefault with default headers values

func (*AuthServiceGetClientsDefault) Code

Code gets the status code for the auth service get clients default response

func (*AuthServiceGetClientsDefault) Error

func (*AuthServiceGetClientsDefault) GetPayload

type AuthServiceGetClientsForbidden

type AuthServiceGetClientsForbidden struct {
	Payload interface{}
}
AuthServiceGetClientsForbidden describes a response with status code 403, with default header values.

Returned when the caller is not allowed to perform this call.

func NewAuthServiceGetClientsForbidden

func NewAuthServiceGetClientsForbidden() *AuthServiceGetClientsForbidden

NewAuthServiceGetClientsForbidden creates a AuthServiceGetClientsForbidden with default headers values

func (*AuthServiceGetClientsForbidden) Error

func (*AuthServiceGetClientsForbidden) GetPayload

func (o *AuthServiceGetClientsForbidden) GetPayload() interface{}

type AuthServiceGetClientsInternalServerError

type AuthServiceGetClientsInternalServerError struct {
	Payload interface{}
}
AuthServiceGetClientsInternalServerError describes a response with status code 500, with default header values.

Returned whenever an internall error occurs.

func NewAuthServiceGetClientsInternalServerError

func NewAuthServiceGetClientsInternalServerError() *AuthServiceGetClientsInternalServerError

NewAuthServiceGetClientsInternalServerError creates a AuthServiceGetClientsInternalServerError with default headers values

func (*AuthServiceGetClientsInternalServerError) Error

func (*AuthServiceGetClientsInternalServerError) GetPayload

func (o *AuthServiceGetClientsInternalServerError) GetPayload() interface{}

type AuthServiceGetClientsNotFound

type AuthServiceGetClientsNotFound struct {
	Payload string
}
AuthServiceGetClientsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetClientsNotFound

func NewAuthServiceGetClientsNotFound() *AuthServiceGetClientsNotFound

NewAuthServiceGetClientsNotFound creates a AuthServiceGetClientsNotFound with default headers values

func (*AuthServiceGetClientsNotFound) Error

func (*AuthServiceGetClientsNotFound) GetPayload

func (o *AuthServiceGetClientsNotFound) GetPayload() string

type AuthServiceGetClientsOK

type AuthServiceGetClientsOK struct {
	Payload *models.V1GetClientsResponse
}
AuthServiceGetClientsOK describes a response with status code 200, with default header values.

Returned when clients are successfuly fetched.

func NewAuthServiceGetClientsOK

func NewAuthServiceGetClientsOK() *AuthServiceGetClientsOK

NewAuthServiceGetClientsOK creates a AuthServiceGetClientsOK with default headers values

func (*AuthServiceGetClientsOK) Error

func (o *AuthServiceGetClientsOK) Error() string

func (*AuthServiceGetClientsOK) GetPayload

type AuthServiceGetClientsParams

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

AuthServiceGetClientsParams contains all the parameters to send to the API endpoint

for the auth service get clients operation.

Typically these are written to a http.Request.

func NewAuthServiceGetClientsParams

func NewAuthServiceGetClientsParams() *AuthServiceGetClientsParams

NewAuthServiceGetClientsParams creates a new AuthServiceGetClientsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetClientsParamsWithContext

func NewAuthServiceGetClientsParamsWithContext(ctx context.Context) *AuthServiceGetClientsParams

NewAuthServiceGetClientsParamsWithContext creates a new AuthServiceGetClientsParams object with the ability to set a context for a request.

func NewAuthServiceGetClientsParamsWithHTTPClient

func NewAuthServiceGetClientsParamsWithHTTPClient(client *http.Client) *AuthServiceGetClientsParams

NewAuthServiceGetClientsParamsWithHTTPClient creates a new AuthServiceGetClientsParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetClientsParamsWithTimeout

func NewAuthServiceGetClientsParamsWithTimeout(timeout time.Duration) *AuthServiceGetClientsParams

NewAuthServiceGetClientsParamsWithTimeout creates a new AuthServiceGetClientsParams object with the ability to set a timeout on a request.

func (*AuthServiceGetClientsParams) SetContext

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

SetContext adds the context to the auth service get clients params

func (*AuthServiceGetClientsParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetClientsParams) SetDefaults()

SetDefaults hydrates default values in the auth service get clients params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetClientsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get clients params

func (*AuthServiceGetClientsParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get clients params

func (*AuthServiceGetClientsParams) WithContext

WithContext adds the context to the auth service get clients params

func (*AuthServiceGetClientsParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get clients params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetClientsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get clients params

func (*AuthServiceGetClientsParams) WithTimeout

WithTimeout adds the timeout to the auth service get clients params

func (*AuthServiceGetClientsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetClientsReader

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

AuthServiceGetClientsReader is a Reader for the AuthServiceGetClients structure.

func (*AuthServiceGetClientsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetDefaultPoliciesDefault

type AuthServiceGetDefaultPoliciesDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetDefaultPoliciesDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetDefaultPoliciesDefault

func NewAuthServiceGetDefaultPoliciesDefault(code int) *AuthServiceGetDefaultPoliciesDefault

NewAuthServiceGetDefaultPoliciesDefault creates a AuthServiceGetDefaultPoliciesDefault with default headers values

func (*AuthServiceGetDefaultPoliciesDefault) Code

Code gets the status code for the auth service get default policies default response

func (*AuthServiceGetDefaultPoliciesDefault) Error

func (*AuthServiceGetDefaultPoliciesDefault) GetPayload

type AuthServiceGetDefaultPoliciesNotFound

type AuthServiceGetDefaultPoliciesNotFound struct {
	Payload string
}
AuthServiceGetDefaultPoliciesNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetDefaultPoliciesNotFound

func NewAuthServiceGetDefaultPoliciesNotFound() *AuthServiceGetDefaultPoliciesNotFound

NewAuthServiceGetDefaultPoliciesNotFound creates a AuthServiceGetDefaultPoliciesNotFound with default headers values

func (*AuthServiceGetDefaultPoliciesNotFound) Error

func (*AuthServiceGetDefaultPoliciesNotFound) GetPayload

type AuthServiceGetDefaultPoliciesOK

type AuthServiceGetDefaultPoliciesOK struct {
	Payload *models.V1GetDefaultPoliciesResponse
}
AuthServiceGetDefaultPoliciesOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetDefaultPoliciesOK

func NewAuthServiceGetDefaultPoliciesOK() *AuthServiceGetDefaultPoliciesOK

NewAuthServiceGetDefaultPoliciesOK creates a AuthServiceGetDefaultPoliciesOK with default headers values

func (*AuthServiceGetDefaultPoliciesOK) Error

func (*AuthServiceGetDefaultPoliciesOK) GetPayload

type AuthServiceGetDefaultPoliciesParams

type AuthServiceGetDefaultPoliciesParams struct {

	// Limit.
	//
	// Format: int64
	Limit *string

	// Offset.
	Offset *string

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

AuthServiceGetDefaultPoliciesParams contains all the parameters to send to the API endpoint

for the auth service get default policies operation.

Typically these are written to a http.Request.

func NewAuthServiceGetDefaultPoliciesParams

func NewAuthServiceGetDefaultPoliciesParams() *AuthServiceGetDefaultPoliciesParams

NewAuthServiceGetDefaultPoliciesParams creates a new AuthServiceGetDefaultPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetDefaultPoliciesParamsWithContext

func NewAuthServiceGetDefaultPoliciesParamsWithContext(ctx context.Context) *AuthServiceGetDefaultPoliciesParams

NewAuthServiceGetDefaultPoliciesParamsWithContext creates a new AuthServiceGetDefaultPoliciesParams object with the ability to set a context for a request.

func NewAuthServiceGetDefaultPoliciesParamsWithHTTPClient

func NewAuthServiceGetDefaultPoliciesParamsWithHTTPClient(client *http.Client) *AuthServiceGetDefaultPoliciesParams

NewAuthServiceGetDefaultPoliciesParamsWithHTTPClient creates a new AuthServiceGetDefaultPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetDefaultPoliciesParamsWithTimeout

func NewAuthServiceGetDefaultPoliciesParamsWithTimeout(timeout time.Duration) *AuthServiceGetDefaultPoliciesParams

NewAuthServiceGetDefaultPoliciesParamsWithTimeout creates a new AuthServiceGetDefaultPoliciesParams object with the ability to set a timeout on a request.

func (*AuthServiceGetDefaultPoliciesParams) SetContext

SetContext adds the context to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetDefaultPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the auth service get default policies params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetDefaultPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) SetLimit

func (o *AuthServiceGetDefaultPoliciesParams) SetLimit(limit *string)

SetLimit adds the limit to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) SetOffset

func (o *AuthServiceGetDefaultPoliciesParams) SetOffset(offset *string)

SetOffset adds the offset to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) WithContext

WithContext adds the context to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get default policies params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetDefaultPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) WithLimit

WithLimit adds the limit to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) WithOffset

WithOffset adds the offset to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) WithTimeout

WithTimeout adds the timeout to the auth service get default policies params

func (*AuthServiceGetDefaultPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetDefaultPoliciesReader

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

AuthServiceGetDefaultPoliciesReader is a Reader for the AuthServiceGetDefaultPolicies structure.

func (*AuthServiceGetDefaultPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetOwnAccountDefault

type AuthServiceGetOwnAccountDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetOwnAccountDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetOwnAccountDefault

func NewAuthServiceGetOwnAccountDefault(code int) *AuthServiceGetOwnAccountDefault

NewAuthServiceGetOwnAccountDefault creates a AuthServiceGetOwnAccountDefault with default headers values

func (*AuthServiceGetOwnAccountDefault) Code

Code gets the status code for the auth service get own account default response

func (*AuthServiceGetOwnAccountDefault) Error

func (*AuthServiceGetOwnAccountDefault) GetPayload

type AuthServiceGetOwnAccountNotFound

type AuthServiceGetOwnAccountNotFound struct {
	Payload string
}
AuthServiceGetOwnAccountNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetOwnAccountNotFound

func NewAuthServiceGetOwnAccountNotFound() *AuthServiceGetOwnAccountNotFound

NewAuthServiceGetOwnAccountNotFound creates a AuthServiceGetOwnAccountNotFound with default headers values

func (*AuthServiceGetOwnAccountNotFound) Error

func (*AuthServiceGetOwnAccountNotFound) GetPayload

func (o *AuthServiceGetOwnAccountNotFound) GetPayload() string

type AuthServiceGetOwnAccountOK

type AuthServiceGetOwnAccountOK struct {
	Payload *models.V1GetAccountResponse
}
AuthServiceGetOwnAccountOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetOwnAccountOK

func NewAuthServiceGetOwnAccountOK() *AuthServiceGetOwnAccountOK

NewAuthServiceGetOwnAccountOK creates a AuthServiceGetOwnAccountOK with default headers values

func (*AuthServiceGetOwnAccountOK) Error

func (*AuthServiceGetOwnAccountOK) GetPayload

type AuthServiceGetOwnAccountParams

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

AuthServiceGetOwnAccountParams contains all the parameters to send to the API endpoint

for the auth service get own account operation.

Typically these are written to a http.Request.

func NewAuthServiceGetOwnAccountParams

func NewAuthServiceGetOwnAccountParams() *AuthServiceGetOwnAccountParams

NewAuthServiceGetOwnAccountParams creates a new AuthServiceGetOwnAccountParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetOwnAccountParamsWithContext

func NewAuthServiceGetOwnAccountParamsWithContext(ctx context.Context) *AuthServiceGetOwnAccountParams

NewAuthServiceGetOwnAccountParamsWithContext creates a new AuthServiceGetOwnAccountParams object with the ability to set a context for a request.

func NewAuthServiceGetOwnAccountParamsWithHTTPClient

func NewAuthServiceGetOwnAccountParamsWithHTTPClient(client *http.Client) *AuthServiceGetOwnAccountParams

NewAuthServiceGetOwnAccountParamsWithHTTPClient creates a new AuthServiceGetOwnAccountParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetOwnAccountParamsWithTimeout

func NewAuthServiceGetOwnAccountParamsWithTimeout(timeout time.Duration) *AuthServiceGetOwnAccountParams

NewAuthServiceGetOwnAccountParamsWithTimeout creates a new AuthServiceGetOwnAccountParams object with the ability to set a timeout on a request.

func (*AuthServiceGetOwnAccountParams) SetContext

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

SetContext adds the context to the auth service get own account params

func (*AuthServiceGetOwnAccountParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetOwnAccountParams) SetDefaults()

SetDefaults hydrates default values in the auth service get own account params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetOwnAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get own account params

func (*AuthServiceGetOwnAccountParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get own account params

func (*AuthServiceGetOwnAccountParams) WithContext

WithContext adds the context to the auth service get own account params

func (*AuthServiceGetOwnAccountParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get own account params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetOwnAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get own account params

func (*AuthServiceGetOwnAccountParams) WithTimeout

WithTimeout adds the timeout to the auth service get own account params

func (*AuthServiceGetOwnAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetOwnAccountReader

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

AuthServiceGetOwnAccountReader is a Reader for the AuthServiceGetOwnAccount structure.

func (*AuthServiceGetOwnAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetPasswordPolicyDefault

type AuthServiceGetPasswordPolicyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetPasswordPolicyDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetPasswordPolicyDefault

func NewAuthServiceGetPasswordPolicyDefault(code int) *AuthServiceGetPasswordPolicyDefault

NewAuthServiceGetPasswordPolicyDefault creates a AuthServiceGetPasswordPolicyDefault with default headers values

func (*AuthServiceGetPasswordPolicyDefault) Code

Code gets the status code for the auth service get password policy default response

func (*AuthServiceGetPasswordPolicyDefault) Error

func (*AuthServiceGetPasswordPolicyDefault) GetPayload

type AuthServiceGetPasswordPolicyNotFound

type AuthServiceGetPasswordPolicyNotFound struct {
	Payload string
}
AuthServiceGetPasswordPolicyNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetPasswordPolicyNotFound

func NewAuthServiceGetPasswordPolicyNotFound() *AuthServiceGetPasswordPolicyNotFound

NewAuthServiceGetPasswordPolicyNotFound creates a AuthServiceGetPasswordPolicyNotFound with default headers values

func (*AuthServiceGetPasswordPolicyNotFound) Error

func (*AuthServiceGetPasswordPolicyNotFound) GetPayload

type AuthServiceGetPasswordPolicyOK

type AuthServiceGetPasswordPolicyOK struct {
	Payload *models.V1GetPasswordPolicyResponse
}
AuthServiceGetPasswordPolicyOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetPasswordPolicyOK

func NewAuthServiceGetPasswordPolicyOK() *AuthServiceGetPasswordPolicyOK

NewAuthServiceGetPasswordPolicyOK creates a AuthServiceGetPasswordPolicyOK with default headers values

func (*AuthServiceGetPasswordPolicyOK) Error

func (*AuthServiceGetPasswordPolicyOK) GetPayload

type AuthServiceGetPasswordPolicyParams

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

AuthServiceGetPasswordPolicyParams contains all the parameters to send to the API endpoint

for the auth service get password policy operation.

Typically these are written to a http.Request.

func NewAuthServiceGetPasswordPolicyParams

func NewAuthServiceGetPasswordPolicyParams() *AuthServiceGetPasswordPolicyParams

NewAuthServiceGetPasswordPolicyParams creates a new AuthServiceGetPasswordPolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetPasswordPolicyParamsWithContext

func NewAuthServiceGetPasswordPolicyParamsWithContext(ctx context.Context) *AuthServiceGetPasswordPolicyParams

NewAuthServiceGetPasswordPolicyParamsWithContext creates a new AuthServiceGetPasswordPolicyParams object with the ability to set a context for a request.

func NewAuthServiceGetPasswordPolicyParamsWithHTTPClient

func NewAuthServiceGetPasswordPolicyParamsWithHTTPClient(client *http.Client) *AuthServiceGetPasswordPolicyParams

NewAuthServiceGetPasswordPolicyParamsWithHTTPClient creates a new AuthServiceGetPasswordPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetPasswordPolicyParamsWithTimeout

func NewAuthServiceGetPasswordPolicyParamsWithTimeout(timeout time.Duration) *AuthServiceGetPasswordPolicyParams

NewAuthServiceGetPasswordPolicyParamsWithTimeout creates a new AuthServiceGetPasswordPolicyParams object with the ability to set a timeout on a request.

func (*AuthServiceGetPasswordPolicyParams) SetContext

SetContext adds the context to the auth service get password policy params

func (*AuthServiceGetPasswordPolicyParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetPasswordPolicyParams) SetDefaults()

SetDefaults hydrates default values in the auth service get password policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetPasswordPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get password policy params

func (*AuthServiceGetPasswordPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get password policy params

func (*AuthServiceGetPasswordPolicyParams) WithContext

WithContext adds the context to the auth service get password policy params

func (*AuthServiceGetPasswordPolicyParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get password policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetPasswordPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get password policy params

func (*AuthServiceGetPasswordPolicyParams) WithTimeout

WithTimeout adds the timeout to the auth service get password policy params

func (*AuthServiceGetPasswordPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetPasswordPolicyReader

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

AuthServiceGetPasswordPolicyReader is a Reader for the AuthServiceGetPasswordPolicy structure.

func (*AuthServiceGetPasswordPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetPoliciesDefault

type AuthServiceGetPoliciesDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetPoliciesDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetPoliciesDefault

func NewAuthServiceGetPoliciesDefault(code int) *AuthServiceGetPoliciesDefault

NewAuthServiceGetPoliciesDefault creates a AuthServiceGetPoliciesDefault with default headers values

func (*AuthServiceGetPoliciesDefault) Code

Code gets the status code for the auth service get policies default response

func (*AuthServiceGetPoliciesDefault) Error

func (*AuthServiceGetPoliciesDefault) GetPayload

type AuthServiceGetPoliciesNotFound

type AuthServiceGetPoliciesNotFound struct {
	Payload string
}
AuthServiceGetPoliciesNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetPoliciesNotFound

func NewAuthServiceGetPoliciesNotFound() *AuthServiceGetPoliciesNotFound

NewAuthServiceGetPoliciesNotFound creates a AuthServiceGetPoliciesNotFound with default headers values

func (*AuthServiceGetPoliciesNotFound) Error

func (*AuthServiceGetPoliciesNotFound) GetPayload

func (o *AuthServiceGetPoliciesNotFound) GetPayload() string

type AuthServiceGetPoliciesOK

type AuthServiceGetPoliciesOK struct {
	Payload *models.V1GetPoliciesResponse
}
AuthServiceGetPoliciesOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetPoliciesOK

func NewAuthServiceGetPoliciesOK() *AuthServiceGetPoliciesOK

NewAuthServiceGetPoliciesOK creates a AuthServiceGetPoliciesOK with default headers values

func (*AuthServiceGetPoliciesOK) Error

func (o *AuthServiceGetPoliciesOK) Error() string

func (*AuthServiceGetPoliciesOK) GetPayload

type AuthServiceGetPoliciesParams

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

AuthServiceGetPoliciesParams contains all the parameters to send to the API endpoint

for the auth service get policies operation.

Typically these are written to a http.Request.

func NewAuthServiceGetPoliciesParams

func NewAuthServiceGetPoliciesParams() *AuthServiceGetPoliciesParams

NewAuthServiceGetPoliciesParams creates a new AuthServiceGetPoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetPoliciesParamsWithContext

func NewAuthServiceGetPoliciesParamsWithContext(ctx context.Context) *AuthServiceGetPoliciesParams

NewAuthServiceGetPoliciesParamsWithContext creates a new AuthServiceGetPoliciesParams object with the ability to set a context for a request.

func NewAuthServiceGetPoliciesParamsWithHTTPClient

func NewAuthServiceGetPoliciesParamsWithHTTPClient(client *http.Client) *AuthServiceGetPoliciesParams

NewAuthServiceGetPoliciesParamsWithHTTPClient creates a new AuthServiceGetPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetPoliciesParamsWithTimeout

func NewAuthServiceGetPoliciesParamsWithTimeout(timeout time.Duration) *AuthServiceGetPoliciesParams

NewAuthServiceGetPoliciesParamsWithTimeout creates a new AuthServiceGetPoliciesParams object with the ability to set a timeout on a request.

func (*AuthServiceGetPoliciesParams) SetContext

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

SetContext adds the context to the auth service get policies params

func (*AuthServiceGetPoliciesParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the auth service get policies params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get policies params

func (*AuthServiceGetPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get policies params

func (*AuthServiceGetPoliciesParams) WithContext

WithContext adds the context to the auth service get policies params

func (*AuthServiceGetPoliciesParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get policies params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get policies params

func (*AuthServiceGetPoliciesParams) WithTimeout

WithTimeout adds the timeout to the auth service get policies params

func (*AuthServiceGetPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetPoliciesReader

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

AuthServiceGetPoliciesReader is a Reader for the AuthServiceGetPolicies structure.

func (*AuthServiceGetPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetPolicyDefault

type AuthServiceGetPolicyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetPolicyDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetPolicyDefault

func NewAuthServiceGetPolicyDefault(code int) *AuthServiceGetPolicyDefault

NewAuthServiceGetPolicyDefault creates a AuthServiceGetPolicyDefault with default headers values

func (*AuthServiceGetPolicyDefault) Code

func (o *AuthServiceGetPolicyDefault) Code() int

Code gets the status code for the auth service get policy default response

func (*AuthServiceGetPolicyDefault) Error

func (*AuthServiceGetPolicyDefault) GetPayload

type AuthServiceGetPolicyNotFound

type AuthServiceGetPolicyNotFound struct {
	Payload string
}
AuthServiceGetPolicyNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetPolicyNotFound

func NewAuthServiceGetPolicyNotFound() *AuthServiceGetPolicyNotFound

NewAuthServiceGetPolicyNotFound creates a AuthServiceGetPolicyNotFound with default headers values

func (*AuthServiceGetPolicyNotFound) Error

func (*AuthServiceGetPolicyNotFound) GetPayload

func (o *AuthServiceGetPolicyNotFound) GetPayload() string

type AuthServiceGetPolicyOK

type AuthServiceGetPolicyOK struct {
	Payload *models.V1GetPolicyResponse
}
AuthServiceGetPolicyOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetPolicyOK

func NewAuthServiceGetPolicyOK() *AuthServiceGetPolicyOK

NewAuthServiceGetPolicyOK creates a AuthServiceGetPolicyOK with default headers values

func (*AuthServiceGetPolicyOK) Error

func (o *AuthServiceGetPolicyOK) Error() string

func (*AuthServiceGetPolicyOK) GetPayload

type AuthServiceGetPolicyParams

type AuthServiceGetPolicyParams struct {

	// PolicyID.
	PolicyID string

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

AuthServiceGetPolicyParams contains all the parameters to send to the API endpoint

for the auth service get policy operation.

Typically these are written to a http.Request.

func NewAuthServiceGetPolicyParams

func NewAuthServiceGetPolicyParams() *AuthServiceGetPolicyParams

NewAuthServiceGetPolicyParams creates a new AuthServiceGetPolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetPolicyParamsWithContext

func NewAuthServiceGetPolicyParamsWithContext(ctx context.Context) *AuthServiceGetPolicyParams

NewAuthServiceGetPolicyParamsWithContext creates a new AuthServiceGetPolicyParams object with the ability to set a context for a request.

func NewAuthServiceGetPolicyParamsWithHTTPClient

func NewAuthServiceGetPolicyParamsWithHTTPClient(client *http.Client) *AuthServiceGetPolicyParams

NewAuthServiceGetPolicyParamsWithHTTPClient creates a new AuthServiceGetPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetPolicyParamsWithTimeout

func NewAuthServiceGetPolicyParamsWithTimeout(timeout time.Duration) *AuthServiceGetPolicyParams

NewAuthServiceGetPolicyParamsWithTimeout creates a new AuthServiceGetPolicyParams object with the ability to set a timeout on a request.

func (*AuthServiceGetPolicyParams) SetContext

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

SetContext adds the context to the auth service get policy params

func (*AuthServiceGetPolicyParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetPolicyParams) SetDefaults()

SetDefaults hydrates default values in the auth service get policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get policy params

func (*AuthServiceGetPolicyParams) SetPolicyID

func (o *AuthServiceGetPolicyParams) SetPolicyID(policyID string)

SetPolicyID adds the policyId to the auth service get policy params

func (*AuthServiceGetPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get policy params

func (*AuthServiceGetPolicyParams) WithContext

WithContext adds the context to the auth service get policy params

func (*AuthServiceGetPolicyParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get policy params

func (*AuthServiceGetPolicyParams) WithPolicyID

WithPolicyID adds the policyID to the auth service get policy params

func (*AuthServiceGetPolicyParams) WithTimeout

WithTimeout adds the timeout to the auth service get policy params

func (*AuthServiceGetPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetPolicyReader

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

AuthServiceGetPolicyReader is a Reader for the AuthServiceGetPolicy structure.

func (*AuthServiceGetPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetRoleDefault

type AuthServiceGetRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetRoleDefault

func NewAuthServiceGetRoleDefault(code int) *AuthServiceGetRoleDefault

NewAuthServiceGetRoleDefault creates a AuthServiceGetRoleDefault with default headers values

func (*AuthServiceGetRoleDefault) Code

func (o *AuthServiceGetRoleDefault) Code() int

Code gets the status code for the auth service get role default response

func (*AuthServiceGetRoleDefault) Error

func (o *AuthServiceGetRoleDefault) Error() string

func (*AuthServiceGetRoleDefault) GetPayload

type AuthServiceGetRoleNotFound

type AuthServiceGetRoleNotFound struct {
	Payload string
}
AuthServiceGetRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetRoleNotFound

func NewAuthServiceGetRoleNotFound() *AuthServiceGetRoleNotFound

NewAuthServiceGetRoleNotFound creates a AuthServiceGetRoleNotFound with default headers values

func (*AuthServiceGetRoleNotFound) Error

func (*AuthServiceGetRoleNotFound) GetPayload

func (o *AuthServiceGetRoleNotFound) GetPayload() string

type AuthServiceGetRoleOK

type AuthServiceGetRoleOK struct {
	Payload *models.V1GetRoleResponse
}
AuthServiceGetRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetRoleOK

func NewAuthServiceGetRoleOK() *AuthServiceGetRoleOK

NewAuthServiceGetRoleOK creates a AuthServiceGetRoleOK with default headers values

func (*AuthServiceGetRoleOK) Error

func (o *AuthServiceGetRoleOK) Error() string

func (*AuthServiceGetRoleOK) GetPayload

type AuthServiceGetRoleParams

type AuthServiceGetRoleParams struct {

	// RoleID.
	RoleID string

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

AuthServiceGetRoleParams contains all the parameters to send to the API endpoint

for the auth service get role operation.

Typically these are written to a http.Request.

func NewAuthServiceGetRoleParams

func NewAuthServiceGetRoleParams() *AuthServiceGetRoleParams

NewAuthServiceGetRoleParams creates a new AuthServiceGetRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetRoleParamsWithContext

func NewAuthServiceGetRoleParamsWithContext(ctx context.Context) *AuthServiceGetRoleParams

NewAuthServiceGetRoleParamsWithContext creates a new AuthServiceGetRoleParams object with the ability to set a context for a request.

func NewAuthServiceGetRoleParamsWithHTTPClient

func NewAuthServiceGetRoleParamsWithHTTPClient(client *http.Client) *AuthServiceGetRoleParams

NewAuthServiceGetRoleParamsWithHTTPClient creates a new AuthServiceGetRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetRoleParamsWithTimeout

func NewAuthServiceGetRoleParamsWithTimeout(timeout time.Duration) *AuthServiceGetRoleParams

NewAuthServiceGetRoleParamsWithTimeout creates a new AuthServiceGetRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceGetRoleParams) SetContext

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

SetContext adds the context to the auth service get role params

func (*AuthServiceGetRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service get role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get role params

func (*AuthServiceGetRoleParams) SetRoleID

func (o *AuthServiceGetRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the auth service get role params

func (*AuthServiceGetRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get role params

func (*AuthServiceGetRoleParams) WithContext

WithContext adds the context to the auth service get role params

func (*AuthServiceGetRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetRoleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the auth service get role params

func (*AuthServiceGetRoleParams) WithRoleID

WithRoleID adds the roleID to the auth service get role params

func (*AuthServiceGetRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service get role params

func (*AuthServiceGetRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetRoleReader

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

AuthServiceGetRoleReader is a Reader for the AuthServiceGetRole structure.

func (*AuthServiceGetRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetRolesDefault

type AuthServiceGetRolesDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetRolesDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetRolesDefault

func NewAuthServiceGetRolesDefault(code int) *AuthServiceGetRolesDefault

NewAuthServiceGetRolesDefault creates a AuthServiceGetRolesDefault with default headers values

func (*AuthServiceGetRolesDefault) Code

func (o *AuthServiceGetRolesDefault) Code() int

Code gets the status code for the auth service get roles default response

func (*AuthServiceGetRolesDefault) Error

func (*AuthServiceGetRolesDefault) GetPayload

type AuthServiceGetRolesNotFound

type AuthServiceGetRolesNotFound struct {
	Payload string
}
AuthServiceGetRolesNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetRolesNotFound

func NewAuthServiceGetRolesNotFound() *AuthServiceGetRolesNotFound

NewAuthServiceGetRolesNotFound creates a AuthServiceGetRolesNotFound with default headers values

func (*AuthServiceGetRolesNotFound) Error

func (*AuthServiceGetRolesNotFound) GetPayload

func (o *AuthServiceGetRolesNotFound) GetPayload() string

type AuthServiceGetRolesOK

type AuthServiceGetRolesOK struct {
	Payload *models.V1GetRolesResponse
}
AuthServiceGetRolesOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetRolesOK

func NewAuthServiceGetRolesOK() *AuthServiceGetRolesOK

NewAuthServiceGetRolesOK creates a AuthServiceGetRolesOK with default headers values

func (*AuthServiceGetRolesOK) Error

func (o *AuthServiceGetRolesOK) Error() string

func (*AuthServiceGetRolesOK) GetPayload

type AuthServiceGetRolesParams

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

AuthServiceGetRolesParams contains all the parameters to send to the API endpoint

for the auth service get roles operation.

Typically these are written to a http.Request.

func NewAuthServiceGetRolesParams

func NewAuthServiceGetRolesParams() *AuthServiceGetRolesParams

NewAuthServiceGetRolesParams creates a new AuthServiceGetRolesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetRolesParamsWithContext

func NewAuthServiceGetRolesParamsWithContext(ctx context.Context) *AuthServiceGetRolesParams

NewAuthServiceGetRolesParamsWithContext creates a new AuthServiceGetRolesParams object with the ability to set a context for a request.

func NewAuthServiceGetRolesParamsWithHTTPClient

func NewAuthServiceGetRolesParamsWithHTTPClient(client *http.Client) *AuthServiceGetRolesParams

NewAuthServiceGetRolesParamsWithHTTPClient creates a new AuthServiceGetRolesParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetRolesParamsWithTimeout

func NewAuthServiceGetRolesParamsWithTimeout(timeout time.Duration) *AuthServiceGetRolesParams

NewAuthServiceGetRolesParamsWithTimeout creates a new AuthServiceGetRolesParams object with the ability to set a timeout on a request.

func (*AuthServiceGetRolesParams) SetContext

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

SetContext adds the context to the auth service get roles params

func (*AuthServiceGetRolesParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetRolesParams) SetDefaults()

SetDefaults hydrates default values in the auth service get roles params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get roles params

func (*AuthServiceGetRolesParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get roles params

func (*AuthServiceGetRolesParams) WithContext

WithContext adds the context to the auth service get roles params

func (*AuthServiceGetRolesParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get roles params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the auth service get roles params

func (*AuthServiceGetRolesParams) WithTimeout

WithTimeout adds the timeout to the auth service get roles params

func (*AuthServiceGetRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetRolesReader

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

AuthServiceGetRolesReader is a Reader for the AuthServiceGetRoles structure.

func (*AuthServiceGetRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetUserAccessKeysDefault

type AuthServiceGetUserAccessKeysDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetUserAccessKeysDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetUserAccessKeysDefault

func NewAuthServiceGetUserAccessKeysDefault(code int) *AuthServiceGetUserAccessKeysDefault

NewAuthServiceGetUserAccessKeysDefault creates a AuthServiceGetUserAccessKeysDefault with default headers values

func (*AuthServiceGetUserAccessKeysDefault) Code

Code gets the status code for the auth service get user access keys default response

func (*AuthServiceGetUserAccessKeysDefault) Error

func (*AuthServiceGetUserAccessKeysDefault) GetPayload

type AuthServiceGetUserAccessKeysNotFound

type AuthServiceGetUserAccessKeysNotFound struct {
	Payload string
}
AuthServiceGetUserAccessKeysNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetUserAccessKeysNotFound

func NewAuthServiceGetUserAccessKeysNotFound() *AuthServiceGetUserAccessKeysNotFound

NewAuthServiceGetUserAccessKeysNotFound creates a AuthServiceGetUserAccessKeysNotFound with default headers values

func (*AuthServiceGetUserAccessKeysNotFound) Error

func (*AuthServiceGetUserAccessKeysNotFound) GetPayload

type AuthServiceGetUserAccessKeysOK

type AuthServiceGetUserAccessKeysOK struct {
	Payload *models.V1GetUserAccessKeysResponse
}
AuthServiceGetUserAccessKeysOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetUserAccessKeysOK

func NewAuthServiceGetUserAccessKeysOK() *AuthServiceGetUserAccessKeysOK

NewAuthServiceGetUserAccessKeysOK creates a AuthServiceGetUserAccessKeysOK with default headers values

func (*AuthServiceGetUserAccessKeysOK) Error

func (*AuthServiceGetUserAccessKeysOK) GetPayload

type AuthServiceGetUserAccessKeysParams

type AuthServiceGetUserAccessKeysParams struct {

	// UserID.
	UserID string

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

AuthServiceGetUserAccessKeysParams contains all the parameters to send to the API endpoint

for the auth service get user access keys operation.

Typically these are written to a http.Request.

func NewAuthServiceGetUserAccessKeysParams

func NewAuthServiceGetUserAccessKeysParams() *AuthServiceGetUserAccessKeysParams

NewAuthServiceGetUserAccessKeysParams creates a new AuthServiceGetUserAccessKeysParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetUserAccessKeysParamsWithContext

func NewAuthServiceGetUserAccessKeysParamsWithContext(ctx context.Context) *AuthServiceGetUserAccessKeysParams

NewAuthServiceGetUserAccessKeysParamsWithContext creates a new AuthServiceGetUserAccessKeysParams object with the ability to set a context for a request.

func NewAuthServiceGetUserAccessKeysParamsWithHTTPClient

func NewAuthServiceGetUserAccessKeysParamsWithHTTPClient(client *http.Client) *AuthServiceGetUserAccessKeysParams

NewAuthServiceGetUserAccessKeysParamsWithHTTPClient creates a new AuthServiceGetUserAccessKeysParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetUserAccessKeysParamsWithTimeout

func NewAuthServiceGetUserAccessKeysParamsWithTimeout(timeout time.Duration) *AuthServiceGetUserAccessKeysParams

NewAuthServiceGetUserAccessKeysParamsWithTimeout creates a new AuthServiceGetUserAccessKeysParams object with the ability to set a timeout on a request.

func (*AuthServiceGetUserAccessKeysParams) SetContext

SetContext adds the context to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetUserAccessKeysParams) SetDefaults()

SetDefaults hydrates default values in the auth service get user access keys params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserAccessKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) SetUserID

func (o *AuthServiceGetUserAccessKeysParams) SetUserID(userID string)

SetUserID adds the userId to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) WithContext

WithContext adds the context to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get user access keys params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserAccessKeysParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) WithTimeout

WithTimeout adds the timeout to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) WithUserID

WithUserID adds the userID to the auth service get user access keys params

func (*AuthServiceGetUserAccessKeysParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetUserAccessKeysReader

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

AuthServiceGetUserAccessKeysReader is a Reader for the AuthServiceGetUserAccessKeys structure.

func (*AuthServiceGetUserAccessKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetUserDefault

type AuthServiceGetUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetUserDefault

func NewAuthServiceGetUserDefault(code int) *AuthServiceGetUserDefault

NewAuthServiceGetUserDefault creates a AuthServiceGetUserDefault with default headers values

func (*AuthServiceGetUserDefault) Code

func (o *AuthServiceGetUserDefault) Code() int

Code gets the status code for the auth service get user default response

func (*AuthServiceGetUserDefault) Error

func (o *AuthServiceGetUserDefault) Error() string

func (*AuthServiceGetUserDefault) GetPayload

type AuthServiceGetUserIDByEmailDefault

type AuthServiceGetUserIDByEmailDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetUserIDByEmailDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetUserIDByEmailDefault

func NewAuthServiceGetUserIDByEmailDefault(code int) *AuthServiceGetUserIDByEmailDefault

NewAuthServiceGetUserIDByEmailDefault creates a AuthServiceGetUserIDByEmailDefault with default headers values

func (*AuthServiceGetUserIDByEmailDefault) Code

Code gets the status code for the auth service get user ID by email default response

func (*AuthServiceGetUserIDByEmailDefault) Error

func (*AuthServiceGetUserIDByEmailDefault) GetPayload

type AuthServiceGetUserIDByEmailNotFound

type AuthServiceGetUserIDByEmailNotFound struct {
	Payload string
}
AuthServiceGetUserIDByEmailNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetUserIDByEmailNotFound

func NewAuthServiceGetUserIDByEmailNotFound() *AuthServiceGetUserIDByEmailNotFound

NewAuthServiceGetUserIDByEmailNotFound creates a AuthServiceGetUserIDByEmailNotFound with default headers values

func (*AuthServiceGetUserIDByEmailNotFound) Error

func (*AuthServiceGetUserIDByEmailNotFound) GetPayload

type AuthServiceGetUserIDByEmailOK

type AuthServiceGetUserIDByEmailOK struct {
	Payload *models.V1GetUserIDByEmailResponse
}
AuthServiceGetUserIDByEmailOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetUserIDByEmailOK

func NewAuthServiceGetUserIDByEmailOK() *AuthServiceGetUserIDByEmailOK

NewAuthServiceGetUserIDByEmailOK creates a AuthServiceGetUserIDByEmailOK with default headers values

func (*AuthServiceGetUserIDByEmailOK) Error

func (*AuthServiceGetUserIDByEmailOK) GetPayload

type AuthServiceGetUserIDByEmailParams

type AuthServiceGetUserIDByEmailParams struct {

	// Email.
	Email string

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

AuthServiceGetUserIDByEmailParams contains all the parameters to send to the API endpoint

for the auth service get user ID by email operation.

Typically these are written to a http.Request.

func NewAuthServiceGetUserIDByEmailParams

func NewAuthServiceGetUserIDByEmailParams() *AuthServiceGetUserIDByEmailParams

NewAuthServiceGetUserIDByEmailParams creates a new AuthServiceGetUserIDByEmailParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetUserIDByEmailParamsWithContext

func NewAuthServiceGetUserIDByEmailParamsWithContext(ctx context.Context) *AuthServiceGetUserIDByEmailParams

NewAuthServiceGetUserIDByEmailParamsWithContext creates a new AuthServiceGetUserIDByEmailParams object with the ability to set a context for a request.

func NewAuthServiceGetUserIDByEmailParamsWithHTTPClient

func NewAuthServiceGetUserIDByEmailParamsWithHTTPClient(client *http.Client) *AuthServiceGetUserIDByEmailParams

NewAuthServiceGetUserIDByEmailParamsWithHTTPClient creates a new AuthServiceGetUserIDByEmailParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetUserIDByEmailParamsWithTimeout

func NewAuthServiceGetUserIDByEmailParamsWithTimeout(timeout time.Duration) *AuthServiceGetUserIDByEmailParams

NewAuthServiceGetUserIDByEmailParamsWithTimeout creates a new AuthServiceGetUserIDByEmailParams object with the ability to set a timeout on a request.

func (*AuthServiceGetUserIDByEmailParams) SetContext

SetContext adds the context to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetUserIDByEmailParams) SetDefaults()

SetDefaults hydrates default values in the auth service get user ID by email params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserIDByEmailParams) SetEmail

func (o *AuthServiceGetUserIDByEmailParams) SetEmail(email string)

SetEmail adds the email to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) WithContext

WithContext adds the context to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get user ID by email params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserIDByEmailParams) WithEmail

WithEmail adds the email to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) WithTimeout

WithTimeout adds the timeout to the auth service get user ID by email params

func (*AuthServiceGetUserIDByEmailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetUserIDByEmailReader

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

AuthServiceGetUserIDByEmailReader is a Reader for the AuthServiceGetUserIDByEmail structure.

func (*AuthServiceGetUserIDByEmailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetUserInfoDefault

type AuthServiceGetUserInfoDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetUserInfoDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetUserInfoDefault

func NewAuthServiceGetUserInfoDefault(code int) *AuthServiceGetUserInfoDefault

NewAuthServiceGetUserInfoDefault creates a AuthServiceGetUserInfoDefault with default headers values

func (*AuthServiceGetUserInfoDefault) Code

Code gets the status code for the auth service get user info default response

func (*AuthServiceGetUserInfoDefault) Error

func (*AuthServiceGetUserInfoDefault) GetPayload

type AuthServiceGetUserInfoNotFound

type AuthServiceGetUserInfoNotFound struct {
	Payload string
}
AuthServiceGetUserInfoNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetUserInfoNotFound

func NewAuthServiceGetUserInfoNotFound() *AuthServiceGetUserInfoNotFound

NewAuthServiceGetUserInfoNotFound creates a AuthServiceGetUserInfoNotFound with default headers values

func (*AuthServiceGetUserInfoNotFound) Error

func (*AuthServiceGetUserInfoNotFound) GetPayload

func (o *AuthServiceGetUserInfoNotFound) GetPayload() string

type AuthServiceGetUserInfoOK

type AuthServiceGetUserInfoOK struct {
	Payload *models.V1GetUserInfoResponse
}
AuthServiceGetUserInfoOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetUserInfoOK

func NewAuthServiceGetUserInfoOK() *AuthServiceGetUserInfoOK

NewAuthServiceGetUserInfoOK creates a AuthServiceGetUserInfoOK with default headers values

func (*AuthServiceGetUserInfoOK) Error

func (o *AuthServiceGetUserInfoOK) Error() string

func (*AuthServiceGetUserInfoOK) GetPayload

type AuthServiceGetUserInfoParams

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

AuthServiceGetUserInfoParams contains all the parameters to send to the API endpoint

for the auth service get user info operation.

Typically these are written to a http.Request.

func NewAuthServiceGetUserInfoParams

func NewAuthServiceGetUserInfoParams() *AuthServiceGetUserInfoParams

NewAuthServiceGetUserInfoParams creates a new AuthServiceGetUserInfoParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetUserInfoParamsWithContext

func NewAuthServiceGetUserInfoParamsWithContext(ctx context.Context) *AuthServiceGetUserInfoParams

NewAuthServiceGetUserInfoParamsWithContext creates a new AuthServiceGetUserInfoParams object with the ability to set a context for a request.

func NewAuthServiceGetUserInfoParamsWithHTTPClient

func NewAuthServiceGetUserInfoParamsWithHTTPClient(client *http.Client) *AuthServiceGetUserInfoParams

NewAuthServiceGetUserInfoParamsWithHTTPClient creates a new AuthServiceGetUserInfoParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetUserInfoParamsWithTimeout

func NewAuthServiceGetUserInfoParamsWithTimeout(timeout time.Duration) *AuthServiceGetUserInfoParams

NewAuthServiceGetUserInfoParamsWithTimeout creates a new AuthServiceGetUserInfoParams object with the ability to set a timeout on a request.

func (*AuthServiceGetUserInfoParams) SetContext

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

SetContext adds the context to the auth service get user info params

func (*AuthServiceGetUserInfoParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetUserInfoParams) SetDefaults()

SetDefaults hydrates default values in the auth service get user info params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get user info params

func (*AuthServiceGetUserInfoParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get user info params

func (*AuthServiceGetUserInfoParams) WithContext

WithContext adds the context to the auth service get user info params

func (*AuthServiceGetUserInfoParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get user info params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get user info params

func (*AuthServiceGetUserInfoParams) WithTimeout

WithTimeout adds the timeout to the auth service get user info params

func (*AuthServiceGetUserInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetUserInfoReader

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

AuthServiceGetUserInfoReader is a Reader for the AuthServiceGetUserInfo structure.

func (*AuthServiceGetUserInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetUserNotFound

type AuthServiceGetUserNotFound struct {
	Payload string
}
AuthServiceGetUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetUserNotFound

func NewAuthServiceGetUserNotFound() *AuthServiceGetUserNotFound

NewAuthServiceGetUserNotFound creates a AuthServiceGetUserNotFound with default headers values

func (*AuthServiceGetUserNotFound) Error

func (*AuthServiceGetUserNotFound) GetPayload

func (o *AuthServiceGetUserNotFound) GetPayload() string

type AuthServiceGetUserOK

type AuthServiceGetUserOK struct {
	Payload *models.V1GetUserResponse
}
AuthServiceGetUserOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetUserOK

func NewAuthServiceGetUserOK() *AuthServiceGetUserOK

NewAuthServiceGetUserOK creates a AuthServiceGetUserOK with default headers values

func (*AuthServiceGetUserOK) Error

func (o *AuthServiceGetUserOK) Error() string

func (*AuthServiceGetUserOK) GetPayload

type AuthServiceGetUserParams

type AuthServiceGetUserParams struct {

	// UserID.
	UserID string

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

AuthServiceGetUserParams contains all the parameters to send to the API endpoint

for the auth service get user operation.

Typically these are written to a http.Request.

func NewAuthServiceGetUserParams

func NewAuthServiceGetUserParams() *AuthServiceGetUserParams

NewAuthServiceGetUserParams creates a new AuthServiceGetUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetUserParamsWithContext

func NewAuthServiceGetUserParamsWithContext(ctx context.Context) *AuthServiceGetUserParams

NewAuthServiceGetUserParamsWithContext creates a new AuthServiceGetUserParams object with the ability to set a context for a request.

func NewAuthServiceGetUserParamsWithHTTPClient

func NewAuthServiceGetUserParamsWithHTTPClient(client *http.Client) *AuthServiceGetUserParams

NewAuthServiceGetUserParamsWithHTTPClient creates a new AuthServiceGetUserParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetUserParamsWithTimeout

func NewAuthServiceGetUserParamsWithTimeout(timeout time.Duration) *AuthServiceGetUserParams

NewAuthServiceGetUserParamsWithTimeout creates a new AuthServiceGetUserParams object with the ability to set a timeout on a request.

func (*AuthServiceGetUserParams) SetContext

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

SetContext adds the context to the auth service get user params

func (*AuthServiceGetUserParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetUserParams) SetDefaults()

SetDefaults hydrates default values in the auth service get user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get user params

func (*AuthServiceGetUserParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get user params

func (*AuthServiceGetUserParams) SetUserID

func (o *AuthServiceGetUserParams) SetUserID(userID string)

SetUserID adds the userId to the auth service get user params

func (*AuthServiceGetUserParams) WithContext

WithContext adds the context to the auth service get user params

func (*AuthServiceGetUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the auth service get user params

func (*AuthServiceGetUserParams) WithTimeout

WithTimeout adds the timeout to the auth service get user params

func (*AuthServiceGetUserParams) WithUserID

WithUserID adds the userID to the auth service get user params

func (*AuthServiceGetUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetUserReader

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

AuthServiceGetUserReader is a Reader for the AuthServiceGetUser structure.

func (*AuthServiceGetUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetUsersDefault

type AuthServiceGetUsersDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetUsersDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetUsersDefault

func NewAuthServiceGetUsersDefault(code int) *AuthServiceGetUsersDefault

NewAuthServiceGetUsersDefault creates a AuthServiceGetUsersDefault with default headers values

func (*AuthServiceGetUsersDefault) Code

func (o *AuthServiceGetUsersDefault) Code() int

Code gets the status code for the auth service get users default response

func (*AuthServiceGetUsersDefault) Error

func (*AuthServiceGetUsersDefault) GetPayload

type AuthServiceGetUsersForRoleDefault

type AuthServiceGetUsersForRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceGetUsersForRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceGetUsersForRoleDefault

func NewAuthServiceGetUsersForRoleDefault(code int) *AuthServiceGetUsersForRoleDefault

NewAuthServiceGetUsersForRoleDefault creates a AuthServiceGetUsersForRoleDefault with default headers values

func (*AuthServiceGetUsersForRoleDefault) Code

Code gets the status code for the auth service get users for role default response

func (*AuthServiceGetUsersForRoleDefault) Error

func (*AuthServiceGetUsersForRoleDefault) GetPayload

type AuthServiceGetUsersForRoleNotFound

type AuthServiceGetUsersForRoleNotFound struct {
	Payload string
}
AuthServiceGetUsersForRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetUsersForRoleNotFound

func NewAuthServiceGetUsersForRoleNotFound() *AuthServiceGetUsersForRoleNotFound

NewAuthServiceGetUsersForRoleNotFound creates a AuthServiceGetUsersForRoleNotFound with default headers values

func (*AuthServiceGetUsersForRoleNotFound) Error

func (*AuthServiceGetUsersForRoleNotFound) GetPayload

type AuthServiceGetUsersForRoleOK

type AuthServiceGetUsersForRoleOK struct {
	Payload *models.V1GetUsersForRoleResponse
}
AuthServiceGetUsersForRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetUsersForRoleOK

func NewAuthServiceGetUsersForRoleOK() *AuthServiceGetUsersForRoleOK

NewAuthServiceGetUsersForRoleOK creates a AuthServiceGetUsersForRoleOK with default headers values

func (*AuthServiceGetUsersForRoleOK) Error

func (*AuthServiceGetUsersForRoleOK) GetPayload

type AuthServiceGetUsersForRoleParams

type AuthServiceGetUsersForRoleParams struct {

	// Limit.
	//
	// Format: int64
	Limit *string

	// Offset.
	//
	// Format: int64
	Offset *string

	// RoleID.
	RoleID string

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

AuthServiceGetUsersForRoleParams contains all the parameters to send to the API endpoint

for the auth service get users for role operation.

Typically these are written to a http.Request.

func NewAuthServiceGetUsersForRoleParams

func NewAuthServiceGetUsersForRoleParams() *AuthServiceGetUsersForRoleParams

NewAuthServiceGetUsersForRoleParams creates a new AuthServiceGetUsersForRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetUsersForRoleParamsWithContext

func NewAuthServiceGetUsersForRoleParamsWithContext(ctx context.Context) *AuthServiceGetUsersForRoleParams

NewAuthServiceGetUsersForRoleParamsWithContext creates a new AuthServiceGetUsersForRoleParams object with the ability to set a context for a request.

func NewAuthServiceGetUsersForRoleParamsWithHTTPClient

func NewAuthServiceGetUsersForRoleParamsWithHTTPClient(client *http.Client) *AuthServiceGetUsersForRoleParams

NewAuthServiceGetUsersForRoleParamsWithHTTPClient creates a new AuthServiceGetUsersForRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetUsersForRoleParamsWithTimeout

func NewAuthServiceGetUsersForRoleParamsWithTimeout(timeout time.Duration) *AuthServiceGetUsersForRoleParams

NewAuthServiceGetUsersForRoleParamsWithTimeout creates a new AuthServiceGetUsersForRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceGetUsersForRoleParams) SetContext

SetContext adds the context to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetUsersForRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service get users for role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUsersForRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) SetLimit

func (o *AuthServiceGetUsersForRoleParams) SetLimit(limit *string)

SetLimit adds the limit to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) SetOffset

func (o *AuthServiceGetUsersForRoleParams) SetOffset(offset *string)

SetOffset adds the offset to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) SetRoleID

func (o *AuthServiceGetUsersForRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) WithContext

WithContext adds the context to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get users for role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUsersForRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) WithLimit

WithLimit adds the limit to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) WithOffset

WithOffset adds the offset to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) WithRoleID

WithRoleID adds the roleID to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service get users for role params

func (*AuthServiceGetUsersForRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetUsersForRoleReader

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

AuthServiceGetUsersForRoleReader is a Reader for the AuthServiceGetUsersForRole structure.

func (*AuthServiceGetUsersForRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceGetUsersNotFound

type AuthServiceGetUsersNotFound struct {
	Payload string
}
AuthServiceGetUsersNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceGetUsersNotFound

func NewAuthServiceGetUsersNotFound() *AuthServiceGetUsersNotFound

NewAuthServiceGetUsersNotFound creates a AuthServiceGetUsersNotFound with default headers values

func (*AuthServiceGetUsersNotFound) Error

func (*AuthServiceGetUsersNotFound) GetPayload

func (o *AuthServiceGetUsersNotFound) GetPayload() string

type AuthServiceGetUsersOK

type AuthServiceGetUsersOK struct {
	Payload *models.V1GetUsersResponse
}
AuthServiceGetUsersOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceGetUsersOK

func NewAuthServiceGetUsersOK() *AuthServiceGetUsersOK

NewAuthServiceGetUsersOK creates a AuthServiceGetUsersOK with default headers values

func (*AuthServiceGetUsersOK) Error

func (o *AuthServiceGetUsersOK) Error() string

func (*AuthServiceGetUsersOK) GetPayload

type AuthServiceGetUsersParams

type AuthServiceGetUsersParams struct {

	// Limit.
	//
	// Format: int32
	Limit *int32

	// Offset.
	//
	// Format: int64
	Offset *string

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

AuthServiceGetUsersParams contains all the parameters to send to the API endpoint

for the auth service get users operation.

Typically these are written to a http.Request.

func NewAuthServiceGetUsersParams

func NewAuthServiceGetUsersParams() *AuthServiceGetUsersParams

NewAuthServiceGetUsersParams creates a new AuthServiceGetUsersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceGetUsersParamsWithContext

func NewAuthServiceGetUsersParamsWithContext(ctx context.Context) *AuthServiceGetUsersParams

NewAuthServiceGetUsersParamsWithContext creates a new AuthServiceGetUsersParams object with the ability to set a context for a request.

func NewAuthServiceGetUsersParamsWithHTTPClient

func NewAuthServiceGetUsersParamsWithHTTPClient(client *http.Client) *AuthServiceGetUsersParams

NewAuthServiceGetUsersParamsWithHTTPClient creates a new AuthServiceGetUsersParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceGetUsersParamsWithTimeout

func NewAuthServiceGetUsersParamsWithTimeout(timeout time.Duration) *AuthServiceGetUsersParams

NewAuthServiceGetUsersParamsWithTimeout creates a new AuthServiceGetUsersParams object with the ability to set a timeout on a request.

func (*AuthServiceGetUsersParams) SetContext

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

SetContext adds the context to the auth service get users params

func (*AuthServiceGetUsersParams) SetDefaults added in v0.4.5

func (o *AuthServiceGetUsersParams) SetDefaults()

SetDefaults hydrates default values in the auth service get users params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service get users params

func (*AuthServiceGetUsersParams) SetLimit

func (o *AuthServiceGetUsersParams) SetLimit(limit *int32)

SetLimit adds the limit to the auth service get users params

func (*AuthServiceGetUsersParams) SetOffset

func (o *AuthServiceGetUsersParams) SetOffset(offset *string)

SetOffset adds the offset to the auth service get users params

func (*AuthServiceGetUsersParams) SetTimeout

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

SetTimeout adds the timeout to the auth service get users params

func (*AuthServiceGetUsersParams) WithContext

WithContext adds the context to the auth service get users params

func (*AuthServiceGetUsersParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service get users params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceGetUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the auth service get users params

func (*AuthServiceGetUsersParams) WithLimit

WithLimit adds the limit to the auth service get users params

func (*AuthServiceGetUsersParams) WithOffset

WithOffset adds the offset to the auth service get users params

func (*AuthServiceGetUsersParams) WithTimeout

WithTimeout adds the timeout to the auth service get users params

func (*AuthServiceGetUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceGetUsersReader

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

AuthServiceGetUsersReader is a Reader for the AuthServiceGetUsers structure.

func (*AuthServiceGetUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceRemovePoliciesFromRoleDefault

type AuthServiceRemovePoliciesFromRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceRemovePoliciesFromRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceRemovePoliciesFromRoleDefault

func NewAuthServiceRemovePoliciesFromRoleDefault(code int) *AuthServiceRemovePoliciesFromRoleDefault

NewAuthServiceRemovePoliciesFromRoleDefault creates a AuthServiceRemovePoliciesFromRoleDefault with default headers values

func (*AuthServiceRemovePoliciesFromRoleDefault) Code

Code gets the status code for the auth service remove policies from role default response

func (*AuthServiceRemovePoliciesFromRoleDefault) Error

func (*AuthServiceRemovePoliciesFromRoleDefault) GetPayload

type AuthServiceRemovePoliciesFromRoleNotFound

type AuthServiceRemovePoliciesFromRoleNotFound struct {
	Payload string
}
AuthServiceRemovePoliciesFromRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceRemovePoliciesFromRoleNotFound

func NewAuthServiceRemovePoliciesFromRoleNotFound() *AuthServiceRemovePoliciesFromRoleNotFound

NewAuthServiceRemovePoliciesFromRoleNotFound creates a AuthServiceRemovePoliciesFromRoleNotFound with default headers values

func (*AuthServiceRemovePoliciesFromRoleNotFound) Error

func (*AuthServiceRemovePoliciesFromRoleNotFound) GetPayload

type AuthServiceRemovePoliciesFromRoleOK

type AuthServiceRemovePoliciesFromRoleOK struct {
	Payload *models.V1RemovePoliciesFromRoleResponse
}
AuthServiceRemovePoliciesFromRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceRemovePoliciesFromRoleOK

func NewAuthServiceRemovePoliciesFromRoleOK() *AuthServiceRemovePoliciesFromRoleOK

NewAuthServiceRemovePoliciesFromRoleOK creates a AuthServiceRemovePoliciesFromRoleOK with default headers values

func (*AuthServiceRemovePoliciesFromRoleOK) Error

func (*AuthServiceRemovePoliciesFromRoleOK) GetPayload

type AuthServiceRemovePoliciesFromRoleParams

type AuthServiceRemovePoliciesFromRoleParams struct {

	// Body.
	Body *models.V1RemovePoliciesFromRoleRequest

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

AuthServiceRemovePoliciesFromRoleParams contains all the parameters to send to the API endpoint

for the auth service remove policies from role operation.

Typically these are written to a http.Request.

func NewAuthServiceRemovePoliciesFromRoleParams

func NewAuthServiceRemovePoliciesFromRoleParams() *AuthServiceRemovePoliciesFromRoleParams

NewAuthServiceRemovePoliciesFromRoleParams creates a new AuthServiceRemovePoliciesFromRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceRemovePoliciesFromRoleParamsWithContext

func NewAuthServiceRemovePoliciesFromRoleParamsWithContext(ctx context.Context) *AuthServiceRemovePoliciesFromRoleParams

NewAuthServiceRemovePoliciesFromRoleParamsWithContext creates a new AuthServiceRemovePoliciesFromRoleParams object with the ability to set a context for a request.

func NewAuthServiceRemovePoliciesFromRoleParamsWithHTTPClient

func NewAuthServiceRemovePoliciesFromRoleParamsWithHTTPClient(client *http.Client) *AuthServiceRemovePoliciesFromRoleParams

NewAuthServiceRemovePoliciesFromRoleParamsWithHTTPClient creates a new AuthServiceRemovePoliciesFromRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceRemovePoliciesFromRoleParamsWithTimeout

func NewAuthServiceRemovePoliciesFromRoleParamsWithTimeout(timeout time.Duration) *AuthServiceRemovePoliciesFromRoleParams

NewAuthServiceRemovePoliciesFromRoleParamsWithTimeout creates a new AuthServiceRemovePoliciesFromRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceRemovePoliciesFromRoleParams) SetBody

SetBody adds the body to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) SetContext

SetContext adds the context to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceRemovePoliciesFromRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service remove policies from role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceRemovePoliciesFromRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) WithBody

WithBody adds the body to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) WithContext

WithContext adds the context to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service remove policies from role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceRemovePoliciesFromRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service remove policies from role params

func (*AuthServiceRemovePoliciesFromRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceRemovePoliciesFromRoleReader

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

AuthServiceRemovePoliciesFromRoleReader is a Reader for the AuthServiceRemovePoliciesFromRole structure.

func (*AuthServiceRemovePoliciesFromRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceRemovePoliciesFromUserDefault

type AuthServiceRemovePoliciesFromUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceRemovePoliciesFromUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceRemovePoliciesFromUserDefault

func NewAuthServiceRemovePoliciesFromUserDefault(code int) *AuthServiceRemovePoliciesFromUserDefault

NewAuthServiceRemovePoliciesFromUserDefault creates a AuthServiceRemovePoliciesFromUserDefault with default headers values

func (*AuthServiceRemovePoliciesFromUserDefault) Code

Code gets the status code for the auth service remove policies from user default response

func (*AuthServiceRemovePoliciesFromUserDefault) Error

func (*AuthServiceRemovePoliciesFromUserDefault) GetPayload

type AuthServiceRemovePoliciesFromUserNotFound

type AuthServiceRemovePoliciesFromUserNotFound struct {
	Payload string
}
AuthServiceRemovePoliciesFromUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceRemovePoliciesFromUserNotFound

func NewAuthServiceRemovePoliciesFromUserNotFound() *AuthServiceRemovePoliciesFromUserNotFound

NewAuthServiceRemovePoliciesFromUserNotFound creates a AuthServiceRemovePoliciesFromUserNotFound with default headers values

func (*AuthServiceRemovePoliciesFromUserNotFound) Error

func (*AuthServiceRemovePoliciesFromUserNotFound) GetPayload

type AuthServiceRemovePoliciesFromUserOK

type AuthServiceRemovePoliciesFromUserOK struct {
	Payload *models.V1RemovePoliciesFromUserResponse
}
AuthServiceRemovePoliciesFromUserOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceRemovePoliciesFromUserOK

func NewAuthServiceRemovePoliciesFromUserOK() *AuthServiceRemovePoliciesFromUserOK

NewAuthServiceRemovePoliciesFromUserOK creates a AuthServiceRemovePoliciesFromUserOK with default headers values

func (*AuthServiceRemovePoliciesFromUserOK) Error

func (*AuthServiceRemovePoliciesFromUserOK) GetPayload

type AuthServiceRemovePoliciesFromUserParams

type AuthServiceRemovePoliciesFromUserParams struct {

	// Body.
	Body *models.V1RemovePoliciesFromUserRequest

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

AuthServiceRemovePoliciesFromUserParams contains all the parameters to send to the API endpoint

for the auth service remove policies from user operation.

Typically these are written to a http.Request.

func NewAuthServiceRemovePoliciesFromUserParams

func NewAuthServiceRemovePoliciesFromUserParams() *AuthServiceRemovePoliciesFromUserParams

NewAuthServiceRemovePoliciesFromUserParams creates a new AuthServiceRemovePoliciesFromUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceRemovePoliciesFromUserParamsWithContext

func NewAuthServiceRemovePoliciesFromUserParamsWithContext(ctx context.Context) *AuthServiceRemovePoliciesFromUserParams

NewAuthServiceRemovePoliciesFromUserParamsWithContext creates a new AuthServiceRemovePoliciesFromUserParams object with the ability to set a context for a request.

func NewAuthServiceRemovePoliciesFromUserParamsWithHTTPClient

func NewAuthServiceRemovePoliciesFromUserParamsWithHTTPClient(client *http.Client) *AuthServiceRemovePoliciesFromUserParams

NewAuthServiceRemovePoliciesFromUserParamsWithHTTPClient creates a new AuthServiceRemovePoliciesFromUserParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceRemovePoliciesFromUserParamsWithTimeout

func NewAuthServiceRemovePoliciesFromUserParamsWithTimeout(timeout time.Duration) *AuthServiceRemovePoliciesFromUserParams

NewAuthServiceRemovePoliciesFromUserParamsWithTimeout creates a new AuthServiceRemovePoliciesFromUserParams object with the ability to set a timeout on a request.

func (*AuthServiceRemovePoliciesFromUserParams) SetBody

SetBody adds the body to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) SetContext

SetContext adds the context to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) SetDefaults added in v0.4.5

func (o *AuthServiceRemovePoliciesFromUserParams) SetDefaults()

SetDefaults hydrates default values in the auth service remove policies from user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceRemovePoliciesFromUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) SetTimeout

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

SetTimeout adds the timeout to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) WithBody

WithBody adds the body to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) WithContext

WithContext adds the context to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service remove policies from user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceRemovePoliciesFromUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) WithTimeout

WithTimeout adds the timeout to the auth service remove policies from user params

func (*AuthServiceRemovePoliciesFromUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceRemovePoliciesFromUserReader

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

AuthServiceRemovePoliciesFromUserReader is a Reader for the AuthServiceRemovePoliciesFromUser structure.

func (*AuthServiceRemovePoliciesFromUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceRemoveUsersFromRoleDefault

type AuthServiceRemoveUsersFromRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceRemoveUsersFromRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceRemoveUsersFromRoleDefault

func NewAuthServiceRemoveUsersFromRoleDefault(code int) *AuthServiceRemoveUsersFromRoleDefault

NewAuthServiceRemoveUsersFromRoleDefault creates a AuthServiceRemoveUsersFromRoleDefault with default headers values

func (*AuthServiceRemoveUsersFromRoleDefault) Code

Code gets the status code for the auth service remove users from role default response

func (*AuthServiceRemoveUsersFromRoleDefault) Error

func (*AuthServiceRemoveUsersFromRoleDefault) GetPayload

type AuthServiceRemoveUsersFromRoleNotFound

type AuthServiceRemoveUsersFromRoleNotFound struct {
	Payload string
}
AuthServiceRemoveUsersFromRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceRemoveUsersFromRoleNotFound

func NewAuthServiceRemoveUsersFromRoleNotFound() *AuthServiceRemoveUsersFromRoleNotFound

NewAuthServiceRemoveUsersFromRoleNotFound creates a AuthServiceRemoveUsersFromRoleNotFound with default headers values

func (*AuthServiceRemoveUsersFromRoleNotFound) Error

func (*AuthServiceRemoveUsersFromRoleNotFound) GetPayload

type AuthServiceRemoveUsersFromRoleOK

type AuthServiceRemoveUsersFromRoleOK struct {
	Payload *models.V1RemoveUsersFromRoleResponse
}
AuthServiceRemoveUsersFromRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceRemoveUsersFromRoleOK

func NewAuthServiceRemoveUsersFromRoleOK() *AuthServiceRemoveUsersFromRoleOK

NewAuthServiceRemoveUsersFromRoleOK creates a AuthServiceRemoveUsersFromRoleOK with default headers values

func (*AuthServiceRemoveUsersFromRoleOK) Error

func (*AuthServiceRemoveUsersFromRoleOK) GetPayload

type AuthServiceRemoveUsersFromRoleParams

type AuthServiceRemoveUsersFromRoleParams struct {

	// Body.
	Body *models.V1RemoveUsersFromRoleRequest

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

AuthServiceRemoveUsersFromRoleParams contains all the parameters to send to the API endpoint

for the auth service remove users from role operation.

Typically these are written to a http.Request.

func NewAuthServiceRemoveUsersFromRoleParams

func NewAuthServiceRemoveUsersFromRoleParams() *AuthServiceRemoveUsersFromRoleParams

NewAuthServiceRemoveUsersFromRoleParams creates a new AuthServiceRemoveUsersFromRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceRemoveUsersFromRoleParamsWithContext

func NewAuthServiceRemoveUsersFromRoleParamsWithContext(ctx context.Context) *AuthServiceRemoveUsersFromRoleParams

NewAuthServiceRemoveUsersFromRoleParamsWithContext creates a new AuthServiceRemoveUsersFromRoleParams object with the ability to set a context for a request.

func NewAuthServiceRemoveUsersFromRoleParamsWithHTTPClient

func NewAuthServiceRemoveUsersFromRoleParamsWithHTTPClient(client *http.Client) *AuthServiceRemoveUsersFromRoleParams

NewAuthServiceRemoveUsersFromRoleParamsWithHTTPClient creates a new AuthServiceRemoveUsersFromRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceRemoveUsersFromRoleParamsWithTimeout

func NewAuthServiceRemoveUsersFromRoleParamsWithTimeout(timeout time.Duration) *AuthServiceRemoveUsersFromRoleParams

NewAuthServiceRemoveUsersFromRoleParamsWithTimeout creates a new AuthServiceRemoveUsersFromRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceRemoveUsersFromRoleParams) SetBody

SetBody adds the body to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) SetContext

SetContext adds the context to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceRemoveUsersFromRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service remove users from role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceRemoveUsersFromRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) WithBody

WithBody adds the body to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) WithContext

WithContext adds the context to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service remove users from role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceRemoveUsersFromRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service remove users from role params

func (*AuthServiceRemoveUsersFromRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceRemoveUsersFromRoleReader

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

AuthServiceRemoveUsersFromRoleReader is a Reader for the AuthServiceRemoveUsersFromRole structure.

func (*AuthServiceRemoveUsersFromRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceResetPasswordDefault

type AuthServiceResetPasswordDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceResetPasswordDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceResetPasswordDefault

func NewAuthServiceResetPasswordDefault(code int) *AuthServiceResetPasswordDefault

NewAuthServiceResetPasswordDefault creates a AuthServiceResetPasswordDefault with default headers values

func (*AuthServiceResetPasswordDefault) Code

Code gets the status code for the auth service reset password default response

func (*AuthServiceResetPasswordDefault) Error

func (*AuthServiceResetPasswordDefault) GetPayload

type AuthServiceResetPasswordNotFound

type AuthServiceResetPasswordNotFound struct {
	Payload string
}
AuthServiceResetPasswordNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceResetPasswordNotFound

func NewAuthServiceResetPasswordNotFound() *AuthServiceResetPasswordNotFound

NewAuthServiceResetPasswordNotFound creates a AuthServiceResetPasswordNotFound with default headers values

func (*AuthServiceResetPasswordNotFound) Error

func (*AuthServiceResetPasswordNotFound) GetPayload

func (o *AuthServiceResetPasswordNotFound) GetPayload() string

type AuthServiceResetPasswordOK

type AuthServiceResetPasswordOK struct {
	Payload models.V1ResetPasswordResponse
}
AuthServiceResetPasswordOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceResetPasswordOK

func NewAuthServiceResetPasswordOK() *AuthServiceResetPasswordOK

NewAuthServiceResetPasswordOK creates a AuthServiceResetPasswordOK with default headers values

func (*AuthServiceResetPasswordOK) Error

func (*AuthServiceResetPasswordOK) GetPayload

type AuthServiceResetPasswordParams

type AuthServiceResetPasswordParams struct {

	// Body.
	Body *models.V1ResetPasswordRequest

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

AuthServiceResetPasswordParams contains all the parameters to send to the API endpoint

for the auth service reset password operation.

Typically these are written to a http.Request.

func NewAuthServiceResetPasswordParams

func NewAuthServiceResetPasswordParams() *AuthServiceResetPasswordParams

NewAuthServiceResetPasswordParams creates a new AuthServiceResetPasswordParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceResetPasswordParamsWithContext

func NewAuthServiceResetPasswordParamsWithContext(ctx context.Context) *AuthServiceResetPasswordParams

NewAuthServiceResetPasswordParamsWithContext creates a new AuthServiceResetPasswordParams object with the ability to set a context for a request.

func NewAuthServiceResetPasswordParamsWithHTTPClient

func NewAuthServiceResetPasswordParamsWithHTTPClient(client *http.Client) *AuthServiceResetPasswordParams

NewAuthServiceResetPasswordParamsWithHTTPClient creates a new AuthServiceResetPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceResetPasswordParamsWithTimeout

func NewAuthServiceResetPasswordParamsWithTimeout(timeout time.Duration) *AuthServiceResetPasswordParams

NewAuthServiceResetPasswordParamsWithTimeout creates a new AuthServiceResetPasswordParams object with the ability to set a timeout on a request.

func (*AuthServiceResetPasswordParams) SetBody

SetBody adds the body to the auth service reset password params

func (*AuthServiceResetPasswordParams) SetContext

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

SetContext adds the context to the auth service reset password params

func (*AuthServiceResetPasswordParams) SetDefaults added in v0.4.5

func (o *AuthServiceResetPasswordParams) SetDefaults()

SetDefaults hydrates default values in the auth service reset password params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceResetPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service reset password params

func (*AuthServiceResetPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the auth service reset password params

func (*AuthServiceResetPasswordParams) WithBody

WithBody adds the body to the auth service reset password params

func (*AuthServiceResetPasswordParams) WithContext

WithContext adds the context to the auth service reset password params

func (*AuthServiceResetPasswordParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service reset password params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceResetPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service reset password params

func (*AuthServiceResetPasswordParams) WithTimeout

WithTimeout adds the timeout to the auth service reset password params

func (*AuthServiceResetPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceResetPasswordReader

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

AuthServiceResetPasswordReader is a Reader for the AuthServiceResetPassword structure.

func (*AuthServiceResetPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceSetPasswordDefault

type AuthServiceSetPasswordDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceSetPasswordDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceSetPasswordDefault

func NewAuthServiceSetPasswordDefault(code int) *AuthServiceSetPasswordDefault

NewAuthServiceSetPasswordDefault creates a AuthServiceSetPasswordDefault with default headers values

func (*AuthServiceSetPasswordDefault) Code

Code gets the status code for the auth service set password default response

func (*AuthServiceSetPasswordDefault) Error

func (*AuthServiceSetPasswordDefault) GetPayload

type AuthServiceSetPasswordNotFound

type AuthServiceSetPasswordNotFound struct {
	Payload string
}
AuthServiceSetPasswordNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceSetPasswordNotFound

func NewAuthServiceSetPasswordNotFound() *AuthServiceSetPasswordNotFound

NewAuthServiceSetPasswordNotFound creates a AuthServiceSetPasswordNotFound with default headers values

func (*AuthServiceSetPasswordNotFound) Error

func (*AuthServiceSetPasswordNotFound) GetPayload

func (o *AuthServiceSetPasswordNotFound) GetPayload() string

type AuthServiceSetPasswordOK

type AuthServiceSetPasswordOK struct {
	Payload models.V1SetPasswordResponse
}
AuthServiceSetPasswordOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceSetPasswordOK

func NewAuthServiceSetPasswordOK() *AuthServiceSetPasswordOK

NewAuthServiceSetPasswordOK creates a AuthServiceSetPasswordOK with default headers values

func (*AuthServiceSetPasswordOK) Error

func (o *AuthServiceSetPasswordOK) Error() string

func (*AuthServiceSetPasswordOK) GetPayload

type AuthServiceSetPasswordParams

type AuthServiceSetPasswordParams struct {

	// Body.
	Body *models.V1SetPasswordRequest

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

AuthServiceSetPasswordParams contains all the parameters to send to the API endpoint

for the auth service set password operation.

Typically these are written to a http.Request.

func NewAuthServiceSetPasswordParams

func NewAuthServiceSetPasswordParams() *AuthServiceSetPasswordParams

NewAuthServiceSetPasswordParams creates a new AuthServiceSetPasswordParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceSetPasswordParamsWithContext

func NewAuthServiceSetPasswordParamsWithContext(ctx context.Context) *AuthServiceSetPasswordParams

NewAuthServiceSetPasswordParamsWithContext creates a new AuthServiceSetPasswordParams object with the ability to set a context for a request.

func NewAuthServiceSetPasswordParamsWithHTTPClient

func NewAuthServiceSetPasswordParamsWithHTTPClient(client *http.Client) *AuthServiceSetPasswordParams

NewAuthServiceSetPasswordParamsWithHTTPClient creates a new AuthServiceSetPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceSetPasswordParamsWithTimeout

func NewAuthServiceSetPasswordParamsWithTimeout(timeout time.Duration) *AuthServiceSetPasswordParams

NewAuthServiceSetPasswordParamsWithTimeout creates a new AuthServiceSetPasswordParams object with the ability to set a timeout on a request.

func (*AuthServiceSetPasswordParams) SetBody

SetBody adds the body to the auth service set password params

func (*AuthServiceSetPasswordParams) SetContext

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

SetContext adds the context to the auth service set password params

func (*AuthServiceSetPasswordParams) SetDefaults added in v0.4.5

func (o *AuthServiceSetPasswordParams) SetDefaults()

SetDefaults hydrates default values in the auth service set password params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceSetPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service set password params

func (*AuthServiceSetPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the auth service set password params

func (*AuthServiceSetPasswordParams) WithBody

WithBody adds the body to the auth service set password params

func (*AuthServiceSetPasswordParams) WithContext

WithContext adds the context to the auth service set password params

func (*AuthServiceSetPasswordParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service set password params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceSetPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service set password params

func (*AuthServiceSetPasswordParams) WithTimeout

WithTimeout adds the timeout to the auth service set password params

func (*AuthServiceSetPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceSetPasswordReader

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

AuthServiceSetPasswordReader is a Reader for the AuthServiceSetPassword structure.

func (*AuthServiceSetPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceUpdateAccountDefault

type AuthServiceUpdateAccountDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceUpdateAccountDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceUpdateAccountDefault

func NewAuthServiceUpdateAccountDefault(code int) *AuthServiceUpdateAccountDefault

NewAuthServiceUpdateAccountDefault creates a AuthServiceUpdateAccountDefault with default headers values

func (*AuthServiceUpdateAccountDefault) Code

Code gets the status code for the auth service update account default response

func (*AuthServiceUpdateAccountDefault) Error

func (*AuthServiceUpdateAccountDefault) GetPayload

type AuthServiceUpdateAccountNotFound

type AuthServiceUpdateAccountNotFound struct {
	Payload string
}
AuthServiceUpdateAccountNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceUpdateAccountNotFound

func NewAuthServiceUpdateAccountNotFound() *AuthServiceUpdateAccountNotFound

NewAuthServiceUpdateAccountNotFound creates a AuthServiceUpdateAccountNotFound with default headers values

func (*AuthServiceUpdateAccountNotFound) Error

func (*AuthServiceUpdateAccountNotFound) GetPayload

func (o *AuthServiceUpdateAccountNotFound) GetPayload() string

type AuthServiceUpdateAccountOK

type AuthServiceUpdateAccountOK struct {
	Payload models.V1UpdateAccountResponse
}
AuthServiceUpdateAccountOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceUpdateAccountOK

func NewAuthServiceUpdateAccountOK() *AuthServiceUpdateAccountOK

NewAuthServiceUpdateAccountOK creates a AuthServiceUpdateAccountOK with default headers values

func (*AuthServiceUpdateAccountOK) Error

func (*AuthServiceUpdateAccountOK) GetPayload

type AuthServiceUpdateAccountParams

type AuthServiceUpdateAccountParams struct {

	// AccountAccountID.
	//
	// Format: int64
	AccountAccountID string

	// Body.
	Body *models.V1UpdateAccountRequest

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

AuthServiceUpdateAccountParams contains all the parameters to send to the API endpoint

for the auth service update account operation.

Typically these are written to a http.Request.

func NewAuthServiceUpdateAccountParams

func NewAuthServiceUpdateAccountParams() *AuthServiceUpdateAccountParams

NewAuthServiceUpdateAccountParams creates a new AuthServiceUpdateAccountParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceUpdateAccountParamsWithContext

func NewAuthServiceUpdateAccountParamsWithContext(ctx context.Context) *AuthServiceUpdateAccountParams

NewAuthServiceUpdateAccountParamsWithContext creates a new AuthServiceUpdateAccountParams object with the ability to set a context for a request.

func NewAuthServiceUpdateAccountParamsWithHTTPClient

func NewAuthServiceUpdateAccountParamsWithHTTPClient(client *http.Client) *AuthServiceUpdateAccountParams

NewAuthServiceUpdateAccountParamsWithHTTPClient creates a new AuthServiceUpdateAccountParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceUpdateAccountParamsWithTimeout

func NewAuthServiceUpdateAccountParamsWithTimeout(timeout time.Duration) *AuthServiceUpdateAccountParams

NewAuthServiceUpdateAccountParamsWithTimeout creates a new AuthServiceUpdateAccountParams object with the ability to set a timeout on a request.

func (*AuthServiceUpdateAccountParams) SetAccountAccountID

func (o *AuthServiceUpdateAccountParams) SetAccountAccountID(accountAccountID string)

SetAccountAccountID adds the accountAccountId to the auth service update account params

func (*AuthServiceUpdateAccountParams) SetBody

SetBody adds the body to the auth service update account params

func (*AuthServiceUpdateAccountParams) SetContext

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

SetContext adds the context to the auth service update account params

func (*AuthServiceUpdateAccountParams) SetDefaults added in v0.4.5

func (o *AuthServiceUpdateAccountParams) SetDefaults()

SetDefaults hydrates default values in the auth service update account params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service update account params

func (*AuthServiceUpdateAccountParams) SetTimeout

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

SetTimeout adds the timeout to the auth service update account params

func (*AuthServiceUpdateAccountParams) WithAccountAccountID

func (o *AuthServiceUpdateAccountParams) WithAccountAccountID(accountAccountID string) *AuthServiceUpdateAccountParams

WithAccountAccountID adds the accountAccountID to the auth service update account params

func (*AuthServiceUpdateAccountParams) WithBody

WithBody adds the body to the auth service update account params

func (*AuthServiceUpdateAccountParams) WithContext

WithContext adds the context to the auth service update account params

func (*AuthServiceUpdateAccountParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service update account params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service update account params

func (*AuthServiceUpdateAccountParams) WithTimeout

WithTimeout adds the timeout to the auth service update account params

func (*AuthServiceUpdateAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceUpdateAccountReader

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

AuthServiceUpdateAccountReader is a Reader for the AuthServiceUpdateAccount structure.

func (*AuthServiceUpdateAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceUpdateClientBadRequest

type AuthServiceUpdateClientBadRequest struct {
	Payload interface{}
}
AuthServiceUpdateClientBadRequest describes a response with status code 400, with default header values.

Returned when no valid client ID is provided in the request.

func NewAuthServiceUpdateClientBadRequest

func NewAuthServiceUpdateClientBadRequest() *AuthServiceUpdateClientBadRequest

NewAuthServiceUpdateClientBadRequest creates a AuthServiceUpdateClientBadRequest with default headers values

func (*AuthServiceUpdateClientBadRequest) Error

func (*AuthServiceUpdateClientBadRequest) GetPayload

func (o *AuthServiceUpdateClientBadRequest) GetPayload() interface{}

type AuthServiceUpdateClientDefault

type AuthServiceUpdateClientDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceUpdateClientDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceUpdateClientDefault

func NewAuthServiceUpdateClientDefault(code int) *AuthServiceUpdateClientDefault

NewAuthServiceUpdateClientDefault creates a AuthServiceUpdateClientDefault with default headers values

func (*AuthServiceUpdateClientDefault) Code

Code gets the status code for the auth service update client default response

func (*AuthServiceUpdateClientDefault) Error

func (*AuthServiceUpdateClientDefault) GetPayload

type AuthServiceUpdateClientForbidden

type AuthServiceUpdateClientForbidden struct {
	Payload interface{}
}
AuthServiceUpdateClientForbidden describes a response with status code 403, with default header values.

Returned when the caller is not allowed to perform this call.

func NewAuthServiceUpdateClientForbidden

func NewAuthServiceUpdateClientForbidden() *AuthServiceUpdateClientForbidden

NewAuthServiceUpdateClientForbidden creates a AuthServiceUpdateClientForbidden with default headers values

func (*AuthServiceUpdateClientForbidden) Error

func (*AuthServiceUpdateClientForbidden) GetPayload

func (o *AuthServiceUpdateClientForbidden) GetPayload() interface{}

type AuthServiceUpdateClientInternalServerError

type AuthServiceUpdateClientInternalServerError struct {
	Payload interface{}
}
AuthServiceUpdateClientInternalServerError describes a response with status code 500, with default header values.

Returned whenever an internall error occurs.

func NewAuthServiceUpdateClientInternalServerError

func NewAuthServiceUpdateClientInternalServerError() *AuthServiceUpdateClientInternalServerError

NewAuthServiceUpdateClientInternalServerError creates a AuthServiceUpdateClientInternalServerError with default headers values

func (*AuthServiceUpdateClientInternalServerError) Error

func (*AuthServiceUpdateClientInternalServerError) GetPayload

func (o *AuthServiceUpdateClientInternalServerError) GetPayload() interface{}

type AuthServiceUpdateClientNotFound

type AuthServiceUpdateClientNotFound struct {
	Payload interface{}
}
AuthServiceUpdateClientNotFound describes a response with status code 404, with default header values.

Returned when a client ID could not be found within the scope of the account.

func NewAuthServiceUpdateClientNotFound

func NewAuthServiceUpdateClientNotFound() *AuthServiceUpdateClientNotFound

NewAuthServiceUpdateClientNotFound creates a AuthServiceUpdateClientNotFound with default headers values

func (*AuthServiceUpdateClientNotFound) Error

func (*AuthServiceUpdateClientNotFound) GetPayload

func (o *AuthServiceUpdateClientNotFound) GetPayload() interface{}

type AuthServiceUpdateClientOK

type AuthServiceUpdateClientOK struct {
	Payload *models.V1UpdateClientResponse
}
AuthServiceUpdateClientOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceUpdateClientOK

func NewAuthServiceUpdateClientOK() *AuthServiceUpdateClientOK

NewAuthServiceUpdateClientOK creates a AuthServiceUpdateClientOK with default headers values

func (*AuthServiceUpdateClientOK) Error

func (o *AuthServiceUpdateClientOK) Error() string

func (*AuthServiceUpdateClientOK) GetPayload

type AuthServiceUpdateClientParams

type AuthServiceUpdateClientParams struct {

	// Body.
	Body *models.V1UpdateClientRequest

	// ID.
	ID string

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

AuthServiceUpdateClientParams contains all the parameters to send to the API endpoint

for the auth service update client operation.

Typically these are written to a http.Request.

func NewAuthServiceUpdateClientParams

func NewAuthServiceUpdateClientParams() *AuthServiceUpdateClientParams

NewAuthServiceUpdateClientParams creates a new AuthServiceUpdateClientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceUpdateClientParamsWithContext

func NewAuthServiceUpdateClientParamsWithContext(ctx context.Context) *AuthServiceUpdateClientParams

NewAuthServiceUpdateClientParamsWithContext creates a new AuthServiceUpdateClientParams object with the ability to set a context for a request.

func NewAuthServiceUpdateClientParamsWithHTTPClient

func NewAuthServiceUpdateClientParamsWithHTTPClient(client *http.Client) *AuthServiceUpdateClientParams

NewAuthServiceUpdateClientParamsWithHTTPClient creates a new AuthServiceUpdateClientParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceUpdateClientParamsWithTimeout

func NewAuthServiceUpdateClientParamsWithTimeout(timeout time.Duration) *AuthServiceUpdateClientParams

NewAuthServiceUpdateClientParamsWithTimeout creates a new AuthServiceUpdateClientParams object with the ability to set a timeout on a request.

func (*AuthServiceUpdateClientParams) SetBody

SetBody adds the body to the auth service update client params

func (*AuthServiceUpdateClientParams) SetContext

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

SetContext adds the context to the auth service update client params

func (*AuthServiceUpdateClientParams) SetDefaults added in v0.4.5

func (o *AuthServiceUpdateClientParams) SetDefaults()

SetDefaults hydrates default values in the auth service update client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service update client params

func (*AuthServiceUpdateClientParams) SetID

SetID adds the id to the auth service update client params

func (*AuthServiceUpdateClientParams) SetTimeout

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

SetTimeout adds the timeout to the auth service update client params

func (*AuthServiceUpdateClientParams) WithBody

WithBody adds the body to the auth service update client params

func (*AuthServiceUpdateClientParams) WithContext

WithContext adds the context to the auth service update client params

func (*AuthServiceUpdateClientParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service update client params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateClientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service update client params

func (*AuthServiceUpdateClientParams) WithID

WithID adds the id to the auth service update client params

func (*AuthServiceUpdateClientParams) WithTimeout

WithTimeout adds the timeout to the auth service update client params

func (*AuthServiceUpdateClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceUpdateClientReader

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

AuthServiceUpdateClientReader is a Reader for the AuthServiceUpdateClient structure.

func (*AuthServiceUpdateClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceUpdatePolicyDefault

type AuthServiceUpdatePolicyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceUpdatePolicyDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceUpdatePolicyDefault

func NewAuthServiceUpdatePolicyDefault(code int) *AuthServiceUpdatePolicyDefault

NewAuthServiceUpdatePolicyDefault creates a AuthServiceUpdatePolicyDefault with default headers values

func (*AuthServiceUpdatePolicyDefault) Code

Code gets the status code for the auth service update policy default response

func (*AuthServiceUpdatePolicyDefault) Error

func (*AuthServiceUpdatePolicyDefault) GetPayload

type AuthServiceUpdatePolicyNotFound

type AuthServiceUpdatePolicyNotFound struct {
	Payload string
}
AuthServiceUpdatePolicyNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceUpdatePolicyNotFound

func NewAuthServiceUpdatePolicyNotFound() *AuthServiceUpdatePolicyNotFound

NewAuthServiceUpdatePolicyNotFound creates a AuthServiceUpdatePolicyNotFound with default headers values

func (*AuthServiceUpdatePolicyNotFound) Error

func (*AuthServiceUpdatePolicyNotFound) GetPayload

func (o *AuthServiceUpdatePolicyNotFound) GetPayload() string

type AuthServiceUpdatePolicyOK

type AuthServiceUpdatePolicyOK struct {
	Payload models.V1UpdatePolicyResponse
}
AuthServiceUpdatePolicyOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceUpdatePolicyOK

func NewAuthServiceUpdatePolicyOK() *AuthServiceUpdatePolicyOK

NewAuthServiceUpdatePolicyOK creates a AuthServiceUpdatePolicyOK with default headers values

func (*AuthServiceUpdatePolicyOK) Error

func (o *AuthServiceUpdatePolicyOK) Error() string

func (*AuthServiceUpdatePolicyOK) GetPayload

type AuthServiceUpdatePolicyParams

type AuthServiceUpdatePolicyParams struct {

	// Body.
	Body *models.V1UpdatePolicyRequest

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

AuthServiceUpdatePolicyParams contains all the parameters to send to the API endpoint

for the auth service update policy operation.

Typically these are written to a http.Request.

func NewAuthServiceUpdatePolicyParams

func NewAuthServiceUpdatePolicyParams() *AuthServiceUpdatePolicyParams

NewAuthServiceUpdatePolicyParams creates a new AuthServiceUpdatePolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceUpdatePolicyParamsWithContext

func NewAuthServiceUpdatePolicyParamsWithContext(ctx context.Context) *AuthServiceUpdatePolicyParams

NewAuthServiceUpdatePolicyParamsWithContext creates a new AuthServiceUpdatePolicyParams object with the ability to set a context for a request.

func NewAuthServiceUpdatePolicyParamsWithHTTPClient

func NewAuthServiceUpdatePolicyParamsWithHTTPClient(client *http.Client) *AuthServiceUpdatePolicyParams

NewAuthServiceUpdatePolicyParamsWithHTTPClient creates a new AuthServiceUpdatePolicyParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceUpdatePolicyParamsWithTimeout

func NewAuthServiceUpdatePolicyParamsWithTimeout(timeout time.Duration) *AuthServiceUpdatePolicyParams

NewAuthServiceUpdatePolicyParamsWithTimeout creates a new AuthServiceUpdatePolicyParams object with the ability to set a timeout on a request.

func (*AuthServiceUpdatePolicyParams) SetBody

SetBody adds the body to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) SetContext

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

SetContext adds the context to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) SetDefaults added in v0.4.5

func (o *AuthServiceUpdatePolicyParams) SetDefaults()

SetDefaults hydrates default values in the auth service update policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdatePolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) SetTimeout

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

SetTimeout adds the timeout to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) WithBody

WithBody adds the body to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) WithContext

WithContext adds the context to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service update policy params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdatePolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) WithTimeout

WithTimeout adds the timeout to the auth service update policy params

func (*AuthServiceUpdatePolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceUpdatePolicyReader

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

AuthServiceUpdatePolicyReader is a Reader for the AuthServiceUpdatePolicy structure.

func (*AuthServiceUpdatePolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceUpdateRoleDefault

type AuthServiceUpdateRoleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceUpdateRoleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceUpdateRoleDefault

func NewAuthServiceUpdateRoleDefault(code int) *AuthServiceUpdateRoleDefault

NewAuthServiceUpdateRoleDefault creates a AuthServiceUpdateRoleDefault with default headers values

func (*AuthServiceUpdateRoleDefault) Code

Code gets the status code for the auth service update role default response

func (*AuthServiceUpdateRoleDefault) Error

func (*AuthServiceUpdateRoleDefault) GetPayload

type AuthServiceUpdateRoleNotFound

type AuthServiceUpdateRoleNotFound struct {
	Payload string
}
AuthServiceUpdateRoleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceUpdateRoleNotFound

func NewAuthServiceUpdateRoleNotFound() *AuthServiceUpdateRoleNotFound

NewAuthServiceUpdateRoleNotFound creates a AuthServiceUpdateRoleNotFound with default headers values

func (*AuthServiceUpdateRoleNotFound) Error

func (*AuthServiceUpdateRoleNotFound) GetPayload

func (o *AuthServiceUpdateRoleNotFound) GetPayload() string

type AuthServiceUpdateRoleOK

type AuthServiceUpdateRoleOK struct {
	Payload models.V1UpdateRoleResponse
}
AuthServiceUpdateRoleOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceUpdateRoleOK

func NewAuthServiceUpdateRoleOK() *AuthServiceUpdateRoleOK

NewAuthServiceUpdateRoleOK creates a AuthServiceUpdateRoleOK with default headers values

func (*AuthServiceUpdateRoleOK) Error

func (o *AuthServiceUpdateRoleOK) Error() string

func (*AuthServiceUpdateRoleOK) GetPayload

type AuthServiceUpdateRoleParams

type AuthServiceUpdateRoleParams struct {

	// Body.
	Body *models.V1UpdateRoleRequest

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

AuthServiceUpdateRoleParams contains all the parameters to send to the API endpoint

for the auth service update role operation.

Typically these are written to a http.Request.

func NewAuthServiceUpdateRoleParams

func NewAuthServiceUpdateRoleParams() *AuthServiceUpdateRoleParams

NewAuthServiceUpdateRoleParams creates a new AuthServiceUpdateRoleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceUpdateRoleParamsWithContext

func NewAuthServiceUpdateRoleParamsWithContext(ctx context.Context) *AuthServiceUpdateRoleParams

NewAuthServiceUpdateRoleParamsWithContext creates a new AuthServiceUpdateRoleParams object with the ability to set a context for a request.

func NewAuthServiceUpdateRoleParamsWithHTTPClient

func NewAuthServiceUpdateRoleParamsWithHTTPClient(client *http.Client) *AuthServiceUpdateRoleParams

NewAuthServiceUpdateRoleParamsWithHTTPClient creates a new AuthServiceUpdateRoleParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceUpdateRoleParamsWithTimeout

func NewAuthServiceUpdateRoleParamsWithTimeout(timeout time.Duration) *AuthServiceUpdateRoleParams

NewAuthServiceUpdateRoleParamsWithTimeout creates a new AuthServiceUpdateRoleParams object with the ability to set a timeout on a request.

func (*AuthServiceUpdateRoleParams) SetBody

SetBody adds the body to the auth service update role params

func (*AuthServiceUpdateRoleParams) SetContext

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

SetContext adds the context to the auth service update role params

func (*AuthServiceUpdateRoleParams) SetDefaults added in v0.4.5

func (o *AuthServiceUpdateRoleParams) SetDefaults()

SetDefaults hydrates default values in the auth service update role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service update role params

func (*AuthServiceUpdateRoleParams) SetTimeout

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

SetTimeout adds the timeout to the auth service update role params

func (*AuthServiceUpdateRoleParams) WithBody

WithBody adds the body to the auth service update role params

func (*AuthServiceUpdateRoleParams) WithContext

WithContext adds the context to the auth service update role params

func (*AuthServiceUpdateRoleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service update role params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service update role params

func (*AuthServiceUpdateRoleParams) WithTimeout

WithTimeout adds the timeout to the auth service update role params

func (*AuthServiceUpdateRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceUpdateRoleReader

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

AuthServiceUpdateRoleReader is a Reader for the AuthServiceUpdateRole structure.

func (*AuthServiceUpdateRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthServiceUpdateUserDefault

type AuthServiceUpdateUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
AuthServiceUpdateUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewAuthServiceUpdateUserDefault

func NewAuthServiceUpdateUserDefault(code int) *AuthServiceUpdateUserDefault

NewAuthServiceUpdateUserDefault creates a AuthServiceUpdateUserDefault with default headers values

func (*AuthServiceUpdateUserDefault) Code

Code gets the status code for the auth service update user default response

func (*AuthServiceUpdateUserDefault) Error

func (*AuthServiceUpdateUserDefault) GetPayload

type AuthServiceUpdateUserNotFound

type AuthServiceUpdateUserNotFound struct {
	Payload string
}
AuthServiceUpdateUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewAuthServiceUpdateUserNotFound

func NewAuthServiceUpdateUserNotFound() *AuthServiceUpdateUserNotFound

NewAuthServiceUpdateUserNotFound creates a AuthServiceUpdateUserNotFound with default headers values

func (*AuthServiceUpdateUserNotFound) Error

func (*AuthServiceUpdateUserNotFound) GetPayload

func (o *AuthServiceUpdateUserNotFound) GetPayload() string

type AuthServiceUpdateUserOK

type AuthServiceUpdateUserOK struct {
	Payload models.V1UpdateUserResponse
}
AuthServiceUpdateUserOK describes a response with status code 200, with default header values.

A successful response.

func NewAuthServiceUpdateUserOK

func NewAuthServiceUpdateUserOK() *AuthServiceUpdateUserOK

NewAuthServiceUpdateUserOK creates a AuthServiceUpdateUserOK with default headers values

func (*AuthServiceUpdateUserOK) Error

func (o *AuthServiceUpdateUserOK) Error() string

func (*AuthServiceUpdateUserOK) GetPayload

type AuthServiceUpdateUserParams

type AuthServiceUpdateUserParams struct {

	// Body.
	Body *models.V1UpdateUserRequest

	// UserUserID.
	UserUserID string

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

AuthServiceUpdateUserParams contains all the parameters to send to the API endpoint

for the auth service update user operation.

Typically these are written to a http.Request.

func NewAuthServiceUpdateUserParams

func NewAuthServiceUpdateUserParams() *AuthServiceUpdateUserParams

NewAuthServiceUpdateUserParams creates a new AuthServiceUpdateUserParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAuthServiceUpdateUserParamsWithContext

func NewAuthServiceUpdateUserParamsWithContext(ctx context.Context) *AuthServiceUpdateUserParams

NewAuthServiceUpdateUserParamsWithContext creates a new AuthServiceUpdateUserParams object with the ability to set a context for a request.

func NewAuthServiceUpdateUserParamsWithHTTPClient

func NewAuthServiceUpdateUserParamsWithHTTPClient(client *http.Client) *AuthServiceUpdateUserParams

NewAuthServiceUpdateUserParamsWithHTTPClient creates a new AuthServiceUpdateUserParams object with the ability to set a custom HTTPClient for a request.

func NewAuthServiceUpdateUserParamsWithTimeout

func NewAuthServiceUpdateUserParamsWithTimeout(timeout time.Duration) *AuthServiceUpdateUserParams

NewAuthServiceUpdateUserParamsWithTimeout creates a new AuthServiceUpdateUserParams object with the ability to set a timeout on a request.

func (*AuthServiceUpdateUserParams) SetBody

SetBody adds the body to the auth service update user params

func (*AuthServiceUpdateUserParams) SetContext

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

SetContext adds the context to the auth service update user params

func (*AuthServiceUpdateUserParams) SetDefaults added in v0.4.5

func (o *AuthServiceUpdateUserParams) SetDefaults()

SetDefaults hydrates default values in the auth service update user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the auth service update user params

func (*AuthServiceUpdateUserParams) SetTimeout

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

SetTimeout adds the timeout to the auth service update user params

func (*AuthServiceUpdateUserParams) SetUserUserID

func (o *AuthServiceUpdateUserParams) SetUserUserID(userUserID string)

SetUserUserID adds the userUserId to the auth service update user params

func (*AuthServiceUpdateUserParams) WithBody

WithBody adds the body to the auth service update user params

func (*AuthServiceUpdateUserParams) WithContext

WithContext adds the context to the auth service update user params

func (*AuthServiceUpdateUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the auth service update user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthServiceUpdateUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the auth service update user params

func (*AuthServiceUpdateUserParams) WithTimeout

WithTimeout adds the timeout to the auth service update user params

func (*AuthServiceUpdateUserParams) WithUserUserID

func (o *AuthServiceUpdateUserParams) WithUserUserID(userUserID string) *AuthServiceUpdateUserParams

WithUserUserID adds the userUserID to the auth service update user params

func (*AuthServiceUpdateUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthServiceUpdateUserReader

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

AuthServiceUpdateUserReader is a Reader for the AuthServiceUpdateUser structure.

func (*AuthServiceUpdateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for auth service API

func (*Client) AuthServiceAddPoliciesToRole

func (a *Client) AuthServiceAddPoliciesToRole(params *AuthServiceAddPoliciesToRoleParams, opts ...ClientOption) (*AuthServiceAddPoliciesToRoleOK, error)

AuthServiceAddPoliciesToRole auth service add policies to role API

func (*Client) AuthServiceAddPoliciesToUser

func (a *Client) AuthServiceAddPoliciesToUser(params *AuthServiceAddPoliciesToUserParams, opts ...ClientOption) (*AuthServiceAddPoliciesToUserOK, error)

AuthServiceAddPoliciesToUser auth service add policies to user API

func (*Client) AuthServiceAddUsersToRole

func (a *Client) AuthServiceAddUsersToRole(params *AuthServiceAddUsersToRoleParams, opts ...ClientOption) (*AuthServiceAddUsersToRoleOK, error)

AuthServiceAddUsersToRole auth service add users to role API

func (*Client) AuthServiceCheckHMACAuth

func (a *Client) AuthServiceCheckHMACAuth(params *AuthServiceCheckHMACAuthParams, opts ...ClientOption) (*AuthServiceCheckHMACAuthOK, error)

AuthServiceCheckHMACAuth auths API

func (*Client) AuthServiceCheckTokenAuth

func (a *Client) AuthServiceCheckTokenAuth(params *AuthServiceCheckTokenAuthParams, opts ...ClientOption) (*AuthServiceCheckTokenAuthOK, error)

AuthServiceCheckTokenAuth auth service check token auth API

func (*Client) AuthServiceCheckUsernameExists added in v0.4.5

func (a *Client) AuthServiceCheckUsernameExists(params *AuthServiceCheckUsernameExistsParams, opts ...ClientOption) (*AuthServiceCheckUsernameExistsOK, error)
  AuthServiceCheckUsernameExists checks username exists checks in the database if there is already user with the same username if user ID is provided and there is already defined username for this user ID the method wi return false so that the username can be used for this user

  Authorisation requirements:
		Service:		`auth`
		Call:				`CheckUsernameExists`
		Scope:			`*`

func (*Client) AuthServiceCreateAccessKey

func (a *Client) AuthServiceCreateAccessKey(params *AuthServiceCreateAccessKeyParams, opts ...ClientOption) (*AuthServiceCreateAccessKeyOK, error)
  AuthServiceCreateAccessKey creates access key creates a new access key for user

  Authorisation requirements:
		Service:		`auth`
		Call:				`CreateAccessKey`
		Scope:			user ID

func (*Client) AuthServiceCreateClient

func (a *Client) AuthServiceCreateClient(params *AuthServiceCreateClientParams, opts ...ClientOption) (*AuthServiceCreateClientOK, error)
  AuthServiceCreateClient creates client will try to create a new oidc client for the account with the account ID concatenated with suffix provided in the request if the client already exists or there are already 20 clients an error will be returned

  Authorisation requirements:
		Service:		`auth`
		Call:				`CreateClient`
		Scope:

func (*Client) AuthServiceCreateFederationConfig added in v0.5.0

func (a *Client) AuthServiceCreateFederationConfig(params *AuthServiceCreateFederationConfigParams, opts ...ClientOption) (*AuthServiceCreateFederationConfigOK, error)
  AuthServiceCreateFederationConfig creates federation config will try to create a new oidc federation configuration that can be attached to users the maximum registered federated configurations per account are 3

  Authorisation requirements:
		Service:		`auth`
		Call:				`CreateFederationConfig`
		Scope:

func (*Client) AuthServiceCreatePolicy

func (a *Client) AuthServiceCreatePolicy(params *AuthServiceCreatePolicyParams, opts ...ClientOption) (*AuthServiceCreatePolicyOK, error)

AuthServiceCreatePolicy auth service create policy API

func (*Client) AuthServiceCreateRole

func (a *Client) AuthServiceCreateRole(params *AuthServiceCreateRoleParams, opts ...ClientOption) (*AuthServiceCreateRoleOK, error)

AuthServiceCreateRole auth service create role API

func (*Client) AuthServiceCreateUser

func (a *Client) AuthServiceCreateUser(params *AuthServiceCreateUserParams, opts ...ClientOption) (*AuthServiceCreateUserOK, error)

AuthServiceCreateUser auth service create user API

func (*Client) AuthServiceDeleteAccessKey

func (a *Client) AuthServiceDeleteAccessKey(params *AuthServiceDeleteAccessKeyParams, opts ...ClientOption) (*AuthServiceDeleteAccessKeyOK, error)
  AuthServiceDeleteAccessKey deletes access key deletes access key for user

  Authorisation requirements:
		Service:		`auth`
		Call:				`DeleteAccessKey`
		Scope:			user ID

func (*Client) AuthServiceDeleteClient

func (a *Client) AuthServiceDeleteClient(params *AuthServiceDeleteClientParams, opts ...ClientOption) (*AuthServiceDeleteClientOK, error)
  AuthServiceDeleteClient deletes client will delete the client with the provided ID and return an error if a key with this ID does not exist or is not part of accounts clients

  Authorisation requirements:
		Service:		`auth`
		Call:				`DeleteClient`
		Scope:			client ID

func (*Client) AuthServiceDeletePolicy

func (a *Client) AuthServiceDeletePolicy(params *AuthServiceDeletePolicyParams, opts ...ClientOption) (*AuthServiceDeletePolicyOK, error)

AuthServiceDeletePolicy auth service delete policy API

func (*Client) AuthServiceDeleteRole

func (a *Client) AuthServiceDeleteRole(params *AuthServiceDeleteRoleParams, opts ...ClientOption) (*AuthServiceDeleteRoleOK, error)

AuthServiceDeleteRole auth service delete role API

func (*Client) AuthServiceDeleteUser

func (a *Client) AuthServiceDeleteUser(params *AuthServiceDeleteUserParams, opts ...ClientOption) (*AuthServiceDeleteUserOK, error)

AuthServiceDeleteUser auth service delete user API

func (*Client) AuthServiceGetClient added in v0.5.0

func (a *Client) AuthServiceGetClient(params *AuthServiceGetClientParams, opts ...ClientOption) (*AuthServiceGetClientOK, error)
  AuthServiceGetClient gets client loads a specific client

  Authorisation requirements:
		Service:		`auth`
		Call:				`GetClient`
		Scope:			`clientID`

func (*Client) AuthServiceGetClients

func (a *Client) AuthServiceGetClients(params *AuthServiceGetClientsParams, opts ...ClientOption) (*AuthServiceGetClientsOK, error)
  AuthServiceGetClients gets clients loads all clients for account

  Authorisation requirements:
		Service:		`auth`
		Call:				`GetClients`
		Scope:			``

func (*Client) AuthServiceGetDefaultPolicies

func (a *Client) AuthServiceGetDefaultPolicies(params *AuthServiceGetDefaultPoliciesParams, opts ...ClientOption) (*AuthServiceGetDefaultPoliciesOK, error)

AuthServiceGetDefaultPolicies auth service get default policies API

func (*Client) AuthServiceGetOwnAccount

func (a *Client) AuthServiceGetOwnAccount(params *AuthServiceGetOwnAccountParams, opts ...ClientOption) (*AuthServiceGetOwnAccountOK, error)

AuthServiceGetOwnAccount auth service get own account API

func (*Client) AuthServiceGetPasswordPolicy

func (a *Client) AuthServiceGetPasswordPolicy(params *AuthServiceGetPasswordPolicyParams, opts ...ClientOption) (*AuthServiceGetPasswordPolicyOK, error)

AuthServiceGetPasswordPolicy auth service get password policy API

func (*Client) AuthServiceGetPolicies

func (a *Client) AuthServiceGetPolicies(params *AuthServiceGetPoliciesParams, opts ...ClientOption) (*AuthServiceGetPoliciesOK, error)

AuthServiceGetPolicies auth service get policies API

func (*Client) AuthServiceGetPolicy

func (a *Client) AuthServiceGetPolicy(params *AuthServiceGetPolicyParams, opts ...ClientOption) (*AuthServiceGetPolicyOK, error)

AuthServiceGetPolicy rs b a c API

func (*Client) AuthServiceGetRole

func (a *Client) AuthServiceGetRole(params *AuthServiceGetRoleParams, opts ...ClientOption) (*AuthServiceGetRoleOK, error)

AuthServiceGetRole auth service get role API

func (*Client) AuthServiceGetRoles

func (a *Client) AuthServiceGetRoles(params *AuthServiceGetRolesParams, opts ...ClientOption) (*AuthServiceGetRolesOK, error)

AuthServiceGetRoles auth service get roles API

func (*Client) AuthServiceGetUser

func (a *Client) AuthServiceGetUser(params *AuthServiceGetUserParams, opts ...ClientOption) (*AuthServiceGetUserOK, error)

AuthServiceGetUser auth service get user API

func (*Client) AuthServiceGetUserAccessKeys

func (a *Client) AuthServiceGetUserAccessKeys(params *AuthServiceGetUserAccessKeysParams, opts ...ClientOption) (*AuthServiceGetUserAccessKeysOK, error)
  AuthServiceGetUserAccessKeys gets user access keys returns all access keys by user

  Authorisation requirements:
		Service:		`auth`
		Call:				`GetUserAccessKeys`
		Scope:			`*`

func (*Client) AuthServiceGetUserIDByEmail

func (a *Client) AuthServiceGetUserIDByEmail(params *AuthServiceGetUserIDByEmailParams, opts ...ClientOption) (*AuthServiceGetUserIDByEmailOK, error)

AuthServiceGetUserIDByEmail auth service get user ID by email API

func (*Client) AuthServiceGetUserInfo

func (a *Client) AuthServiceGetUserInfo(params *AuthServiceGetUserInfoParams, opts ...ClientOption) (*AuthServiceGetUserInfoOK, error)

AuthServiceGetUserInfo users API

func (*Client) AuthServiceGetUsers

func (a *Client) AuthServiceGetUsers(params *AuthServiceGetUsersParams, opts ...ClientOption) (*AuthServiceGetUsersOK, error)

AuthServiceGetUsers auth service get users API

func (*Client) AuthServiceGetUsersForRole

func (a *Client) AuthServiceGetUsersForRole(params *AuthServiceGetUsersForRoleParams, opts ...ClientOption) (*AuthServiceGetUsersForRoleOK, error)

AuthServiceGetUsersForRole auth service get users for role API

func (*Client) AuthServiceRemovePoliciesFromRole

func (a *Client) AuthServiceRemovePoliciesFromRole(params *AuthServiceRemovePoliciesFromRoleParams, opts ...ClientOption) (*AuthServiceRemovePoliciesFromRoleOK, error)

AuthServiceRemovePoliciesFromRole auth service remove policies from role API

func (*Client) AuthServiceRemovePoliciesFromUser

func (a *Client) AuthServiceRemovePoliciesFromUser(params *AuthServiceRemovePoliciesFromUserParams, opts ...ClientOption) (*AuthServiceRemovePoliciesFromUserOK, error)

AuthServiceRemovePoliciesFromUser auth service remove policies from user API

func (*Client) AuthServiceRemoveUsersFromRole

func (a *Client) AuthServiceRemoveUsersFromRole(params *AuthServiceRemoveUsersFromRoleParams, opts ...ClientOption) (*AuthServiceRemoveUsersFromRoleOK, error)

AuthServiceRemoveUsersFromRole auth service remove users from role API

func (*Client) AuthServiceResetPassword

func (a *Client) AuthServiceResetPassword(params *AuthServiceResetPasswordParams, opts ...ClientOption) (*AuthServiceResetPasswordOK, error)

AuthServiceResetPassword auth service reset password API

func (*Client) AuthServiceSetPassword

func (a *Client) AuthServiceSetPassword(params *AuthServiceSetPasswordParams, opts ...ClientOption) (*AuthServiceSetPasswordOK, error)

AuthServiceSetPassword passwords API

func (*Client) AuthServiceUpdateAccount

func (a *Client) AuthServiceUpdateAccount(params *AuthServiceUpdateAccountParams, opts ...ClientOption) (*AuthServiceUpdateAccountOK, error)

AuthServiceUpdateAccount auth service update account API

func (*Client) AuthServiceUpdateClient

func (a *Client) AuthServiceUpdateClient(params *AuthServiceUpdateClientParams, opts ...ClientOption) (*AuthServiceUpdateClientOK, error)
  AuthServiceUpdateClient updates client updates the data for account client

  Authorisation requirements:
		Service:		`auth`
		Call:				`UpdateClient`
		Scope:			`id`

func (*Client) AuthServiceUpdatePolicy

func (a *Client) AuthServiceUpdatePolicy(params *AuthServiceUpdatePolicyParams, opts ...ClientOption) (*AuthServiceUpdatePolicyOK, error)

AuthServiceUpdatePolicy auth service update policy API

func (*Client) AuthServiceUpdateRole

func (a *Client) AuthServiceUpdateRole(params *AuthServiceUpdateRoleParams, opts ...ClientOption) (*AuthServiceUpdateRoleOK, error)

AuthServiceUpdateRole auth service update role API

func (*Client) AuthServiceUpdateUser

func (a *Client) AuthServiceUpdateUser(params *AuthServiceUpdateUserParams, opts ...ClientOption) (*AuthServiceUpdateUserOK, error)

AuthServiceUpdateUser auth service update user API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.6.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AuthServiceAddPoliciesToRole(params *AuthServiceAddPoliciesToRoleParams, opts ...ClientOption) (*AuthServiceAddPoliciesToRoleOK, error)

	AuthServiceAddPoliciesToUser(params *AuthServiceAddPoliciesToUserParams, opts ...ClientOption) (*AuthServiceAddPoliciesToUserOK, error)

	AuthServiceAddUsersToRole(params *AuthServiceAddUsersToRoleParams, opts ...ClientOption) (*AuthServiceAddUsersToRoleOK, error)

	AuthServiceCheckHMACAuth(params *AuthServiceCheckHMACAuthParams, opts ...ClientOption) (*AuthServiceCheckHMACAuthOK, error)

	AuthServiceCheckTokenAuth(params *AuthServiceCheckTokenAuthParams, opts ...ClientOption) (*AuthServiceCheckTokenAuthOK, error)

	AuthServiceCheckUsernameExists(params *AuthServiceCheckUsernameExistsParams, opts ...ClientOption) (*AuthServiceCheckUsernameExistsOK, error)

	AuthServiceCreateAccessKey(params *AuthServiceCreateAccessKeyParams, opts ...ClientOption) (*AuthServiceCreateAccessKeyOK, error)

	AuthServiceCreateClient(params *AuthServiceCreateClientParams, opts ...ClientOption) (*AuthServiceCreateClientOK, error)

	AuthServiceCreateFederationConfig(params *AuthServiceCreateFederationConfigParams, opts ...ClientOption) (*AuthServiceCreateFederationConfigOK, error)

	AuthServiceCreatePolicy(params *AuthServiceCreatePolicyParams, opts ...ClientOption) (*AuthServiceCreatePolicyOK, error)

	AuthServiceCreateRole(params *AuthServiceCreateRoleParams, opts ...ClientOption) (*AuthServiceCreateRoleOK, error)

	AuthServiceCreateUser(params *AuthServiceCreateUserParams, opts ...ClientOption) (*AuthServiceCreateUserOK, error)

	AuthServiceDeleteAccessKey(params *AuthServiceDeleteAccessKeyParams, opts ...ClientOption) (*AuthServiceDeleteAccessKeyOK, error)

	AuthServiceDeleteClient(params *AuthServiceDeleteClientParams, opts ...ClientOption) (*AuthServiceDeleteClientOK, error)

	AuthServiceDeletePolicy(params *AuthServiceDeletePolicyParams, opts ...ClientOption) (*AuthServiceDeletePolicyOK, error)

	AuthServiceDeleteRole(params *AuthServiceDeleteRoleParams, opts ...ClientOption) (*AuthServiceDeleteRoleOK, error)

	AuthServiceDeleteUser(params *AuthServiceDeleteUserParams, opts ...ClientOption) (*AuthServiceDeleteUserOK, error)

	AuthServiceGetClient(params *AuthServiceGetClientParams, opts ...ClientOption) (*AuthServiceGetClientOK, error)

	AuthServiceGetClients(params *AuthServiceGetClientsParams, opts ...ClientOption) (*AuthServiceGetClientsOK, error)

	AuthServiceGetDefaultPolicies(params *AuthServiceGetDefaultPoliciesParams, opts ...ClientOption) (*AuthServiceGetDefaultPoliciesOK, error)

	AuthServiceGetOwnAccount(params *AuthServiceGetOwnAccountParams, opts ...ClientOption) (*AuthServiceGetOwnAccountOK, error)

	AuthServiceGetPasswordPolicy(params *AuthServiceGetPasswordPolicyParams, opts ...ClientOption) (*AuthServiceGetPasswordPolicyOK, error)

	AuthServiceGetPolicies(params *AuthServiceGetPoliciesParams, opts ...ClientOption) (*AuthServiceGetPoliciesOK, error)

	AuthServiceGetPolicy(params *AuthServiceGetPolicyParams, opts ...ClientOption) (*AuthServiceGetPolicyOK, error)

	AuthServiceGetRole(params *AuthServiceGetRoleParams, opts ...ClientOption) (*AuthServiceGetRoleOK, error)

	AuthServiceGetRoles(params *AuthServiceGetRolesParams, opts ...ClientOption) (*AuthServiceGetRolesOK, error)

	AuthServiceGetUser(params *AuthServiceGetUserParams, opts ...ClientOption) (*AuthServiceGetUserOK, error)

	AuthServiceGetUserAccessKeys(params *AuthServiceGetUserAccessKeysParams, opts ...ClientOption) (*AuthServiceGetUserAccessKeysOK, error)

	AuthServiceGetUserIDByEmail(params *AuthServiceGetUserIDByEmailParams, opts ...ClientOption) (*AuthServiceGetUserIDByEmailOK, error)

	AuthServiceGetUserInfo(params *AuthServiceGetUserInfoParams, opts ...ClientOption) (*AuthServiceGetUserInfoOK, error)

	AuthServiceGetUsers(params *AuthServiceGetUsersParams, opts ...ClientOption) (*AuthServiceGetUsersOK, error)

	AuthServiceGetUsersForRole(params *AuthServiceGetUsersForRoleParams, opts ...ClientOption) (*AuthServiceGetUsersForRoleOK, error)

	AuthServiceRemovePoliciesFromRole(params *AuthServiceRemovePoliciesFromRoleParams, opts ...ClientOption) (*AuthServiceRemovePoliciesFromRoleOK, error)

	AuthServiceRemovePoliciesFromUser(params *AuthServiceRemovePoliciesFromUserParams, opts ...ClientOption) (*AuthServiceRemovePoliciesFromUserOK, error)

	AuthServiceRemoveUsersFromRole(params *AuthServiceRemoveUsersFromRoleParams, opts ...ClientOption) (*AuthServiceRemoveUsersFromRoleOK, error)

	AuthServiceResetPassword(params *AuthServiceResetPasswordParams, opts ...ClientOption) (*AuthServiceResetPasswordOK, error)

	AuthServiceSetPassword(params *AuthServiceSetPasswordParams, opts ...ClientOption) (*AuthServiceSetPasswordOK, error)

	AuthServiceUpdateAccount(params *AuthServiceUpdateAccountParams, opts ...ClientOption) (*AuthServiceUpdateAccountOK, error)

	AuthServiceUpdateClient(params *AuthServiceUpdateClientParams, opts ...ClientOption) (*AuthServiceUpdateClientOK, error)

	AuthServiceUpdatePolicy(params *AuthServiceUpdatePolicyParams, opts ...ClientOption) (*AuthServiceUpdatePolicyOK, error)

	AuthServiceUpdateRole(params *AuthServiceUpdateRoleParams, opts ...ClientOption) (*AuthServiceUpdateRoleOK, error)

	AuthServiceUpdateUser(params *AuthServiceUpdateUserParams, opts ...ClientOption) (*AuthServiceUpdateUserOK, 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 auth service API client.

Source Files

Jump to

Keyboard shortcuts

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