users_v4

package
v0.69.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MIT Imports: 16 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

func (*AdminAddUserRoleV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminAddUserRoleV4BadRequest) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminAddUserRoleV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminAddUserRoleV4Forbidden) ToJSONString() string

type AdminAddUserRoleV4InternalServerError added in v0.2.0

type AdminAddUserRoleV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

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

func (*AdminAddUserRoleV4InternalServerError) ToJSONString added in v0.25.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><tr><td>10156</td><td>role 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

func (*AdminAddUserRoleV4NotFound) ToJSONString added in v0.25.0

func (o *AdminAddUserRoleV4NotFound) ToJSONString() string

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

func (*AdminAddUserRoleV4OK) ToJSONString added in v0.25.0

func (o *AdminAddUserRoleV4OK) ToJSONString() string

type AdminAddUserRoleV4Params added in v0.2.0

type AdminAddUserRoleV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminAddUserRoleV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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 AdminAddUserRoleV4Unauthorized added in v0.31.0

type AdminAddUserRoleV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminAddUserRoleV4Unauthorized 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 NewAdminAddUserRoleV4Unauthorized added in v0.31.0

func NewAdminAddUserRoleV4Unauthorized() *AdminAddUserRoleV4Unauthorized

NewAdminAddUserRoleV4Unauthorized creates a AdminAddUserRoleV4Unauthorized with default headers values

func (*AdminAddUserRoleV4Unauthorized) Error added in v0.31.0

func (*AdminAddUserRoleV4Unauthorized) GetPayload added in v0.31.0

func (*AdminAddUserRoleV4Unauthorized) ToJSONString added in v0.31.0

func (o *AdminAddUserRoleV4Unauthorized) ToJSONString() string

type AdminAddUserRoleV4UnprocessableEntity added in v0.2.0

type AdminAddUserRoleV4UnprocessableEntity struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminAddUserRoleV4UnprocessableEntity handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>422</td><td>request is unprocessable</td></tr></table>

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

func (*AdminAddUserRoleV4UnprocessableEntity) ToJSONString added in v0.25.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

func (*AdminBulkCheckValidUserIDV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*AdminBulkCheckValidUserIDV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminBulkCheckValidUserIDV4Forbidden) ToJSONString() string

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

func (*AdminBulkCheckValidUserIDV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminBulkCheckValidUserIDV4OK) ToJSONString added in v0.25.0

func (o *AdminBulkCheckValidUserIDV4OK) ToJSONString() string

type AdminBulkCheckValidUserIDV4Params added in v0.15.0

type AdminBulkCheckValidUserIDV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminBulkCheckValidUserIDV4Params contains all the parameters to send to the API endpoint for the admin bulk check valid user idv4 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 idv4 params

func (*AdminBulkCheckValidUserIDV4Params) SetBody added in v0.15.0

SetBody adds the body to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) SetContext added in v0.15.0

SetContext adds the context to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) SetFlightId added in v0.63.0

func (o *AdminBulkCheckValidUserIDV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminBulkCheckValidUserIDV4Params) WithBody added in v0.15.0

WithBody adds the body to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) WithContext added in v0.15.0

WithContext adds the context to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) WithNamespace added in v0.15.0

WithNamespace adds the namespace to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the admin bulk check valid user idv4 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

func (*AdminBulkCheckValidUserIDV4Unauthorized) ToJSONString added in v0.25.0

type AdminBulkUpdateUserAccountTypeV4BadRequest added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkUpdateUserAccountTypeV4BadRequest 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 NewAdminBulkUpdateUserAccountTypeV4BadRequest added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4BadRequest() *AdminBulkUpdateUserAccountTypeV4BadRequest

NewAdminBulkUpdateUserAccountTypeV4BadRequest creates a AdminBulkUpdateUserAccountTypeV4BadRequest with default headers values

func (*AdminBulkUpdateUserAccountTypeV4BadRequest) Error added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4BadRequest) GetPayload added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4BadRequest) ToJSONString added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4Forbidden added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkUpdateUserAccountTypeV4Forbidden 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 NewAdminBulkUpdateUserAccountTypeV4Forbidden added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4Forbidden() *AdminBulkUpdateUserAccountTypeV4Forbidden

NewAdminBulkUpdateUserAccountTypeV4Forbidden creates a AdminBulkUpdateUserAccountTypeV4Forbidden with default headers values

func (*AdminBulkUpdateUserAccountTypeV4Forbidden) Error added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4Forbidden) GetPayload added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4Forbidden) ToJSONString added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4InternalServerError added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkUpdateUserAccountTypeV4InternalServerError 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 NewAdminBulkUpdateUserAccountTypeV4InternalServerError added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4InternalServerError() *AdminBulkUpdateUserAccountTypeV4InternalServerError

NewAdminBulkUpdateUserAccountTypeV4InternalServerError creates a AdminBulkUpdateUserAccountTypeV4InternalServerError with default headers values

func (*AdminBulkUpdateUserAccountTypeV4InternalServerError) Error added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4InternalServerError) GetPayload added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4InternalServerError) ToJSONString added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4NoContent added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4NoContent struct {
}

AdminBulkUpdateUserAccountTypeV4NoContent handles this case with default header values.

Account type updated to test

func NewAdminBulkUpdateUserAccountTypeV4NoContent added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4NoContent() *AdminBulkUpdateUserAccountTypeV4NoContent

NewAdminBulkUpdateUserAccountTypeV4NoContent creates a AdminBulkUpdateUserAccountTypeV4NoContent with default headers values

func (*AdminBulkUpdateUserAccountTypeV4NoContent) Error added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4NotFound added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkUpdateUserAccountTypeV4NotFound 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 NewAdminBulkUpdateUserAccountTypeV4NotFound added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4NotFound() *AdminBulkUpdateUserAccountTypeV4NotFound

NewAdminBulkUpdateUserAccountTypeV4NotFound creates a AdminBulkUpdateUserAccountTypeV4NotFound with default headers values

func (*AdminBulkUpdateUserAccountTypeV4NotFound) Error added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4NotFound) GetPayload added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4NotFound) ToJSONString added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4Params added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminBulkUpdateUserAccountTypeV4Params added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4Params() *AdminBulkUpdateUserAccountTypeV4Params

NewAdminBulkUpdateUserAccountTypeV4Params creates a new AdminBulkUpdateUserAccountTypeV4Params object with the default values initialized.

func NewAdminBulkUpdateUserAccountTypeV4ParamsWithContext added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4ParamsWithContext(ctx context.Context) *AdminBulkUpdateUserAccountTypeV4Params

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

func NewAdminBulkUpdateUserAccountTypeV4ParamsWithHTTPClient added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4ParamsWithHTTPClient(client *http.Client) *AdminBulkUpdateUserAccountTypeV4Params

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

func NewAdminBulkUpdateUserAccountTypeV4ParamsWithTimeout added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4ParamsWithTimeout(timeout time.Duration) *AdminBulkUpdateUserAccountTypeV4Params

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

func (*AdminBulkUpdateUserAccountTypeV4Params) SetAuthInfoWriter added in v0.60.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) SetBody added in v0.60.0

SetBody adds the body to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) SetContext added in v0.60.0

SetContext adds the context to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) SetFlightId added in v0.63.0

func (o *AdminBulkUpdateUserAccountTypeV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminBulkUpdateUserAccountTypeV4Params) SetHTTPClient added in v0.60.0

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

SetHTTPClient adds the HTTPClient to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) SetHTTPClientTransport added in v0.60.0

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

SetHTTPClient adds the HTTPClient Transport to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) SetNamespace added in v0.60.0

func (o *AdminBulkUpdateUserAccountTypeV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) SetTimeout added in v0.60.0

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

SetTimeout adds the timeout to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) WithBody added in v0.60.0

WithBody adds the body to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) WithContext added in v0.60.0

WithContext adds the context to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) WithHTTPClient added in v0.60.0

WithHTTPClient adds the HTTPClient to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) WithNamespace added in v0.60.0

WithNamespace adds the namespace to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) WithTimeout added in v0.60.0

WithTimeout adds the timeout to the admin bulk update user account type v4 params

func (*AdminBulkUpdateUserAccountTypeV4Params) WriteToRequest added in v0.60.0

WriteToRequest writes these params to a swagger request

type AdminBulkUpdateUserAccountTypeV4Reader added in v0.60.0

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

AdminBulkUpdateUserAccountTypeV4Reader is a Reader for the AdminBulkUpdateUserAccountTypeV4 structure.

func (*AdminBulkUpdateUserAccountTypeV4Reader) ReadResponse added in v0.60.0

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

ReadResponse reads a server response into the received o.

type AdminBulkUpdateUserAccountTypeV4Unauthorized added in v0.60.0

type AdminBulkUpdateUserAccountTypeV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminBulkUpdateUserAccountTypeV4Unauthorized 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 NewAdminBulkUpdateUserAccountTypeV4Unauthorized added in v0.60.0

func NewAdminBulkUpdateUserAccountTypeV4Unauthorized() *AdminBulkUpdateUserAccountTypeV4Unauthorized

NewAdminBulkUpdateUserAccountTypeV4Unauthorized creates a AdminBulkUpdateUserAccountTypeV4Unauthorized with default headers values

func (*AdminBulkUpdateUserAccountTypeV4Unauthorized) Error added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4Unauthorized) GetPayload added in v0.60.0

func (*AdminBulkUpdateUserAccountTypeV4Unauthorized) ToJSONString added in v0.60.0

type AdminCreateTestUsersV4BadRequest added in v0.25.0

type AdminCreateTestUsersV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateTestUsersV4BadRequest 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 NewAdminCreateTestUsersV4BadRequest added in v0.25.0

func NewAdminCreateTestUsersV4BadRequest() *AdminCreateTestUsersV4BadRequest

NewAdminCreateTestUsersV4BadRequest creates a AdminCreateTestUsersV4BadRequest with default headers values

func (*AdminCreateTestUsersV4BadRequest) Error added in v0.25.0

func (*AdminCreateTestUsersV4BadRequest) GetPayload added in v0.25.0

func (*AdminCreateTestUsersV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminCreateTestUsersV4BadRequest) ToJSONString() string

type AdminCreateTestUsersV4Created added in v0.25.0

type AdminCreateTestUsersV4Created struct {
	Payload *iamclientmodels.AccountCreateTestUsersResponseV4
}

AdminCreateTestUsersV4Created handles this case with default header values.

Created

func NewAdminCreateTestUsersV4Created added in v0.25.0

func NewAdminCreateTestUsersV4Created() *AdminCreateTestUsersV4Created

NewAdminCreateTestUsersV4Created creates a AdminCreateTestUsersV4Created with default headers values

func (*AdminCreateTestUsersV4Created) Error added in v0.25.0

func (*AdminCreateTestUsersV4Created) GetPayload added in v0.25.0

func (*AdminCreateTestUsersV4Created) ToJSONString added in v0.25.0

func (o *AdminCreateTestUsersV4Created) ToJSONString() string

type AdminCreateTestUsersV4InternalServerError added in v0.25.0

type AdminCreateTestUsersV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateTestUsersV4InternalServerError 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 NewAdminCreateTestUsersV4InternalServerError added in v0.25.0

func NewAdminCreateTestUsersV4InternalServerError() *AdminCreateTestUsersV4InternalServerError

NewAdminCreateTestUsersV4InternalServerError creates a AdminCreateTestUsersV4InternalServerError with default headers values

func (*AdminCreateTestUsersV4InternalServerError) Error added in v0.25.0

func (*AdminCreateTestUsersV4InternalServerError) GetPayload added in v0.25.0

func (*AdminCreateTestUsersV4InternalServerError) ToJSONString added in v0.25.0

type AdminCreateTestUsersV4NotImplemented added in v0.25.0

type AdminCreateTestUsersV4NotImplemented struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateTestUsersV4NotImplemented handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20024</td><td>not implemented</td></tr></table>

func NewAdminCreateTestUsersV4NotImplemented added in v0.25.0

func NewAdminCreateTestUsersV4NotImplemented() *AdminCreateTestUsersV4NotImplemented

NewAdminCreateTestUsersV4NotImplemented creates a AdminCreateTestUsersV4NotImplemented with default headers values

func (*AdminCreateTestUsersV4NotImplemented) Error added in v0.25.0

func (*AdminCreateTestUsersV4NotImplemented) GetPayload added in v0.25.0

func (*AdminCreateTestUsersV4NotImplemented) ToJSONString added in v0.25.0

func (o *AdminCreateTestUsersV4NotImplemented) ToJSONString() string

type AdminCreateTestUsersV4Params added in v0.25.0

type AdminCreateTestUsersV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminCreateTestUsersV4Params contains all the parameters to send to the API endpoint for the admin create test users v4 operation typically these are written to a http.Request

func NewAdminCreateTestUsersV4Params added in v0.25.0

func NewAdminCreateTestUsersV4Params() *AdminCreateTestUsersV4Params

NewAdminCreateTestUsersV4Params creates a new AdminCreateTestUsersV4Params object with the default values initialized.

func NewAdminCreateTestUsersV4ParamsWithContext added in v0.25.0

func NewAdminCreateTestUsersV4ParamsWithContext(ctx context.Context) *AdminCreateTestUsersV4Params

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

func NewAdminCreateTestUsersV4ParamsWithHTTPClient added in v0.25.0

func NewAdminCreateTestUsersV4ParamsWithHTTPClient(client *http.Client) *AdminCreateTestUsersV4Params

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

func NewAdminCreateTestUsersV4ParamsWithTimeout added in v0.25.0

func NewAdminCreateTestUsersV4ParamsWithTimeout(timeout time.Duration) *AdminCreateTestUsersV4Params

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

func (*AdminCreateTestUsersV4Params) SetAuthInfoWriter added in v0.25.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) SetBody added in v0.25.0

SetBody adds the body to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) SetContext added in v0.25.0

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

SetContext adds the context to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) SetFlightId added in v0.63.0

func (o *AdminCreateTestUsersV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminCreateTestUsersV4Params) SetHTTPClient added in v0.25.0

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

SetHTTPClient adds the HTTPClient to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) SetHTTPClientTransport added in v0.25.0

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

SetHTTPClient adds the HTTPClient Transport to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) SetNamespace added in v0.25.0

func (o *AdminCreateTestUsersV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) SetTimeout added in v0.25.0

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

SetTimeout adds the timeout to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) WithBody added in v0.25.0

WithBody adds the body to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) WithContext added in v0.25.0

WithContext adds the context to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) WithHTTPClient added in v0.25.0

WithHTTPClient adds the HTTPClient to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) WithNamespace added in v0.25.0

WithNamespace adds the namespace to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) WithTimeout added in v0.25.0

WithTimeout adds the timeout to the admin create test users v4 params

func (*AdminCreateTestUsersV4Params) WriteToRequest added in v0.25.0

WriteToRequest writes these params to a swagger request

type AdminCreateTestUsersV4Reader added in v0.25.0

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

AdminCreateTestUsersV4Reader is a Reader for the AdminCreateTestUsersV4 structure.

func (*AdminCreateTestUsersV4Reader) ReadResponse added in v0.25.0

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

ReadResponse reads a server response into the received o.

type AdminCreateUserV4BadRequest added in v0.63.0

type AdminCreateUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateUserV4BadRequest 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 NewAdminCreateUserV4BadRequest added in v0.63.0

func NewAdminCreateUserV4BadRequest() *AdminCreateUserV4BadRequest

NewAdminCreateUserV4BadRequest creates a AdminCreateUserV4BadRequest with default headers values

func (*AdminCreateUserV4BadRequest) Error added in v0.63.0

func (*AdminCreateUserV4BadRequest) GetPayload added in v0.63.0

func (*AdminCreateUserV4BadRequest) ToJSONString added in v0.63.0

func (o *AdminCreateUserV4BadRequest) ToJSONString() string

type AdminCreateUserV4Conflict added in v0.63.0

type AdminCreateUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateUserV4Conflict 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 NewAdminCreateUserV4Conflict added in v0.63.0

func NewAdminCreateUserV4Conflict() *AdminCreateUserV4Conflict

NewAdminCreateUserV4Conflict creates a AdminCreateUserV4Conflict with default headers values

func (*AdminCreateUserV4Conflict) Error added in v0.63.0

func (o *AdminCreateUserV4Conflict) Error() string

func (*AdminCreateUserV4Conflict) GetPayload added in v0.63.0

func (*AdminCreateUserV4Conflict) ToJSONString added in v0.63.0

func (o *AdminCreateUserV4Conflict) ToJSONString() string

type AdminCreateUserV4Created added in v0.63.0

type AdminCreateUserV4Created struct {
	Payload *iamclientmodels.AccountCreateUserResponseV4
}

AdminCreateUserV4Created handles this case with default header values.

Created

func NewAdminCreateUserV4Created added in v0.63.0

func NewAdminCreateUserV4Created() *AdminCreateUserV4Created

NewAdminCreateUserV4Created creates a AdminCreateUserV4Created with default headers values

func (*AdminCreateUserV4Created) Error added in v0.63.0

func (o *AdminCreateUserV4Created) Error() string

func (*AdminCreateUserV4Created) GetPayload added in v0.63.0

func (*AdminCreateUserV4Created) ToJSONString added in v0.63.0

func (o *AdminCreateUserV4Created) ToJSONString() string

type AdminCreateUserV4Forbidden added in v0.63.0

type AdminCreateUserV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateUserV4Forbidden 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><tr><td>20003</td><td>forbidden access</td></tr><tr><td>10213</td><td>country is blocked</td></tr></table>

func NewAdminCreateUserV4Forbidden added in v0.63.0

func NewAdminCreateUserV4Forbidden() *AdminCreateUserV4Forbidden

NewAdminCreateUserV4Forbidden creates a AdminCreateUserV4Forbidden with default headers values

func (*AdminCreateUserV4Forbidden) Error added in v0.63.0

func (*AdminCreateUserV4Forbidden) GetPayload added in v0.63.0

func (*AdminCreateUserV4Forbidden) ToJSONString added in v0.63.0

func (o *AdminCreateUserV4Forbidden) ToJSONString() string

type AdminCreateUserV4InternalServerError added in v0.63.0

type AdminCreateUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateUserV4InternalServerError 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 NewAdminCreateUserV4InternalServerError added in v0.63.0

func NewAdminCreateUserV4InternalServerError() *AdminCreateUserV4InternalServerError

NewAdminCreateUserV4InternalServerError creates a AdminCreateUserV4InternalServerError with default headers values

func (*AdminCreateUserV4InternalServerError) Error added in v0.63.0

func (*AdminCreateUserV4InternalServerError) GetPayload added in v0.63.0

func (*AdminCreateUserV4InternalServerError) ToJSONString added in v0.63.0

func (o *AdminCreateUserV4InternalServerError) ToJSONString() string

type AdminCreateUserV4NotFound added in v0.63.0

type AdminCreateUserV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateUserV4NotFound 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 NewAdminCreateUserV4NotFound added in v0.63.0

func NewAdminCreateUserV4NotFound() *AdminCreateUserV4NotFound

NewAdminCreateUserV4NotFound creates a AdminCreateUserV4NotFound with default headers values

func (*AdminCreateUserV4NotFound) Error added in v0.63.0

func (o *AdminCreateUserV4NotFound) Error() string

func (*AdminCreateUserV4NotFound) GetPayload added in v0.63.0

func (*AdminCreateUserV4NotFound) ToJSONString added in v0.63.0

func (o *AdminCreateUserV4NotFound) ToJSONString() string

type AdminCreateUserV4Params added in v0.63.0

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminCreateUserV4Params added in v0.63.0

func NewAdminCreateUserV4Params() *AdminCreateUserV4Params

NewAdminCreateUserV4Params creates a new AdminCreateUserV4Params object with the default values initialized.

func NewAdminCreateUserV4ParamsWithContext added in v0.63.0

func NewAdminCreateUserV4ParamsWithContext(ctx context.Context) *AdminCreateUserV4Params

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

func NewAdminCreateUserV4ParamsWithHTTPClient added in v0.63.0

func NewAdminCreateUserV4ParamsWithHTTPClient(client *http.Client) *AdminCreateUserV4Params

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

func NewAdminCreateUserV4ParamsWithTimeout added in v0.63.0

func NewAdminCreateUserV4ParamsWithTimeout(timeout time.Duration) *AdminCreateUserV4Params

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

func (*AdminCreateUserV4Params) SetAuthInfoWriter added in v0.63.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin create user v4 params

func (*AdminCreateUserV4Params) SetBody added in v0.63.0

SetBody adds the body to the admin create user v4 params

func (*AdminCreateUserV4Params) SetContext added in v0.63.0

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

SetContext adds the context to the admin create user v4 params

func (*AdminCreateUserV4Params) SetFlightId added in v0.63.0

func (o *AdminCreateUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminCreateUserV4Params) SetHTTPClient added in v0.63.0

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

SetHTTPClient adds the HTTPClient to the admin create user v4 params

func (*AdminCreateUserV4Params) SetHTTPClientTransport added in v0.63.0

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

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

func (*AdminCreateUserV4Params) SetNamespace added in v0.63.0

func (o *AdminCreateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin create user v4 params

func (*AdminCreateUserV4Params) SetTimeout added in v0.63.0

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

SetTimeout adds the timeout to the admin create user v4 params

func (*AdminCreateUserV4Params) WithBody added in v0.63.0

WithBody adds the body to the admin create user v4 params

func (*AdminCreateUserV4Params) WithContext added in v0.63.0

WithContext adds the context to the admin create user v4 params

func (*AdminCreateUserV4Params) WithHTTPClient added in v0.63.0

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

WithHTTPClient adds the HTTPClient to the admin create user v4 params

func (*AdminCreateUserV4Params) WithNamespace added in v0.63.0

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

WithNamespace adds the namespace to the admin create user v4 params

func (*AdminCreateUserV4Params) WithTimeout added in v0.63.0

WithTimeout adds the timeout to the admin create user v4 params

func (*AdminCreateUserV4Params) WriteToRequest added in v0.63.0

WriteToRequest writes these params to a swagger request

type AdminCreateUserV4Reader added in v0.63.0

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

AdminCreateUserV4Reader is a Reader for the AdminCreateUserV4 structure.

func (*AdminCreateUserV4Reader) ReadResponse added in v0.63.0

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

ReadResponse reads a server response into the received o.

type AdminCreateUserV4Unauthorized added in v0.63.0

type AdminCreateUserV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminCreateUserV4Unauthorized 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 NewAdminCreateUserV4Unauthorized added in v0.63.0

func NewAdminCreateUserV4Unauthorized() *AdminCreateUserV4Unauthorized

NewAdminCreateUserV4Unauthorized creates a AdminCreateUserV4Unauthorized with default headers values

func (*AdminCreateUserV4Unauthorized) Error added in v0.63.0

func (*AdminCreateUserV4Unauthorized) GetPayload added in v0.63.0

func (*AdminCreateUserV4Unauthorized) ToJSONString added in v0.63.0

func (o *AdminCreateUserV4Unauthorized) ToJSONString() string

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

func (*AdminDisableMyAuthenticatorV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*AdminDisableMyAuthenticatorV4Forbidden) ToJSONString added in v0.25.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

func (*AdminDisableMyAuthenticatorV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminDisableMyAuthenticatorV4NotFound) ToJSONString added in v0.25.0

type AdminDisableMyAuthenticatorV4Params added in v0.15.0

type AdminDisableMyAuthenticatorV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminDisableMyAuthenticatorV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminDisableMyAuthenticatorV4Unauthorized) ToJSONString added in v0.25.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

func (*AdminDisableMyBackupCodesV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*AdminDisableMyBackupCodesV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminDisableMyBackupCodesV4Forbidden) ToJSONString() string

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

func (*AdminDisableMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminDisableMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *AdminDisableMyBackupCodesV4NotFound) ToJSONString() string

type AdminDisableMyBackupCodesV4Params added in v0.15.0

type AdminDisableMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminDisableMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminDisableMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type AdminDisableMyEmailV4BadRequest added in v0.32.0

type AdminDisableMyEmailV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyEmailV4BadRequest 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 NewAdminDisableMyEmailV4BadRequest added in v0.32.0

func NewAdminDisableMyEmailV4BadRequest() *AdminDisableMyEmailV4BadRequest

NewAdminDisableMyEmailV4BadRequest creates a AdminDisableMyEmailV4BadRequest with default headers values

func (*AdminDisableMyEmailV4BadRequest) Error added in v0.32.0

func (*AdminDisableMyEmailV4BadRequest) GetPayload added in v0.32.0

func (*AdminDisableMyEmailV4BadRequest) ToJSONString added in v0.32.0

func (o *AdminDisableMyEmailV4BadRequest) ToJSONString() string

type AdminDisableMyEmailV4Forbidden added in v0.32.0

type AdminDisableMyEmailV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyEmailV4Forbidden 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 NewAdminDisableMyEmailV4Forbidden added in v0.32.0

func NewAdminDisableMyEmailV4Forbidden() *AdminDisableMyEmailV4Forbidden

NewAdminDisableMyEmailV4Forbidden creates a AdminDisableMyEmailV4Forbidden with default headers values

func (*AdminDisableMyEmailV4Forbidden) Error added in v0.32.0

func (*AdminDisableMyEmailV4Forbidden) GetPayload added in v0.32.0

func (*AdminDisableMyEmailV4Forbidden) ToJSONString added in v0.32.0

func (o *AdminDisableMyEmailV4Forbidden) ToJSONString() string

type AdminDisableMyEmailV4InternalServerError added in v0.32.0

type AdminDisableMyEmailV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyEmailV4InternalServerError 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 NewAdminDisableMyEmailV4InternalServerError added in v0.32.0

func NewAdminDisableMyEmailV4InternalServerError() *AdminDisableMyEmailV4InternalServerError

NewAdminDisableMyEmailV4InternalServerError creates a AdminDisableMyEmailV4InternalServerError with default headers values

func (*AdminDisableMyEmailV4InternalServerError) Error added in v0.32.0

func (*AdminDisableMyEmailV4InternalServerError) GetPayload added in v0.32.0

func (*AdminDisableMyEmailV4InternalServerError) ToJSONString added in v0.32.0

type AdminDisableMyEmailV4NoContent added in v0.32.0

type AdminDisableMyEmailV4NoContent struct {
}

AdminDisableMyEmailV4NoContent handles this case with default header values.

email disabled

func NewAdminDisableMyEmailV4NoContent added in v0.32.0

func NewAdminDisableMyEmailV4NoContent() *AdminDisableMyEmailV4NoContent

NewAdminDisableMyEmailV4NoContent creates a AdminDisableMyEmailV4NoContent with default headers values

func (*AdminDisableMyEmailV4NoContent) Error added in v0.32.0

type AdminDisableMyEmailV4NotFound added in v0.32.0

type AdminDisableMyEmailV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyEmailV4NotFound 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 NewAdminDisableMyEmailV4NotFound added in v0.32.0

func NewAdminDisableMyEmailV4NotFound() *AdminDisableMyEmailV4NotFound

NewAdminDisableMyEmailV4NotFound creates a AdminDisableMyEmailV4NotFound with default headers values

func (*AdminDisableMyEmailV4NotFound) Error added in v0.32.0

func (*AdminDisableMyEmailV4NotFound) GetPayload added in v0.32.0

func (*AdminDisableMyEmailV4NotFound) ToJSONString added in v0.32.0

func (o *AdminDisableMyEmailV4NotFound) ToJSONString() string

type AdminDisableMyEmailV4Params added in v0.32.0

type AdminDisableMyEmailV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminDisableMyEmailV4Params added in v0.32.0

func NewAdminDisableMyEmailV4Params() *AdminDisableMyEmailV4Params

NewAdminDisableMyEmailV4Params creates a new AdminDisableMyEmailV4Params object with the default values initialized.

func NewAdminDisableMyEmailV4ParamsWithContext added in v0.32.0

func NewAdminDisableMyEmailV4ParamsWithContext(ctx context.Context) *AdminDisableMyEmailV4Params

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

func NewAdminDisableMyEmailV4ParamsWithHTTPClient added in v0.32.0

func NewAdminDisableMyEmailV4ParamsWithHTTPClient(client *http.Client) *AdminDisableMyEmailV4Params

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

func NewAdminDisableMyEmailV4ParamsWithTimeout added in v0.32.0

func NewAdminDisableMyEmailV4ParamsWithTimeout(timeout time.Duration) *AdminDisableMyEmailV4Params

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

func (*AdminDisableMyEmailV4Params) SetAuthInfoWriter added in v0.32.0

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

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

func (*AdminDisableMyEmailV4Params) SetContext added in v0.32.0

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

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

func (*AdminDisableMyEmailV4Params) SetFlightId added in v0.63.0

func (o *AdminDisableMyEmailV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDisableMyEmailV4Params) SetHTTPClient added in v0.32.0

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

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

func (*AdminDisableMyEmailV4Params) SetHTTPClientTransport added in v0.32.0

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

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

func (*AdminDisableMyEmailV4Params) SetTimeout added in v0.32.0

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

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

func (*AdminDisableMyEmailV4Params) WithContext added in v0.32.0

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

func (*AdminDisableMyEmailV4Params) WithHTTPClient added in v0.32.0

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

func (*AdminDisableMyEmailV4Params) WithTimeout added in v0.32.0

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

func (*AdminDisableMyEmailV4Params) WriteToRequest added in v0.32.0

WriteToRequest writes these params to a swagger request

type AdminDisableMyEmailV4Reader added in v0.32.0

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

AdminDisableMyEmailV4Reader is a Reader for the AdminDisableMyEmailV4 structure.

func (*AdminDisableMyEmailV4Reader) ReadResponse added in v0.32.0

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

ReadResponse reads a server response into the received o.

type AdminDisableMyEmailV4Unauthorized added in v0.32.0

type AdminDisableMyEmailV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminDisableMyEmailV4Unauthorized 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 NewAdminDisableMyEmailV4Unauthorized added in v0.32.0

func NewAdminDisableMyEmailV4Unauthorized() *AdminDisableMyEmailV4Unauthorized

NewAdminDisableMyEmailV4Unauthorized creates a AdminDisableMyEmailV4Unauthorized with default headers values

func (*AdminDisableMyEmailV4Unauthorized) Error added in v0.32.0

func (*AdminDisableMyEmailV4Unauthorized) GetPayload added in v0.32.0

func (*AdminDisableMyEmailV4Unauthorized) ToJSONString added in v0.32.0

func (o *AdminDisableMyEmailV4Unauthorized) ToJSONString() string

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

func (*AdminDisableUserMFAV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminDisableUserMFAV4BadRequest) ToJSONString() string

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

func (*AdminDisableUserMFAV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminDisableUserMFAV4Forbidden) ToJSONString() string

type AdminDisableUserMFAV4InternalServerError added in v0.16.0

type AdminDisableUserMFAV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

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

func (*AdminDisableUserMFAV4InternalServerError) GetPayload added in v0.31.0

func (*AdminDisableUserMFAV4InternalServerError) ToJSONString added in v0.31.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

func (*AdminDisableUserMFAV4NotFound) ToJSONString added in v0.25.0

func (o *AdminDisableUserMFAV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminDisableUserMFAV4Params contains all the parameters to send to the API endpoint for the admin disable user mfav4 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 mfav4 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 mfav4 params

func (*AdminDisableUserMFAV4Params) SetFlightId added in v0.63.0

func (o *AdminDisableUserMFAV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDisableUserMFAV4Params) SetHTTPClient added in v0.16.0

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

SetHTTPClient adds the HTTPClient to the admin disable user mfav4 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 mfav4 params

func (*AdminDisableUserMFAV4Params) SetNamespace added in v0.16.0

func (o *AdminDisableUserMFAV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin disable user mfav4 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 mfav4 params

func (*AdminDisableUserMFAV4Params) SetUserID added in v0.16.0

func (o *AdminDisableUserMFAV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithContext added in v0.16.0

WithContext adds the context to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithHTTPClient added in v0.16.0

WithHTTPClient adds the HTTPClient to the admin disable user mfav4 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 mfav4 params

func (*AdminDisableUserMFAV4Params) WithTimeout added in v0.16.0

WithTimeout adds the timeout to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithUserID added in v0.16.0

WithUserID adds the userID to the admin disable user mfav4 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

func (*AdminDisableUserMFAV4Unauthorized) ToJSONString added in v0.25.0

func (o *AdminDisableUserMFAV4Unauthorized) ToJSONString() string

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

func (*AdminDownloadMyBackupCodesV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*AdminDownloadMyBackupCodesV4Forbidden) ToJSONString added in v0.25.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

func (*AdminDownloadMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminDownloadMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *AdminDownloadMyBackupCodesV4NotFound) ToJSONString() string

type AdminDownloadMyBackupCodesV4OK added in v0.15.0

type AdminDownloadMyBackupCodesV4OK struct {
	Payload io.Writer
}

AdminDownloadMyBackupCodesV4OK handles this case with default header values.

Backup codes downloaded

func NewAdminDownloadMyBackupCodesV4OK added in v0.15.0

func NewAdminDownloadMyBackupCodesV4OK(writer io.Writer) *AdminDownloadMyBackupCodesV4OK

NewAdminDownloadMyBackupCodesV4OK creates a AdminDownloadMyBackupCodesV4OK with default headers values

func (*AdminDownloadMyBackupCodesV4OK) Error added in v0.15.0

func (*AdminDownloadMyBackupCodesV4OK) GetPayload added in v0.32.0

func (o *AdminDownloadMyBackupCodesV4OK) GetPayload() io.Writer

func (*AdminDownloadMyBackupCodesV4OK) ToJSONString added in v0.32.0

func (o *AdminDownloadMyBackupCodesV4OK) ToJSONString() string

type AdminDownloadMyBackupCodesV4Params added in v0.15.0

type AdminDownloadMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminDownloadMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminDownloadMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type AdminEnableBackupCodesV4BadRequest added in v0.64.0

type AdminEnableBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableBackupCodesV4BadRequest 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 NewAdminEnableBackupCodesV4BadRequest added in v0.64.0

func NewAdminEnableBackupCodesV4BadRequest() *AdminEnableBackupCodesV4BadRequest

NewAdminEnableBackupCodesV4BadRequest creates a AdminEnableBackupCodesV4BadRequest with default headers values

func (*AdminEnableBackupCodesV4BadRequest) Error added in v0.64.0

func (*AdminEnableBackupCodesV4BadRequest) GetPayload added in v0.64.0

func (*AdminEnableBackupCodesV4BadRequest) ToJSONString added in v0.64.0

func (o *AdminEnableBackupCodesV4BadRequest) ToJSONString() string

type AdminEnableBackupCodesV4Conflict added in v0.64.0

type AdminEnableBackupCodesV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableBackupCodesV4Conflict 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 NewAdminEnableBackupCodesV4Conflict added in v0.64.0

func NewAdminEnableBackupCodesV4Conflict() *AdminEnableBackupCodesV4Conflict

NewAdminEnableBackupCodesV4Conflict creates a AdminEnableBackupCodesV4Conflict with default headers values

func (*AdminEnableBackupCodesV4Conflict) Error added in v0.64.0

func (*AdminEnableBackupCodesV4Conflict) GetPayload added in v0.64.0

func (*AdminEnableBackupCodesV4Conflict) ToJSONString added in v0.64.0

func (o *AdminEnableBackupCodesV4Conflict) ToJSONString() string

type AdminEnableBackupCodesV4Forbidden added in v0.64.0

type AdminEnableBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableBackupCodesV4Forbidden 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 NewAdminEnableBackupCodesV4Forbidden added in v0.64.0

func NewAdminEnableBackupCodesV4Forbidden() *AdminEnableBackupCodesV4Forbidden

NewAdminEnableBackupCodesV4Forbidden creates a AdminEnableBackupCodesV4Forbidden with default headers values

func (*AdminEnableBackupCodesV4Forbidden) Error added in v0.64.0

func (*AdminEnableBackupCodesV4Forbidden) GetPayload added in v0.64.0

func (*AdminEnableBackupCodesV4Forbidden) ToJSONString added in v0.64.0

func (o *AdminEnableBackupCodesV4Forbidden) ToJSONString() string

type AdminEnableBackupCodesV4InternalServerError added in v0.64.0

type AdminEnableBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableBackupCodesV4InternalServerError 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 NewAdminEnableBackupCodesV4InternalServerError added in v0.64.0

func NewAdminEnableBackupCodesV4InternalServerError() *AdminEnableBackupCodesV4InternalServerError

NewAdminEnableBackupCodesV4InternalServerError creates a AdminEnableBackupCodesV4InternalServerError with default headers values

func (*AdminEnableBackupCodesV4InternalServerError) Error added in v0.64.0

func (*AdminEnableBackupCodesV4InternalServerError) GetPayload added in v0.64.0

func (*AdminEnableBackupCodesV4InternalServerError) ToJSONString added in v0.64.0

type AdminEnableBackupCodesV4NotFound added in v0.64.0

type AdminEnableBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableBackupCodesV4NotFound 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 NewAdminEnableBackupCodesV4NotFound added in v0.64.0

func NewAdminEnableBackupCodesV4NotFound() *AdminEnableBackupCodesV4NotFound

NewAdminEnableBackupCodesV4NotFound creates a AdminEnableBackupCodesV4NotFound with default headers values

func (*AdminEnableBackupCodesV4NotFound) Error added in v0.64.0

func (*AdminEnableBackupCodesV4NotFound) GetPayload added in v0.64.0

func (*AdminEnableBackupCodesV4NotFound) ToJSONString added in v0.64.0

func (o *AdminEnableBackupCodesV4NotFound) ToJSONString() string

type AdminEnableBackupCodesV4OK added in v0.64.0

type AdminEnableBackupCodesV4OK struct {
}

AdminEnableBackupCodesV4OK handles this case with default header values.

Backup codes enabled

func NewAdminEnableBackupCodesV4OK added in v0.64.0

func NewAdminEnableBackupCodesV4OK() *AdminEnableBackupCodesV4OK

NewAdminEnableBackupCodesV4OK creates a AdminEnableBackupCodesV4OK with default headers values

func (*AdminEnableBackupCodesV4OK) Error added in v0.64.0

type AdminEnableBackupCodesV4Params added in v0.64.0

type AdminEnableBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminEnableBackupCodesV4Params added in v0.64.0

func NewAdminEnableBackupCodesV4Params() *AdminEnableBackupCodesV4Params

NewAdminEnableBackupCodesV4Params creates a new AdminEnableBackupCodesV4Params object with the default values initialized.

func NewAdminEnableBackupCodesV4ParamsWithContext added in v0.64.0

func NewAdminEnableBackupCodesV4ParamsWithContext(ctx context.Context) *AdminEnableBackupCodesV4Params

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

func NewAdminEnableBackupCodesV4ParamsWithHTTPClient added in v0.64.0

func NewAdminEnableBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminEnableBackupCodesV4Params

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

func NewAdminEnableBackupCodesV4ParamsWithTimeout added in v0.64.0

func NewAdminEnableBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminEnableBackupCodesV4Params

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

func (*AdminEnableBackupCodesV4Params) SetAuthInfoWriter added in v0.64.0

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

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

func (*AdminEnableBackupCodesV4Params) SetContext added in v0.64.0

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

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

func (*AdminEnableBackupCodesV4Params) SetFlightId added in v0.64.0

func (o *AdminEnableBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminEnableBackupCodesV4Params) SetHTTPClient added in v0.64.0

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

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

func (*AdminEnableBackupCodesV4Params) SetHTTPClientTransport added in v0.64.0

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

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

func (*AdminEnableBackupCodesV4Params) SetTimeout added in v0.64.0

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

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

func (*AdminEnableBackupCodesV4Params) WithContext added in v0.64.0

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

func (*AdminEnableBackupCodesV4Params) WithHTTPClient added in v0.64.0

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

func (*AdminEnableBackupCodesV4Params) WithTimeout added in v0.64.0

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

func (*AdminEnableBackupCodesV4Params) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type AdminEnableBackupCodesV4Reader added in v0.64.0

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

AdminEnableBackupCodesV4Reader is a Reader for the AdminEnableBackupCodesV4 structure.

func (*AdminEnableBackupCodesV4Reader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type AdminEnableBackupCodesV4Unauthorized added in v0.64.0

type AdminEnableBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableBackupCodesV4Unauthorized 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 NewAdminEnableBackupCodesV4Unauthorized added in v0.64.0

func NewAdminEnableBackupCodesV4Unauthorized() *AdminEnableBackupCodesV4Unauthorized

NewAdminEnableBackupCodesV4Unauthorized creates a AdminEnableBackupCodesV4Unauthorized with default headers values

func (*AdminEnableBackupCodesV4Unauthorized) Error added in v0.64.0

func (*AdminEnableBackupCodesV4Unauthorized) GetPayload added in v0.64.0

func (*AdminEnableBackupCodesV4Unauthorized) ToJSONString added in v0.64.0

func (o *AdminEnableBackupCodesV4Unauthorized) ToJSONString() string

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

func (*AdminEnableMyAuthenticatorV4BadRequest) ToJSONString added in v0.25.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

func (*AdminEnableMyAuthenticatorV4Conflict) ToJSONString added in v0.25.0

func (o *AdminEnableMyAuthenticatorV4Conflict) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminEnableMyAuthenticatorV4Forbidden) ToJSONString added in v0.25.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

func (*AdminEnableMyAuthenticatorV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminEnableMyAuthenticatorV4NotFound) ToJSONString added in v0.25.0

func (o *AdminEnableMyAuthenticatorV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminEnableMyAuthenticatorV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminEnableMyAuthenticatorV4Unauthorized) ToJSONString added in v0.25.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

func (*AdminEnableMyBackupCodesV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminEnableMyBackupCodesV4BadRequest) ToJSONString() string

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

func (*AdminEnableMyBackupCodesV4Conflict) ToJSONString added in v0.25.0

func (o *AdminEnableMyBackupCodesV4Conflict) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminEnableMyBackupCodesV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminEnableMyBackupCodesV4Forbidden) ToJSONString() string

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

func (*AdminEnableMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminEnableMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *AdminEnableMyBackupCodesV4NotFound) ToJSONString() string

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

func (*AdminEnableMyBackupCodesV4OK) ToJSONString added in v0.25.0

func (o *AdminEnableMyBackupCodesV4OK) ToJSONString() string

type AdminEnableMyBackupCodesV4Params added in v0.15.0

type AdminEnableMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminEnableMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminEnableMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type AdminEnableMyEmailV4BadRequest added in v0.32.0

type AdminEnableMyEmailV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyEmailV4BadRequest 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>10137</td><td>code is expired</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewAdminEnableMyEmailV4BadRequest added in v0.32.0

func NewAdminEnableMyEmailV4BadRequest() *AdminEnableMyEmailV4BadRequest

NewAdminEnableMyEmailV4BadRequest creates a AdminEnableMyEmailV4BadRequest with default headers values

func (*AdminEnableMyEmailV4BadRequest) Error added in v0.32.0

func (*AdminEnableMyEmailV4BadRequest) GetPayload added in v0.32.0

func (*AdminEnableMyEmailV4BadRequest) ToJSONString added in v0.32.0

func (o *AdminEnableMyEmailV4BadRequest) ToJSONString() string

type AdminEnableMyEmailV4Conflict added in v0.32.0

type AdminEnableMyEmailV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyEmailV4Conflict 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 NewAdminEnableMyEmailV4Conflict added in v0.32.0

func NewAdminEnableMyEmailV4Conflict() *AdminEnableMyEmailV4Conflict

NewAdminEnableMyEmailV4Conflict creates a AdminEnableMyEmailV4Conflict with default headers values

func (*AdminEnableMyEmailV4Conflict) Error added in v0.32.0

func (*AdminEnableMyEmailV4Conflict) GetPayload added in v0.32.0

func (*AdminEnableMyEmailV4Conflict) ToJSONString added in v0.32.0

func (o *AdminEnableMyEmailV4Conflict) ToJSONString() string

type AdminEnableMyEmailV4Forbidden added in v0.32.0

type AdminEnableMyEmailV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyEmailV4Forbidden 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 NewAdminEnableMyEmailV4Forbidden added in v0.32.0

func NewAdminEnableMyEmailV4Forbidden() *AdminEnableMyEmailV4Forbidden

NewAdminEnableMyEmailV4Forbidden creates a AdminEnableMyEmailV4Forbidden with default headers values

func (*AdminEnableMyEmailV4Forbidden) Error added in v0.32.0

func (*AdminEnableMyEmailV4Forbidden) GetPayload added in v0.32.0

func (*AdminEnableMyEmailV4Forbidden) ToJSONString added in v0.32.0

func (o *AdminEnableMyEmailV4Forbidden) ToJSONString() string

type AdminEnableMyEmailV4InternalServerError added in v0.32.0

type AdminEnableMyEmailV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyEmailV4InternalServerError 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 NewAdminEnableMyEmailV4InternalServerError added in v0.32.0

func NewAdminEnableMyEmailV4InternalServerError() *AdminEnableMyEmailV4InternalServerError

NewAdminEnableMyEmailV4InternalServerError creates a AdminEnableMyEmailV4InternalServerError with default headers values

func (*AdminEnableMyEmailV4InternalServerError) Error added in v0.32.0

func (*AdminEnableMyEmailV4InternalServerError) GetPayload added in v0.32.0

func (*AdminEnableMyEmailV4InternalServerError) ToJSONString added in v0.32.0

type AdminEnableMyEmailV4NoContent added in v0.32.0

type AdminEnableMyEmailV4NoContent struct {
}

AdminEnableMyEmailV4NoContent handles this case with default header values.

email enabled

func NewAdminEnableMyEmailV4NoContent added in v0.32.0

func NewAdminEnableMyEmailV4NoContent() *AdminEnableMyEmailV4NoContent

NewAdminEnableMyEmailV4NoContent creates a AdminEnableMyEmailV4NoContent with default headers values

func (*AdminEnableMyEmailV4NoContent) Error added in v0.32.0

type AdminEnableMyEmailV4NotFound added in v0.32.0

type AdminEnableMyEmailV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyEmailV4NotFound 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 NewAdminEnableMyEmailV4NotFound added in v0.32.0

func NewAdminEnableMyEmailV4NotFound() *AdminEnableMyEmailV4NotFound

NewAdminEnableMyEmailV4NotFound creates a AdminEnableMyEmailV4NotFound with default headers values

func (*AdminEnableMyEmailV4NotFound) Error added in v0.32.0

func (*AdminEnableMyEmailV4NotFound) GetPayload added in v0.32.0

func (*AdminEnableMyEmailV4NotFound) ToJSONString added in v0.32.0

func (o *AdminEnableMyEmailV4NotFound) ToJSONString() string

type AdminEnableMyEmailV4Params added in v0.32.0

type AdminEnableMyEmailV4Params struct {

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

	*/
	Code string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminEnableMyEmailV4Params added in v0.32.0

func NewAdminEnableMyEmailV4Params() *AdminEnableMyEmailV4Params

NewAdminEnableMyEmailV4Params creates a new AdminEnableMyEmailV4Params object with the default values initialized.

func NewAdminEnableMyEmailV4ParamsWithContext added in v0.32.0

func NewAdminEnableMyEmailV4ParamsWithContext(ctx context.Context) *AdminEnableMyEmailV4Params

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

func NewAdminEnableMyEmailV4ParamsWithHTTPClient added in v0.32.0

func NewAdminEnableMyEmailV4ParamsWithHTTPClient(client *http.Client) *AdminEnableMyEmailV4Params

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

func NewAdminEnableMyEmailV4ParamsWithTimeout added in v0.32.0

func NewAdminEnableMyEmailV4ParamsWithTimeout(timeout time.Duration) *AdminEnableMyEmailV4Params

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

func (*AdminEnableMyEmailV4Params) SetAuthInfoWriter added in v0.32.0

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

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

func (*AdminEnableMyEmailV4Params) SetCode added in v0.32.0

func (o *AdminEnableMyEmailV4Params) SetCode(code string)

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

func (*AdminEnableMyEmailV4Params) SetContext added in v0.32.0

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

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

func (*AdminEnableMyEmailV4Params) SetFlightId added in v0.63.0

func (o *AdminEnableMyEmailV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminEnableMyEmailV4Params) SetHTTPClient added in v0.32.0

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

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

func (*AdminEnableMyEmailV4Params) SetHTTPClientTransport added in v0.32.0

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

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

func (*AdminEnableMyEmailV4Params) SetTimeout added in v0.32.0

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

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

func (*AdminEnableMyEmailV4Params) WithCode added in v0.32.0

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

func (*AdminEnableMyEmailV4Params) WithContext added in v0.32.0

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

func (*AdminEnableMyEmailV4Params) WithHTTPClient added in v0.32.0

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

func (*AdminEnableMyEmailV4Params) WithTimeout added in v0.32.0

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

func (*AdminEnableMyEmailV4Params) WriteToRequest added in v0.32.0

WriteToRequest writes these params to a swagger request

type AdminEnableMyEmailV4Reader added in v0.32.0

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

AdminEnableMyEmailV4Reader is a Reader for the AdminEnableMyEmailV4 structure.

func (*AdminEnableMyEmailV4Reader) ReadResponse added in v0.32.0

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

ReadResponse reads a server response into the received o.

type AdminEnableMyEmailV4Unauthorized added in v0.32.0

type AdminEnableMyEmailV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminEnableMyEmailV4Unauthorized 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 NewAdminEnableMyEmailV4Unauthorized added in v0.32.0

func NewAdminEnableMyEmailV4Unauthorized() *AdminEnableMyEmailV4Unauthorized

NewAdminEnableMyEmailV4Unauthorized creates a AdminEnableMyEmailV4Unauthorized with default headers values

func (*AdminEnableMyEmailV4Unauthorized) Error added in v0.32.0

func (*AdminEnableMyEmailV4Unauthorized) GetPayload added in v0.32.0

func (*AdminEnableMyEmailV4Unauthorized) ToJSONString added in v0.32.0

func (o *AdminEnableMyEmailV4Unauthorized) ToJSONString() string

type AdminGenerateBackupCodesV4BadRequest added in v0.64.0

type AdminGenerateBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateBackupCodesV4BadRequest 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 NewAdminGenerateBackupCodesV4BadRequest added in v0.64.0

func NewAdminGenerateBackupCodesV4BadRequest() *AdminGenerateBackupCodesV4BadRequest

NewAdminGenerateBackupCodesV4BadRequest creates a AdminGenerateBackupCodesV4BadRequest with default headers values

func (*AdminGenerateBackupCodesV4BadRequest) Error added in v0.64.0

func (*AdminGenerateBackupCodesV4BadRequest) GetPayload added in v0.64.0

func (*AdminGenerateBackupCodesV4BadRequest) ToJSONString added in v0.64.0

func (o *AdminGenerateBackupCodesV4BadRequest) ToJSONString() string

type AdminGenerateBackupCodesV4Forbidden added in v0.64.0

type AdminGenerateBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateBackupCodesV4Forbidden 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 NewAdminGenerateBackupCodesV4Forbidden added in v0.64.0

func NewAdminGenerateBackupCodesV4Forbidden() *AdminGenerateBackupCodesV4Forbidden

NewAdminGenerateBackupCodesV4Forbidden creates a AdminGenerateBackupCodesV4Forbidden with default headers values

func (*AdminGenerateBackupCodesV4Forbidden) Error added in v0.64.0

func (*AdminGenerateBackupCodesV4Forbidden) GetPayload added in v0.64.0

func (*AdminGenerateBackupCodesV4Forbidden) ToJSONString added in v0.64.0

func (o *AdminGenerateBackupCodesV4Forbidden) ToJSONString() string

type AdminGenerateBackupCodesV4InternalServerError added in v0.64.0

type AdminGenerateBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateBackupCodesV4InternalServerError 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 NewAdminGenerateBackupCodesV4InternalServerError added in v0.64.0

func NewAdminGenerateBackupCodesV4InternalServerError() *AdminGenerateBackupCodesV4InternalServerError

NewAdminGenerateBackupCodesV4InternalServerError creates a AdminGenerateBackupCodesV4InternalServerError with default headers values

func (*AdminGenerateBackupCodesV4InternalServerError) Error added in v0.64.0

func (*AdminGenerateBackupCodesV4InternalServerError) GetPayload added in v0.64.0

func (*AdminGenerateBackupCodesV4InternalServerError) ToJSONString added in v0.64.0

type AdminGenerateBackupCodesV4NotFound added in v0.64.0

type AdminGenerateBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateBackupCodesV4NotFound 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 NewAdminGenerateBackupCodesV4NotFound added in v0.64.0

func NewAdminGenerateBackupCodesV4NotFound() *AdminGenerateBackupCodesV4NotFound

NewAdminGenerateBackupCodesV4NotFound creates a AdminGenerateBackupCodesV4NotFound with default headers values

func (*AdminGenerateBackupCodesV4NotFound) Error added in v0.64.0

func (*AdminGenerateBackupCodesV4NotFound) GetPayload added in v0.64.0

func (*AdminGenerateBackupCodesV4NotFound) ToJSONString added in v0.64.0

func (o *AdminGenerateBackupCodesV4NotFound) ToJSONString() string

type AdminGenerateBackupCodesV4OK added in v0.64.0

type AdminGenerateBackupCodesV4OK struct {
}

AdminGenerateBackupCodesV4OK handles this case with default header values.

Backup codes generated

func NewAdminGenerateBackupCodesV4OK added in v0.64.0

func NewAdminGenerateBackupCodesV4OK() *AdminGenerateBackupCodesV4OK

NewAdminGenerateBackupCodesV4OK creates a AdminGenerateBackupCodesV4OK with default headers values

func (*AdminGenerateBackupCodesV4OK) Error added in v0.64.0

type AdminGenerateBackupCodesV4Params added in v0.64.0

type AdminGenerateBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminGenerateBackupCodesV4Params added in v0.64.0

func NewAdminGenerateBackupCodesV4Params() *AdminGenerateBackupCodesV4Params

NewAdminGenerateBackupCodesV4Params creates a new AdminGenerateBackupCodesV4Params object with the default values initialized.

func NewAdminGenerateBackupCodesV4ParamsWithContext added in v0.64.0

func NewAdminGenerateBackupCodesV4ParamsWithContext(ctx context.Context) *AdminGenerateBackupCodesV4Params

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

func NewAdminGenerateBackupCodesV4ParamsWithHTTPClient added in v0.64.0

func NewAdminGenerateBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminGenerateBackupCodesV4Params

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

func NewAdminGenerateBackupCodesV4ParamsWithTimeout added in v0.64.0

func NewAdminGenerateBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminGenerateBackupCodesV4Params

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

func (*AdminGenerateBackupCodesV4Params) SetAuthInfoWriter added in v0.64.0

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

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

func (*AdminGenerateBackupCodesV4Params) SetContext added in v0.64.0

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

func (*AdminGenerateBackupCodesV4Params) SetFlightId added in v0.64.0

func (o *AdminGenerateBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGenerateBackupCodesV4Params) SetHTTPClient added in v0.64.0

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

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

func (*AdminGenerateBackupCodesV4Params) SetHTTPClientTransport added in v0.64.0

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

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

func (*AdminGenerateBackupCodesV4Params) SetTimeout added in v0.64.0

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

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

func (*AdminGenerateBackupCodesV4Params) WithContext added in v0.64.0

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

func (*AdminGenerateBackupCodesV4Params) WithHTTPClient added in v0.64.0

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

func (*AdminGenerateBackupCodesV4Params) WithTimeout added in v0.64.0

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

func (*AdminGenerateBackupCodesV4Params) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type AdminGenerateBackupCodesV4Reader added in v0.64.0

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

AdminGenerateBackupCodesV4Reader is a Reader for the AdminGenerateBackupCodesV4 structure.

func (*AdminGenerateBackupCodesV4Reader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type AdminGenerateBackupCodesV4Unauthorized added in v0.64.0

type AdminGenerateBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGenerateBackupCodesV4Unauthorized 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 NewAdminGenerateBackupCodesV4Unauthorized added in v0.64.0

func NewAdminGenerateBackupCodesV4Unauthorized() *AdminGenerateBackupCodesV4Unauthorized

NewAdminGenerateBackupCodesV4Unauthorized creates a AdminGenerateBackupCodesV4Unauthorized with default headers values

func (*AdminGenerateBackupCodesV4Unauthorized) Error added in v0.64.0

func (*AdminGenerateBackupCodesV4Unauthorized) GetPayload added in v0.64.0

func (*AdminGenerateBackupCodesV4Unauthorized) ToJSONString added in v0.64.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

func (*AdminGenerateMyAuthenticatorKeyV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*AdminGenerateMyAuthenticatorKeyV4Forbidden) ToJSONString added in v0.25.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

func (*AdminGenerateMyAuthenticatorKeyV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminGenerateMyAuthenticatorKeyV4NotFound) ToJSONString added in v0.25.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

func (*AdminGenerateMyAuthenticatorKeyV4OK) ToJSONString added in v0.25.0

func (o *AdminGenerateMyAuthenticatorKeyV4OK) ToJSONString() string

type AdminGenerateMyAuthenticatorKeyV4Params added in v0.15.0

type AdminGenerateMyAuthenticatorKeyV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminGenerateMyAuthenticatorKeyV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminGenerateMyAuthenticatorKeyV4Unauthorized) ToJSONString added in v0.25.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

func (*AdminGenerateMyBackupCodesV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*AdminGenerateMyBackupCodesV4Forbidden) ToJSONString added in v0.25.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

func (*AdminGenerateMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminGenerateMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *AdminGenerateMyBackupCodesV4NotFound) ToJSONString() string

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

func (*AdminGenerateMyBackupCodesV4OK) ToJSONString added in v0.25.0

func (o *AdminGenerateMyBackupCodesV4OK) ToJSONString() string

type AdminGenerateMyBackupCodesV4Params added in v0.15.0

type AdminGenerateMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminGenerateMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminGenerateMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type AdminGetBackupCodesV4BadRequest added in v0.64.0

type AdminGetBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetBackupCodesV4BadRequest 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 NewAdminGetBackupCodesV4BadRequest added in v0.64.0

func NewAdminGetBackupCodesV4BadRequest() *AdminGetBackupCodesV4BadRequest

NewAdminGetBackupCodesV4BadRequest creates a AdminGetBackupCodesV4BadRequest with default headers values

func (*AdminGetBackupCodesV4BadRequest) Error added in v0.64.0

func (*AdminGetBackupCodesV4BadRequest) GetPayload added in v0.64.0

func (*AdminGetBackupCodesV4BadRequest) ToJSONString added in v0.64.0

func (o *AdminGetBackupCodesV4BadRequest) ToJSONString() string

type AdminGetBackupCodesV4Forbidden added in v0.64.0

type AdminGetBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetBackupCodesV4Forbidden 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 NewAdminGetBackupCodesV4Forbidden added in v0.64.0

func NewAdminGetBackupCodesV4Forbidden() *AdminGetBackupCodesV4Forbidden

NewAdminGetBackupCodesV4Forbidden creates a AdminGetBackupCodesV4Forbidden with default headers values

func (*AdminGetBackupCodesV4Forbidden) Error added in v0.64.0

func (*AdminGetBackupCodesV4Forbidden) GetPayload added in v0.64.0

func (*AdminGetBackupCodesV4Forbidden) ToJSONString added in v0.64.0

func (o *AdminGetBackupCodesV4Forbidden) ToJSONString() string

type AdminGetBackupCodesV4InternalServerError added in v0.64.0

type AdminGetBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetBackupCodesV4InternalServerError 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 NewAdminGetBackupCodesV4InternalServerError added in v0.64.0

func NewAdminGetBackupCodesV4InternalServerError() *AdminGetBackupCodesV4InternalServerError

NewAdminGetBackupCodesV4InternalServerError creates a AdminGetBackupCodesV4InternalServerError with default headers values

func (*AdminGetBackupCodesV4InternalServerError) Error added in v0.64.0

func (*AdminGetBackupCodesV4InternalServerError) GetPayload added in v0.64.0

func (*AdminGetBackupCodesV4InternalServerError) ToJSONString added in v0.64.0

type AdminGetBackupCodesV4NoContent added in v0.64.0

type AdminGetBackupCodesV4NoContent struct {
}

AdminGetBackupCodesV4NoContent handles this case with default header values.

Get backup codes

func NewAdminGetBackupCodesV4NoContent added in v0.64.0

func NewAdminGetBackupCodesV4NoContent() *AdminGetBackupCodesV4NoContent

NewAdminGetBackupCodesV4NoContent creates a AdminGetBackupCodesV4NoContent with default headers values

func (*AdminGetBackupCodesV4NoContent) Error added in v0.64.0

type AdminGetBackupCodesV4NotFound added in v0.64.0

type AdminGetBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetBackupCodesV4NotFound 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 NewAdminGetBackupCodesV4NotFound added in v0.64.0

func NewAdminGetBackupCodesV4NotFound() *AdminGetBackupCodesV4NotFound

NewAdminGetBackupCodesV4NotFound creates a AdminGetBackupCodesV4NotFound with default headers values

func (*AdminGetBackupCodesV4NotFound) Error added in v0.64.0

func (*AdminGetBackupCodesV4NotFound) GetPayload added in v0.64.0

func (*AdminGetBackupCodesV4NotFound) ToJSONString added in v0.64.0

func (o *AdminGetBackupCodesV4NotFound) ToJSONString() string

type AdminGetBackupCodesV4Params added in v0.64.0

type AdminGetBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminGetBackupCodesV4Params added in v0.64.0

func NewAdminGetBackupCodesV4Params() *AdminGetBackupCodesV4Params

NewAdminGetBackupCodesV4Params creates a new AdminGetBackupCodesV4Params object with the default values initialized.

func NewAdminGetBackupCodesV4ParamsWithContext added in v0.64.0

func NewAdminGetBackupCodesV4ParamsWithContext(ctx context.Context) *AdminGetBackupCodesV4Params

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

func NewAdminGetBackupCodesV4ParamsWithHTTPClient added in v0.64.0

func NewAdminGetBackupCodesV4ParamsWithHTTPClient(client *http.Client) *AdminGetBackupCodesV4Params

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

func NewAdminGetBackupCodesV4ParamsWithTimeout added in v0.64.0

func NewAdminGetBackupCodesV4ParamsWithTimeout(timeout time.Duration) *AdminGetBackupCodesV4Params

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

func (*AdminGetBackupCodesV4Params) SetAuthInfoWriter added in v0.64.0

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

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

func (*AdminGetBackupCodesV4Params) SetContext added in v0.64.0

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

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

func (*AdminGetBackupCodesV4Params) SetFlightId added in v0.64.0

func (o *AdminGetBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetBackupCodesV4Params) SetHTTPClient added in v0.64.0

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

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

func (*AdminGetBackupCodesV4Params) SetHTTPClientTransport added in v0.64.0

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

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

func (*AdminGetBackupCodesV4Params) SetTimeout added in v0.64.0

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

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

func (*AdminGetBackupCodesV4Params) WithContext added in v0.64.0

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

func (*AdminGetBackupCodesV4Params) WithHTTPClient added in v0.64.0

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

func (*AdminGetBackupCodesV4Params) WithTimeout added in v0.64.0

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

func (*AdminGetBackupCodesV4Params) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type AdminGetBackupCodesV4Reader added in v0.64.0

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

AdminGetBackupCodesV4Reader is a Reader for the AdminGetBackupCodesV4 structure.

func (*AdminGetBackupCodesV4Reader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type AdminGetBackupCodesV4Unauthorized added in v0.64.0

type AdminGetBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetBackupCodesV4Unauthorized 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 NewAdminGetBackupCodesV4Unauthorized added in v0.64.0

func NewAdminGetBackupCodesV4Unauthorized() *AdminGetBackupCodesV4Unauthorized

NewAdminGetBackupCodesV4Unauthorized creates a AdminGetBackupCodesV4Unauthorized with default headers values

func (*AdminGetBackupCodesV4Unauthorized) Error added in v0.64.0

func (*AdminGetBackupCodesV4Unauthorized) GetPayload added in v0.64.0

func (*AdminGetBackupCodesV4Unauthorized) ToJSONString added in v0.64.0

func (o *AdminGetBackupCodesV4Unauthorized) ToJSONString() string

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

func (*AdminGetMyBackupCodesV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminGetMyBackupCodesV4BadRequest) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminGetMyBackupCodesV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminGetMyBackupCodesV4Forbidden) ToJSONString() string

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

func (*AdminGetMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminGetMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *AdminGetMyBackupCodesV4NotFound) ToJSONString() string

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

func (*AdminGetMyBackupCodesV4OK) ToJSONString added in v0.25.0

func (o *AdminGetMyBackupCodesV4OK) ToJSONString() string

type AdminGetMyBackupCodesV4Params added in v0.15.0

type AdminGetMyBackupCodesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminGetMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminGetMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

func (o *AdminGetMyBackupCodesV4Unauthorized) ToJSONString() string

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

func (*AdminGetMyEnabledFactorsV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminGetMyEnabledFactorsV4BadRequest) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminGetMyEnabledFactorsV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminGetMyEnabledFactorsV4Forbidden) ToJSONString() string

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

func (*AdminGetMyEnabledFactorsV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminGetMyEnabledFactorsV4NotFound) ToJSONString added in v0.25.0

func (o *AdminGetMyEnabledFactorsV4NotFound) ToJSONString() string

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

func (*AdminGetMyEnabledFactorsV4OK) ToJSONString added in v0.25.0

func (o *AdminGetMyEnabledFactorsV4OK) ToJSONString() string

type AdminGetMyEnabledFactorsV4Params added in v0.15.0

type AdminGetMyEnabledFactorsV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminGetMyEnabledFactorsV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminGetMyEnabledFactorsV4Unauthorized) ToJSONString added in v0.25.0

type AdminGetNamespaceInvitationHistoryV4Forbidden added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceInvitationHistoryV4Forbidden 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 NewAdminGetNamespaceInvitationHistoryV4Forbidden added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4Forbidden() *AdminGetNamespaceInvitationHistoryV4Forbidden

NewAdminGetNamespaceInvitationHistoryV4Forbidden creates a AdminGetNamespaceInvitationHistoryV4Forbidden with default headers values

func (*AdminGetNamespaceInvitationHistoryV4Forbidden) Error added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4Forbidden) GetPayload added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4Forbidden) ToJSONString added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4InternalServerError added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceInvitationHistoryV4InternalServerError 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 NewAdminGetNamespaceInvitationHistoryV4InternalServerError added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4InternalServerError() *AdminGetNamespaceInvitationHistoryV4InternalServerError

NewAdminGetNamespaceInvitationHistoryV4InternalServerError creates a AdminGetNamespaceInvitationHistoryV4InternalServerError with default headers values

func (*AdminGetNamespaceInvitationHistoryV4InternalServerError) Error added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4InternalServerError) GetPayload added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4InternalServerError) ToJSONString added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4NotFound added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceInvitationHistoryV4NotFound handles this case with default header values.

func NewAdminGetNamespaceInvitationHistoryV4NotFound added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4NotFound() *AdminGetNamespaceInvitationHistoryV4NotFound

NewAdminGetNamespaceInvitationHistoryV4NotFound creates a AdminGetNamespaceInvitationHistoryV4NotFound with default headers values

func (*AdminGetNamespaceInvitationHistoryV4NotFound) Error added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4NotFound) GetPayload added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4NotFound) ToJSONString added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4NotImplemented added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4NotImplemented struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceInvitationHistoryV4NotImplemented handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20024</td><td>not implemented</td></tr></table>

func NewAdminGetNamespaceInvitationHistoryV4NotImplemented added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4NotImplemented() *AdminGetNamespaceInvitationHistoryV4NotImplemented

NewAdminGetNamespaceInvitationHistoryV4NotImplemented creates a AdminGetNamespaceInvitationHistoryV4NotImplemented with default headers values

func (*AdminGetNamespaceInvitationHistoryV4NotImplemented) Error added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4NotImplemented) GetPayload added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4NotImplemented) ToJSONString added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4OK added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4OK struct {
	Payload *iamclientmodels.ModelInvitationHistoryResponse
}

AdminGetNamespaceInvitationHistoryV4OK handles this case with default header values.

Operation succeeded

func NewAdminGetNamespaceInvitationHistoryV4OK added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4OK() *AdminGetNamespaceInvitationHistoryV4OK

NewAdminGetNamespaceInvitationHistoryV4OK creates a AdminGetNamespaceInvitationHistoryV4OK with default headers values

func (*AdminGetNamespaceInvitationHistoryV4OK) Error added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4OK) GetPayload added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4OK) ToJSONString added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4Params added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetNamespaceInvitationHistoryV4Params contains all the parameters to send to the API endpoint for the admin get namespace invitation history v4 operation typically these are written to a http.Request

func NewAdminGetNamespaceInvitationHistoryV4Params added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4Params() *AdminGetNamespaceInvitationHistoryV4Params

NewAdminGetNamespaceInvitationHistoryV4Params creates a new AdminGetNamespaceInvitationHistoryV4Params object with the default values initialized.

func NewAdminGetNamespaceInvitationHistoryV4ParamsWithContext added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4ParamsWithContext(ctx context.Context) *AdminGetNamespaceInvitationHistoryV4Params

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

func NewAdminGetNamespaceInvitationHistoryV4ParamsWithHTTPClient added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4ParamsWithHTTPClient(client *http.Client) *AdminGetNamespaceInvitationHistoryV4Params

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

func NewAdminGetNamespaceInvitationHistoryV4ParamsWithTimeout added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4ParamsWithTimeout(timeout time.Duration) *AdminGetNamespaceInvitationHistoryV4Params

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

func (*AdminGetNamespaceInvitationHistoryV4Params) SetAuthInfoWriter added in v0.66.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) SetContext added in v0.66.0

SetContext adds the context to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) SetFlightId added in v0.66.0

func (o *AdminGetNamespaceInvitationHistoryV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetNamespaceInvitationHistoryV4Params) SetHTTPClient added in v0.66.0

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

SetHTTPClient adds the HTTPClient to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) SetHTTPClientTransport added in v0.66.0

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

SetHTTPClient adds the HTTPClient Transport to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) SetNamespace added in v0.66.0

func (o *AdminGetNamespaceInvitationHistoryV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) SetTimeout added in v0.66.0

SetTimeout adds the timeout to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) WithContext added in v0.66.0

WithContext adds the context to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) WithHTTPClient added in v0.66.0

WithHTTPClient adds the HTTPClient to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) WithNamespace added in v0.66.0

WithNamespace adds the namespace to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) WithTimeout added in v0.66.0

WithTimeout adds the timeout to the admin get namespace invitation history v4 params

func (*AdminGetNamespaceInvitationHistoryV4Params) WriteToRequest added in v0.66.0

WriteToRequest writes these params to a swagger request

type AdminGetNamespaceInvitationHistoryV4Reader added in v0.66.0

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

AdminGetNamespaceInvitationHistoryV4Reader is a Reader for the AdminGetNamespaceInvitationHistoryV4 structure.

func (*AdminGetNamespaceInvitationHistoryV4Reader) ReadResponse added in v0.66.0

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

ReadResponse reads a server response into the received o.

type AdminGetNamespaceInvitationHistoryV4Unauthorized added in v0.66.0

type AdminGetNamespaceInvitationHistoryV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceInvitationHistoryV4Unauthorized 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 NewAdminGetNamespaceInvitationHistoryV4Unauthorized added in v0.66.0

func NewAdminGetNamespaceInvitationHistoryV4Unauthorized() *AdminGetNamespaceInvitationHistoryV4Unauthorized

NewAdminGetNamespaceInvitationHistoryV4Unauthorized creates a AdminGetNamespaceInvitationHistoryV4Unauthorized with default headers values

func (*AdminGetNamespaceInvitationHistoryV4Unauthorized) Error added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4Unauthorized) GetPayload added in v0.66.0

func (*AdminGetNamespaceInvitationHistoryV4Unauthorized) ToJSONString added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4BadRequest added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceUserInvitationHistoryV4BadRequest 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 NewAdminGetNamespaceUserInvitationHistoryV4BadRequest added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4BadRequest() *AdminGetNamespaceUserInvitationHistoryV4BadRequest

NewAdminGetNamespaceUserInvitationHistoryV4BadRequest creates a AdminGetNamespaceUserInvitationHistoryV4BadRequest with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4BadRequest) Error added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4BadRequest) GetPayload added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4BadRequest) ToJSONString added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4Forbidden added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceUserInvitationHistoryV4Forbidden 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 NewAdminGetNamespaceUserInvitationHistoryV4Forbidden added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4Forbidden() *AdminGetNamespaceUserInvitationHistoryV4Forbidden

NewAdminGetNamespaceUserInvitationHistoryV4Forbidden creates a AdminGetNamespaceUserInvitationHistoryV4Forbidden with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4Forbidden) Error added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4Forbidden) GetPayload added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4Forbidden) ToJSONString added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4InternalServerError added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceUserInvitationHistoryV4InternalServerError 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 NewAdminGetNamespaceUserInvitationHistoryV4InternalServerError added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4InternalServerError() *AdminGetNamespaceUserInvitationHistoryV4InternalServerError

NewAdminGetNamespaceUserInvitationHistoryV4InternalServerError creates a AdminGetNamespaceUserInvitationHistoryV4InternalServerError with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4InternalServerError) Error added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4InternalServerError) GetPayload added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4InternalServerError) ToJSONString added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4NotImplemented added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4NotImplemented struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceUserInvitationHistoryV4NotImplemented handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20024</td><td>not implemented</td></tr></table>

func NewAdminGetNamespaceUserInvitationHistoryV4NotImplemented added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4NotImplemented() *AdminGetNamespaceUserInvitationHistoryV4NotImplemented

NewAdminGetNamespaceUserInvitationHistoryV4NotImplemented creates a AdminGetNamespaceUserInvitationHistoryV4NotImplemented with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4NotImplemented) Error added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4NotImplemented) GetPayload added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4NotImplemented) ToJSONString added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4OK added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4OK struct {
	Payload *iamclientmodels.ModelNamespaceInvitationHistoryUserV4Response
}

AdminGetNamespaceUserInvitationHistoryV4OK handles this case with default header values.

Operation succeeded

func NewAdminGetNamespaceUserInvitationHistoryV4OK added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4OK() *AdminGetNamespaceUserInvitationHistoryV4OK

NewAdminGetNamespaceUserInvitationHistoryV4OK creates a AdminGetNamespaceUserInvitationHistoryV4OK with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4OK) Error added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4OK) GetPayload added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4OK) ToJSONString added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4Params added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4Params struct {

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

	*/
	Namespace string
	/*Limit
	  the maximum number of data that may be returned (1...100), default 100

	*/
	Limit *int64
	/*Offset
	  Offset, default 0

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetNamespaceUserInvitationHistoryV4Params contains all the parameters to send to the API endpoint for the admin get namespace user invitation history v4 operation typically these are written to a http.Request

func NewAdminGetNamespaceUserInvitationHistoryV4Params added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4Params() *AdminGetNamespaceUserInvitationHistoryV4Params

NewAdminGetNamespaceUserInvitationHistoryV4Params creates a new AdminGetNamespaceUserInvitationHistoryV4Params object with the default values initialized.

func NewAdminGetNamespaceUserInvitationHistoryV4ParamsWithContext added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4ParamsWithContext(ctx context.Context) *AdminGetNamespaceUserInvitationHistoryV4Params

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

func NewAdminGetNamespaceUserInvitationHistoryV4ParamsWithHTTPClient added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4ParamsWithHTTPClient(client *http.Client) *AdminGetNamespaceUserInvitationHistoryV4Params

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

func NewAdminGetNamespaceUserInvitationHistoryV4ParamsWithTimeout added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4ParamsWithTimeout(timeout time.Duration) *AdminGetNamespaceUserInvitationHistoryV4Params

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetAuthInfoWriter added in v0.66.0

SetAuthInfoWriter adds the authInfoWriter to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetContext added in v0.66.0

SetContext adds the context to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetFlightId added in v0.66.0

func (o *AdminGetNamespaceUserInvitationHistoryV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetHTTPClient added in v0.66.0

SetHTTPClient adds the HTTPClient to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetHTTPClientTransport added in v0.66.0

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

SetHTTPClient adds the HTTPClient Transport to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetLimit added in v0.66.0

SetLimit adds the limit to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetNamespace added in v0.66.0

func (o *AdminGetNamespaceUserInvitationHistoryV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetOffset added in v0.66.0

SetOffset adds the offset to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetTimeout added in v0.66.0

SetTimeout adds the timeout to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithContext added in v0.66.0

WithContext adds the context to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithHTTPClient added in v0.66.0

WithHTTPClient adds the HTTPClient to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithLimit added in v0.66.0

WithLimit adds the limit to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithNamespace added in v0.66.0

WithNamespace adds the namespace to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithOffset added in v0.66.0

WithOffset adds the offset to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithTimeout added in v0.66.0

WithTimeout adds the timeout to the admin get namespace user invitation history v4 params

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WriteToRequest added in v0.66.0

WriteToRequest writes these params to a swagger request

type AdminGetNamespaceUserInvitationHistoryV4Reader added in v0.66.0

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

AdminGetNamespaceUserInvitationHistoryV4Reader is a Reader for the AdminGetNamespaceUserInvitationHistoryV4 structure.

func (*AdminGetNamespaceUserInvitationHistoryV4Reader) ReadResponse added in v0.66.0

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

ReadResponse reads a server response into the received o.

type AdminGetNamespaceUserInvitationHistoryV4Unauthorized added in v0.66.0

type AdminGetNamespaceUserInvitationHistoryV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceUserInvitationHistoryV4Unauthorized 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 NewAdminGetNamespaceUserInvitationHistoryV4Unauthorized added in v0.66.0

func NewAdminGetNamespaceUserInvitationHistoryV4Unauthorized() *AdminGetNamespaceUserInvitationHistoryV4Unauthorized

NewAdminGetNamespaceUserInvitationHistoryV4Unauthorized creates a AdminGetNamespaceUserInvitationHistoryV4Unauthorized with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4Unauthorized) Error added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4Unauthorized) GetPayload added in v0.66.0

func (*AdminGetNamespaceUserInvitationHistoryV4Unauthorized) ToJSONString added in v0.66.0

type AdminInviteUserNewV4BadRequest added in v0.42.0

type AdminInviteUserNewV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserNewV4BadRequest 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 NewAdminInviteUserNewV4BadRequest added in v0.42.0

func NewAdminInviteUserNewV4BadRequest() *AdminInviteUserNewV4BadRequest

NewAdminInviteUserNewV4BadRequest creates a AdminInviteUserNewV4BadRequest with default headers values

func (*AdminInviteUserNewV4BadRequest) Error added in v0.42.0

func (*AdminInviteUserNewV4BadRequest) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4BadRequest) ToJSONString added in v0.42.0

func (o *AdminInviteUserNewV4BadRequest) ToJSONString() string

type AdminInviteUserNewV4Conflict added in v0.42.0

type AdminInviteUserNewV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserNewV4Conflict 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 NewAdminInviteUserNewV4Conflict added in v0.42.0

func NewAdminInviteUserNewV4Conflict() *AdminInviteUserNewV4Conflict

NewAdminInviteUserNewV4Conflict creates a AdminInviteUserNewV4Conflict with default headers values

func (*AdminInviteUserNewV4Conflict) Error added in v0.42.0

func (*AdminInviteUserNewV4Conflict) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4Conflict) ToJSONString added in v0.42.0

func (o *AdminInviteUserNewV4Conflict) ToJSONString() string

type AdminInviteUserNewV4Created added in v0.42.0

type AdminInviteUserNewV4Created struct {
	Payload *iamclientmodels.ModelInviteUserResponseV3
}

AdminInviteUserNewV4Created handles this case with default header values.

Created

func NewAdminInviteUserNewV4Created added in v0.42.0

func NewAdminInviteUserNewV4Created() *AdminInviteUserNewV4Created

NewAdminInviteUserNewV4Created creates a AdminInviteUserNewV4Created with default headers values

func (*AdminInviteUserNewV4Created) Error added in v0.42.0

func (*AdminInviteUserNewV4Created) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4Created) ToJSONString added in v0.42.0

func (o *AdminInviteUserNewV4Created) ToJSONString() string

type AdminInviteUserNewV4Forbidden added in v0.42.0

type AdminInviteUserNewV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserNewV4Forbidden 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 NewAdminInviteUserNewV4Forbidden added in v0.42.0

func NewAdminInviteUserNewV4Forbidden() *AdminInviteUserNewV4Forbidden

NewAdminInviteUserNewV4Forbidden creates a AdminInviteUserNewV4Forbidden with default headers values

func (*AdminInviteUserNewV4Forbidden) Error added in v0.42.0

func (*AdminInviteUserNewV4Forbidden) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4Forbidden) ToJSONString added in v0.42.0

func (o *AdminInviteUserNewV4Forbidden) ToJSONString() string

type AdminInviteUserNewV4InternalServerError added in v0.42.0

type AdminInviteUserNewV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserNewV4InternalServerError 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 NewAdminInviteUserNewV4InternalServerError added in v0.42.0

func NewAdminInviteUserNewV4InternalServerError() *AdminInviteUserNewV4InternalServerError

NewAdminInviteUserNewV4InternalServerError creates a AdminInviteUserNewV4InternalServerError with default headers values

func (*AdminInviteUserNewV4InternalServerError) Error added in v0.42.0

func (*AdminInviteUserNewV4InternalServerError) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4InternalServerError) ToJSONString added in v0.42.0

type AdminInviteUserNewV4NotFound added in v0.42.0

type AdminInviteUserNewV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserNewV4NotFound 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 NewAdminInviteUserNewV4NotFound added in v0.42.0

func NewAdminInviteUserNewV4NotFound() *AdminInviteUserNewV4NotFound

NewAdminInviteUserNewV4NotFound creates a AdminInviteUserNewV4NotFound with default headers values

func (*AdminInviteUserNewV4NotFound) Error added in v0.42.0

func (*AdminInviteUserNewV4NotFound) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4NotFound) ToJSONString added in v0.42.0

func (o *AdminInviteUserNewV4NotFound) ToJSONString() string

type AdminInviteUserNewV4Params added in v0.42.0

type AdminInviteUserNewV4Params struct {

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

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminInviteUserNewV4Params added in v0.42.0

func NewAdminInviteUserNewV4Params() *AdminInviteUserNewV4Params

NewAdminInviteUserNewV4Params creates a new AdminInviteUserNewV4Params object with the default values initialized.

func NewAdminInviteUserNewV4ParamsWithContext added in v0.42.0

func NewAdminInviteUserNewV4ParamsWithContext(ctx context.Context) *AdminInviteUserNewV4Params

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

func NewAdminInviteUserNewV4ParamsWithHTTPClient added in v0.42.0

func NewAdminInviteUserNewV4ParamsWithHTTPClient(client *http.Client) *AdminInviteUserNewV4Params

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

func NewAdminInviteUserNewV4ParamsWithTimeout added in v0.42.0

func NewAdminInviteUserNewV4ParamsWithTimeout(timeout time.Duration) *AdminInviteUserNewV4Params

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

func (*AdminInviteUserNewV4Params) SetAuthInfoWriter added in v0.42.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) SetBody added in v0.42.0

SetBody adds the body to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) SetContext added in v0.42.0

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

SetContext adds the context to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) SetFlightId added in v0.63.0

func (o *AdminInviteUserNewV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminInviteUserNewV4Params) SetHTTPClient added in v0.42.0

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

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

func (*AdminInviteUserNewV4Params) SetHTTPClientTransport added in v0.42.0

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

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

func (*AdminInviteUserNewV4Params) SetTimeout added in v0.42.0

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

SetTimeout adds the timeout to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) WithBody added in v0.42.0

WithBody adds the body to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) WithContext added in v0.42.0

WithContext adds the context to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) WithHTTPClient added in v0.42.0

WithHTTPClient adds the HTTPClient to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) WithTimeout added in v0.42.0

WithTimeout adds the timeout to the admin invite user new v4 params

func (*AdminInviteUserNewV4Params) WriteToRequest added in v0.42.0

WriteToRequest writes these params to a swagger request

type AdminInviteUserNewV4Reader added in v0.42.0

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

AdminInviteUserNewV4Reader is a Reader for the AdminInviteUserNewV4 structure.

func (*AdminInviteUserNewV4Reader) ReadResponse added in v0.42.0

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

ReadResponse reads a server response into the received o.

type AdminInviteUserNewV4Unauthorized added in v0.42.0

type AdminInviteUserNewV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserNewV4Unauthorized 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 NewAdminInviteUserNewV4Unauthorized added in v0.42.0

func NewAdminInviteUserNewV4Unauthorized() *AdminInviteUserNewV4Unauthorized

NewAdminInviteUserNewV4Unauthorized creates a AdminInviteUserNewV4Unauthorized with default headers values

func (*AdminInviteUserNewV4Unauthorized) Error added in v0.42.0

func (*AdminInviteUserNewV4Unauthorized) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4Unauthorized) ToJSONString added in v0.42.0

func (o *AdminInviteUserNewV4Unauthorized) ToJSONString() string

type AdminInviteUserNewV4UnprocessableEntity added in v0.42.0

type AdminInviteUserNewV4UnprocessableEntity struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserNewV4UnprocessableEntity 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 NewAdminInviteUserNewV4UnprocessableEntity added in v0.42.0

func NewAdminInviteUserNewV4UnprocessableEntity() *AdminInviteUserNewV4UnprocessableEntity

NewAdminInviteUserNewV4UnprocessableEntity creates a AdminInviteUserNewV4UnprocessableEntity with default headers values

func (*AdminInviteUserNewV4UnprocessableEntity) Error added in v0.42.0

func (*AdminInviteUserNewV4UnprocessableEntity) GetPayload added in v0.42.0

func (*AdminInviteUserNewV4UnprocessableEntity) ToJSONString added in v0.42.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

func (*AdminInviteUserV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminInviteUserV4BadRequest) ToJSONString() string

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

func (*AdminInviteUserV4Conflict) ToJSONString added in v0.25.0

func (o *AdminInviteUserV4Conflict) ToJSONString() string

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

func (*AdminInviteUserV4Created) ToJSONString added in v0.25.0

func (o *AdminInviteUserV4Created) ToJSONString() string

type AdminInviteUserV4Forbidden added in v0.31.0

type AdminInviteUserV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserV4Forbidden 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 NewAdminInviteUserV4Forbidden added in v0.31.0

func NewAdminInviteUserV4Forbidden() *AdminInviteUserV4Forbidden

NewAdminInviteUserV4Forbidden creates a AdminInviteUserV4Forbidden with default headers values

func (*AdminInviteUserV4Forbidden) Error added in v0.31.0

func (*AdminInviteUserV4Forbidden) GetPayload added in v0.31.0

func (*AdminInviteUserV4Forbidden) ToJSONString added in v0.31.0

func (o *AdminInviteUserV4Forbidden) ToJSONString() string

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

func (*AdminInviteUserV4InternalServerError) ToJSONString added in v0.25.0

func (o *AdminInviteUserV4InternalServerError) ToJSONString() string

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

func (*AdminInviteUserV4NotFound) ToJSONString added in v0.25.0

func (o *AdminInviteUserV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminInviteUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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 AdminInviteUserV4Unauthorized added in v0.31.0

type AdminInviteUserV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminInviteUserV4Unauthorized 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 NewAdminInviteUserV4Unauthorized added in v0.31.0

func NewAdminInviteUserV4Unauthorized() *AdminInviteUserV4Unauthorized

NewAdminInviteUserV4Unauthorized creates a AdminInviteUserV4Unauthorized with default headers values

func (*AdminInviteUserV4Unauthorized) Error added in v0.31.0

func (*AdminInviteUserV4Unauthorized) GetPayload added in v0.31.0

func (*AdminInviteUserV4Unauthorized) ToJSONString added in v0.31.0

func (o *AdminInviteUserV4Unauthorized) ToJSONString() string

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

func (*AdminInviteUserV4UnprocessableEntity) ToJSONString added in v0.25.0

func (o *AdminInviteUserV4UnprocessableEntity) ToJSONString() string

type AdminListInvitationHistoriesV4BadRequest added in v0.66.0

type AdminListInvitationHistoriesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListInvitationHistoriesV4BadRequest 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 NewAdminListInvitationHistoriesV4BadRequest added in v0.66.0

func NewAdminListInvitationHistoriesV4BadRequest() *AdminListInvitationHistoriesV4BadRequest

NewAdminListInvitationHistoriesV4BadRequest creates a AdminListInvitationHistoriesV4BadRequest with default headers values

func (*AdminListInvitationHistoriesV4BadRequest) Error added in v0.66.0

func (*AdminListInvitationHistoriesV4BadRequest) GetPayload added in v0.66.0

func (*AdminListInvitationHistoriesV4BadRequest) ToJSONString added in v0.66.0

type AdminListInvitationHistoriesV4Forbidden added in v0.66.0

type AdminListInvitationHistoriesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListInvitationHistoriesV4Forbidden 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 NewAdminListInvitationHistoriesV4Forbidden added in v0.66.0

func NewAdminListInvitationHistoriesV4Forbidden() *AdminListInvitationHistoriesV4Forbidden

NewAdminListInvitationHistoriesV4Forbidden creates a AdminListInvitationHistoriesV4Forbidden with default headers values

func (*AdminListInvitationHistoriesV4Forbidden) Error added in v0.66.0

func (*AdminListInvitationHistoriesV4Forbidden) GetPayload added in v0.66.0

func (*AdminListInvitationHistoriesV4Forbidden) ToJSONString added in v0.66.0

type AdminListInvitationHistoriesV4InternalServerError added in v0.66.0

type AdminListInvitationHistoriesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListInvitationHistoriesV4InternalServerError 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 NewAdminListInvitationHistoriesV4InternalServerError added in v0.66.0

func NewAdminListInvitationHistoriesV4InternalServerError() *AdminListInvitationHistoriesV4InternalServerError

NewAdminListInvitationHistoriesV4InternalServerError creates a AdminListInvitationHistoriesV4InternalServerError with default headers values

func (*AdminListInvitationHistoriesV4InternalServerError) Error added in v0.66.0

func (*AdminListInvitationHistoriesV4InternalServerError) GetPayload added in v0.66.0

func (*AdminListInvitationHistoriesV4InternalServerError) ToJSONString added in v0.66.0

type AdminListInvitationHistoriesV4NotImplemented added in v0.66.0

type AdminListInvitationHistoriesV4NotImplemented struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListInvitationHistoriesV4NotImplemented handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20024</td><td>not implemented</td></tr></table>

func NewAdminListInvitationHistoriesV4NotImplemented added in v0.66.0

func NewAdminListInvitationHistoriesV4NotImplemented() *AdminListInvitationHistoriesV4NotImplemented

NewAdminListInvitationHistoriesV4NotImplemented creates a AdminListInvitationHistoriesV4NotImplemented with default headers values

func (*AdminListInvitationHistoriesV4NotImplemented) Error added in v0.66.0

func (*AdminListInvitationHistoriesV4NotImplemented) GetPayload added in v0.66.0

func (*AdminListInvitationHistoriesV4NotImplemented) ToJSONString added in v0.66.0

type AdminListInvitationHistoriesV4OK added in v0.66.0

type AdminListInvitationHistoriesV4OK struct {
	Payload *iamclientmodels.ModelListInvitationHistoriesV4Response
}

AdminListInvitationHistoriesV4OK handles this case with default header values.

Operation succeeded

func NewAdminListInvitationHistoriesV4OK added in v0.66.0

func NewAdminListInvitationHistoriesV4OK() *AdminListInvitationHistoriesV4OK

NewAdminListInvitationHistoriesV4OK creates a AdminListInvitationHistoriesV4OK with default headers values

func (*AdminListInvitationHistoriesV4OK) Error added in v0.66.0

func (*AdminListInvitationHistoriesV4OK) GetPayload added in v0.66.0

func (*AdminListInvitationHistoriesV4OK) ToJSONString added in v0.66.0

func (o *AdminListInvitationHistoriesV4OK) ToJSONString() string

type AdminListInvitationHistoriesV4Params added in v0.66.0

type AdminListInvitationHistoriesV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Limit
	  the maximum number of data that may be returned (1...100), default 100

	*/
	Limit *int64
	/*Namespace
	  only accept studio namespace

	*/
	Namespace *string
	/*Offset
	  Offset, default 0

	*/
	Offset *int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminListInvitationHistoriesV4Params contains all the parameters to send to the API endpoint for the admin list invitation histories v4 operation typically these are written to a http.Request

func NewAdminListInvitationHistoriesV4Params added in v0.66.0

func NewAdminListInvitationHistoriesV4Params() *AdminListInvitationHistoriesV4Params

NewAdminListInvitationHistoriesV4Params creates a new AdminListInvitationHistoriesV4Params object with the default values initialized.

func NewAdminListInvitationHistoriesV4ParamsWithContext added in v0.66.0

func NewAdminListInvitationHistoriesV4ParamsWithContext(ctx context.Context) *AdminListInvitationHistoriesV4Params

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

func NewAdminListInvitationHistoriesV4ParamsWithHTTPClient added in v0.66.0

func NewAdminListInvitationHistoriesV4ParamsWithHTTPClient(client *http.Client) *AdminListInvitationHistoriesV4Params

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

func NewAdminListInvitationHistoriesV4ParamsWithTimeout added in v0.66.0

func NewAdminListInvitationHistoriesV4ParamsWithTimeout(timeout time.Duration) *AdminListInvitationHistoriesV4Params

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

func (*AdminListInvitationHistoriesV4Params) SetAuthInfoWriter added in v0.66.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) SetContext added in v0.66.0

SetContext adds the context to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) SetFlightId added in v0.66.0

func (o *AdminListInvitationHistoriesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminListInvitationHistoriesV4Params) SetHTTPClient added in v0.66.0

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

SetHTTPClient adds the HTTPClient to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) SetHTTPClientTransport added in v0.66.0

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

SetHTTPClient adds the HTTPClient Transport to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) SetLimit added in v0.66.0

func (o *AdminListInvitationHistoriesV4Params) SetLimit(limit *int64)

SetLimit adds the limit to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) SetNamespace added in v0.66.0

func (o *AdminListInvitationHistoriesV4Params) SetNamespace(namespace *string)

SetNamespace adds the namespace to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) SetOffset added in v0.66.0

func (o *AdminListInvitationHistoriesV4Params) SetOffset(offset *int64)

SetOffset adds the offset to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) SetTimeout added in v0.66.0

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

SetTimeout adds the timeout to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) WithContext added in v0.66.0

WithContext adds the context to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) WithHTTPClient added in v0.66.0

WithHTTPClient adds the HTTPClient to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) WithLimit added in v0.66.0

WithLimit adds the limit to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) WithNamespace added in v0.66.0

WithNamespace adds the namespace to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) WithOffset added in v0.66.0

WithOffset adds the offset to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) WithTimeout added in v0.66.0

WithTimeout adds the timeout to the admin list invitation histories v4 params

func (*AdminListInvitationHistoriesV4Params) WriteToRequest added in v0.66.0

WriteToRequest writes these params to a swagger request

type AdminListInvitationHistoriesV4Reader added in v0.66.0

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

AdminListInvitationHistoriesV4Reader is a Reader for the AdminListInvitationHistoriesV4 structure.

func (*AdminListInvitationHistoriesV4Reader) ReadResponse added in v0.66.0

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

ReadResponse reads a server response into the received o.

type AdminListInvitationHistoriesV4Unauthorized added in v0.66.0

type AdminListInvitationHistoriesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListInvitationHistoriesV4Unauthorized 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 NewAdminListInvitationHistoriesV4Unauthorized added in v0.66.0

func NewAdminListInvitationHistoriesV4Unauthorized() *AdminListInvitationHistoriesV4Unauthorized

NewAdminListInvitationHistoriesV4Unauthorized creates a AdminListInvitationHistoriesV4Unauthorized with default headers values

func (*AdminListInvitationHistoriesV4Unauthorized) Error added in v0.66.0

func (*AdminListInvitationHistoriesV4Unauthorized) GetPayload added in v0.66.0

func (*AdminListInvitationHistoriesV4Unauthorized) ToJSONString added in v0.66.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>20013</td><td>insufficient permissions</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

func (*AdminListUserRolesV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminListUserRolesV4Forbidden) ToJSONString() string

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

func (*AdminListUserRolesV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminListUserRolesV4NotFound) ToJSONString added in v0.25.0

func (o *AdminListUserRolesV4NotFound) ToJSONString() string

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

func (*AdminListUserRolesV4OK) ToJSONString added in v0.25.0

func (o *AdminListUserRolesV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminListUserRolesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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 AdminListUserRolesV4Unauthorized added in v0.31.0

type AdminListUserRolesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminListUserRolesV4Unauthorized 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 NewAdminListUserRolesV4Unauthorized added in v0.31.0

func NewAdminListUserRolesV4Unauthorized() *AdminListUserRolesV4Unauthorized

NewAdminListUserRolesV4Unauthorized creates a AdminListUserRolesV4Unauthorized with default headers values

func (*AdminListUserRolesV4Unauthorized) Error added in v0.31.0

func (*AdminListUserRolesV4Unauthorized) GetPayload added in v0.31.0

func (*AdminListUserRolesV4Unauthorized) ToJSONString added in v0.31.0

func (o *AdminListUserRolesV4Unauthorized) ToJSONString() string

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

func (*AdminMakeFactorMyDefaultV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminMakeFactorMyDefaultV4BadRequest) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminMakeFactorMyDefaultV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminMakeFactorMyDefaultV4Forbidden) ToJSONString() string

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

func (*AdminMakeFactorMyDefaultV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminMakeFactorMyDefaultV4NotFound) ToJSONString added in v0.25.0

func (o *AdminMakeFactorMyDefaultV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminMakeFactorMyDefaultV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminMakeFactorMyDefaultV4Unauthorized) ToJSONString added in v0.25.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

func (*AdminRemoveUserRoleV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminRemoveUserRoleV4BadRequest) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminRemoveUserRoleV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminRemoveUserRoleV4Forbidden) ToJSONString() string

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

func (*AdminRemoveUserRoleV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminRemoveUserRoleV4NotFound) ToJSONString added in v0.25.0

func (o *AdminRemoveUserRoleV4NotFound) ToJSONString() string

type AdminRemoveUserRoleV4Params added in v0.2.0

type AdminRemoveUserRoleV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminRemoveUserRoleV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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 AdminRemoveUserRoleV4Unauthorized added in v0.31.0

type AdminRemoveUserRoleV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminRemoveUserRoleV4Unauthorized 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 NewAdminRemoveUserRoleV4Unauthorized added in v0.31.0

func NewAdminRemoveUserRoleV4Unauthorized() *AdminRemoveUserRoleV4Unauthorized

NewAdminRemoveUserRoleV4Unauthorized creates a AdminRemoveUserRoleV4Unauthorized with default headers values

func (*AdminRemoveUserRoleV4Unauthorized) Error added in v0.31.0

func (*AdminRemoveUserRoleV4Unauthorized) GetPayload added in v0.31.0

func (*AdminRemoveUserRoleV4Unauthorized) ToJSONString added in v0.31.0

func (o *AdminRemoveUserRoleV4Unauthorized) ToJSONString() string

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

func (*AdminRemoveUserRoleV4UnprocessableEntity) ToJSONString added in v0.25.0

type AdminSendMyMFAEmailCodeV4BadRequest added in v0.32.0

type AdminSendMyMFAEmailCodeV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminSendMyMFAEmailCodeV4BadRequest 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 NewAdminSendMyMFAEmailCodeV4BadRequest added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4BadRequest() *AdminSendMyMFAEmailCodeV4BadRequest

NewAdminSendMyMFAEmailCodeV4BadRequest creates a AdminSendMyMFAEmailCodeV4BadRequest with default headers values

func (*AdminSendMyMFAEmailCodeV4BadRequest) Error added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4BadRequest) GetPayload added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4BadRequest) ToJSONString added in v0.32.0

func (o *AdminSendMyMFAEmailCodeV4BadRequest) ToJSONString() string

type AdminSendMyMFAEmailCodeV4Forbidden added in v0.32.0

type AdminSendMyMFAEmailCodeV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminSendMyMFAEmailCodeV4Forbidden 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 NewAdminSendMyMFAEmailCodeV4Forbidden added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4Forbidden() *AdminSendMyMFAEmailCodeV4Forbidden

NewAdminSendMyMFAEmailCodeV4Forbidden creates a AdminSendMyMFAEmailCodeV4Forbidden with default headers values

func (*AdminSendMyMFAEmailCodeV4Forbidden) Error added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4Forbidden) GetPayload added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4Forbidden) ToJSONString added in v0.32.0

func (o *AdminSendMyMFAEmailCodeV4Forbidden) ToJSONString() string

type AdminSendMyMFAEmailCodeV4InternalServerError added in v0.32.0

type AdminSendMyMFAEmailCodeV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminSendMyMFAEmailCodeV4InternalServerError 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 NewAdminSendMyMFAEmailCodeV4InternalServerError added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4InternalServerError() *AdminSendMyMFAEmailCodeV4InternalServerError

NewAdminSendMyMFAEmailCodeV4InternalServerError creates a AdminSendMyMFAEmailCodeV4InternalServerError with default headers values

func (*AdminSendMyMFAEmailCodeV4InternalServerError) Error added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4InternalServerError) GetPayload added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4InternalServerError) ToJSONString added in v0.32.0

type AdminSendMyMFAEmailCodeV4NoContent added in v0.32.0

type AdminSendMyMFAEmailCodeV4NoContent struct {
}

AdminSendMyMFAEmailCodeV4NoContent handles this case with default header values.

code sent

func NewAdminSendMyMFAEmailCodeV4NoContent added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4NoContent() *AdminSendMyMFAEmailCodeV4NoContent

NewAdminSendMyMFAEmailCodeV4NoContent creates a AdminSendMyMFAEmailCodeV4NoContent with default headers values

func (*AdminSendMyMFAEmailCodeV4NoContent) Error added in v0.32.0

type AdminSendMyMFAEmailCodeV4NotFound added in v0.32.0

type AdminSendMyMFAEmailCodeV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminSendMyMFAEmailCodeV4NotFound 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 NewAdminSendMyMFAEmailCodeV4NotFound added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4NotFound() *AdminSendMyMFAEmailCodeV4NotFound

NewAdminSendMyMFAEmailCodeV4NotFound creates a AdminSendMyMFAEmailCodeV4NotFound with default headers values

func (*AdminSendMyMFAEmailCodeV4NotFound) Error added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4NotFound) GetPayload added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4NotFound) ToJSONString added in v0.32.0

func (o *AdminSendMyMFAEmailCodeV4NotFound) ToJSONString() string

type AdminSendMyMFAEmailCodeV4Params added in v0.32.0

type AdminSendMyMFAEmailCodeV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminSendMyMFAEmailCodeV4Params contains all the parameters to send to the API endpoint for the admin send my mfa email code v4 operation typically these are written to a http.Request

func NewAdminSendMyMFAEmailCodeV4Params added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4Params() *AdminSendMyMFAEmailCodeV4Params

NewAdminSendMyMFAEmailCodeV4Params creates a new AdminSendMyMFAEmailCodeV4Params object with the default values initialized.

func NewAdminSendMyMFAEmailCodeV4ParamsWithContext added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4ParamsWithContext(ctx context.Context) *AdminSendMyMFAEmailCodeV4Params

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

func NewAdminSendMyMFAEmailCodeV4ParamsWithHTTPClient added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4ParamsWithHTTPClient(client *http.Client) *AdminSendMyMFAEmailCodeV4Params

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

func NewAdminSendMyMFAEmailCodeV4ParamsWithTimeout added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4ParamsWithTimeout(timeout time.Duration) *AdminSendMyMFAEmailCodeV4Params

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

func (*AdminSendMyMFAEmailCodeV4Params) SetAuthInfoWriter added in v0.32.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) SetContext added in v0.32.0

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

SetContext adds the context to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) SetFlightId added in v0.63.0

func (o *AdminSendMyMFAEmailCodeV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminSendMyMFAEmailCodeV4Params) SetHTTPClient added in v0.32.0

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

SetHTTPClient adds the HTTPClient to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) SetHTTPClientTransport added in v0.32.0

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

SetHTTPClient adds the HTTPClient Transport to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) SetTimeout added in v0.32.0

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

SetTimeout adds the timeout to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) WithContext added in v0.32.0

WithContext adds the context to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) WithHTTPClient added in v0.32.0

WithHTTPClient adds the HTTPClient to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) WithTimeout added in v0.32.0

WithTimeout adds the timeout to the admin send my mfa email code v4 params

func (*AdminSendMyMFAEmailCodeV4Params) WriteToRequest added in v0.32.0

WriteToRequest writes these params to a swagger request

type AdminSendMyMFAEmailCodeV4Reader added in v0.32.0

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

AdminSendMyMFAEmailCodeV4Reader is a Reader for the AdminSendMyMFAEmailCodeV4 structure.

func (*AdminSendMyMFAEmailCodeV4Reader) ReadResponse added in v0.32.0

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

ReadResponse reads a server response into the received o.

type AdminSendMyMFAEmailCodeV4TooManyRequests added in v0.32.0

type AdminSendMyMFAEmailCodeV4TooManyRequests struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminSendMyMFAEmailCodeV4TooManyRequests handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20007</td><td>too many requests</td></tr></table>

func NewAdminSendMyMFAEmailCodeV4TooManyRequests added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4TooManyRequests() *AdminSendMyMFAEmailCodeV4TooManyRequests

NewAdminSendMyMFAEmailCodeV4TooManyRequests creates a AdminSendMyMFAEmailCodeV4TooManyRequests with default headers values

func (*AdminSendMyMFAEmailCodeV4TooManyRequests) Error added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4TooManyRequests) GetPayload added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4TooManyRequests) ToJSONString added in v0.32.0

type AdminSendMyMFAEmailCodeV4Unauthorized added in v0.32.0

type AdminSendMyMFAEmailCodeV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminSendMyMFAEmailCodeV4Unauthorized 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 NewAdminSendMyMFAEmailCodeV4Unauthorized added in v0.32.0

func NewAdminSendMyMFAEmailCodeV4Unauthorized() *AdminSendMyMFAEmailCodeV4Unauthorized

NewAdminSendMyMFAEmailCodeV4Unauthorized creates a AdminSendMyMFAEmailCodeV4Unauthorized with default headers values

func (*AdminSendMyMFAEmailCodeV4Unauthorized) Error added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4Unauthorized) GetPayload added in v0.32.0

func (*AdminSendMyMFAEmailCodeV4Unauthorized) ToJSONString added in v0.32.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

func (*AdminUpdateMyUserV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminUpdateMyUserV4BadRequest) ToJSONString() string

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><tr><td>10222</td><td>unique display name already exists</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

func (*AdminUpdateMyUserV4Conflict) ToJSONString added in v0.25.0

func (o *AdminUpdateMyUserV4Conflict) ToJSONString() string

type AdminUpdateMyUserV4InternalServerError added in v0.7.0

type AdminUpdateMyUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

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

func (*AdminUpdateMyUserV4InternalServerError) GetPayload added in v0.31.0

func (*AdminUpdateMyUserV4InternalServerError) ToJSONString added in v0.31.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

func (*AdminUpdateMyUserV4OK) ToJSONString added in v0.25.0

func (o *AdminUpdateMyUserV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminUpdateMyUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminUpdateMyUserV4Unauthorized) ToJSONString added in v0.25.0

func (o *AdminUpdateMyUserV4Unauthorized) ToJSONString() string

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

func (*AdminUpdateUserEmailAddressV4BadRequest) ToJSONString added in v0.25.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

func (*AdminUpdateUserEmailAddressV4Conflict) ToJSONString added in v0.25.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

func (*AdminUpdateUserEmailAddressV4InternalServerError) ToJSONString added in v0.25.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

func (*AdminUpdateUserEmailAddressV4NotFound) ToJSONString added in v0.25.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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminUpdateUserEmailAddressV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminUpdateUserEmailAddressV4Unauthorized) ToJSONString added in v0.25.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

func (*AdminUpdateUserRoleV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminUpdateUserRoleV4BadRequest) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*AdminUpdateUserRoleV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminUpdateUserRoleV4Forbidden) ToJSONString() string

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

func (*AdminUpdateUserRoleV4InternalServerError) ToJSONString added in v0.25.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><tr><td>10156</td><td>role 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

func (*AdminUpdateUserRoleV4NotFound) ToJSONString added in v0.25.0

func (o *AdminUpdateUserRoleV4NotFound) ToJSONString() string

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

func (*AdminUpdateUserRoleV4OK) ToJSONString added in v0.25.0

func (o *AdminUpdateUserRoleV4OK) ToJSONString() string

type AdminUpdateUserRoleV4Params added in v0.2.0

type AdminUpdateUserRoleV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminUpdateUserRoleV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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 AdminUpdateUserRoleV4Unauthorized added in v0.31.0

type AdminUpdateUserRoleV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserRoleV4Unauthorized 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 NewAdminUpdateUserRoleV4Unauthorized added in v0.31.0

func NewAdminUpdateUserRoleV4Unauthorized() *AdminUpdateUserRoleV4Unauthorized

NewAdminUpdateUserRoleV4Unauthorized creates a AdminUpdateUserRoleV4Unauthorized with default headers values

func (*AdminUpdateUserRoleV4Unauthorized) Error added in v0.31.0

func (*AdminUpdateUserRoleV4Unauthorized) GetPayload added in v0.31.0

func (*AdminUpdateUserRoleV4Unauthorized) ToJSONString added in v0.31.0

func (o *AdminUpdateUserRoleV4Unauthorized) ToJSONString() string

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

func (*AdminUpdateUserRoleV4UnprocessableEntity) ToJSONString added in v0.25.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

func (*AdminUpdateUserV4BadRequest) ToJSONString added in v0.25.0

func (o *AdminUpdateUserV4BadRequest) ToJSONString() string

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><tr><td>10222</td><td>unique display name already exists</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

func (*AdminUpdateUserV4Conflict) ToJSONString added in v0.25.0

func (o *AdminUpdateUserV4Conflict) ToJSONString() string

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

func (*AdminUpdateUserV4Forbidden) ToJSONString added in v0.25.0

func (o *AdminUpdateUserV4Forbidden) ToJSONString() string

type AdminUpdateUserV4InternalServerError added in v0.2.0

type AdminUpdateUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

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

func (*AdminUpdateUserV4InternalServerError) GetPayload added in v0.31.0

func (*AdminUpdateUserV4InternalServerError) ToJSONString added in v0.31.0

func (o *AdminUpdateUserV4InternalServerError) ToJSONString() string

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

func (*AdminUpdateUserV4NotFound) ToJSONString added in v0.25.0

func (o *AdminUpdateUserV4NotFound) ToJSONString() string

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

func (*AdminUpdateUserV4OK) ToJSONString added in v0.25.0

func (o *AdminUpdateUserV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *AdminUpdateUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*AdminUpdateUserV4Unauthorized) ToJSONString added in v0.25.0

func (o *AdminUpdateUserV4Unauthorized) ToJSONString() string

type Client

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

Client for users v4 API

func (*Client) AdminAddUserRoleV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use AdminAddUserRoleV4Short instead.

AdminAddUserRoleV4 admin add user's role v4 New role will be appended to user's current roles. An admin user can only assign role with **assignedNamespaces** if the admin user has required permission which is same as the required permission of this endpoint.

func (*Client) AdminAddUserRoleV4Short added in v0.8.0

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

AdminAddUserRoleV4Short admin add user's role v4 New role will be appended to user's current roles. An admin user can only assign role with **assignedNamespaces** if the admin user has required permission which is same as the required permission of this endpoint.

func (*Client) AdminBulkCheckValidUserIDV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminBulkCheckValidUserIDV4Short instead.

AdminBulkCheckValidUserIDV4 admin check valid user id Use this endpoint to check if userID exists or not 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)

AdminBulkCheckValidUserIDV4Short admin check valid user id Use this endpoint to check if userID exists or not Maximum number of userID to be checked is 50

func (*Client) AdminBulkUpdateUserAccountTypeV4 deprecated added in v0.60.0

Deprecated: 2022-08-10 - Use AdminBulkUpdateUserAccountTypeV4Short instead.

AdminBulkUpdateUserAccountTypeV4 admin bulk update user account type v4 This endpoint is used to change users account type - set **testAccount** to `true` to mark user as test account type - set **testAccount** to `false` to mark user as default account type

func (*Client) AdminBulkUpdateUserAccountTypeV4Short added in v0.60.0

func (a *Client) AdminBulkUpdateUserAccountTypeV4Short(params *AdminBulkUpdateUserAccountTypeV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkUpdateUserAccountTypeV4NoContent, error)

AdminBulkUpdateUserAccountTypeV4Short admin bulk update user account type v4 This endpoint is used to change users account type - set **testAccount** to `true` to mark user as test account type - set **testAccount** to `false` to mark user as default account type

func (*Client) AdminCreateTestUsersV4 deprecated added in v0.25.0

Deprecated: 2022-08-10 - Use AdminCreateTestUsersV4Short instead.

AdminCreateTestUsersV4 [test facility only]create test users Create test users and not send verification code email.

func (*Client) AdminCreateTestUsersV4Short added in v0.25.0

func (a *Client) AdminCreateTestUsersV4Short(params *AdminCreateTestUsersV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateTestUsersV4Created, error)

AdminCreateTestUsersV4Short [test facility only]create test users Create test users and not send verification code email.

func (*Client) AdminCreateUserV4 deprecated added in v0.63.0

Deprecated: 2022-08-10 - Use AdminCreateUserV4Short instead.

AdminCreateUserV4 admin create user Create a new user with unique email address and username. **Required attributes:** - authType: possible value is EMAILPASSWD - emailAddress: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - 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. - uniqueDisplayName: required when uniqueDisplayNameEnabled/UNIQUE_DISPLAY_NAME_ENABLED is true, please refer to the rule from /v3/public/inputValidations API.

**Not required attributes:** - displayName: Please refer to the rule from /v3/public/inputValidations API. This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.

func (*Client) AdminCreateUserV4Short added in v0.63.0

func (a *Client) AdminCreateUserV4Short(params *AdminCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateUserV4Created, error)

AdminCreateUserV4Short admin create user Create a new user with unique email address and username. **Required attributes:** - authType: possible value is EMAILPASSWD - emailAddress: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - 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. - uniqueDisplayName: required when uniqueDisplayNameEnabled/UNIQUE_DISPLAY_NAME_ENABLED is true, please refer to the rule from /v3/public/inputValidations API.

**Not required attributes:** - displayName: Please refer to the rule from /v3/public/inputValidations API. This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.

func (*Client) AdminDisableMyAuthenticatorV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminDisableMyAuthenticatorV4Short instead.

AdminDisableMyAuthenticatorV4 disable 2fa authenticator This endpoint is used to disable 2FA authenticator.

func (*Client) AdminDisableMyAuthenticatorV4Short added in v0.15.0

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

AdminDisableMyAuthenticatorV4Short disable 2fa authenticator This endpoint is used to disable 2FA authenticator.

func (*Client) AdminDisableMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminDisableMyBackupCodesV4Short instead.

AdminDisableMyBackupCodesV4 disable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) AdminDisableMyBackupCodesV4Short added in v0.15.0

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

AdminDisableMyBackupCodesV4Short disable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) AdminDisableMyEmailV4 deprecated added in v0.32.0

Deprecated: 2022-08-10 - Use AdminDisableMyEmailV4Short instead.

AdminDisableMyEmailV4 disable 2fa email This endpoint is used to disable 2FA email.

func (*Client) AdminDisableMyEmailV4Short added in v0.32.0

func (a *Client) AdminDisableMyEmailV4Short(params *AdminDisableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyEmailV4NoContent, error)

AdminDisableMyEmailV4Short disable 2fa email This endpoint is used to disable 2FA email.

func (*Client) AdminDisableUserMFAV4 deprecated added in v0.16.0

Deprecated: 2022-08-10 - Use AdminDisableUserMFAV4Short instead.

AdminDisableUserMFAV4 disable user 2fa **This endpoint is used to disable user 2FA.**

func (*Client) AdminDisableUserMFAV4Short added in v0.16.0

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

AdminDisableUserMFAV4Short disable user 2fa **This endpoint is used to disable user 2FA.**

func (*Client) AdminDownloadMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminDownloadMyBackupCodesV4Short instead.

AdminDownloadMyBackupCodesV4 download user backup codes This endpoint is used to download backup codes.

func (*Client) AdminDownloadMyBackupCodesV4Short added in v0.15.0

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

AdminDownloadMyBackupCodesV4Short download user backup codes This endpoint is used to download backup codes.

func (*Client) AdminEnableBackupCodesV4 deprecated added in v0.64.0

Deprecated: 2022-08-10 - Use AdminEnableBackupCodesV4Short instead.

AdminEnableBackupCodesV4 enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) AdminEnableBackupCodesV4Short added in v0.64.0

func (a *Client) AdminEnableBackupCodesV4Short(params *AdminEnableBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableBackupCodesV4OK, error)

AdminEnableBackupCodesV4Short enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) AdminEnableMyAuthenticatorV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminEnableMyAuthenticatorV4Short instead.

AdminEnableMyAuthenticatorV4 enable 2fa authenticator This endpoint is used to enable 2FA authenticator.

func (*Client) AdminEnableMyAuthenticatorV4Short added in v0.15.0

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

AdminEnableMyAuthenticatorV4Short enable 2fa authenticator This endpoint is used to enable 2FA authenticator.

func (*Client) AdminEnableMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminEnableMyBackupCodesV4Short instead.

AdminEnableMyBackupCodesV4 enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) AdminEnableMyBackupCodesV4Short added in v0.15.0

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

AdminEnableMyBackupCodesV4Short enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) AdminEnableMyEmailV4 deprecated added in v0.32.0

Deprecated: 2022-08-10 - Use AdminEnableMyEmailV4Short instead.

AdminEnableMyEmailV4 enable 2fa email This endpoint is used to enable 2FA email.

func (*Client) AdminEnableMyEmailV4Short added in v0.32.0

func (a *Client) AdminEnableMyEmailV4Short(params *AdminEnableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyEmailV4NoContent, error)

AdminEnableMyEmailV4Short enable 2fa email This endpoint is used to enable 2FA email.

func (*Client) AdminGenerateBackupCodesV4 deprecated added in v0.64.0

Deprecated: 2022-08-10 - Use AdminGenerateBackupCodesV4Short instead.

AdminGenerateBackupCodesV4 generate backup codes This endpoint is used to generate 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGenerateBackupCodesV4Short added in v0.64.0

func (a *Client) AdminGenerateBackupCodesV4Short(params *AdminGenerateBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateBackupCodesV4OK, error)

AdminGenerateBackupCodesV4Short generate backup codes This endpoint is used to generate 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGenerateMyAuthenticatorKeyV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminGenerateMyAuthenticatorKeyV4Short instead.

AdminGenerateMyAuthenticatorKeyV4 generate secret key for 3rd-party authenticate app 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.

func (*Client) AdminGenerateMyAuthenticatorKeyV4Short added in v0.15.0

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

AdminGenerateMyAuthenticatorKeyV4Short generate secret key for 3rd-party authenticate app 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.

func (*Client) AdminGenerateMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminGenerateMyBackupCodesV4Short instead.

AdminGenerateMyBackupCodesV4 generate backup codes This endpoint is used to generate 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGenerateMyBackupCodesV4Short added in v0.15.0

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

AdminGenerateMyBackupCodesV4Short generate backup codes This endpoint is used to generate 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGetBackupCodesV4 deprecated added in v0.64.0

Deprecated: 2022-08-10 - Use AdminGetBackupCodesV4Short instead.

AdminGetBackupCodesV4 get backup codes and send to email This endpoint is used to get 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGetBackupCodesV4Short added in v0.64.0

func (a *Client) AdminGetBackupCodesV4Short(params *AdminGetBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetBackupCodesV4NoContent, error)

AdminGetBackupCodesV4Short get backup codes and send to email This endpoint is used to get 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGetMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminGetMyBackupCodesV4Short instead.

AdminGetMyBackupCodesV4 get backup codes This endpoint is used to get 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGetMyBackupCodesV4Short added in v0.15.0

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

AdminGetMyBackupCodesV4Short get backup codes This endpoint is used to get 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) AdminGetMyEnabledFactorsV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminGetMyEnabledFactorsV4Short instead.

AdminGetMyEnabledFactorsV4 get user enabled factors This endpoint is used to get user enabled factors.

func (*Client) AdminGetMyEnabledFactorsV4Short added in v0.15.0

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

AdminGetMyEnabledFactorsV4Short get user enabled factors This endpoint is used to get user enabled factors.

func (*Client) AdminGetNamespaceInvitationHistoryV4 deprecated added in v0.66.0

Deprecated: 2022-08-10 - Use AdminGetNamespaceInvitationHistoryV4Short instead.

AdminGetNamespaceInvitationHistoryV4 admin get invitation history for specific namespace v4 This endpoint is to Invitation Historiy for specific new studio namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false.

func (*Client) AdminGetNamespaceInvitationHistoryV4Short added in v0.66.0

func (a *Client) AdminGetNamespaceInvitationHistoryV4Short(params *AdminGetNamespaceInvitationHistoryV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetNamespaceInvitationHistoryV4OK, error)

AdminGetNamespaceInvitationHistoryV4Short admin get invitation history for specific namespace v4 This endpoint is to Invitation Historiy for specific new studio namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false.

func (*Client) AdminGetNamespaceUserInvitationHistoryV4 deprecated added in v0.66.0

Deprecated: 2022-08-10 - Use AdminGetNamespaceUserInvitationHistoryV4Short instead.

AdminGetNamespaceUserInvitationHistoryV4 admin get users invitation history for specific namespace v4 This endpoint is to Get list of users Invitation History for specific new studio namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false. Accepted Query: - offset - limit

func (*Client) AdminGetNamespaceUserInvitationHistoryV4Short added in v0.66.0

func (a *Client) AdminGetNamespaceUserInvitationHistoryV4Short(params *AdminGetNamespaceUserInvitationHistoryV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetNamespaceUserInvitationHistoryV4OK, error)

AdminGetNamespaceUserInvitationHistoryV4Short admin get users invitation history for specific namespace v4 This endpoint is to Get list of users Invitation History for specific new studio namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false. Accepted Query: - offset - limit

func (*Client) AdminInviteUserNewV4 deprecated added in v0.42.0

Deprecated: 2022-08-10 - Use AdminInviteUserNewV4Short instead.

AdminInviteUserNewV4 admin invite user v4 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 **assignedNamespaces** if the admin user has required permission which is same as the required permission of endpoint: [AdminAddUserRoleV4].

Detail request body : - **emailAddresses** is required, List of email addresses that will be invited - **isAdmin** is required, true if user is admin, false if user is not admin - **namespace** is optional. Only works on multi tenant mode, if not specified then it will be assigned Publisher namespace, if specified, it will become that studio/publisher where user is invited to. - **roleId** is optional, if not specified then it will only assign User role. - **assignedNamespaces** is optional, List of namespaces which the Role will be assigned to the user, only works when Role is not empty.

The invited admin will also assigned with "User" role by default.

func (*Client) AdminInviteUserNewV4Short added in v0.42.0

func (a *Client) AdminInviteUserNewV4Short(params *AdminInviteUserNewV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserNewV4Created, error)

AdminInviteUserNewV4Short admin invite user v4 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 **assignedNamespaces** if the admin user has required permission which is same as the required permission of endpoint: [AdminAddUserRoleV4].

Detail request body : - **emailAddresses** is required, List of email addresses that will be invited - **isAdmin** is required, true if user is admin, false if user is not admin - **namespace** is optional. Only works on multi tenant mode, if not specified then it will be assigned Publisher namespace, if specified, it will become that studio/publisher where user is invited to. - **roleId** is optional, if not specified then it will only assign User role. - **assignedNamespaces** is optional, List of namespaces which the Role will be assigned to the user, only works when Role is not empty.

The invited admin will also assigned with "User" role by default.

func (*Client) AdminInviteUserV4 deprecated added in v0.9.0

Deprecated: 2022-08-10 - Use AdminInviteUserV4Short instead.

AdminInviteUserV4 admin invite user v4 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 **assignedNamespaces** if the admin user has required permission which is same as the required permission of endpoint: [AdminAddUserRoleV4].

Detail request body : - Email Address is required, List of email addresses that will be invited - isAdmin is required, true if user is admin, false if user is not admin - Namespace is optional. Only works on multi tenant mode, if not specified then it will be assigned Publisher namespace, if specified, it will become that studio/publisher where user is invited to. - Role is optional, if not specified then it will only assign User role. - Assigned Namespaces is optional, List of namespaces which the Role will be assigned to the user, only works when Role is not empty.

The invited admin will also assigned with "User" role by default.

Substitute endpoint: /iam/v4/admin/users/invite

func (*Client) AdminInviteUserV4Short added in v0.9.0

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

AdminInviteUserV4Short admin invite user v4 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 **assignedNamespaces** if the admin user has required permission which is same as the required permission of endpoint: [AdminAddUserRoleV4].

Detail request body : - Email Address is required, List of email addresses that will be invited - isAdmin is required, true if user is admin, false if user is not admin - Namespace is optional. Only works on multi tenant mode, if not specified then it will be assigned Publisher namespace, if specified, it will become that studio/publisher where user is invited to. - Role is optional, if not specified then it will only assign User role. - Assigned Namespaces is optional, List of namespaces which the Role will be assigned to the user, only works when Role is not empty.

The invited admin will also assigned with "User" role by default.

Substitute endpoint: /iam/v4/admin/users/invite

func (*Client) AdminListInvitationHistoriesV4 deprecated added in v0.66.0

Deprecated: 2022-08-10 - Use AdminListInvitationHistoriesV4Short instead.

AdminListInvitationHistoriesV4 admin list invitation histories v4 This endpoint is to list all Invitation Histories for new studio namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false. Accepted Query: - namespace - offset - limit

func (*Client) AdminListInvitationHistoriesV4Short added in v0.66.0

func (a *Client) AdminListInvitationHistoriesV4Short(params *AdminListInvitationHistoriesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListInvitationHistoriesV4OK, error)

AdminListInvitationHistoriesV4Short admin list invitation histories v4 This endpoint is to list all Invitation Histories for new studio namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false. Accepted Query: - namespace - offset - limit

func (*Client) AdminListUserRolesV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use AdminListUserRolesV4Short instead.

AdminListUserRolesV4 admin list user's roles v4 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)

AdminListUserRolesV4Short admin list user's roles v4 List roles assigned to a user

func (*Client) AdminMakeFactorMyDefaultV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use AdminMakeFactorMyDefaultV4Short instead.

AdminMakeFactorMyDefaultV4 make 2fa factor default This endpoint is used to make 2FA factor default.

func (*Client) AdminMakeFactorMyDefaultV4Short added in v0.15.0

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

AdminMakeFactorMyDefaultV4Short make 2fa factor default This endpoint is used to make 2FA factor default.

func (*Client) AdminRemoveUserRoleV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use AdminRemoveUserRoleV4Short instead.

AdminRemoveUserRoleV4 admin remove user role v4 Remove a role from user's roles.

func (*Client) AdminRemoveUserRoleV4Short added in v0.8.0

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

AdminRemoveUserRoleV4Short admin remove user role v4 Remove a role from user's roles.

func (*Client) AdminSendMyMFAEmailCodeV4 deprecated added in v0.32.0

Deprecated: 2022-08-10 - Use AdminSendMyMFAEmailCodeV4Short instead.

AdminSendMyMFAEmailCodeV4 send code for enabling email This endpoint is used to send email code.

func (*Client) AdminSendMyMFAEmailCodeV4Short added in v0.32.0

func (a *Client) AdminSendMyMFAEmailCodeV4Short(params *AdminSendMyMFAEmailCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminSendMyMFAEmailCodeV4NoContent, error)

AdminSendMyMFAEmailCodeV4Short send code for enabling email This endpoint is used to send email code.

func (*Client) AdminUpdateMyUserV4 deprecated added in v0.7.0

Deprecated: 2022-08-10 - Use AdminUpdateMyUserV4Short instead.

AdminUpdateMyUserV4 admin update my user This Endpoint support update user based on given data. **Single request can update single field or multi fields.** Supported field {country, displayName, languageTag, dateOfBirth, avatarUrl, userName} Country use ISO3166-1 alpha-2 two letter, e.g. US. Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.

action code : 10103

func (*Client) AdminUpdateMyUserV4Short added in v0.8.0

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

AdminUpdateMyUserV4Short admin update my user This Endpoint support update user based on given data. **Single request can update single field or multi fields.** Supported field {country, displayName, languageTag, dateOfBirth, avatarUrl, userName} Country use ISO3166-1 alpha-2 two letter, e.g. US. Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.

action code : 10103

func (*Client) AdminUpdateUserEmailAddressV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use AdminUpdateUserEmailAddressV4Short instead.

AdminUpdateUserEmailAddressV4 update a user email address 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.

func (*Client) AdminUpdateUserEmailAddressV4Short added in v0.8.0

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

AdminUpdateUserEmailAddressV4Short update a user email address 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.

func (*Client) AdminUpdateUserRoleV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use AdminUpdateUserRoleV4Short instead.

AdminUpdateUserRoleV4 admin update user's role v4 User's roles will be replaced with roles from request body. An admin user can only assign role with **assignedNamespaces** if the admin user has required permission which is same as the required permission of this endpoint.

func (*Client) AdminUpdateUserRoleV4Short added in v0.8.0

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

AdminUpdateUserRoleV4Short admin update user's role v4 User's roles will be replaced with roles from request body. An admin user can only assign role with **assignedNamespaces** if the admin user has required permission which is same as the required permission of this endpoint.

func (*Client) AdminUpdateUserV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use AdminUpdateUserV4Short instead.

AdminUpdateUserV4 update user This Endpoint support update user based on given data. **Single request can update single field or multi fields.** Supported field {country, displayName, languageTag, dateOfBirth, avatarUrl, userName} Country use ISO3166-1 alpha-2 two letter, e.g. US. Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.

**Response body logic when user updating email address:** - User want to update email address of which have been verified, newEmailAddress response field will be filled with new email address. - User want to update email address of which have not been verified, { oldEmailAddress, emailAddress} response field will be filled with new email address. - User want to update email address of which have been verified and updated before, { oldEmailAddress, emailAddress} response field will be filled with verified email before. newEmailAddress response field will be filled with newest email address.

action code : 10103

func (*Client) AdminUpdateUserV4Short added in v0.8.0

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

AdminUpdateUserV4Short update user This Endpoint support update user based on given data. **Single request can update single field or multi fields.** Supported field {country, displayName, languageTag, dateOfBirth, avatarUrl, userName} Country use ISO3166-1 alpha-2 two letter, e.g. US. Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.

**Response body logic when user updating email address:** - User want to update email address of which have been verified, newEmailAddress response field will be filled with new email address. - User want to update email address of which have not been verified, { oldEmailAddress, emailAddress} response field will be filled with new email address. - User want to update email address of which have been verified and updated before, { oldEmailAddress, emailAddress} response field will be filled with verified email before. newEmailAddress response field will be filled with newest email address.

action code : 10103

func (*Client) CreateUserFromInvitationV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use CreateUserFromInvitationV4Short instead.

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

**Note**: * **uniqueDisplayName**: this is required when uniqueDisplayNameEnabled/UNIQUE_DISPLAY_NAME_ENABLED is true.

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: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API.

func (*Client) CreateUserFromInvitationV4Short added in v0.8.0

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

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

**Note**: * **uniqueDisplayName**: this is required when uniqueDisplayNameEnabled/UNIQUE_DISPLAY_NAME_ENABLED is true.

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: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API.

func (*Client) PublicCreateTestUserV4 deprecated added in v0.8.0

Deprecated: 2022-08-10 - Use PublicCreateTestUserV4Short instead.

PublicCreateTestUserV4 [test facility only]create test user Create a test user and not send verification code email **Required attributes:** - verified: this new user is verified or not - authType: possible value is EMAILPASSWD - emailAddress: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - 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.

**Not required attributes:** - displayName: Please refer to the rule from /v3/public/inputValidations API.

This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.

func (*Client) PublicCreateTestUserV4Short added in v0.8.0

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

PublicCreateTestUserV4Short [test facility only]create test user Create a test user and not send verification code email **Required attributes:** - verified: this new user is verified or not - authType: possible value is EMAILPASSWD - emailAddress: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - 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.

**Not required attributes:** - displayName: Please refer to the rule from /v3/public/inputValidations API.

This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.

func (*Client) PublicCreateUserV4 deprecated

Deprecated: 2022-08-10 - Use PublicCreateUserV4Short instead.

PublicCreateUserV4 create user Create a new user with unique email address and username. **Required attributes:** - authType: possible value is EMAILPASSWD - emailAddress: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - 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. - uniqueDisplayName: required when uniqueDisplayNameEnabled/UNIQUE_DISPLAY_NAME_ENABLED is true, please refer to the rule from /v3/public/inputValidations API.

**Not required attributes:** - displayName: Please refer to the rule from /v3/public/inputValidations API. This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.

func (*Client) PublicCreateUserV4Short added in v0.8.0

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

PublicCreateUserV4Short create user Create a new user with unique email address and username. **Required attributes:** - authType: possible value is EMAILPASSWD - emailAddress: Please refer to the rule from /v3/public/inputValidations API. - username: Please refer to the rule from /v3/public/inputValidations API. - password: Please refer to the rule from /v3/public/inputValidations API. - 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. - uniqueDisplayName: required when uniqueDisplayNameEnabled/UNIQUE_DISPLAY_NAME_ENABLED is true, please refer to the rule from /v3/public/inputValidations API.

**Not required attributes:** - displayName: Please refer to the rule from /v3/public/inputValidations API. This endpoint support accepting agreements for the created user. Supply the accepted agreements in acceptedPolicies attribute.

func (*Client) PublicDisableMyAuthenticatorV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicDisableMyAuthenticatorV4Short instead.

PublicDisableMyAuthenticatorV4 disable 2fa authenticator This endpoint is used to disable 2FA authenticator.

func (*Client) PublicDisableMyAuthenticatorV4Short added in v0.15.0

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

PublicDisableMyAuthenticatorV4Short disable 2fa authenticator This endpoint is used to disable 2FA authenticator.

func (*Client) PublicDisableMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicDisableMyBackupCodesV4Short instead.

PublicDisableMyBackupCodesV4 disable 2fa backup codes This endpoint is used to disable 2FA backup codes.

func (*Client) PublicDisableMyBackupCodesV4Short added in v0.15.0

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

PublicDisableMyBackupCodesV4Short disable 2fa backup codes This endpoint is used to disable 2FA backup codes.

func (*Client) PublicDisableMyEmailV4 deprecated added in v0.32.0

Deprecated: 2022-08-10 - Use PublicDisableMyEmailV4Short instead.

PublicDisableMyEmailV4 disable 2fa email This endpoint is used to disable 2FA email.

func (*Client) PublicDisableMyEmailV4Short added in v0.32.0

func (a *Client) PublicDisableMyEmailV4Short(params *PublicDisableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyEmailV4NoContent, error)

PublicDisableMyEmailV4Short disable 2fa email This endpoint is used to disable 2FA email.

func (*Client) PublicDownloadMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicDownloadMyBackupCodesV4Short instead.

PublicDownloadMyBackupCodesV4 download user backup codes This endpoint is used to download backup codes.

func (*Client) PublicDownloadMyBackupCodesV4Short added in v0.15.0

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

PublicDownloadMyBackupCodesV4Short download user backup codes This endpoint is used to download backup codes.

func (*Client) PublicEnableBackupCodesV4 deprecated added in v0.64.0

Deprecated: 2022-08-10 - Use PublicEnableBackupCodesV4Short instead.

PublicEnableBackupCodesV4 enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) PublicEnableBackupCodesV4Short added in v0.64.0

func (a *Client) PublicEnableBackupCodesV4Short(params *PublicEnableBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableBackupCodesV4NoContent, error)

PublicEnableBackupCodesV4Short enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) PublicEnableMyAuthenticatorV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicEnableMyAuthenticatorV4Short instead.

PublicEnableMyAuthenticatorV4 enable 2fa authenticator This endpoint is used to enable 2FA authenticator.

func (*Client) PublicEnableMyAuthenticatorV4Short added in v0.15.0

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

PublicEnableMyAuthenticatorV4Short enable 2fa authenticator This endpoint is used to enable 2FA authenticator.

func (*Client) PublicEnableMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicEnableMyBackupCodesV4Short instead.

PublicEnableMyBackupCodesV4 enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) PublicEnableMyBackupCodesV4Short added in v0.15.0

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

PublicEnableMyBackupCodesV4Short enable 2fa backup codes This endpoint is used to enable 2FA backup codes.

func (*Client) PublicEnableMyEmailV4 deprecated added in v0.32.0

Deprecated: 2022-08-10 - Use PublicEnableMyEmailV4Short instead.

PublicEnableMyEmailV4 enable 2fa email This endpoint is used to enable 2FA email.

func (*Client) PublicEnableMyEmailV4Short added in v0.32.0

func (a *Client) PublicEnableMyEmailV4Short(params *PublicEnableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyEmailV4NoContent, error)

PublicEnableMyEmailV4Short enable 2fa email This endpoint is used to enable 2FA email.

func (*Client) PublicGenerateBackupCodesV4 deprecated added in v0.64.0

Deprecated: 2022-08-10 - Use PublicGenerateBackupCodesV4Short instead.

PublicGenerateBackupCodesV4 generate backup codes This endpoint is used to generate 8-digits backup codes. Each codes is a one-time code and will be deleted once used. The codes will be sent through linked email.

func (*Client) PublicGenerateBackupCodesV4Short added in v0.64.0

func (a *Client) PublicGenerateBackupCodesV4Short(params *PublicGenerateBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateBackupCodesV4NoContent, error)

PublicGenerateBackupCodesV4Short generate backup codes This endpoint is used to generate 8-digits backup codes. Each codes is a one-time code and will be deleted once used. The codes will be sent through linked email.

func (*Client) PublicGenerateMyAuthenticatorKeyV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicGenerateMyAuthenticatorKeyV4Short instead.

PublicGenerateMyAuthenticatorKeyV4 generate secret key for 3rd-party authenticate app 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.

func (*Client) PublicGenerateMyAuthenticatorKeyV4Short added in v0.15.0

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

PublicGenerateMyAuthenticatorKeyV4Short generate secret key for 3rd-party authenticate app 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.

func (*Client) PublicGenerateMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicGenerateMyBackupCodesV4Short instead.

PublicGenerateMyBackupCodesV4 generate backup codes This endpoint is used to generate 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) PublicGenerateMyBackupCodesV4Short added in v0.15.0

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

PublicGenerateMyBackupCodesV4Short generate backup codes This endpoint is used to generate 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) PublicGetBackupCodesV4 deprecated added in v0.64.0

Deprecated: 2022-08-10 - Use PublicGetBackupCodesV4Short instead.

PublicGetBackupCodesV4 get backup codes and send to email This endpoint is used to get existing 8-digits backup codes. Each codes is a one-time code and will be deleted once used. The codes will be sent through linked email.

func (*Client) PublicGetBackupCodesV4Short added in v0.64.0

func (a *Client) PublicGetBackupCodesV4Short(params *PublicGetBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetBackupCodesV4NoContent, error)

PublicGetBackupCodesV4Short get backup codes and send to email This endpoint is used to get existing 8-digits backup codes. Each codes is a one-time code and will be deleted once used. The codes will be sent through linked email.

func (*Client) PublicGetMyBackupCodesV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicGetMyBackupCodesV4Short instead.

PublicGetMyBackupCodesV4 get backup codes This endpoint is used to get 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) PublicGetMyBackupCodesV4Short added in v0.15.0

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

PublicGetMyBackupCodesV4Short get backup codes This endpoint is used to get 8-digits backup codes. Each code is a one-time code and will be deleted once used.

func (*Client) PublicGetMyEnabledFactorsV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicGetMyEnabledFactorsV4Short instead.

PublicGetMyEnabledFactorsV4 get user enabled factors This endpoint is used to get user enabled factors.

func (*Client) PublicGetMyEnabledFactorsV4Short added in v0.15.0

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

PublicGetMyEnabledFactorsV4Short get user enabled factors This endpoint is used to get user enabled factors.

func (*Client) PublicGetUserPublicInfoByUserIDV4 deprecated added in v0.52.0

Deprecated: 2022-08-10 - Use PublicGetUserPublicInfoByUserIDV4Short instead.

PublicGetUserPublicInfoByUserIDV4 get user public info by user id This endpoint only returns user's public information. action code: 10129

func (*Client) PublicGetUserPublicInfoByUserIDV4Short added in v0.52.0

func (a *Client) PublicGetUserPublicInfoByUserIDV4Short(params *PublicGetUserPublicInfoByUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetUserPublicInfoByUserIDV4OK, error)

PublicGetUserPublicInfoByUserIDV4Short get user public info by user id This endpoint only returns user's public information. action code: 10129

func (*Client) PublicInviteUserV4 deprecated added in v0.40.0

Deprecated: 2022-08-10 - Use PublicInviteUserV4Short instead.

PublicInviteUserV4 public invite admin user v4 This endpoint is used to invite a game studio admin user with new namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false.

Request body details: - emailAddress: email address of the user to be invited - namespace: new namespace of the user to be created - namespaceDisplayName: display name of the new namespace - additionalData(optional): for utm parameter data

The invited users will also be assigned with "User" role by default.

func (*Client) PublicInviteUserV4Short added in v0.40.0

func (a *Client) PublicInviteUserV4Short(params *PublicInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicInviteUserV4Created, error)

PublicInviteUserV4Short public invite admin user v4 This endpoint is used to invite a game studio admin user with new namespace in multi tenant mode. It will return error if the service multi tenant mode is set to false.

Request body details: - emailAddress: email address of the user to be invited - namespace: new namespace of the user to be created - namespaceDisplayName: display name of the new namespace - additionalData(optional): for utm parameter data

The invited users will also be assigned with "User" role by default.

func (*Client) PublicMakeFactorMyDefaultV4 deprecated added in v0.15.0

Deprecated: 2022-08-10 - Use PublicMakeFactorMyDefaultV4Short instead.

PublicMakeFactorMyDefaultV4 make 2fa factor default This endpoint is used to make 2FA factor default.

func (*Client) PublicMakeFactorMyDefaultV4Short added in v0.15.0

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

PublicMakeFactorMyDefaultV4Short make 2fa factor default This endpoint is used to make 2FA factor default.

func (*Client) PublicRemoveTrustedDeviceV4 deprecated added in v0.16.0

Deprecated: 2022-08-10 - Use PublicRemoveTrustedDeviceV4Short instead.

PublicRemoveTrustedDeviceV4 remove trusted device (Only for test)This endpoint is used to remove trusted device. This endpoint Requires device_token in cookie

func (*Client) PublicRemoveTrustedDeviceV4Short added in v0.16.0

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

PublicRemoveTrustedDeviceV4Short remove trusted device (Only for test)This endpoint is used to remove trusted device. This endpoint Requires device_token in cookie

func (*Client) PublicSendMyMFAEmailCodeV4 deprecated added in v0.32.0

Deprecated: 2022-08-10 - Use PublicSendMyMFAEmailCodeV4Short instead.

PublicSendMyMFAEmailCodeV4 send code for enabling email This endpoint is used to send email code.

func (*Client) PublicSendMyMFAEmailCodeV4Short added in v0.32.0

func (a *Client) PublicSendMyMFAEmailCodeV4Short(params *PublicSendMyMFAEmailCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicSendMyMFAEmailCodeV4NoContent, error)

PublicSendMyMFAEmailCodeV4Short send code for enabling email This endpoint is used to send email code.

func (*Client) PublicUpdateUserEmailAddressV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use PublicUpdateUserEmailAddressV4Short instead.

PublicUpdateUserEmailAddressV4 update my email address The endpoint to update my email address. It requires a verification code from `/users/me/code/request` with **UpdateEmailAddress** context.

func (*Client) PublicUpdateUserEmailAddressV4Short added in v0.8.0

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

PublicUpdateUserEmailAddressV4Short update my email address The endpoint to update my email address. It requires a verification code from `/users/me/code/request` with **UpdateEmailAddress** context.

func (*Client) PublicUpdateUserV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use PublicUpdateUserV4Short instead.

PublicUpdateUserV4 update user This Endpoint support update user based on given data. **Single request can update single field or multi fields.** Supported field {country, displayName, languageTag, dateOfBirth, avatarUrl, userName} Country use ISO3166-1 alpha-2 two letter, e.g. US. Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.

**Response body logic when user updating email address:** - User want to update email address of which have been verified, newEmailAddress response field will be filled with new email address. - User want to update email address of which have not been verified, { oldEmailAddress, emailAddress} response field will be filled with new email address. - User want to update email address of which have been verified and updated before, { oldEmailAddress, emailAddress} response field will be filled with verified email before. newEmailAddress response field will be filled with newest email address.

action code : 10103

func (*Client) PublicUpdateUserV4Short added in v0.8.0

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

PublicUpdateUserV4Short update user This Endpoint support update user based on given data. **Single request can update single field or multi fields.** Supported field {country, displayName, languageTag, dateOfBirth, avatarUrl, userName} Country use ISO3166-1 alpha-2 two letter, e.g. US. Date of Birth format : YYYY-MM-DD, e.g. 2019-04-29.

**Response body logic when user updating email address:** - User want to update email address of which have been verified, newEmailAddress response field will be filled with new email address. - User want to update email address of which have not been verified, { oldEmailAddress, emailAddress} response field will be filled with new email address. - User want to update email address of which have been verified and updated before, { oldEmailAddress, emailAddress} response field will be filled with verified email before. newEmailAddress response field will be filled with newest email address.

action code : 10103

func (*Client) PublicUpgradeHeadlessAccountV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use PublicUpgradeHeadlessAccountV4Short instead.

PublicUpgradeHeadlessAccountV4 upgrade user account to full account Upgrade headless account to full account without verifying email address. Client does not need to provide verification code which sent to email address. action code : 10124

func (*Client) PublicUpgradeHeadlessAccountV4Short added in v0.8.0

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

PublicUpgradeHeadlessAccountV4Short upgrade user account to full account Upgrade headless account to full account without verifying email address. Client does not need to provide verification code which sent to email address. action code : 10124

func (*Client) PublicUpgradeHeadlessAccountWithVerificationCodeV4 deprecated added in v0.2.0

Deprecated: 2022-08-10 - Use PublicUpgradeHeadlessAccountWithVerificationCodeV4Short instead.

PublicUpgradeHeadlessAccountWithVerificationCodeV4 upgrade headless account and automatically verified the email address if it is succeeded 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.

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 [send verification code endpoint](#operations-Users-PublicSendVerificationCodeV3).

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: - displayName - dateOfBirth : format YYYY-MM-DD, e.g. 2019-04-29 - country : format ISO3166-1 alpha-2 two letter, e.g. US

action code : 10124

func (*Client) PublicUpgradeHeadlessAccountWithVerificationCodeV4Short added in v0.8.0

PublicUpgradeHeadlessAccountWithVerificationCodeV4Short upgrade headless account and automatically verified the email address if it is succeeded 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.

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 [send verification code endpoint](#operations-Users-PublicSendVerificationCodeV3).

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: - displayName - dateOfBirth : format YYYY-MM-DD, e.g. 2019-04-29 - country : format ISO3166-1 alpha-2 two letter, e.g. US

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 {
	AdminListInvitationHistoriesV4(params *AdminListInvitationHistoriesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListInvitationHistoriesV4OK, *AdminListInvitationHistoriesV4BadRequest, *AdminListInvitationHistoriesV4Unauthorized, *AdminListInvitationHistoriesV4Forbidden, *AdminListInvitationHistoriesV4InternalServerError, *AdminListInvitationHistoriesV4NotImplemented, error)
	AdminListInvitationHistoriesV4Short(params *AdminListInvitationHistoriesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListInvitationHistoriesV4OK, error)
	AdminGetNamespaceInvitationHistoryV4(params *AdminGetNamespaceInvitationHistoryV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetNamespaceInvitationHistoryV4OK, *AdminGetNamespaceInvitationHistoryV4Unauthorized, *AdminGetNamespaceInvitationHistoryV4Forbidden, *AdminGetNamespaceInvitationHistoryV4NotFound, *AdminGetNamespaceInvitationHistoryV4InternalServerError, *AdminGetNamespaceInvitationHistoryV4NotImplemented, error)
	AdminGetNamespaceInvitationHistoryV4Short(params *AdminGetNamespaceInvitationHistoryV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetNamespaceInvitationHistoryV4OK, error)
	AdminGetNamespaceUserInvitationHistoryV4(params *AdminGetNamespaceUserInvitationHistoryV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetNamespaceUserInvitationHistoryV4OK, *AdminGetNamespaceUserInvitationHistoryV4BadRequest, *AdminGetNamespaceUserInvitationHistoryV4Unauthorized, *AdminGetNamespaceUserInvitationHistoryV4Forbidden, *AdminGetNamespaceUserInvitationHistoryV4InternalServerError, *AdminGetNamespaceUserInvitationHistoryV4NotImplemented, error)
	AdminGetNamespaceUserInvitationHistoryV4Short(params *AdminGetNamespaceUserInvitationHistoryV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetNamespaceUserInvitationHistoryV4OK, error)
	AdminCreateTestUsersV4(params *AdminCreateTestUsersV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateTestUsersV4Created, *AdminCreateTestUsersV4BadRequest, *AdminCreateTestUsersV4InternalServerError, *AdminCreateTestUsersV4NotImplemented, error)
	AdminCreateTestUsersV4Short(params *AdminCreateTestUsersV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateTestUsersV4Created, error)
	AdminCreateUserV4(params *AdminCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateUserV4Created, *AdminCreateUserV4BadRequest, *AdminCreateUserV4Unauthorized, *AdminCreateUserV4Forbidden, *AdminCreateUserV4NotFound, *AdminCreateUserV4Conflict, *AdminCreateUserV4InternalServerError, error)
	AdminCreateUserV4Short(params *AdminCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateUserV4Created, error)
	AdminBulkUpdateUserAccountTypeV4(params *AdminBulkUpdateUserAccountTypeV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkUpdateUserAccountTypeV4NoContent, *AdminBulkUpdateUserAccountTypeV4BadRequest, *AdminBulkUpdateUserAccountTypeV4Unauthorized, *AdminBulkUpdateUserAccountTypeV4Forbidden, *AdminBulkUpdateUserAccountTypeV4NotFound, *AdminBulkUpdateUserAccountTypeV4InternalServerError, error)
	AdminBulkUpdateUserAccountTypeV4Short(params *AdminBulkUpdateUserAccountTypeV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkUpdateUserAccountTypeV4NoContent, error)
	AdminBulkCheckValidUserIDV4(params *AdminBulkCheckValidUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkCheckValidUserIDV4OK, *AdminBulkCheckValidUserIDV4BadRequest, *AdminBulkCheckValidUserIDV4Unauthorized, *AdminBulkCheckValidUserIDV4Forbidden, *AdminBulkCheckValidUserIDV4InternalServerError, error)
	AdminBulkCheckValidUserIDV4Short(params *AdminBulkCheckValidUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminBulkCheckValidUserIDV4OK, error)
	AdminUpdateUserV4(params *AdminUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserV4OK, *AdminUpdateUserV4BadRequest, *AdminUpdateUserV4Unauthorized, *AdminUpdateUserV4Forbidden, *AdminUpdateUserV4NotFound, *AdminUpdateUserV4Conflict, *AdminUpdateUserV4InternalServerError, error)
	AdminUpdateUserV4Short(params *AdminUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserV4OK, error)
	AdminUpdateUserEmailAddressV4(params *AdminUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserEmailAddressV4NoContent, *AdminUpdateUserEmailAddressV4BadRequest, *AdminUpdateUserEmailAddressV4Unauthorized, *AdminUpdateUserEmailAddressV4NotFound, *AdminUpdateUserEmailAddressV4Conflict, *AdminUpdateUserEmailAddressV4InternalServerError, error)
	AdminUpdateUserEmailAddressV4Short(params *AdminUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserEmailAddressV4NoContent, error)
	AdminDisableUserMFAV4(params *AdminDisableUserMFAV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableUserMFAV4NoContent, *AdminDisableUserMFAV4BadRequest, *AdminDisableUserMFAV4Unauthorized, *AdminDisableUserMFAV4Forbidden, *AdminDisableUserMFAV4NotFound, *AdminDisableUserMFAV4InternalServerError, error)
	AdminDisableUserMFAV4Short(params *AdminDisableUserMFAV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableUserMFAV4NoContent, error)
	AdminListUserRolesV4(params *AdminListUserRolesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListUserRolesV4OK, *AdminListUserRolesV4Unauthorized, *AdminListUserRolesV4Forbidden, *AdminListUserRolesV4NotFound, *AdminListUserRolesV4InternalServerError, error)
	AdminListUserRolesV4Short(params *AdminListUserRolesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListUserRolesV4OK, error)
	AdminUpdateUserRoleV4(params *AdminUpdateUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserRoleV4OK, *AdminUpdateUserRoleV4BadRequest, *AdminUpdateUserRoleV4Unauthorized, *AdminUpdateUserRoleV4Forbidden, *AdminUpdateUserRoleV4NotFound, *AdminUpdateUserRoleV4UnprocessableEntity, *AdminUpdateUserRoleV4InternalServerError, error)
	AdminUpdateUserRoleV4Short(params *AdminUpdateUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateUserRoleV4OK, error)
	AdminAddUserRoleV4(params *AdminAddUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminAddUserRoleV4OK, *AdminAddUserRoleV4BadRequest, *AdminAddUserRoleV4Unauthorized, *AdminAddUserRoleV4Forbidden, *AdminAddUserRoleV4NotFound, *AdminAddUserRoleV4UnprocessableEntity, *AdminAddUserRoleV4InternalServerError, error)
	AdminAddUserRoleV4Short(params *AdminAddUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminAddUserRoleV4OK, error)
	AdminRemoveUserRoleV4(params *AdminRemoveUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRemoveUserRoleV4NoContent, *AdminRemoveUserRoleV4BadRequest, *AdminRemoveUserRoleV4Unauthorized, *AdminRemoveUserRoleV4Forbidden, *AdminRemoveUserRoleV4NotFound, *AdminRemoveUserRoleV4UnprocessableEntity, *AdminRemoveUserRoleV4InternalServerError, error)
	AdminRemoveUserRoleV4Short(params *AdminRemoveUserRoleV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminRemoveUserRoleV4NoContent, error)
	AdminInviteUserNewV4(params *AdminInviteUserNewV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserNewV4Created, *AdminInviteUserNewV4BadRequest, *AdminInviteUserNewV4Unauthorized, *AdminInviteUserNewV4Forbidden, *AdminInviteUserNewV4NotFound, *AdminInviteUserNewV4Conflict, *AdminInviteUserNewV4UnprocessableEntity, *AdminInviteUserNewV4InternalServerError, error)
	AdminInviteUserNewV4Short(params *AdminInviteUserNewV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserNewV4Created, error)
	AdminUpdateMyUserV4(params *AdminUpdateMyUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateMyUserV4OK, *AdminUpdateMyUserV4BadRequest, *AdminUpdateMyUserV4Unauthorized, *AdminUpdateMyUserV4Conflict, *AdminUpdateMyUserV4InternalServerError, error)
	AdminUpdateMyUserV4Short(params *AdminUpdateMyUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateMyUserV4OK, error)
	AdminDisableMyAuthenticatorV4(params *AdminDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyAuthenticatorV4NoContent, *AdminDisableMyAuthenticatorV4BadRequest, *AdminDisableMyAuthenticatorV4Unauthorized, *AdminDisableMyAuthenticatorV4Forbidden, *AdminDisableMyAuthenticatorV4NotFound, *AdminDisableMyAuthenticatorV4InternalServerError, error)
	AdminDisableMyAuthenticatorV4Short(params *AdminDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyAuthenticatorV4NoContent, error)
	AdminEnableMyAuthenticatorV4(params *AdminEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyAuthenticatorV4NoContent, *AdminEnableMyAuthenticatorV4BadRequest, *AdminEnableMyAuthenticatorV4Unauthorized, *AdminEnableMyAuthenticatorV4Forbidden, *AdminEnableMyAuthenticatorV4NotFound, *AdminEnableMyAuthenticatorV4Conflict, *AdminEnableMyAuthenticatorV4InternalServerError, error)
	AdminEnableMyAuthenticatorV4Short(params *AdminEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyAuthenticatorV4NoContent, error)
	AdminGenerateMyAuthenticatorKeyV4(params *AdminGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyAuthenticatorKeyV4OK, *AdminGenerateMyAuthenticatorKeyV4BadRequest, *AdminGenerateMyAuthenticatorKeyV4Unauthorized, *AdminGenerateMyAuthenticatorKeyV4Forbidden, *AdminGenerateMyAuthenticatorKeyV4NotFound, *AdminGenerateMyAuthenticatorKeyV4InternalServerError, error)
	AdminGenerateMyAuthenticatorKeyV4Short(params *AdminGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyAuthenticatorKeyV4OK, error)
	AdminGetMyBackupCodesV4(params *AdminGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyBackupCodesV4OK, *AdminGetMyBackupCodesV4BadRequest, *AdminGetMyBackupCodesV4Unauthorized, *AdminGetMyBackupCodesV4Forbidden, *AdminGetMyBackupCodesV4NotFound, *AdminGetMyBackupCodesV4InternalServerError, error)
	AdminGetMyBackupCodesV4Short(params *AdminGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyBackupCodesV4OK, error)
	AdminGenerateMyBackupCodesV4(params *AdminGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyBackupCodesV4OK, *AdminGenerateMyBackupCodesV4BadRequest, *AdminGenerateMyBackupCodesV4Unauthorized, *AdminGenerateMyBackupCodesV4Forbidden, *AdminGenerateMyBackupCodesV4NotFound, *AdminGenerateMyBackupCodesV4InternalServerError, error)
	AdminGenerateMyBackupCodesV4Short(params *AdminGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateMyBackupCodesV4OK, error)
	AdminDisableMyBackupCodesV4(params *AdminDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyBackupCodesV4NoContent, *AdminDisableMyBackupCodesV4BadRequest, *AdminDisableMyBackupCodesV4Unauthorized, *AdminDisableMyBackupCodesV4Forbidden, *AdminDisableMyBackupCodesV4NotFound, *AdminDisableMyBackupCodesV4InternalServerError, error)
	AdminDisableMyBackupCodesV4Short(params *AdminDisableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyBackupCodesV4NoContent, error)
	AdminDownloadMyBackupCodesV4(params *AdminDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*AdminDownloadMyBackupCodesV4OK, *AdminDownloadMyBackupCodesV4BadRequest, *AdminDownloadMyBackupCodesV4Unauthorized, *AdminDownloadMyBackupCodesV4Forbidden, *AdminDownloadMyBackupCodesV4NotFound, *AdminDownloadMyBackupCodesV4InternalServerError, error)
	AdminDownloadMyBackupCodesV4Short(params *AdminDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*AdminDownloadMyBackupCodesV4OK, error)
	AdminEnableMyBackupCodesV4(params *AdminEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyBackupCodesV4OK, *AdminEnableMyBackupCodesV4BadRequest, *AdminEnableMyBackupCodesV4Unauthorized, *AdminEnableMyBackupCodesV4Forbidden, *AdminEnableMyBackupCodesV4NotFound, *AdminEnableMyBackupCodesV4Conflict, *AdminEnableMyBackupCodesV4InternalServerError, error)
	AdminEnableMyBackupCodesV4Short(params *AdminEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyBackupCodesV4OK, error)
	AdminGetBackupCodesV4(params *AdminGetBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetBackupCodesV4NoContent, *AdminGetBackupCodesV4BadRequest, *AdminGetBackupCodesV4Unauthorized, *AdminGetBackupCodesV4Forbidden, *AdminGetBackupCodesV4NotFound, *AdminGetBackupCodesV4InternalServerError, error)
	AdminGetBackupCodesV4Short(params *AdminGetBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetBackupCodesV4NoContent, error)
	AdminGenerateBackupCodesV4(params *AdminGenerateBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateBackupCodesV4OK, *AdminGenerateBackupCodesV4BadRequest, *AdminGenerateBackupCodesV4Unauthorized, *AdminGenerateBackupCodesV4Forbidden, *AdminGenerateBackupCodesV4NotFound, *AdminGenerateBackupCodesV4InternalServerError, error)
	AdminGenerateBackupCodesV4Short(params *AdminGenerateBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGenerateBackupCodesV4OK, error)
	AdminEnableBackupCodesV4(params *AdminEnableBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableBackupCodesV4OK, *AdminEnableBackupCodesV4BadRequest, *AdminEnableBackupCodesV4Unauthorized, *AdminEnableBackupCodesV4Forbidden, *AdminEnableBackupCodesV4NotFound, *AdminEnableBackupCodesV4Conflict, *AdminEnableBackupCodesV4InternalServerError, error)
	AdminEnableBackupCodesV4Short(params *AdminEnableBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableBackupCodesV4OK, error)
	AdminSendMyMFAEmailCodeV4(params *AdminSendMyMFAEmailCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminSendMyMFAEmailCodeV4NoContent, *AdminSendMyMFAEmailCodeV4BadRequest, *AdminSendMyMFAEmailCodeV4Unauthorized, *AdminSendMyMFAEmailCodeV4Forbidden, *AdminSendMyMFAEmailCodeV4NotFound, *AdminSendMyMFAEmailCodeV4TooManyRequests, *AdminSendMyMFAEmailCodeV4InternalServerError, error)
	AdminSendMyMFAEmailCodeV4Short(params *AdminSendMyMFAEmailCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminSendMyMFAEmailCodeV4NoContent, error)
	AdminDisableMyEmailV4(params *AdminDisableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyEmailV4NoContent, *AdminDisableMyEmailV4BadRequest, *AdminDisableMyEmailV4Unauthorized, *AdminDisableMyEmailV4Forbidden, *AdminDisableMyEmailV4NotFound, *AdminDisableMyEmailV4InternalServerError, error)
	AdminDisableMyEmailV4Short(params *AdminDisableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDisableMyEmailV4NoContent, error)
	AdminEnableMyEmailV4(params *AdminEnableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyEmailV4NoContent, *AdminEnableMyEmailV4BadRequest, *AdminEnableMyEmailV4Unauthorized, *AdminEnableMyEmailV4Forbidden, *AdminEnableMyEmailV4NotFound, *AdminEnableMyEmailV4Conflict, *AdminEnableMyEmailV4InternalServerError, error)
	AdminEnableMyEmailV4Short(params *AdminEnableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminEnableMyEmailV4NoContent, error)
	AdminGetMyEnabledFactorsV4(params *AdminGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyEnabledFactorsV4OK, *AdminGetMyEnabledFactorsV4BadRequest, *AdminGetMyEnabledFactorsV4Unauthorized, *AdminGetMyEnabledFactorsV4Forbidden, *AdminGetMyEnabledFactorsV4NotFound, *AdminGetMyEnabledFactorsV4InternalServerError, error)
	AdminGetMyEnabledFactorsV4Short(params *AdminGetMyEnabledFactorsV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMyEnabledFactorsV4OK, error)
	AdminMakeFactorMyDefaultV4(params *AdminMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminMakeFactorMyDefaultV4NoContent, *AdminMakeFactorMyDefaultV4BadRequest, *AdminMakeFactorMyDefaultV4Unauthorized, *AdminMakeFactorMyDefaultV4Forbidden, *AdminMakeFactorMyDefaultV4NotFound, *AdminMakeFactorMyDefaultV4InternalServerError, error)
	AdminMakeFactorMyDefaultV4Short(params *AdminMakeFactorMyDefaultV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminMakeFactorMyDefaultV4NoContent, error)
	AdminInviteUserV4(params *AdminInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserV4Created, *AdminInviteUserV4BadRequest, *AdminInviteUserV4Unauthorized, *AdminInviteUserV4Forbidden, *AdminInviteUserV4NotFound, *AdminInviteUserV4Conflict, *AdminInviteUserV4UnprocessableEntity, *AdminInviteUserV4InternalServerError, error)
	AdminInviteUserV4Short(params *AdminInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*AdminInviteUserV4Created, 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, *PublicCreateUserV4Forbidden, *PublicCreateUserV4NotFound, *PublicCreateUserV4Conflict, *PublicCreateUserV4TooManyRequests, *PublicCreateUserV4InternalServerError, error)
	PublicCreateUserV4Short(params *PublicCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserV4Created, error)
	CreateUserFromInvitationV4(params *CreateUserFromInvitationV4Params, authInfo runtime.ClientAuthInfoWriter) (*CreateUserFromInvitationV4Created, *CreateUserFromInvitationV4BadRequest, *CreateUserFromInvitationV4Forbidden, *CreateUserFromInvitationV4NotFound, *CreateUserFromInvitationV4Conflict, *CreateUserFromInvitationV4InternalServerError, error)
	CreateUserFromInvitationV4Short(params *CreateUserFromInvitationV4Params, authInfo runtime.ClientAuthInfoWriter) (*CreateUserFromInvitationV4Created, error)
	PublicUpdateUserV4(params *PublicUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserV4OK, *PublicUpdateUserV4BadRequest, *PublicUpdateUserV4Unauthorized, *PublicUpdateUserV4Forbidden, *PublicUpdateUserV4Conflict, *PublicUpdateUserV4InternalServerError, error)
	PublicUpdateUserV4Short(params *PublicUpdateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserV4OK, error)
	PublicUpdateUserEmailAddressV4(params *PublicUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserEmailAddressV4NoContent, *PublicUpdateUserEmailAddressV4BadRequest, *PublicUpdateUserEmailAddressV4Unauthorized, *PublicUpdateUserEmailAddressV4NotFound, *PublicUpdateUserEmailAddressV4Conflict, *PublicUpdateUserEmailAddressV4InternalServerError, error)
	PublicUpdateUserEmailAddressV4Short(params *PublicUpdateUserEmailAddressV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateUserEmailAddressV4NoContent, error)
	PublicUpgradeHeadlessAccountWithVerificationCodeV4(params *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK, *PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest, *PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized, *PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden, *PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound, *PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict, *PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError, error)
	PublicUpgradeHeadlessAccountWithVerificationCodeV4Short(params *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK, error)
	PublicUpgradeHeadlessAccountV4(params *PublicUpgradeHeadlessAccountV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountV4OK, *PublicUpgradeHeadlessAccountV4BadRequest, *PublicUpgradeHeadlessAccountV4Unauthorized, *PublicUpgradeHeadlessAccountV4NotFound, *PublicUpgradeHeadlessAccountV4Conflict, *PublicUpgradeHeadlessAccountV4InternalServerError, error)
	PublicUpgradeHeadlessAccountV4Short(params *PublicUpgradeHeadlessAccountV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpgradeHeadlessAccountV4OK, error)
	PublicDisableMyAuthenticatorV4(params *PublicDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyAuthenticatorV4NoContent, *PublicDisableMyAuthenticatorV4BadRequest, *PublicDisableMyAuthenticatorV4Unauthorized, *PublicDisableMyAuthenticatorV4Forbidden, *PublicDisableMyAuthenticatorV4NotFound, *PublicDisableMyAuthenticatorV4InternalServerError, error)
	PublicDisableMyAuthenticatorV4Short(params *PublicDisableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyAuthenticatorV4NoContent, error)
	PublicEnableMyAuthenticatorV4(params *PublicEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyAuthenticatorV4NoContent, *PublicEnableMyAuthenticatorV4BadRequest, *PublicEnableMyAuthenticatorV4Unauthorized, *PublicEnableMyAuthenticatorV4Forbidden, *PublicEnableMyAuthenticatorV4NotFound, *PublicEnableMyAuthenticatorV4Conflict, *PublicEnableMyAuthenticatorV4InternalServerError, error)
	PublicEnableMyAuthenticatorV4Short(params *PublicEnableMyAuthenticatorV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyAuthenticatorV4NoContent, error)
	PublicGenerateMyAuthenticatorKeyV4(params *PublicGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyAuthenticatorKeyV4OK, *PublicGenerateMyAuthenticatorKeyV4BadRequest, *PublicGenerateMyAuthenticatorKeyV4Unauthorized, *PublicGenerateMyAuthenticatorKeyV4Forbidden, *PublicGenerateMyAuthenticatorKeyV4NotFound, *PublicGenerateMyAuthenticatorKeyV4InternalServerError, error)
	PublicGenerateMyAuthenticatorKeyV4Short(params *PublicGenerateMyAuthenticatorKeyV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyAuthenticatorKeyV4OK, error)
	PublicGetMyBackupCodesV4(params *PublicGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyBackupCodesV4OK, *PublicGetMyBackupCodesV4BadRequest, *PublicGetMyBackupCodesV4Unauthorized, *PublicGetMyBackupCodesV4Forbidden, *PublicGetMyBackupCodesV4NotFound, *PublicGetMyBackupCodesV4InternalServerError, error)
	PublicGetMyBackupCodesV4Short(params *PublicGetMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMyBackupCodesV4OK, error)
	PublicGenerateMyBackupCodesV4(params *PublicGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyBackupCodesV4OK, *PublicGenerateMyBackupCodesV4BadRequest, *PublicGenerateMyBackupCodesV4Unauthorized, *PublicGenerateMyBackupCodesV4Forbidden, *PublicGenerateMyBackupCodesV4NotFound, *PublicGenerateMyBackupCodesV4InternalServerError, error)
	PublicGenerateMyBackupCodesV4Short(params *PublicGenerateMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateMyBackupCodesV4OK, 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, writer io.Writer) (*PublicDownloadMyBackupCodesV4OK, *PublicDownloadMyBackupCodesV4BadRequest, *PublicDownloadMyBackupCodesV4Unauthorized, *PublicDownloadMyBackupCodesV4Forbidden, *PublicDownloadMyBackupCodesV4NotFound, *PublicDownloadMyBackupCodesV4InternalServerError, error)
	PublicDownloadMyBackupCodesV4Short(params *PublicDownloadMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*PublicDownloadMyBackupCodesV4OK, error)
	PublicEnableMyBackupCodesV4(params *PublicEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyBackupCodesV4OK, *PublicEnableMyBackupCodesV4BadRequest, *PublicEnableMyBackupCodesV4Unauthorized, *PublicEnableMyBackupCodesV4Forbidden, *PublicEnableMyBackupCodesV4NotFound, *PublicEnableMyBackupCodesV4Conflict, *PublicEnableMyBackupCodesV4InternalServerError, error)
	PublicEnableMyBackupCodesV4Short(params *PublicEnableMyBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyBackupCodesV4OK, error)
	PublicGetBackupCodesV4(params *PublicGetBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetBackupCodesV4NoContent, *PublicGetBackupCodesV4BadRequest, *PublicGetBackupCodesV4Unauthorized, *PublicGetBackupCodesV4Forbidden, *PublicGetBackupCodesV4NotFound, *PublicGetBackupCodesV4InternalServerError, error)
	PublicGetBackupCodesV4Short(params *PublicGetBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetBackupCodesV4NoContent, error)
	PublicGenerateBackupCodesV4(params *PublicGenerateBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateBackupCodesV4NoContent, *PublicGenerateBackupCodesV4BadRequest, *PublicGenerateBackupCodesV4Unauthorized, *PublicGenerateBackupCodesV4Forbidden, *PublicGenerateBackupCodesV4NotFound, *PublicGenerateBackupCodesV4InternalServerError, error)
	PublicGenerateBackupCodesV4Short(params *PublicGenerateBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGenerateBackupCodesV4NoContent, error)
	PublicEnableBackupCodesV4(params *PublicEnableBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableBackupCodesV4NoContent, *PublicEnableBackupCodesV4BadRequest, *PublicEnableBackupCodesV4Unauthorized, *PublicEnableBackupCodesV4Forbidden, *PublicEnableBackupCodesV4NotFound, *PublicEnableBackupCodesV4Conflict, *PublicEnableBackupCodesV4InternalServerError, error)
	PublicEnableBackupCodesV4Short(params *PublicEnableBackupCodesV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableBackupCodesV4NoContent, error)
	PublicRemoveTrustedDeviceV4(params *PublicRemoveTrustedDeviceV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicRemoveTrustedDeviceV4NoContent, *PublicRemoveTrustedDeviceV4BadRequest, *PublicRemoveTrustedDeviceV4Unauthorized, *PublicRemoveTrustedDeviceV4Forbidden, *PublicRemoveTrustedDeviceV4NotFound, *PublicRemoveTrustedDeviceV4InternalServerError, error)
	PublicRemoveTrustedDeviceV4Short(params *PublicRemoveTrustedDeviceV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicRemoveTrustedDeviceV4NoContent, error)
	PublicSendMyMFAEmailCodeV4(params *PublicSendMyMFAEmailCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicSendMyMFAEmailCodeV4NoContent, *PublicSendMyMFAEmailCodeV4BadRequest, *PublicSendMyMFAEmailCodeV4Unauthorized, *PublicSendMyMFAEmailCodeV4Forbidden, *PublicSendMyMFAEmailCodeV4NotFound, *PublicSendMyMFAEmailCodeV4TooManyRequests, *PublicSendMyMFAEmailCodeV4InternalServerError, error)
	PublicSendMyMFAEmailCodeV4Short(params *PublicSendMyMFAEmailCodeV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicSendMyMFAEmailCodeV4NoContent, error)
	PublicDisableMyEmailV4(params *PublicDisableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyEmailV4NoContent, *PublicDisableMyEmailV4BadRequest, *PublicDisableMyEmailV4Unauthorized, *PublicDisableMyEmailV4Forbidden, *PublicDisableMyEmailV4NotFound, *PublicDisableMyEmailV4InternalServerError, error)
	PublicDisableMyEmailV4Short(params *PublicDisableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicDisableMyEmailV4NoContent, error)
	PublicEnableMyEmailV4(params *PublicEnableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyEmailV4NoContent, *PublicEnableMyEmailV4BadRequest, *PublicEnableMyEmailV4Unauthorized, *PublicEnableMyEmailV4Forbidden, *PublicEnableMyEmailV4NotFound, *PublicEnableMyEmailV4Conflict, *PublicEnableMyEmailV4InternalServerError, error)
	PublicEnableMyEmailV4Short(params *PublicEnableMyEmailV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicEnableMyEmailV4NoContent, 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)
	PublicGetUserPublicInfoByUserIDV4(params *PublicGetUserPublicInfoByUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetUserPublicInfoByUserIDV4OK, *PublicGetUserPublicInfoByUserIDV4BadRequest, *PublicGetUserPublicInfoByUserIDV4NotFound, *PublicGetUserPublicInfoByUserIDV4InternalServerError, error)
	PublicGetUserPublicInfoByUserIDV4Short(params *PublicGetUserPublicInfoByUserIDV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicGetUserPublicInfoByUserIDV4OK, error)
	PublicInviteUserV4(params *PublicInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicInviteUserV4Created, *PublicInviteUserV4BadRequest, *PublicInviteUserV4Conflict, *PublicInviteUserV4UnprocessableEntity, *PublicInviteUserV4TooManyRequests, *PublicInviteUserV4InternalServerError, error)
	PublicInviteUserV4Short(params *PublicInviteUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicInviteUserV4Created, 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

func (*CreateUserFromInvitationV4BadRequest) ToJSONString added in v0.25.0

func (o *CreateUserFromInvitationV4BadRequest) ToJSONString() string

type CreateUserFromInvitationV4Conflict added in v0.68.0

type CreateUserFromInvitationV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

CreateUserFromInvitationV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10222</td><td>unique display name already exists</td></tr></table>

func NewCreateUserFromInvitationV4Conflict added in v0.68.0

func NewCreateUserFromInvitationV4Conflict() *CreateUserFromInvitationV4Conflict

NewCreateUserFromInvitationV4Conflict creates a CreateUserFromInvitationV4Conflict with default headers values

func (*CreateUserFromInvitationV4Conflict) Error added in v0.68.0

func (*CreateUserFromInvitationV4Conflict) GetPayload added in v0.68.0

func (*CreateUserFromInvitationV4Conflict) ToJSONString added in v0.68.0

func (o *CreateUserFromInvitationV4Conflict) ToJSONString() string

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

func (*CreateUserFromInvitationV4Created) ToJSONString added in v0.25.0

func (o *CreateUserFromInvitationV4Created) ToJSONString() string

type CreateUserFromInvitationV4Forbidden added in v0.54.0

type CreateUserFromInvitationV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

CreateUserFromInvitationV4Forbidden 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><tr><td>10213</td><td>country is blocked</td></tr></table>

func NewCreateUserFromInvitationV4Forbidden added in v0.54.0

func NewCreateUserFromInvitationV4Forbidden() *CreateUserFromInvitationV4Forbidden

NewCreateUserFromInvitationV4Forbidden creates a CreateUserFromInvitationV4Forbidden with default headers values

func (*CreateUserFromInvitationV4Forbidden) Error added in v0.54.0

func (*CreateUserFromInvitationV4Forbidden) GetPayload added in v0.54.0

func (*CreateUserFromInvitationV4Forbidden) ToJSONString added in v0.54.0

func (o *CreateUserFromInvitationV4Forbidden) ToJSONString() string

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

func (*CreateUserFromInvitationV4InternalServerError) ToJSONString added in v0.25.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

func (*CreateUserFromInvitationV4NotFound) ToJSONString added in v0.25.0

func (o *CreateUserFromInvitationV4NotFound) ToJSONString() string

type CreateUserFromInvitationV4Params added in v0.2.0

type CreateUserFromInvitationV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *iamclientmodels.AccountCreateUserRequestV4
	/*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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *CreateUserFromInvitationV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicCreateTestUserV4BadRequest) ToJSONString added in v0.25.0

func (o *PublicCreateTestUserV4BadRequest) ToJSONString() string

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

func (*PublicCreateTestUserV4Conflict) ToJSONString added in v0.25.0

func (o *PublicCreateTestUserV4Conflict) ToJSONString() string

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

func (*PublicCreateTestUserV4Created) ToJSONString added in v0.25.0

func (o *PublicCreateTestUserV4Created) ToJSONString() string

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

func (*PublicCreateTestUserV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicCreateTestUserV4NotFound) ToJSONString added in v0.25.0

func (o *PublicCreateTestUserV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicCreateTestUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicCreateUserV4BadRequest) ToJSONString added in v0.25.0

func (o *PublicCreateUserV4BadRequest) ToJSONString() string

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><tr><td>10222</td><td>unique display name already exists</td></tr></table>

func NewPublicCreateUserV4Conflict

func NewPublicCreateUserV4Conflict() *PublicCreateUserV4Conflict

NewPublicCreateUserV4Conflict creates a PublicCreateUserV4Conflict with default headers values

func (*PublicCreateUserV4Conflict) Error

func (*PublicCreateUserV4Conflict) GetPayload

func (*PublicCreateUserV4Conflict) ToJSONString added in v0.25.0

func (o *PublicCreateUserV4Conflict) ToJSONString() string

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

func (*PublicCreateUserV4Created) ToJSONString added in v0.25.0

func (o *PublicCreateUserV4Created) ToJSONString() string

type PublicCreateUserV4Forbidden added in v0.54.0

type PublicCreateUserV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateUserV4Forbidden 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><tr><td>10213</td><td>country is blocked</td></tr></table>

func NewPublicCreateUserV4Forbidden added in v0.54.0

func NewPublicCreateUserV4Forbidden() *PublicCreateUserV4Forbidden

NewPublicCreateUserV4Forbidden creates a PublicCreateUserV4Forbidden with default headers values

func (*PublicCreateUserV4Forbidden) Error added in v0.54.0

func (*PublicCreateUserV4Forbidden) GetPayload added in v0.54.0

func (*PublicCreateUserV4Forbidden) ToJSONString added in v0.54.0

func (o *PublicCreateUserV4Forbidden) ToJSONString() string

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

func (*PublicCreateUserV4InternalServerError) ToJSONString added in v0.25.0

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

func (*PublicCreateUserV4NotFound) ToJSONString added in v0.25.0

func (o *PublicCreateUserV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicCreateUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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 PublicCreateUserV4TooManyRequests added in v0.69.0

type PublicCreateUserV4TooManyRequests struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicCreateUserV4TooManyRequests handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20007</td><td>too many requests</td></tr></table>

func NewPublicCreateUserV4TooManyRequests added in v0.69.0

func NewPublicCreateUserV4TooManyRequests() *PublicCreateUserV4TooManyRequests

NewPublicCreateUserV4TooManyRequests creates a PublicCreateUserV4TooManyRequests with default headers values

func (*PublicCreateUserV4TooManyRequests) Error added in v0.69.0

func (*PublicCreateUserV4TooManyRequests) GetPayload added in v0.69.0

func (*PublicCreateUserV4TooManyRequests) ToJSONString added in v0.69.0

func (o *PublicCreateUserV4TooManyRequests) ToJSONString() string

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

func (*PublicDisableMyAuthenticatorV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicDisableMyAuthenticatorV4Forbidden) ToJSONString added in v0.25.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

func (*PublicDisableMyAuthenticatorV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicDisableMyAuthenticatorV4NotFound) ToJSONString added in v0.25.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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicDisableMyAuthenticatorV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicDisableMyAuthenticatorV4Unauthorized) ToJSONString added in v0.25.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

func (*PublicDisableMyBackupCodesV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicDisableMyBackupCodesV4Forbidden) ToJSONString added in v0.25.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

func (*PublicDisableMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicDisableMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *PublicDisableMyBackupCodesV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicDisableMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicDisableMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type PublicDisableMyEmailV4BadRequest added in v0.32.0

type PublicDisableMyEmailV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyEmailV4BadRequest 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 NewPublicDisableMyEmailV4BadRequest added in v0.32.0

func NewPublicDisableMyEmailV4BadRequest() *PublicDisableMyEmailV4BadRequest

NewPublicDisableMyEmailV4BadRequest creates a PublicDisableMyEmailV4BadRequest with default headers values

func (*PublicDisableMyEmailV4BadRequest) Error added in v0.32.0

func (*PublicDisableMyEmailV4BadRequest) GetPayload added in v0.32.0

func (*PublicDisableMyEmailV4BadRequest) ToJSONString added in v0.32.0

func (o *PublicDisableMyEmailV4BadRequest) ToJSONString() string

type PublicDisableMyEmailV4Forbidden added in v0.32.0

type PublicDisableMyEmailV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyEmailV4Forbidden 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 NewPublicDisableMyEmailV4Forbidden added in v0.32.0

func NewPublicDisableMyEmailV4Forbidden() *PublicDisableMyEmailV4Forbidden

NewPublicDisableMyEmailV4Forbidden creates a PublicDisableMyEmailV4Forbidden with default headers values

func (*PublicDisableMyEmailV4Forbidden) Error added in v0.32.0

func (*PublicDisableMyEmailV4Forbidden) GetPayload added in v0.32.0

func (*PublicDisableMyEmailV4Forbidden) ToJSONString added in v0.32.0

func (o *PublicDisableMyEmailV4Forbidden) ToJSONString() string

type PublicDisableMyEmailV4InternalServerError added in v0.32.0

type PublicDisableMyEmailV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyEmailV4InternalServerError 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 NewPublicDisableMyEmailV4InternalServerError added in v0.32.0

func NewPublicDisableMyEmailV4InternalServerError() *PublicDisableMyEmailV4InternalServerError

NewPublicDisableMyEmailV4InternalServerError creates a PublicDisableMyEmailV4InternalServerError with default headers values

func (*PublicDisableMyEmailV4InternalServerError) Error added in v0.32.0

func (*PublicDisableMyEmailV4InternalServerError) GetPayload added in v0.32.0

func (*PublicDisableMyEmailV4InternalServerError) ToJSONString added in v0.32.0

type PublicDisableMyEmailV4NoContent added in v0.32.0

type PublicDisableMyEmailV4NoContent struct {
}

PublicDisableMyEmailV4NoContent handles this case with default header values.

email disabled

func NewPublicDisableMyEmailV4NoContent added in v0.32.0

func NewPublicDisableMyEmailV4NoContent() *PublicDisableMyEmailV4NoContent

NewPublicDisableMyEmailV4NoContent creates a PublicDisableMyEmailV4NoContent with default headers values

func (*PublicDisableMyEmailV4NoContent) Error added in v0.32.0

type PublicDisableMyEmailV4NotFound added in v0.32.0

type PublicDisableMyEmailV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyEmailV4NotFound 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 NewPublicDisableMyEmailV4NotFound added in v0.32.0

func NewPublicDisableMyEmailV4NotFound() *PublicDisableMyEmailV4NotFound

NewPublicDisableMyEmailV4NotFound creates a PublicDisableMyEmailV4NotFound with default headers values

func (*PublicDisableMyEmailV4NotFound) Error added in v0.32.0

func (*PublicDisableMyEmailV4NotFound) GetPayload added in v0.32.0

func (*PublicDisableMyEmailV4NotFound) ToJSONString added in v0.32.0

func (o *PublicDisableMyEmailV4NotFound) ToJSONString() string

type PublicDisableMyEmailV4Params added in v0.32.0

type PublicDisableMyEmailV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewPublicDisableMyEmailV4Params added in v0.32.0

func NewPublicDisableMyEmailV4Params() *PublicDisableMyEmailV4Params

NewPublicDisableMyEmailV4Params creates a new PublicDisableMyEmailV4Params object with the default values initialized.

func NewPublicDisableMyEmailV4ParamsWithContext added in v0.32.0

func NewPublicDisableMyEmailV4ParamsWithContext(ctx context.Context) *PublicDisableMyEmailV4Params

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

func NewPublicDisableMyEmailV4ParamsWithHTTPClient added in v0.32.0

func NewPublicDisableMyEmailV4ParamsWithHTTPClient(client *http.Client) *PublicDisableMyEmailV4Params

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

func NewPublicDisableMyEmailV4ParamsWithTimeout added in v0.32.0

func NewPublicDisableMyEmailV4ParamsWithTimeout(timeout time.Duration) *PublicDisableMyEmailV4Params

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

func (*PublicDisableMyEmailV4Params) SetAuthInfoWriter added in v0.32.0

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

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

func (*PublicDisableMyEmailV4Params) SetContext added in v0.32.0

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

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

func (*PublicDisableMyEmailV4Params) SetFlightId added in v0.63.0

func (o *PublicDisableMyEmailV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicDisableMyEmailV4Params) SetHTTPClient added in v0.32.0

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

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

func (*PublicDisableMyEmailV4Params) SetHTTPClientTransport added in v0.32.0

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

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

func (*PublicDisableMyEmailV4Params) SetNamespace added in v0.32.0

func (o *PublicDisableMyEmailV4Params) SetNamespace(namespace string)

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

func (*PublicDisableMyEmailV4Params) SetTimeout added in v0.32.0

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

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

func (*PublicDisableMyEmailV4Params) WithContext added in v0.32.0

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

func (*PublicDisableMyEmailV4Params) WithHTTPClient added in v0.32.0

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

func (*PublicDisableMyEmailV4Params) WithNamespace added in v0.32.0

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

func (*PublicDisableMyEmailV4Params) WithTimeout added in v0.32.0

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

func (*PublicDisableMyEmailV4Params) WriteToRequest added in v0.32.0

WriteToRequest writes these params to a swagger request

type PublicDisableMyEmailV4Reader added in v0.32.0

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

PublicDisableMyEmailV4Reader is a Reader for the PublicDisableMyEmailV4 structure.

func (*PublicDisableMyEmailV4Reader) ReadResponse added in v0.32.0

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

ReadResponse reads a server response into the received o.

type PublicDisableMyEmailV4Unauthorized added in v0.32.0

type PublicDisableMyEmailV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicDisableMyEmailV4Unauthorized 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 NewPublicDisableMyEmailV4Unauthorized added in v0.32.0

func NewPublicDisableMyEmailV4Unauthorized() *PublicDisableMyEmailV4Unauthorized

NewPublicDisableMyEmailV4Unauthorized creates a PublicDisableMyEmailV4Unauthorized with default headers values

func (*PublicDisableMyEmailV4Unauthorized) Error added in v0.32.0

func (*PublicDisableMyEmailV4Unauthorized) GetPayload added in v0.32.0

func (*PublicDisableMyEmailV4Unauthorized) ToJSONString added in v0.32.0

func (o *PublicDisableMyEmailV4Unauthorized) ToJSONString() string

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

func (*PublicDownloadMyBackupCodesV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicDownloadMyBackupCodesV4Forbidden) ToJSONString added in v0.25.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

func (*PublicDownloadMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicDownloadMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

type PublicDownloadMyBackupCodesV4OK added in v0.15.0

type PublicDownloadMyBackupCodesV4OK struct {
	Payload io.Writer
}

PublicDownloadMyBackupCodesV4OK handles this case with default header values.

Backup codes downloaded

func NewPublicDownloadMyBackupCodesV4OK added in v0.15.0

func NewPublicDownloadMyBackupCodesV4OK(writer io.Writer) *PublicDownloadMyBackupCodesV4OK

NewPublicDownloadMyBackupCodesV4OK creates a PublicDownloadMyBackupCodesV4OK with default headers values

func (*PublicDownloadMyBackupCodesV4OK) Error added in v0.15.0

func (*PublicDownloadMyBackupCodesV4OK) GetPayload added in v0.32.0

func (o *PublicDownloadMyBackupCodesV4OK) GetPayload() io.Writer

func (*PublicDownloadMyBackupCodesV4OK) ToJSONString added in v0.32.0

func (o *PublicDownloadMyBackupCodesV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicDownloadMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicDownloadMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type PublicEnableBackupCodesV4BadRequest added in v0.64.0

type PublicEnableBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableBackupCodesV4BadRequest 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 NewPublicEnableBackupCodesV4BadRequest added in v0.64.0

func NewPublicEnableBackupCodesV4BadRequest() *PublicEnableBackupCodesV4BadRequest

NewPublicEnableBackupCodesV4BadRequest creates a PublicEnableBackupCodesV4BadRequest with default headers values

func (*PublicEnableBackupCodesV4BadRequest) Error added in v0.64.0

func (*PublicEnableBackupCodesV4BadRequest) GetPayload added in v0.64.0

func (*PublicEnableBackupCodesV4BadRequest) ToJSONString added in v0.64.0

func (o *PublicEnableBackupCodesV4BadRequest) ToJSONString() string

type PublicEnableBackupCodesV4Conflict added in v0.64.0

type PublicEnableBackupCodesV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableBackupCodesV4Conflict 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 NewPublicEnableBackupCodesV4Conflict added in v0.64.0

func NewPublicEnableBackupCodesV4Conflict() *PublicEnableBackupCodesV4Conflict

NewPublicEnableBackupCodesV4Conflict creates a PublicEnableBackupCodesV4Conflict with default headers values

func (*PublicEnableBackupCodesV4Conflict) Error added in v0.64.0

func (*PublicEnableBackupCodesV4Conflict) GetPayload added in v0.64.0

func (*PublicEnableBackupCodesV4Conflict) ToJSONString added in v0.64.0

func (o *PublicEnableBackupCodesV4Conflict) ToJSONString() string

type PublicEnableBackupCodesV4Forbidden added in v0.64.0

type PublicEnableBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableBackupCodesV4Forbidden 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 NewPublicEnableBackupCodesV4Forbidden added in v0.64.0

func NewPublicEnableBackupCodesV4Forbidden() *PublicEnableBackupCodesV4Forbidden

NewPublicEnableBackupCodesV4Forbidden creates a PublicEnableBackupCodesV4Forbidden with default headers values

func (*PublicEnableBackupCodesV4Forbidden) Error added in v0.64.0

func (*PublicEnableBackupCodesV4Forbidden) GetPayload added in v0.64.0

func (*PublicEnableBackupCodesV4Forbidden) ToJSONString added in v0.64.0

func (o *PublicEnableBackupCodesV4Forbidden) ToJSONString() string

type PublicEnableBackupCodesV4InternalServerError added in v0.64.0

type PublicEnableBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableBackupCodesV4InternalServerError 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 NewPublicEnableBackupCodesV4InternalServerError added in v0.64.0

func NewPublicEnableBackupCodesV4InternalServerError() *PublicEnableBackupCodesV4InternalServerError

NewPublicEnableBackupCodesV4InternalServerError creates a PublicEnableBackupCodesV4InternalServerError with default headers values

func (*PublicEnableBackupCodesV4InternalServerError) Error added in v0.64.0

func (*PublicEnableBackupCodesV4InternalServerError) GetPayload added in v0.64.0

func (*PublicEnableBackupCodesV4InternalServerError) ToJSONString added in v0.64.0

type PublicEnableBackupCodesV4NoContent added in v0.64.0

type PublicEnableBackupCodesV4NoContent struct {
}

PublicEnableBackupCodesV4NoContent handles this case with default header values.

Backup codes enabled and codes sent to email

func NewPublicEnableBackupCodesV4NoContent added in v0.64.0

func NewPublicEnableBackupCodesV4NoContent() *PublicEnableBackupCodesV4NoContent

NewPublicEnableBackupCodesV4NoContent creates a PublicEnableBackupCodesV4NoContent with default headers values

func (*PublicEnableBackupCodesV4NoContent) Error added in v0.64.0

type PublicEnableBackupCodesV4NotFound added in v0.64.0

type PublicEnableBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableBackupCodesV4NotFound 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 NewPublicEnableBackupCodesV4NotFound added in v0.64.0

func NewPublicEnableBackupCodesV4NotFound() *PublicEnableBackupCodesV4NotFound

NewPublicEnableBackupCodesV4NotFound creates a PublicEnableBackupCodesV4NotFound with default headers values

func (*PublicEnableBackupCodesV4NotFound) Error added in v0.64.0

func (*PublicEnableBackupCodesV4NotFound) GetPayload added in v0.64.0

func (*PublicEnableBackupCodesV4NotFound) ToJSONString added in v0.64.0

func (o *PublicEnableBackupCodesV4NotFound) ToJSONString() string

type PublicEnableBackupCodesV4Params added in v0.64.0

type PublicEnableBackupCodesV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewPublicEnableBackupCodesV4Params added in v0.64.0

func NewPublicEnableBackupCodesV4Params() *PublicEnableBackupCodesV4Params

NewPublicEnableBackupCodesV4Params creates a new PublicEnableBackupCodesV4Params object with the default values initialized.

func NewPublicEnableBackupCodesV4ParamsWithContext added in v0.64.0

func NewPublicEnableBackupCodesV4ParamsWithContext(ctx context.Context) *PublicEnableBackupCodesV4Params

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

func NewPublicEnableBackupCodesV4ParamsWithHTTPClient added in v0.64.0

func NewPublicEnableBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicEnableBackupCodesV4Params

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

func NewPublicEnableBackupCodesV4ParamsWithTimeout added in v0.64.0

func NewPublicEnableBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicEnableBackupCodesV4Params

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

func (*PublicEnableBackupCodesV4Params) SetAuthInfoWriter added in v0.64.0

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

SetAuthInfoWriter adds the authInfoWriter to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) SetContext added in v0.64.0

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

SetContext adds the context to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) SetFlightId added in v0.64.0

func (o *PublicEnableBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicEnableBackupCodesV4Params) SetHTTPClient added in v0.64.0

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

SetHTTPClient adds the HTTPClient to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) SetHTTPClientTransport added in v0.64.0

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

SetHTTPClient adds the HTTPClient Transport to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) SetNamespace added in v0.64.0

func (o *PublicEnableBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) SetTimeout added in v0.64.0

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

SetTimeout adds the timeout to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) WithContext added in v0.64.0

WithContext adds the context to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) WithNamespace added in v0.64.0

WithNamespace adds the namespace to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type PublicEnableBackupCodesV4Reader added in v0.64.0

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

PublicEnableBackupCodesV4Reader is a Reader for the PublicEnableBackupCodesV4 structure.

func (*PublicEnableBackupCodesV4Reader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type PublicEnableBackupCodesV4Unauthorized added in v0.64.0

type PublicEnableBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableBackupCodesV4Unauthorized 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 NewPublicEnableBackupCodesV4Unauthorized added in v0.64.0

func NewPublicEnableBackupCodesV4Unauthorized() *PublicEnableBackupCodesV4Unauthorized

NewPublicEnableBackupCodesV4Unauthorized creates a PublicEnableBackupCodesV4Unauthorized with default headers values

func (*PublicEnableBackupCodesV4Unauthorized) Error added in v0.64.0

func (*PublicEnableBackupCodesV4Unauthorized) GetPayload added in v0.64.0

func (*PublicEnableBackupCodesV4Unauthorized) ToJSONString added in v0.64.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

func (*PublicEnableMyAuthenticatorV4BadRequest) ToJSONString added in v0.25.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

func (*PublicEnableMyAuthenticatorV4Conflict) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicEnableMyAuthenticatorV4Forbidden) ToJSONString added in v0.25.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

func (*PublicEnableMyAuthenticatorV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicEnableMyAuthenticatorV4NotFound) ToJSONString added in v0.25.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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicEnableMyAuthenticatorV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicEnableMyAuthenticatorV4Unauthorized) ToJSONString added in v0.25.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

func (*PublicEnableMyBackupCodesV4BadRequest) ToJSONString added in v0.25.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

func (*PublicEnableMyBackupCodesV4Conflict) ToJSONString added in v0.25.0

func (o *PublicEnableMyBackupCodesV4Conflict) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*PublicEnableMyBackupCodesV4Forbidden) ToJSONString added in v0.25.0

func (o *PublicEnableMyBackupCodesV4Forbidden) ToJSONString() string

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

func (*PublicEnableMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicEnableMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *PublicEnableMyBackupCodesV4NotFound) ToJSONString() string

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

func (*PublicEnableMyBackupCodesV4OK) ToJSONString added in v0.25.0

func (o *PublicEnableMyBackupCodesV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicEnableMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicEnableMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type PublicEnableMyEmailV4BadRequest added in v0.32.0

type PublicEnableMyEmailV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyEmailV4BadRequest 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>10137</td><td>code is expired</td></tr><tr><td>10171</td><td>email address not found</td></tr></table>

func NewPublicEnableMyEmailV4BadRequest added in v0.32.0

func NewPublicEnableMyEmailV4BadRequest() *PublicEnableMyEmailV4BadRequest

NewPublicEnableMyEmailV4BadRequest creates a PublicEnableMyEmailV4BadRequest with default headers values

func (*PublicEnableMyEmailV4BadRequest) Error added in v0.32.0

func (*PublicEnableMyEmailV4BadRequest) GetPayload added in v0.32.0

func (*PublicEnableMyEmailV4BadRequest) ToJSONString added in v0.32.0

func (o *PublicEnableMyEmailV4BadRequest) ToJSONString() string

type PublicEnableMyEmailV4Conflict added in v0.32.0

type PublicEnableMyEmailV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyEmailV4Conflict 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 NewPublicEnableMyEmailV4Conflict added in v0.32.0

func NewPublicEnableMyEmailV4Conflict() *PublicEnableMyEmailV4Conflict

NewPublicEnableMyEmailV4Conflict creates a PublicEnableMyEmailV4Conflict with default headers values

func (*PublicEnableMyEmailV4Conflict) Error added in v0.32.0

func (*PublicEnableMyEmailV4Conflict) GetPayload added in v0.32.0

func (*PublicEnableMyEmailV4Conflict) ToJSONString added in v0.32.0

func (o *PublicEnableMyEmailV4Conflict) ToJSONString() string

type PublicEnableMyEmailV4Forbidden added in v0.32.0

type PublicEnableMyEmailV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyEmailV4Forbidden 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 NewPublicEnableMyEmailV4Forbidden added in v0.32.0

func NewPublicEnableMyEmailV4Forbidden() *PublicEnableMyEmailV4Forbidden

NewPublicEnableMyEmailV4Forbidden creates a PublicEnableMyEmailV4Forbidden with default headers values

func (*PublicEnableMyEmailV4Forbidden) Error added in v0.32.0

func (*PublicEnableMyEmailV4Forbidden) GetPayload added in v0.32.0

func (*PublicEnableMyEmailV4Forbidden) ToJSONString added in v0.32.0

func (o *PublicEnableMyEmailV4Forbidden) ToJSONString() string

type PublicEnableMyEmailV4InternalServerError added in v0.32.0

type PublicEnableMyEmailV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyEmailV4InternalServerError 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 NewPublicEnableMyEmailV4InternalServerError added in v0.32.0

func NewPublicEnableMyEmailV4InternalServerError() *PublicEnableMyEmailV4InternalServerError

NewPublicEnableMyEmailV4InternalServerError creates a PublicEnableMyEmailV4InternalServerError with default headers values

func (*PublicEnableMyEmailV4InternalServerError) Error added in v0.32.0

func (*PublicEnableMyEmailV4InternalServerError) GetPayload added in v0.32.0

func (*PublicEnableMyEmailV4InternalServerError) ToJSONString added in v0.32.0

type PublicEnableMyEmailV4NoContent added in v0.32.0

type PublicEnableMyEmailV4NoContent struct {
}

PublicEnableMyEmailV4NoContent handles this case with default header values.

email enabled

func NewPublicEnableMyEmailV4NoContent added in v0.32.0

func NewPublicEnableMyEmailV4NoContent() *PublicEnableMyEmailV4NoContent

NewPublicEnableMyEmailV4NoContent creates a PublicEnableMyEmailV4NoContent with default headers values

func (*PublicEnableMyEmailV4NoContent) Error added in v0.32.0

type PublicEnableMyEmailV4NotFound added in v0.32.0

type PublicEnableMyEmailV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyEmailV4NotFound 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 NewPublicEnableMyEmailV4NotFound added in v0.32.0

func NewPublicEnableMyEmailV4NotFound() *PublicEnableMyEmailV4NotFound

NewPublicEnableMyEmailV4NotFound creates a PublicEnableMyEmailV4NotFound with default headers values

func (*PublicEnableMyEmailV4NotFound) Error added in v0.32.0

func (*PublicEnableMyEmailV4NotFound) GetPayload added in v0.32.0

func (*PublicEnableMyEmailV4NotFound) ToJSONString added in v0.32.0

func (o *PublicEnableMyEmailV4NotFound) ToJSONString() string

type PublicEnableMyEmailV4Params added in v0.32.0

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PublicEnableMyEmailV4Params contains all the parameters to send to the API endpoint for the public enable my email v4 operation typically these are written to a http.Request

func NewPublicEnableMyEmailV4Params added in v0.32.0

func NewPublicEnableMyEmailV4Params() *PublicEnableMyEmailV4Params

NewPublicEnableMyEmailV4Params creates a new PublicEnableMyEmailV4Params object with the default values initialized.

func NewPublicEnableMyEmailV4ParamsWithContext added in v0.32.0

func NewPublicEnableMyEmailV4ParamsWithContext(ctx context.Context) *PublicEnableMyEmailV4Params

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

func NewPublicEnableMyEmailV4ParamsWithHTTPClient added in v0.32.0

func NewPublicEnableMyEmailV4ParamsWithHTTPClient(client *http.Client) *PublicEnableMyEmailV4Params

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

func NewPublicEnableMyEmailV4ParamsWithTimeout added in v0.32.0

func NewPublicEnableMyEmailV4ParamsWithTimeout(timeout time.Duration) *PublicEnableMyEmailV4Params

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

func (*PublicEnableMyEmailV4Params) SetAuthInfoWriter added in v0.32.0

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

SetAuthInfoWriter adds the authInfoWriter to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetCode added in v0.32.0

func (o *PublicEnableMyEmailV4Params) SetCode(code string)

SetCode adds the code to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetContext added in v0.32.0

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

SetContext adds the context to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetFlightId added in v0.63.0

func (o *PublicEnableMyEmailV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicEnableMyEmailV4Params) SetHTTPClient added in v0.32.0

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

SetHTTPClient adds the HTTPClient to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetHTTPClientTransport added in v0.32.0

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

SetHTTPClient adds the HTTPClient Transport to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetNamespace added in v0.32.0

func (o *PublicEnableMyEmailV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetTimeout added in v0.32.0

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

SetTimeout adds the timeout to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithCode added in v0.32.0

WithCode adds the code to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithContext added in v0.32.0

WithContext adds the context to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithHTTPClient added in v0.32.0

WithHTTPClient adds the HTTPClient to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithNamespace added in v0.32.0

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

WithNamespace adds the namespace to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithTimeout added in v0.32.0

WithTimeout adds the timeout to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WriteToRequest added in v0.32.0

WriteToRequest writes these params to a swagger request

type PublicEnableMyEmailV4Reader added in v0.32.0

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

PublicEnableMyEmailV4Reader is a Reader for the PublicEnableMyEmailV4 structure.

func (*PublicEnableMyEmailV4Reader) ReadResponse added in v0.32.0

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

ReadResponse reads a server response into the received o.

type PublicEnableMyEmailV4Unauthorized added in v0.32.0

type PublicEnableMyEmailV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicEnableMyEmailV4Unauthorized 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 NewPublicEnableMyEmailV4Unauthorized added in v0.32.0

func NewPublicEnableMyEmailV4Unauthorized() *PublicEnableMyEmailV4Unauthorized

NewPublicEnableMyEmailV4Unauthorized creates a PublicEnableMyEmailV4Unauthorized with default headers values

func (*PublicEnableMyEmailV4Unauthorized) Error added in v0.32.0

func (*PublicEnableMyEmailV4Unauthorized) GetPayload added in v0.32.0

func (*PublicEnableMyEmailV4Unauthorized) ToJSONString added in v0.32.0

func (o *PublicEnableMyEmailV4Unauthorized) ToJSONString() string

type PublicGenerateBackupCodesV4BadRequest added in v0.64.0

type PublicGenerateBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateBackupCodesV4BadRequest 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 NewPublicGenerateBackupCodesV4BadRequest added in v0.64.0

func NewPublicGenerateBackupCodesV4BadRequest() *PublicGenerateBackupCodesV4BadRequest

NewPublicGenerateBackupCodesV4BadRequest creates a PublicGenerateBackupCodesV4BadRequest with default headers values

func (*PublicGenerateBackupCodesV4BadRequest) Error added in v0.64.0

func (*PublicGenerateBackupCodesV4BadRequest) GetPayload added in v0.64.0

func (*PublicGenerateBackupCodesV4BadRequest) ToJSONString added in v0.64.0

type PublicGenerateBackupCodesV4Forbidden added in v0.64.0

type PublicGenerateBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateBackupCodesV4Forbidden 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 NewPublicGenerateBackupCodesV4Forbidden added in v0.64.0

func NewPublicGenerateBackupCodesV4Forbidden() *PublicGenerateBackupCodesV4Forbidden

NewPublicGenerateBackupCodesV4Forbidden creates a PublicGenerateBackupCodesV4Forbidden with default headers values

func (*PublicGenerateBackupCodesV4Forbidden) Error added in v0.64.0

func (*PublicGenerateBackupCodesV4Forbidden) GetPayload added in v0.64.0

func (*PublicGenerateBackupCodesV4Forbidden) ToJSONString added in v0.64.0

func (o *PublicGenerateBackupCodesV4Forbidden) ToJSONString() string

type PublicGenerateBackupCodesV4InternalServerError added in v0.64.0

type PublicGenerateBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateBackupCodesV4InternalServerError 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 NewPublicGenerateBackupCodesV4InternalServerError added in v0.64.0

func NewPublicGenerateBackupCodesV4InternalServerError() *PublicGenerateBackupCodesV4InternalServerError

NewPublicGenerateBackupCodesV4InternalServerError creates a PublicGenerateBackupCodesV4InternalServerError with default headers values

func (*PublicGenerateBackupCodesV4InternalServerError) Error added in v0.64.0

func (*PublicGenerateBackupCodesV4InternalServerError) GetPayload added in v0.64.0

func (*PublicGenerateBackupCodesV4InternalServerError) ToJSONString added in v0.64.0

type PublicGenerateBackupCodesV4NoContent added in v0.64.0

type PublicGenerateBackupCodesV4NoContent struct {
}

PublicGenerateBackupCodesV4NoContent handles this case with default header values.

Backup codes sent to email

func NewPublicGenerateBackupCodesV4NoContent added in v0.64.0

func NewPublicGenerateBackupCodesV4NoContent() *PublicGenerateBackupCodesV4NoContent

NewPublicGenerateBackupCodesV4NoContent creates a PublicGenerateBackupCodesV4NoContent with default headers values

func (*PublicGenerateBackupCodesV4NoContent) Error added in v0.64.0

type PublicGenerateBackupCodesV4NotFound added in v0.64.0

type PublicGenerateBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateBackupCodesV4NotFound 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 NewPublicGenerateBackupCodesV4NotFound added in v0.64.0

func NewPublicGenerateBackupCodesV4NotFound() *PublicGenerateBackupCodesV4NotFound

NewPublicGenerateBackupCodesV4NotFound creates a PublicGenerateBackupCodesV4NotFound with default headers values

func (*PublicGenerateBackupCodesV4NotFound) Error added in v0.64.0

func (*PublicGenerateBackupCodesV4NotFound) GetPayload added in v0.64.0

func (*PublicGenerateBackupCodesV4NotFound) ToJSONString added in v0.64.0

func (o *PublicGenerateBackupCodesV4NotFound) ToJSONString() string

type PublicGenerateBackupCodesV4Params added in v0.64.0

type PublicGenerateBackupCodesV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewPublicGenerateBackupCodesV4Params added in v0.64.0

func NewPublicGenerateBackupCodesV4Params() *PublicGenerateBackupCodesV4Params

NewPublicGenerateBackupCodesV4Params creates a new PublicGenerateBackupCodesV4Params object with the default values initialized.

func NewPublicGenerateBackupCodesV4ParamsWithContext added in v0.64.0

func NewPublicGenerateBackupCodesV4ParamsWithContext(ctx context.Context) *PublicGenerateBackupCodesV4Params

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

func NewPublicGenerateBackupCodesV4ParamsWithHTTPClient added in v0.64.0

func NewPublicGenerateBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicGenerateBackupCodesV4Params

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

func NewPublicGenerateBackupCodesV4ParamsWithTimeout added in v0.64.0

func NewPublicGenerateBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicGenerateBackupCodesV4Params

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

func (*PublicGenerateBackupCodesV4Params) SetAuthInfoWriter added in v0.64.0

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

SetAuthInfoWriter adds the authInfoWriter to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetContext added in v0.64.0

SetContext adds the context to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetFlightId added in v0.64.0

func (o *PublicGenerateBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGenerateBackupCodesV4Params) SetHTTPClient added in v0.64.0

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

SetHTTPClient adds the HTTPClient to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetHTTPClientTransport added in v0.64.0

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

SetHTTPClient adds the HTTPClient Transport to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetNamespace added in v0.64.0

func (o *PublicGenerateBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetTimeout added in v0.64.0

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

SetTimeout adds the timeout to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithContext added in v0.64.0

WithContext adds the context to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithNamespace added in v0.64.0

WithNamespace adds the namespace to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type PublicGenerateBackupCodesV4Reader added in v0.64.0

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

PublicGenerateBackupCodesV4Reader is a Reader for the PublicGenerateBackupCodesV4 structure.

func (*PublicGenerateBackupCodesV4Reader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type PublicGenerateBackupCodesV4Unauthorized added in v0.64.0

type PublicGenerateBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGenerateBackupCodesV4Unauthorized 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 NewPublicGenerateBackupCodesV4Unauthorized added in v0.64.0

func NewPublicGenerateBackupCodesV4Unauthorized() *PublicGenerateBackupCodesV4Unauthorized

NewPublicGenerateBackupCodesV4Unauthorized creates a PublicGenerateBackupCodesV4Unauthorized with default headers values

func (*PublicGenerateBackupCodesV4Unauthorized) Error added in v0.64.0

func (*PublicGenerateBackupCodesV4Unauthorized) GetPayload added in v0.64.0

func (*PublicGenerateBackupCodesV4Unauthorized) ToJSONString added in v0.64.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

func (*PublicGenerateMyAuthenticatorKeyV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicGenerateMyAuthenticatorKeyV4Forbidden) ToJSONString added in v0.25.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

func (*PublicGenerateMyAuthenticatorKeyV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicGenerateMyAuthenticatorKeyV4NotFound) ToJSONString added in v0.25.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

func (*PublicGenerateMyAuthenticatorKeyV4OK) ToJSONString added in v0.25.0

func (o *PublicGenerateMyAuthenticatorKeyV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicGenerateMyAuthenticatorKeyV4Unauthorized) ToJSONString added in v0.25.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

func (*PublicGenerateMyBackupCodesV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicGenerateMyBackupCodesV4Forbidden) ToJSONString added in v0.25.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

func (*PublicGenerateMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicGenerateMyBackupCodesV4NotFound) ToJSONString added in v0.25.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

func (*PublicGenerateMyBackupCodesV4OK) ToJSONString added in v0.25.0

func (o *PublicGenerateMyBackupCodesV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicGenerateMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicGenerateMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

type PublicGetBackupCodesV4BadRequest added in v0.64.0

type PublicGetBackupCodesV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetBackupCodesV4BadRequest 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 NewPublicGetBackupCodesV4BadRequest added in v0.64.0

func NewPublicGetBackupCodesV4BadRequest() *PublicGetBackupCodesV4BadRequest

NewPublicGetBackupCodesV4BadRequest creates a PublicGetBackupCodesV4BadRequest with default headers values

func (*PublicGetBackupCodesV4BadRequest) Error added in v0.64.0

func (*PublicGetBackupCodesV4BadRequest) GetPayload added in v0.64.0

func (*PublicGetBackupCodesV4BadRequest) ToJSONString added in v0.64.0

func (o *PublicGetBackupCodesV4BadRequest) ToJSONString() string

type PublicGetBackupCodesV4Forbidden added in v0.64.0

type PublicGetBackupCodesV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetBackupCodesV4Forbidden 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 NewPublicGetBackupCodesV4Forbidden added in v0.64.0

func NewPublicGetBackupCodesV4Forbidden() *PublicGetBackupCodesV4Forbidden

NewPublicGetBackupCodesV4Forbidden creates a PublicGetBackupCodesV4Forbidden with default headers values

func (*PublicGetBackupCodesV4Forbidden) Error added in v0.64.0

func (*PublicGetBackupCodesV4Forbidden) GetPayload added in v0.64.0

func (*PublicGetBackupCodesV4Forbidden) ToJSONString added in v0.64.0

func (o *PublicGetBackupCodesV4Forbidden) ToJSONString() string

type PublicGetBackupCodesV4InternalServerError added in v0.64.0

type PublicGetBackupCodesV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetBackupCodesV4InternalServerError 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 NewPublicGetBackupCodesV4InternalServerError added in v0.64.0

func NewPublicGetBackupCodesV4InternalServerError() *PublicGetBackupCodesV4InternalServerError

NewPublicGetBackupCodesV4InternalServerError creates a PublicGetBackupCodesV4InternalServerError with default headers values

func (*PublicGetBackupCodesV4InternalServerError) Error added in v0.64.0

func (*PublicGetBackupCodesV4InternalServerError) GetPayload added in v0.64.0

func (*PublicGetBackupCodesV4InternalServerError) ToJSONString added in v0.64.0

type PublicGetBackupCodesV4NoContent added in v0.64.0

type PublicGetBackupCodesV4NoContent struct {
}

PublicGetBackupCodesV4NoContent handles this case with default header values.

Backup codes sent to email

func NewPublicGetBackupCodesV4NoContent added in v0.64.0

func NewPublicGetBackupCodesV4NoContent() *PublicGetBackupCodesV4NoContent

NewPublicGetBackupCodesV4NoContent creates a PublicGetBackupCodesV4NoContent with default headers values

func (*PublicGetBackupCodesV4NoContent) Error added in v0.64.0

type PublicGetBackupCodesV4NotFound added in v0.64.0

type PublicGetBackupCodesV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetBackupCodesV4NotFound 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 NewPublicGetBackupCodesV4NotFound added in v0.64.0

func NewPublicGetBackupCodesV4NotFound() *PublicGetBackupCodesV4NotFound

NewPublicGetBackupCodesV4NotFound creates a PublicGetBackupCodesV4NotFound with default headers values

func (*PublicGetBackupCodesV4NotFound) Error added in v0.64.0

func (*PublicGetBackupCodesV4NotFound) GetPayload added in v0.64.0

func (*PublicGetBackupCodesV4NotFound) ToJSONString added in v0.64.0

func (o *PublicGetBackupCodesV4NotFound) ToJSONString() string

type PublicGetBackupCodesV4Params added in v0.64.0

type PublicGetBackupCodesV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewPublicGetBackupCodesV4Params added in v0.64.0

func NewPublicGetBackupCodesV4Params() *PublicGetBackupCodesV4Params

NewPublicGetBackupCodesV4Params creates a new PublicGetBackupCodesV4Params object with the default values initialized.

func NewPublicGetBackupCodesV4ParamsWithContext added in v0.64.0

func NewPublicGetBackupCodesV4ParamsWithContext(ctx context.Context) *PublicGetBackupCodesV4Params

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

func NewPublicGetBackupCodesV4ParamsWithHTTPClient added in v0.64.0

func NewPublicGetBackupCodesV4ParamsWithHTTPClient(client *http.Client) *PublicGetBackupCodesV4Params

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

func NewPublicGetBackupCodesV4ParamsWithTimeout added in v0.64.0

func NewPublicGetBackupCodesV4ParamsWithTimeout(timeout time.Duration) *PublicGetBackupCodesV4Params

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

func (*PublicGetBackupCodesV4Params) SetAuthInfoWriter added in v0.64.0

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

SetAuthInfoWriter adds the authInfoWriter to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetContext added in v0.64.0

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

SetContext adds the context to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetFlightId added in v0.64.0

func (o *PublicGetBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGetBackupCodesV4Params) SetHTTPClient added in v0.64.0

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

SetHTTPClient adds the HTTPClient to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetHTTPClientTransport added in v0.64.0

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

SetHTTPClient adds the HTTPClient Transport to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetNamespace added in v0.64.0

func (o *PublicGetBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetTimeout added in v0.64.0

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

SetTimeout adds the timeout to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithContext added in v0.64.0

WithContext adds the context to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithHTTPClient added in v0.64.0

WithHTTPClient adds the HTTPClient to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithNamespace added in v0.64.0

WithNamespace adds the namespace to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithTimeout added in v0.64.0

WithTimeout adds the timeout to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WriteToRequest added in v0.64.0

WriteToRequest writes these params to a swagger request

type PublicGetBackupCodesV4Reader added in v0.64.0

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

PublicGetBackupCodesV4Reader is a Reader for the PublicGetBackupCodesV4 structure.

func (*PublicGetBackupCodesV4Reader) ReadResponse added in v0.64.0

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

ReadResponse reads a server response into the received o.

type PublicGetBackupCodesV4Unauthorized added in v0.64.0

type PublicGetBackupCodesV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetBackupCodesV4Unauthorized 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 NewPublicGetBackupCodesV4Unauthorized added in v0.64.0

func NewPublicGetBackupCodesV4Unauthorized() *PublicGetBackupCodesV4Unauthorized

NewPublicGetBackupCodesV4Unauthorized creates a PublicGetBackupCodesV4Unauthorized with default headers values

func (*PublicGetBackupCodesV4Unauthorized) Error added in v0.64.0

func (*PublicGetBackupCodesV4Unauthorized) GetPayload added in v0.64.0

func (*PublicGetBackupCodesV4Unauthorized) ToJSONString added in v0.64.0

func (o *PublicGetBackupCodesV4Unauthorized) ToJSONString() string

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

func (*PublicGetMyBackupCodesV4BadRequest) ToJSONString added in v0.25.0

func (o *PublicGetMyBackupCodesV4BadRequest) ToJSONString() string

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>20013</td><td>insufficient permissions</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

func (*PublicGetMyBackupCodesV4Forbidden) ToJSONString added in v0.25.0

func (o *PublicGetMyBackupCodesV4Forbidden) ToJSONString() string

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

func (*PublicGetMyBackupCodesV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicGetMyBackupCodesV4NotFound) ToJSONString added in v0.25.0

func (o *PublicGetMyBackupCodesV4NotFound) ToJSONString() string

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

func (*PublicGetMyBackupCodesV4OK) ToJSONString added in v0.25.0

func (o *PublicGetMyBackupCodesV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicGetMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicGetMyBackupCodesV4Unauthorized) ToJSONString added in v0.25.0

func (o *PublicGetMyBackupCodesV4Unauthorized) ToJSONString() string

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

func (*PublicGetMyEnabledFactorsV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicGetMyEnabledFactorsV4Forbidden) ToJSONString added in v0.25.0

func (o *PublicGetMyEnabledFactorsV4Forbidden) ToJSONString() string

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

func (*PublicGetMyEnabledFactorsV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicGetMyEnabledFactorsV4NotFound) ToJSONString added in v0.25.0

func (o *PublicGetMyEnabledFactorsV4NotFound) ToJSONString() string

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

func (*PublicGetMyEnabledFactorsV4OK) ToJSONString added in v0.25.0

func (o *PublicGetMyEnabledFactorsV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicGetMyEnabledFactorsV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicGetMyEnabledFactorsV4Unauthorized) ToJSONString added in v0.25.0

type PublicGetUserPublicInfoByUserIDV4BadRequest added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetUserPublicInfoByUserIDV4BadRequest 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 NewPublicGetUserPublicInfoByUserIDV4BadRequest added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4BadRequest() *PublicGetUserPublicInfoByUserIDV4BadRequest

NewPublicGetUserPublicInfoByUserIDV4BadRequest creates a PublicGetUserPublicInfoByUserIDV4BadRequest with default headers values

func (*PublicGetUserPublicInfoByUserIDV4BadRequest) Error added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4BadRequest) GetPayload added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4BadRequest) ToJSONString added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4InternalServerError added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetUserPublicInfoByUserIDV4InternalServerError 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 NewPublicGetUserPublicInfoByUserIDV4InternalServerError added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4InternalServerError() *PublicGetUserPublicInfoByUserIDV4InternalServerError

NewPublicGetUserPublicInfoByUserIDV4InternalServerError creates a PublicGetUserPublicInfoByUserIDV4InternalServerError with default headers values

func (*PublicGetUserPublicInfoByUserIDV4InternalServerError) Error added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4InternalServerError) GetPayload added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4InternalServerError) ToJSONString added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4NotFound added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicGetUserPublicInfoByUserIDV4NotFound 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><tr><td>10139</td><td>platform account not found</td></tr></table>

func NewPublicGetUserPublicInfoByUserIDV4NotFound added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4NotFound() *PublicGetUserPublicInfoByUserIDV4NotFound

NewPublicGetUserPublicInfoByUserIDV4NotFound creates a PublicGetUserPublicInfoByUserIDV4NotFound with default headers values

func (*PublicGetUserPublicInfoByUserIDV4NotFound) Error added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4NotFound) GetPayload added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4NotFound) ToJSONString added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4OK added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4OK struct {
	Payload *iamclientmodels.ModelUserPublicInfoResponseV4
}

PublicGetUserPublicInfoByUserIDV4OK handles this case with default header values.

OK

func NewPublicGetUserPublicInfoByUserIDV4OK added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4OK() *PublicGetUserPublicInfoByUserIDV4OK

NewPublicGetUserPublicInfoByUserIDV4OK creates a PublicGetUserPublicInfoByUserIDV4OK with default headers values

func (*PublicGetUserPublicInfoByUserIDV4OK) Error added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4OK) GetPayload added in v0.52.0

func (*PublicGetUserPublicInfoByUserIDV4OK) ToJSONString added in v0.52.0

func (o *PublicGetUserPublicInfoByUserIDV4OK) ToJSONString() string

type PublicGetUserPublicInfoByUserIDV4Params added in v0.52.0

type PublicGetUserPublicInfoByUserIDV4Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PublicGetUserPublicInfoByUserIDV4Params contains all the parameters to send to the API endpoint for the public get user public info by user id v4 operation typically these are written to a http.Request

func NewPublicGetUserPublicInfoByUserIDV4Params added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4Params() *PublicGetUserPublicInfoByUserIDV4Params

NewPublicGetUserPublicInfoByUserIDV4Params creates a new PublicGetUserPublicInfoByUserIDV4Params object with the default values initialized.

func NewPublicGetUserPublicInfoByUserIDV4ParamsWithContext added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4ParamsWithContext(ctx context.Context) *PublicGetUserPublicInfoByUserIDV4Params

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

func NewPublicGetUserPublicInfoByUserIDV4ParamsWithHTTPClient added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4ParamsWithHTTPClient(client *http.Client) *PublicGetUserPublicInfoByUserIDV4Params

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

func NewPublicGetUserPublicInfoByUserIDV4ParamsWithTimeout added in v0.52.0

func NewPublicGetUserPublicInfoByUserIDV4ParamsWithTimeout(timeout time.Duration) *PublicGetUserPublicInfoByUserIDV4Params

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

func (*PublicGetUserPublicInfoByUserIDV4Params) SetAuthInfoWriter added in v0.52.0

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

SetAuthInfoWriter adds the authInfoWriter to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) SetContext added in v0.52.0

SetContext adds the context to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) SetFlightId added in v0.63.0

func (o *PublicGetUserPublicInfoByUserIDV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGetUserPublicInfoByUserIDV4Params) SetHTTPClient added in v0.52.0

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

SetHTTPClient adds the HTTPClient to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) SetHTTPClientTransport added in v0.52.0

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

SetHTTPClient adds the HTTPClient Transport to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) SetNamespace added in v0.52.0

func (o *PublicGetUserPublicInfoByUserIDV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) SetTimeout added in v0.52.0

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

SetTimeout adds the timeout to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) SetUserID added in v0.52.0

func (o *PublicGetUserPublicInfoByUserIDV4Params) SetUserID(userID string)

SetUserID adds the userId to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithContext added in v0.52.0

WithContext adds the context to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithHTTPClient added in v0.52.0

WithHTTPClient adds the HTTPClient to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithNamespace added in v0.52.0

WithNamespace adds the namespace to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithTimeout added in v0.52.0

WithTimeout adds the timeout to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithUserID added in v0.52.0

WithUserID adds the userID to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WriteToRequest added in v0.52.0

WriteToRequest writes these params to a swagger request

type PublicGetUserPublicInfoByUserIDV4Reader added in v0.52.0

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

PublicGetUserPublicInfoByUserIDV4Reader is a Reader for the PublicGetUserPublicInfoByUserIDV4 structure.

func (*PublicGetUserPublicInfoByUserIDV4Reader) ReadResponse added in v0.52.0

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

ReadResponse reads a server response into the received o.

type PublicInviteUserV4BadRequest added in v0.40.0

type PublicInviteUserV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicInviteUserV4BadRequest 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 NewPublicInviteUserV4BadRequest added in v0.40.0

func NewPublicInviteUserV4BadRequest() *PublicInviteUserV4BadRequest

NewPublicInviteUserV4BadRequest creates a PublicInviteUserV4BadRequest with default headers values

func (*PublicInviteUserV4BadRequest) Error added in v0.40.0

func (*PublicInviteUserV4BadRequest) GetPayload added in v0.40.0

func (*PublicInviteUserV4BadRequest) ToJSONString added in v0.40.0

func (o *PublicInviteUserV4BadRequest) ToJSONString() string

type PublicInviteUserV4Conflict added in v0.40.0

type PublicInviteUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicInviteUserV4Conflict 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>10207</td><td>user namespace is not available</td></tr></table>

func NewPublicInviteUserV4Conflict added in v0.40.0

func NewPublicInviteUserV4Conflict() *PublicInviteUserV4Conflict

NewPublicInviteUserV4Conflict creates a PublicInviteUserV4Conflict with default headers values

func (*PublicInviteUserV4Conflict) Error added in v0.40.0

func (*PublicInviteUserV4Conflict) GetPayload added in v0.40.0

func (*PublicInviteUserV4Conflict) ToJSONString added in v0.40.0

func (o *PublicInviteUserV4Conflict) ToJSONString() string

type PublicInviteUserV4Created added in v0.40.0

type PublicInviteUserV4Created struct {
	Payload *iamclientmodels.ModelInviteUserResponseV3
}

PublicInviteUserV4Created handles this case with default header values.

Created

func NewPublicInviteUserV4Created added in v0.40.0

func NewPublicInviteUserV4Created() *PublicInviteUserV4Created

NewPublicInviteUserV4Created creates a PublicInviteUserV4Created with default headers values

func (*PublicInviteUserV4Created) Error added in v0.40.0

func (o *PublicInviteUserV4Created) Error() string

func (*PublicInviteUserV4Created) GetPayload added in v0.40.0

func (*PublicInviteUserV4Created) ToJSONString added in v0.40.0

func (o *PublicInviteUserV4Created) ToJSONString() string

type PublicInviteUserV4InternalServerError added in v0.40.0

type PublicInviteUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicInviteUserV4InternalServerError 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 NewPublicInviteUserV4InternalServerError added in v0.40.0

func NewPublicInviteUserV4InternalServerError() *PublicInviteUserV4InternalServerError

NewPublicInviteUserV4InternalServerError creates a PublicInviteUserV4InternalServerError with default headers values

func (*PublicInviteUserV4InternalServerError) Error added in v0.40.0

func (*PublicInviteUserV4InternalServerError) GetPayload added in v0.40.0

func (*PublicInviteUserV4InternalServerError) ToJSONString added in v0.40.0

type PublicInviteUserV4Params added in v0.40.0

type PublicInviteUserV4Params struct {

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

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewPublicInviteUserV4Params added in v0.40.0

func NewPublicInviteUserV4Params() *PublicInviteUserV4Params

NewPublicInviteUserV4Params creates a new PublicInviteUserV4Params object with the default values initialized.

func NewPublicInviteUserV4ParamsWithContext added in v0.40.0

func NewPublicInviteUserV4ParamsWithContext(ctx context.Context) *PublicInviteUserV4Params

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

func NewPublicInviteUserV4ParamsWithHTTPClient added in v0.40.0

func NewPublicInviteUserV4ParamsWithHTTPClient(client *http.Client) *PublicInviteUserV4Params

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

func NewPublicInviteUserV4ParamsWithTimeout added in v0.40.0

func NewPublicInviteUserV4ParamsWithTimeout(timeout time.Duration) *PublicInviteUserV4Params

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

func (*PublicInviteUserV4Params) SetAuthInfoWriter added in v0.40.0

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

SetAuthInfoWriter adds the authInfoWriter to the public invite user v4 params

func (*PublicInviteUserV4Params) SetBody added in v0.40.0

SetBody adds the body to the public invite user v4 params

func (*PublicInviteUserV4Params) SetContext added in v0.40.0

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

SetContext adds the context to the public invite user v4 params

func (*PublicInviteUserV4Params) SetFlightId added in v0.63.0

func (o *PublicInviteUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicInviteUserV4Params) SetHTTPClient added in v0.40.0

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

SetHTTPClient adds the HTTPClient to the public invite user v4 params

func (*PublicInviteUserV4Params) SetHTTPClientTransport added in v0.40.0

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

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

func (*PublicInviteUserV4Params) SetTimeout added in v0.40.0

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

SetTimeout adds the timeout to the public invite user v4 params

func (*PublicInviteUserV4Params) WithBody added in v0.40.0

WithBody adds the body to the public invite user v4 params

func (*PublicInviteUserV4Params) WithContext added in v0.40.0

WithContext adds the context to the public invite user v4 params

func (*PublicInviteUserV4Params) WithHTTPClient added in v0.40.0

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

WithHTTPClient adds the HTTPClient to the public invite user v4 params

func (*PublicInviteUserV4Params) WithTimeout added in v0.40.0

WithTimeout adds the timeout to the public invite user v4 params

func (*PublicInviteUserV4Params) WriteToRequest added in v0.40.0

WriteToRequest writes these params to a swagger request

type PublicInviteUserV4Reader added in v0.40.0

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

PublicInviteUserV4Reader is a Reader for the PublicInviteUserV4 structure.

func (*PublicInviteUserV4Reader) ReadResponse added in v0.40.0

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

ReadResponse reads a server response into the received o.

type PublicInviteUserV4TooManyRequests added in v0.69.0

type PublicInviteUserV4TooManyRequests struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicInviteUserV4TooManyRequests handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20007</td><td>too many requests</td></tr></table>

func NewPublicInviteUserV4TooManyRequests added in v0.69.0

func NewPublicInviteUserV4TooManyRequests() *PublicInviteUserV4TooManyRequests

NewPublicInviteUserV4TooManyRequests creates a PublicInviteUserV4TooManyRequests with default headers values

func (*PublicInviteUserV4TooManyRequests) Error added in v0.69.0

func (*PublicInviteUserV4TooManyRequests) GetPayload added in v0.69.0

func (*PublicInviteUserV4TooManyRequests) ToJSONString added in v0.69.0

func (o *PublicInviteUserV4TooManyRequests) ToJSONString() string

type PublicInviteUserV4UnprocessableEntity added in v0.40.0

type PublicInviteUserV4UnprocessableEntity struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicInviteUserV4UnprocessableEntity 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 NewPublicInviteUserV4UnprocessableEntity added in v0.40.0

func NewPublicInviteUserV4UnprocessableEntity() *PublicInviteUserV4UnprocessableEntity

NewPublicInviteUserV4UnprocessableEntity creates a PublicInviteUserV4UnprocessableEntity with default headers values

func (*PublicInviteUserV4UnprocessableEntity) Error added in v0.40.0

func (*PublicInviteUserV4UnprocessableEntity) GetPayload added in v0.40.0

func (*PublicInviteUserV4UnprocessableEntity) ToJSONString added in v0.40.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

func (*PublicMakeFactorMyDefaultV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicMakeFactorMyDefaultV4Forbidden) ToJSONString added in v0.25.0

func (o *PublicMakeFactorMyDefaultV4Forbidden) ToJSONString() string

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

func (*PublicMakeFactorMyDefaultV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicMakeFactorMyDefaultV4NotFound) ToJSONString added in v0.25.0

func (o *PublicMakeFactorMyDefaultV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicMakeFactorMyDefaultV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicMakeFactorMyDefaultV4Unauthorized) ToJSONString added in v0.25.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

func (*PublicRemoveTrustedDeviceV4BadRequest) ToJSONString added in v0.25.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>20013</td><td>insufficient permissions</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

func (*PublicRemoveTrustedDeviceV4Forbidden) ToJSONString added in v0.25.0

func (o *PublicRemoveTrustedDeviceV4Forbidden) ToJSONString() string

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

func (*PublicRemoveTrustedDeviceV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicRemoveTrustedDeviceV4NotFound) ToJSONString added in v0.25.0

func (o *PublicRemoveTrustedDeviceV4NotFound) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicRemoveTrustedDeviceV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicRemoveTrustedDeviceV4Unauthorized) ToJSONString added in v0.25.0

type PublicSendMyMFAEmailCodeV4BadRequest added in v0.32.0

type PublicSendMyMFAEmailCodeV4BadRequest struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicSendMyMFAEmailCodeV4BadRequest 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 NewPublicSendMyMFAEmailCodeV4BadRequest added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4BadRequest() *PublicSendMyMFAEmailCodeV4BadRequest

NewPublicSendMyMFAEmailCodeV4BadRequest creates a PublicSendMyMFAEmailCodeV4BadRequest with default headers values

func (*PublicSendMyMFAEmailCodeV4BadRequest) Error added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4BadRequest) GetPayload added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4BadRequest) ToJSONString added in v0.32.0

func (o *PublicSendMyMFAEmailCodeV4BadRequest) ToJSONString() string

type PublicSendMyMFAEmailCodeV4Forbidden added in v0.32.0

type PublicSendMyMFAEmailCodeV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicSendMyMFAEmailCodeV4Forbidden 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 NewPublicSendMyMFAEmailCodeV4Forbidden added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4Forbidden() *PublicSendMyMFAEmailCodeV4Forbidden

NewPublicSendMyMFAEmailCodeV4Forbidden creates a PublicSendMyMFAEmailCodeV4Forbidden with default headers values

func (*PublicSendMyMFAEmailCodeV4Forbidden) Error added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4Forbidden) GetPayload added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4Forbidden) ToJSONString added in v0.32.0

func (o *PublicSendMyMFAEmailCodeV4Forbidden) ToJSONString() string

type PublicSendMyMFAEmailCodeV4InternalServerError added in v0.32.0

type PublicSendMyMFAEmailCodeV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicSendMyMFAEmailCodeV4InternalServerError 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 NewPublicSendMyMFAEmailCodeV4InternalServerError added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4InternalServerError() *PublicSendMyMFAEmailCodeV4InternalServerError

NewPublicSendMyMFAEmailCodeV4InternalServerError creates a PublicSendMyMFAEmailCodeV4InternalServerError with default headers values

func (*PublicSendMyMFAEmailCodeV4InternalServerError) Error added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4InternalServerError) GetPayload added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4InternalServerError) ToJSONString added in v0.32.0

type PublicSendMyMFAEmailCodeV4NoContent added in v0.32.0

type PublicSendMyMFAEmailCodeV4NoContent struct {
}

PublicSendMyMFAEmailCodeV4NoContent handles this case with default header values.

code sent

func NewPublicSendMyMFAEmailCodeV4NoContent added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4NoContent() *PublicSendMyMFAEmailCodeV4NoContent

NewPublicSendMyMFAEmailCodeV4NoContent creates a PublicSendMyMFAEmailCodeV4NoContent with default headers values

func (*PublicSendMyMFAEmailCodeV4NoContent) Error added in v0.32.0

type PublicSendMyMFAEmailCodeV4NotFound added in v0.32.0

type PublicSendMyMFAEmailCodeV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicSendMyMFAEmailCodeV4NotFound 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 NewPublicSendMyMFAEmailCodeV4NotFound added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4NotFound() *PublicSendMyMFAEmailCodeV4NotFound

NewPublicSendMyMFAEmailCodeV4NotFound creates a PublicSendMyMFAEmailCodeV4NotFound with default headers values

func (*PublicSendMyMFAEmailCodeV4NotFound) Error added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4NotFound) GetPayload added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4NotFound) ToJSONString added in v0.32.0

func (o *PublicSendMyMFAEmailCodeV4NotFound) ToJSONString() string

type PublicSendMyMFAEmailCodeV4Params added in v0.32.0

type PublicSendMyMFAEmailCodeV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PublicSendMyMFAEmailCodeV4Params contains all the parameters to send to the API endpoint for the public send my mfa email code v4 operation typically these are written to a http.Request

func NewPublicSendMyMFAEmailCodeV4Params added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4Params() *PublicSendMyMFAEmailCodeV4Params

NewPublicSendMyMFAEmailCodeV4Params creates a new PublicSendMyMFAEmailCodeV4Params object with the default values initialized.

func NewPublicSendMyMFAEmailCodeV4ParamsWithContext added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4ParamsWithContext(ctx context.Context) *PublicSendMyMFAEmailCodeV4Params

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

func NewPublicSendMyMFAEmailCodeV4ParamsWithHTTPClient added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4ParamsWithHTTPClient(client *http.Client) *PublicSendMyMFAEmailCodeV4Params

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

func NewPublicSendMyMFAEmailCodeV4ParamsWithTimeout added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4ParamsWithTimeout(timeout time.Duration) *PublicSendMyMFAEmailCodeV4Params

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

func (*PublicSendMyMFAEmailCodeV4Params) SetAuthInfoWriter added in v0.32.0

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

SetAuthInfoWriter adds the authInfoWriter to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetContext added in v0.32.0

SetContext adds the context to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetFlightId added in v0.63.0

func (o *PublicSendMyMFAEmailCodeV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicSendMyMFAEmailCodeV4Params) SetHTTPClient added in v0.32.0

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

SetHTTPClient adds the HTTPClient to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetHTTPClientTransport added in v0.32.0

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

SetHTTPClient adds the HTTPClient Transport to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetNamespace added in v0.32.0

func (o *PublicSendMyMFAEmailCodeV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetTimeout added in v0.32.0

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

SetTimeout adds the timeout to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithContext added in v0.32.0

WithContext adds the context to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithHTTPClient added in v0.32.0

WithHTTPClient adds the HTTPClient to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithNamespace added in v0.32.0

WithNamespace adds the namespace to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithTimeout added in v0.32.0

WithTimeout adds the timeout to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WriteToRequest added in v0.32.0

WriteToRequest writes these params to a swagger request

type PublicSendMyMFAEmailCodeV4Reader added in v0.32.0

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

PublicSendMyMFAEmailCodeV4Reader is a Reader for the PublicSendMyMFAEmailCodeV4 structure.

func (*PublicSendMyMFAEmailCodeV4Reader) ReadResponse added in v0.32.0

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

ReadResponse reads a server response into the received o.

type PublicSendMyMFAEmailCodeV4TooManyRequests added in v0.32.0

type PublicSendMyMFAEmailCodeV4TooManyRequests struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicSendMyMFAEmailCodeV4TooManyRequests handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20007</td><td>too many requests</td></tr></table>

func NewPublicSendMyMFAEmailCodeV4TooManyRequests added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4TooManyRequests() *PublicSendMyMFAEmailCodeV4TooManyRequests

NewPublicSendMyMFAEmailCodeV4TooManyRequests creates a PublicSendMyMFAEmailCodeV4TooManyRequests with default headers values

func (*PublicSendMyMFAEmailCodeV4TooManyRequests) Error added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4TooManyRequests) GetPayload added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4TooManyRequests) ToJSONString added in v0.32.0

type PublicSendMyMFAEmailCodeV4Unauthorized added in v0.32.0

type PublicSendMyMFAEmailCodeV4Unauthorized struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicSendMyMFAEmailCodeV4Unauthorized 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 NewPublicSendMyMFAEmailCodeV4Unauthorized added in v0.32.0

func NewPublicSendMyMFAEmailCodeV4Unauthorized() *PublicSendMyMFAEmailCodeV4Unauthorized

NewPublicSendMyMFAEmailCodeV4Unauthorized creates a PublicSendMyMFAEmailCodeV4Unauthorized with default headers values

func (*PublicSendMyMFAEmailCodeV4Unauthorized) Error added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4Unauthorized) GetPayload added in v0.32.0

func (*PublicSendMyMFAEmailCodeV4Unauthorized) ToJSONString added in v0.32.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

func (*PublicUpdateUserEmailAddressV4BadRequest) ToJSONString added in v0.25.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

func (*PublicUpdateUserEmailAddressV4Conflict) ToJSONString added in v0.25.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

func (*PublicUpdateUserEmailAddressV4InternalServerError) ToJSONString added in v0.25.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

func (*PublicUpdateUserEmailAddressV4NotFound) ToJSONString added in v0.25.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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicUpdateUserEmailAddressV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicUpdateUserEmailAddressV4Unauthorized) ToJSONString added in v0.25.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

func (*PublicUpdateUserV4BadRequest) ToJSONString added in v0.25.0

func (o *PublicUpdateUserV4BadRequest) ToJSONString() string

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><tr><td>10222</td><td>unique display name already exists</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

func (*PublicUpdateUserV4Conflict) ToJSONString added in v0.25.0

func (o *PublicUpdateUserV4Conflict) ToJSONString() string

type PublicUpdateUserV4Forbidden added in v0.54.0

type PublicUpdateUserV4Forbidden struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserV4Forbidden 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 NewPublicUpdateUserV4Forbidden added in v0.54.0

func NewPublicUpdateUserV4Forbidden() *PublicUpdateUserV4Forbidden

NewPublicUpdateUserV4Forbidden creates a PublicUpdateUserV4Forbidden with default headers values

func (*PublicUpdateUserV4Forbidden) Error added in v0.54.0

func (*PublicUpdateUserV4Forbidden) GetPayload added in v0.54.0

func (*PublicUpdateUserV4Forbidden) ToJSONString added in v0.54.0

func (o *PublicUpdateUserV4Forbidden) ToJSONString() string

type PublicUpdateUserV4InternalServerError added in v0.2.0

type PublicUpdateUserV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

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

func (*PublicUpdateUserV4InternalServerError) GetPayload added in v0.31.0

func (*PublicUpdateUserV4InternalServerError) ToJSONString added in v0.31.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

func (*PublicUpdateUserV4OK) ToJSONString added in v0.25.0

func (o *PublicUpdateUserV4OK) ToJSONString() string

type PublicUpdateUserV4Params added in v0.2.0

type PublicUpdateUserV4Params struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicUpdateUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicUpdateUserV4Unauthorized) ToJSONString added in v0.25.0

func (o *PublicUpdateUserV4Unauthorized) ToJSONString() string

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

func (*PublicUpgradeHeadlessAccountV4BadRequest) ToJSONString added in v0.25.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

func (*PublicUpgradeHeadlessAccountV4Conflict) ToJSONString added in v0.25.0

type PublicUpgradeHeadlessAccountV4InternalServerError added in v0.2.0

type PublicUpgradeHeadlessAccountV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

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

func (*PublicUpgradeHeadlessAccountV4InternalServerError) GetPayload added in v0.31.0

func (*PublicUpgradeHeadlessAccountV4InternalServerError) ToJSONString added in v0.31.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

func (*PublicUpgradeHeadlessAccountV4NotFound) ToJSONString added in v0.25.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

func (*PublicUpgradeHeadlessAccountV4OK) ToJSONString added in v0.25.0

func (o *PublicUpgradeHeadlessAccountV4OK) ToJSONString() string

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

func (o *PublicUpgradeHeadlessAccountV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicUpgradeHeadlessAccountV4Unauthorized) ToJSONString added in v0.25.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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest) ToJSONString added in v0.25.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><tr><td>10222</td><td>unique display name already exists</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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict) ToJSONString added in v0.25.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><tr><td>10213</td><td>country is blocked</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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden) ToJSONString added in v0.25.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError added in v0.2.0

type PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError struct {
	Payload *iamclientmodels.RestErrorResponse
}

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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError) GetPayload added in v0.31.0

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError) ToJSONString added in v0.31.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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound) ToJSONString added in v0.25.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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK) ToJSONString added in v0.25.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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId added in v0.63.0

SetFlightId adds the flightId as the header value for this specific endpoint

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

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized) ToJSONString added in v0.25.0

Source Files

Jump to

Keyboard shortcuts

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