auth_service

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2020 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceAddPoliciesToRoleParamsWithContext

func NewAuthServiceAddPoliciesToRoleParamsWithContext(ctx context.Context) *AuthServiceAddPoliciesToRoleParams

NewAuthServiceAddPoliciesToRoleParamsWithContext creates a new AuthServiceAddPoliciesToRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceAddPoliciesToUserParamsWithContext

func NewAuthServiceAddPoliciesToUserParamsWithContext(ctx context.Context) *AuthServiceAddPoliciesToUserParams

NewAuthServiceAddPoliciesToUserParamsWithContext creates a new AuthServiceAddPoliciesToUserParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceAddUsersToRoleParamsWithContext

func NewAuthServiceAddUsersToRoleParamsWithContext(ctx context.Context) *AuthServiceAddUsersToRoleParams

NewAuthServiceAddUsersToRoleParamsWithContext creates a new AuthServiceAddUsersToRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceCheckHMACAuthParamsWithContext

func NewAuthServiceCheckHMACAuthParamsWithContext(ctx context.Context) *AuthServiceCheckHMACAuthParams

NewAuthServiceCheckHMACAuthParamsWithContext creates a new AuthServiceCheckHMACAuthParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceCheckTokenAuthParamsWithContext

func NewAuthServiceCheckTokenAuthParamsWithContext(ctx context.Context) *AuthServiceCheckTokenAuthParams

NewAuthServiceCheckTokenAuthParamsWithContext creates a new AuthServiceCheckTokenAuthParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 AuthServiceCreateAccessKeyDefault

type AuthServiceCreateAccessKeyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

AuthServiceCreateAccessKeyDefault handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceCreateAccessKeyParamsWithContext

func NewAuthServiceCreateAccessKeyParamsWithContext(ctx context.Context) *AuthServiceCreateAccessKeyParams

NewAuthServiceCreateAccessKeyParamsWithContext creates a new AuthServiceCreateAccessKeyParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceCreateClientParamsWithContext

func NewAuthServiceCreateClientParamsWithContext(ctx context.Context) *AuthServiceCreateClientParams

NewAuthServiceCreateClientParamsWithContext creates a new AuthServiceCreateClientParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 AuthServiceCreatePolicyDefault

type AuthServiceCreatePolicyDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

AuthServiceCreatePolicyDefault handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceCreatePolicyParamsWithContext

func NewAuthServiceCreatePolicyParamsWithContext(ctx context.Context) *AuthServiceCreatePolicyParams

NewAuthServiceCreatePolicyParamsWithContext creates a new AuthServiceCreatePolicyParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceCreateRoleParamsWithContext

func NewAuthServiceCreateRoleParamsWithContext(ctx context.Context) *AuthServiceCreateRoleParams

NewAuthServiceCreateRoleParamsWithContext creates a new AuthServiceCreateRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceCreateUserParamsWithContext

func NewAuthServiceCreateUserParamsWithContext(ctx context.Context) *AuthServiceCreateUserParams

NewAuthServiceCreateUserParamsWithContext creates a new AuthServiceCreateUserParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceDeleteAccessKeyParamsWithContext

func NewAuthServiceDeleteAccessKeyParamsWithContext(ctx context.Context) *AuthServiceDeleteAccessKeyParams

NewAuthServiceDeleteAccessKeyParamsWithContext creates a new AuthServiceDeleteAccessKeyParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case with default header values.

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

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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceDeleteClientParamsWithContext

func NewAuthServiceDeleteClientParamsWithContext(ctx context.Context) *AuthServiceDeleteClientParams

NewAuthServiceDeleteClientParamsWithContext creates a new AuthServiceDeleteClientParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceDeletePolicyParamsWithContext

func NewAuthServiceDeletePolicyParamsWithContext(ctx context.Context) *AuthServiceDeletePolicyParams

NewAuthServiceDeletePolicyParamsWithContext creates a new AuthServiceDeletePolicyParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceDeleteRoleParamsWithContext

func NewAuthServiceDeleteRoleParamsWithContext(ctx context.Context) *AuthServiceDeleteRoleParams

NewAuthServiceDeleteRoleParamsWithContext creates a new AuthServiceDeleteRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceDeleteUserParamsWithContext

func NewAuthServiceDeleteUserParamsWithContext(ctx context.Context) *AuthServiceDeleteUserParams

NewAuthServiceDeleteUserParamsWithContext creates a new AuthServiceDeleteUserParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 AuthServiceGetClientsDefault

type AuthServiceGetClientsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

AuthServiceGetClientsDefault handles this case 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetClientsParamsWithContext

func NewAuthServiceGetClientsParamsWithContext(ctx context.Context) *AuthServiceGetClientsParams

NewAuthServiceGetClientsParamsWithContext creates a new AuthServiceGetClientsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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*/
	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 values initialized.

func NewAuthServiceGetDefaultPoliciesParamsWithContext

func NewAuthServiceGetDefaultPoliciesParamsWithContext(ctx context.Context) *AuthServiceGetDefaultPoliciesParams

NewAuthServiceGetDefaultPoliciesParamsWithContext creates a new AuthServiceGetDefaultPoliciesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetOwnAccountParamsWithContext

func NewAuthServiceGetOwnAccountParamsWithContext(ctx context.Context) *AuthServiceGetOwnAccountParams

NewAuthServiceGetOwnAccountParamsWithContext creates a new AuthServiceGetOwnAccountParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetPasswordPolicyParamsWithContext

func NewAuthServiceGetPasswordPolicyParamsWithContext(ctx context.Context) *AuthServiceGetPasswordPolicyParams

NewAuthServiceGetPasswordPolicyParamsWithContext creates a new AuthServiceGetPasswordPolicyParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetPoliciesParamsWithContext

func NewAuthServiceGetPoliciesParamsWithContext(ctx context.Context) *AuthServiceGetPoliciesParams

NewAuthServiceGetPoliciesParamsWithContext creates a new AuthServiceGetPoliciesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetPolicyParamsWithContext

func NewAuthServiceGetPolicyParamsWithContext(ctx context.Context) *AuthServiceGetPolicyParams

NewAuthServiceGetPolicyParamsWithContext creates a new AuthServiceGetPolicyParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetRoleParamsWithContext

func NewAuthServiceGetRoleParamsWithContext(ctx context.Context) *AuthServiceGetRoleParams

NewAuthServiceGetRoleParamsWithContext creates a new AuthServiceGetRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetRolesParamsWithContext

func NewAuthServiceGetRolesParamsWithContext(ctx context.Context) *AuthServiceGetRolesParams

NewAuthServiceGetRolesParamsWithContext creates a new AuthServiceGetRolesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetUserAccessKeysParamsWithContext

func NewAuthServiceGetUserAccessKeysParamsWithContext(ctx context.Context) *AuthServiceGetUserAccessKeysParams

NewAuthServiceGetUserAccessKeysParamsWithContext creates a new AuthServiceGetUserAccessKeysParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetUserIDByEmailParamsWithContext

func NewAuthServiceGetUserIDByEmailParamsWithContext(ctx context.Context) *AuthServiceGetUserIDByEmailParams

NewAuthServiceGetUserIDByEmailParamsWithContext creates a new AuthServiceGetUserIDByEmailParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetUserInfoParamsWithContext

func NewAuthServiceGetUserInfoParamsWithContext(ctx context.Context) *AuthServiceGetUserInfoParams

NewAuthServiceGetUserInfoParamsWithContext creates a new AuthServiceGetUserInfoParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceGetUserParamsWithContext

func NewAuthServiceGetUserParamsWithContext(ctx context.Context) *AuthServiceGetUserParams

NewAuthServiceGetUserParamsWithContext creates a new AuthServiceGetUserParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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*/
	Limit *string
	/*Offset*/
	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 values initialized.

func NewAuthServiceGetUsersForRoleParamsWithContext

func NewAuthServiceGetUsersForRoleParamsWithContext(ctx context.Context) *AuthServiceGetUsersForRoleParams

NewAuthServiceGetUsersForRoleParamsWithContext creates a new AuthServiceGetUsersForRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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*/
	Limit *int32
	/*Offset*/
	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 values initialized.

func NewAuthServiceGetUsersParamsWithContext

func NewAuthServiceGetUsersParamsWithContext(ctx context.Context) *AuthServiceGetUsersParams

NewAuthServiceGetUsersParamsWithContext creates a new AuthServiceGetUsersParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceRemovePoliciesFromRoleParamsWithContext

func NewAuthServiceRemovePoliciesFromRoleParamsWithContext(ctx context.Context) *AuthServiceRemovePoliciesFromRoleParams

NewAuthServiceRemovePoliciesFromRoleParamsWithContext creates a new AuthServiceRemovePoliciesFromRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceRemovePoliciesFromUserParamsWithContext

func NewAuthServiceRemovePoliciesFromUserParamsWithContext(ctx context.Context) *AuthServiceRemovePoliciesFromUserParams

NewAuthServiceRemovePoliciesFromUserParamsWithContext creates a new AuthServiceRemovePoliciesFromUserParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceRemoveUsersFromRoleParamsWithContext

func NewAuthServiceRemoveUsersFromRoleParamsWithContext(ctx context.Context) *AuthServiceRemoveUsersFromRoleParams

NewAuthServiceRemoveUsersFromRoleParamsWithContext creates a new AuthServiceRemoveUsersFromRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceResetPasswordParamsWithContext

func NewAuthServiceResetPasswordParamsWithContext(ctx context.Context) *AuthServiceResetPasswordParams

NewAuthServiceResetPasswordParamsWithContext creates a new AuthServiceResetPasswordParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceSetPasswordParamsWithContext

func NewAuthServiceSetPasswordParamsWithContext(ctx context.Context) *AuthServiceSetPasswordParams

NewAuthServiceSetPasswordParamsWithContext creates a new AuthServiceSetPasswordParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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*/
	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 values initialized.

func NewAuthServiceUpdateAccountParamsWithContext

func NewAuthServiceUpdateAccountParamsWithContext(ctx context.Context) *AuthServiceUpdateAccountParams

NewAuthServiceUpdateAccountParamsWithContext creates a new AuthServiceUpdateAccountParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceUpdateClientParamsWithContext

func NewAuthServiceUpdateClientParamsWithContext(ctx context.Context) *AuthServiceUpdateClientParams

NewAuthServiceUpdateClientParamsWithContext creates a new AuthServiceUpdateClientParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceUpdatePolicyParamsWithContext

func NewAuthServiceUpdatePolicyParamsWithContext(ctx context.Context) *AuthServiceUpdatePolicyParams

NewAuthServiceUpdatePolicyParamsWithContext creates a new AuthServiceUpdatePolicyParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceUpdateRoleParamsWithContext

func NewAuthServiceUpdateRoleParamsWithContext(ctx context.Context) *AuthServiceUpdateRoleParams

NewAuthServiceUpdateRoleParamsWithContext creates a new AuthServiceUpdateRoleParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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 handles this case 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 handles this case 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 values initialized.

func NewAuthServiceUpdateUserParamsWithContext

func NewAuthServiceUpdateUserParamsWithContext(ctx context.Context) *AuthServiceUpdateUserParams

NewAuthServiceUpdateUserParamsWithContext creates a new AuthServiceUpdateUserParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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) (*AuthServiceAddPoliciesToRoleOK, error)

AuthServiceAddPoliciesToRole auth service add policies to role API

func (*Client) AuthServiceAddPoliciesToUser

func (a *Client) AuthServiceAddPoliciesToUser(params *AuthServiceAddPoliciesToUserParams) (*AuthServiceAddPoliciesToUserOK, error)

AuthServiceAddPoliciesToUser auth service add policies to user API

func (*Client) AuthServiceAddUsersToRole

func (a *Client) AuthServiceAddUsersToRole(params *AuthServiceAddUsersToRoleParams) (*AuthServiceAddUsersToRoleOK, error)

AuthServiceAddUsersToRole auth service add users to role API

func (*Client) AuthServiceCheckHMACAuth

func (a *Client) AuthServiceCheckHMACAuth(params *AuthServiceCheckHMACAuthParams) (*AuthServiceCheckHMACAuthOK, error)

AuthServiceCheckHMACAuth auths API

func (*Client) AuthServiceCheckTokenAuth

func (a *Client) AuthServiceCheckTokenAuth(params *AuthServiceCheckTokenAuthParams) (*AuthServiceCheckTokenAuthOK, error)

AuthServiceCheckTokenAuth auth service check token auth API

func (*Client) AuthServiceCreateAccessKey

func (a *Client) AuthServiceCreateAccessKey(params *AuthServiceCreateAccessKeyParams) (*AuthServiceCreateAccessKeyOK, error)

AuthServiceCreateAccessKey users access keys API

func (*Client) AuthServiceCreateClient

func (a *Client) AuthServiceCreateClient(params *AuthServiceCreateClientParams) (*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) AuthServiceCreatePolicy

func (a *Client) AuthServiceCreatePolicy(params *AuthServiceCreatePolicyParams) (*AuthServiceCreatePolicyOK, error)

AuthServiceCreatePolicy auth service create policy API

func (*Client) AuthServiceCreateRole

func (a *Client) AuthServiceCreateRole(params *AuthServiceCreateRoleParams) (*AuthServiceCreateRoleOK, error)

AuthServiceCreateRole auth service create role API

func (*Client) AuthServiceCreateUser

func (a *Client) AuthServiceCreateUser(params *AuthServiceCreateUserParams) (*AuthServiceCreateUserOK, error)

AuthServiceCreateUser auth service create user API

func (*Client) AuthServiceDeleteAccessKey

func (a *Client) AuthServiceDeleteAccessKey(params *AuthServiceDeleteAccessKeyParams) (*AuthServiceDeleteAccessKeyOK, error)

AuthServiceDeleteAccessKey auth service delete access key API

func (*Client) AuthServiceDeleteClient

func (a *Client) AuthServiceDeleteClient(params *AuthServiceDeleteClientParams) (*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) (*AuthServiceDeletePolicyOK, error)

AuthServiceDeletePolicy auth service delete policy API

func (*Client) AuthServiceDeleteRole

func (a *Client) AuthServiceDeleteRole(params *AuthServiceDeleteRoleParams) (*AuthServiceDeleteRoleOK, error)

AuthServiceDeleteRole auth service delete role API

func (*Client) AuthServiceDeleteUser

func (a *Client) AuthServiceDeleteUser(params *AuthServiceDeleteUserParams) (*AuthServiceDeleteUserOK, error)

AuthServiceDeleteUser auth service delete user API

func (*Client) AuthServiceGetClients

func (a *Client) AuthServiceGetClients(params *AuthServiceGetClientsParams) (*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) (*AuthServiceGetDefaultPoliciesOK, error)

AuthServiceGetDefaultPolicies auth service get default policies API

func (*Client) AuthServiceGetOwnAccount

func (a *Client) AuthServiceGetOwnAccount(params *AuthServiceGetOwnAccountParams) (*AuthServiceGetOwnAccountOK, error)

AuthServiceGetOwnAccount auth service get own account API

func (*Client) AuthServiceGetPasswordPolicy

func (a *Client) AuthServiceGetPasswordPolicy(params *AuthServiceGetPasswordPolicyParams) (*AuthServiceGetPasswordPolicyOK, error)

AuthServiceGetPasswordPolicy auth service get password policy API

func (*Client) AuthServiceGetPolicies

func (a *Client) AuthServiceGetPolicies(params *AuthServiceGetPoliciesParams) (*AuthServiceGetPoliciesOK, error)

AuthServiceGetPolicies auth service get policies API

func (*Client) AuthServiceGetPolicy

func (a *Client) AuthServiceGetPolicy(params *AuthServiceGetPolicyParams) (*AuthServiceGetPolicyOK, error)

AuthServiceGetPolicy rs b a c API

func (*Client) AuthServiceGetRole

func (a *Client) AuthServiceGetRole(params *AuthServiceGetRoleParams) (*AuthServiceGetRoleOK, error)

AuthServiceGetRole auth service get role API

func (*Client) AuthServiceGetRoles

func (a *Client) AuthServiceGetRoles(params *AuthServiceGetRolesParams) (*AuthServiceGetRolesOK, error)

AuthServiceGetRoles auth service get roles API

func (*Client) AuthServiceGetUser

func (a *Client) AuthServiceGetUser(params *AuthServiceGetUserParams) (*AuthServiceGetUserOK, error)

AuthServiceGetUser auth service get user API

func (*Client) AuthServiceGetUserAccessKeys

func (a *Client) AuthServiceGetUserAccessKeys(params *AuthServiceGetUserAccessKeysParams) (*AuthServiceGetUserAccessKeysOK, error)

AuthServiceGetUserAccessKeys auth service get user access keys API

func (*Client) AuthServiceGetUserIDByEmail

func (a *Client) AuthServiceGetUserIDByEmail(params *AuthServiceGetUserIDByEmailParams) (*AuthServiceGetUserIDByEmailOK, error)

AuthServiceGetUserIDByEmail auth service get user ID by email API

func (*Client) AuthServiceGetUserInfo

func (a *Client) AuthServiceGetUserInfo(params *AuthServiceGetUserInfoParams) (*AuthServiceGetUserInfoOK, error)

AuthServiceGetUserInfo users API

func (*Client) AuthServiceGetUsers

func (a *Client) AuthServiceGetUsers(params *AuthServiceGetUsersParams) (*AuthServiceGetUsersOK, error)

AuthServiceGetUsers auth service get users API

func (*Client) AuthServiceGetUsersForRole

func (a *Client) AuthServiceGetUsersForRole(params *AuthServiceGetUsersForRoleParams) (*AuthServiceGetUsersForRoleOK, error)

AuthServiceGetUsersForRole auth service get users for role API

func (*Client) AuthServiceRemovePoliciesFromRole

func (a *Client) AuthServiceRemovePoliciesFromRole(params *AuthServiceRemovePoliciesFromRoleParams) (*AuthServiceRemovePoliciesFromRoleOK, error)

AuthServiceRemovePoliciesFromRole auth service remove policies from role API

func (*Client) AuthServiceRemovePoliciesFromUser

func (a *Client) AuthServiceRemovePoliciesFromUser(params *AuthServiceRemovePoliciesFromUserParams) (*AuthServiceRemovePoliciesFromUserOK, error)

AuthServiceRemovePoliciesFromUser auth service remove policies from user API

func (*Client) AuthServiceRemoveUsersFromRole

func (a *Client) AuthServiceRemoveUsersFromRole(params *AuthServiceRemoveUsersFromRoleParams) (*AuthServiceRemoveUsersFromRoleOK, error)

AuthServiceRemoveUsersFromRole auth service remove users from role API

func (*Client) AuthServiceResetPassword

func (a *Client) AuthServiceResetPassword(params *AuthServiceResetPasswordParams) (*AuthServiceResetPasswordOK, error)

AuthServiceResetPassword auth service reset password API

func (*Client) AuthServiceSetPassword

func (a *Client) AuthServiceSetPassword(params *AuthServiceSetPasswordParams) (*AuthServiceSetPasswordOK, error)

AuthServiceSetPassword passwords API

func (*Client) AuthServiceUpdateAccount

func (a *Client) AuthServiceUpdateAccount(params *AuthServiceUpdateAccountParams) (*AuthServiceUpdateAccountOK, error)

AuthServiceUpdateAccount auth service update account API

func (*Client) AuthServiceUpdateClient

func (a *Client) AuthServiceUpdateClient(params *AuthServiceUpdateClientParams) (*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) (*AuthServiceUpdatePolicyOK, error)

AuthServiceUpdatePolicy auth service update policy API

func (*Client) AuthServiceUpdateRole

func (a *Client) AuthServiceUpdateRole(params *AuthServiceUpdateRoleParams) (*AuthServiceUpdateRoleOK, error)

AuthServiceUpdateRole auth service update role API

func (*Client) AuthServiceUpdateUser

func (a *Client) AuthServiceUpdateUser(params *AuthServiceUpdateUserParams) (*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 ClientService

type ClientService interface {
	AuthServiceAddPoliciesToRole(params *AuthServiceAddPoliciesToRoleParams) (*AuthServiceAddPoliciesToRoleOK, error)

	AuthServiceAddPoliciesToUser(params *AuthServiceAddPoliciesToUserParams) (*AuthServiceAddPoliciesToUserOK, error)

	AuthServiceAddUsersToRole(params *AuthServiceAddUsersToRoleParams) (*AuthServiceAddUsersToRoleOK, error)

	AuthServiceCheckHMACAuth(params *AuthServiceCheckHMACAuthParams) (*AuthServiceCheckHMACAuthOK, error)

	AuthServiceCheckTokenAuth(params *AuthServiceCheckTokenAuthParams) (*AuthServiceCheckTokenAuthOK, error)

	AuthServiceCreateAccessKey(params *AuthServiceCreateAccessKeyParams) (*AuthServiceCreateAccessKeyOK, error)

	AuthServiceCreateClient(params *AuthServiceCreateClientParams) (*AuthServiceCreateClientOK, error)

	AuthServiceCreatePolicy(params *AuthServiceCreatePolicyParams) (*AuthServiceCreatePolicyOK, error)

	AuthServiceCreateRole(params *AuthServiceCreateRoleParams) (*AuthServiceCreateRoleOK, error)

	AuthServiceCreateUser(params *AuthServiceCreateUserParams) (*AuthServiceCreateUserOK, error)

	AuthServiceDeleteAccessKey(params *AuthServiceDeleteAccessKeyParams) (*AuthServiceDeleteAccessKeyOK, error)

	AuthServiceDeleteClient(params *AuthServiceDeleteClientParams) (*AuthServiceDeleteClientOK, error)

	AuthServiceDeletePolicy(params *AuthServiceDeletePolicyParams) (*AuthServiceDeletePolicyOK, error)

	AuthServiceDeleteRole(params *AuthServiceDeleteRoleParams) (*AuthServiceDeleteRoleOK, error)

	AuthServiceDeleteUser(params *AuthServiceDeleteUserParams) (*AuthServiceDeleteUserOK, error)

	AuthServiceGetClients(params *AuthServiceGetClientsParams) (*AuthServiceGetClientsOK, error)

	AuthServiceGetDefaultPolicies(params *AuthServiceGetDefaultPoliciesParams) (*AuthServiceGetDefaultPoliciesOK, error)

	AuthServiceGetOwnAccount(params *AuthServiceGetOwnAccountParams) (*AuthServiceGetOwnAccountOK, error)

	AuthServiceGetPasswordPolicy(params *AuthServiceGetPasswordPolicyParams) (*AuthServiceGetPasswordPolicyOK, error)

	AuthServiceGetPolicies(params *AuthServiceGetPoliciesParams) (*AuthServiceGetPoliciesOK, error)

	AuthServiceGetPolicy(params *AuthServiceGetPolicyParams) (*AuthServiceGetPolicyOK, error)

	AuthServiceGetRole(params *AuthServiceGetRoleParams) (*AuthServiceGetRoleOK, error)

	AuthServiceGetRoles(params *AuthServiceGetRolesParams) (*AuthServiceGetRolesOK, error)

	AuthServiceGetUser(params *AuthServiceGetUserParams) (*AuthServiceGetUserOK, error)

	AuthServiceGetUserAccessKeys(params *AuthServiceGetUserAccessKeysParams) (*AuthServiceGetUserAccessKeysOK, error)

	AuthServiceGetUserIDByEmail(params *AuthServiceGetUserIDByEmailParams) (*AuthServiceGetUserIDByEmailOK, error)

	AuthServiceGetUserInfo(params *AuthServiceGetUserInfoParams) (*AuthServiceGetUserInfoOK, error)

	AuthServiceGetUsers(params *AuthServiceGetUsersParams) (*AuthServiceGetUsersOK, error)

	AuthServiceGetUsersForRole(params *AuthServiceGetUsersForRoleParams) (*AuthServiceGetUsersForRoleOK, error)

	AuthServiceRemovePoliciesFromRole(params *AuthServiceRemovePoliciesFromRoleParams) (*AuthServiceRemovePoliciesFromRoleOK, error)

	AuthServiceRemovePoliciesFromUser(params *AuthServiceRemovePoliciesFromUserParams) (*AuthServiceRemovePoliciesFromUserOK, error)

	AuthServiceRemoveUsersFromRole(params *AuthServiceRemoveUsersFromRoleParams) (*AuthServiceRemoveUsersFromRoleOK, error)

	AuthServiceResetPassword(params *AuthServiceResetPasswordParams) (*AuthServiceResetPasswordOK, error)

	AuthServiceSetPassword(params *AuthServiceSetPasswordParams) (*AuthServiceSetPasswordOK, error)

	AuthServiceUpdateAccount(params *AuthServiceUpdateAccountParams) (*AuthServiceUpdateAccountOK, error)

	AuthServiceUpdateClient(params *AuthServiceUpdateClientParams) (*AuthServiceUpdateClientOK, error)

	AuthServiceUpdatePolicy(params *AuthServiceUpdatePolicyParams) (*AuthServiceUpdatePolicyOK, error)

	AuthServiceUpdateRole(params *AuthServiceUpdateRoleParams) (*AuthServiceUpdateRoleOK, error)

	AuthServiceUpdateUser(params *AuthServiceUpdateUserParams) (*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