users_v4

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminAddUserRoleV4BadRequest added in v0.2.0

type AdminAddUserRoleV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminAddUserRoleV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminAddUserRoleV4BadRequest added in v0.2.0

func NewAdminAddUserRoleV4BadRequest() *AdminAddUserRoleV4BadRequest

NewAdminAddUserRoleV4BadRequest creates a AdminAddUserRoleV4BadRequest with default headers values

func (*AdminAddUserRoleV4BadRequest) Error added in v0.2.0

func (*AdminAddUserRoleV4BadRequest) GetPayload added in v0.2.0

type AdminAddUserRoleV4Forbidden added in v0.2.0

type AdminAddUserRoleV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminAddUserRoleV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminAddUserRoleV4Forbidden added in v0.2.0

func NewAdminAddUserRoleV4Forbidden() *AdminAddUserRoleV4Forbidden

NewAdminAddUserRoleV4Forbidden creates a AdminAddUserRoleV4Forbidden with default headers values

func (*AdminAddUserRoleV4Forbidden) Error added in v0.2.0

func (*AdminAddUserRoleV4Forbidden) GetPayload added in v0.2.0

type AdminAddUserRoleV4InternalServerError added in v0.2.0

type AdminAddUserRoleV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminAddUserRoleV4InternalServerError handles this case with default header values.

AdminAddUserRoleV4InternalServerError admin add user role v4 internal server error

func NewAdminAddUserRoleV4InternalServerError added in v0.2.0

func NewAdminAddUserRoleV4InternalServerError() *AdminAddUserRoleV4InternalServerError

NewAdminAddUserRoleV4InternalServerError creates a AdminAddUserRoleV4InternalServerError with default headers values

func (*AdminAddUserRoleV4InternalServerError) Error added in v0.2.0

func (*AdminAddUserRoleV4InternalServerError) GetPayload added in v0.2.0

type AdminAddUserRoleV4NotFound added in v0.2.0

type AdminAddUserRoleV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminAddUserRoleV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminAddUserRoleV4NotFound added in v0.2.0

func NewAdminAddUserRoleV4NotFound() *AdminAddUserRoleV4NotFound

NewAdminAddUserRoleV4NotFound creates a AdminAddUserRoleV4NotFound with default headers values

func (*AdminAddUserRoleV4NotFound) Error added in v0.2.0

func (*AdminAddUserRoleV4NotFound) GetPayload added in v0.2.0

type AdminAddUserRoleV4OK added in v0.2.0

type AdminAddUserRoleV4OK struct {
	Payload *iamclientmodels.ModelListUserRolesV4Response
}

AdminAddUserRoleV4OK handles this case with default header values.

Operation succeeded

func NewAdminAddUserRoleV4OK added in v0.2.0

func NewAdminAddUserRoleV4OK() *AdminAddUserRoleV4OK

NewAdminAddUserRoleV4OK creates a AdminAddUserRoleV4OK with default headers values

func (*AdminAddUserRoleV4OK) Error added in v0.2.0

func (o *AdminAddUserRoleV4OK) Error() string

func (*AdminAddUserRoleV4OK) GetPayload added in v0.2.0

type AdminAddUserRoleV4Params added in v0.2.0

type AdminAddUserRoleV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  Object of Role ID to be assigned with allowed namespaces

	*/
	Body *iamclientmodels.ModelAddUserRoleV4Request
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

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

AdminAddUserRoleV4Params contains all the parameters to send to the API endpoint for the admin add user role v4 operation typically these are written to a http.Request

func NewAdminAddUserRoleV4Params added in v0.2.0

func NewAdminAddUserRoleV4Params() *AdminAddUserRoleV4Params

NewAdminAddUserRoleV4Params creates a new AdminAddUserRoleV4Params object with the default values initialized.

func NewAdminAddUserRoleV4ParamsWithContext added in v0.2.0

func NewAdminAddUserRoleV4ParamsWithContext(ctx context.Context) *AdminAddUserRoleV4Params

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

func NewAdminAddUserRoleV4ParamsWithHTTPClient added in v0.2.0

func NewAdminAddUserRoleV4ParamsWithHTTPClient(client *http.Client) *AdminAddUserRoleV4Params

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

func NewAdminAddUserRoleV4ParamsWithTimeout added in v0.2.0

func NewAdminAddUserRoleV4ParamsWithTimeout(timeout time.Duration) *AdminAddUserRoleV4Params

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

func (*AdminAddUserRoleV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminAddUserRoleV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) SetBody added in v0.2.0

SetBody adds the body to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) SetContext added in v0.2.0

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

SetContext adds the context to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminAddUserRoleV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) SetNamespace added in v0.2.0

func (o *AdminAddUserRoleV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) SetUserID added in v0.2.0

func (o *AdminAddUserRoleV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) WithBody added in v0.2.0

WithBody adds the body to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) WithContext added in v0.2.0

WithContext adds the context to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) WithHTTPClient added in v0.2.0

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

WithHTTPClient adds the HTTPClient to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) WithNamespace added in v0.2.0

func (o *AdminAddUserRoleV4Params) WithNamespace(namespace string) *AdminAddUserRoleV4Params

WithNamespace adds the namespace to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) WithUserID added in v0.2.0

WithUserID adds the userID to the admin add user role v4 params

func (*AdminAddUserRoleV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type AdminAddUserRoleV4Reader added in v0.2.0

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

AdminAddUserRoleV4Reader is a Reader for the AdminAddUserRoleV4 structure.

func (*AdminAddUserRoleV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type AdminAddUserRoleV4UnprocessableEntity added in v0.2.0

type AdminAddUserRoleV4UnprocessableEntity struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminAddUserRoleV4UnprocessableEntity handles this case with default header values.

AdminAddUserRoleV4UnprocessableEntity admin add user role v4 unprocessable entity

func NewAdminAddUserRoleV4UnprocessableEntity added in v0.2.0

func NewAdminAddUserRoleV4UnprocessableEntity() *AdminAddUserRoleV4UnprocessableEntity

NewAdminAddUserRoleV4UnprocessableEntity creates a AdminAddUserRoleV4UnprocessableEntity with default headers values

func (*AdminAddUserRoleV4UnprocessableEntity) Error added in v0.2.0

func (*AdminAddUserRoleV4UnprocessableEntity) GetPayload added in v0.2.0

type AdminBulkCheckValidUserIDV4BadRequest added in v0.15.0

type AdminBulkCheckValidUserIDV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkCheckValidUserIDV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminBulkCheckValidUserIDV4BadRequest added in v0.15.0

func NewAdminBulkCheckValidUserIDV4BadRequest() *AdminBulkCheckValidUserIDV4BadRequest

NewAdminBulkCheckValidUserIDV4BadRequest creates a AdminBulkCheckValidUserIDV4BadRequest with default headers values

func (*AdminBulkCheckValidUserIDV4BadRequest) Error added in v0.15.0

func (*AdminBulkCheckValidUserIDV4BadRequest) GetPayload added in v0.15.0

type AdminBulkCheckValidUserIDV4Forbidden added in v0.15.0

type AdminBulkCheckValidUserIDV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkCheckValidUserIDV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminBulkCheckValidUserIDV4Forbidden added in v0.15.0

func NewAdminBulkCheckValidUserIDV4Forbidden() *AdminBulkCheckValidUserIDV4Forbidden

NewAdminBulkCheckValidUserIDV4Forbidden creates a AdminBulkCheckValidUserIDV4Forbidden with default headers values

func (*AdminBulkCheckValidUserIDV4Forbidden) Error added in v0.15.0

func (*AdminBulkCheckValidUserIDV4Forbidden) GetPayload added in v0.15.0

type AdminBulkCheckValidUserIDV4InternalServerError added in v0.15.0

type AdminBulkCheckValidUserIDV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkCheckValidUserIDV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminBulkCheckValidUserIDV4InternalServerError added in v0.15.0

func NewAdminBulkCheckValidUserIDV4InternalServerError() *AdminBulkCheckValidUserIDV4InternalServerError

NewAdminBulkCheckValidUserIDV4InternalServerError creates a AdminBulkCheckValidUserIDV4InternalServerError with default headers values

func (*AdminBulkCheckValidUserIDV4InternalServerError) Error added in v0.15.0

func (*AdminBulkCheckValidUserIDV4InternalServerError) GetPayload added in v0.15.0

type AdminBulkCheckValidUserIDV4OK added in v0.15.0

type AdminBulkCheckValidUserIDV4OK struct {
	Payload *iamclientmodels.ModelListValidUserIDResponseV4
}

AdminBulkCheckValidUserIDV4OK handles this case with default header values.

Operation succeeded

func NewAdminBulkCheckValidUserIDV4OK added in v0.15.0

func NewAdminBulkCheckValidUserIDV4OK() *AdminBulkCheckValidUserIDV4OK

NewAdminBulkCheckValidUserIDV4OK creates a AdminBulkCheckValidUserIDV4OK with default headers values

func (*AdminBulkCheckValidUserIDV4OK) Error added in v0.15.0

func (*AdminBulkCheckValidUserIDV4OK) GetPayload added in v0.15.0

type AdminBulkCheckValidUserIDV4Params added in v0.15.0

type AdminBulkCheckValidUserIDV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  Object of Request to check valid userIDs

	*/
	Body *iamclientmodels.ModelCheckValidUserIDRequestV4
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

AdminBulkCheckValidUserIDV4Params contains all the parameters to send to the API endpoint for the admin bulk check valid user ID v4 operation typically these are written to a http.Request

func NewAdminBulkCheckValidUserIDV4Params added in v0.15.0

func NewAdminBulkCheckValidUserIDV4Params() *AdminBulkCheckValidUserIDV4Params

NewAdminBulkCheckValidUserIDV4Params creates a new AdminBulkCheckValidUserIDV4Params object with the default values initialized.

func NewAdminBulkCheckValidUserIDV4ParamsWithContext added in v0.15.0

func NewAdminBulkCheckValidUserIDV4ParamsWithContext(ctx context.Context) *AdminBulkCheckValidUserIDV4Params

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

func NewAdminBulkCheckValidUserIDV4ParamsWithHTTPClient added in v0.15.0

func NewAdminBulkCheckValidUserIDV4ParamsWithHTTPClient(client *http.Client) *AdminBulkCheckValidUserIDV4Params

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

func NewAdminBulkCheckValidUserIDV4ParamsWithTimeout added in v0.15.0

func NewAdminBulkCheckValidUserIDV4ParamsWithTimeout(timeout time.Duration) *AdminBulkCheckValidUserIDV4Params

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

func (*AdminBulkCheckValidUserIDV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminBulkCheckValidUserIDV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) SetBody added in v0.15.0

SetBody adds the body to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminBulkCheckValidUserIDV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) SetNamespace added in v0.15.0

func (o *AdminBulkCheckValidUserIDV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) WithBody added in v0.15.0

WithBody adds the body to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin bulk check valid user ID v4 params

func (*AdminBulkCheckValidUserIDV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminBulkCheckValidUserIDV4Reader added in v0.15.0

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

AdminBulkCheckValidUserIDV4Reader is a Reader for the AdminBulkCheckValidUserIDV4 structure.

func (*AdminBulkCheckValidUserIDV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminBulkCheckValidUserIDV4Unauthorized added in v0.15.0

type AdminBulkCheckValidUserIDV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkCheckValidUserIDV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminBulkCheckValidUserIDV4Unauthorized added in v0.15.0

func NewAdminBulkCheckValidUserIDV4Unauthorized() *AdminBulkCheckValidUserIDV4Unauthorized

NewAdminBulkCheckValidUserIDV4Unauthorized creates a AdminBulkCheckValidUserIDV4Unauthorized with default headers values

func (*AdminBulkCheckValidUserIDV4Unauthorized) Error added in v0.15.0

func (*AdminBulkCheckValidUserIDV4Unauthorized) GetPayload added in v0.15.0

type AdminDisableMyAuthenticatorV4BadRequest added in v0.15.0

type AdminDisableMyAuthenticatorV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyAuthenticatorV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminDisableMyAuthenticatorV4BadRequest added in v0.15.0

func NewAdminDisableMyAuthenticatorV4BadRequest() *AdminDisableMyAuthenticatorV4BadRequest

NewAdminDisableMyAuthenticatorV4BadRequest creates a AdminDisableMyAuthenticatorV4BadRequest with default headers values

func (*AdminDisableMyAuthenticatorV4BadRequest) Error added in v0.15.0

func (*AdminDisableMyAuthenticatorV4BadRequest) GetPayload added in v0.15.0

type AdminDisableMyAuthenticatorV4Forbidden added in v0.15.0

type AdminDisableMyAuthenticatorV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyAuthenticatorV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminDisableMyAuthenticatorV4Forbidden added in v0.15.0

func NewAdminDisableMyAuthenticatorV4Forbidden() *AdminDisableMyAuthenticatorV4Forbidden

NewAdminDisableMyAuthenticatorV4Forbidden creates a AdminDisableMyAuthenticatorV4Forbidden with default headers values

func (*AdminDisableMyAuthenticatorV4Forbidden) Error added in v0.15.0

func (*AdminDisableMyAuthenticatorV4Forbidden) GetPayload added in v0.15.0

type AdminDisableMyAuthenticatorV4InternalServerError added in v0.15.0

type AdminDisableMyAuthenticatorV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyAuthenticatorV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminDisableMyAuthenticatorV4InternalServerError added in v0.15.0

func NewAdminDisableMyAuthenticatorV4InternalServerError() *AdminDisableMyAuthenticatorV4InternalServerError

NewAdminDisableMyAuthenticatorV4InternalServerError creates a AdminDisableMyAuthenticatorV4InternalServerError with default headers values

func (*AdminDisableMyAuthenticatorV4InternalServerError) Error added in v0.15.0

func (*AdminDisableMyAuthenticatorV4InternalServerError) GetPayload added in v0.15.0

type AdminDisableMyAuthenticatorV4NoContent added in v0.15.0

type AdminDisableMyAuthenticatorV4NoContent struct {
}

AdminDisableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator disabled

func NewAdminDisableMyAuthenticatorV4NoContent added in v0.15.0

func NewAdminDisableMyAuthenticatorV4NoContent() *AdminDisableMyAuthenticatorV4NoContent

NewAdminDisableMyAuthenticatorV4NoContent creates a AdminDisableMyAuthenticatorV4NoContent with default headers values

func (*AdminDisableMyAuthenticatorV4NoContent) Error added in v0.15.0

type AdminDisableMyAuthenticatorV4NotFound added in v0.15.0

type AdminDisableMyAuthenticatorV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyAuthenticatorV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminDisableMyAuthenticatorV4NotFound added in v0.15.0

func NewAdminDisableMyAuthenticatorV4NotFound() *AdminDisableMyAuthenticatorV4NotFound

NewAdminDisableMyAuthenticatorV4NotFound creates a AdminDisableMyAuthenticatorV4NotFound with default headers values

func (*AdminDisableMyAuthenticatorV4NotFound) Error added in v0.15.0

func (*AdminDisableMyAuthenticatorV4NotFound) GetPayload added in v0.15.0

type AdminDisableMyAuthenticatorV4Params added in v0.15.0

type AdminDisableMyAuthenticatorV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminDisableMyAuthenticatorV4Params contains all the parameters to send to the API endpoint for the admin disable my authenticator v4 operation typically these are written to a http.Request

func NewAdminDisableMyAuthenticatorV4Params added in v0.15.0

func NewAdminDisableMyAuthenticatorV4Params() *AdminDisableMyAuthenticatorV4Params

NewAdminDisableMyAuthenticatorV4Params creates a new AdminDisableMyAuthenticatorV4Params object with the default values initialized.

func NewAdminDisableMyAuthenticatorV4ParamsWithContext added in v0.15.0

func NewAdminDisableMyAuthenticatorV4ParamsWithContext(ctx context.Context) *AdminDisableMyAuthenticatorV4Params

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

func NewAdminDisableMyAuthenticatorV4ParamsWithHTTPClient added in v0.15.0

func NewAdminDisableMyAuthenticatorV4ParamsWithHTTPClient(client *http.Client) *AdminDisableMyAuthenticatorV4Params

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

func NewAdminDisableMyAuthenticatorV4ParamsWithTimeout added in v0.15.0

func NewAdminDisableMyAuthenticatorV4ParamsWithTimeout(timeout time.Duration) *AdminDisableMyAuthenticatorV4Params

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

func (*AdminDisableMyAuthenticatorV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminDisableMyAuthenticatorV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminDisableMyAuthenticatorV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin disable my authenticator v4 params

func (*AdminDisableMyAuthenticatorV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminDisableMyAuthenticatorV4Reader added in v0.15.0

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

AdminDisableMyAuthenticatorV4Reader is a Reader for the AdminDisableMyAuthenticatorV4 structure.

func (*AdminDisableMyAuthenticatorV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminDisableMyAuthenticatorV4Unauthorized added in v0.15.0

type AdminDisableMyAuthenticatorV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyAuthenticatorV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminDisableMyAuthenticatorV4Unauthorized added in v0.15.0

func NewAdminDisableMyAuthenticatorV4Unauthorized() *AdminDisableMyAuthenticatorV4Unauthorized

NewAdminDisableMyAuthenticatorV4Unauthorized creates a AdminDisableMyAuthenticatorV4Unauthorized with default headers values

func (*AdminDisableMyAuthenticatorV4Unauthorized) Error added in v0.15.0

func (*AdminDisableMyAuthenticatorV4Unauthorized) GetPayload added in v0.15.0

type AdminDisableMyBackupCodesV4BadRequest added in v0.15.0

type AdminDisableMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminDisableMyBackupCodesV4BadRequest added in v0.15.0

func NewAdminDisableMyBackupCodesV4BadRequest() *AdminDisableMyBackupCodesV4BadRequest

NewAdminDisableMyBackupCodesV4BadRequest creates a AdminDisableMyBackupCodesV4BadRequest with default headers values

func (*AdminDisableMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*AdminDisableMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type AdminDisableMyBackupCodesV4Forbidden added in v0.15.0

type AdminDisableMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminDisableMyBackupCodesV4Forbidden added in v0.15.0

func NewAdminDisableMyBackupCodesV4Forbidden() *AdminDisableMyBackupCodesV4Forbidden

NewAdminDisableMyBackupCodesV4Forbidden creates a AdminDisableMyBackupCodesV4Forbidden with default headers values

func (*AdminDisableMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*AdminDisableMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type AdminDisableMyBackupCodesV4InternalServerError added in v0.15.0

type AdminDisableMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminDisableMyBackupCodesV4InternalServerError added in v0.15.0

func NewAdminDisableMyBackupCodesV4InternalServerError() *AdminDisableMyBackupCodesV4InternalServerError

NewAdminDisableMyBackupCodesV4InternalServerError creates a AdminDisableMyBackupCodesV4InternalServerError with default headers values

func (*AdminDisableMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*AdminDisableMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type AdminDisableMyBackupCodesV4NoContent added in v0.15.0

type AdminDisableMyBackupCodesV4NoContent struct {
}

AdminDisableMyBackupCodesV4NoContent handles this case with default header values.

Backup codes disabled

func NewAdminDisableMyBackupCodesV4NoContent added in v0.15.0

func NewAdminDisableMyBackupCodesV4NoContent() *AdminDisableMyBackupCodesV4NoContent

NewAdminDisableMyBackupCodesV4NoContent creates a AdminDisableMyBackupCodesV4NoContent with default headers values

func (*AdminDisableMyBackupCodesV4NoContent) Error added in v0.15.0

type AdminDisableMyBackupCodesV4NotFound added in v0.15.0

type AdminDisableMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminDisableMyBackupCodesV4NotFound added in v0.15.0

func NewAdminDisableMyBackupCodesV4NotFound() *AdminDisableMyBackupCodesV4NotFound

NewAdminDisableMyBackupCodesV4NotFound creates a AdminDisableMyBackupCodesV4NotFound with default headers values

func (*AdminDisableMyBackupCodesV4NotFound) Error added in v0.15.0

func (*AdminDisableMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type AdminDisableMyBackupCodesV4Params added in v0.15.0

type AdminDisableMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminDisableMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the admin disable my backup codes v4 operation typically these are written to a http.Request

func NewAdminDisableMyBackupCodesV4Params added in v0.15.0

func NewAdminDisableMyBackupCodesV4Params() *AdminDisableMyBackupCodesV4Params

NewAdminDisableMyBackupCodesV4Params creates a new AdminDisableMyBackupCodesV4Params object with the default values initialized.

func NewAdminDisableMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewAdminDisableMyBackupCodesV4ParamsWithContext(ctx context.Context) *AdminDisableMyBackupCodesV4Params

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

func NewAdminDisableMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewAdminDisableMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminDisableMyBackupCodesV4Params

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

func NewAdminDisableMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewAdminDisableMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminDisableMyBackupCodesV4Params

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

func (*AdminDisableMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminDisableMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminDisableMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin disable my backup codes v4 params

func (*AdminDisableMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminDisableMyBackupCodesV4Reader added in v0.15.0

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

AdminDisableMyBackupCodesV4Reader is a Reader for the AdminDisableMyBackupCodesV4 structure.

func (*AdminDisableMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminDisableMyBackupCodesV4Unauthorized added in v0.15.0

type AdminDisableMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminDisableMyBackupCodesV4Unauthorized added in v0.15.0

func NewAdminDisableMyBackupCodesV4Unauthorized() *AdminDisableMyBackupCodesV4Unauthorized

NewAdminDisableMyBackupCodesV4Unauthorized creates a AdminDisableMyBackupCodesV4Unauthorized with default headers values

func (*AdminDisableMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*AdminDisableMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type AdminDisableUserMFAV4BadRequest added in v0.16.0

type AdminDisableUserMFAV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableUserMFAV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr><tr><td>10193</td><td>mfa not enabled</td></tr></table>

func NewAdminDisableUserMFAV4BadRequest added in v0.16.0

func NewAdminDisableUserMFAV4BadRequest() *AdminDisableUserMFAV4BadRequest

NewAdminDisableUserMFAV4BadRequest creates a AdminDisableUserMFAV4BadRequest with default headers values

func (*AdminDisableUserMFAV4BadRequest) Error added in v0.16.0

func (*AdminDisableUserMFAV4BadRequest) GetPayload added in v0.16.0

type AdminDisableUserMFAV4Forbidden added in v0.16.0

type AdminDisableUserMFAV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableUserMFAV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr></table>

func NewAdminDisableUserMFAV4Forbidden added in v0.16.0

func NewAdminDisableUserMFAV4Forbidden() *AdminDisableUserMFAV4Forbidden

NewAdminDisableUserMFAV4Forbidden creates a AdminDisableUserMFAV4Forbidden with default headers values

func (*AdminDisableUserMFAV4Forbidden) Error added in v0.16.0

func (*AdminDisableUserMFAV4Forbidden) GetPayload added in v0.16.0

type AdminDisableUserMFAV4InternalServerError added in v0.16.0

type AdminDisableUserMFAV4InternalServerError struct {
}

AdminDisableUserMFAV4InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDisableUserMFAV4InternalServerError added in v0.16.0

func NewAdminDisableUserMFAV4InternalServerError() *AdminDisableUserMFAV4InternalServerError

NewAdminDisableUserMFAV4InternalServerError creates a AdminDisableUserMFAV4InternalServerError with default headers values

func (*AdminDisableUserMFAV4InternalServerError) Error added in v0.16.0

type AdminDisableUserMFAV4NoContent added in v0.16.0

type AdminDisableUserMFAV4NoContent struct {
}

AdminDisableUserMFAV4NoContent handles this case with default header values.

OK

func NewAdminDisableUserMFAV4NoContent added in v0.16.0

func NewAdminDisableUserMFAV4NoContent() *AdminDisableUserMFAV4NoContent

NewAdminDisableUserMFAV4NoContent creates a AdminDisableUserMFAV4NoContent with default headers values

func (*AdminDisableUserMFAV4NoContent) Error added in v0.16.0

type AdminDisableUserMFAV4NotFound added in v0.16.0

type AdminDisableUserMFAV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableUserMFAV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminDisableUserMFAV4NotFound added in v0.16.0

func NewAdminDisableUserMFAV4NotFound() *AdminDisableUserMFAV4NotFound

NewAdminDisableUserMFAV4NotFound creates a AdminDisableUserMFAV4NotFound with default headers values

func (*AdminDisableUserMFAV4NotFound) Error added in v0.16.0

func (*AdminDisableUserMFAV4NotFound) GetPayload added in v0.16.0

type AdminDisableUserMFAV4Params added in v0.16.0

type AdminDisableUserMFAV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

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

AdminDisableUserMFAV4Params contains all the parameters to send to the API endpoint for the admin disable user m f a v4 operation typically these are written to a http.Request

func NewAdminDisableUserMFAV4Params added in v0.16.0

func NewAdminDisableUserMFAV4Params() *AdminDisableUserMFAV4Params

NewAdminDisableUserMFAV4Params creates a new AdminDisableUserMFAV4Params object with the default values initialized.

func NewAdminDisableUserMFAV4ParamsWithContext added in v0.16.0

func NewAdminDisableUserMFAV4ParamsWithContext(ctx context.Context) *AdminDisableUserMFAV4Params

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

func NewAdminDisableUserMFAV4ParamsWithHTTPClient added in v0.16.0

func NewAdminDisableUserMFAV4ParamsWithHTTPClient(client *http.Client) *AdminDisableUserMFAV4Params

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

func NewAdminDisableUserMFAV4ParamsWithTimeout added in v0.16.0

func NewAdminDisableUserMFAV4ParamsWithTimeout(timeout time.Duration) *AdminDisableUserMFAV4Params

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

func (*AdminDisableUserMFAV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminDisableUserMFAV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) SetContext added in v0.16.0

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

SetContext adds the context to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) SetHTTPClient added in v0.16.0

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

SetHTTPClient adds the HTTPClient to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminDisableUserMFAV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) SetNamespace added in v0.16.0

func (o *AdminDisableUserMFAV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) SetTimeout added in v0.16.0

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

SetTimeout adds the timeout to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) SetUserID added in v0.16.0

func (o *AdminDisableUserMFAV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) WithContext added in v0.16.0

WithContext adds the context to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) WithHTTPClient added in v0.16.0

WithHTTPClient adds the HTTPClient to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) WithNamespace added in v0.16.0

func (o *AdminDisableUserMFAV4Params) WithNamespace(namespace string) *AdminDisableUserMFAV4Params

WithNamespace adds the namespace to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) WithTimeout added in v0.16.0

WithTimeout adds the timeout to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) WithUserID added in v0.16.0

WithUserID adds the userID to the admin disable user m f a v4 params

func (*AdminDisableUserMFAV4Params) WriteToRequest added in v0.16.0

WriteToRequest writes these params to a swagger request

type AdminDisableUserMFAV4Reader added in v0.16.0

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

AdminDisableUserMFAV4Reader is a Reader for the AdminDisableUserMFAV4 structure.

func (*AdminDisableUserMFAV4Reader) ReadResponse added in v0.16.0

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

ReadResponse reads a server response into the received o.

type AdminDisableUserMFAV4Unauthorized added in v0.16.0

type AdminDisableUserMFAV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableUserMFAV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewAdminDisableUserMFAV4Unauthorized added in v0.16.0

func NewAdminDisableUserMFAV4Unauthorized() *AdminDisableUserMFAV4Unauthorized

NewAdminDisableUserMFAV4Unauthorized creates a AdminDisableUserMFAV4Unauthorized with default headers values

func (*AdminDisableUserMFAV4Unauthorized) Error added in v0.16.0

func (*AdminDisableUserMFAV4Unauthorized) GetPayload added in v0.16.0

type AdminDownloadMyBackupCodesV4BadRequest added in v0.15.0

type AdminDownloadMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDownloadMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10195</td><td>no valid backup code found</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminDownloadMyBackupCodesV4BadRequest added in v0.15.0

func NewAdminDownloadMyBackupCodesV4BadRequest() *AdminDownloadMyBackupCodesV4BadRequest

NewAdminDownloadMyBackupCodesV4BadRequest creates a AdminDownloadMyBackupCodesV4BadRequest with default headers values

func (*AdminDownloadMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*AdminDownloadMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type AdminDownloadMyBackupCodesV4Forbidden added in v0.15.0

type AdminDownloadMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDownloadMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminDownloadMyBackupCodesV4Forbidden added in v0.15.0

func NewAdminDownloadMyBackupCodesV4Forbidden() *AdminDownloadMyBackupCodesV4Forbidden

NewAdminDownloadMyBackupCodesV4Forbidden creates a AdminDownloadMyBackupCodesV4Forbidden with default headers values

func (*AdminDownloadMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*AdminDownloadMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type AdminDownloadMyBackupCodesV4InternalServerError added in v0.15.0

type AdminDownloadMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDownloadMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminDownloadMyBackupCodesV4InternalServerError added in v0.15.0

func NewAdminDownloadMyBackupCodesV4InternalServerError() *AdminDownloadMyBackupCodesV4InternalServerError

NewAdminDownloadMyBackupCodesV4InternalServerError creates a AdminDownloadMyBackupCodesV4InternalServerError with default headers values

func (*AdminDownloadMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*AdminDownloadMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type AdminDownloadMyBackupCodesV4NotFound added in v0.15.0

type AdminDownloadMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDownloadMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminDownloadMyBackupCodesV4NotFound added in v0.15.0

func NewAdminDownloadMyBackupCodesV4NotFound() *AdminDownloadMyBackupCodesV4NotFound

NewAdminDownloadMyBackupCodesV4NotFound creates a AdminDownloadMyBackupCodesV4NotFound with default headers values

func (*AdminDownloadMyBackupCodesV4NotFound) Error added in v0.15.0

func (*AdminDownloadMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type AdminDownloadMyBackupCodesV4OK added in v0.15.0

type AdminDownloadMyBackupCodesV4OK struct {
}

AdminDownloadMyBackupCodesV4OK handles this case with default header values.

Backup codes downloaded

func NewAdminDownloadMyBackupCodesV4OK added in v0.15.0

func NewAdminDownloadMyBackupCodesV4OK() *AdminDownloadMyBackupCodesV4OK

NewAdminDownloadMyBackupCodesV4OK creates a AdminDownloadMyBackupCodesV4OK with default headers values

func (*AdminDownloadMyBackupCodesV4OK) Error added in v0.15.0

type AdminDownloadMyBackupCodesV4Params added in v0.15.0

type AdminDownloadMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminDownloadMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the admin download my backup codes v4 operation typically these are written to a http.Request

func NewAdminDownloadMyBackupCodesV4Params added in v0.15.0

func NewAdminDownloadMyBackupCodesV4Params() *AdminDownloadMyBackupCodesV4Params

NewAdminDownloadMyBackupCodesV4Params creates a new AdminDownloadMyBackupCodesV4Params object with the default values initialized.

func NewAdminDownloadMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewAdminDownloadMyBackupCodesV4ParamsWithContext(ctx context.Context) *AdminDownloadMyBackupCodesV4Params

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

func NewAdminDownloadMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewAdminDownloadMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminDownloadMyBackupCodesV4Params

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

func NewAdminDownloadMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewAdminDownloadMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminDownloadMyBackupCodesV4Params

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

func (*AdminDownloadMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminDownloadMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminDownloadMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin download my backup codes v4 params

func (*AdminDownloadMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminDownloadMyBackupCodesV4Reader added in v0.15.0

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

AdminDownloadMyBackupCodesV4Reader is a Reader for the AdminDownloadMyBackupCodesV4 structure.

func (*AdminDownloadMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminDownloadMyBackupCodesV4Unauthorized added in v0.15.0

type AdminDownloadMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDownloadMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminDownloadMyBackupCodesV4Unauthorized added in v0.15.0

func NewAdminDownloadMyBackupCodesV4Unauthorized() *AdminDownloadMyBackupCodesV4Unauthorized

NewAdminDownloadMyBackupCodesV4Unauthorized creates a AdminDownloadMyBackupCodesV4Unauthorized with default headers values

func (*AdminDownloadMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*AdminDownloadMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type AdminEnableMyAuthenticatorV4BadRequest added in v0.15.0

type AdminEnableMyAuthenticatorV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyAuthenticatorV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10138</td><td>code not match</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10190</td><td>auth secret key expired</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminEnableMyAuthenticatorV4BadRequest added in v0.15.0

func NewAdminEnableMyAuthenticatorV4BadRequest() *AdminEnableMyAuthenticatorV4BadRequest

NewAdminEnableMyAuthenticatorV4BadRequest creates a AdminEnableMyAuthenticatorV4BadRequest with default headers values

func (*AdminEnableMyAuthenticatorV4BadRequest) Error added in v0.15.0

func (*AdminEnableMyAuthenticatorV4BadRequest) GetPayload added in v0.15.0

type AdminEnableMyAuthenticatorV4Conflict added in v0.15.0

type AdminEnableMyAuthenticatorV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyAuthenticatorV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10194</td><td>factor already enabled</td></tr></table>

func NewAdminEnableMyAuthenticatorV4Conflict added in v0.15.0

func NewAdminEnableMyAuthenticatorV4Conflict() *AdminEnableMyAuthenticatorV4Conflict

NewAdminEnableMyAuthenticatorV4Conflict creates a AdminEnableMyAuthenticatorV4Conflict with default headers values

func (*AdminEnableMyAuthenticatorV4Conflict) Error added in v0.15.0

func (*AdminEnableMyAuthenticatorV4Conflict) GetPayload added in v0.15.0

type AdminEnableMyAuthenticatorV4Forbidden added in v0.15.0

type AdminEnableMyAuthenticatorV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyAuthenticatorV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminEnableMyAuthenticatorV4Forbidden added in v0.15.0

func NewAdminEnableMyAuthenticatorV4Forbidden() *AdminEnableMyAuthenticatorV4Forbidden

NewAdminEnableMyAuthenticatorV4Forbidden creates a AdminEnableMyAuthenticatorV4Forbidden with default headers values

func (*AdminEnableMyAuthenticatorV4Forbidden) Error added in v0.15.0

func (*AdminEnableMyAuthenticatorV4Forbidden) GetPayload added in v0.15.0

type AdminEnableMyAuthenticatorV4InternalServerError added in v0.15.0

type AdminEnableMyAuthenticatorV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyAuthenticatorV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminEnableMyAuthenticatorV4InternalServerError added in v0.15.0

func NewAdminEnableMyAuthenticatorV4InternalServerError() *AdminEnableMyAuthenticatorV4InternalServerError

NewAdminEnableMyAuthenticatorV4InternalServerError creates a AdminEnableMyAuthenticatorV4InternalServerError with default headers values

func (*AdminEnableMyAuthenticatorV4InternalServerError) Error added in v0.15.0

func (*AdminEnableMyAuthenticatorV4InternalServerError) GetPayload added in v0.15.0

type AdminEnableMyAuthenticatorV4NoContent added in v0.15.0

type AdminEnableMyAuthenticatorV4NoContent struct {
}

AdminEnableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator enabled

func NewAdminEnableMyAuthenticatorV4NoContent added in v0.15.0

func NewAdminEnableMyAuthenticatorV4NoContent() *AdminEnableMyAuthenticatorV4NoContent

NewAdminEnableMyAuthenticatorV4NoContent creates a AdminEnableMyAuthenticatorV4NoContent with default headers values

func (*AdminEnableMyAuthenticatorV4NoContent) Error added in v0.15.0

type AdminEnableMyAuthenticatorV4NotFound added in v0.15.0

type AdminEnableMyAuthenticatorV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyAuthenticatorV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminEnableMyAuthenticatorV4NotFound added in v0.15.0

func NewAdminEnableMyAuthenticatorV4NotFound() *AdminEnableMyAuthenticatorV4NotFound

NewAdminEnableMyAuthenticatorV4NotFound creates a AdminEnableMyAuthenticatorV4NotFound with default headers values

func (*AdminEnableMyAuthenticatorV4NotFound) Error added in v0.15.0

func (*AdminEnableMyAuthenticatorV4NotFound) GetPayload added in v0.15.0

type AdminEnableMyAuthenticatorV4Params added in v0.15.0

type AdminEnableMyAuthenticatorV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Code
	  code

	*/
	Code *string

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

AdminEnableMyAuthenticatorV4Params contains all the parameters to send to the API endpoint for the admin enable my authenticator v4 operation typically these are written to a http.Request

func NewAdminEnableMyAuthenticatorV4Params added in v0.15.0

func NewAdminEnableMyAuthenticatorV4Params() *AdminEnableMyAuthenticatorV4Params

NewAdminEnableMyAuthenticatorV4Params creates a new AdminEnableMyAuthenticatorV4Params object with the default values initialized.

func NewAdminEnableMyAuthenticatorV4ParamsWithContext added in v0.15.0

func NewAdminEnableMyAuthenticatorV4ParamsWithContext(ctx context.Context) *AdminEnableMyAuthenticatorV4Params

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

func NewAdminEnableMyAuthenticatorV4ParamsWithHTTPClient added in v0.15.0

func NewAdminEnableMyAuthenticatorV4ParamsWithHTTPClient(client *http.Client) *AdminEnableMyAuthenticatorV4Params

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

func NewAdminEnableMyAuthenticatorV4ParamsWithTimeout added in v0.15.0

func NewAdminEnableMyAuthenticatorV4ParamsWithTimeout(timeout time.Duration) *AdminEnableMyAuthenticatorV4Params

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

func (*AdminEnableMyAuthenticatorV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminEnableMyAuthenticatorV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) SetCode added in v0.15.0

func (o *AdminEnableMyAuthenticatorV4Params) SetCode(code *string)

SetCode adds the code to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminEnableMyAuthenticatorV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) WithCode added in v0.15.0

WithCode adds the code to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin enable my authenticator v4 params

func (*AdminEnableMyAuthenticatorV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminEnableMyAuthenticatorV4Reader added in v0.15.0

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

AdminEnableMyAuthenticatorV4Reader is a Reader for the AdminEnableMyAuthenticatorV4 structure.

func (*AdminEnableMyAuthenticatorV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminEnableMyAuthenticatorV4Unauthorized added in v0.15.0

type AdminEnableMyAuthenticatorV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyAuthenticatorV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminEnableMyAuthenticatorV4Unauthorized added in v0.15.0

func NewAdminEnableMyAuthenticatorV4Unauthorized() *AdminEnableMyAuthenticatorV4Unauthorized

NewAdminEnableMyAuthenticatorV4Unauthorized creates a AdminEnableMyAuthenticatorV4Unauthorized with default headers values

func (*AdminEnableMyAuthenticatorV4Unauthorized) Error added in v0.15.0

func (*AdminEnableMyAuthenticatorV4Unauthorized) GetPayload added in v0.15.0

type AdminEnableMyBackupCodesV4BadRequest added in v0.15.0

type AdminEnableMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10194</td><td>factor already enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminEnableMyBackupCodesV4BadRequest added in v0.15.0

func NewAdminEnableMyBackupCodesV4BadRequest() *AdminEnableMyBackupCodesV4BadRequest

NewAdminEnableMyBackupCodesV4BadRequest creates a AdminEnableMyBackupCodesV4BadRequest with default headers values

func (*AdminEnableMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*AdminEnableMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type AdminEnableMyBackupCodesV4Conflict added in v0.15.0

type AdminEnableMyBackupCodesV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyBackupCodesV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10194</td><td>factor already enabled</td></tr></table>

func NewAdminEnableMyBackupCodesV4Conflict added in v0.15.0

func NewAdminEnableMyBackupCodesV4Conflict() *AdminEnableMyBackupCodesV4Conflict

NewAdminEnableMyBackupCodesV4Conflict creates a AdminEnableMyBackupCodesV4Conflict with default headers values

func (*AdminEnableMyBackupCodesV4Conflict) Error added in v0.15.0

func (*AdminEnableMyBackupCodesV4Conflict) GetPayload added in v0.15.0

type AdminEnableMyBackupCodesV4Forbidden added in v0.15.0

type AdminEnableMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminEnableMyBackupCodesV4Forbidden added in v0.15.0

func NewAdminEnableMyBackupCodesV4Forbidden() *AdminEnableMyBackupCodesV4Forbidden

NewAdminEnableMyBackupCodesV4Forbidden creates a AdminEnableMyBackupCodesV4Forbidden with default headers values

func (*AdminEnableMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*AdminEnableMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type AdminEnableMyBackupCodesV4InternalServerError added in v0.15.0

type AdminEnableMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminEnableMyBackupCodesV4InternalServerError added in v0.15.0

func NewAdminEnableMyBackupCodesV4InternalServerError() *AdminEnableMyBackupCodesV4InternalServerError

NewAdminEnableMyBackupCodesV4InternalServerError creates a AdminEnableMyBackupCodesV4InternalServerError with default headers values

func (*AdminEnableMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*AdminEnableMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type AdminEnableMyBackupCodesV4NotFound added in v0.15.0

type AdminEnableMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminEnableMyBackupCodesV4NotFound added in v0.15.0

func NewAdminEnableMyBackupCodesV4NotFound() *AdminEnableMyBackupCodesV4NotFound

NewAdminEnableMyBackupCodesV4NotFound creates a AdminEnableMyBackupCodesV4NotFound with default headers values

func (*AdminEnableMyBackupCodesV4NotFound) Error added in v0.15.0

func (*AdminEnableMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type AdminEnableMyBackupCodesV4OK added in v0.15.0

type AdminEnableMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

AdminEnableMyBackupCodesV4OK handles this case with default header values.

Backup codes enabled

func NewAdminEnableMyBackupCodesV4OK added in v0.15.0

func NewAdminEnableMyBackupCodesV4OK() *AdminEnableMyBackupCodesV4OK

NewAdminEnableMyBackupCodesV4OK creates a AdminEnableMyBackupCodesV4OK with default headers values

func (*AdminEnableMyBackupCodesV4OK) Error added in v0.15.0

func (*AdminEnableMyBackupCodesV4OK) GetPayload added in v0.15.0

type AdminEnableMyBackupCodesV4Params added in v0.15.0

type AdminEnableMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminEnableMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the admin enable my backup codes v4 operation typically these are written to a http.Request

func NewAdminEnableMyBackupCodesV4Params added in v0.15.0

func NewAdminEnableMyBackupCodesV4Params() *AdminEnableMyBackupCodesV4Params

NewAdminEnableMyBackupCodesV4Params creates a new AdminEnableMyBackupCodesV4Params object with the default values initialized.

func NewAdminEnableMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewAdminEnableMyBackupCodesV4ParamsWithContext(ctx context.Context) *AdminEnableMyBackupCodesV4Params

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

func NewAdminEnableMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewAdminEnableMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminEnableMyBackupCodesV4Params

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

func NewAdminEnableMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewAdminEnableMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminEnableMyBackupCodesV4Params

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

func (*AdminEnableMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminEnableMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminEnableMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin enable my backup codes v4 params

func (*AdminEnableMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminEnableMyBackupCodesV4Reader added in v0.15.0

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

AdminEnableMyBackupCodesV4Reader is a Reader for the AdminEnableMyBackupCodesV4 structure.

func (*AdminEnableMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminEnableMyBackupCodesV4Unauthorized added in v0.15.0

type AdminEnableMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminEnableMyBackupCodesV4Unauthorized added in v0.15.0

func NewAdminEnableMyBackupCodesV4Unauthorized() *AdminEnableMyBackupCodesV4Unauthorized

NewAdminEnableMyBackupCodesV4Unauthorized creates a AdminEnableMyBackupCodesV4Unauthorized with default headers values

func (*AdminEnableMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*AdminEnableMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4BadRequest added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyAuthenticatorKeyV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminGenerateMyAuthenticatorKeyV4BadRequest added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4BadRequest() *AdminGenerateMyAuthenticatorKeyV4BadRequest

NewAdminGenerateMyAuthenticatorKeyV4BadRequest creates a AdminGenerateMyAuthenticatorKeyV4BadRequest with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4BadRequest) Error added in v0.15.0

func (*AdminGenerateMyAuthenticatorKeyV4BadRequest) GetPayload added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4Forbidden added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyAuthenticatorKeyV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminGenerateMyAuthenticatorKeyV4Forbidden added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4Forbidden() *AdminGenerateMyAuthenticatorKeyV4Forbidden

NewAdminGenerateMyAuthenticatorKeyV4Forbidden creates a AdminGenerateMyAuthenticatorKeyV4Forbidden with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4Forbidden) Error added in v0.15.0

func (*AdminGenerateMyAuthenticatorKeyV4Forbidden) GetPayload added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4InternalServerError added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyAuthenticatorKeyV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminGenerateMyAuthenticatorKeyV4InternalServerError added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4InternalServerError() *AdminGenerateMyAuthenticatorKeyV4InternalServerError

NewAdminGenerateMyAuthenticatorKeyV4InternalServerError creates a AdminGenerateMyAuthenticatorKeyV4InternalServerError with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4InternalServerError) Error added in v0.15.0

func (*AdminGenerateMyAuthenticatorKeyV4InternalServerError) GetPayload added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4NotFound added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyAuthenticatorKeyV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminGenerateMyAuthenticatorKeyV4NotFound added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4NotFound() *AdminGenerateMyAuthenticatorKeyV4NotFound

NewAdminGenerateMyAuthenticatorKeyV4NotFound creates a AdminGenerateMyAuthenticatorKeyV4NotFound with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4NotFound) Error added in v0.15.0

func (*AdminGenerateMyAuthenticatorKeyV4NotFound) GetPayload added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4OK added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4OK struct {
	Payload *iamclientmodels.ModelAuthenticatorKeyResponseV4
}

AdminGenerateMyAuthenticatorKeyV4OK handles this case with default header values.

Key generated

func NewAdminGenerateMyAuthenticatorKeyV4OK added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4OK() *AdminGenerateMyAuthenticatorKeyV4OK

NewAdminGenerateMyAuthenticatorKeyV4OK creates a AdminGenerateMyAuthenticatorKeyV4OK with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4OK) Error added in v0.15.0

func (*AdminGenerateMyAuthenticatorKeyV4OK) GetPayload added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4Params added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminGenerateMyAuthenticatorKeyV4Params contains all the parameters to send to the API endpoint for the admin generate my authenticator key v4 operation typically these are written to a http.Request

func NewAdminGenerateMyAuthenticatorKeyV4Params added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4Params() *AdminGenerateMyAuthenticatorKeyV4Params

NewAdminGenerateMyAuthenticatorKeyV4Params creates a new AdminGenerateMyAuthenticatorKeyV4Params object with the default values initialized.

func NewAdminGenerateMyAuthenticatorKeyV4ParamsWithContext added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4ParamsWithContext(ctx context.Context) *AdminGenerateMyAuthenticatorKeyV4Params

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

func NewAdminGenerateMyAuthenticatorKeyV4ParamsWithHTTPClient added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4ParamsWithHTTPClient(client *http.Client) *AdminGenerateMyAuthenticatorKeyV4Params

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

func NewAdminGenerateMyAuthenticatorKeyV4ParamsWithTimeout added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4ParamsWithTimeout(timeout time.Duration) *AdminGenerateMyAuthenticatorKeyV4Params

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminGenerateMyAuthenticatorKeyV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminGenerateMyAuthenticatorKeyV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin generate my authenticator key v4 params

func (*AdminGenerateMyAuthenticatorKeyV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminGenerateMyAuthenticatorKeyV4Reader added in v0.15.0

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

AdminGenerateMyAuthenticatorKeyV4Reader is a Reader for the AdminGenerateMyAuthenticatorKeyV4 structure.

func (*AdminGenerateMyAuthenticatorKeyV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminGenerateMyAuthenticatorKeyV4Unauthorized added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyAuthenticatorKeyV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGenerateMyAuthenticatorKeyV4Unauthorized added in v0.15.0

func NewAdminGenerateMyAuthenticatorKeyV4Unauthorized() *AdminGenerateMyAuthenticatorKeyV4Unauthorized

NewAdminGenerateMyAuthenticatorKeyV4Unauthorized creates a AdminGenerateMyAuthenticatorKeyV4Unauthorized with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4Unauthorized) Error added in v0.15.0

func (*AdminGenerateMyAuthenticatorKeyV4Unauthorized) GetPayload added in v0.15.0

type AdminGenerateMyBackupCodesV4BadRequest added in v0.15.0

type AdminGenerateMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminGenerateMyBackupCodesV4BadRequest added in v0.15.0

func NewAdminGenerateMyBackupCodesV4BadRequest() *AdminGenerateMyBackupCodesV4BadRequest

NewAdminGenerateMyBackupCodesV4BadRequest creates a AdminGenerateMyBackupCodesV4BadRequest with default headers values

func (*AdminGenerateMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*AdminGenerateMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type AdminGenerateMyBackupCodesV4Forbidden added in v0.15.0

type AdminGenerateMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminGenerateMyBackupCodesV4Forbidden added in v0.15.0

func NewAdminGenerateMyBackupCodesV4Forbidden() *AdminGenerateMyBackupCodesV4Forbidden

NewAdminGenerateMyBackupCodesV4Forbidden creates a AdminGenerateMyBackupCodesV4Forbidden with default headers values

func (*AdminGenerateMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*AdminGenerateMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type AdminGenerateMyBackupCodesV4InternalServerError added in v0.15.0

type AdminGenerateMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminGenerateMyBackupCodesV4InternalServerError added in v0.15.0

func NewAdminGenerateMyBackupCodesV4InternalServerError() *AdminGenerateMyBackupCodesV4InternalServerError

NewAdminGenerateMyBackupCodesV4InternalServerError creates a AdminGenerateMyBackupCodesV4InternalServerError with default headers values

func (*AdminGenerateMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*AdminGenerateMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type AdminGenerateMyBackupCodesV4NotFound added in v0.15.0

type AdminGenerateMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminGenerateMyBackupCodesV4NotFound added in v0.15.0

func NewAdminGenerateMyBackupCodesV4NotFound() *AdminGenerateMyBackupCodesV4NotFound

NewAdminGenerateMyBackupCodesV4NotFound creates a AdminGenerateMyBackupCodesV4NotFound with default headers values

func (*AdminGenerateMyBackupCodesV4NotFound) Error added in v0.15.0

func (*AdminGenerateMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type AdminGenerateMyBackupCodesV4OK added in v0.15.0

type AdminGenerateMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

AdminGenerateMyBackupCodesV4OK handles this case with default header values.

Backup codes generated

func NewAdminGenerateMyBackupCodesV4OK added in v0.15.0

func NewAdminGenerateMyBackupCodesV4OK() *AdminGenerateMyBackupCodesV4OK

NewAdminGenerateMyBackupCodesV4OK creates a AdminGenerateMyBackupCodesV4OK with default headers values

func (*AdminGenerateMyBackupCodesV4OK) Error added in v0.15.0

func (*AdminGenerateMyBackupCodesV4OK) GetPayload added in v0.15.0

type AdminGenerateMyBackupCodesV4Params added in v0.15.0

type AdminGenerateMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminGenerateMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the admin generate my backup codes v4 operation typically these are written to a http.Request

func NewAdminGenerateMyBackupCodesV4Params added in v0.15.0

func NewAdminGenerateMyBackupCodesV4Params() *AdminGenerateMyBackupCodesV4Params

NewAdminGenerateMyBackupCodesV4Params creates a new AdminGenerateMyBackupCodesV4Params object with the default values initialized.

func NewAdminGenerateMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewAdminGenerateMyBackupCodesV4ParamsWithContext(ctx context.Context) *AdminGenerateMyBackupCodesV4Params

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

func NewAdminGenerateMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewAdminGenerateMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminGenerateMyBackupCodesV4Params

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

func NewAdminGenerateMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewAdminGenerateMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminGenerateMyBackupCodesV4Params

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

func (*AdminGenerateMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminGenerateMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminGenerateMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin generate my backup codes v4 params

func (*AdminGenerateMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminGenerateMyBackupCodesV4Reader added in v0.15.0

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

AdminGenerateMyBackupCodesV4Reader is a Reader for the AdminGenerateMyBackupCodesV4 structure.

func (*AdminGenerateMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminGenerateMyBackupCodesV4Unauthorized added in v0.15.0

type AdminGenerateMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGenerateMyBackupCodesV4Unauthorized added in v0.15.0

func NewAdminGenerateMyBackupCodesV4Unauthorized() *AdminGenerateMyBackupCodesV4Unauthorized

NewAdminGenerateMyBackupCodesV4Unauthorized creates a AdminGenerateMyBackupCodesV4Unauthorized with default headers values

func (*AdminGenerateMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*AdminGenerateMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type AdminGetMyBackupCodesV4BadRequest added in v0.15.0

type AdminGetMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminGetMyBackupCodesV4BadRequest added in v0.15.0

func NewAdminGetMyBackupCodesV4BadRequest() *AdminGetMyBackupCodesV4BadRequest

NewAdminGetMyBackupCodesV4BadRequest creates a AdminGetMyBackupCodesV4BadRequest with default headers values

func (*AdminGetMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*AdminGetMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type AdminGetMyBackupCodesV4Forbidden added in v0.15.0

type AdminGetMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminGetMyBackupCodesV4Forbidden added in v0.15.0

func NewAdminGetMyBackupCodesV4Forbidden() *AdminGetMyBackupCodesV4Forbidden

NewAdminGetMyBackupCodesV4Forbidden creates a AdminGetMyBackupCodesV4Forbidden with default headers values

func (*AdminGetMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*AdminGetMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type AdminGetMyBackupCodesV4InternalServerError added in v0.15.0

type AdminGetMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminGetMyBackupCodesV4InternalServerError added in v0.15.0

func NewAdminGetMyBackupCodesV4InternalServerError() *AdminGetMyBackupCodesV4InternalServerError

NewAdminGetMyBackupCodesV4InternalServerError creates a AdminGetMyBackupCodesV4InternalServerError with default headers values

func (*AdminGetMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*AdminGetMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type AdminGetMyBackupCodesV4NotFound added in v0.15.0

type AdminGetMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminGetMyBackupCodesV4NotFound added in v0.15.0

func NewAdminGetMyBackupCodesV4NotFound() *AdminGetMyBackupCodesV4NotFound

NewAdminGetMyBackupCodesV4NotFound creates a AdminGetMyBackupCodesV4NotFound with default headers values

func (*AdminGetMyBackupCodesV4NotFound) Error added in v0.15.0

func (*AdminGetMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type AdminGetMyBackupCodesV4OK added in v0.15.0

type AdminGetMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

AdminGetMyBackupCodesV4OK handles this case with default header values.

Get backup codes

func NewAdminGetMyBackupCodesV4OK added in v0.15.0

func NewAdminGetMyBackupCodesV4OK() *AdminGetMyBackupCodesV4OK

NewAdminGetMyBackupCodesV4OK creates a AdminGetMyBackupCodesV4OK with default headers values

func (*AdminGetMyBackupCodesV4OK) Error added in v0.15.0

func (o *AdminGetMyBackupCodesV4OK) Error() string

func (*AdminGetMyBackupCodesV4OK) GetPayload added in v0.15.0

type AdminGetMyBackupCodesV4Params added in v0.15.0

type AdminGetMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminGetMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the admin get my backup codes v4 operation typically these are written to a http.Request

func NewAdminGetMyBackupCodesV4Params added in v0.15.0

func NewAdminGetMyBackupCodesV4Params() *AdminGetMyBackupCodesV4Params

NewAdminGetMyBackupCodesV4Params creates a new AdminGetMyBackupCodesV4Params object with the default values initialized.

func NewAdminGetMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewAdminGetMyBackupCodesV4ParamsWithContext(ctx context.Context) *AdminGetMyBackupCodesV4Params

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

func NewAdminGetMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewAdminGetMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminGetMyBackupCodesV4Params

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

func NewAdminGetMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewAdminGetMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminGetMyBackupCodesV4Params

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

func (*AdminGetMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminGetMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) SetContext added in v0.15.0

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

SetContext adds the context to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminGetMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin get my backup codes v4 params

func (*AdminGetMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminGetMyBackupCodesV4Reader added in v0.15.0

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

AdminGetMyBackupCodesV4Reader is a Reader for the AdminGetMyBackupCodesV4 structure.

func (*AdminGetMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminGetMyBackupCodesV4Unauthorized added in v0.15.0

type AdminGetMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGetMyBackupCodesV4Unauthorized added in v0.15.0

func NewAdminGetMyBackupCodesV4Unauthorized() *AdminGetMyBackupCodesV4Unauthorized

NewAdminGetMyBackupCodesV4Unauthorized creates a AdminGetMyBackupCodesV4Unauthorized with default headers values

func (*AdminGetMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*AdminGetMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type AdminGetMyEnabledFactorsV4BadRequest added in v0.15.0

type AdminGetMyEnabledFactorsV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyEnabledFactorsV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10193</td><td>mfa not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminGetMyEnabledFactorsV4BadRequest added in v0.15.0

func NewAdminGetMyEnabledFactorsV4BadRequest() *AdminGetMyEnabledFactorsV4BadRequest

NewAdminGetMyEnabledFactorsV4BadRequest creates a AdminGetMyEnabledFactorsV4BadRequest with default headers values

func (*AdminGetMyEnabledFactorsV4BadRequest) Error added in v0.15.0

func (*AdminGetMyEnabledFactorsV4BadRequest) GetPayload added in v0.15.0

type AdminGetMyEnabledFactorsV4Forbidden added in v0.15.0

type AdminGetMyEnabledFactorsV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyEnabledFactorsV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminGetMyEnabledFactorsV4Forbidden added in v0.15.0

func NewAdminGetMyEnabledFactorsV4Forbidden() *AdminGetMyEnabledFactorsV4Forbidden

NewAdminGetMyEnabledFactorsV4Forbidden creates a AdminGetMyEnabledFactorsV4Forbidden with default headers values

func (*AdminGetMyEnabledFactorsV4Forbidden) Error added in v0.15.0

func (*AdminGetMyEnabledFactorsV4Forbidden) GetPayload added in v0.15.0

type AdminGetMyEnabledFactorsV4InternalServerError added in v0.15.0

type AdminGetMyEnabledFactorsV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyEnabledFactorsV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminGetMyEnabledFactorsV4InternalServerError added in v0.15.0

func NewAdminGetMyEnabledFactorsV4InternalServerError() *AdminGetMyEnabledFactorsV4InternalServerError

NewAdminGetMyEnabledFactorsV4InternalServerError creates a AdminGetMyEnabledFactorsV4InternalServerError with default headers values

func (*AdminGetMyEnabledFactorsV4InternalServerError) Error added in v0.15.0

func (*AdminGetMyEnabledFactorsV4InternalServerError) GetPayload added in v0.15.0

type AdminGetMyEnabledFactorsV4NotFound added in v0.15.0

type AdminGetMyEnabledFactorsV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyEnabledFactorsV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminGetMyEnabledFactorsV4NotFound added in v0.15.0

func NewAdminGetMyEnabledFactorsV4NotFound() *AdminGetMyEnabledFactorsV4NotFound

NewAdminGetMyEnabledFactorsV4NotFound creates a AdminGetMyEnabledFactorsV4NotFound with default headers values

func (*AdminGetMyEnabledFactorsV4NotFound) Error added in v0.15.0

func (*AdminGetMyEnabledFactorsV4NotFound) GetPayload added in v0.15.0

type AdminGetMyEnabledFactorsV4OK added in v0.15.0

type AdminGetMyEnabledFactorsV4OK struct {
	Payload *iamclientmodels.ModelEnabledFactorsResponseV4
}

AdminGetMyEnabledFactorsV4OK handles this case with default header values.

Methods returned

func NewAdminGetMyEnabledFactorsV4OK added in v0.15.0

func NewAdminGetMyEnabledFactorsV4OK() *AdminGetMyEnabledFactorsV4OK

NewAdminGetMyEnabledFactorsV4OK creates a AdminGetMyEnabledFactorsV4OK with default headers values

func (*AdminGetMyEnabledFactorsV4OK) Error added in v0.15.0

func (*AdminGetMyEnabledFactorsV4OK) GetPayload added in v0.15.0

type AdminGetMyEnabledFactorsV4Params added in v0.15.0

type AdminGetMyEnabledFactorsV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

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

AdminGetMyEnabledFactorsV4Params contains all the parameters to send to the API endpoint for the admin get my enabled factors v4 operation typically these are written to a http.Request

func NewAdminGetMyEnabledFactorsV4Params added in v0.15.0

func NewAdminGetMyEnabledFactorsV4Params() *AdminGetMyEnabledFactorsV4Params

NewAdminGetMyEnabledFactorsV4Params creates a new AdminGetMyEnabledFactorsV4Params object with the default values initialized.

func NewAdminGetMyEnabledFactorsV4ParamsWithContext added in v0.15.0

func NewAdminGetMyEnabledFactorsV4ParamsWithContext(ctx context.Context) *AdminGetMyEnabledFactorsV4Params

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

func NewAdminGetMyEnabledFactorsV4ParamsWithHTTPClient added in v0.15.0

func NewAdminGetMyEnabledFactorsV4ParamsWithHTTPClient(client *http.Client) *AdminGetMyEnabledFactorsV4Params

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

func NewAdminGetMyEnabledFactorsV4ParamsWithTimeout added in v0.15.0

func NewAdminGetMyEnabledFactorsV4ParamsWithTimeout(timeout time.Duration) *AdminGetMyEnabledFactorsV4Params

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

func (*AdminGetMyEnabledFactorsV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminGetMyEnabledFactorsV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminGetMyEnabledFactorsV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin get my enabled factors v4 params

func (*AdminGetMyEnabledFactorsV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminGetMyEnabledFactorsV4Reader added in v0.15.0

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

AdminGetMyEnabledFactorsV4Reader is a Reader for the AdminGetMyEnabledFactorsV4 structure.

func (*AdminGetMyEnabledFactorsV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminGetMyEnabledFactorsV4Unauthorized added in v0.15.0

type AdminGetMyEnabledFactorsV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetMyEnabledFactorsV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGetMyEnabledFactorsV4Unauthorized added in v0.15.0

func NewAdminGetMyEnabledFactorsV4Unauthorized() *AdminGetMyEnabledFactorsV4Unauthorized

NewAdminGetMyEnabledFactorsV4Unauthorized creates a AdminGetMyEnabledFactorsV4Unauthorized with default headers values

func (*AdminGetMyEnabledFactorsV4Unauthorized) Error added in v0.15.0

func (*AdminGetMyEnabledFactorsV4Unauthorized) GetPayload added in v0.15.0

type AdminInviteUserV4BadRequest added in v0.9.0

type AdminInviteUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminInviteUserV4BadRequest added in v0.9.0

func NewAdminInviteUserV4BadRequest() *AdminInviteUserV4BadRequest

NewAdminInviteUserV4BadRequest creates a AdminInviteUserV4BadRequest with default headers values

func (*AdminInviteUserV4BadRequest) Error added in v0.9.0

func (*AdminInviteUserV4BadRequest) GetPayload added in v0.9.0

type AdminInviteUserV4Conflict added in v0.9.0

type AdminInviteUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr></table>

func NewAdminInviteUserV4Conflict added in v0.9.0

func NewAdminInviteUserV4Conflict() *AdminInviteUserV4Conflict

NewAdminInviteUserV4Conflict creates a AdminInviteUserV4Conflict with default headers values

func (*AdminInviteUserV4Conflict) Error added in v0.9.0

func (o *AdminInviteUserV4Conflict) Error() string

func (*AdminInviteUserV4Conflict) GetPayload added in v0.9.0

type AdminInviteUserV4Created added in v0.9.0

type AdminInviteUserV4Created struct {
	Payload *iamclientmodels.ModelInviteUserResponseV3
}

AdminInviteUserV4Created handles this case with default header values.

Created

func NewAdminInviteUserV4Created added in v0.9.0

func NewAdminInviteUserV4Created() *AdminInviteUserV4Created

NewAdminInviteUserV4Created creates a AdminInviteUserV4Created with default headers values

func (*AdminInviteUserV4Created) Error added in v0.9.0

func (o *AdminInviteUserV4Created) Error() string

func (*AdminInviteUserV4Created) GetPayload added in v0.9.0

type AdminInviteUserV4InternalServerError added in v0.9.0

type AdminInviteUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminInviteUserV4InternalServerError added in v0.9.0

func NewAdminInviteUserV4InternalServerError() *AdminInviteUserV4InternalServerError

NewAdminInviteUserV4InternalServerError creates a AdminInviteUserV4InternalServerError with default headers values

func (*AdminInviteUserV4InternalServerError) Error added in v0.9.0

func (*AdminInviteUserV4InternalServerError) GetPayload added in v0.9.0

type AdminInviteUserV4NotFound added in v0.9.0

type AdminInviteUserV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10154</td><td>country not found</td></tr></table>

func NewAdminInviteUserV4NotFound added in v0.9.0

func NewAdminInviteUserV4NotFound() *AdminInviteUserV4NotFound

NewAdminInviteUserV4NotFound creates a AdminInviteUserV4NotFound with default headers values

func (*AdminInviteUserV4NotFound) Error added in v0.9.0

func (o *AdminInviteUserV4NotFound) Error() string

func (*AdminInviteUserV4NotFound) GetPayload added in v0.9.0

type AdminInviteUserV4Params added in v0.9.0

type AdminInviteUserV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.ModelInviteUserRequestV4

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

AdminInviteUserV4Params contains all the parameters to send to the API endpoint for the admin invite user v4 operation typically these are written to a http.Request

func NewAdminInviteUserV4Params added in v0.9.0

func NewAdminInviteUserV4Params() *AdminInviteUserV4Params

NewAdminInviteUserV4Params creates a new AdminInviteUserV4Params object with the default values initialized.

func NewAdminInviteUserV4ParamsWithContext added in v0.9.0

func NewAdminInviteUserV4ParamsWithContext(ctx context.Context) *AdminInviteUserV4Params

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

func NewAdminInviteUserV4ParamsWithHTTPClient added in v0.9.0

func NewAdminInviteUserV4ParamsWithHTTPClient(client *http.Client) *AdminInviteUserV4Params

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

func NewAdminInviteUserV4ParamsWithTimeout added in v0.9.0

func NewAdminInviteUserV4ParamsWithTimeout(timeout time.Duration) *AdminInviteUserV4Params

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

func (*AdminInviteUserV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminInviteUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetBody added in v0.9.0

SetBody adds the body to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetContext added in v0.9.0

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

SetContext adds the context to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetHTTPClient added in v0.9.0

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

SetHTTPClient adds the HTTPClient to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminInviteUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetTimeout added in v0.9.0

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

SetTimeout adds the timeout to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithBody added in v0.9.0

WithBody adds the body to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithContext added in v0.9.0

WithContext adds the context to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithHTTPClient added in v0.9.0

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

WithHTTPClient adds the HTTPClient to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithTimeout added in v0.9.0

WithTimeout adds the timeout to the admin invite user v4 params

func (*AdminInviteUserV4Params) WriteToRequest added in v0.9.0

WriteToRequest writes these params to a swagger request

type AdminInviteUserV4Reader added in v0.9.0

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

AdminInviteUserV4Reader is a Reader for the AdminInviteUserV4 structure.

func (*AdminInviteUserV4Reader) ReadResponse added in v0.9.0

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

ReadResponse reads a server response into the received o.

type AdminInviteUserV4UnprocessableEntity added in v0.9.0

type AdminInviteUserV4UnprocessableEntity struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserV4UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminInviteUserV4UnprocessableEntity added in v0.9.0

func NewAdminInviteUserV4UnprocessableEntity() *AdminInviteUserV4UnprocessableEntity

NewAdminInviteUserV4UnprocessableEntity creates a AdminInviteUserV4UnprocessableEntity with default headers values

func (*AdminInviteUserV4UnprocessableEntity) Error added in v0.9.0

func (*AdminInviteUserV4UnprocessableEntity) GetPayload added in v0.9.0

type AdminListUserRolesV4Forbidden added in v0.2.0

type AdminListUserRolesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListUserRolesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminListUserRolesV4Forbidden added in v0.2.0

func NewAdminListUserRolesV4Forbidden() *AdminListUserRolesV4Forbidden

NewAdminListUserRolesV4Forbidden creates a AdminListUserRolesV4Forbidden with default headers values

func (*AdminListUserRolesV4Forbidden) Error added in v0.2.0

func (*AdminListUserRolesV4Forbidden) GetPayload added in v0.2.0

type AdminListUserRolesV4InternalServerError added in v0.2.0

type AdminListUserRolesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListUserRolesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminListUserRolesV4InternalServerError added in v0.2.0

func NewAdminListUserRolesV4InternalServerError() *AdminListUserRolesV4InternalServerError

NewAdminListUserRolesV4InternalServerError creates a AdminListUserRolesV4InternalServerError with default headers values

func (*AdminListUserRolesV4InternalServerError) Error added in v0.2.0

func (*AdminListUserRolesV4InternalServerError) GetPayload added in v0.2.0

type AdminListUserRolesV4NotFound added in v0.2.0

type AdminListUserRolesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListUserRolesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminListUserRolesV4NotFound added in v0.2.0

func NewAdminListUserRolesV4NotFound() *AdminListUserRolesV4NotFound

NewAdminListUserRolesV4NotFound creates a AdminListUserRolesV4NotFound with default headers values

func (*AdminListUserRolesV4NotFound) Error added in v0.2.0

func (*AdminListUserRolesV4NotFound) GetPayload added in v0.2.0

type AdminListUserRolesV4OK added in v0.2.0

type AdminListUserRolesV4OK struct {
	Payload *iamclientmodels.ModelListUserRolesV4Response
}

AdminListUserRolesV4OK handles this case with default header values.

Operation succeeded

func NewAdminListUserRolesV4OK added in v0.2.0

func NewAdminListUserRolesV4OK() *AdminListUserRolesV4OK

NewAdminListUserRolesV4OK creates a AdminListUserRolesV4OK with default headers values

func (*AdminListUserRolesV4OK) Error added in v0.2.0

func (o *AdminListUserRolesV4OK) Error() string

func (*AdminListUserRolesV4OK) GetPayload added in v0.2.0

type AdminListUserRolesV4Params added in v0.2.0

type AdminListUserRolesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

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

AdminListUserRolesV4Params contains all the parameters to send to the API endpoint for the admin list user roles v4 operation typically these are written to a http.Request

func NewAdminListUserRolesV4Params added in v0.2.0

func NewAdminListUserRolesV4Params() *AdminListUserRolesV4Params

NewAdminListUserRolesV4Params creates a new AdminListUserRolesV4Params object with the default values initialized.

func NewAdminListUserRolesV4ParamsWithContext added in v0.2.0

func NewAdminListUserRolesV4ParamsWithContext(ctx context.Context) *AdminListUserRolesV4Params

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

func NewAdminListUserRolesV4ParamsWithHTTPClient added in v0.2.0

func NewAdminListUserRolesV4ParamsWithHTTPClient(client *http.Client) *AdminListUserRolesV4Params

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

func NewAdminListUserRolesV4ParamsWithTimeout added in v0.2.0

func NewAdminListUserRolesV4ParamsWithTimeout(timeout time.Duration) *AdminListUserRolesV4Params

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

func (*AdminListUserRolesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminListUserRolesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) SetContext added in v0.2.0

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

SetContext adds the context to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminListUserRolesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) SetNamespace added in v0.2.0

func (o *AdminListUserRolesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) SetUserID added in v0.2.0

func (o *AdminListUserRolesV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) WithContext added in v0.2.0

WithContext adds the context to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) WithNamespace added in v0.2.0

func (o *AdminListUserRolesV4Params) WithNamespace(namespace string) *AdminListUserRolesV4Params

WithNamespace adds the namespace to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) WithUserID added in v0.2.0

WithUserID adds the userID to the admin list user roles v4 params

func (*AdminListUserRolesV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type AdminListUserRolesV4Reader added in v0.2.0

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

AdminListUserRolesV4Reader is a Reader for the AdminListUserRolesV4 structure.

func (*AdminListUserRolesV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type AdminMakeFactorMyDefaultV4BadRequest added in v0.15.0

type AdminMakeFactorMyDefaultV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminMakeFactorMyDefaultV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10189</td><td>invalid factor</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminMakeFactorMyDefaultV4BadRequest added in v0.15.0

func NewAdminMakeFactorMyDefaultV4BadRequest() *AdminMakeFactorMyDefaultV4BadRequest

NewAdminMakeFactorMyDefaultV4BadRequest creates a AdminMakeFactorMyDefaultV4BadRequest with default headers values

func (*AdminMakeFactorMyDefaultV4BadRequest) Error added in v0.15.0

func (*AdminMakeFactorMyDefaultV4BadRequest) GetPayload added in v0.15.0

type AdminMakeFactorMyDefaultV4Forbidden added in v0.15.0

type AdminMakeFactorMyDefaultV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminMakeFactorMyDefaultV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminMakeFactorMyDefaultV4Forbidden added in v0.15.0

func NewAdminMakeFactorMyDefaultV4Forbidden() *AdminMakeFactorMyDefaultV4Forbidden

NewAdminMakeFactorMyDefaultV4Forbidden creates a AdminMakeFactorMyDefaultV4Forbidden with default headers values

func (*AdminMakeFactorMyDefaultV4Forbidden) Error added in v0.15.0

func (*AdminMakeFactorMyDefaultV4Forbidden) GetPayload added in v0.15.0

type AdminMakeFactorMyDefaultV4InternalServerError added in v0.15.0

type AdminMakeFactorMyDefaultV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminMakeFactorMyDefaultV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminMakeFactorMyDefaultV4InternalServerError added in v0.15.0

func NewAdminMakeFactorMyDefaultV4InternalServerError() *AdminMakeFactorMyDefaultV4InternalServerError

NewAdminMakeFactorMyDefaultV4InternalServerError creates a AdminMakeFactorMyDefaultV4InternalServerError with default headers values

func (*AdminMakeFactorMyDefaultV4InternalServerError) Error added in v0.15.0

func (*AdminMakeFactorMyDefaultV4InternalServerError) GetPayload added in v0.15.0

type AdminMakeFactorMyDefaultV4NoContent added in v0.15.0

type AdminMakeFactorMyDefaultV4NoContent struct {
}

AdminMakeFactorMyDefaultV4NoContent handles this case with default header values.

Default method changed

func NewAdminMakeFactorMyDefaultV4NoContent added in v0.15.0

func NewAdminMakeFactorMyDefaultV4NoContent() *AdminMakeFactorMyDefaultV4NoContent

NewAdminMakeFactorMyDefaultV4NoContent creates a AdminMakeFactorMyDefaultV4NoContent with default headers values

func (*AdminMakeFactorMyDefaultV4NoContent) Error added in v0.15.0

type AdminMakeFactorMyDefaultV4NotFound added in v0.15.0

type AdminMakeFactorMyDefaultV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminMakeFactorMyDefaultV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminMakeFactorMyDefaultV4NotFound added in v0.15.0

func NewAdminMakeFactorMyDefaultV4NotFound() *AdminMakeFactorMyDefaultV4NotFound

NewAdminMakeFactorMyDefaultV4NotFound creates a AdminMakeFactorMyDefaultV4NotFound with default headers values

func (*AdminMakeFactorMyDefaultV4NotFound) Error added in v0.15.0

func (*AdminMakeFactorMyDefaultV4NotFound) GetPayload added in v0.15.0

type AdminMakeFactorMyDefaultV4Params added in v0.15.0

type AdminMakeFactorMyDefaultV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Factor
	  method

	*/
	Factor string

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

AdminMakeFactorMyDefaultV4Params contains all the parameters to send to the API endpoint for the admin make factor my default v4 operation typically these are written to a http.Request

func NewAdminMakeFactorMyDefaultV4Params added in v0.15.0

func NewAdminMakeFactorMyDefaultV4Params() *AdminMakeFactorMyDefaultV4Params

NewAdminMakeFactorMyDefaultV4Params creates a new AdminMakeFactorMyDefaultV4Params object with the default values initialized.

func NewAdminMakeFactorMyDefaultV4ParamsWithContext added in v0.15.0

func NewAdminMakeFactorMyDefaultV4ParamsWithContext(ctx context.Context) *AdminMakeFactorMyDefaultV4Params

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

func NewAdminMakeFactorMyDefaultV4ParamsWithHTTPClient added in v0.15.0

func NewAdminMakeFactorMyDefaultV4ParamsWithHTTPClient(client *http.Client) *AdminMakeFactorMyDefaultV4Params

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

func NewAdminMakeFactorMyDefaultV4ParamsWithTimeout added in v0.15.0

func NewAdminMakeFactorMyDefaultV4ParamsWithTimeout(timeout time.Duration) *AdminMakeFactorMyDefaultV4Params

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

func (*AdminMakeFactorMyDefaultV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminMakeFactorMyDefaultV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) SetFactor added in v0.15.0

func (o *AdminMakeFactorMyDefaultV4Params) SetFactor(factor string)

SetFactor adds the factor to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminMakeFactorMyDefaultV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) WithFactor added in v0.15.0

WithFactor adds the factor to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin make factor my default v4 params

func (*AdminMakeFactorMyDefaultV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type AdminMakeFactorMyDefaultV4Reader added in v0.15.0

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

AdminMakeFactorMyDefaultV4Reader is a Reader for the AdminMakeFactorMyDefaultV4 structure.

func (*AdminMakeFactorMyDefaultV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type AdminMakeFactorMyDefaultV4Unauthorized added in v0.15.0

type AdminMakeFactorMyDefaultV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminMakeFactorMyDefaultV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminMakeFactorMyDefaultV4Unauthorized added in v0.15.0

func NewAdminMakeFactorMyDefaultV4Unauthorized() *AdminMakeFactorMyDefaultV4Unauthorized

NewAdminMakeFactorMyDefaultV4Unauthorized creates a AdminMakeFactorMyDefaultV4Unauthorized with default headers values

func (*AdminMakeFactorMyDefaultV4Unauthorized) Error added in v0.15.0

func (*AdminMakeFactorMyDefaultV4Unauthorized) GetPayload added in v0.15.0

type AdminRemoveUserRoleV4BadRequest added in v0.2.0

type AdminRemoveUserRoleV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminRemoveUserRoleV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminRemoveUserRoleV4BadRequest added in v0.2.0

func NewAdminRemoveUserRoleV4BadRequest() *AdminRemoveUserRoleV4BadRequest

NewAdminRemoveUserRoleV4BadRequest creates a AdminRemoveUserRoleV4BadRequest with default headers values

func (*AdminRemoveUserRoleV4BadRequest) Error added in v0.2.0

func (*AdminRemoveUserRoleV4BadRequest) GetPayload added in v0.2.0

type AdminRemoveUserRoleV4Forbidden added in v0.2.0

type AdminRemoveUserRoleV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminRemoveUserRoleV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminRemoveUserRoleV4Forbidden added in v0.2.0

func NewAdminRemoveUserRoleV4Forbidden() *AdminRemoveUserRoleV4Forbidden

NewAdminRemoveUserRoleV4Forbidden creates a AdminRemoveUserRoleV4Forbidden with default headers values

func (*AdminRemoveUserRoleV4Forbidden) Error added in v0.2.0

func (*AdminRemoveUserRoleV4Forbidden) GetPayload added in v0.2.0

type AdminRemoveUserRoleV4InternalServerError added in v0.2.0

type AdminRemoveUserRoleV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminRemoveUserRoleV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminRemoveUserRoleV4InternalServerError added in v0.2.0

func NewAdminRemoveUserRoleV4InternalServerError() *AdminRemoveUserRoleV4InternalServerError

NewAdminRemoveUserRoleV4InternalServerError creates a AdminRemoveUserRoleV4InternalServerError with default headers values

func (*AdminRemoveUserRoleV4InternalServerError) Error added in v0.2.0

func (*AdminRemoveUserRoleV4InternalServerError) GetPayload added in v0.2.0

type AdminRemoveUserRoleV4NoContent added in v0.2.0

type AdminRemoveUserRoleV4NoContent struct {
}

AdminRemoveUserRoleV4NoContent handles this case with default header values.

Operation succeeded

func NewAdminRemoveUserRoleV4NoContent added in v0.2.0

func NewAdminRemoveUserRoleV4NoContent() *AdminRemoveUserRoleV4NoContent

NewAdminRemoveUserRoleV4NoContent creates a AdminRemoveUserRoleV4NoContent with default headers values

func (*AdminRemoveUserRoleV4NoContent) Error added in v0.2.0

type AdminRemoveUserRoleV4NotFound added in v0.2.0

type AdminRemoveUserRoleV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminRemoveUserRoleV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminRemoveUserRoleV4NotFound added in v0.2.0

func NewAdminRemoveUserRoleV4NotFound() *AdminRemoveUserRoleV4NotFound

NewAdminRemoveUserRoleV4NotFound creates a AdminRemoveUserRoleV4NotFound with default headers values

func (*AdminRemoveUserRoleV4NotFound) Error added in v0.2.0

func (*AdminRemoveUserRoleV4NotFound) GetPayload added in v0.2.0

type AdminRemoveUserRoleV4Params added in v0.2.0

type AdminRemoveUserRoleV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  Object of Role ID with allowed namespaces to be removed

	*/
	Body *iamclientmodels.ModelRemoveUserRoleV4Request
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

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

AdminRemoveUserRoleV4Params contains all the parameters to send to the API endpoint for the admin remove user role v4 operation typically these are written to a http.Request

func NewAdminRemoveUserRoleV4Params added in v0.2.0

func NewAdminRemoveUserRoleV4Params() *AdminRemoveUserRoleV4Params

NewAdminRemoveUserRoleV4Params creates a new AdminRemoveUserRoleV4Params object with the default values initialized.

func NewAdminRemoveUserRoleV4ParamsWithContext added in v0.2.0

func NewAdminRemoveUserRoleV4ParamsWithContext(ctx context.Context) *AdminRemoveUserRoleV4Params

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

func NewAdminRemoveUserRoleV4ParamsWithHTTPClient added in v0.2.0

func NewAdminRemoveUserRoleV4ParamsWithHTTPClient(client *http.Client) *AdminRemoveUserRoleV4Params

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

func NewAdminRemoveUserRoleV4ParamsWithTimeout added in v0.2.0

func NewAdminRemoveUserRoleV4ParamsWithTimeout(timeout time.Duration) *AdminRemoveUserRoleV4Params

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

func (*AdminRemoveUserRoleV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminRemoveUserRoleV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) SetBody added in v0.2.0

SetBody adds the body to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) SetContext added in v0.2.0

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

SetContext adds the context to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminRemoveUserRoleV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) SetNamespace added in v0.2.0

func (o *AdminRemoveUserRoleV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) SetUserID added in v0.2.0

func (o *AdminRemoveUserRoleV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) WithBody added in v0.2.0

WithBody adds the body to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) WithContext added in v0.2.0

WithContext adds the context to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) WithNamespace added in v0.2.0

func (o *AdminRemoveUserRoleV4Params) WithNamespace(namespace string) *AdminRemoveUserRoleV4Params

WithNamespace adds the namespace to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) WithUserID added in v0.2.0

WithUserID adds the userID to the admin remove user role v4 params

func (*AdminRemoveUserRoleV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type AdminRemoveUserRoleV4Reader added in v0.2.0

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

AdminRemoveUserRoleV4Reader is a Reader for the AdminRemoveUserRoleV4 structure.

func (*AdminRemoveUserRoleV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type AdminRemoveUserRoleV4UnprocessableEntity added in v0.2.0

type AdminRemoveUserRoleV4UnprocessableEntity struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminRemoveUserRoleV4UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10183</td><td>unprocessable entity</td></tr></table>

func NewAdminRemoveUserRoleV4UnprocessableEntity added in v0.2.0

func NewAdminRemoveUserRoleV4UnprocessableEntity() *AdminRemoveUserRoleV4UnprocessableEntity

NewAdminRemoveUserRoleV4UnprocessableEntity creates a AdminRemoveUserRoleV4UnprocessableEntity with default headers values

func (*AdminRemoveUserRoleV4UnprocessableEntity) Error added in v0.2.0

func (*AdminRemoveUserRoleV4UnprocessableEntity) GetPayload added in v0.2.0

type AdminUpdateMyUserV4BadRequest added in v0.7.0

type AdminUpdateMyUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateMyUserV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>10154</td><td>country not found</td></tr><tr><td>10130</td><td>user under age</td></tr></table>

func NewAdminUpdateMyUserV4BadRequest added in v0.7.0

func NewAdminUpdateMyUserV4BadRequest() *AdminUpdateMyUserV4BadRequest

NewAdminUpdateMyUserV4BadRequest creates a AdminUpdateMyUserV4BadRequest with default headers values

func (*AdminUpdateMyUserV4BadRequest) Error added in v0.7.0

func (*AdminUpdateMyUserV4BadRequest) GetPayload added in v0.7.0

type AdminUpdateMyUserV4Conflict added in v0.7.0

type AdminUpdateMyUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateMyUserV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10177</td><td>username already used</td></tr></table>

func NewAdminUpdateMyUserV4Conflict added in v0.7.0

func NewAdminUpdateMyUserV4Conflict() *AdminUpdateMyUserV4Conflict

NewAdminUpdateMyUserV4Conflict creates a AdminUpdateMyUserV4Conflict with default headers values

func (*AdminUpdateMyUserV4Conflict) Error added in v0.7.0

func (*AdminUpdateMyUserV4Conflict) GetPayload added in v0.7.0

type AdminUpdateMyUserV4InternalServerError added in v0.7.0

type AdminUpdateMyUserV4InternalServerError struct {
}

AdminUpdateMyUserV4InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdateMyUserV4InternalServerError added in v0.7.0

func NewAdminUpdateMyUserV4InternalServerError() *AdminUpdateMyUserV4InternalServerError

NewAdminUpdateMyUserV4InternalServerError creates a AdminUpdateMyUserV4InternalServerError with default headers values

func (*AdminUpdateMyUserV4InternalServerError) Error added in v0.7.0

type AdminUpdateMyUserV4OK added in v0.7.0

type AdminUpdateMyUserV4OK struct {
	Payload *iamclientmodels.ModelUserResponseV3
}

AdminUpdateMyUserV4OK handles this case with default header values.

OK

func NewAdminUpdateMyUserV4OK added in v0.7.0

func NewAdminUpdateMyUserV4OK() *AdminUpdateMyUserV4OK

NewAdminUpdateMyUserV4OK creates a AdminUpdateMyUserV4OK with default headers values

func (*AdminUpdateMyUserV4OK) Error added in v0.7.0

func (o *AdminUpdateMyUserV4OK) Error() string

func (*AdminUpdateMyUserV4OK) GetPayload added in v0.7.0

type AdminUpdateMyUserV4Params added in v0.7.0

type AdminUpdateMyUserV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.ModelUserUpdateRequestV3

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

AdminUpdateMyUserV4Params contains all the parameters to send to the API endpoint for the admin update my user v4 operation typically these are written to a http.Request

func NewAdminUpdateMyUserV4Params added in v0.7.0

func NewAdminUpdateMyUserV4Params() *AdminUpdateMyUserV4Params

NewAdminUpdateMyUserV4Params creates a new AdminUpdateMyUserV4Params object with the default values initialized.

func NewAdminUpdateMyUserV4ParamsWithContext added in v0.7.0

func NewAdminUpdateMyUserV4ParamsWithContext(ctx context.Context) *AdminUpdateMyUserV4Params

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

func NewAdminUpdateMyUserV4ParamsWithHTTPClient added in v0.7.0

func NewAdminUpdateMyUserV4ParamsWithHTTPClient(client *http.Client) *AdminUpdateMyUserV4Params

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

func NewAdminUpdateMyUserV4ParamsWithTimeout added in v0.7.0

func NewAdminUpdateMyUserV4ParamsWithTimeout(timeout time.Duration) *AdminUpdateMyUserV4Params

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

func (*AdminUpdateMyUserV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminUpdateMyUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) SetBody added in v0.7.0

SetBody adds the body to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) SetContext added in v0.7.0

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

SetContext adds the context to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminUpdateMyUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) WithBody added in v0.7.0

WithBody adds the body to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) WithContext added in v0.7.0

WithContext adds the context to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) WithHTTPClient added in v0.7.0

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

WithHTTPClient adds the HTTPClient to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the admin update my user v4 params

func (*AdminUpdateMyUserV4Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type AdminUpdateMyUserV4Reader added in v0.7.0

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

AdminUpdateMyUserV4Reader is a Reader for the AdminUpdateMyUserV4 structure.

func (*AdminUpdateMyUserV4Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type AdminUpdateMyUserV4Unauthorized added in v0.7.0

type AdminUpdateMyUserV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateMyUserV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewAdminUpdateMyUserV4Unauthorized added in v0.7.0

func NewAdminUpdateMyUserV4Unauthorized() *AdminUpdateMyUserV4Unauthorized

NewAdminUpdateMyUserV4Unauthorized creates a AdminUpdateMyUserV4Unauthorized with default headers values

func (*AdminUpdateMyUserV4Unauthorized) Error added in v0.7.0

func (*AdminUpdateMyUserV4Unauthorized) GetPayload added in v0.7.0

type AdminUpdateUserEmailAddressV4BadRequest added in v0.2.0

type AdminUpdateUserEmailAddressV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserEmailAddressV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminUpdateUserEmailAddressV4BadRequest added in v0.2.0

func NewAdminUpdateUserEmailAddressV4BadRequest() *AdminUpdateUserEmailAddressV4BadRequest

NewAdminUpdateUserEmailAddressV4BadRequest creates a AdminUpdateUserEmailAddressV4BadRequest with default headers values

func (*AdminUpdateUserEmailAddressV4BadRequest) Error added in v0.2.0

func (*AdminUpdateUserEmailAddressV4BadRequest) GetPayload added in v0.2.0

type AdminUpdateUserEmailAddressV4Conflict added in v0.2.0

type AdminUpdateUserEmailAddressV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserEmailAddressV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr></table>

func NewAdminUpdateUserEmailAddressV4Conflict added in v0.2.0

func NewAdminUpdateUserEmailAddressV4Conflict() *AdminUpdateUserEmailAddressV4Conflict

NewAdminUpdateUserEmailAddressV4Conflict creates a AdminUpdateUserEmailAddressV4Conflict with default headers values

func (*AdminUpdateUserEmailAddressV4Conflict) Error added in v0.2.0

func (*AdminUpdateUserEmailAddressV4Conflict) GetPayload added in v0.2.0

type AdminUpdateUserEmailAddressV4InternalServerError added in v0.2.0

type AdminUpdateUserEmailAddressV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserEmailAddressV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminUpdateUserEmailAddressV4InternalServerError added in v0.2.0

func NewAdminUpdateUserEmailAddressV4InternalServerError() *AdminUpdateUserEmailAddressV4InternalServerError

NewAdminUpdateUserEmailAddressV4InternalServerError creates a AdminUpdateUserEmailAddressV4InternalServerError with default headers values

func (*AdminUpdateUserEmailAddressV4InternalServerError) Error added in v0.2.0

func (*AdminUpdateUserEmailAddressV4InternalServerError) GetPayload added in v0.2.0

type AdminUpdateUserEmailAddressV4NoContent added in v0.2.0

type AdminUpdateUserEmailAddressV4NoContent struct {
}

AdminUpdateUserEmailAddressV4NoContent handles this case with default header values.

Operation succeeded

func NewAdminUpdateUserEmailAddressV4NoContent added in v0.2.0

func NewAdminUpdateUserEmailAddressV4NoContent() *AdminUpdateUserEmailAddressV4NoContent

NewAdminUpdateUserEmailAddressV4NoContent creates a AdminUpdateUserEmailAddressV4NoContent with default headers values

func (*AdminUpdateUserEmailAddressV4NoContent) Error added in v0.2.0

type AdminUpdateUserEmailAddressV4NotFound added in v0.2.0

type AdminUpdateUserEmailAddressV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserEmailAddressV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminUpdateUserEmailAddressV4NotFound added in v0.2.0

func NewAdminUpdateUserEmailAddressV4NotFound() *AdminUpdateUserEmailAddressV4NotFound

NewAdminUpdateUserEmailAddressV4NotFound creates a AdminUpdateUserEmailAddressV4NotFound with default headers values

func (*AdminUpdateUserEmailAddressV4NotFound) Error added in v0.2.0

func (*AdminUpdateUserEmailAddressV4NotFound) GetPayload added in v0.2.0

type AdminUpdateUserEmailAddressV4Params added in v0.2.0

type AdminUpdateUserEmailAddressV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.ModelEmailUpdateRequestV4
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User ID, should follow UUID version 4 without hyphen

	*/
	UserID string

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

AdminUpdateUserEmailAddressV4Params contains all the parameters to send to the API endpoint for the admin update user email address v4 operation typically these are written to a http.Request

func NewAdminUpdateUserEmailAddressV4Params added in v0.2.0

func NewAdminUpdateUserEmailAddressV4Params() *AdminUpdateUserEmailAddressV4Params

NewAdminUpdateUserEmailAddressV4Params creates a new AdminUpdateUserEmailAddressV4Params object with the default values initialized.

func NewAdminUpdateUserEmailAddressV4ParamsWithContext added in v0.2.0

func NewAdminUpdateUserEmailAddressV4ParamsWithContext(ctx context.Context) *AdminUpdateUserEmailAddressV4Params

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

func NewAdminUpdateUserEmailAddressV4ParamsWithHTTPClient added in v0.2.0

func NewAdminUpdateUserEmailAddressV4ParamsWithHTTPClient(client *http.Client) *AdminUpdateUserEmailAddressV4Params

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

func NewAdminUpdateUserEmailAddressV4ParamsWithTimeout added in v0.2.0

func NewAdminUpdateUserEmailAddressV4ParamsWithTimeout(timeout time.Duration) *AdminUpdateUserEmailAddressV4Params

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

func (*AdminUpdateUserEmailAddressV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminUpdateUserEmailAddressV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) SetBody added in v0.2.0

SetBody adds the body to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) SetContext added in v0.2.0

SetContext adds the context to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminUpdateUserEmailAddressV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) SetNamespace added in v0.2.0

func (o *AdminUpdateUserEmailAddressV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) SetUserID added in v0.2.0

func (o *AdminUpdateUserEmailAddressV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) WithBody added in v0.2.0

WithBody adds the body to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) WithContext added in v0.2.0

WithContext adds the context to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) WithUserID added in v0.2.0

WithUserID adds the userID to the admin update user email address v4 params

func (*AdminUpdateUserEmailAddressV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type AdminUpdateUserEmailAddressV4Reader added in v0.2.0

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

AdminUpdateUserEmailAddressV4Reader is a Reader for the AdminUpdateUserEmailAddressV4 structure.

func (*AdminUpdateUserEmailAddressV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type AdminUpdateUserEmailAddressV4Unauthorized added in v0.2.0

type AdminUpdateUserEmailAddressV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserEmailAddressV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewAdminUpdateUserEmailAddressV4Unauthorized added in v0.2.0

func NewAdminUpdateUserEmailAddressV4Unauthorized() *AdminUpdateUserEmailAddressV4Unauthorized

NewAdminUpdateUserEmailAddressV4Unauthorized creates a AdminUpdateUserEmailAddressV4Unauthorized with default headers values

func (*AdminUpdateUserEmailAddressV4Unauthorized) Error added in v0.2.0

func (*AdminUpdateUserEmailAddressV4Unauthorized) GetPayload added in v0.2.0

type AdminUpdateUserRoleV4BadRequest added in v0.2.0

type AdminUpdateUserRoleV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserRoleV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewAdminUpdateUserRoleV4BadRequest added in v0.2.0

func NewAdminUpdateUserRoleV4BadRequest() *AdminUpdateUserRoleV4BadRequest

NewAdminUpdateUserRoleV4BadRequest creates a AdminUpdateUserRoleV4BadRequest with default headers values

func (*AdminUpdateUserRoleV4BadRequest) Error added in v0.2.0

func (*AdminUpdateUserRoleV4BadRequest) GetPayload added in v0.2.0

type AdminUpdateUserRoleV4Forbidden added in v0.2.0

type AdminUpdateUserRoleV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserRoleV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewAdminUpdateUserRoleV4Forbidden added in v0.2.0

func NewAdminUpdateUserRoleV4Forbidden() *AdminUpdateUserRoleV4Forbidden

NewAdminUpdateUserRoleV4Forbidden creates a AdminUpdateUserRoleV4Forbidden with default headers values

func (*AdminUpdateUserRoleV4Forbidden) Error added in v0.2.0

func (*AdminUpdateUserRoleV4Forbidden) GetPayload added in v0.2.0

type AdminUpdateUserRoleV4InternalServerError added in v0.2.0

type AdminUpdateUserRoleV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserRoleV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewAdminUpdateUserRoleV4InternalServerError added in v0.2.0

func NewAdminUpdateUserRoleV4InternalServerError() *AdminUpdateUserRoleV4InternalServerError

NewAdminUpdateUserRoleV4InternalServerError creates a AdminUpdateUserRoleV4InternalServerError with default headers values

func (*AdminUpdateUserRoleV4InternalServerError) Error added in v0.2.0

func (*AdminUpdateUserRoleV4InternalServerError) GetPayload added in v0.2.0

type AdminUpdateUserRoleV4NotFound added in v0.2.0

type AdminUpdateUserRoleV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserRoleV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminUpdateUserRoleV4NotFound added in v0.2.0

func NewAdminUpdateUserRoleV4NotFound() *AdminUpdateUserRoleV4NotFound

NewAdminUpdateUserRoleV4NotFound creates a AdminUpdateUserRoleV4NotFound with default headers values

func (*AdminUpdateUserRoleV4NotFound) Error added in v0.2.0

func (*AdminUpdateUserRoleV4NotFound) GetPayload added in v0.2.0

type AdminUpdateUserRoleV4OK added in v0.2.0

type AdminUpdateUserRoleV4OK struct {
	Payload *iamclientmodels.ModelListUserRolesV4Response
}

AdminUpdateUserRoleV4OK handles this case with default header values.

Operation succeeded

func NewAdminUpdateUserRoleV4OK added in v0.2.0

func NewAdminUpdateUserRoleV4OK() *AdminUpdateUserRoleV4OK

NewAdminUpdateUserRoleV4OK creates a AdminUpdateUserRoleV4OK with default headers values

func (*AdminUpdateUserRoleV4OK) Error added in v0.2.0

func (o *AdminUpdateUserRoleV4OK) Error() string

func (*AdminUpdateUserRoleV4OK) GetPayload added in v0.2.0

type AdminUpdateUserRoleV4Params added in v0.2.0

type AdminUpdateUserRoleV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  Object of Role ID to be assigned with allowed namespaces

	*/
	Body *iamclientmodels.ModelAddUserRoleV4Request
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

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

AdminUpdateUserRoleV4Params contains all the parameters to send to the API endpoint for the admin update user role v4 operation typically these are written to a http.Request

func NewAdminUpdateUserRoleV4Params added in v0.2.0

func NewAdminUpdateUserRoleV4Params() *AdminUpdateUserRoleV4Params

NewAdminUpdateUserRoleV4Params creates a new AdminUpdateUserRoleV4Params object with the default values initialized.

func NewAdminUpdateUserRoleV4ParamsWithContext added in v0.2.0

func NewAdminUpdateUserRoleV4ParamsWithContext(ctx context.Context) *AdminUpdateUserRoleV4Params

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

func NewAdminUpdateUserRoleV4ParamsWithHTTPClient added in v0.2.0

func NewAdminUpdateUserRoleV4ParamsWithHTTPClient(client *http.Client) *AdminUpdateUserRoleV4Params

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

func NewAdminUpdateUserRoleV4ParamsWithTimeout added in v0.2.0

func NewAdminUpdateUserRoleV4ParamsWithTimeout(timeout time.Duration) *AdminUpdateUserRoleV4Params

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

func (*AdminUpdateUserRoleV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminUpdateUserRoleV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) SetBody added in v0.2.0

SetBody adds the body to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) SetContext added in v0.2.0

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

SetContext adds the context to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminUpdateUserRoleV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) SetNamespace added in v0.2.0

func (o *AdminUpdateUserRoleV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) SetUserID added in v0.2.0

func (o *AdminUpdateUserRoleV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) WithBody added in v0.2.0

WithBody adds the body to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) WithContext added in v0.2.0

WithContext adds the context to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) WithNamespace added in v0.2.0

func (o *AdminUpdateUserRoleV4Params) WithNamespace(namespace string) *AdminUpdateUserRoleV4Params

WithNamespace adds the namespace to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) WithUserID added in v0.2.0

WithUserID adds the userID to the admin update user role v4 params

func (*AdminUpdateUserRoleV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type AdminUpdateUserRoleV4Reader added in v0.2.0

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

AdminUpdateUserRoleV4Reader is a Reader for the AdminUpdateUserRoleV4 structure.

func (*AdminUpdateUserRoleV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type AdminUpdateUserRoleV4UnprocessableEntity added in v0.2.0

type AdminUpdateUserRoleV4UnprocessableEntity struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserRoleV4UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10183</td><td>unprocessable entity</td></tr></table>

func NewAdminUpdateUserRoleV4UnprocessableEntity added in v0.2.0

func NewAdminUpdateUserRoleV4UnprocessableEntity() *AdminUpdateUserRoleV4UnprocessableEntity

NewAdminUpdateUserRoleV4UnprocessableEntity creates a AdminUpdateUserRoleV4UnprocessableEntity with default headers values

func (*AdminUpdateUserRoleV4UnprocessableEntity) Error added in v0.2.0

func (*AdminUpdateUserRoleV4UnprocessableEntity) GetPayload added in v0.2.0

type AdminUpdateUserV4BadRequest added in v0.2.0

type AdminUpdateUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>10154</td><td>country not found</td></tr><tr><td>10130</td><td>user under age</td></tr></table>

func NewAdminUpdateUserV4BadRequest added in v0.2.0

func NewAdminUpdateUserV4BadRequest() *AdminUpdateUserV4BadRequest

NewAdminUpdateUserV4BadRequest creates a AdminUpdateUserV4BadRequest with default headers values

func (*AdminUpdateUserV4BadRequest) Error added in v0.2.0

func (*AdminUpdateUserV4BadRequest) GetPayload added in v0.2.0

type AdminUpdateUserV4Conflict added in v0.2.0

type AdminUpdateUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr></table>

func NewAdminUpdateUserV4Conflict added in v0.2.0

func NewAdminUpdateUserV4Conflict() *AdminUpdateUserV4Conflict

NewAdminUpdateUserV4Conflict creates a AdminUpdateUserV4Conflict with default headers values

func (*AdminUpdateUserV4Conflict) Error added in v0.2.0

func (o *AdminUpdateUserV4Conflict) Error() string

func (*AdminUpdateUserV4Conflict) GetPayload added in v0.2.0

type AdminUpdateUserV4Forbidden added in v0.2.0

type AdminUpdateUserV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr></table>

func NewAdminUpdateUserV4Forbidden added in v0.2.0

func NewAdminUpdateUserV4Forbidden() *AdminUpdateUserV4Forbidden

NewAdminUpdateUserV4Forbidden creates a AdminUpdateUserV4Forbidden with default headers values

func (*AdminUpdateUserV4Forbidden) Error added in v0.2.0

func (*AdminUpdateUserV4Forbidden) GetPayload added in v0.2.0

type AdminUpdateUserV4InternalServerError added in v0.2.0

type AdminUpdateUserV4InternalServerError struct {
}

AdminUpdateUserV4InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdateUserV4InternalServerError added in v0.2.0

func NewAdminUpdateUserV4InternalServerError() *AdminUpdateUserV4InternalServerError

NewAdminUpdateUserV4InternalServerError creates a AdminUpdateUserV4InternalServerError with default headers values

func (*AdminUpdateUserV4InternalServerError) Error added in v0.2.0

type AdminUpdateUserV4NotFound added in v0.2.0

type AdminUpdateUserV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewAdminUpdateUserV4NotFound added in v0.2.0

func NewAdminUpdateUserV4NotFound() *AdminUpdateUserV4NotFound

NewAdminUpdateUserV4NotFound creates a AdminUpdateUserV4NotFound with default headers values

func (*AdminUpdateUserV4NotFound) Error added in v0.2.0

func (o *AdminUpdateUserV4NotFound) Error() string

func (*AdminUpdateUserV4NotFound) GetPayload added in v0.2.0

type AdminUpdateUserV4OK added in v0.2.0

type AdminUpdateUserV4OK struct {
	Payload *iamclientmodels.ModelUserResponseV3
}

AdminUpdateUserV4OK handles this case with default header values.

OK

func NewAdminUpdateUserV4OK added in v0.2.0

func NewAdminUpdateUserV4OK() *AdminUpdateUserV4OK

NewAdminUpdateUserV4OK creates a AdminUpdateUserV4OK with default headers values

func (*AdminUpdateUserV4OK) Error added in v0.2.0

func (o *AdminUpdateUserV4OK) Error() string

func (*AdminUpdateUserV4OK) GetPayload added in v0.2.0

type AdminUpdateUserV4Params added in v0.2.0

type AdminUpdateUserV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.ModelUserUpdateRequestV3
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  User ID

	*/
	UserID string

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

AdminUpdateUserV4Params contains all the parameters to send to the API endpoint for the admin update user v4 operation typically these are written to a http.Request

func NewAdminUpdateUserV4Params added in v0.2.0

func NewAdminUpdateUserV4Params() *AdminUpdateUserV4Params

NewAdminUpdateUserV4Params creates a new AdminUpdateUserV4Params object with the default values initialized.

func NewAdminUpdateUserV4ParamsWithContext added in v0.2.0

func NewAdminUpdateUserV4ParamsWithContext(ctx context.Context) *AdminUpdateUserV4Params

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

func NewAdminUpdateUserV4ParamsWithHTTPClient added in v0.2.0

func NewAdminUpdateUserV4ParamsWithHTTPClient(client *http.Client) *AdminUpdateUserV4Params

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

func NewAdminUpdateUserV4ParamsWithTimeout added in v0.2.0

func NewAdminUpdateUserV4ParamsWithTimeout(timeout time.Duration) *AdminUpdateUserV4Params

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

func (*AdminUpdateUserV4Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminUpdateUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetBody added in v0.2.0

SetBody adds the body to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetContext added in v0.2.0

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

SetContext adds the context to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminUpdateUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetNamespace added in v0.2.0

func (o *AdminUpdateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetUserID added in v0.2.0

func (o *AdminUpdateUserV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithBody added in v0.2.0

WithBody adds the body to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithContext added in v0.2.0

WithContext adds the context to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithHTTPClient added in v0.2.0

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

WithHTTPClient adds the HTTPClient to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithNamespace added in v0.2.0

func (o *AdminUpdateUserV4Params) WithNamespace(namespace string) *AdminUpdateUserV4Params

WithNamespace adds the namespace to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithUserID added in v0.2.0

WithUserID adds the userID to the admin update user v4 params

func (*AdminUpdateUserV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type AdminUpdateUserV4Reader added in v0.2.0

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

AdminUpdateUserV4Reader is a Reader for the AdminUpdateUserV4 structure.

func (*AdminUpdateUserV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type AdminUpdateUserV4Unauthorized added in v0.2.0

type AdminUpdateUserV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewAdminUpdateUserV4Unauthorized added in v0.2.0

func NewAdminUpdateUserV4Unauthorized() *AdminUpdateUserV4Unauthorized

NewAdminUpdateUserV4Unauthorized creates a AdminUpdateUserV4Unauthorized with default headers values

func (*AdminUpdateUserV4Unauthorized) Error added in v0.2.0

func (*AdminUpdateUserV4Unauthorized) GetPayload added in v0.2.0

type Client

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

Client for users v4 API

func (*Client) AdminAddUserRoleV4 added in v0.2.0

AdminAddUserRoleV4 admins add user s role v4

This endpoint requires ADMIN:NAMESPACE:{namespace}:ROLE:USER:* [UPDATE] permission.

New role will be appended to user&#39;s current roles. Request body need to specify allowed namespace for given role to support new role restriction. Skipped the check whether the user performing the request is a role manager / assigner since there is a plan to discard the role manager / assigner.

func (*Client) AdminAddUserRoleV4Short added in v0.8.0

func (a *Client) AdminAddUserRoleV4Short(params *AdminAddUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminAddUserRoleV4OK, error)

func (*Client) AdminBulkCheckValidUserIDV4 added in v0.15.0

  AdminBulkCheckValidUserIDV4 admins check valid user ID

  Use this endpoint to check if userID exists or not
			&lt;br&gt;Required permission &#39; ADMIN:NAMESPACE:{namespace}:USER [READ]&#39;
			&lt;br&gt;Maximum number of userID to be checked is 50

func (*Client) AdminBulkCheckValidUserIDV4Short added in v0.15.0

func (a *Client) AdminBulkCheckValidUserIDV4Short(params *AdminBulkCheckValidUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkCheckValidUserIDV4OK, error)

func (*Client) AdminDisableMyAuthenticatorV4 added in v0.15.0

AdminDisableMyAuthenticatorV4 disables 2 f a authenticator

&lt;p&gt;This endpoint is used to disable 2FA authenticator.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminDisableMyAuthenticatorV4Short added in v0.15.0

func (a *Client) AdminDisableMyAuthenticatorV4Short(params *AdminDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyAuthenticatorV4NoContent, error)

func (*Client) AdminDisableMyBackupCodesV4 added in v0.15.0

AdminDisableMyBackupCodesV4 disables 2 f a backup codes

&lt;p&gt;This endpoint is used to enable 2FA backup codes.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminDisableMyBackupCodesV4Short added in v0.15.0

func (a *Client) AdminDisableMyBackupCodesV4Short(params *AdminDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyBackupCodesV4NoContent, error)

func (*Client) AdminDisableUserMFAV4 added in v0.16.0

AdminDisableUserMFAV4 disables user 2 f a

&lt;p&gt;This endpoint requires ADMIN:NAMESPACE:{namespace}:USER:{userId} [DELETE] permission&lt;/p&gt;

&lt;br&gt;&lt;p&gt;This endpoint is used to disable user 2FA.&lt;/b&gt;&lt;/p&gt;

func (*Client) AdminDisableUserMFAV4Short added in v0.16.0

func (a *Client) AdminDisableUserMFAV4Short(params *AdminDisableUserMFAV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableUserMFAV4NoContent, error)

func (*Client) AdminDownloadMyBackupCodesV4 added in v0.15.0

AdminDownloadMyBackupCodesV4 downloads user backup codes

&lt;p&gt;This endpoint is used to download backup codes.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminDownloadMyBackupCodesV4Short added in v0.15.0

func (a *Client) AdminDownloadMyBackupCodesV4Short(params *AdminDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDownloadMyBackupCodesV4OK, error)

func (*Client) AdminEnableMyAuthenticatorV4 added in v0.15.0

AdminEnableMyAuthenticatorV4 enables 2 f a authenticator

&lt;p&gt;This endpoint is used to enable 2FA authenticator.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminEnableMyAuthenticatorV4Short added in v0.15.0

func (a *Client) AdminEnableMyAuthenticatorV4Short(params *AdminEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyAuthenticatorV4NoContent, error)

func (*Client) AdminEnableMyBackupCodesV4 added in v0.15.0

AdminEnableMyBackupCodesV4 enables 2 f a backup codes

&lt;p&gt;This endpoint is used to enable 2FA backup codes.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminEnableMyBackupCodesV4Short added in v0.15.0

func (a *Client) AdminEnableMyBackupCodesV4Short(params *AdminEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyBackupCodesV4OK, error)

func (*Client) AdminGenerateMyAuthenticatorKeyV4 added in v0.15.0

AdminGenerateMyAuthenticatorKeyV4 generates secret key for 3rd party authenticate app

&lt;p&gt;This endpoint is used to generate a secret key for 3rd-party authenticator app.

A QR code URI is also returned so that frontend can generate QR code image.&lt;/p&gt; &lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminGenerateMyAuthenticatorKeyV4Short added in v0.15.0

func (a *Client) AdminGenerateMyAuthenticatorKeyV4Short(params *AdminGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyAuthenticatorKeyV4OK, error)

func (*Client) AdminGenerateMyBackupCodesV4 added in v0.15.0

AdminGenerateMyBackupCodesV4 generates backup codes

&lt;p&gt;This endpoint is used to generate 8-digits backup codes.

Each code is a one-time code and will be deleted once used.&lt;/p&gt; &lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminGenerateMyBackupCodesV4Short added in v0.15.0

func (a *Client) AdminGenerateMyBackupCodesV4Short(params *AdminGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyBackupCodesV4OK, error)

func (*Client) AdminGetMyBackupCodesV4 added in v0.15.0

AdminGetMyBackupCodesV4 gets backup codes

&lt;p&gt;This endpoint is used to get 8-digits backup codes.

Each code is a one-time code and will be deleted once used.&lt;/p&gt; &lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminGetMyBackupCodesV4Short added in v0.15.0

func (a *Client) AdminGetMyBackupCodesV4Short(params *AdminGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyBackupCodesV4OK, error)

func (*Client) AdminGetMyEnabledFactorsV4 added in v0.15.0

AdminGetMyEnabledFactorsV4 gets user enabled factors

&lt;p&gt;This endpoint is used to get user enabled factors.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminGetMyEnabledFactorsV4Short added in v0.15.0

func (a *Client) AdminGetMyEnabledFactorsV4Short(params *AdminGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyEnabledFactorsV4OK, error)

func (*Client) AdminInviteUserV4 added in v0.9.0

AdminInviteUserV4 admins invite user v4

Required permission &#39;ADMIN:USER:INVITE [CREATE]

Use this endpoint to invite admin or non-admin user and assign role to them. The role must be scoped to namespace. An admin user can only assign role with namespaces that the admin user has required permission which is same as the required permission of endpoint: [AdminAddUserRoleV4]. Role is optional, if not specified then it will only assign User role

The invited admin will also assigned with &#34;User&#34; role by default.

func (*Client) AdminInviteUserV4Short added in v0.9.0

func (a *Client) AdminInviteUserV4Short(params *AdminInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserV4Created, error)

func (*Client) AdminListUserRolesV4 added in v0.2.0

AdminListUserRolesV4 admins list user s roles v4

This endpoint requires ADMIN:NAMESPACE:{namespace}:ROLE:USER:* [READ] permission.

List roles assigned to a user

func (*Client) AdminListUserRolesV4Short added in v0.8.0

func (a *Client) AdminListUserRolesV4Short(params *AdminListUserRolesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListUserRolesV4OK, error)

func (*Client) AdminMakeFactorMyDefaultV4 added in v0.15.0

AdminMakeFactorMyDefaultV4 makes 2 f a factor default

&lt;p&gt;This endpoint is used to make 2FA factor default.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) AdminMakeFactorMyDefaultV4Short added in v0.15.0

func (a *Client) AdminMakeFactorMyDefaultV4Short(params *AdminMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminMakeFactorMyDefaultV4NoContent, error)

func (*Client) AdminRemoveUserRoleV4 added in v0.2.0

AdminRemoveUserRoleV4 admins remove user role v4

This endpoint requires ADMIN:NAMESPACE:{namespace}:ROLE:USER:* [Delete] permission.

Remove a role from user&#39;s roles.

func (*Client) AdminRemoveUserRoleV4Short added in v0.8.0

func (a *Client) AdminRemoveUserRoleV4Short(params *AdminRemoveUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRemoveUserRoleV4NoContent, error)

func (*Client) AdminUpdateMyUserV4 added in v0.7.0

AdminUpdateMyUserV4 admins update my user

&lt;p&gt;Requires valid user access token &lt;/p&gt;

&lt;br&gt;&lt;p&gt;This Endpoint support update user based on given data. &lt;b&gt;Single request can update single field or multi fields.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;Supported field {country, displayName, languageTag, dateOfBirth, userName}&lt;/p&gt; &lt;p&gt;Country use ISO3166-1 alpha-2 two letter, e.g. US.&lt;/p&gt; &lt;p&gt;Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.&lt;/p&gt; &lt;p&gt;action code : 10103 &lt;/p&gt;

func (*Client) AdminUpdateMyUserV4Short added in v0.8.0

func (a *Client) AdminUpdateMyUserV4Short(params *AdminUpdateMyUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateMyUserV4OK, error)

func (*Client) AdminUpdateUserEmailAddressV4 added in v0.2.0

AdminUpdateUserEmailAddressV4 updates a user email address

&lt;p&gt;Required permission &lt;pre&gt;&#39;ADMIN:NAMESPACE:{namespace}:USER:{userId} [UPDATE]&#39;&lt;/pre&gt;&lt;/p&gt;

&lt;br&gt;&lt;p&gt;This is the endpoint for an admin to update a user email address. This endpoint need a valid user token from an admin to verify its identity (email) before updating a user.&lt;/p&gt;

func (*Client) AdminUpdateUserEmailAddressV4Short added in v0.8.0

func (a *Client) AdminUpdateUserEmailAddressV4Short(params *AdminUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserEmailAddressV4NoContent, error)

func (*Client) AdminUpdateUserRoleV4 added in v0.2.0

AdminUpdateUserRoleV4 admins update user s role v4

This endpoint requires ADMIN:NAMESPACE:{namespace}:ROLE:USER:* [UPDATE] permission.

User&#39;s roles will be replaced with roles from request body.

func (*Client) AdminUpdateUserRoleV4Short added in v0.8.0

func (a *Client) AdminUpdateUserRoleV4Short(params *AdminUpdateUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserRoleV4OK, error)

func (*Client) AdminUpdateUserV4 added in v0.2.0

AdminUpdateUserV4 updates user

&lt;p&gt;This endpoint requires ADMIN:NAMESPACE:{namespace}:USER:{userId} [UPDATE] permission&lt;/p&gt;

&lt;br&gt;&lt;p&gt;This Endpoint support update user based on given data. &lt;b&gt;Single request can update single field or multi fields.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;Supported field {country, displayName, languageTag, dateOfBirth}&lt;/p&gt; &lt;p&gt;Country use ISO3166-1 alpha-2 two letter, e.g. US.&lt;/p&gt; &lt;p&gt;Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.&lt;/p&gt; &lt;br&gt;&lt;b&gt;Several case of updating email address&lt;/b&gt; &lt;p&gt;action code : 10103 &lt;/p&gt;

func (*Client) AdminUpdateUserV4Short added in v0.8.0

func (a *Client) AdminUpdateUserV4Short(params *AdminUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserV4OK, error)

func (*Client) CreateUserFromInvitationV4 added in v0.2.0

CreateUserFromInvitationV4 creates user from invitation

This endpoint create user from saved roles when creating invitation and submitted data.

User will be able to login after completing submitting the data through this endpoint. Available Authentication Types:

EMAILPASSWD: an authentication type used for new user registration through email.

Country use ISO3166-1 alpha-2 two letter, e.g. US.

Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.

Required attributes: - authType: possible value is EMAILPASSWD (see above) - country: ISO3166-1 alpha-2 two letter, e.g. US. - dateOfBirth: YYYY-MM-DD, e.g. 1990-01-01. valid values are between 1905-01-01 until current date. - displayName: case insensitive, alphanumeric with allowed symbols dash (-), comma (,), and dot (.) - password: 8 to 32 characters, satisfy at least 3 out of 4 conditions(uppercase, lowercase letters, numbers and special characters) and should not have more than 2 equal characters in a row. - username: case insensitive, alphanumeric with allowed symbols underscore (_) and dot (.)

func (*Client) CreateUserFromInvitationV4Short added in v0.8.0

func (a *Client) CreateUserFromInvitationV4Short(params *CreateUserFromInvitationV4Params, authInfo runtime.ClientAuthInfoWriter) (*CreateUserFromInvitationV4Created, error)

func (*Client) PublicCreateTestUserV4 added in v0.8.0

  PublicCreateTestUserV4 ts e s t f a c i l i t y o n l y create test user

  Create a test user and not send verification code email
		&lt;p&gt;
		&lt;b&gt;Required attributes:&lt;/b&gt;
		- verified: this new user is verified or not
		- authType: possible value is EMAILPASSWD
		- emailAddress: 5 to 254 characters
		- username: 3 to 48 characters, case insensitive, alphanumeric with allowed symbols underscore (_) and dot (.)
		- password: 8 to 32 characters, satisfy at least 3 out of 4 conditions(uppercase, lowercase letters, numbers and special characters) and should not have more than 2 equal characters in a row.
		- country: ISO3166-1 alpha-2 two letter, e.g. US.
		- dateOfBirth: YYYY-MM-DD, e.g. 1990-01-01. valid values are between 1905-01-01 until current date.
		&lt;br/&gt;
		&lt;b&gt;Not required attributes:&lt;/b&gt;
		- displayName: 1 to 48 characters
		&lt;/p&gt;
		&lt;p&gt;This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.&lt;/p&gt;

func (*Client) PublicCreateTestUserV4Short added in v0.8.0

func (a *Client) PublicCreateTestUserV4Short(params *PublicCreateTestUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateTestUserV4Created, error)

func (*Client) PublicCreateUserV4

  PublicCreateUserV4 creates user

  Create a new user with unique email address and username.
		&lt;p&gt;
		&lt;b&gt;Required attributes:&lt;/b&gt;
		- authType: possible value is EMAILPASSWD
		- emailAddress: 5 to 254 characters
		- username: 3 to 48 characters, case insensitive, alphanumeric with allowed symbols underscore (_) and dot (.)
		- password: 8 to 32 characters, satisfy at least 3 out of 4 conditions(uppercase, lowercase letters, numbers and special characters) and should not have more than 2 equal characters in a row.
		- country: ISO3166-1 alpha-2 two letter, e.g. US.
		- dateOfBirth: YYYY-MM-DD, e.g. 1990-01-01. valid values are between 1905-01-01 until current date.
		&lt;br/&gt;
		&lt;b&gt;Not required attributes:&lt;/b&gt;
		- displayName: 1 to 48 characters
		&lt;/p&gt;
		&lt;p&gt;This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.&lt;/p&gt;

func (*Client) PublicCreateUserV4Short added in v0.8.0

func (a *Client) PublicCreateUserV4Short(params *PublicCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserV4Created, error)

func (*Client) PublicDisableMyAuthenticatorV4 added in v0.15.0

PublicDisableMyAuthenticatorV4 disables 2 f a authenticator

&lt;p&gt;This endpoint is used to disable 2FA authenticator.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicDisableMyAuthenticatorV4Short added in v0.15.0

func (a *Client) PublicDisableMyAuthenticatorV4Short(params *PublicDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyAuthenticatorV4NoContent, error)

func (*Client) PublicDisableMyBackupCodesV4 added in v0.15.0

PublicDisableMyBackupCodesV4 disables 2 f a backup codes

&lt;p&gt;This endpoint is used to enable 2FA backup codes.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicDisableMyBackupCodesV4Short added in v0.15.0

func (a *Client) PublicDisableMyBackupCodesV4Short(params *PublicDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyBackupCodesV4NoContent, error)

func (*Client) PublicDownloadMyBackupCodesV4 added in v0.15.0

PublicDownloadMyBackupCodesV4 downloads user backup codes

&lt;p&gt;This endpoint is used to download backup codes.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicDownloadMyBackupCodesV4Short added in v0.15.0

func (a *Client) PublicDownloadMyBackupCodesV4Short(params *PublicDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDownloadMyBackupCodesV4OK, error)

func (*Client) PublicEnableMyAuthenticatorV4 added in v0.15.0

PublicEnableMyAuthenticatorV4 enables 2 f a authenticator

&lt;p&gt;This endpoint is used to enable 2FA authenticator.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicEnableMyAuthenticatorV4Short added in v0.15.0

func (a *Client) PublicEnableMyAuthenticatorV4Short(params *PublicEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyAuthenticatorV4NoContent, error)

func (*Client) PublicEnableMyBackupCodesV4 added in v0.15.0

PublicEnableMyBackupCodesV4 enables 2 f a backup codes

&lt;p&gt;This endpoint is used to enable 2FA backup codes.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicEnableMyBackupCodesV4Short added in v0.15.0

func (a *Client) PublicEnableMyBackupCodesV4Short(params *PublicEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyBackupCodesV4OK, error)

func (*Client) PublicGenerateMyAuthenticatorKeyV4 added in v0.15.0

PublicGenerateMyAuthenticatorKeyV4 generates secret key for 3rd party authenticate app

&lt;p&gt;This endpoint is used to generate a secret key for 3rd-party authenticator app.

A QR code URI is also returned so that frontend can generate QR code image.&lt;/p&gt; &lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicGenerateMyAuthenticatorKeyV4Short added in v0.15.0

func (a *Client) PublicGenerateMyAuthenticatorKeyV4Short(params *PublicGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyAuthenticatorKeyV4OK, error)

func (*Client) PublicGenerateMyBackupCodesV4 added in v0.15.0

PublicGenerateMyBackupCodesV4 generates backup codes

&lt;p&gt;This endpoint is used to generate 8-digits backup codes.

Each code is a one-time code and will be deleted once used.&lt;/p&gt; &lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicGenerateMyBackupCodesV4Short added in v0.15.0

func (a *Client) PublicGenerateMyBackupCodesV4Short(params *PublicGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyBackupCodesV4OK, error)

func (*Client) PublicGetMyBackupCodesV4 added in v0.15.0

PublicGetMyBackupCodesV4 gets backup codes

&lt;p&gt;This endpoint is used to get 8-digits backup codes.

Each code is a one-time code and will be deleted once used.&lt;/p&gt; &lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicGetMyBackupCodesV4Short added in v0.15.0

func (a *Client) PublicGetMyBackupCodesV4Short(params *PublicGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyBackupCodesV4OK, error)

func (*Client) PublicGetMyEnabledFactorsV4 added in v0.15.0

PublicGetMyEnabledFactorsV4 gets user enabled factors

&lt;p&gt;This endpoint is used to get user enabled factors.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicGetMyEnabledFactorsV4Short added in v0.15.0

func (a *Client) PublicGetMyEnabledFactorsV4Short(params *PublicGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyEnabledFactorsV4OK, error)

func (*Client) PublicMakeFactorMyDefaultV4 added in v0.15.0

PublicMakeFactorMyDefaultV4 makes 2 f a factor default

&lt;p&gt;This endpoint is used to make 2FA factor default.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;

func (*Client) PublicMakeFactorMyDefaultV4Short added in v0.15.0

func (a *Client) PublicMakeFactorMyDefaultV4Short(params *PublicMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicMakeFactorMyDefaultV4NoContent, error)

func (*Client) PublicRemoveTrustedDeviceV4 added in v0.16.0

PublicRemoveTrustedDeviceV4 removes trusted device

&lt;p&gt;(Only for test)This endpoint is used to remove trusted device.&lt;/p&gt;

&lt;p&gt;This endpoint Requires valid user access token&lt;/p&gt;&lt;br/&gt; &lt;p&gt;This endpoint Requires device_token in cookie&lt;/p&gt;

func (*Client) PublicRemoveTrustedDeviceV4Short added in v0.16.0

func (a *Client) PublicRemoveTrustedDeviceV4Short(params *PublicRemoveTrustedDeviceV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicRemoveTrustedDeviceV4NoContent, error)

func (*Client) PublicUpdateUserEmailAddressV4 added in v0.2.0

PublicUpdateUserEmailAddressV4 updates my email address

&lt;p&gt;The endpoint to update my email address. &lt;/p&gt;

&lt;p&gt;It requires a verification code from &lt;pre&gt;/users/me/code/request&lt;/pre&gt; with &lt;b&gt;UpdateEmailAddress&lt;/b&gt; context.&lt;/p&gt;

func (*Client) PublicUpdateUserEmailAddressV4Short added in v0.8.0

func (a *Client) PublicUpdateUserEmailAddressV4Short(params *PublicUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserEmailAddressV4NoContent, error)

func (*Client) PublicUpdateUserV4 added in v0.2.0

PublicUpdateUserV4 updates user

&lt;p&gt;Requires valid user access token &lt;/p&gt;

&lt;br&gt;&lt;p&gt;This Endpoint support update user based on given data. &lt;b&gt;Single request can update single field or multi fields.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;Supported field {country, displayName, languageTag, dateOfBirth}&lt;/p&gt; &lt;p&gt;Country use ISO3166-1 alpha-2 two letter, e.g. US.&lt;/p&gt; &lt;p&gt;Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.&lt;/p&gt; &lt;br&gt;&lt;b&gt;Several case of updating email address&lt;/b&gt; &lt;p&gt;action code : 10103 &lt;/p&gt;

func (*Client) PublicUpdateUserV4Short added in v0.8.0

func (a *Client) PublicUpdateUserV4Short(params *PublicUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserV4OK, error)

func (*Client) PublicUpgradeHeadlessAccountV4 added in v0.2.0

  PublicUpgradeHeadlessAccountV4 upgrades user account to full account

  Require valid user authorization
			Upgrade headless account to full account without verifying email address. Client does not need to provide verification code which sent to email address.
			&lt;br&gt;action code : 10124 &lt;/p&gt;

func (*Client) PublicUpgradeHeadlessAccountV4Short added in v0.8.0

func (a *Client) PublicUpgradeHeadlessAccountV4Short(params *PublicUpgradeHeadlessAccountV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountV4OK, error)

func (*Client) PublicUpgradeHeadlessAccountWithVerificationCodeV4 added in v0.2.0

  PublicUpgradeHeadlessAccountWithVerificationCodeV4 upgrades headless account and automatically verified the email address if it is succeeded

  Require valid user access token.
        	The endpoint upgrades a headless account by linking the headless account with the email address, username, and password.
			By upgrading the headless account into a full account, the user could use the email address, username, and password for using Justice IAM.
        	&lt;br&gt;
			The endpoint is a shortcut for upgrading a headless account and verifying the email address in one call.
			In order to get a verification code for the endpoint, please check the &lt;a href=&#34;#operations-Users-PublicSendVerificationCodeV3&#34;&gt;send verification code endpoint&lt;/a&gt;.
        	&lt;br&gt;
			This endpoint also have an ability to update user data (if the user data field is specified) right after the upgrade account process is done.
			Supported user data fields:
				&lt;ul&gt;
					&lt;li&gt;displayName&lt;/li&gt;
					&lt;li&gt;dateOfBirth : format YYYY-MM-DD, e.g. 2019-04-29&lt;/li&gt;
					&lt;li&gt;country : format ISO3166-1 alpha-2 two letter, e.g. US&lt;/li&gt;
				&lt;/ul&gt;
        	action code : 10124

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminAddUserRoleV4(params *AdminAddUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminAddUserRoleV4OK, *AdminAddUserRoleV4BadRequest, *AdminAddUserRoleV4Forbidden, *AdminAddUserRoleV4NotFound, *AdminAddUserRoleV4UnprocessableEntity, *AdminAddUserRoleV4InternalServerError, error)
	AdminAddUserRoleV4Short(params *AdminAddUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminAddUserRoleV4OK, error)
	AdminBulkCheckValidUserIDV4(params *AdminBulkCheckValidUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkCheckValidUserIDV4OK, *AdminBulkCheckValidUserIDV4BadRequest, *AdminBulkCheckValidUserIDV4Unauthorized, *AdminBulkCheckValidUserIDV4Forbidden, *AdminBulkCheckValidUserIDV4InternalServerError, error)
	AdminBulkCheckValidUserIDV4Short(params *AdminBulkCheckValidUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkCheckValidUserIDV4OK, error)
	AdminDisableMyAuthenticatorV4(params *AdminDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyAuthenticatorV4NoContent, *AdminDisableMyAuthenticatorV4BadRequest, *AdminDisableMyAuthenticatorV4Unauthorized, *AdminDisableMyAuthenticatorV4Forbidden, *AdminDisableMyAuthenticatorV4NotFound, *AdminDisableMyAuthenticatorV4InternalServerError, error)
	AdminDisableMyAuthenticatorV4Short(params *AdminDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyAuthenticatorV4NoContent, error)
	AdminDisableMyBackupCodesV4(params *AdminDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyBackupCodesV4NoContent, *AdminDisableMyBackupCodesV4BadRequest, *AdminDisableMyBackupCodesV4Unauthorized, *AdminDisableMyBackupCodesV4Forbidden, *AdminDisableMyBackupCodesV4NotFound, *AdminDisableMyBackupCodesV4InternalServerError, error)
	AdminDisableMyBackupCodesV4Short(params *AdminDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyBackupCodesV4NoContent, error)
	AdminDisableUserMFAV4(params *AdminDisableUserMFAV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableUserMFAV4NoContent, *AdminDisableUserMFAV4BadRequest, *AdminDisableUserMFAV4Unauthorized, *AdminDisableUserMFAV4Forbidden, *AdminDisableUserMFAV4NotFound, *AdminDisableUserMFAV4InternalServerError, error)
	AdminDisableUserMFAV4Short(params *AdminDisableUserMFAV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableUserMFAV4NoContent, error)
	AdminDownloadMyBackupCodesV4(params *AdminDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDownloadMyBackupCodesV4OK, *AdminDownloadMyBackupCodesV4BadRequest, *AdminDownloadMyBackupCodesV4Unauthorized, *AdminDownloadMyBackupCodesV4Forbidden, *AdminDownloadMyBackupCodesV4NotFound, *AdminDownloadMyBackupCodesV4InternalServerError, error)
	AdminDownloadMyBackupCodesV4Short(params *AdminDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDownloadMyBackupCodesV4OK, error)
	AdminEnableMyAuthenticatorV4(params *AdminEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyAuthenticatorV4NoContent, *AdminEnableMyAuthenticatorV4BadRequest, *AdminEnableMyAuthenticatorV4Unauthorized, *AdminEnableMyAuthenticatorV4Forbidden, *AdminEnableMyAuthenticatorV4NotFound, *AdminEnableMyAuthenticatorV4Conflict, *AdminEnableMyAuthenticatorV4InternalServerError, error)
	AdminEnableMyAuthenticatorV4Short(params *AdminEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyAuthenticatorV4NoContent, error)
	AdminEnableMyBackupCodesV4(params *AdminEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyBackupCodesV4OK, *AdminEnableMyBackupCodesV4BadRequest, *AdminEnableMyBackupCodesV4Unauthorized, *AdminEnableMyBackupCodesV4Forbidden, *AdminEnableMyBackupCodesV4NotFound, *AdminEnableMyBackupCodesV4Conflict, *AdminEnableMyBackupCodesV4InternalServerError, error)
	AdminEnableMyBackupCodesV4Short(params *AdminEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyBackupCodesV4OK, error)
	AdminGenerateMyAuthenticatorKeyV4(params *AdminGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyAuthenticatorKeyV4OK, *AdminGenerateMyAuthenticatorKeyV4BadRequest, *AdminGenerateMyAuthenticatorKeyV4Unauthorized, *AdminGenerateMyAuthenticatorKeyV4Forbidden, *AdminGenerateMyAuthenticatorKeyV4NotFound, *AdminGenerateMyAuthenticatorKeyV4InternalServerError, error)
	AdminGenerateMyAuthenticatorKeyV4Short(params *AdminGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyAuthenticatorKeyV4OK, error)
	AdminGenerateMyBackupCodesV4(params *AdminGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyBackupCodesV4OK, *AdminGenerateMyBackupCodesV4BadRequest, *AdminGenerateMyBackupCodesV4Unauthorized, *AdminGenerateMyBackupCodesV4Forbidden, *AdminGenerateMyBackupCodesV4NotFound, *AdminGenerateMyBackupCodesV4InternalServerError, error)
	AdminGenerateMyBackupCodesV4Short(params *AdminGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyBackupCodesV4OK, error)
	AdminGetMyBackupCodesV4(params *AdminGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyBackupCodesV4OK, *AdminGetMyBackupCodesV4BadRequest, *AdminGetMyBackupCodesV4Unauthorized, *AdminGetMyBackupCodesV4Forbidden, *AdminGetMyBackupCodesV4NotFound, *AdminGetMyBackupCodesV4InternalServerError, error)
	AdminGetMyBackupCodesV4Short(params *AdminGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyBackupCodesV4OK, error)
	AdminGetMyEnabledFactorsV4(params *AdminGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyEnabledFactorsV4OK, *AdminGetMyEnabledFactorsV4BadRequest, *AdminGetMyEnabledFactorsV4Unauthorized, *AdminGetMyEnabledFactorsV4Forbidden, *AdminGetMyEnabledFactorsV4NotFound, *AdminGetMyEnabledFactorsV4InternalServerError, error)
	AdminGetMyEnabledFactorsV4Short(params *AdminGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyEnabledFactorsV4OK, error)
	AdminInviteUserV4(params *AdminInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserV4Created, *AdminInviteUserV4BadRequest, *AdminInviteUserV4NotFound, *AdminInviteUserV4Conflict, *AdminInviteUserV4UnprocessableEntity, *AdminInviteUserV4InternalServerError, error)
	AdminInviteUserV4Short(params *AdminInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserV4Created, error)
	AdminListUserRolesV4(params *AdminListUserRolesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListUserRolesV4OK, *AdminListUserRolesV4Forbidden, *AdminListUserRolesV4NotFound, *AdminListUserRolesV4InternalServerError, error)
	AdminListUserRolesV4Short(params *AdminListUserRolesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListUserRolesV4OK, error)
	AdminMakeFactorMyDefaultV4(params *AdminMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminMakeFactorMyDefaultV4NoContent, *AdminMakeFactorMyDefaultV4BadRequest, *AdminMakeFactorMyDefaultV4Unauthorized, *AdminMakeFactorMyDefaultV4Forbidden, *AdminMakeFactorMyDefaultV4NotFound, *AdminMakeFactorMyDefaultV4InternalServerError, error)
	AdminMakeFactorMyDefaultV4Short(params *AdminMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminMakeFactorMyDefaultV4NoContent, error)
	AdminRemoveUserRoleV4(params *AdminRemoveUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRemoveUserRoleV4NoContent, *AdminRemoveUserRoleV4BadRequest, *AdminRemoveUserRoleV4Forbidden, *AdminRemoveUserRoleV4NotFound, *AdminRemoveUserRoleV4UnprocessableEntity, *AdminRemoveUserRoleV4InternalServerError, error)
	AdminRemoveUserRoleV4Short(params *AdminRemoveUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRemoveUserRoleV4NoContent, error)
	AdminUpdateMyUserV4(params *AdminUpdateMyUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateMyUserV4OK, *AdminUpdateMyUserV4BadRequest, *AdminUpdateMyUserV4Unauthorized, *AdminUpdateMyUserV4Conflict, *AdminUpdateMyUserV4InternalServerError, error)
	AdminUpdateMyUserV4Short(params *AdminUpdateMyUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateMyUserV4OK, error)
	AdminUpdateUserEmailAddressV4(params *AdminUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserEmailAddressV4NoContent, *AdminUpdateUserEmailAddressV4BadRequest, *AdminUpdateUserEmailAddressV4Unauthorized, *AdminUpdateUserEmailAddressV4NotFound, *AdminUpdateUserEmailAddressV4Conflict, *AdminUpdateUserEmailAddressV4InternalServerError, error)
	AdminUpdateUserEmailAddressV4Short(params *AdminUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserEmailAddressV4NoContent, error)
	AdminUpdateUserRoleV4(params *AdminUpdateUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserRoleV4OK, *AdminUpdateUserRoleV4BadRequest, *AdminUpdateUserRoleV4Forbidden, *AdminUpdateUserRoleV4NotFound, *AdminUpdateUserRoleV4UnprocessableEntity, *AdminUpdateUserRoleV4InternalServerError, error)
	AdminUpdateUserRoleV4Short(params *AdminUpdateUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserRoleV4OK, error)
	AdminUpdateUserV4(params *AdminUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserV4OK, *AdminUpdateUserV4BadRequest, *AdminUpdateUserV4Unauthorized, *AdminUpdateUserV4Forbidden, *AdminUpdateUserV4NotFound, *AdminUpdateUserV4Conflict, *AdminUpdateUserV4InternalServerError, error)
	AdminUpdateUserV4Short(params *AdminUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserV4OK, error)
	CreateUserFromInvitationV4(params *CreateUserFromInvitationV4Params, authInfo runtime.ClientAuthInfoWriter) (*CreateUserFromInvitationV4Created, *CreateUserFromInvitationV4BadRequest, *CreateUserFromInvitationV4NotFound, *CreateUserFromInvitationV4InternalServerError, error)
	CreateUserFromInvitationV4Short(params *CreateUserFromInvitationV4Params, authInfo runtime.ClientAuthInfoWriter) (*CreateUserFromInvitationV4Created, error)
	PublicCreateTestUserV4(params *PublicCreateTestUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateTestUserV4Created, *PublicCreateTestUserV4BadRequest, *PublicCreateTestUserV4NotFound, *PublicCreateTestUserV4Conflict, *PublicCreateTestUserV4InternalServerError, error)
	PublicCreateTestUserV4Short(params *PublicCreateTestUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateTestUserV4Created, error)
	PublicCreateUserV4(params *PublicCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserV4Created, *PublicCreateUserV4BadRequest, *PublicCreateUserV4NotFound, *PublicCreateUserV4Conflict, *PublicCreateUserV4InternalServerError, error)
	PublicCreateUserV4Short(params *PublicCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserV4Created, error)
	PublicDisableMyAuthenticatorV4(params *PublicDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyAuthenticatorV4NoContent, *PublicDisableMyAuthenticatorV4BadRequest, *PublicDisableMyAuthenticatorV4Unauthorized, *PublicDisableMyAuthenticatorV4Forbidden, *PublicDisableMyAuthenticatorV4NotFound, *PublicDisableMyAuthenticatorV4InternalServerError, error)
	PublicDisableMyAuthenticatorV4Short(params *PublicDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyAuthenticatorV4NoContent, error)
	PublicDisableMyBackupCodesV4(params *PublicDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyBackupCodesV4NoContent, *PublicDisableMyBackupCodesV4BadRequest, *PublicDisableMyBackupCodesV4Unauthorized, *PublicDisableMyBackupCodesV4Forbidden, *PublicDisableMyBackupCodesV4NotFound, *PublicDisableMyBackupCodesV4InternalServerError, error)
	PublicDisableMyBackupCodesV4Short(params *PublicDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyBackupCodesV4NoContent, error)
	PublicDownloadMyBackupCodesV4(params *PublicDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDownloadMyBackupCodesV4OK, *PublicDownloadMyBackupCodesV4BadRequest, *PublicDownloadMyBackupCodesV4Unauthorized, *PublicDownloadMyBackupCodesV4Forbidden, *PublicDownloadMyBackupCodesV4NotFound, *PublicDownloadMyBackupCodesV4InternalServerError, error)
	PublicDownloadMyBackupCodesV4Short(params *PublicDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDownloadMyBackupCodesV4OK, error)
	PublicEnableMyAuthenticatorV4(params *PublicEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyAuthenticatorV4NoContent, *PublicEnableMyAuthenticatorV4BadRequest, *PublicEnableMyAuthenticatorV4Unauthorized, *PublicEnableMyAuthenticatorV4Forbidden, *PublicEnableMyAuthenticatorV4NotFound, *PublicEnableMyAuthenticatorV4Conflict, *PublicEnableMyAuthenticatorV4InternalServerError, error)
	PublicEnableMyAuthenticatorV4Short(params *PublicEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyAuthenticatorV4NoContent, error)
	PublicEnableMyBackupCodesV4(params *PublicEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyBackupCodesV4OK, *PublicEnableMyBackupCodesV4BadRequest, *PublicEnableMyBackupCodesV4Unauthorized, *PublicEnableMyBackupCodesV4Forbidden, *PublicEnableMyBackupCodesV4NotFound, *PublicEnableMyBackupCodesV4Conflict, *PublicEnableMyBackupCodesV4InternalServerError, error)
	PublicEnableMyBackupCodesV4Short(params *PublicEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyBackupCodesV4OK, error)
	PublicGenerateMyAuthenticatorKeyV4(params *PublicGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyAuthenticatorKeyV4OK, *PublicGenerateMyAuthenticatorKeyV4BadRequest, *PublicGenerateMyAuthenticatorKeyV4Unauthorized, *PublicGenerateMyAuthenticatorKeyV4Forbidden, *PublicGenerateMyAuthenticatorKeyV4NotFound, *PublicGenerateMyAuthenticatorKeyV4InternalServerError, error)
	PublicGenerateMyAuthenticatorKeyV4Short(params *PublicGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyAuthenticatorKeyV4OK, error)
	PublicGenerateMyBackupCodesV4(params *PublicGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyBackupCodesV4OK, *PublicGenerateMyBackupCodesV4BadRequest, *PublicGenerateMyBackupCodesV4Unauthorized, *PublicGenerateMyBackupCodesV4Forbidden, *PublicGenerateMyBackupCodesV4NotFound, *PublicGenerateMyBackupCodesV4InternalServerError, error)
	PublicGenerateMyBackupCodesV4Short(params *PublicGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyBackupCodesV4OK, error)
	PublicGetMyBackupCodesV4(params *PublicGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyBackupCodesV4OK, *PublicGetMyBackupCodesV4BadRequest, *PublicGetMyBackupCodesV4Unauthorized, *PublicGetMyBackupCodesV4Forbidden, *PublicGetMyBackupCodesV4NotFound, *PublicGetMyBackupCodesV4InternalServerError, error)
	PublicGetMyBackupCodesV4Short(params *PublicGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyBackupCodesV4OK, error)
	PublicGetMyEnabledFactorsV4(params *PublicGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyEnabledFactorsV4OK, *PublicGetMyEnabledFactorsV4BadRequest, *PublicGetMyEnabledFactorsV4Unauthorized, *PublicGetMyEnabledFactorsV4Forbidden, *PublicGetMyEnabledFactorsV4NotFound, *PublicGetMyEnabledFactorsV4InternalServerError, error)
	PublicGetMyEnabledFactorsV4Short(params *PublicGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyEnabledFactorsV4OK, error)
	PublicMakeFactorMyDefaultV4(params *PublicMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicMakeFactorMyDefaultV4NoContent, *PublicMakeFactorMyDefaultV4BadRequest, *PublicMakeFactorMyDefaultV4Unauthorized, *PublicMakeFactorMyDefaultV4Forbidden, *PublicMakeFactorMyDefaultV4NotFound, *PublicMakeFactorMyDefaultV4InternalServerError, error)
	PublicMakeFactorMyDefaultV4Short(params *PublicMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicMakeFactorMyDefaultV4NoContent, error)
	PublicRemoveTrustedDeviceV4(params *PublicRemoveTrustedDeviceV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicRemoveTrustedDeviceV4NoContent, *PublicRemoveTrustedDeviceV4BadRequest, *PublicRemoveTrustedDeviceV4Unauthorized, *PublicRemoveTrustedDeviceV4Forbidden, *PublicRemoveTrustedDeviceV4NotFound, *PublicRemoveTrustedDeviceV4InternalServerError, error)
	PublicRemoveTrustedDeviceV4Short(params *PublicRemoveTrustedDeviceV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicRemoveTrustedDeviceV4NoContent, error)
	PublicUpdateUserEmailAddressV4(params *PublicUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserEmailAddressV4NoContent, *PublicUpdateUserEmailAddressV4BadRequest, *PublicUpdateUserEmailAddressV4Unauthorized, *PublicUpdateUserEmailAddressV4NotFound, *PublicUpdateUserEmailAddressV4Conflict, *PublicUpdateUserEmailAddressV4InternalServerError, error)
	PublicUpdateUserEmailAddressV4Short(params *PublicUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserEmailAddressV4NoContent, error)
	PublicUpdateUserV4(params *PublicUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserV4OK, *PublicUpdateUserV4BadRequest, *PublicUpdateUserV4Unauthorized, *PublicUpdateUserV4Conflict, *PublicUpdateUserV4InternalServerError, error)
	PublicUpdateUserV4Short(params *PublicUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserV4OK, error)
	PublicUpgradeHeadlessAccountV4(params *PublicUpgradeHeadlessAccountV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountV4OK, *PublicUpgradeHeadlessAccountV4BadRequest, *PublicUpgradeHeadlessAccountV4Unauthorized, *PublicUpgradeHeadlessAccountV4NotFound, *PublicUpgradeHeadlessAccountV4Conflict, *PublicUpgradeHeadlessAccountV4InternalServerError, error)
	PublicUpgradeHeadlessAccountV4Short(params *PublicUpgradeHeadlessAccountV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountV4OK, error)
	PublicUpgradeHeadlessAccountWithVerificationCodeV4(params *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK, *PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest, *PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized, *PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden, *PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound, *PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict, *PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError, error)
	PublicUpgradeHeadlessAccountWithVerificationCodeV4Short(params *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new users v4 API client.

type CreateUserFromInvitationV4BadRequest added in v0.2.0

type CreateUserFromInvitationV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

CreateUserFromInvitationV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>10130</td><td>user under age</td></tr></table>

func NewCreateUserFromInvitationV4BadRequest added in v0.2.0

func NewCreateUserFromInvitationV4BadRequest() *CreateUserFromInvitationV4BadRequest

NewCreateUserFromInvitationV4BadRequest creates a CreateUserFromInvitationV4BadRequest with default headers values

func (*CreateUserFromInvitationV4BadRequest) Error added in v0.2.0

func (*CreateUserFromInvitationV4BadRequest) GetPayload added in v0.2.0

type CreateUserFromInvitationV4Created added in v0.2.0

type CreateUserFromInvitationV4Created struct {
	Payload *iamclientmodels.AccountCreateUserResponseV4
}

CreateUserFromInvitationV4Created handles this case with default header values.

Created

func NewCreateUserFromInvitationV4Created added in v0.2.0

func NewCreateUserFromInvitationV4Created() *CreateUserFromInvitationV4Created

NewCreateUserFromInvitationV4Created creates a CreateUserFromInvitationV4Created with default headers values

func (*CreateUserFromInvitationV4Created) Error added in v0.2.0

func (*CreateUserFromInvitationV4Created) GetPayload added in v0.2.0

type CreateUserFromInvitationV4InternalServerError added in v0.2.0

type CreateUserFromInvitationV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

CreateUserFromInvitationV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewCreateUserFromInvitationV4InternalServerError added in v0.2.0

func NewCreateUserFromInvitationV4InternalServerError() *CreateUserFromInvitationV4InternalServerError

NewCreateUserFromInvitationV4InternalServerError creates a CreateUserFromInvitationV4InternalServerError with default headers values

func (*CreateUserFromInvitationV4InternalServerError) Error added in v0.2.0

func (*CreateUserFromInvitationV4InternalServerError) GetPayload added in v0.2.0

type CreateUserFromInvitationV4NotFound added in v0.2.0

type CreateUserFromInvitationV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

CreateUserFromInvitationV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10180</td><td>admin invitation not found or expired</td></tr><tr><td>10154</td><td>country not found</td></tr></table>

func NewCreateUserFromInvitationV4NotFound added in v0.2.0

func NewCreateUserFromInvitationV4NotFound() *CreateUserFromInvitationV4NotFound

NewCreateUserFromInvitationV4NotFound creates a CreateUserFromInvitationV4NotFound with default headers values

func (*CreateUserFromInvitationV4NotFound) Error added in v0.2.0

func (*CreateUserFromInvitationV4NotFound) GetPayload added in v0.2.0

type CreateUserFromInvitationV4Params added in v0.2.0

type CreateUserFromInvitationV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.ModelUserCreateFromInvitationRequestV4
	/*InvitationID
	  Invitation ID, should follow UUID version 4 without hyphen

	*/
	InvitationID string
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

CreateUserFromInvitationV4Params contains all the parameters to send to the API endpoint for the create user from invitation v4 operation typically these are written to a http.Request

func NewCreateUserFromInvitationV4Params added in v0.2.0

func NewCreateUserFromInvitationV4Params() *CreateUserFromInvitationV4Params

NewCreateUserFromInvitationV4Params creates a new CreateUserFromInvitationV4Params object with the default values initialized.

func NewCreateUserFromInvitationV4ParamsWithContext added in v0.2.0

func NewCreateUserFromInvitationV4ParamsWithContext(ctx context.Context) *CreateUserFromInvitationV4Params

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

func NewCreateUserFromInvitationV4ParamsWithHTTPClient added in v0.2.0

func NewCreateUserFromInvitationV4ParamsWithHTTPClient(client *http.Client) *CreateUserFromInvitationV4Params

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

func NewCreateUserFromInvitationV4ParamsWithTimeout added in v0.2.0

func NewCreateUserFromInvitationV4ParamsWithTimeout(timeout time.Duration) *CreateUserFromInvitationV4Params

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

func (*CreateUserFromInvitationV4Params) SetAuthInfoWriter added in v0.17.0

func (o *CreateUserFromInvitationV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) SetBody added in v0.2.0

SetBody adds the body to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) SetContext added in v0.2.0

SetContext adds the context to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) SetHTTPClientTransport added in v0.19.0

func (o *CreateUserFromInvitationV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) SetInvitationID added in v0.2.0

func (o *CreateUserFromInvitationV4Params) SetInvitationID(invitationID string)

SetInvitationID adds the invitationId to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) SetNamespace added in v0.2.0

func (o *CreateUserFromInvitationV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) WithBody added in v0.2.0

WithBody adds the body to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) WithContext added in v0.2.0

WithContext adds the context to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) WithInvitationID added in v0.2.0

WithInvitationID adds the invitationID to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the create user from invitation v4 params

func (*CreateUserFromInvitationV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type CreateUserFromInvitationV4Reader added in v0.2.0

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

CreateUserFromInvitationV4Reader is a Reader for the CreateUserFromInvitationV4 structure.

func (*CreateUserFromInvitationV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type PublicCreateTestUserV4BadRequest added in v0.8.0

type PublicCreateTestUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateTestUserV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>10130</td><td>user under age</td></tr></table>

func NewPublicCreateTestUserV4BadRequest added in v0.8.0

func NewPublicCreateTestUserV4BadRequest() *PublicCreateTestUserV4BadRequest

NewPublicCreateTestUserV4BadRequest creates a PublicCreateTestUserV4BadRequest with default headers values

func (*PublicCreateTestUserV4BadRequest) Error added in v0.8.0

func (*PublicCreateTestUserV4BadRequest) GetPayload added in v0.8.0

type PublicCreateTestUserV4Conflict added in v0.8.0

type PublicCreateTestUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateTestUserV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr><tr><td>10177</td><td>username already used</td></tr></table>

func NewPublicCreateTestUserV4Conflict added in v0.8.0

func NewPublicCreateTestUserV4Conflict() *PublicCreateTestUserV4Conflict

NewPublicCreateTestUserV4Conflict creates a PublicCreateTestUserV4Conflict with default headers values

func (*PublicCreateTestUserV4Conflict) Error added in v0.8.0

func (*PublicCreateTestUserV4Conflict) GetPayload added in v0.8.0

type PublicCreateTestUserV4Created added in v0.8.0

type PublicCreateTestUserV4Created struct {
	Payload *iamclientmodels.AccountCreateUserResponseV4
}

PublicCreateTestUserV4Created handles this case with default header values.

Created

func NewPublicCreateTestUserV4Created added in v0.8.0

func NewPublicCreateTestUserV4Created() *PublicCreateTestUserV4Created

NewPublicCreateTestUserV4Created creates a PublicCreateTestUserV4Created with default headers values

func (*PublicCreateTestUserV4Created) Error added in v0.8.0

func (*PublicCreateTestUserV4Created) GetPayload added in v0.8.0

type PublicCreateTestUserV4InternalServerError added in v0.8.0

type PublicCreateTestUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateTestUserV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicCreateTestUserV4InternalServerError added in v0.8.0

func NewPublicCreateTestUserV4InternalServerError() *PublicCreateTestUserV4InternalServerError

NewPublicCreateTestUserV4InternalServerError creates a PublicCreateTestUserV4InternalServerError with default headers values

func (*PublicCreateTestUserV4InternalServerError) Error added in v0.8.0

func (*PublicCreateTestUserV4InternalServerError) GetPayload added in v0.8.0

type PublicCreateTestUserV4NotFound added in v0.8.0

type PublicCreateTestUserV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateTestUserV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10154</td><td>country not found</td></tr></table>

func NewPublicCreateTestUserV4NotFound added in v0.8.0

func NewPublicCreateTestUserV4NotFound() *PublicCreateTestUserV4NotFound

NewPublicCreateTestUserV4NotFound creates a PublicCreateTestUserV4NotFound with default headers values

func (*PublicCreateTestUserV4NotFound) Error added in v0.8.0

func (*PublicCreateTestUserV4NotFound) GetPayload added in v0.8.0

type PublicCreateTestUserV4Params added in v0.8.0

type PublicCreateTestUserV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.AccountCreateTestUserRequestV4
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicCreateTestUserV4Params contains all the parameters to send to the API endpoint for the public create test user v4 operation typically these are written to a http.Request

func NewPublicCreateTestUserV4Params added in v0.8.0

func NewPublicCreateTestUserV4Params() *PublicCreateTestUserV4Params

NewPublicCreateTestUserV4Params creates a new PublicCreateTestUserV4Params object with the default values initialized.

func NewPublicCreateTestUserV4ParamsWithContext added in v0.8.0

func NewPublicCreateTestUserV4ParamsWithContext(ctx context.Context) *PublicCreateTestUserV4Params

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

func NewPublicCreateTestUserV4ParamsWithHTTPClient added in v0.8.0

func NewPublicCreateTestUserV4ParamsWithHTTPClient(client *http.Client) *PublicCreateTestUserV4Params

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

func NewPublicCreateTestUserV4ParamsWithTimeout added in v0.8.0

func NewPublicCreateTestUserV4ParamsWithTimeout(timeout time.Duration) *PublicCreateTestUserV4Params

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

func (*PublicCreateTestUserV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicCreateTestUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public create test user v4 params

func (*PublicCreateTestUserV4Params) SetBody added in v0.8.0

SetBody adds the body to the public create test user v4 params

func (*PublicCreateTestUserV4Params) SetContext added in v0.8.0

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

SetContext adds the context to the public create test user v4 params

func (*PublicCreateTestUserV4Params) SetHTTPClient added in v0.8.0

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

SetHTTPClient adds the HTTPClient to the public create test user v4 params

func (*PublicCreateTestUserV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicCreateTestUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public create test user v4 params

func (*PublicCreateTestUserV4Params) SetNamespace added in v0.8.0

func (o *PublicCreateTestUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public create test user v4 params

func (*PublicCreateTestUserV4Params) SetTimeout added in v0.8.0

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

SetTimeout adds the timeout to the public create test user v4 params

func (*PublicCreateTestUserV4Params) WithBody added in v0.8.0

WithBody adds the body to the public create test user v4 params

func (*PublicCreateTestUserV4Params) WithContext added in v0.8.0

WithContext adds the context to the public create test user v4 params

func (*PublicCreateTestUserV4Params) WithHTTPClient added in v0.8.0

WithHTTPClient adds the HTTPClient to the public create test user v4 params

func (*PublicCreateTestUserV4Params) WithNamespace added in v0.8.0

WithNamespace adds the namespace to the public create test user v4 params

func (*PublicCreateTestUserV4Params) WithTimeout added in v0.8.0

WithTimeout adds the timeout to the public create test user v4 params

func (*PublicCreateTestUserV4Params) WriteToRequest added in v0.8.0

WriteToRequest writes these params to a swagger request

type PublicCreateTestUserV4Reader added in v0.8.0

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

PublicCreateTestUserV4Reader is a Reader for the PublicCreateTestUserV4 structure.

func (*PublicCreateTestUserV4Reader) ReadResponse added in v0.8.0

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

ReadResponse reads a server response into the received o.

type PublicCreateUserV4BadRequest

type PublicCreateUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateUserV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>10130</td><td>user under age</td></tr></table>

func NewPublicCreateUserV4BadRequest

func NewPublicCreateUserV4BadRequest() *PublicCreateUserV4BadRequest

NewPublicCreateUserV4BadRequest creates a PublicCreateUserV4BadRequest with default headers values

func (*PublicCreateUserV4BadRequest) Error

func (*PublicCreateUserV4BadRequest) GetPayload

type PublicCreateUserV4Conflict

type PublicCreateUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateUserV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr><tr><td>10177</td><td>username already used</td></tr></table>

func NewPublicCreateUserV4Conflict

func NewPublicCreateUserV4Conflict() *PublicCreateUserV4Conflict

NewPublicCreateUserV4Conflict creates a PublicCreateUserV4Conflict with default headers values

func (*PublicCreateUserV4Conflict) Error

func (*PublicCreateUserV4Conflict) GetPayload

type PublicCreateUserV4Created

type PublicCreateUserV4Created struct {
	Payload *iamclientmodels.AccountCreateUserResponseV4
}

PublicCreateUserV4Created handles this case with default header values.

Created

func NewPublicCreateUserV4Created

func NewPublicCreateUserV4Created() *PublicCreateUserV4Created

NewPublicCreateUserV4Created creates a PublicCreateUserV4Created with default headers values

func (*PublicCreateUserV4Created) Error

func (o *PublicCreateUserV4Created) Error() string

func (*PublicCreateUserV4Created) GetPayload

type PublicCreateUserV4InternalServerError

type PublicCreateUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateUserV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicCreateUserV4InternalServerError

func NewPublicCreateUserV4InternalServerError() *PublicCreateUserV4InternalServerError

NewPublicCreateUserV4InternalServerError creates a PublicCreateUserV4InternalServerError with default headers values

func (*PublicCreateUserV4InternalServerError) Error

func (*PublicCreateUserV4InternalServerError) GetPayload

type PublicCreateUserV4NotFound

type PublicCreateUserV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateUserV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10154</td><td>country not found</td></tr></table>

func NewPublicCreateUserV4NotFound

func NewPublicCreateUserV4NotFound() *PublicCreateUserV4NotFound

NewPublicCreateUserV4NotFound creates a PublicCreateUserV4NotFound with default headers values

func (*PublicCreateUserV4NotFound) Error

func (*PublicCreateUserV4NotFound) GetPayload

type PublicCreateUserV4Params

type PublicCreateUserV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.AccountCreateUserRequestV4
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicCreateUserV4Params contains all the parameters to send to the API endpoint for the public create user v4 operation typically these are written to a http.Request

func NewPublicCreateUserV4Params

func NewPublicCreateUserV4Params() *PublicCreateUserV4Params

NewPublicCreateUserV4Params creates a new PublicCreateUserV4Params object with the default values initialized.

func NewPublicCreateUserV4ParamsWithContext

func NewPublicCreateUserV4ParamsWithContext(ctx context.Context) *PublicCreateUserV4Params

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

func NewPublicCreateUserV4ParamsWithHTTPClient

func NewPublicCreateUserV4ParamsWithHTTPClient(client *http.Client) *PublicCreateUserV4Params

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

func NewPublicCreateUserV4ParamsWithTimeout

func NewPublicCreateUserV4ParamsWithTimeout(timeout time.Duration) *PublicCreateUserV4Params

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

func (*PublicCreateUserV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicCreateUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public create user v4 params

func (*PublicCreateUserV4Params) SetBody

SetBody adds the body to the public create user v4 params

func (*PublicCreateUserV4Params) SetContext

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

SetContext adds the context to the public create user v4 params

func (*PublicCreateUserV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public create user v4 params

func (*PublicCreateUserV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicCreateUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public create user v4 params

func (*PublicCreateUserV4Params) SetNamespace

func (o *PublicCreateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public create user v4 params

func (*PublicCreateUserV4Params) SetTimeout

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

SetTimeout adds the timeout to the public create user v4 params

func (*PublicCreateUserV4Params) WithBody

WithBody adds the body to the public create user v4 params

func (*PublicCreateUserV4Params) WithContext

WithContext adds the context to the public create user v4 params

func (*PublicCreateUserV4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public create user v4 params

func (*PublicCreateUserV4Params) WithNamespace

func (o *PublicCreateUserV4Params) WithNamespace(namespace string) *PublicCreateUserV4Params

WithNamespace adds the namespace to the public create user v4 params

func (*PublicCreateUserV4Params) WithTimeout

WithTimeout adds the timeout to the public create user v4 params

func (*PublicCreateUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCreateUserV4Reader

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

PublicCreateUserV4Reader is a Reader for the PublicCreateUserV4 structure.

func (*PublicCreateUserV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicDisableMyAuthenticatorV4BadRequest added in v0.15.0

type PublicDisableMyAuthenticatorV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyAuthenticatorV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicDisableMyAuthenticatorV4BadRequest added in v0.15.0

func NewPublicDisableMyAuthenticatorV4BadRequest() *PublicDisableMyAuthenticatorV4BadRequest

NewPublicDisableMyAuthenticatorV4BadRequest creates a PublicDisableMyAuthenticatorV4BadRequest with default headers values

func (*PublicDisableMyAuthenticatorV4BadRequest) Error added in v0.15.0

func (*PublicDisableMyAuthenticatorV4BadRequest) GetPayload added in v0.15.0

type PublicDisableMyAuthenticatorV4Forbidden added in v0.15.0

type PublicDisableMyAuthenticatorV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyAuthenticatorV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicDisableMyAuthenticatorV4Forbidden added in v0.15.0

func NewPublicDisableMyAuthenticatorV4Forbidden() *PublicDisableMyAuthenticatorV4Forbidden

NewPublicDisableMyAuthenticatorV4Forbidden creates a PublicDisableMyAuthenticatorV4Forbidden with default headers values

func (*PublicDisableMyAuthenticatorV4Forbidden) Error added in v0.15.0

func (*PublicDisableMyAuthenticatorV4Forbidden) GetPayload added in v0.15.0

type PublicDisableMyAuthenticatorV4InternalServerError added in v0.15.0

type PublicDisableMyAuthenticatorV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyAuthenticatorV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicDisableMyAuthenticatorV4InternalServerError added in v0.15.0

func NewPublicDisableMyAuthenticatorV4InternalServerError() *PublicDisableMyAuthenticatorV4InternalServerError

NewPublicDisableMyAuthenticatorV4InternalServerError creates a PublicDisableMyAuthenticatorV4InternalServerError with default headers values

func (*PublicDisableMyAuthenticatorV4InternalServerError) Error added in v0.15.0

func (*PublicDisableMyAuthenticatorV4InternalServerError) GetPayload added in v0.15.0

type PublicDisableMyAuthenticatorV4NoContent added in v0.15.0

type PublicDisableMyAuthenticatorV4NoContent struct {
}

PublicDisableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator disabled

func NewPublicDisableMyAuthenticatorV4NoContent added in v0.15.0

func NewPublicDisableMyAuthenticatorV4NoContent() *PublicDisableMyAuthenticatorV4NoContent

NewPublicDisableMyAuthenticatorV4NoContent creates a PublicDisableMyAuthenticatorV4NoContent with default headers values

func (*PublicDisableMyAuthenticatorV4NoContent) Error added in v0.15.0

type PublicDisableMyAuthenticatorV4NotFound added in v0.15.0

type PublicDisableMyAuthenticatorV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyAuthenticatorV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicDisableMyAuthenticatorV4NotFound added in v0.15.0

func NewPublicDisableMyAuthenticatorV4NotFound() *PublicDisableMyAuthenticatorV4NotFound

NewPublicDisableMyAuthenticatorV4NotFound creates a PublicDisableMyAuthenticatorV4NotFound with default headers values

func (*PublicDisableMyAuthenticatorV4NotFound) Error added in v0.15.0

func (*PublicDisableMyAuthenticatorV4NotFound) GetPayload added in v0.15.0

type PublicDisableMyAuthenticatorV4Params added in v0.15.0

type PublicDisableMyAuthenticatorV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicDisableMyAuthenticatorV4Params contains all the parameters to send to the API endpoint for the public disable my authenticator v4 operation typically these are written to a http.Request

func NewPublicDisableMyAuthenticatorV4Params added in v0.15.0

func NewPublicDisableMyAuthenticatorV4Params() *PublicDisableMyAuthenticatorV4Params

NewPublicDisableMyAuthenticatorV4Params creates a new PublicDisableMyAuthenticatorV4Params object with the default values initialized.

func NewPublicDisableMyAuthenticatorV4ParamsWithContext added in v0.15.0

func NewPublicDisableMyAuthenticatorV4ParamsWithContext(ctx context.Context) *PublicDisableMyAuthenticatorV4Params

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

func NewPublicDisableMyAuthenticatorV4ParamsWithHTTPClient added in v0.15.0

func NewPublicDisableMyAuthenticatorV4ParamsWithHTTPClient(client *http.Client) *PublicDisableMyAuthenticatorV4Params

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

func NewPublicDisableMyAuthenticatorV4ParamsWithTimeout added in v0.15.0

func NewPublicDisableMyAuthenticatorV4ParamsWithTimeout(timeout time.Duration) *PublicDisableMyAuthenticatorV4Params

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

func (*PublicDisableMyAuthenticatorV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicDisableMyAuthenticatorV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) SetContext added in v0.15.0

SetContext adds the context to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicDisableMyAuthenticatorV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) SetNamespace added in v0.15.0

func (o *PublicDisableMyAuthenticatorV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) WithContext added in v0.15.0

WithContext adds the context to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public disable my authenticator v4 params

func (*PublicDisableMyAuthenticatorV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicDisableMyAuthenticatorV4Reader added in v0.15.0

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

PublicDisableMyAuthenticatorV4Reader is a Reader for the PublicDisableMyAuthenticatorV4 structure.

func (*PublicDisableMyAuthenticatorV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicDisableMyAuthenticatorV4Unauthorized added in v0.15.0

type PublicDisableMyAuthenticatorV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyAuthenticatorV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicDisableMyAuthenticatorV4Unauthorized added in v0.15.0

func NewPublicDisableMyAuthenticatorV4Unauthorized() *PublicDisableMyAuthenticatorV4Unauthorized

NewPublicDisableMyAuthenticatorV4Unauthorized creates a PublicDisableMyAuthenticatorV4Unauthorized with default headers values

func (*PublicDisableMyAuthenticatorV4Unauthorized) Error added in v0.15.0

func (*PublicDisableMyAuthenticatorV4Unauthorized) GetPayload added in v0.15.0

type PublicDisableMyBackupCodesV4BadRequest added in v0.15.0

type PublicDisableMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicDisableMyBackupCodesV4BadRequest added in v0.15.0

func NewPublicDisableMyBackupCodesV4BadRequest() *PublicDisableMyBackupCodesV4BadRequest

NewPublicDisableMyBackupCodesV4BadRequest creates a PublicDisableMyBackupCodesV4BadRequest with default headers values

func (*PublicDisableMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*PublicDisableMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type PublicDisableMyBackupCodesV4Forbidden added in v0.15.0

type PublicDisableMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicDisableMyBackupCodesV4Forbidden added in v0.15.0

func NewPublicDisableMyBackupCodesV4Forbidden() *PublicDisableMyBackupCodesV4Forbidden

NewPublicDisableMyBackupCodesV4Forbidden creates a PublicDisableMyBackupCodesV4Forbidden with default headers values

func (*PublicDisableMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*PublicDisableMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type PublicDisableMyBackupCodesV4InternalServerError added in v0.15.0

type PublicDisableMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicDisableMyBackupCodesV4InternalServerError added in v0.15.0

func NewPublicDisableMyBackupCodesV4InternalServerError() *PublicDisableMyBackupCodesV4InternalServerError

NewPublicDisableMyBackupCodesV4InternalServerError creates a PublicDisableMyBackupCodesV4InternalServerError with default headers values

func (*PublicDisableMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*PublicDisableMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type PublicDisableMyBackupCodesV4NoContent added in v0.15.0

type PublicDisableMyBackupCodesV4NoContent struct {
}

PublicDisableMyBackupCodesV4NoContent handles this case with default header values.

Backup codes disabled

func NewPublicDisableMyBackupCodesV4NoContent added in v0.15.0

func NewPublicDisableMyBackupCodesV4NoContent() *PublicDisableMyBackupCodesV4NoContent

NewPublicDisableMyBackupCodesV4NoContent creates a PublicDisableMyBackupCodesV4NoContent with default headers values

func (*PublicDisableMyBackupCodesV4NoContent) Error added in v0.15.0

type PublicDisableMyBackupCodesV4NotFound added in v0.15.0

type PublicDisableMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicDisableMyBackupCodesV4NotFound added in v0.15.0

func NewPublicDisableMyBackupCodesV4NotFound() *PublicDisableMyBackupCodesV4NotFound

NewPublicDisableMyBackupCodesV4NotFound creates a PublicDisableMyBackupCodesV4NotFound with default headers values

func (*PublicDisableMyBackupCodesV4NotFound) Error added in v0.15.0

func (*PublicDisableMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type PublicDisableMyBackupCodesV4Params added in v0.15.0

type PublicDisableMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicDisableMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the public disable my backup codes v4 operation typically these are written to a http.Request

func NewPublicDisableMyBackupCodesV4Params added in v0.15.0

func NewPublicDisableMyBackupCodesV4Params() *PublicDisableMyBackupCodesV4Params

NewPublicDisableMyBackupCodesV4Params creates a new PublicDisableMyBackupCodesV4Params object with the default values initialized.

func NewPublicDisableMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewPublicDisableMyBackupCodesV4ParamsWithContext(ctx context.Context) *PublicDisableMyBackupCodesV4Params

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

func NewPublicDisableMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewPublicDisableMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicDisableMyBackupCodesV4Params

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

func NewPublicDisableMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewPublicDisableMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicDisableMyBackupCodesV4Params

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

func (*PublicDisableMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicDisableMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicDisableMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) SetNamespace added in v0.15.0

func (o *PublicDisableMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicDisableMyBackupCodesV4Reader added in v0.15.0

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

PublicDisableMyBackupCodesV4Reader is a Reader for the PublicDisableMyBackupCodesV4 structure.

func (*PublicDisableMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicDisableMyBackupCodesV4Unauthorized added in v0.15.0

type PublicDisableMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicDisableMyBackupCodesV4Unauthorized added in v0.15.0

func NewPublicDisableMyBackupCodesV4Unauthorized() *PublicDisableMyBackupCodesV4Unauthorized

NewPublicDisableMyBackupCodesV4Unauthorized creates a PublicDisableMyBackupCodesV4Unauthorized with default headers values

func (*PublicDisableMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*PublicDisableMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type PublicDownloadMyBackupCodesV4BadRequest added in v0.15.0

type PublicDownloadMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDownloadMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10195</td><td>no valid backup code found</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicDownloadMyBackupCodesV4BadRequest added in v0.15.0

func NewPublicDownloadMyBackupCodesV4BadRequest() *PublicDownloadMyBackupCodesV4BadRequest

NewPublicDownloadMyBackupCodesV4BadRequest creates a PublicDownloadMyBackupCodesV4BadRequest with default headers values

func (*PublicDownloadMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*PublicDownloadMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type PublicDownloadMyBackupCodesV4Forbidden added in v0.15.0

type PublicDownloadMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDownloadMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicDownloadMyBackupCodesV4Forbidden added in v0.15.0

func NewPublicDownloadMyBackupCodesV4Forbidden() *PublicDownloadMyBackupCodesV4Forbidden

NewPublicDownloadMyBackupCodesV4Forbidden creates a PublicDownloadMyBackupCodesV4Forbidden with default headers values

func (*PublicDownloadMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*PublicDownloadMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type PublicDownloadMyBackupCodesV4InternalServerError added in v0.15.0

type PublicDownloadMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDownloadMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicDownloadMyBackupCodesV4InternalServerError added in v0.15.0

func NewPublicDownloadMyBackupCodesV4InternalServerError() *PublicDownloadMyBackupCodesV4InternalServerError

NewPublicDownloadMyBackupCodesV4InternalServerError creates a PublicDownloadMyBackupCodesV4InternalServerError with default headers values

func (*PublicDownloadMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*PublicDownloadMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type PublicDownloadMyBackupCodesV4NotFound added in v0.15.0

type PublicDownloadMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDownloadMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicDownloadMyBackupCodesV4NotFound added in v0.15.0

func NewPublicDownloadMyBackupCodesV4NotFound() *PublicDownloadMyBackupCodesV4NotFound

NewPublicDownloadMyBackupCodesV4NotFound creates a PublicDownloadMyBackupCodesV4NotFound with default headers values

func (*PublicDownloadMyBackupCodesV4NotFound) Error added in v0.15.0

func (*PublicDownloadMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type PublicDownloadMyBackupCodesV4OK added in v0.15.0

type PublicDownloadMyBackupCodesV4OK struct {
}

PublicDownloadMyBackupCodesV4OK handles this case with default header values.

Backup codes downloaded

func NewPublicDownloadMyBackupCodesV4OK added in v0.15.0

func NewPublicDownloadMyBackupCodesV4OK() *PublicDownloadMyBackupCodesV4OK

NewPublicDownloadMyBackupCodesV4OK creates a PublicDownloadMyBackupCodesV4OK with default headers values

func (*PublicDownloadMyBackupCodesV4OK) Error added in v0.15.0

type PublicDownloadMyBackupCodesV4Params added in v0.15.0

type PublicDownloadMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicDownloadMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the public download my backup codes v4 operation typically these are written to a http.Request

func NewPublicDownloadMyBackupCodesV4Params added in v0.15.0

func NewPublicDownloadMyBackupCodesV4Params() *PublicDownloadMyBackupCodesV4Params

NewPublicDownloadMyBackupCodesV4Params creates a new PublicDownloadMyBackupCodesV4Params object with the default values initialized.

func NewPublicDownloadMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewPublicDownloadMyBackupCodesV4ParamsWithContext(ctx context.Context) *PublicDownloadMyBackupCodesV4Params

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

func NewPublicDownloadMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewPublicDownloadMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicDownloadMyBackupCodesV4Params

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

func NewPublicDownloadMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewPublicDownloadMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicDownloadMyBackupCodesV4Params

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

func (*PublicDownloadMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicDownloadMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicDownloadMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) SetNamespace added in v0.15.0

func (o *PublicDownloadMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicDownloadMyBackupCodesV4Reader added in v0.15.0

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

PublicDownloadMyBackupCodesV4Reader is a Reader for the PublicDownloadMyBackupCodesV4 structure.

func (*PublicDownloadMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicDownloadMyBackupCodesV4Unauthorized added in v0.15.0

type PublicDownloadMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDownloadMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicDownloadMyBackupCodesV4Unauthorized added in v0.15.0

func NewPublicDownloadMyBackupCodesV4Unauthorized() *PublicDownloadMyBackupCodesV4Unauthorized

NewPublicDownloadMyBackupCodesV4Unauthorized creates a PublicDownloadMyBackupCodesV4Unauthorized with default headers values

func (*PublicDownloadMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*PublicDownloadMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type PublicEnableMyAuthenticatorV4BadRequest added in v0.15.0

type PublicEnableMyAuthenticatorV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyAuthenticatorV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10138</td><td>code not match</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10190</td><td>auth secret key expired</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicEnableMyAuthenticatorV4BadRequest added in v0.15.0

func NewPublicEnableMyAuthenticatorV4BadRequest() *PublicEnableMyAuthenticatorV4BadRequest

NewPublicEnableMyAuthenticatorV4BadRequest creates a PublicEnableMyAuthenticatorV4BadRequest with default headers values

func (*PublicEnableMyAuthenticatorV4BadRequest) Error added in v0.15.0

func (*PublicEnableMyAuthenticatorV4BadRequest) GetPayload added in v0.15.0

type PublicEnableMyAuthenticatorV4Conflict added in v0.15.0

type PublicEnableMyAuthenticatorV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyAuthenticatorV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10194</td><td>factor already enabled</td></tr></table>

func NewPublicEnableMyAuthenticatorV4Conflict added in v0.15.0

func NewPublicEnableMyAuthenticatorV4Conflict() *PublicEnableMyAuthenticatorV4Conflict

NewPublicEnableMyAuthenticatorV4Conflict creates a PublicEnableMyAuthenticatorV4Conflict with default headers values

func (*PublicEnableMyAuthenticatorV4Conflict) Error added in v0.15.0

func (*PublicEnableMyAuthenticatorV4Conflict) GetPayload added in v0.15.0

type PublicEnableMyAuthenticatorV4Forbidden added in v0.15.0

type PublicEnableMyAuthenticatorV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyAuthenticatorV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicEnableMyAuthenticatorV4Forbidden added in v0.15.0

func NewPublicEnableMyAuthenticatorV4Forbidden() *PublicEnableMyAuthenticatorV4Forbidden

NewPublicEnableMyAuthenticatorV4Forbidden creates a PublicEnableMyAuthenticatorV4Forbidden with default headers values

func (*PublicEnableMyAuthenticatorV4Forbidden) Error added in v0.15.0

func (*PublicEnableMyAuthenticatorV4Forbidden) GetPayload added in v0.15.0

type PublicEnableMyAuthenticatorV4InternalServerError added in v0.15.0

type PublicEnableMyAuthenticatorV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyAuthenticatorV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicEnableMyAuthenticatorV4InternalServerError added in v0.15.0

func NewPublicEnableMyAuthenticatorV4InternalServerError() *PublicEnableMyAuthenticatorV4InternalServerError

NewPublicEnableMyAuthenticatorV4InternalServerError creates a PublicEnableMyAuthenticatorV4InternalServerError with default headers values

func (*PublicEnableMyAuthenticatorV4InternalServerError) Error added in v0.15.0

func (*PublicEnableMyAuthenticatorV4InternalServerError) GetPayload added in v0.15.0

type PublicEnableMyAuthenticatorV4NoContent added in v0.15.0

type PublicEnableMyAuthenticatorV4NoContent struct {
}

PublicEnableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator enabled

func NewPublicEnableMyAuthenticatorV4NoContent added in v0.15.0

func NewPublicEnableMyAuthenticatorV4NoContent() *PublicEnableMyAuthenticatorV4NoContent

NewPublicEnableMyAuthenticatorV4NoContent creates a PublicEnableMyAuthenticatorV4NoContent with default headers values

func (*PublicEnableMyAuthenticatorV4NoContent) Error added in v0.15.0

type PublicEnableMyAuthenticatorV4NotFound added in v0.15.0

type PublicEnableMyAuthenticatorV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyAuthenticatorV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicEnableMyAuthenticatorV4NotFound added in v0.15.0

func NewPublicEnableMyAuthenticatorV4NotFound() *PublicEnableMyAuthenticatorV4NotFound

NewPublicEnableMyAuthenticatorV4NotFound creates a PublicEnableMyAuthenticatorV4NotFound with default headers values

func (*PublicEnableMyAuthenticatorV4NotFound) Error added in v0.15.0

func (*PublicEnableMyAuthenticatorV4NotFound) GetPayload added in v0.15.0

type PublicEnableMyAuthenticatorV4Params added in v0.15.0

type PublicEnableMyAuthenticatorV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Code
	  code

	*/
	Code *string
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicEnableMyAuthenticatorV4Params contains all the parameters to send to the API endpoint for the public enable my authenticator v4 operation typically these are written to a http.Request

func NewPublicEnableMyAuthenticatorV4Params added in v0.15.0

func NewPublicEnableMyAuthenticatorV4Params() *PublicEnableMyAuthenticatorV4Params

NewPublicEnableMyAuthenticatorV4Params creates a new PublicEnableMyAuthenticatorV4Params object with the default values initialized.

func NewPublicEnableMyAuthenticatorV4ParamsWithContext added in v0.15.0

func NewPublicEnableMyAuthenticatorV4ParamsWithContext(ctx context.Context) *PublicEnableMyAuthenticatorV4Params

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

func NewPublicEnableMyAuthenticatorV4ParamsWithHTTPClient added in v0.15.0

func NewPublicEnableMyAuthenticatorV4ParamsWithHTTPClient(client *http.Client) *PublicEnableMyAuthenticatorV4Params

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

func NewPublicEnableMyAuthenticatorV4ParamsWithTimeout added in v0.15.0

func NewPublicEnableMyAuthenticatorV4ParamsWithTimeout(timeout time.Duration) *PublicEnableMyAuthenticatorV4Params

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

func (*PublicEnableMyAuthenticatorV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicEnableMyAuthenticatorV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) SetCode added in v0.15.0

func (o *PublicEnableMyAuthenticatorV4Params) SetCode(code *string)

SetCode adds the code to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) SetContext added in v0.15.0

SetContext adds the context to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicEnableMyAuthenticatorV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) SetNamespace added in v0.15.0

func (o *PublicEnableMyAuthenticatorV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) WithCode added in v0.15.0

WithCode adds the code to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) WithContext added in v0.15.0

WithContext adds the context to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public enable my authenticator v4 params

func (*PublicEnableMyAuthenticatorV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicEnableMyAuthenticatorV4Reader added in v0.15.0

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

PublicEnableMyAuthenticatorV4Reader is a Reader for the PublicEnableMyAuthenticatorV4 structure.

func (*PublicEnableMyAuthenticatorV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicEnableMyAuthenticatorV4Unauthorized added in v0.15.0

type PublicEnableMyAuthenticatorV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyAuthenticatorV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicEnableMyAuthenticatorV4Unauthorized added in v0.15.0

func NewPublicEnableMyAuthenticatorV4Unauthorized() *PublicEnableMyAuthenticatorV4Unauthorized

NewPublicEnableMyAuthenticatorV4Unauthorized creates a PublicEnableMyAuthenticatorV4Unauthorized with default headers values

func (*PublicEnableMyAuthenticatorV4Unauthorized) Error added in v0.15.0

func (*PublicEnableMyAuthenticatorV4Unauthorized) GetPayload added in v0.15.0

type PublicEnableMyBackupCodesV4BadRequest added in v0.15.0

type PublicEnableMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicEnableMyBackupCodesV4BadRequest added in v0.15.0

func NewPublicEnableMyBackupCodesV4BadRequest() *PublicEnableMyBackupCodesV4BadRequest

NewPublicEnableMyBackupCodesV4BadRequest creates a PublicEnableMyBackupCodesV4BadRequest with default headers values

func (*PublicEnableMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*PublicEnableMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type PublicEnableMyBackupCodesV4Conflict added in v0.15.0

type PublicEnableMyBackupCodesV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyBackupCodesV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10194</td><td>factor already enabled</td></tr></table>

func NewPublicEnableMyBackupCodesV4Conflict added in v0.15.0

func NewPublicEnableMyBackupCodesV4Conflict() *PublicEnableMyBackupCodesV4Conflict

NewPublicEnableMyBackupCodesV4Conflict creates a PublicEnableMyBackupCodesV4Conflict with default headers values

func (*PublicEnableMyBackupCodesV4Conflict) Error added in v0.15.0

func (*PublicEnableMyBackupCodesV4Conflict) GetPayload added in v0.15.0

type PublicEnableMyBackupCodesV4Forbidden added in v0.15.0

type PublicEnableMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicEnableMyBackupCodesV4Forbidden added in v0.15.0

func NewPublicEnableMyBackupCodesV4Forbidden() *PublicEnableMyBackupCodesV4Forbidden

NewPublicEnableMyBackupCodesV4Forbidden creates a PublicEnableMyBackupCodesV4Forbidden with default headers values

func (*PublicEnableMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*PublicEnableMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type PublicEnableMyBackupCodesV4InternalServerError added in v0.15.0

type PublicEnableMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicEnableMyBackupCodesV4InternalServerError added in v0.15.0

func NewPublicEnableMyBackupCodesV4InternalServerError() *PublicEnableMyBackupCodesV4InternalServerError

NewPublicEnableMyBackupCodesV4InternalServerError creates a PublicEnableMyBackupCodesV4InternalServerError with default headers values

func (*PublicEnableMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*PublicEnableMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type PublicEnableMyBackupCodesV4NotFound added in v0.15.0

type PublicEnableMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicEnableMyBackupCodesV4NotFound added in v0.15.0

func NewPublicEnableMyBackupCodesV4NotFound() *PublicEnableMyBackupCodesV4NotFound

NewPublicEnableMyBackupCodesV4NotFound creates a PublicEnableMyBackupCodesV4NotFound with default headers values

func (*PublicEnableMyBackupCodesV4NotFound) Error added in v0.15.0

func (*PublicEnableMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type PublicEnableMyBackupCodesV4OK added in v0.15.0

type PublicEnableMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

PublicEnableMyBackupCodesV4OK handles this case with default header values.

Backup codes enabled

func NewPublicEnableMyBackupCodesV4OK added in v0.15.0

func NewPublicEnableMyBackupCodesV4OK() *PublicEnableMyBackupCodesV4OK

NewPublicEnableMyBackupCodesV4OK creates a PublicEnableMyBackupCodesV4OK with default headers values

func (*PublicEnableMyBackupCodesV4OK) Error added in v0.15.0

func (*PublicEnableMyBackupCodesV4OK) GetPayload added in v0.15.0

type PublicEnableMyBackupCodesV4Params added in v0.15.0

type PublicEnableMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicEnableMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the public enable my backup codes v4 operation typically these are written to a http.Request

func NewPublicEnableMyBackupCodesV4Params added in v0.15.0

func NewPublicEnableMyBackupCodesV4Params() *PublicEnableMyBackupCodesV4Params

NewPublicEnableMyBackupCodesV4Params creates a new PublicEnableMyBackupCodesV4Params object with the default values initialized.

func NewPublicEnableMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewPublicEnableMyBackupCodesV4ParamsWithContext(ctx context.Context) *PublicEnableMyBackupCodesV4Params

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

func NewPublicEnableMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewPublicEnableMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicEnableMyBackupCodesV4Params

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

func NewPublicEnableMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewPublicEnableMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicEnableMyBackupCodesV4Params

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

func (*PublicEnableMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicEnableMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicEnableMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) SetNamespace added in v0.15.0

func (o *PublicEnableMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicEnableMyBackupCodesV4Reader added in v0.15.0

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

PublicEnableMyBackupCodesV4Reader is a Reader for the PublicEnableMyBackupCodesV4 structure.

func (*PublicEnableMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicEnableMyBackupCodesV4Unauthorized added in v0.15.0

type PublicEnableMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicEnableMyBackupCodesV4Unauthorized added in v0.15.0

func NewPublicEnableMyBackupCodesV4Unauthorized() *PublicEnableMyBackupCodesV4Unauthorized

NewPublicEnableMyBackupCodesV4Unauthorized creates a PublicEnableMyBackupCodesV4Unauthorized with default headers values

func (*PublicEnableMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*PublicEnableMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4BadRequest added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyAuthenticatorKeyV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicGenerateMyAuthenticatorKeyV4BadRequest added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4BadRequest() *PublicGenerateMyAuthenticatorKeyV4BadRequest

NewPublicGenerateMyAuthenticatorKeyV4BadRequest creates a PublicGenerateMyAuthenticatorKeyV4BadRequest with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4BadRequest) Error added in v0.15.0

func (*PublicGenerateMyAuthenticatorKeyV4BadRequest) GetPayload added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4Forbidden added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyAuthenticatorKeyV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicGenerateMyAuthenticatorKeyV4Forbidden added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4Forbidden() *PublicGenerateMyAuthenticatorKeyV4Forbidden

NewPublicGenerateMyAuthenticatorKeyV4Forbidden creates a PublicGenerateMyAuthenticatorKeyV4Forbidden with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4Forbidden) Error added in v0.15.0

func (*PublicGenerateMyAuthenticatorKeyV4Forbidden) GetPayload added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4InternalServerError added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyAuthenticatorKeyV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicGenerateMyAuthenticatorKeyV4InternalServerError added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4InternalServerError() *PublicGenerateMyAuthenticatorKeyV4InternalServerError

NewPublicGenerateMyAuthenticatorKeyV4InternalServerError creates a PublicGenerateMyAuthenticatorKeyV4InternalServerError with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4InternalServerError) Error added in v0.15.0

func (*PublicGenerateMyAuthenticatorKeyV4InternalServerError) GetPayload added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4NotFound added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyAuthenticatorKeyV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicGenerateMyAuthenticatorKeyV4NotFound added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4NotFound() *PublicGenerateMyAuthenticatorKeyV4NotFound

NewPublicGenerateMyAuthenticatorKeyV4NotFound creates a PublicGenerateMyAuthenticatorKeyV4NotFound with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4NotFound) Error added in v0.15.0

func (*PublicGenerateMyAuthenticatorKeyV4NotFound) GetPayload added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4OK added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4OK struct {
	Payload *iamclientmodels.ModelAuthenticatorKeyResponseV4
}

PublicGenerateMyAuthenticatorKeyV4OK handles this case with default header values.

Key generated

func NewPublicGenerateMyAuthenticatorKeyV4OK added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4OK() *PublicGenerateMyAuthenticatorKeyV4OK

NewPublicGenerateMyAuthenticatorKeyV4OK creates a PublicGenerateMyAuthenticatorKeyV4OK with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4OK) Error added in v0.15.0

func (*PublicGenerateMyAuthenticatorKeyV4OK) GetPayload added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4Params added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicGenerateMyAuthenticatorKeyV4Params contains all the parameters to send to the API endpoint for the public generate my authenticator key v4 operation typically these are written to a http.Request

func NewPublicGenerateMyAuthenticatorKeyV4Params added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4Params() *PublicGenerateMyAuthenticatorKeyV4Params

NewPublicGenerateMyAuthenticatorKeyV4Params creates a new PublicGenerateMyAuthenticatorKeyV4Params object with the default values initialized.

func NewPublicGenerateMyAuthenticatorKeyV4ParamsWithContext added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4ParamsWithContext(ctx context.Context) *PublicGenerateMyAuthenticatorKeyV4Params

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

func NewPublicGenerateMyAuthenticatorKeyV4ParamsWithHTTPClient added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4ParamsWithHTTPClient(client *http.Client) *PublicGenerateMyAuthenticatorKeyV4Params

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

func NewPublicGenerateMyAuthenticatorKeyV4ParamsWithTimeout added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4ParamsWithTimeout(timeout time.Duration) *PublicGenerateMyAuthenticatorKeyV4Params

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

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetContext added in v0.15.0

SetContext adds the context to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetNamespace added in v0.15.0

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetTimeout added in v0.15.0

SetTimeout adds the timeout to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithContext added in v0.15.0

WithContext adds the context to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicGenerateMyAuthenticatorKeyV4Reader added in v0.15.0

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

PublicGenerateMyAuthenticatorKeyV4Reader is a Reader for the PublicGenerateMyAuthenticatorKeyV4 structure.

func (*PublicGenerateMyAuthenticatorKeyV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicGenerateMyAuthenticatorKeyV4Unauthorized added in v0.15.0

type PublicGenerateMyAuthenticatorKeyV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyAuthenticatorKeyV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicGenerateMyAuthenticatorKeyV4Unauthorized added in v0.15.0

func NewPublicGenerateMyAuthenticatorKeyV4Unauthorized() *PublicGenerateMyAuthenticatorKeyV4Unauthorized

NewPublicGenerateMyAuthenticatorKeyV4Unauthorized creates a PublicGenerateMyAuthenticatorKeyV4Unauthorized with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4Unauthorized) Error added in v0.15.0

func (*PublicGenerateMyAuthenticatorKeyV4Unauthorized) GetPayload added in v0.15.0

type PublicGenerateMyBackupCodesV4BadRequest added in v0.15.0

type PublicGenerateMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicGenerateMyBackupCodesV4BadRequest added in v0.15.0

func NewPublicGenerateMyBackupCodesV4BadRequest() *PublicGenerateMyBackupCodesV4BadRequest

NewPublicGenerateMyBackupCodesV4BadRequest creates a PublicGenerateMyBackupCodesV4BadRequest with default headers values

func (*PublicGenerateMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*PublicGenerateMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type PublicGenerateMyBackupCodesV4Forbidden added in v0.15.0

type PublicGenerateMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicGenerateMyBackupCodesV4Forbidden added in v0.15.0

func NewPublicGenerateMyBackupCodesV4Forbidden() *PublicGenerateMyBackupCodesV4Forbidden

NewPublicGenerateMyBackupCodesV4Forbidden creates a PublicGenerateMyBackupCodesV4Forbidden with default headers values

func (*PublicGenerateMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*PublicGenerateMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type PublicGenerateMyBackupCodesV4InternalServerError added in v0.15.0

type PublicGenerateMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicGenerateMyBackupCodesV4InternalServerError added in v0.15.0

func NewPublicGenerateMyBackupCodesV4InternalServerError() *PublicGenerateMyBackupCodesV4InternalServerError

NewPublicGenerateMyBackupCodesV4InternalServerError creates a PublicGenerateMyBackupCodesV4InternalServerError with default headers values

func (*PublicGenerateMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*PublicGenerateMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type PublicGenerateMyBackupCodesV4NotFound added in v0.15.0

type PublicGenerateMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicGenerateMyBackupCodesV4NotFound added in v0.15.0

func NewPublicGenerateMyBackupCodesV4NotFound() *PublicGenerateMyBackupCodesV4NotFound

NewPublicGenerateMyBackupCodesV4NotFound creates a PublicGenerateMyBackupCodesV4NotFound with default headers values

func (*PublicGenerateMyBackupCodesV4NotFound) Error added in v0.15.0

func (*PublicGenerateMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type PublicGenerateMyBackupCodesV4OK added in v0.15.0

type PublicGenerateMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

PublicGenerateMyBackupCodesV4OK handles this case with default header values.

Backup codes generated

func NewPublicGenerateMyBackupCodesV4OK added in v0.15.0

func NewPublicGenerateMyBackupCodesV4OK() *PublicGenerateMyBackupCodesV4OK

NewPublicGenerateMyBackupCodesV4OK creates a PublicGenerateMyBackupCodesV4OK with default headers values

func (*PublicGenerateMyBackupCodesV4OK) Error added in v0.15.0

func (*PublicGenerateMyBackupCodesV4OK) GetPayload added in v0.15.0

type PublicGenerateMyBackupCodesV4Params added in v0.15.0

type PublicGenerateMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicGenerateMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the public generate my backup codes v4 operation typically these are written to a http.Request

func NewPublicGenerateMyBackupCodesV4Params added in v0.15.0

func NewPublicGenerateMyBackupCodesV4Params() *PublicGenerateMyBackupCodesV4Params

NewPublicGenerateMyBackupCodesV4Params creates a new PublicGenerateMyBackupCodesV4Params object with the default values initialized.

func NewPublicGenerateMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewPublicGenerateMyBackupCodesV4ParamsWithContext(ctx context.Context) *PublicGenerateMyBackupCodesV4Params

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

func NewPublicGenerateMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewPublicGenerateMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicGenerateMyBackupCodesV4Params

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

func NewPublicGenerateMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewPublicGenerateMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicGenerateMyBackupCodesV4Params

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

func (*PublicGenerateMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicGenerateMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetContext added in v0.15.0

SetContext adds the context to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicGenerateMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetNamespace added in v0.15.0

func (o *PublicGenerateMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicGenerateMyBackupCodesV4Reader added in v0.15.0

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

PublicGenerateMyBackupCodesV4Reader is a Reader for the PublicGenerateMyBackupCodesV4 structure.

func (*PublicGenerateMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicGenerateMyBackupCodesV4Unauthorized added in v0.15.0

type PublicGenerateMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicGenerateMyBackupCodesV4Unauthorized added in v0.15.0

func NewPublicGenerateMyBackupCodesV4Unauthorized() *PublicGenerateMyBackupCodesV4Unauthorized

NewPublicGenerateMyBackupCodesV4Unauthorized creates a PublicGenerateMyBackupCodesV4Unauthorized with default headers values

func (*PublicGenerateMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*PublicGenerateMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type PublicGetMyBackupCodesV4BadRequest added in v0.15.0

type PublicGetMyBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyBackupCodesV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicGetMyBackupCodesV4BadRequest added in v0.15.0

func NewPublicGetMyBackupCodesV4BadRequest() *PublicGetMyBackupCodesV4BadRequest

NewPublicGetMyBackupCodesV4BadRequest creates a PublicGetMyBackupCodesV4BadRequest with default headers values

func (*PublicGetMyBackupCodesV4BadRequest) Error added in v0.15.0

func (*PublicGetMyBackupCodesV4BadRequest) GetPayload added in v0.15.0

type PublicGetMyBackupCodesV4Forbidden added in v0.15.0

type PublicGetMyBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyBackupCodesV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicGetMyBackupCodesV4Forbidden added in v0.15.0

func NewPublicGetMyBackupCodesV4Forbidden() *PublicGetMyBackupCodesV4Forbidden

NewPublicGetMyBackupCodesV4Forbidden creates a PublicGetMyBackupCodesV4Forbidden with default headers values

func (*PublicGetMyBackupCodesV4Forbidden) Error added in v0.15.0

func (*PublicGetMyBackupCodesV4Forbidden) GetPayload added in v0.15.0

type PublicGetMyBackupCodesV4InternalServerError added in v0.15.0

type PublicGetMyBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyBackupCodesV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicGetMyBackupCodesV4InternalServerError added in v0.15.0

func NewPublicGetMyBackupCodesV4InternalServerError() *PublicGetMyBackupCodesV4InternalServerError

NewPublicGetMyBackupCodesV4InternalServerError creates a PublicGetMyBackupCodesV4InternalServerError with default headers values

func (*PublicGetMyBackupCodesV4InternalServerError) Error added in v0.15.0

func (*PublicGetMyBackupCodesV4InternalServerError) GetPayload added in v0.15.0

type PublicGetMyBackupCodesV4NotFound added in v0.15.0

type PublicGetMyBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyBackupCodesV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicGetMyBackupCodesV4NotFound added in v0.15.0

func NewPublicGetMyBackupCodesV4NotFound() *PublicGetMyBackupCodesV4NotFound

NewPublicGetMyBackupCodesV4NotFound creates a PublicGetMyBackupCodesV4NotFound with default headers values

func (*PublicGetMyBackupCodesV4NotFound) Error added in v0.15.0

func (*PublicGetMyBackupCodesV4NotFound) GetPayload added in v0.15.0

type PublicGetMyBackupCodesV4OK added in v0.15.0

type PublicGetMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

PublicGetMyBackupCodesV4OK handles this case with default header values.

Get backup codes

func NewPublicGetMyBackupCodesV4OK added in v0.15.0

func NewPublicGetMyBackupCodesV4OK() *PublicGetMyBackupCodesV4OK

NewPublicGetMyBackupCodesV4OK creates a PublicGetMyBackupCodesV4OK with default headers values

func (*PublicGetMyBackupCodesV4OK) Error added in v0.15.0

func (*PublicGetMyBackupCodesV4OK) GetPayload added in v0.15.0

type PublicGetMyBackupCodesV4Params added in v0.15.0

type PublicGetMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicGetMyBackupCodesV4Params contains all the parameters to send to the API endpoint for the public get my backup codes v4 operation typically these are written to a http.Request

func NewPublicGetMyBackupCodesV4Params added in v0.15.0

func NewPublicGetMyBackupCodesV4Params() *PublicGetMyBackupCodesV4Params

NewPublicGetMyBackupCodesV4Params creates a new PublicGetMyBackupCodesV4Params object with the default values initialized.

func NewPublicGetMyBackupCodesV4ParamsWithContext added in v0.15.0

func NewPublicGetMyBackupCodesV4ParamsWithContext(ctx context.Context) *PublicGetMyBackupCodesV4Params

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

func NewPublicGetMyBackupCodesV4ParamsWithHTTPClient added in v0.15.0

func NewPublicGetMyBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicGetMyBackupCodesV4Params

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

func NewPublicGetMyBackupCodesV4ParamsWithTimeout added in v0.15.0

func NewPublicGetMyBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicGetMyBackupCodesV4Params

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

func (*PublicGetMyBackupCodesV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicGetMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetContext added in v0.15.0

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

SetContext adds the context to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicGetMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetNamespace added in v0.15.0

func (o *PublicGetMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithContext added in v0.15.0

WithContext adds the context to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicGetMyBackupCodesV4Reader added in v0.15.0

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

PublicGetMyBackupCodesV4Reader is a Reader for the PublicGetMyBackupCodesV4 structure.

func (*PublicGetMyBackupCodesV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicGetMyBackupCodesV4Unauthorized added in v0.15.0

type PublicGetMyBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyBackupCodesV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicGetMyBackupCodesV4Unauthorized added in v0.15.0

func NewPublicGetMyBackupCodesV4Unauthorized() *PublicGetMyBackupCodesV4Unauthorized

NewPublicGetMyBackupCodesV4Unauthorized creates a PublicGetMyBackupCodesV4Unauthorized with default headers values

func (*PublicGetMyBackupCodesV4Unauthorized) Error added in v0.15.0

func (*PublicGetMyBackupCodesV4Unauthorized) GetPayload added in v0.15.0

type PublicGetMyEnabledFactorsV4BadRequest added in v0.15.0

type PublicGetMyEnabledFactorsV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyEnabledFactorsV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10193</td><td>mfa not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicGetMyEnabledFactorsV4BadRequest added in v0.15.0

func NewPublicGetMyEnabledFactorsV4BadRequest() *PublicGetMyEnabledFactorsV4BadRequest

NewPublicGetMyEnabledFactorsV4BadRequest creates a PublicGetMyEnabledFactorsV4BadRequest with default headers values

func (*PublicGetMyEnabledFactorsV4BadRequest) Error added in v0.15.0

func (*PublicGetMyEnabledFactorsV4BadRequest) GetPayload added in v0.15.0

type PublicGetMyEnabledFactorsV4Forbidden added in v0.15.0

type PublicGetMyEnabledFactorsV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyEnabledFactorsV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicGetMyEnabledFactorsV4Forbidden added in v0.15.0

func NewPublicGetMyEnabledFactorsV4Forbidden() *PublicGetMyEnabledFactorsV4Forbidden

NewPublicGetMyEnabledFactorsV4Forbidden creates a PublicGetMyEnabledFactorsV4Forbidden with default headers values

func (*PublicGetMyEnabledFactorsV4Forbidden) Error added in v0.15.0

func (*PublicGetMyEnabledFactorsV4Forbidden) GetPayload added in v0.15.0

type PublicGetMyEnabledFactorsV4InternalServerError added in v0.15.0

type PublicGetMyEnabledFactorsV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyEnabledFactorsV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicGetMyEnabledFactorsV4InternalServerError added in v0.15.0

func NewPublicGetMyEnabledFactorsV4InternalServerError() *PublicGetMyEnabledFactorsV4InternalServerError

NewPublicGetMyEnabledFactorsV4InternalServerError creates a PublicGetMyEnabledFactorsV4InternalServerError with default headers values

func (*PublicGetMyEnabledFactorsV4InternalServerError) Error added in v0.15.0

func (*PublicGetMyEnabledFactorsV4InternalServerError) GetPayload added in v0.15.0

type PublicGetMyEnabledFactorsV4NotFound added in v0.15.0

type PublicGetMyEnabledFactorsV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyEnabledFactorsV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicGetMyEnabledFactorsV4NotFound added in v0.15.0

func NewPublicGetMyEnabledFactorsV4NotFound() *PublicGetMyEnabledFactorsV4NotFound

NewPublicGetMyEnabledFactorsV4NotFound creates a PublicGetMyEnabledFactorsV4NotFound with default headers values

func (*PublicGetMyEnabledFactorsV4NotFound) Error added in v0.15.0

func (*PublicGetMyEnabledFactorsV4NotFound) GetPayload added in v0.15.0

type PublicGetMyEnabledFactorsV4OK added in v0.15.0

type PublicGetMyEnabledFactorsV4OK struct {
	Payload *iamclientmodels.ModelEnabledFactorsResponseV4
}

PublicGetMyEnabledFactorsV4OK handles this case with default header values.

Methods returned

func NewPublicGetMyEnabledFactorsV4OK added in v0.15.0

func NewPublicGetMyEnabledFactorsV4OK() *PublicGetMyEnabledFactorsV4OK

NewPublicGetMyEnabledFactorsV4OK creates a PublicGetMyEnabledFactorsV4OK with default headers values

func (*PublicGetMyEnabledFactorsV4OK) Error added in v0.15.0

func (*PublicGetMyEnabledFactorsV4OK) GetPayload added in v0.15.0

type PublicGetMyEnabledFactorsV4Params added in v0.15.0

type PublicGetMyEnabledFactorsV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicGetMyEnabledFactorsV4Params contains all the parameters to send to the API endpoint for the public get my enabled factors v4 operation typically these are written to a http.Request

func NewPublicGetMyEnabledFactorsV4Params added in v0.15.0

func NewPublicGetMyEnabledFactorsV4Params() *PublicGetMyEnabledFactorsV4Params

NewPublicGetMyEnabledFactorsV4Params creates a new PublicGetMyEnabledFactorsV4Params object with the default values initialized.

func NewPublicGetMyEnabledFactorsV4ParamsWithContext added in v0.15.0

func NewPublicGetMyEnabledFactorsV4ParamsWithContext(ctx context.Context) *PublicGetMyEnabledFactorsV4Params

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

func NewPublicGetMyEnabledFactorsV4ParamsWithHTTPClient added in v0.15.0

func NewPublicGetMyEnabledFactorsV4ParamsWithHTTPClient(client *http.Client) *PublicGetMyEnabledFactorsV4Params

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

func NewPublicGetMyEnabledFactorsV4ParamsWithTimeout added in v0.15.0

func NewPublicGetMyEnabledFactorsV4ParamsWithTimeout(timeout time.Duration) *PublicGetMyEnabledFactorsV4Params

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

func (*PublicGetMyEnabledFactorsV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicGetMyEnabledFactorsV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetContext added in v0.15.0

SetContext adds the context to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicGetMyEnabledFactorsV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetNamespace added in v0.15.0

func (o *PublicGetMyEnabledFactorsV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithContext added in v0.15.0

WithContext adds the context to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicGetMyEnabledFactorsV4Reader added in v0.15.0

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

PublicGetMyEnabledFactorsV4Reader is a Reader for the PublicGetMyEnabledFactorsV4 structure.

func (*PublicGetMyEnabledFactorsV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicGetMyEnabledFactorsV4Unauthorized added in v0.15.0

type PublicGetMyEnabledFactorsV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetMyEnabledFactorsV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicGetMyEnabledFactorsV4Unauthorized added in v0.15.0

func NewPublicGetMyEnabledFactorsV4Unauthorized() *PublicGetMyEnabledFactorsV4Unauthorized

NewPublicGetMyEnabledFactorsV4Unauthorized creates a PublicGetMyEnabledFactorsV4Unauthorized with default headers values

func (*PublicGetMyEnabledFactorsV4Unauthorized) Error added in v0.15.0

func (*PublicGetMyEnabledFactorsV4Unauthorized) GetPayload added in v0.15.0

type PublicMakeFactorMyDefaultV4BadRequest added in v0.15.0

type PublicMakeFactorMyDefaultV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicMakeFactorMyDefaultV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10189</td><td>invalid factor</td></tr><tr><td>10192</td><td>factor not enabled</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicMakeFactorMyDefaultV4BadRequest added in v0.15.0

func NewPublicMakeFactorMyDefaultV4BadRequest() *PublicMakeFactorMyDefaultV4BadRequest

NewPublicMakeFactorMyDefaultV4BadRequest creates a PublicMakeFactorMyDefaultV4BadRequest with default headers values

func (*PublicMakeFactorMyDefaultV4BadRequest) Error added in v0.15.0

func (*PublicMakeFactorMyDefaultV4BadRequest) GetPayload added in v0.15.0

type PublicMakeFactorMyDefaultV4Forbidden added in v0.15.0

type PublicMakeFactorMyDefaultV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicMakeFactorMyDefaultV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicMakeFactorMyDefaultV4Forbidden added in v0.15.0

func NewPublicMakeFactorMyDefaultV4Forbidden() *PublicMakeFactorMyDefaultV4Forbidden

NewPublicMakeFactorMyDefaultV4Forbidden creates a PublicMakeFactorMyDefaultV4Forbidden with default headers values

func (*PublicMakeFactorMyDefaultV4Forbidden) Error added in v0.15.0

func (*PublicMakeFactorMyDefaultV4Forbidden) GetPayload added in v0.15.0

type PublicMakeFactorMyDefaultV4InternalServerError added in v0.15.0

type PublicMakeFactorMyDefaultV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicMakeFactorMyDefaultV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicMakeFactorMyDefaultV4InternalServerError added in v0.15.0

func NewPublicMakeFactorMyDefaultV4InternalServerError() *PublicMakeFactorMyDefaultV4InternalServerError

NewPublicMakeFactorMyDefaultV4InternalServerError creates a PublicMakeFactorMyDefaultV4InternalServerError with default headers values

func (*PublicMakeFactorMyDefaultV4InternalServerError) Error added in v0.15.0

func (*PublicMakeFactorMyDefaultV4InternalServerError) GetPayload added in v0.15.0

type PublicMakeFactorMyDefaultV4NoContent added in v0.15.0

type PublicMakeFactorMyDefaultV4NoContent struct {
}

PublicMakeFactorMyDefaultV4NoContent handles this case with default header values.

Default method changed

func NewPublicMakeFactorMyDefaultV4NoContent added in v0.15.0

func NewPublicMakeFactorMyDefaultV4NoContent() *PublicMakeFactorMyDefaultV4NoContent

NewPublicMakeFactorMyDefaultV4NoContent creates a PublicMakeFactorMyDefaultV4NoContent with default headers values

func (*PublicMakeFactorMyDefaultV4NoContent) Error added in v0.15.0

type PublicMakeFactorMyDefaultV4NotFound added in v0.15.0

type PublicMakeFactorMyDefaultV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicMakeFactorMyDefaultV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicMakeFactorMyDefaultV4NotFound added in v0.15.0

func NewPublicMakeFactorMyDefaultV4NotFound() *PublicMakeFactorMyDefaultV4NotFound

NewPublicMakeFactorMyDefaultV4NotFound creates a PublicMakeFactorMyDefaultV4NotFound with default headers values

func (*PublicMakeFactorMyDefaultV4NotFound) Error added in v0.15.0

func (*PublicMakeFactorMyDefaultV4NotFound) GetPayload added in v0.15.0

type PublicMakeFactorMyDefaultV4Params added in v0.15.0

type PublicMakeFactorMyDefaultV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Factor
	  factor

	*/
	Factor string
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicMakeFactorMyDefaultV4Params contains all the parameters to send to the API endpoint for the public make factor my default v4 operation typically these are written to a http.Request

func NewPublicMakeFactorMyDefaultV4Params added in v0.15.0

func NewPublicMakeFactorMyDefaultV4Params() *PublicMakeFactorMyDefaultV4Params

NewPublicMakeFactorMyDefaultV4Params creates a new PublicMakeFactorMyDefaultV4Params object with the default values initialized.

func NewPublicMakeFactorMyDefaultV4ParamsWithContext added in v0.15.0

func NewPublicMakeFactorMyDefaultV4ParamsWithContext(ctx context.Context) *PublicMakeFactorMyDefaultV4Params

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

func NewPublicMakeFactorMyDefaultV4ParamsWithHTTPClient added in v0.15.0

func NewPublicMakeFactorMyDefaultV4ParamsWithHTTPClient(client *http.Client) *PublicMakeFactorMyDefaultV4Params

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

func NewPublicMakeFactorMyDefaultV4ParamsWithTimeout added in v0.15.0

func NewPublicMakeFactorMyDefaultV4ParamsWithTimeout(timeout time.Duration) *PublicMakeFactorMyDefaultV4Params

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

func (*PublicMakeFactorMyDefaultV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicMakeFactorMyDefaultV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetContext added in v0.15.0

SetContext adds the context to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetFactor added in v0.15.0

func (o *PublicMakeFactorMyDefaultV4Params) SetFactor(factor string)

SetFactor adds the factor to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicMakeFactorMyDefaultV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetNamespace added in v0.15.0

func (o *PublicMakeFactorMyDefaultV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithContext added in v0.15.0

WithContext adds the context to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithFactor added in v0.15.0

WithFactor adds the factor to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type PublicMakeFactorMyDefaultV4Reader added in v0.15.0

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

PublicMakeFactorMyDefaultV4Reader is a Reader for the PublicMakeFactorMyDefaultV4 structure.

func (*PublicMakeFactorMyDefaultV4Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type PublicMakeFactorMyDefaultV4Unauthorized added in v0.15.0

type PublicMakeFactorMyDefaultV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicMakeFactorMyDefaultV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicMakeFactorMyDefaultV4Unauthorized added in v0.15.0

func NewPublicMakeFactorMyDefaultV4Unauthorized() *PublicMakeFactorMyDefaultV4Unauthorized

NewPublicMakeFactorMyDefaultV4Unauthorized creates a PublicMakeFactorMyDefaultV4Unauthorized with default headers values

func (*PublicMakeFactorMyDefaultV4Unauthorized) Error added in v0.15.0

func (*PublicMakeFactorMyDefaultV4Unauthorized) GetPayload added in v0.15.0

type PublicRemoveTrustedDeviceV4BadRequest added in v0.16.0

type PublicRemoveTrustedDeviceV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicRemoveTrustedDeviceV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10191</td><td>email address not verified</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicRemoveTrustedDeviceV4BadRequest added in v0.16.0

func NewPublicRemoveTrustedDeviceV4BadRequest() *PublicRemoveTrustedDeviceV4BadRequest

NewPublicRemoveTrustedDeviceV4BadRequest creates a PublicRemoveTrustedDeviceV4BadRequest with default headers values

func (*PublicRemoveTrustedDeviceV4BadRequest) Error added in v0.16.0

func (*PublicRemoveTrustedDeviceV4BadRequest) GetPayload added in v0.16.0

type PublicRemoveTrustedDeviceV4Forbidden added in v0.16.0

type PublicRemoveTrustedDeviceV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicRemoveTrustedDeviceV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20003</td><td>forbidden access</td></tr></table>

func NewPublicRemoveTrustedDeviceV4Forbidden added in v0.16.0

func NewPublicRemoveTrustedDeviceV4Forbidden() *PublicRemoveTrustedDeviceV4Forbidden

NewPublicRemoveTrustedDeviceV4Forbidden creates a PublicRemoveTrustedDeviceV4Forbidden with default headers values

func (*PublicRemoveTrustedDeviceV4Forbidden) Error added in v0.16.0

func (*PublicRemoveTrustedDeviceV4Forbidden) GetPayload added in v0.16.0

type PublicRemoveTrustedDeviceV4InternalServerError added in v0.16.0

type PublicRemoveTrustedDeviceV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicRemoveTrustedDeviceV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicRemoveTrustedDeviceV4InternalServerError added in v0.16.0

func NewPublicRemoveTrustedDeviceV4InternalServerError() *PublicRemoveTrustedDeviceV4InternalServerError

NewPublicRemoveTrustedDeviceV4InternalServerError creates a PublicRemoveTrustedDeviceV4InternalServerError with default headers values

func (*PublicRemoveTrustedDeviceV4InternalServerError) Error added in v0.16.0

func (*PublicRemoveTrustedDeviceV4InternalServerError) GetPayload added in v0.16.0

type PublicRemoveTrustedDeviceV4NoContent added in v0.16.0

type PublicRemoveTrustedDeviceV4NoContent struct {
}

PublicRemoveTrustedDeviceV4NoContent handles this case with default header values.

Device removed

func NewPublicRemoveTrustedDeviceV4NoContent added in v0.16.0

func NewPublicRemoveTrustedDeviceV4NoContent() *PublicRemoveTrustedDeviceV4NoContent

NewPublicRemoveTrustedDeviceV4NoContent creates a PublicRemoveTrustedDeviceV4NoContent with default headers values

func (*PublicRemoveTrustedDeviceV4NoContent) Error added in v0.16.0

type PublicRemoveTrustedDeviceV4NotFound added in v0.16.0

type PublicRemoveTrustedDeviceV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicRemoveTrustedDeviceV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicRemoveTrustedDeviceV4NotFound added in v0.16.0

func NewPublicRemoveTrustedDeviceV4NotFound() *PublicRemoveTrustedDeviceV4NotFound

NewPublicRemoveTrustedDeviceV4NotFound creates a PublicRemoveTrustedDeviceV4NotFound with default headers values

func (*PublicRemoveTrustedDeviceV4NotFound) Error added in v0.16.0

func (*PublicRemoveTrustedDeviceV4NotFound) GetPayload added in v0.16.0

type PublicRemoveTrustedDeviceV4Params added in v0.16.0

type PublicRemoveTrustedDeviceV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Cookie*/
	Cookie *string
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicRemoveTrustedDeviceV4Params contains all the parameters to send to the API endpoint for the public remove trusted device v4 operation typically these are written to a http.Request

func NewPublicRemoveTrustedDeviceV4Params added in v0.16.0

func NewPublicRemoveTrustedDeviceV4Params() *PublicRemoveTrustedDeviceV4Params

NewPublicRemoveTrustedDeviceV4Params creates a new PublicRemoveTrustedDeviceV4Params object with the default values initialized.

func NewPublicRemoveTrustedDeviceV4ParamsWithContext added in v0.16.0

func NewPublicRemoveTrustedDeviceV4ParamsWithContext(ctx context.Context) *PublicRemoveTrustedDeviceV4Params

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

func NewPublicRemoveTrustedDeviceV4ParamsWithHTTPClient added in v0.16.0

func NewPublicRemoveTrustedDeviceV4ParamsWithHTTPClient(client *http.Client) *PublicRemoveTrustedDeviceV4Params

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

func NewPublicRemoveTrustedDeviceV4ParamsWithTimeout added in v0.16.0

func NewPublicRemoveTrustedDeviceV4ParamsWithTimeout(timeout time.Duration) *PublicRemoveTrustedDeviceV4Params

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

func (*PublicRemoveTrustedDeviceV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicRemoveTrustedDeviceV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetContext added in v0.16.0

SetContext adds the context to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetCookie added in v0.17.0

func (o *PublicRemoveTrustedDeviceV4Params) SetCookie(cookie *string)

SetCookie adds the cookie to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetHTTPClient added in v0.16.0

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

SetHTTPClient adds the HTTPClient to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicRemoveTrustedDeviceV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetNamespace added in v0.16.0

func (o *PublicRemoveTrustedDeviceV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetTimeout added in v0.16.0

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

SetTimeout adds the timeout to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithContext added in v0.16.0

WithContext adds the context to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithCookie added in v0.17.0

WithCookie adds the cookie to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithHTTPClient added in v0.16.0

WithHTTPClient adds the HTTPClient to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithNamespace added in v0.16.0

WithNamespace adds the namespace to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithTimeout added in v0.16.0

WithTimeout adds the timeout to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WriteToRequest added in v0.16.0

WriteToRequest writes these params to a swagger request

type PublicRemoveTrustedDeviceV4Reader added in v0.16.0

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

PublicRemoveTrustedDeviceV4Reader is a Reader for the PublicRemoveTrustedDeviceV4 structure.

func (*PublicRemoveTrustedDeviceV4Reader) ReadResponse added in v0.16.0

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

ReadResponse reads a server response into the received o.

type PublicRemoveTrustedDeviceV4Unauthorized added in v0.16.0

type PublicRemoveTrustedDeviceV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicRemoveTrustedDeviceV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewPublicRemoveTrustedDeviceV4Unauthorized added in v0.16.0

func NewPublicRemoveTrustedDeviceV4Unauthorized() *PublicRemoveTrustedDeviceV4Unauthorized

NewPublicRemoveTrustedDeviceV4Unauthorized creates a PublicRemoveTrustedDeviceV4Unauthorized with default headers values

func (*PublicRemoveTrustedDeviceV4Unauthorized) Error added in v0.16.0

func (*PublicRemoveTrustedDeviceV4Unauthorized) GetPayload added in v0.16.0

type PublicUpdateUserEmailAddressV4BadRequest added in v0.2.0

type PublicUpdateUserEmailAddressV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserEmailAddressV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicUpdateUserEmailAddressV4BadRequest added in v0.2.0

func NewPublicUpdateUserEmailAddressV4BadRequest() *PublicUpdateUserEmailAddressV4BadRequest

NewPublicUpdateUserEmailAddressV4BadRequest creates a PublicUpdateUserEmailAddressV4BadRequest with default headers values

func (*PublicUpdateUserEmailAddressV4BadRequest) Error added in v0.2.0

func (*PublicUpdateUserEmailAddressV4BadRequest) GetPayload added in v0.2.0

type PublicUpdateUserEmailAddressV4Conflict added in v0.2.0

type PublicUpdateUserEmailAddressV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserEmailAddressV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr></table>

func NewPublicUpdateUserEmailAddressV4Conflict added in v0.2.0

func NewPublicUpdateUserEmailAddressV4Conflict() *PublicUpdateUserEmailAddressV4Conflict

NewPublicUpdateUserEmailAddressV4Conflict creates a PublicUpdateUserEmailAddressV4Conflict with default headers values

func (*PublicUpdateUserEmailAddressV4Conflict) Error added in v0.2.0

func (*PublicUpdateUserEmailAddressV4Conflict) GetPayload added in v0.2.0

type PublicUpdateUserEmailAddressV4InternalServerError added in v0.2.0

type PublicUpdateUserEmailAddressV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserEmailAddressV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicUpdateUserEmailAddressV4InternalServerError added in v0.2.0

func NewPublicUpdateUserEmailAddressV4InternalServerError() *PublicUpdateUserEmailAddressV4InternalServerError

NewPublicUpdateUserEmailAddressV4InternalServerError creates a PublicUpdateUserEmailAddressV4InternalServerError with default headers values

func (*PublicUpdateUserEmailAddressV4InternalServerError) Error added in v0.2.0

func (*PublicUpdateUserEmailAddressV4InternalServerError) GetPayload added in v0.2.0

type PublicUpdateUserEmailAddressV4NoContent added in v0.2.0

type PublicUpdateUserEmailAddressV4NoContent struct {
}

PublicUpdateUserEmailAddressV4NoContent handles this case with default header values.

Operation succeeded

func NewPublicUpdateUserEmailAddressV4NoContent added in v0.2.0

func NewPublicUpdateUserEmailAddressV4NoContent() *PublicUpdateUserEmailAddressV4NoContent

NewPublicUpdateUserEmailAddressV4NoContent creates a PublicUpdateUserEmailAddressV4NoContent with default headers values

func (*PublicUpdateUserEmailAddressV4NoContent) Error added in v0.2.0

type PublicUpdateUserEmailAddressV4NotFound added in v0.2.0

type PublicUpdateUserEmailAddressV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserEmailAddressV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20008</td><td>user not found</td></tr></table>

func NewPublicUpdateUserEmailAddressV4NotFound added in v0.2.0

func NewPublicUpdateUserEmailAddressV4NotFound() *PublicUpdateUserEmailAddressV4NotFound

NewPublicUpdateUserEmailAddressV4NotFound creates a PublicUpdateUserEmailAddressV4NotFound with default headers values

func (*PublicUpdateUserEmailAddressV4NotFound) Error added in v0.2.0

func (*PublicUpdateUserEmailAddressV4NotFound) GetPayload added in v0.2.0

type PublicUpdateUserEmailAddressV4Params added in v0.2.0

type PublicUpdateUserEmailAddressV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.ModelEmailUpdateRequestV4
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicUpdateUserEmailAddressV4Params contains all the parameters to send to the API endpoint for the public update user email address v4 operation typically these are written to a http.Request

func NewPublicUpdateUserEmailAddressV4Params added in v0.2.0

func NewPublicUpdateUserEmailAddressV4Params() *PublicUpdateUserEmailAddressV4Params

NewPublicUpdateUserEmailAddressV4Params creates a new PublicUpdateUserEmailAddressV4Params object with the default values initialized.

func NewPublicUpdateUserEmailAddressV4ParamsWithContext added in v0.2.0

func NewPublicUpdateUserEmailAddressV4ParamsWithContext(ctx context.Context) *PublicUpdateUserEmailAddressV4Params

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

func NewPublicUpdateUserEmailAddressV4ParamsWithHTTPClient added in v0.2.0

func NewPublicUpdateUserEmailAddressV4ParamsWithHTTPClient(client *http.Client) *PublicUpdateUserEmailAddressV4Params

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

func NewPublicUpdateUserEmailAddressV4ParamsWithTimeout added in v0.2.0

func NewPublicUpdateUserEmailAddressV4ParamsWithTimeout(timeout time.Duration) *PublicUpdateUserEmailAddressV4Params

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

func (*PublicUpdateUserEmailAddressV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicUpdateUserEmailAddressV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetBody added in v0.2.0

SetBody adds the body to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetContext added in v0.2.0

SetContext adds the context to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicUpdateUserEmailAddressV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetNamespace added in v0.2.0

func (o *PublicUpdateUserEmailAddressV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithBody added in v0.2.0

WithBody adds the body to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithContext added in v0.2.0

WithContext adds the context to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type PublicUpdateUserEmailAddressV4Reader added in v0.2.0

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

PublicUpdateUserEmailAddressV4Reader is a Reader for the PublicUpdateUserEmailAddressV4 structure.

func (*PublicUpdateUserEmailAddressV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type PublicUpdateUserEmailAddressV4Unauthorized added in v0.2.0

type PublicUpdateUserEmailAddressV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserEmailAddressV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewPublicUpdateUserEmailAddressV4Unauthorized added in v0.2.0

func NewPublicUpdateUserEmailAddressV4Unauthorized() *PublicUpdateUserEmailAddressV4Unauthorized

NewPublicUpdateUserEmailAddressV4Unauthorized creates a PublicUpdateUserEmailAddressV4Unauthorized with default headers values

func (*PublicUpdateUserEmailAddressV4Unauthorized) Error added in v0.2.0

func (*PublicUpdateUserEmailAddressV4Unauthorized) GetPayload added in v0.2.0

type PublicUpdateUserV4BadRequest added in v0.2.0

type PublicUpdateUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>10154</td><td>country not found</td></tr><tr><td>10130</td><td>user under age</td></tr></table>

func NewPublicUpdateUserV4BadRequest added in v0.2.0

func NewPublicUpdateUserV4BadRequest() *PublicUpdateUserV4BadRequest

NewPublicUpdateUserV4BadRequest creates a PublicUpdateUserV4BadRequest with default headers values

func (*PublicUpdateUserV4BadRequest) Error added in v0.2.0

func (*PublicUpdateUserV4BadRequest) GetPayload added in v0.2.0

type PublicUpdateUserV4Conflict added in v0.2.0

type PublicUpdateUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr></table>

func NewPublicUpdateUserV4Conflict added in v0.2.0

func NewPublicUpdateUserV4Conflict() *PublicUpdateUserV4Conflict

NewPublicUpdateUserV4Conflict creates a PublicUpdateUserV4Conflict with default headers values

func (*PublicUpdateUserV4Conflict) Error added in v0.2.0

func (*PublicUpdateUserV4Conflict) GetPayload added in v0.2.0

type PublicUpdateUserV4InternalServerError added in v0.2.0

type PublicUpdateUserV4InternalServerError struct {
}

PublicUpdateUserV4InternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateUserV4InternalServerError added in v0.2.0

func NewPublicUpdateUserV4InternalServerError() *PublicUpdateUserV4InternalServerError

NewPublicUpdateUserV4InternalServerError creates a PublicUpdateUserV4InternalServerError with default headers values

func (*PublicUpdateUserV4InternalServerError) Error added in v0.2.0

type PublicUpdateUserV4OK added in v0.2.0

type PublicUpdateUserV4OK struct {
	Payload *iamclientmodels.ModelUserResponseV3
}

PublicUpdateUserV4OK handles this case with default header values.

OK

func NewPublicUpdateUserV4OK added in v0.2.0

func NewPublicUpdateUserV4OK() *PublicUpdateUserV4OK

NewPublicUpdateUserV4OK creates a PublicUpdateUserV4OK with default headers values

func (*PublicUpdateUserV4OK) Error added in v0.2.0

func (o *PublicUpdateUserV4OK) Error() string

func (*PublicUpdateUserV4OK) GetPayload added in v0.2.0

type PublicUpdateUserV4Params added in v0.2.0

type PublicUpdateUserV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.ModelUserUpdateRequestV3
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicUpdateUserV4Params contains all the parameters to send to the API endpoint for the public update user v4 operation typically these are written to a http.Request

func NewPublicUpdateUserV4Params added in v0.2.0

func NewPublicUpdateUserV4Params() *PublicUpdateUserV4Params

NewPublicUpdateUserV4Params creates a new PublicUpdateUserV4Params object with the default values initialized.

func NewPublicUpdateUserV4ParamsWithContext added in v0.2.0

func NewPublicUpdateUserV4ParamsWithContext(ctx context.Context) *PublicUpdateUserV4Params

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

func NewPublicUpdateUserV4ParamsWithHTTPClient added in v0.2.0

func NewPublicUpdateUserV4ParamsWithHTTPClient(client *http.Client) *PublicUpdateUserV4Params

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

func NewPublicUpdateUserV4ParamsWithTimeout added in v0.2.0

func NewPublicUpdateUserV4ParamsWithTimeout(timeout time.Duration) *PublicUpdateUserV4Params

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

func (*PublicUpdateUserV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicUpdateUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public update user v4 params

func (*PublicUpdateUserV4Params) SetBody added in v0.2.0

SetBody adds the body to the public update user v4 params

func (*PublicUpdateUserV4Params) SetContext added in v0.2.0

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

SetContext adds the context to the public update user v4 params

func (*PublicUpdateUserV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the public update user v4 params

func (*PublicUpdateUserV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicUpdateUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public update user v4 params

func (*PublicUpdateUserV4Params) SetNamespace added in v0.2.0

func (o *PublicUpdateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update user v4 params

func (*PublicUpdateUserV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the public update user v4 params

func (*PublicUpdateUserV4Params) WithBody added in v0.2.0

WithBody adds the body to the public update user v4 params

func (*PublicUpdateUserV4Params) WithContext added in v0.2.0

WithContext adds the context to the public update user v4 params

func (*PublicUpdateUserV4Params) WithHTTPClient added in v0.2.0

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

WithHTTPClient adds the HTTPClient to the public update user v4 params

func (*PublicUpdateUserV4Params) WithNamespace added in v0.2.0

func (o *PublicUpdateUserV4Params) WithNamespace(namespace string) *PublicUpdateUserV4Params

WithNamespace adds the namespace to the public update user v4 params

func (*PublicUpdateUserV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the public update user v4 params

func (*PublicUpdateUserV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type PublicUpdateUserV4Reader added in v0.2.0

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

PublicUpdateUserV4Reader is a Reader for the PublicUpdateUserV4 structure.

func (*PublicUpdateUserV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type PublicUpdateUserV4Unauthorized added in v0.2.0

type PublicUpdateUserV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewPublicUpdateUserV4Unauthorized added in v0.2.0

func NewPublicUpdateUserV4Unauthorized() *PublicUpdateUserV4Unauthorized

NewPublicUpdateUserV4Unauthorized creates a PublicUpdateUserV4Unauthorized with default headers values

func (*PublicUpdateUserV4Unauthorized) Error added in v0.2.0

func (*PublicUpdateUserV4Unauthorized) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountV4BadRequest added in v0.2.0

type PublicUpgradeHeadlessAccountV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>20002</td><td>validation error</td></tr></table>

func NewPublicUpgradeHeadlessAccountV4BadRequest added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4BadRequest() *PublicUpgradeHeadlessAccountV4BadRequest

NewPublicUpgradeHeadlessAccountV4BadRequest creates a PublicUpgradeHeadlessAccountV4BadRequest with default headers values

func (*PublicUpgradeHeadlessAccountV4BadRequest) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountV4BadRequest) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountV4Conflict added in v0.2.0

type PublicUpgradeHeadlessAccountV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10153</td><td>user exist</td></tr><tr><td>10170</td><td>account is already a full account</td></tr><tr><td>10133</td><td>email already used</td></tr><tr><td>10177</td><td>username already used</td></tr></table>

func NewPublicUpgradeHeadlessAccountV4Conflict added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4Conflict() *PublicUpgradeHeadlessAccountV4Conflict

NewPublicUpgradeHeadlessAccountV4Conflict creates a PublicUpgradeHeadlessAccountV4Conflict with default headers values

func (*PublicUpgradeHeadlessAccountV4Conflict) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountV4Conflict) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountV4InternalServerError added in v0.2.0

type PublicUpgradeHeadlessAccountV4InternalServerError struct {
}

PublicUpgradeHeadlessAccountV4InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>

func NewPublicUpgradeHeadlessAccountV4InternalServerError added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4InternalServerError() *PublicUpgradeHeadlessAccountV4InternalServerError

NewPublicUpgradeHeadlessAccountV4InternalServerError creates a PublicUpgradeHeadlessAccountV4InternalServerError with default headers values

func (*PublicUpgradeHeadlessAccountV4InternalServerError) Error added in v0.2.0

type PublicUpgradeHeadlessAccountV4NotFound added in v0.2.0

type PublicUpgradeHeadlessAccountV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr></table>

func NewPublicUpgradeHeadlessAccountV4NotFound added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4NotFound() *PublicUpgradeHeadlessAccountV4NotFound

NewPublicUpgradeHeadlessAccountV4NotFound creates a PublicUpgradeHeadlessAccountV4NotFound with default headers values

func (*PublicUpgradeHeadlessAccountV4NotFound) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountV4NotFound) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountV4OK added in v0.2.0

type PublicUpgradeHeadlessAccountV4OK struct {
	Payload *iamclientmodels.AccountUserResponseV4
}

PublicUpgradeHeadlessAccountV4OK handles this case with default header values.

OK

func NewPublicUpgradeHeadlessAccountV4OK added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4OK() *PublicUpgradeHeadlessAccountV4OK

NewPublicUpgradeHeadlessAccountV4OK creates a PublicUpgradeHeadlessAccountV4OK with default headers values

func (*PublicUpgradeHeadlessAccountV4OK) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountV4OK) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountV4Params added in v0.2.0

type PublicUpgradeHeadlessAccountV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.AccountUpgradeHeadlessAccountRequestV4
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicUpgradeHeadlessAccountV4Params contains all the parameters to send to the API endpoint for the public upgrade headless account v4 operation typically these are written to a http.Request

func NewPublicUpgradeHeadlessAccountV4Params added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4Params() *PublicUpgradeHeadlessAccountV4Params

NewPublicUpgradeHeadlessAccountV4Params creates a new PublicUpgradeHeadlessAccountV4Params object with the default values initialized.

func NewPublicUpgradeHeadlessAccountV4ParamsWithContext added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4ParamsWithContext(ctx context.Context) *PublicUpgradeHeadlessAccountV4Params

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

func NewPublicUpgradeHeadlessAccountV4ParamsWithHTTPClient added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4ParamsWithHTTPClient(client *http.Client) *PublicUpgradeHeadlessAccountV4Params

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

func NewPublicUpgradeHeadlessAccountV4ParamsWithTimeout added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4ParamsWithTimeout(timeout time.Duration) *PublicUpgradeHeadlessAccountV4Params

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

func (*PublicUpgradeHeadlessAccountV4Params) SetAuthInfoWriter added in v0.17.0

func (o *PublicUpgradeHeadlessAccountV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetBody added in v0.2.0

SetBody adds the body to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetContext added in v0.2.0

SetContext adds the context to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicUpgradeHeadlessAccountV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetNamespace added in v0.2.0

func (o *PublicUpgradeHeadlessAccountV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithBody added in v0.2.0

WithBody adds the body to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithContext added in v0.2.0

WithContext adds the context to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type PublicUpgradeHeadlessAccountV4Reader added in v0.2.0

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

PublicUpgradeHeadlessAccountV4Reader is a Reader for the PublicUpgradeHeadlessAccountV4 structure.

func (*PublicUpgradeHeadlessAccountV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type PublicUpgradeHeadlessAccountV4Unauthorized added in v0.2.0

type PublicUpgradeHeadlessAccountV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewPublicUpgradeHeadlessAccountV4Unauthorized added in v0.2.0

func NewPublicUpgradeHeadlessAccountV4Unauthorized() *PublicUpgradeHeadlessAccountV4Unauthorized

NewPublicUpgradeHeadlessAccountV4Unauthorized creates a PublicUpgradeHeadlessAccountV4Unauthorized with default headers values

func (*PublicUpgradeHeadlessAccountV4Unauthorized) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountV4Unauthorized) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr><tr><td>10155</td><td>country is not defined</td></tr><tr><td>10130</td><td>user under age</td></tr></table>

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest() *PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10153</td><td>user exist</td></tr><tr><td>10170</td><td>account is already a full account</td></tr></table>

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10152</td><td>verification code not found</td></tr><tr><td>10137</td><td>code is expired</td></tr><tr><td>10136</td><td>code is either been used or not valid anymore</td></tr><tr><td>10138</td><td>code not match</td></tr><tr><td>10149</td><td>verification contact type doesn't match</td></tr><tr><td>10148</td><td>verification code context doesn't match the required context</td></tr></table>

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError struct {
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError() *PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError) Error added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10139</td><td>platform account not found</td></tr><tr><td>10154</td><td>country not found</td></tr></table>

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound() *PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4OK added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4OK struct {
	Payload *iamclientmodels.AccountUserResponseV4
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4OK handles this case with default header values.

OK

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4OK added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4OK() *PublicUpgradeHeadlessAccountWithVerificationCodeV4OK

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4OK creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4OK with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK) GetPayload added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Params added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.AccountUpgradeHeadlessAccountWithVerificationCodeRequestV4
	/*Namespace
	  Namespace, only accept alphabet and numeric

	*/
	Namespace string

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

PublicUpgradeHeadlessAccountWithVerificationCodeV4Params contains all the parameters to send to the API endpoint for the public upgrade headless account with verification code v4 operation typically these are written to a http.Request

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Params added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Params() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Params creates a new PublicUpgradeHeadlessAccountWithVerificationCodeV4Params object with the default values initialized.

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4ParamsWithContext added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4ParamsWithContext(ctx context.Context) *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4ParamsWithHTTPClient added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4ParamsWithHTTPClient(client *http.Client) *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4ParamsWithTimeout added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4ParamsWithTimeout(timeout time.Duration) *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params

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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetAuthInfoWriter added in v0.17.0

SetAuthInfoWriter adds the authInfoWriter to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetBody added in v0.2.0

SetBody adds the body to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetContext added in v0.2.0

SetContext adds the context to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetHTTPClient added in v0.2.0

SetHTTPClient adds the HTTPClient to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetHTTPClientTransport added in v0.19.0

func (o *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetNamespace added in v0.2.0

SetNamespace adds the namespace to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetTimeout added in v0.2.0

SetTimeout adds the timeout to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithBody added in v0.2.0

WithBody adds the body to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithContext added in v0.2.0

WithContext adds the context to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithNamespace added in v0.2.0

WithNamespace adds the namespace to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader added in v0.2.0

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

PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader is a Reader for the PublicUpgradeHeadlessAccountWithVerificationCodeV4 structure.

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr><tr><td>20022</td><td>token is not user token</td></tr></table>

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized added in v0.2.0

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized) Error added in v0.2.0

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized) GetPayload added in v0.2.0

Source Files

Jump to

Keyboard shortcuts

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