users_v4

package
v0.1.0-alpha.14 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminAddUserRoleV4BadRequest

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

func NewAdminAddUserRoleV4BadRequest() *AdminAddUserRoleV4BadRequest

NewAdminAddUserRoleV4BadRequest creates a AdminAddUserRoleV4BadRequest with default headers values

func (*AdminAddUserRoleV4BadRequest) Error

func (*AdminAddUserRoleV4BadRequest) GetPayload

func (*AdminAddUserRoleV4BadRequest) ToJSONString

func (o *AdminAddUserRoleV4BadRequest) ToJSONString() string

type AdminAddUserRoleV4Forbidden

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

func NewAdminAddUserRoleV4Forbidden() *AdminAddUserRoleV4Forbidden

NewAdminAddUserRoleV4Forbidden creates a AdminAddUserRoleV4Forbidden with default headers values

func (*AdminAddUserRoleV4Forbidden) Error

func (*AdminAddUserRoleV4Forbidden) GetPayload

func (*AdminAddUserRoleV4Forbidden) ToJSONString

func (o *AdminAddUserRoleV4Forbidden) ToJSONString() string

type AdminAddUserRoleV4InternalServerError

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

func NewAdminAddUserRoleV4InternalServerError() *AdminAddUserRoleV4InternalServerError

NewAdminAddUserRoleV4InternalServerError creates a AdminAddUserRoleV4InternalServerError with default headers values

func (*AdminAddUserRoleV4InternalServerError) Error

func (*AdminAddUserRoleV4InternalServerError) GetPayload

func (*AdminAddUserRoleV4InternalServerError) ToJSONString

type AdminAddUserRoleV4NotFound

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

func NewAdminAddUserRoleV4NotFound() *AdminAddUserRoleV4NotFound

NewAdminAddUserRoleV4NotFound creates a AdminAddUserRoleV4NotFound with default headers values

func (*AdminAddUserRoleV4NotFound) Error

func (*AdminAddUserRoleV4NotFound) GetPayload

func (*AdminAddUserRoleV4NotFound) ToJSONString

func (o *AdminAddUserRoleV4NotFound) ToJSONString() string

type AdminAddUserRoleV4OK

type AdminAddUserRoleV4OK struct {
	Payload *iamclientmodels.ModelListUserRolesV4Response
}

AdminAddUserRoleV4OK handles this case with default header values.

Operation succeeded

func NewAdminAddUserRoleV4OK

func NewAdminAddUserRoleV4OK() *AdminAddUserRoleV4OK

NewAdminAddUserRoleV4OK creates a AdminAddUserRoleV4OK with default headers values

func (*AdminAddUserRoleV4OK) Error

func (o *AdminAddUserRoleV4OK) Error() string

func (*AdminAddUserRoleV4OK) GetPayload

func (*AdminAddUserRoleV4OK) ToJSONString

func (o *AdminAddUserRoleV4OK) ToJSONString() string

type AdminAddUserRoleV4Params

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

func NewAdminAddUserRoleV4Params() *AdminAddUserRoleV4Params

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

func NewAdminAddUserRoleV4ParamsWithContext

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

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

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

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

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

func (*AdminAddUserRoleV4Params) SetBody

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

func (*AdminAddUserRoleV4Params) SetContext

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

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

func (*AdminAddUserRoleV4Params) SetFlightId

func (o *AdminAddUserRoleV4Params) SetFlightId(flightId string)

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

func (*AdminAddUserRoleV4Params) SetHTTPClient

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

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

func (*AdminAddUserRoleV4Params) SetHTTPClientTransport

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

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

func (*AdminAddUserRoleV4Params) SetNamespace

func (o *AdminAddUserRoleV4Params) SetNamespace(namespace string)

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

func (*AdminAddUserRoleV4Params) SetTimeout

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

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

func (*AdminAddUserRoleV4Params) SetUserID

func (o *AdminAddUserRoleV4Params) SetUserID(userID string)

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

func (*AdminAddUserRoleV4Params) WithBody

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

func (*AdminAddUserRoleV4Params) WithContext

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

func (*AdminAddUserRoleV4Params) WithHTTPClient

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

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

func (*AdminAddUserRoleV4Params) WithNamespace

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

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

func (*AdminAddUserRoleV4Params) WithTimeout

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

func (*AdminAddUserRoleV4Params) WithUserID

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

func (*AdminAddUserRoleV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminAddUserRoleV4Reader

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

AdminAddUserRoleV4Reader is a Reader for the AdminAddUserRoleV4 structure.

func (*AdminAddUserRoleV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminAddUserRoleV4Unauthorized

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

func NewAdminAddUserRoleV4Unauthorized() *AdminAddUserRoleV4Unauthorized

NewAdminAddUserRoleV4Unauthorized creates a AdminAddUserRoleV4Unauthorized with default headers values

func (*AdminAddUserRoleV4Unauthorized) Error

func (*AdminAddUserRoleV4Unauthorized) GetPayload

func (*AdminAddUserRoleV4Unauthorized) ToJSONString

func (o *AdminAddUserRoleV4Unauthorized) ToJSONString() string

type AdminAddUserRoleV4UnprocessableEntity

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

func NewAdminAddUserRoleV4UnprocessableEntity() *AdminAddUserRoleV4UnprocessableEntity

NewAdminAddUserRoleV4UnprocessableEntity creates a AdminAddUserRoleV4UnprocessableEntity with default headers values

func (*AdminAddUserRoleV4UnprocessableEntity) Error

func (*AdminAddUserRoleV4UnprocessableEntity) GetPayload

func (*AdminAddUserRoleV4UnprocessableEntity) ToJSONString

type AdminBulkCheckValidUserIDV4BadRequest

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

func NewAdminBulkCheckValidUserIDV4BadRequest() *AdminBulkCheckValidUserIDV4BadRequest

NewAdminBulkCheckValidUserIDV4BadRequest creates a AdminBulkCheckValidUserIDV4BadRequest with default headers values

func (*AdminBulkCheckValidUserIDV4BadRequest) Error

func (*AdminBulkCheckValidUserIDV4BadRequest) GetPayload

func (*AdminBulkCheckValidUserIDV4BadRequest) ToJSONString

type AdminBulkCheckValidUserIDV4Forbidden

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

func NewAdminBulkCheckValidUserIDV4Forbidden() *AdminBulkCheckValidUserIDV4Forbidden

NewAdminBulkCheckValidUserIDV4Forbidden creates a AdminBulkCheckValidUserIDV4Forbidden with default headers values

func (*AdminBulkCheckValidUserIDV4Forbidden) Error

func (*AdminBulkCheckValidUserIDV4Forbidden) GetPayload

func (*AdminBulkCheckValidUserIDV4Forbidden) ToJSONString

func (o *AdminBulkCheckValidUserIDV4Forbidden) ToJSONString() string

type AdminBulkCheckValidUserIDV4InternalServerError

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

func NewAdminBulkCheckValidUserIDV4InternalServerError() *AdminBulkCheckValidUserIDV4InternalServerError

NewAdminBulkCheckValidUserIDV4InternalServerError creates a AdminBulkCheckValidUserIDV4InternalServerError with default headers values

func (*AdminBulkCheckValidUserIDV4InternalServerError) Error

func (*AdminBulkCheckValidUserIDV4InternalServerError) GetPayload

func (*AdminBulkCheckValidUserIDV4InternalServerError) ToJSONString

type AdminBulkCheckValidUserIDV4OK

type AdminBulkCheckValidUserIDV4OK struct {
	Payload *iamclientmodels.ModelListValidUserIDResponseV4
}

AdminBulkCheckValidUserIDV4OK handles this case with default header values.

Operation succeeded

func NewAdminBulkCheckValidUserIDV4OK

func NewAdminBulkCheckValidUserIDV4OK() *AdminBulkCheckValidUserIDV4OK

NewAdminBulkCheckValidUserIDV4OK creates a AdminBulkCheckValidUserIDV4OK with default headers values

func (*AdminBulkCheckValidUserIDV4OK) Error

func (*AdminBulkCheckValidUserIDV4OK) GetPayload

func (*AdminBulkCheckValidUserIDV4OK) ToJSONString

func (o *AdminBulkCheckValidUserIDV4OK) ToJSONString() string

type AdminBulkCheckValidUserIDV4Params

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

func NewAdminBulkCheckValidUserIDV4Params() *AdminBulkCheckValidUserIDV4Params

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

func NewAdminBulkCheckValidUserIDV4ParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) SetBody

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

func (*AdminBulkCheckValidUserIDV4Params) SetContext

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

func (*AdminBulkCheckValidUserIDV4Params) SetFlightId

func (o *AdminBulkCheckValidUserIDV4Params) SetFlightId(flightId string)

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

func (*AdminBulkCheckValidUserIDV4Params) SetHTTPClient

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

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

func (*AdminBulkCheckValidUserIDV4Params) SetHTTPClientTransport

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

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

func (*AdminBulkCheckValidUserIDV4Params) SetNamespace

func (o *AdminBulkCheckValidUserIDV4Params) SetNamespace(namespace string)

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

func (*AdminBulkCheckValidUserIDV4Params) SetTimeout

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

SetTimeout adds the timeout to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) WithBody

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

func (*AdminBulkCheckValidUserIDV4Params) WithContext

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

func (*AdminBulkCheckValidUserIDV4Params) WithHTTPClient

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

func (*AdminBulkCheckValidUserIDV4Params) WithNamespace

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

func (*AdminBulkCheckValidUserIDV4Params) WithTimeout

WithTimeout adds the timeout to the admin bulk check valid user idv4 params

func (*AdminBulkCheckValidUserIDV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminBulkCheckValidUserIDV4Reader

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

AdminBulkCheckValidUserIDV4Reader is a Reader for the AdminBulkCheckValidUserIDV4 structure.

func (*AdminBulkCheckValidUserIDV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminBulkCheckValidUserIDV4Unauthorized

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

func NewAdminBulkCheckValidUserIDV4Unauthorized() *AdminBulkCheckValidUserIDV4Unauthorized

NewAdminBulkCheckValidUserIDV4Unauthorized creates a AdminBulkCheckValidUserIDV4Unauthorized with default headers values

func (*AdminBulkCheckValidUserIDV4Unauthorized) Error

func (*AdminBulkCheckValidUserIDV4Unauthorized) GetPayload

func (*AdminBulkCheckValidUserIDV4Unauthorized) ToJSONString

type AdminBulkUpdateUserAccountTypeV4BadRequest

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

func NewAdminBulkUpdateUserAccountTypeV4BadRequest() *AdminBulkUpdateUserAccountTypeV4BadRequest

NewAdminBulkUpdateUserAccountTypeV4BadRequest creates a AdminBulkUpdateUserAccountTypeV4BadRequest with default headers values

func (*AdminBulkUpdateUserAccountTypeV4BadRequest) Error

func (*AdminBulkUpdateUserAccountTypeV4BadRequest) GetPayload

func (*AdminBulkUpdateUserAccountTypeV4BadRequest) ToJSONString

type AdminBulkUpdateUserAccountTypeV4Forbidden

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

func NewAdminBulkUpdateUserAccountTypeV4Forbidden() *AdminBulkUpdateUserAccountTypeV4Forbidden

NewAdminBulkUpdateUserAccountTypeV4Forbidden creates a AdminBulkUpdateUserAccountTypeV4Forbidden with default headers values

func (*AdminBulkUpdateUserAccountTypeV4Forbidden) Error

func (*AdminBulkUpdateUserAccountTypeV4Forbidden) GetPayload

func (*AdminBulkUpdateUserAccountTypeV4Forbidden) ToJSONString

type AdminBulkUpdateUserAccountTypeV4InternalServerError

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

func NewAdminBulkUpdateUserAccountTypeV4InternalServerError() *AdminBulkUpdateUserAccountTypeV4InternalServerError

NewAdminBulkUpdateUserAccountTypeV4InternalServerError creates a AdminBulkUpdateUserAccountTypeV4InternalServerError with default headers values

func (*AdminBulkUpdateUserAccountTypeV4InternalServerError) Error

func (*AdminBulkUpdateUserAccountTypeV4InternalServerError) GetPayload

func (*AdminBulkUpdateUserAccountTypeV4InternalServerError) ToJSONString

type AdminBulkUpdateUserAccountTypeV4NoContent

type AdminBulkUpdateUserAccountTypeV4NoContent struct {
}

AdminBulkUpdateUserAccountTypeV4NoContent handles this case with default header values.

Account type updated to test

func NewAdminBulkUpdateUserAccountTypeV4NoContent

func NewAdminBulkUpdateUserAccountTypeV4NoContent() *AdminBulkUpdateUserAccountTypeV4NoContent

NewAdminBulkUpdateUserAccountTypeV4NoContent creates a AdminBulkUpdateUserAccountTypeV4NoContent with default headers values

func (*AdminBulkUpdateUserAccountTypeV4NoContent) Error

type AdminBulkUpdateUserAccountTypeV4NotFound

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

func NewAdminBulkUpdateUserAccountTypeV4NotFound() *AdminBulkUpdateUserAccountTypeV4NotFound

NewAdminBulkUpdateUserAccountTypeV4NotFound creates a AdminBulkUpdateUserAccountTypeV4NotFound with default headers values

func (*AdminBulkUpdateUserAccountTypeV4NotFound) Error

func (*AdminBulkUpdateUserAccountTypeV4NotFound) GetPayload

func (*AdminBulkUpdateUserAccountTypeV4NotFound) ToJSONString

type AdminBulkUpdateUserAccountTypeV4Params

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

func NewAdminBulkUpdateUserAccountTypeV4Params() *AdminBulkUpdateUserAccountTypeV4Params

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

func NewAdminBulkUpdateUserAccountTypeV4ParamsWithContext

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

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

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

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

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

func (*AdminBulkUpdateUserAccountTypeV4Params) SetBody

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

func (*AdminBulkUpdateUserAccountTypeV4Params) SetContext

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

func (*AdminBulkUpdateUserAccountTypeV4Params) SetFlightId

func (o *AdminBulkUpdateUserAccountTypeV4Params) SetFlightId(flightId string)

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

func (*AdminBulkUpdateUserAccountTypeV4Params) SetHTTPClient

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

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

func (*AdminBulkUpdateUserAccountTypeV4Params) SetHTTPClientTransport

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

func (o *AdminBulkUpdateUserAccountTypeV4Params) SetNamespace(namespace string)

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

func (*AdminBulkUpdateUserAccountTypeV4Params) SetTimeout

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

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

func (*AdminBulkUpdateUserAccountTypeV4Params) WithBody

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

func (*AdminBulkUpdateUserAccountTypeV4Params) WithContext

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

func (*AdminBulkUpdateUserAccountTypeV4Params) WithHTTPClient

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

func (*AdminBulkUpdateUserAccountTypeV4Params) WithNamespace

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

func (*AdminBulkUpdateUserAccountTypeV4Params) WithTimeout

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

func (*AdminBulkUpdateUserAccountTypeV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminBulkUpdateUserAccountTypeV4Reader

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

AdminBulkUpdateUserAccountTypeV4Reader is a Reader for the AdminBulkUpdateUserAccountTypeV4 structure.

func (*AdminBulkUpdateUserAccountTypeV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminBulkUpdateUserAccountTypeV4Unauthorized

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

func NewAdminBulkUpdateUserAccountTypeV4Unauthorized() *AdminBulkUpdateUserAccountTypeV4Unauthorized

NewAdminBulkUpdateUserAccountTypeV4Unauthorized creates a AdminBulkUpdateUserAccountTypeV4Unauthorized with default headers values

func (*AdminBulkUpdateUserAccountTypeV4Unauthorized) Error

func (*AdminBulkUpdateUserAccountTypeV4Unauthorized) GetPayload

func (*AdminBulkUpdateUserAccountTypeV4Unauthorized) ToJSONString

type AdminCreateTestUsersV4BadRequest

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

func NewAdminCreateTestUsersV4BadRequest() *AdminCreateTestUsersV4BadRequest

NewAdminCreateTestUsersV4BadRequest creates a AdminCreateTestUsersV4BadRequest with default headers values

func (*AdminCreateTestUsersV4BadRequest) Error

func (*AdminCreateTestUsersV4BadRequest) GetPayload

func (*AdminCreateTestUsersV4BadRequest) ToJSONString

func (o *AdminCreateTestUsersV4BadRequest) ToJSONString() string

type AdminCreateTestUsersV4Created

type AdminCreateTestUsersV4Created struct {
	Payload *iamclientmodels.AccountCreateTestUsersResponseV4
}

AdminCreateTestUsersV4Created handles this case with default header values.

Created

func NewAdminCreateTestUsersV4Created

func NewAdminCreateTestUsersV4Created() *AdminCreateTestUsersV4Created

NewAdminCreateTestUsersV4Created creates a AdminCreateTestUsersV4Created with default headers values

func (*AdminCreateTestUsersV4Created) Error

func (*AdminCreateTestUsersV4Created) GetPayload

func (*AdminCreateTestUsersV4Created) ToJSONString

func (o *AdminCreateTestUsersV4Created) ToJSONString() string

type AdminCreateTestUsersV4InternalServerError

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

func NewAdminCreateTestUsersV4InternalServerError() *AdminCreateTestUsersV4InternalServerError

NewAdminCreateTestUsersV4InternalServerError creates a AdminCreateTestUsersV4InternalServerError with default headers values

func (*AdminCreateTestUsersV4InternalServerError) Error

func (*AdminCreateTestUsersV4InternalServerError) GetPayload

func (*AdminCreateTestUsersV4InternalServerError) ToJSONString

type AdminCreateTestUsersV4NotImplemented

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

func NewAdminCreateTestUsersV4NotImplemented() *AdminCreateTestUsersV4NotImplemented

NewAdminCreateTestUsersV4NotImplemented creates a AdminCreateTestUsersV4NotImplemented with default headers values

func (*AdminCreateTestUsersV4NotImplemented) Error

func (*AdminCreateTestUsersV4NotImplemented) GetPayload

func (*AdminCreateTestUsersV4NotImplemented) ToJSONString

func (o *AdminCreateTestUsersV4NotImplemented) ToJSONString() string

type AdminCreateTestUsersV4Params

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

func NewAdminCreateTestUsersV4Params() *AdminCreateTestUsersV4Params

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

func NewAdminCreateTestUsersV4ParamsWithContext

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

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

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

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

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

func (*AdminCreateTestUsersV4Params) SetBody

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

func (*AdminCreateTestUsersV4Params) SetContext

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

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

func (*AdminCreateTestUsersV4Params) SetFlightId

func (o *AdminCreateTestUsersV4Params) SetFlightId(flightId string)

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

func (*AdminCreateTestUsersV4Params) SetHTTPClient

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

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

func (*AdminCreateTestUsersV4Params) SetHTTPClientTransport

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

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

func (*AdminCreateTestUsersV4Params) SetNamespace

func (o *AdminCreateTestUsersV4Params) SetNamespace(namespace string)

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

func (*AdminCreateTestUsersV4Params) SetTimeout

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

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

func (*AdminCreateTestUsersV4Params) WithBody

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

func (*AdminCreateTestUsersV4Params) WithContext

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

func (*AdminCreateTestUsersV4Params) WithHTTPClient

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

func (*AdminCreateTestUsersV4Params) WithNamespace

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

func (*AdminCreateTestUsersV4Params) WithTimeout

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

func (*AdminCreateTestUsersV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminCreateTestUsersV4Reader

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

AdminCreateTestUsersV4Reader is a Reader for the AdminCreateTestUsersV4 structure.

func (*AdminCreateTestUsersV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminCreateUserV4BadRequest

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

func NewAdminCreateUserV4BadRequest() *AdminCreateUserV4BadRequest

NewAdminCreateUserV4BadRequest creates a AdminCreateUserV4BadRequest with default headers values

func (*AdminCreateUserV4BadRequest) Error

func (*AdminCreateUserV4BadRequest) GetPayload

func (*AdminCreateUserV4BadRequest) ToJSONString

func (o *AdminCreateUserV4BadRequest) ToJSONString() string

type AdminCreateUserV4Conflict

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

func NewAdminCreateUserV4Conflict() *AdminCreateUserV4Conflict

NewAdminCreateUserV4Conflict creates a AdminCreateUserV4Conflict with default headers values

func (*AdminCreateUserV4Conflict) Error

func (o *AdminCreateUserV4Conflict) Error() string

func (*AdminCreateUserV4Conflict) GetPayload

func (*AdminCreateUserV4Conflict) ToJSONString

func (o *AdminCreateUserV4Conflict) ToJSONString() string

type AdminCreateUserV4Created

type AdminCreateUserV4Created struct {
	Payload *iamclientmodels.AccountCreateUserResponseV4
}

AdminCreateUserV4Created handles this case with default header values.

Created

func NewAdminCreateUserV4Created

func NewAdminCreateUserV4Created() *AdminCreateUserV4Created

NewAdminCreateUserV4Created creates a AdminCreateUserV4Created with default headers values

func (*AdminCreateUserV4Created) Error

func (o *AdminCreateUserV4Created) Error() string

func (*AdminCreateUserV4Created) GetPayload

func (*AdminCreateUserV4Created) ToJSONString

func (o *AdminCreateUserV4Created) ToJSONString() string

type AdminCreateUserV4Forbidden

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

func NewAdminCreateUserV4Forbidden() *AdminCreateUserV4Forbidden

NewAdminCreateUserV4Forbidden creates a AdminCreateUserV4Forbidden with default headers values

func (*AdminCreateUserV4Forbidden) Error

func (*AdminCreateUserV4Forbidden) GetPayload

func (*AdminCreateUserV4Forbidden) ToJSONString

func (o *AdminCreateUserV4Forbidden) ToJSONString() string

type AdminCreateUserV4InternalServerError

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

func NewAdminCreateUserV4InternalServerError() *AdminCreateUserV4InternalServerError

NewAdminCreateUserV4InternalServerError creates a AdminCreateUserV4InternalServerError with default headers values

func (*AdminCreateUserV4InternalServerError) Error

func (*AdminCreateUserV4InternalServerError) GetPayload

func (*AdminCreateUserV4InternalServerError) ToJSONString

func (o *AdminCreateUserV4InternalServerError) ToJSONString() string

type AdminCreateUserV4NotFound

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

func NewAdminCreateUserV4NotFound() *AdminCreateUserV4NotFound

NewAdminCreateUserV4NotFound creates a AdminCreateUserV4NotFound with default headers values

func (*AdminCreateUserV4NotFound) Error

func (o *AdminCreateUserV4NotFound) Error() string

func (*AdminCreateUserV4NotFound) GetPayload

func (*AdminCreateUserV4NotFound) ToJSONString

func (o *AdminCreateUserV4NotFound) ToJSONString() string

type AdminCreateUserV4Params

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

func NewAdminCreateUserV4Params() *AdminCreateUserV4Params

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

func NewAdminCreateUserV4ParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the admin create user v4 params

func (*AdminCreateUserV4Params) SetBody

SetBody adds the body to the admin create user v4 params

func (*AdminCreateUserV4Params) SetContext

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

SetContext adds the context to the admin create user v4 params

func (*AdminCreateUserV4Params) SetFlightId

func (o *AdminCreateUserV4Params) SetFlightId(flightId string)

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

func (*AdminCreateUserV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin create user v4 params

func (*AdminCreateUserV4Params) SetHTTPClientTransport

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

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

func (*AdminCreateUserV4Params) SetNamespace

func (o *AdminCreateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin create user v4 params

func (*AdminCreateUserV4Params) SetTimeout

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

SetTimeout adds the timeout to the admin create user v4 params

func (*AdminCreateUserV4Params) WithBody

WithBody adds the body to the admin create user v4 params

func (*AdminCreateUserV4Params) WithContext

WithContext adds the context to the admin create user v4 params

func (*AdminCreateUserV4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the admin create user v4 params

func (*AdminCreateUserV4Params) WithNamespace

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

WithNamespace adds the namespace to the admin create user v4 params

func (*AdminCreateUserV4Params) WithTimeout

WithTimeout adds the timeout to the admin create user v4 params

func (*AdminCreateUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminCreateUserV4Reader

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

AdminCreateUserV4Reader is a Reader for the AdminCreateUserV4 structure.

func (*AdminCreateUserV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminCreateUserV4Unauthorized

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

func NewAdminCreateUserV4Unauthorized() *AdminCreateUserV4Unauthorized

NewAdminCreateUserV4Unauthorized creates a AdminCreateUserV4Unauthorized with default headers values

func (*AdminCreateUserV4Unauthorized) Error

func (*AdminCreateUserV4Unauthorized) GetPayload

func (*AdminCreateUserV4Unauthorized) ToJSONString

func (o *AdminCreateUserV4Unauthorized) ToJSONString() string

type AdminDisableMyAuthenticatorV4BadRequest

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

func NewAdminDisableMyAuthenticatorV4BadRequest() *AdminDisableMyAuthenticatorV4BadRequest

NewAdminDisableMyAuthenticatorV4BadRequest creates a AdminDisableMyAuthenticatorV4BadRequest with default headers values

func (*AdminDisableMyAuthenticatorV4BadRequest) Error

func (*AdminDisableMyAuthenticatorV4BadRequest) GetPayload

func (*AdminDisableMyAuthenticatorV4BadRequest) ToJSONString

type AdminDisableMyAuthenticatorV4Forbidden

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

func NewAdminDisableMyAuthenticatorV4Forbidden() *AdminDisableMyAuthenticatorV4Forbidden

NewAdminDisableMyAuthenticatorV4Forbidden creates a AdminDisableMyAuthenticatorV4Forbidden with default headers values

func (*AdminDisableMyAuthenticatorV4Forbidden) Error

func (*AdminDisableMyAuthenticatorV4Forbidden) GetPayload

func (*AdminDisableMyAuthenticatorV4Forbidden) ToJSONString

type AdminDisableMyAuthenticatorV4InternalServerError

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

func NewAdminDisableMyAuthenticatorV4InternalServerError() *AdminDisableMyAuthenticatorV4InternalServerError

NewAdminDisableMyAuthenticatorV4InternalServerError creates a AdminDisableMyAuthenticatorV4InternalServerError with default headers values

func (*AdminDisableMyAuthenticatorV4InternalServerError) Error

func (*AdminDisableMyAuthenticatorV4InternalServerError) GetPayload

func (*AdminDisableMyAuthenticatorV4InternalServerError) ToJSONString

type AdminDisableMyAuthenticatorV4NoContent

type AdminDisableMyAuthenticatorV4NoContent struct {
}

AdminDisableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator disabled

func NewAdminDisableMyAuthenticatorV4NoContent

func NewAdminDisableMyAuthenticatorV4NoContent() *AdminDisableMyAuthenticatorV4NoContent

NewAdminDisableMyAuthenticatorV4NoContent creates a AdminDisableMyAuthenticatorV4NoContent with default headers values

func (*AdminDisableMyAuthenticatorV4NoContent) Error

type AdminDisableMyAuthenticatorV4NotFound

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

func NewAdminDisableMyAuthenticatorV4NotFound() *AdminDisableMyAuthenticatorV4NotFound

NewAdminDisableMyAuthenticatorV4NotFound creates a AdminDisableMyAuthenticatorV4NotFound with default headers values

func (*AdminDisableMyAuthenticatorV4NotFound) Error

func (*AdminDisableMyAuthenticatorV4NotFound) GetPayload

func (*AdminDisableMyAuthenticatorV4NotFound) ToJSONString

type AdminDisableMyAuthenticatorV4Params

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

func NewAdminDisableMyAuthenticatorV4Params() *AdminDisableMyAuthenticatorV4Params

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

func NewAdminDisableMyAuthenticatorV4ParamsWithContext

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

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

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

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

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

func (*AdminDisableMyAuthenticatorV4Params) SetContext

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

func (*AdminDisableMyAuthenticatorV4Params) SetFlightId

func (o *AdminDisableMyAuthenticatorV4Params) SetFlightId(flightId string)

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

func (*AdminDisableMyAuthenticatorV4Params) SetHTTPClient

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

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

func (*AdminDisableMyAuthenticatorV4Params) SetHTTPClientTransport

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

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

func (*AdminDisableMyAuthenticatorV4Params) SetTimeout

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

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

func (*AdminDisableMyAuthenticatorV4Params) WithContext

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

func (*AdminDisableMyAuthenticatorV4Params) WithHTTPClient

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

func (*AdminDisableMyAuthenticatorV4Params) WithTimeout

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

func (*AdminDisableMyAuthenticatorV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDisableMyAuthenticatorV4Reader

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

AdminDisableMyAuthenticatorV4Reader is a Reader for the AdminDisableMyAuthenticatorV4 structure.

func (*AdminDisableMyAuthenticatorV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDisableMyAuthenticatorV4Unauthorized

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

func NewAdminDisableMyAuthenticatorV4Unauthorized() *AdminDisableMyAuthenticatorV4Unauthorized

NewAdminDisableMyAuthenticatorV4Unauthorized creates a AdminDisableMyAuthenticatorV4Unauthorized with default headers values

func (*AdminDisableMyAuthenticatorV4Unauthorized) Error

func (*AdminDisableMyAuthenticatorV4Unauthorized) GetPayload

func (*AdminDisableMyAuthenticatorV4Unauthorized) ToJSONString

type AdminDisableMyBackupCodesV4BadRequest

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

func NewAdminDisableMyBackupCodesV4BadRequest() *AdminDisableMyBackupCodesV4BadRequest

NewAdminDisableMyBackupCodesV4BadRequest creates a AdminDisableMyBackupCodesV4BadRequest with default headers values

func (*AdminDisableMyBackupCodesV4BadRequest) Error

func (*AdminDisableMyBackupCodesV4BadRequest) GetPayload

func (*AdminDisableMyBackupCodesV4BadRequest) ToJSONString

type AdminDisableMyBackupCodesV4Forbidden

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

func NewAdminDisableMyBackupCodesV4Forbidden() *AdminDisableMyBackupCodesV4Forbidden

NewAdminDisableMyBackupCodesV4Forbidden creates a AdminDisableMyBackupCodesV4Forbidden with default headers values

func (*AdminDisableMyBackupCodesV4Forbidden) Error

func (*AdminDisableMyBackupCodesV4Forbidden) GetPayload

func (*AdminDisableMyBackupCodesV4Forbidden) ToJSONString

func (o *AdminDisableMyBackupCodesV4Forbidden) ToJSONString() string

type AdminDisableMyBackupCodesV4InternalServerError

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

func NewAdminDisableMyBackupCodesV4InternalServerError() *AdminDisableMyBackupCodesV4InternalServerError

NewAdminDisableMyBackupCodesV4InternalServerError creates a AdminDisableMyBackupCodesV4InternalServerError with default headers values

func (*AdminDisableMyBackupCodesV4InternalServerError) Error

func (*AdminDisableMyBackupCodesV4InternalServerError) GetPayload

func (*AdminDisableMyBackupCodesV4InternalServerError) ToJSONString

type AdminDisableMyBackupCodesV4NoContent

type AdminDisableMyBackupCodesV4NoContent struct {
}

AdminDisableMyBackupCodesV4NoContent handles this case with default header values.

Backup codes disabled

func NewAdminDisableMyBackupCodesV4NoContent

func NewAdminDisableMyBackupCodesV4NoContent() *AdminDisableMyBackupCodesV4NoContent

NewAdminDisableMyBackupCodesV4NoContent creates a AdminDisableMyBackupCodesV4NoContent with default headers values

func (*AdminDisableMyBackupCodesV4NoContent) Error

type AdminDisableMyBackupCodesV4NotFound

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

func NewAdminDisableMyBackupCodesV4NotFound() *AdminDisableMyBackupCodesV4NotFound

NewAdminDisableMyBackupCodesV4NotFound creates a AdminDisableMyBackupCodesV4NotFound with default headers values

func (*AdminDisableMyBackupCodesV4NotFound) Error

func (*AdminDisableMyBackupCodesV4NotFound) GetPayload

func (*AdminDisableMyBackupCodesV4NotFound) ToJSONString

func (o *AdminDisableMyBackupCodesV4NotFound) ToJSONString() string

type AdminDisableMyBackupCodesV4Params

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

func NewAdminDisableMyBackupCodesV4Params() *AdminDisableMyBackupCodesV4Params

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

func NewAdminDisableMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminDisableMyBackupCodesV4Params) SetContext

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

func (*AdminDisableMyBackupCodesV4Params) SetFlightId

func (o *AdminDisableMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminDisableMyBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminDisableMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminDisableMyBackupCodesV4Params) SetTimeout

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

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

func (*AdminDisableMyBackupCodesV4Params) WithContext

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

func (*AdminDisableMyBackupCodesV4Params) WithHTTPClient

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

func (*AdminDisableMyBackupCodesV4Params) WithTimeout

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

func (*AdminDisableMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDisableMyBackupCodesV4Reader

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

AdminDisableMyBackupCodesV4Reader is a Reader for the AdminDisableMyBackupCodesV4 structure.

func (*AdminDisableMyBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDisableMyBackupCodesV4Unauthorized

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

func NewAdminDisableMyBackupCodesV4Unauthorized() *AdminDisableMyBackupCodesV4Unauthorized

NewAdminDisableMyBackupCodesV4Unauthorized creates a AdminDisableMyBackupCodesV4Unauthorized with default headers values

func (*AdminDisableMyBackupCodesV4Unauthorized) Error

func (*AdminDisableMyBackupCodesV4Unauthorized) GetPayload

func (*AdminDisableMyBackupCodesV4Unauthorized) ToJSONString

type AdminDisableMyEmailV4BadRequest

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

func NewAdminDisableMyEmailV4BadRequest() *AdminDisableMyEmailV4BadRequest

NewAdminDisableMyEmailV4BadRequest creates a AdminDisableMyEmailV4BadRequest with default headers values

func (*AdminDisableMyEmailV4BadRequest) Error

func (*AdminDisableMyEmailV4BadRequest) GetPayload

func (*AdminDisableMyEmailV4BadRequest) ToJSONString

func (o *AdminDisableMyEmailV4BadRequest) ToJSONString() string

type AdminDisableMyEmailV4Forbidden

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

func NewAdminDisableMyEmailV4Forbidden() *AdminDisableMyEmailV4Forbidden

NewAdminDisableMyEmailV4Forbidden creates a AdminDisableMyEmailV4Forbidden with default headers values

func (*AdminDisableMyEmailV4Forbidden) Error

func (*AdminDisableMyEmailV4Forbidden) GetPayload

func (*AdminDisableMyEmailV4Forbidden) ToJSONString

func (o *AdminDisableMyEmailV4Forbidden) ToJSONString() string

type AdminDisableMyEmailV4InternalServerError

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

func NewAdminDisableMyEmailV4InternalServerError() *AdminDisableMyEmailV4InternalServerError

NewAdminDisableMyEmailV4InternalServerError creates a AdminDisableMyEmailV4InternalServerError with default headers values

func (*AdminDisableMyEmailV4InternalServerError) Error

func (*AdminDisableMyEmailV4InternalServerError) GetPayload

func (*AdminDisableMyEmailV4InternalServerError) ToJSONString

type AdminDisableMyEmailV4NoContent

type AdminDisableMyEmailV4NoContent struct {
}

AdminDisableMyEmailV4NoContent handles this case with default header values.

email disabled

func NewAdminDisableMyEmailV4NoContent

func NewAdminDisableMyEmailV4NoContent() *AdminDisableMyEmailV4NoContent

NewAdminDisableMyEmailV4NoContent creates a AdminDisableMyEmailV4NoContent with default headers values

func (*AdminDisableMyEmailV4NoContent) Error

type AdminDisableMyEmailV4NotFound

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

func NewAdminDisableMyEmailV4NotFound() *AdminDisableMyEmailV4NotFound

NewAdminDisableMyEmailV4NotFound creates a AdminDisableMyEmailV4NotFound with default headers values

func (*AdminDisableMyEmailV4NotFound) Error

func (*AdminDisableMyEmailV4NotFound) GetPayload

func (*AdminDisableMyEmailV4NotFound) ToJSONString

func (o *AdminDisableMyEmailV4NotFound) ToJSONString() string

type AdminDisableMyEmailV4Params

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

func NewAdminDisableMyEmailV4Params() *AdminDisableMyEmailV4Params

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

func NewAdminDisableMyEmailV4ParamsWithContext

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

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

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

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

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

func (*AdminDisableMyEmailV4Params) SetContext

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

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

func (*AdminDisableMyEmailV4Params) SetFlightId

func (o *AdminDisableMyEmailV4Params) SetFlightId(flightId string)

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

func (*AdminDisableMyEmailV4Params) SetHTTPClient

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

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

func (*AdminDisableMyEmailV4Params) SetHTTPClientTransport

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

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

func (*AdminDisableMyEmailV4Params) SetTimeout

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

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

func (*AdminDisableMyEmailV4Params) WithContext

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

func (*AdminDisableMyEmailV4Params) WithHTTPClient

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

func (*AdminDisableMyEmailV4Params) WithTimeout

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

func (*AdminDisableMyEmailV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDisableMyEmailV4Reader

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

AdminDisableMyEmailV4Reader is a Reader for the AdminDisableMyEmailV4 structure.

func (*AdminDisableMyEmailV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDisableMyEmailV4Unauthorized

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

func NewAdminDisableMyEmailV4Unauthorized() *AdminDisableMyEmailV4Unauthorized

NewAdminDisableMyEmailV4Unauthorized creates a AdminDisableMyEmailV4Unauthorized with default headers values

func (*AdminDisableMyEmailV4Unauthorized) Error

func (*AdminDisableMyEmailV4Unauthorized) GetPayload

func (*AdminDisableMyEmailV4Unauthorized) ToJSONString

func (o *AdminDisableMyEmailV4Unauthorized) ToJSONString() string

type AdminDisableUserMFAV4BadRequest

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

func NewAdminDisableUserMFAV4BadRequest() *AdminDisableUserMFAV4BadRequest

NewAdminDisableUserMFAV4BadRequest creates a AdminDisableUserMFAV4BadRequest with default headers values

func (*AdminDisableUserMFAV4BadRequest) Error

func (*AdminDisableUserMFAV4BadRequest) GetPayload

func (*AdminDisableUserMFAV4BadRequest) ToJSONString

func (o *AdminDisableUserMFAV4BadRequest) ToJSONString() string

type AdminDisableUserMFAV4Forbidden

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

func NewAdminDisableUserMFAV4Forbidden() *AdminDisableUserMFAV4Forbidden

NewAdminDisableUserMFAV4Forbidden creates a AdminDisableUserMFAV4Forbidden with default headers values

func (*AdminDisableUserMFAV4Forbidden) Error

func (*AdminDisableUserMFAV4Forbidden) GetPayload

func (*AdminDisableUserMFAV4Forbidden) ToJSONString

func (o *AdminDisableUserMFAV4Forbidden) ToJSONString() string

type AdminDisableUserMFAV4InternalServerError

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

func NewAdminDisableUserMFAV4InternalServerError() *AdminDisableUserMFAV4InternalServerError

NewAdminDisableUserMFAV4InternalServerError creates a AdminDisableUserMFAV4InternalServerError with default headers values

func (*AdminDisableUserMFAV4InternalServerError) Error

func (*AdminDisableUserMFAV4InternalServerError) GetPayload

func (*AdminDisableUserMFAV4InternalServerError) ToJSONString

type AdminDisableUserMFAV4NoContent

type AdminDisableUserMFAV4NoContent struct {
}

AdminDisableUserMFAV4NoContent handles this case with default header values.

OK

func NewAdminDisableUserMFAV4NoContent

func NewAdminDisableUserMFAV4NoContent() *AdminDisableUserMFAV4NoContent

NewAdminDisableUserMFAV4NoContent creates a AdminDisableUserMFAV4NoContent with default headers values

func (*AdminDisableUserMFAV4NoContent) Error

type AdminDisableUserMFAV4NotFound

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

func NewAdminDisableUserMFAV4NotFound() *AdminDisableUserMFAV4NotFound

NewAdminDisableUserMFAV4NotFound creates a AdminDisableUserMFAV4NotFound with default headers values

func (*AdminDisableUserMFAV4NotFound) Error

func (*AdminDisableUserMFAV4NotFound) GetPayload

func (*AdminDisableUserMFAV4NotFound) ToJSONString

func (o *AdminDisableUserMFAV4NotFound) ToJSONString() string

type AdminDisableUserMFAV4Params

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

func NewAdminDisableUserMFAV4Params() *AdminDisableUserMFAV4Params

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

func NewAdminDisableUserMFAV4ParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) SetContext

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

SetContext adds the context to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) SetFlightId

func (o *AdminDisableUserMFAV4Params) SetFlightId(flightId string)

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

func (*AdminDisableUserMFAV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) SetNamespace

func (o *AdminDisableUserMFAV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) SetTimeout

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

SetTimeout adds the timeout to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) SetUserID

func (o *AdminDisableUserMFAV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithContext

WithContext adds the context to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithNamespace

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

WithNamespace adds the namespace to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithTimeout

WithTimeout adds the timeout to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WithUserID

WithUserID adds the userID to the admin disable user mfav4 params

func (*AdminDisableUserMFAV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDisableUserMFAV4Reader

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

AdminDisableUserMFAV4Reader is a Reader for the AdminDisableUserMFAV4 structure.

func (*AdminDisableUserMFAV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDisableUserMFAV4Unauthorized

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

func NewAdminDisableUserMFAV4Unauthorized() *AdminDisableUserMFAV4Unauthorized

NewAdminDisableUserMFAV4Unauthorized creates a AdminDisableUserMFAV4Unauthorized with default headers values

func (*AdminDisableUserMFAV4Unauthorized) Error

func (*AdminDisableUserMFAV4Unauthorized) GetPayload

func (*AdminDisableUserMFAV4Unauthorized) ToJSONString

func (o *AdminDisableUserMFAV4Unauthorized) ToJSONString() string

type AdminDownloadMyBackupCodesV4BadRequest

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

func NewAdminDownloadMyBackupCodesV4BadRequest() *AdminDownloadMyBackupCodesV4BadRequest

NewAdminDownloadMyBackupCodesV4BadRequest creates a AdminDownloadMyBackupCodesV4BadRequest with default headers values

func (*AdminDownloadMyBackupCodesV4BadRequest) Error

func (*AdminDownloadMyBackupCodesV4BadRequest) GetPayload

func (*AdminDownloadMyBackupCodesV4BadRequest) ToJSONString

type AdminDownloadMyBackupCodesV4Forbidden

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

func NewAdminDownloadMyBackupCodesV4Forbidden() *AdminDownloadMyBackupCodesV4Forbidden

NewAdminDownloadMyBackupCodesV4Forbidden creates a AdminDownloadMyBackupCodesV4Forbidden with default headers values

func (*AdminDownloadMyBackupCodesV4Forbidden) Error

func (*AdminDownloadMyBackupCodesV4Forbidden) GetPayload

func (*AdminDownloadMyBackupCodesV4Forbidden) ToJSONString

type AdminDownloadMyBackupCodesV4InternalServerError

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

func NewAdminDownloadMyBackupCodesV4InternalServerError() *AdminDownloadMyBackupCodesV4InternalServerError

NewAdminDownloadMyBackupCodesV4InternalServerError creates a AdminDownloadMyBackupCodesV4InternalServerError with default headers values

func (*AdminDownloadMyBackupCodesV4InternalServerError) Error

func (*AdminDownloadMyBackupCodesV4InternalServerError) GetPayload

func (*AdminDownloadMyBackupCodesV4InternalServerError) ToJSONString

type AdminDownloadMyBackupCodesV4NotFound

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

func NewAdminDownloadMyBackupCodesV4NotFound() *AdminDownloadMyBackupCodesV4NotFound

NewAdminDownloadMyBackupCodesV4NotFound creates a AdminDownloadMyBackupCodesV4NotFound with default headers values

func (*AdminDownloadMyBackupCodesV4NotFound) Error

func (*AdminDownloadMyBackupCodesV4NotFound) GetPayload

func (*AdminDownloadMyBackupCodesV4NotFound) ToJSONString

func (o *AdminDownloadMyBackupCodesV4NotFound) ToJSONString() string

type AdminDownloadMyBackupCodesV4OK

type AdminDownloadMyBackupCodesV4OK struct {
	Payload io.Writer
}

AdminDownloadMyBackupCodesV4OK handles this case with default header values.

Backup codes downloaded

func NewAdminDownloadMyBackupCodesV4OK

func NewAdminDownloadMyBackupCodesV4OK(writer io.Writer) *AdminDownloadMyBackupCodesV4OK

NewAdminDownloadMyBackupCodesV4OK creates a AdminDownloadMyBackupCodesV4OK with default headers values

func (*AdminDownloadMyBackupCodesV4OK) Error

func (*AdminDownloadMyBackupCodesV4OK) GetPayload

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

func (*AdminDownloadMyBackupCodesV4OK) ToJSONString

func (o *AdminDownloadMyBackupCodesV4OK) ToJSONString() string

type AdminDownloadMyBackupCodesV4Params

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

func NewAdminDownloadMyBackupCodesV4Params() *AdminDownloadMyBackupCodesV4Params

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

func NewAdminDownloadMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminDownloadMyBackupCodesV4Params) SetContext

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

func (*AdminDownloadMyBackupCodesV4Params) SetFlightId

func (o *AdminDownloadMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminDownloadMyBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminDownloadMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminDownloadMyBackupCodesV4Params) SetTimeout

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

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

func (*AdminDownloadMyBackupCodesV4Params) WithContext

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

func (*AdminDownloadMyBackupCodesV4Params) WithHTTPClient

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

func (*AdminDownloadMyBackupCodesV4Params) WithTimeout

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

func (*AdminDownloadMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDownloadMyBackupCodesV4Reader

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

AdminDownloadMyBackupCodesV4Reader is a Reader for the AdminDownloadMyBackupCodesV4 structure.

func (*AdminDownloadMyBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDownloadMyBackupCodesV4Unauthorized

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

func NewAdminDownloadMyBackupCodesV4Unauthorized() *AdminDownloadMyBackupCodesV4Unauthorized

NewAdminDownloadMyBackupCodesV4Unauthorized creates a AdminDownloadMyBackupCodesV4Unauthorized with default headers values

func (*AdminDownloadMyBackupCodesV4Unauthorized) Error

func (*AdminDownloadMyBackupCodesV4Unauthorized) GetPayload

func (*AdminDownloadMyBackupCodesV4Unauthorized) ToJSONString

type AdminEnableBackupCodesV4BadRequest

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

func NewAdminEnableBackupCodesV4BadRequest() *AdminEnableBackupCodesV4BadRequest

NewAdminEnableBackupCodesV4BadRequest creates a AdminEnableBackupCodesV4BadRequest with default headers values

func (*AdminEnableBackupCodesV4BadRequest) Error

func (*AdminEnableBackupCodesV4BadRequest) GetPayload

func (*AdminEnableBackupCodesV4BadRequest) ToJSONString

func (o *AdminEnableBackupCodesV4BadRequest) ToJSONString() string

type AdminEnableBackupCodesV4Conflict

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

func NewAdminEnableBackupCodesV4Conflict() *AdminEnableBackupCodesV4Conflict

NewAdminEnableBackupCodesV4Conflict creates a AdminEnableBackupCodesV4Conflict with default headers values

func (*AdminEnableBackupCodesV4Conflict) Error

func (*AdminEnableBackupCodesV4Conflict) GetPayload

func (*AdminEnableBackupCodesV4Conflict) ToJSONString

func (o *AdminEnableBackupCodesV4Conflict) ToJSONString() string

type AdminEnableBackupCodesV4Forbidden

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

func NewAdminEnableBackupCodesV4Forbidden() *AdminEnableBackupCodesV4Forbidden

NewAdminEnableBackupCodesV4Forbidden creates a AdminEnableBackupCodesV4Forbidden with default headers values

func (*AdminEnableBackupCodesV4Forbidden) Error

func (*AdminEnableBackupCodesV4Forbidden) GetPayload

func (*AdminEnableBackupCodesV4Forbidden) ToJSONString

func (o *AdminEnableBackupCodesV4Forbidden) ToJSONString() string

type AdminEnableBackupCodesV4InternalServerError

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

func NewAdminEnableBackupCodesV4InternalServerError() *AdminEnableBackupCodesV4InternalServerError

NewAdminEnableBackupCodesV4InternalServerError creates a AdminEnableBackupCodesV4InternalServerError with default headers values

func (*AdminEnableBackupCodesV4InternalServerError) Error

func (*AdminEnableBackupCodesV4InternalServerError) GetPayload

func (*AdminEnableBackupCodesV4InternalServerError) ToJSONString

type AdminEnableBackupCodesV4NotFound

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

func NewAdminEnableBackupCodesV4NotFound() *AdminEnableBackupCodesV4NotFound

NewAdminEnableBackupCodesV4NotFound creates a AdminEnableBackupCodesV4NotFound with default headers values

func (*AdminEnableBackupCodesV4NotFound) Error

func (*AdminEnableBackupCodesV4NotFound) GetPayload

func (*AdminEnableBackupCodesV4NotFound) ToJSONString

func (o *AdminEnableBackupCodesV4NotFound) ToJSONString() string

type AdminEnableBackupCodesV4OK

type AdminEnableBackupCodesV4OK struct {
}

AdminEnableBackupCodesV4OK handles this case with default header values.

Backup codes enabled

func NewAdminEnableBackupCodesV4OK

func NewAdminEnableBackupCodesV4OK() *AdminEnableBackupCodesV4OK

NewAdminEnableBackupCodesV4OK creates a AdminEnableBackupCodesV4OK with default headers values

func (*AdminEnableBackupCodesV4OK) Error

type AdminEnableBackupCodesV4Params

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

func NewAdminEnableBackupCodesV4Params() *AdminEnableBackupCodesV4Params

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

func NewAdminEnableBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminEnableBackupCodesV4Params) SetContext

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

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

func (*AdminEnableBackupCodesV4Params) SetFlightId

func (o *AdminEnableBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminEnableBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminEnableBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminEnableBackupCodesV4Params) SetTimeout

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

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

func (*AdminEnableBackupCodesV4Params) WithContext

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

func (*AdminEnableBackupCodesV4Params) WithHTTPClient

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

func (*AdminEnableBackupCodesV4Params) WithTimeout

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

func (*AdminEnableBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminEnableBackupCodesV4Reader

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

AdminEnableBackupCodesV4Reader is a Reader for the AdminEnableBackupCodesV4 structure.

func (*AdminEnableBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminEnableBackupCodesV4Unauthorized

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

func NewAdminEnableBackupCodesV4Unauthorized() *AdminEnableBackupCodesV4Unauthorized

NewAdminEnableBackupCodesV4Unauthorized creates a AdminEnableBackupCodesV4Unauthorized with default headers values

func (*AdminEnableBackupCodesV4Unauthorized) Error

func (*AdminEnableBackupCodesV4Unauthorized) GetPayload

func (*AdminEnableBackupCodesV4Unauthorized) ToJSONString

func (o *AdminEnableBackupCodesV4Unauthorized) ToJSONString() string

type AdminEnableMyAuthenticatorV4BadRequest

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

func NewAdminEnableMyAuthenticatorV4BadRequest() *AdminEnableMyAuthenticatorV4BadRequest

NewAdminEnableMyAuthenticatorV4BadRequest creates a AdminEnableMyAuthenticatorV4BadRequest with default headers values

func (*AdminEnableMyAuthenticatorV4BadRequest) Error

func (*AdminEnableMyAuthenticatorV4BadRequest) GetPayload

func (*AdminEnableMyAuthenticatorV4BadRequest) ToJSONString

type AdminEnableMyAuthenticatorV4Conflict

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

func NewAdminEnableMyAuthenticatorV4Conflict() *AdminEnableMyAuthenticatorV4Conflict

NewAdminEnableMyAuthenticatorV4Conflict creates a AdminEnableMyAuthenticatorV4Conflict with default headers values

func (*AdminEnableMyAuthenticatorV4Conflict) Error

func (*AdminEnableMyAuthenticatorV4Conflict) GetPayload

func (*AdminEnableMyAuthenticatorV4Conflict) ToJSONString

func (o *AdminEnableMyAuthenticatorV4Conflict) ToJSONString() string

type AdminEnableMyAuthenticatorV4Forbidden

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

func NewAdminEnableMyAuthenticatorV4Forbidden() *AdminEnableMyAuthenticatorV4Forbidden

NewAdminEnableMyAuthenticatorV4Forbidden creates a AdminEnableMyAuthenticatorV4Forbidden with default headers values

func (*AdminEnableMyAuthenticatorV4Forbidden) Error

func (*AdminEnableMyAuthenticatorV4Forbidden) GetPayload

func (*AdminEnableMyAuthenticatorV4Forbidden) ToJSONString

type AdminEnableMyAuthenticatorV4InternalServerError

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

func NewAdminEnableMyAuthenticatorV4InternalServerError() *AdminEnableMyAuthenticatorV4InternalServerError

NewAdminEnableMyAuthenticatorV4InternalServerError creates a AdminEnableMyAuthenticatorV4InternalServerError with default headers values

func (*AdminEnableMyAuthenticatorV4InternalServerError) Error

func (*AdminEnableMyAuthenticatorV4InternalServerError) GetPayload

func (*AdminEnableMyAuthenticatorV4InternalServerError) ToJSONString

type AdminEnableMyAuthenticatorV4NoContent

type AdminEnableMyAuthenticatorV4NoContent struct {
}

AdminEnableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator enabled

func NewAdminEnableMyAuthenticatorV4NoContent

func NewAdminEnableMyAuthenticatorV4NoContent() *AdminEnableMyAuthenticatorV4NoContent

NewAdminEnableMyAuthenticatorV4NoContent creates a AdminEnableMyAuthenticatorV4NoContent with default headers values

func (*AdminEnableMyAuthenticatorV4NoContent) Error

type AdminEnableMyAuthenticatorV4NotFound

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

func NewAdminEnableMyAuthenticatorV4NotFound() *AdminEnableMyAuthenticatorV4NotFound

NewAdminEnableMyAuthenticatorV4NotFound creates a AdminEnableMyAuthenticatorV4NotFound with default headers values

func (*AdminEnableMyAuthenticatorV4NotFound) Error

func (*AdminEnableMyAuthenticatorV4NotFound) GetPayload

func (*AdminEnableMyAuthenticatorV4NotFound) ToJSONString

func (o *AdminEnableMyAuthenticatorV4NotFound) ToJSONString() string

type AdminEnableMyAuthenticatorV4Params

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

func NewAdminEnableMyAuthenticatorV4Params() *AdminEnableMyAuthenticatorV4Params

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

func NewAdminEnableMyAuthenticatorV4ParamsWithContext

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

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

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

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

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

func (*AdminEnableMyAuthenticatorV4Params) SetCode

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

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

func (*AdminEnableMyAuthenticatorV4Params) SetContext

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

func (*AdminEnableMyAuthenticatorV4Params) SetFlightId

func (o *AdminEnableMyAuthenticatorV4Params) SetFlightId(flightId string)

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

func (*AdminEnableMyAuthenticatorV4Params) SetHTTPClient

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

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

func (*AdminEnableMyAuthenticatorV4Params) SetHTTPClientTransport

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

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

func (*AdminEnableMyAuthenticatorV4Params) SetTimeout

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

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

func (*AdminEnableMyAuthenticatorV4Params) WithCode

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

func (*AdminEnableMyAuthenticatorV4Params) WithContext

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

func (*AdminEnableMyAuthenticatorV4Params) WithHTTPClient

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

func (*AdminEnableMyAuthenticatorV4Params) WithTimeout

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

func (*AdminEnableMyAuthenticatorV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminEnableMyAuthenticatorV4Reader

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

AdminEnableMyAuthenticatorV4Reader is a Reader for the AdminEnableMyAuthenticatorV4 structure.

func (*AdminEnableMyAuthenticatorV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminEnableMyAuthenticatorV4Unauthorized

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

func NewAdminEnableMyAuthenticatorV4Unauthorized() *AdminEnableMyAuthenticatorV4Unauthorized

NewAdminEnableMyAuthenticatorV4Unauthorized creates a AdminEnableMyAuthenticatorV4Unauthorized with default headers values

func (*AdminEnableMyAuthenticatorV4Unauthorized) Error

func (*AdminEnableMyAuthenticatorV4Unauthorized) GetPayload

func (*AdminEnableMyAuthenticatorV4Unauthorized) ToJSONString

type AdminEnableMyBackupCodesV4BadRequest

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

func NewAdminEnableMyBackupCodesV4BadRequest() *AdminEnableMyBackupCodesV4BadRequest

NewAdminEnableMyBackupCodesV4BadRequest creates a AdminEnableMyBackupCodesV4BadRequest with default headers values

func (*AdminEnableMyBackupCodesV4BadRequest) Error

func (*AdminEnableMyBackupCodesV4BadRequest) GetPayload

func (*AdminEnableMyBackupCodesV4BadRequest) ToJSONString

func (o *AdminEnableMyBackupCodesV4BadRequest) ToJSONString() string

type AdminEnableMyBackupCodesV4Conflict

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

func NewAdminEnableMyBackupCodesV4Conflict() *AdminEnableMyBackupCodesV4Conflict

NewAdminEnableMyBackupCodesV4Conflict creates a AdminEnableMyBackupCodesV4Conflict with default headers values

func (*AdminEnableMyBackupCodesV4Conflict) Error

func (*AdminEnableMyBackupCodesV4Conflict) GetPayload

func (*AdminEnableMyBackupCodesV4Conflict) ToJSONString

func (o *AdminEnableMyBackupCodesV4Conflict) ToJSONString() string

type AdminEnableMyBackupCodesV4Forbidden

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

func NewAdminEnableMyBackupCodesV4Forbidden() *AdminEnableMyBackupCodesV4Forbidden

NewAdminEnableMyBackupCodesV4Forbidden creates a AdminEnableMyBackupCodesV4Forbidden with default headers values

func (*AdminEnableMyBackupCodesV4Forbidden) Error

func (*AdminEnableMyBackupCodesV4Forbidden) GetPayload

func (*AdminEnableMyBackupCodesV4Forbidden) ToJSONString

func (o *AdminEnableMyBackupCodesV4Forbidden) ToJSONString() string

type AdminEnableMyBackupCodesV4InternalServerError

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

func NewAdminEnableMyBackupCodesV4InternalServerError() *AdminEnableMyBackupCodesV4InternalServerError

NewAdminEnableMyBackupCodesV4InternalServerError creates a AdminEnableMyBackupCodesV4InternalServerError with default headers values

func (*AdminEnableMyBackupCodesV4InternalServerError) Error

func (*AdminEnableMyBackupCodesV4InternalServerError) GetPayload

func (*AdminEnableMyBackupCodesV4InternalServerError) ToJSONString

type AdminEnableMyBackupCodesV4NotFound

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

func NewAdminEnableMyBackupCodesV4NotFound() *AdminEnableMyBackupCodesV4NotFound

NewAdminEnableMyBackupCodesV4NotFound creates a AdminEnableMyBackupCodesV4NotFound with default headers values

func (*AdminEnableMyBackupCodesV4NotFound) Error

func (*AdminEnableMyBackupCodesV4NotFound) GetPayload

func (*AdminEnableMyBackupCodesV4NotFound) ToJSONString

func (o *AdminEnableMyBackupCodesV4NotFound) ToJSONString() string

type AdminEnableMyBackupCodesV4OK

type AdminEnableMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

AdminEnableMyBackupCodesV4OK handles this case with default header values.

Backup codes enabled

func NewAdminEnableMyBackupCodesV4OK

func NewAdminEnableMyBackupCodesV4OK() *AdminEnableMyBackupCodesV4OK

NewAdminEnableMyBackupCodesV4OK creates a AdminEnableMyBackupCodesV4OK with default headers values

func (*AdminEnableMyBackupCodesV4OK) Error

func (*AdminEnableMyBackupCodesV4OK) GetPayload

func (*AdminEnableMyBackupCodesV4OK) ToJSONString

func (o *AdminEnableMyBackupCodesV4OK) ToJSONString() string

type AdminEnableMyBackupCodesV4Params

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

func NewAdminEnableMyBackupCodesV4Params() *AdminEnableMyBackupCodesV4Params

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

func NewAdminEnableMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminEnableMyBackupCodesV4Params) SetContext

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

func (*AdminEnableMyBackupCodesV4Params) SetFlightId

func (o *AdminEnableMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminEnableMyBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminEnableMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminEnableMyBackupCodesV4Params) SetTimeout

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

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

func (*AdminEnableMyBackupCodesV4Params) WithContext

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

func (*AdminEnableMyBackupCodesV4Params) WithHTTPClient

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

func (*AdminEnableMyBackupCodesV4Params) WithTimeout

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

func (*AdminEnableMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminEnableMyBackupCodesV4Reader

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

AdminEnableMyBackupCodesV4Reader is a Reader for the AdminEnableMyBackupCodesV4 structure.

func (*AdminEnableMyBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminEnableMyBackupCodesV4Unauthorized

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

func NewAdminEnableMyBackupCodesV4Unauthorized() *AdminEnableMyBackupCodesV4Unauthorized

NewAdminEnableMyBackupCodesV4Unauthorized creates a AdminEnableMyBackupCodesV4Unauthorized with default headers values

func (*AdminEnableMyBackupCodesV4Unauthorized) Error

func (*AdminEnableMyBackupCodesV4Unauthorized) GetPayload

func (*AdminEnableMyBackupCodesV4Unauthorized) ToJSONString

type AdminEnableMyEmailV4BadRequest

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

func NewAdminEnableMyEmailV4BadRequest() *AdminEnableMyEmailV4BadRequest

NewAdminEnableMyEmailV4BadRequest creates a AdminEnableMyEmailV4BadRequest with default headers values

func (*AdminEnableMyEmailV4BadRequest) Error

func (*AdminEnableMyEmailV4BadRequest) GetPayload

func (*AdminEnableMyEmailV4BadRequest) ToJSONString

func (o *AdminEnableMyEmailV4BadRequest) ToJSONString() string

type AdminEnableMyEmailV4Conflict

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

func NewAdminEnableMyEmailV4Conflict() *AdminEnableMyEmailV4Conflict

NewAdminEnableMyEmailV4Conflict creates a AdminEnableMyEmailV4Conflict with default headers values

func (*AdminEnableMyEmailV4Conflict) Error

func (*AdminEnableMyEmailV4Conflict) GetPayload

func (*AdminEnableMyEmailV4Conflict) ToJSONString

func (o *AdminEnableMyEmailV4Conflict) ToJSONString() string

type AdminEnableMyEmailV4Forbidden

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

func NewAdminEnableMyEmailV4Forbidden() *AdminEnableMyEmailV4Forbidden

NewAdminEnableMyEmailV4Forbidden creates a AdminEnableMyEmailV4Forbidden with default headers values

func (*AdminEnableMyEmailV4Forbidden) Error

func (*AdminEnableMyEmailV4Forbidden) GetPayload

func (*AdminEnableMyEmailV4Forbidden) ToJSONString

func (o *AdminEnableMyEmailV4Forbidden) ToJSONString() string

type AdminEnableMyEmailV4InternalServerError

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

func NewAdminEnableMyEmailV4InternalServerError() *AdminEnableMyEmailV4InternalServerError

NewAdminEnableMyEmailV4InternalServerError creates a AdminEnableMyEmailV4InternalServerError with default headers values

func (*AdminEnableMyEmailV4InternalServerError) Error

func (*AdminEnableMyEmailV4InternalServerError) GetPayload

func (*AdminEnableMyEmailV4InternalServerError) ToJSONString

type AdminEnableMyEmailV4NoContent

type AdminEnableMyEmailV4NoContent struct {
}

AdminEnableMyEmailV4NoContent handles this case with default header values.

email enabled

func NewAdminEnableMyEmailV4NoContent

func NewAdminEnableMyEmailV4NoContent() *AdminEnableMyEmailV4NoContent

NewAdminEnableMyEmailV4NoContent creates a AdminEnableMyEmailV4NoContent with default headers values

func (*AdminEnableMyEmailV4NoContent) Error

type AdminEnableMyEmailV4NotFound

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

func NewAdminEnableMyEmailV4NotFound() *AdminEnableMyEmailV4NotFound

NewAdminEnableMyEmailV4NotFound creates a AdminEnableMyEmailV4NotFound with default headers values

func (*AdminEnableMyEmailV4NotFound) Error

func (*AdminEnableMyEmailV4NotFound) GetPayload

func (*AdminEnableMyEmailV4NotFound) ToJSONString

func (o *AdminEnableMyEmailV4NotFound) ToJSONString() string

type AdminEnableMyEmailV4Params

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

func NewAdminEnableMyEmailV4Params() *AdminEnableMyEmailV4Params

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

func NewAdminEnableMyEmailV4ParamsWithContext

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

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

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

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

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

func (*AdminEnableMyEmailV4Params) SetCode

func (o *AdminEnableMyEmailV4Params) SetCode(code string)

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

func (*AdminEnableMyEmailV4Params) SetContext

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

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

func (*AdminEnableMyEmailV4Params) SetFlightId

func (o *AdminEnableMyEmailV4Params) SetFlightId(flightId string)

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

func (*AdminEnableMyEmailV4Params) SetHTTPClient

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

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

func (*AdminEnableMyEmailV4Params) SetHTTPClientTransport

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

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

func (*AdminEnableMyEmailV4Params) SetTimeout

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

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

func (*AdminEnableMyEmailV4Params) WithCode

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

func (*AdminEnableMyEmailV4Params) WithContext

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

func (*AdminEnableMyEmailV4Params) WithHTTPClient

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

func (*AdminEnableMyEmailV4Params) WithTimeout

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

func (*AdminEnableMyEmailV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminEnableMyEmailV4Reader

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

AdminEnableMyEmailV4Reader is a Reader for the AdminEnableMyEmailV4 structure.

func (*AdminEnableMyEmailV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminEnableMyEmailV4Unauthorized

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

func NewAdminEnableMyEmailV4Unauthorized() *AdminEnableMyEmailV4Unauthorized

NewAdminEnableMyEmailV4Unauthorized creates a AdminEnableMyEmailV4Unauthorized with default headers values

func (*AdminEnableMyEmailV4Unauthorized) Error

func (*AdminEnableMyEmailV4Unauthorized) GetPayload

func (*AdminEnableMyEmailV4Unauthorized) ToJSONString

func (o *AdminEnableMyEmailV4Unauthorized) ToJSONString() string

type AdminGenerateBackupCodesV4BadRequest

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

func NewAdminGenerateBackupCodesV4BadRequest() *AdminGenerateBackupCodesV4BadRequest

NewAdminGenerateBackupCodesV4BadRequest creates a AdminGenerateBackupCodesV4BadRequest with default headers values

func (*AdminGenerateBackupCodesV4BadRequest) Error

func (*AdminGenerateBackupCodesV4BadRequest) GetPayload

func (*AdminGenerateBackupCodesV4BadRequest) ToJSONString

func (o *AdminGenerateBackupCodesV4BadRequest) ToJSONString() string

type AdminGenerateBackupCodesV4Forbidden

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

func NewAdminGenerateBackupCodesV4Forbidden() *AdminGenerateBackupCodesV4Forbidden

NewAdminGenerateBackupCodesV4Forbidden creates a AdminGenerateBackupCodesV4Forbidden with default headers values

func (*AdminGenerateBackupCodesV4Forbidden) Error

func (*AdminGenerateBackupCodesV4Forbidden) GetPayload

func (*AdminGenerateBackupCodesV4Forbidden) ToJSONString

func (o *AdminGenerateBackupCodesV4Forbidden) ToJSONString() string

type AdminGenerateBackupCodesV4InternalServerError

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

func NewAdminGenerateBackupCodesV4InternalServerError() *AdminGenerateBackupCodesV4InternalServerError

NewAdminGenerateBackupCodesV4InternalServerError creates a AdminGenerateBackupCodesV4InternalServerError with default headers values

func (*AdminGenerateBackupCodesV4InternalServerError) Error

func (*AdminGenerateBackupCodesV4InternalServerError) GetPayload

func (*AdminGenerateBackupCodesV4InternalServerError) ToJSONString

type AdminGenerateBackupCodesV4NotFound

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

func NewAdminGenerateBackupCodesV4NotFound() *AdminGenerateBackupCodesV4NotFound

NewAdminGenerateBackupCodesV4NotFound creates a AdminGenerateBackupCodesV4NotFound with default headers values

func (*AdminGenerateBackupCodesV4NotFound) Error

func (*AdminGenerateBackupCodesV4NotFound) GetPayload

func (*AdminGenerateBackupCodesV4NotFound) ToJSONString

func (o *AdminGenerateBackupCodesV4NotFound) ToJSONString() string

type AdminGenerateBackupCodesV4OK

type AdminGenerateBackupCodesV4OK struct {
}

AdminGenerateBackupCodesV4OK handles this case with default header values.

Backup codes generated

func NewAdminGenerateBackupCodesV4OK

func NewAdminGenerateBackupCodesV4OK() *AdminGenerateBackupCodesV4OK

NewAdminGenerateBackupCodesV4OK creates a AdminGenerateBackupCodesV4OK with default headers values

func (*AdminGenerateBackupCodesV4OK) Error

type AdminGenerateBackupCodesV4Params

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

func NewAdminGenerateBackupCodesV4Params() *AdminGenerateBackupCodesV4Params

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

func NewAdminGenerateBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminGenerateBackupCodesV4Params) SetContext

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

func (*AdminGenerateBackupCodesV4Params) SetFlightId

func (o *AdminGenerateBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminGenerateBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminGenerateBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminGenerateBackupCodesV4Params) SetTimeout

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

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

func (*AdminGenerateBackupCodesV4Params) WithContext

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

func (*AdminGenerateBackupCodesV4Params) WithHTTPClient

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

func (*AdminGenerateBackupCodesV4Params) WithTimeout

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

func (*AdminGenerateBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGenerateBackupCodesV4Reader

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

AdminGenerateBackupCodesV4Reader is a Reader for the AdminGenerateBackupCodesV4 structure.

func (*AdminGenerateBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGenerateBackupCodesV4Unauthorized

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

func NewAdminGenerateBackupCodesV4Unauthorized() *AdminGenerateBackupCodesV4Unauthorized

NewAdminGenerateBackupCodesV4Unauthorized creates a AdminGenerateBackupCodesV4Unauthorized with default headers values

func (*AdminGenerateBackupCodesV4Unauthorized) Error

func (*AdminGenerateBackupCodesV4Unauthorized) GetPayload

func (*AdminGenerateBackupCodesV4Unauthorized) ToJSONString

type AdminGenerateMyAuthenticatorKeyV4BadRequest

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

func NewAdminGenerateMyAuthenticatorKeyV4BadRequest() *AdminGenerateMyAuthenticatorKeyV4BadRequest

NewAdminGenerateMyAuthenticatorKeyV4BadRequest creates a AdminGenerateMyAuthenticatorKeyV4BadRequest with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4BadRequest) Error

func (*AdminGenerateMyAuthenticatorKeyV4BadRequest) GetPayload

func (*AdminGenerateMyAuthenticatorKeyV4BadRequest) ToJSONString

type AdminGenerateMyAuthenticatorKeyV4Forbidden

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

func NewAdminGenerateMyAuthenticatorKeyV4Forbidden() *AdminGenerateMyAuthenticatorKeyV4Forbidden

NewAdminGenerateMyAuthenticatorKeyV4Forbidden creates a AdminGenerateMyAuthenticatorKeyV4Forbidden with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4Forbidden) Error

func (*AdminGenerateMyAuthenticatorKeyV4Forbidden) GetPayload

func (*AdminGenerateMyAuthenticatorKeyV4Forbidden) ToJSONString

type AdminGenerateMyAuthenticatorKeyV4InternalServerError

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

func NewAdminGenerateMyAuthenticatorKeyV4InternalServerError() *AdminGenerateMyAuthenticatorKeyV4InternalServerError

NewAdminGenerateMyAuthenticatorKeyV4InternalServerError creates a AdminGenerateMyAuthenticatorKeyV4InternalServerError with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4InternalServerError) Error

func (*AdminGenerateMyAuthenticatorKeyV4InternalServerError) GetPayload

func (*AdminGenerateMyAuthenticatorKeyV4InternalServerError) ToJSONString

type AdminGenerateMyAuthenticatorKeyV4NotFound

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

func NewAdminGenerateMyAuthenticatorKeyV4NotFound() *AdminGenerateMyAuthenticatorKeyV4NotFound

NewAdminGenerateMyAuthenticatorKeyV4NotFound creates a AdminGenerateMyAuthenticatorKeyV4NotFound with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4NotFound) Error

func (*AdminGenerateMyAuthenticatorKeyV4NotFound) GetPayload

func (*AdminGenerateMyAuthenticatorKeyV4NotFound) ToJSONString

type AdminGenerateMyAuthenticatorKeyV4OK

type AdminGenerateMyAuthenticatorKeyV4OK struct {
	Payload *iamclientmodels.ModelAuthenticatorKeyResponseV4
}

AdminGenerateMyAuthenticatorKeyV4OK handles this case with default header values.

Key generated

func NewAdminGenerateMyAuthenticatorKeyV4OK

func NewAdminGenerateMyAuthenticatorKeyV4OK() *AdminGenerateMyAuthenticatorKeyV4OK

NewAdminGenerateMyAuthenticatorKeyV4OK creates a AdminGenerateMyAuthenticatorKeyV4OK with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4OK) Error

func (*AdminGenerateMyAuthenticatorKeyV4OK) GetPayload

func (*AdminGenerateMyAuthenticatorKeyV4OK) ToJSONString

func (o *AdminGenerateMyAuthenticatorKeyV4OK) ToJSONString() string

type AdminGenerateMyAuthenticatorKeyV4Params

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

func NewAdminGenerateMyAuthenticatorKeyV4Params() *AdminGenerateMyAuthenticatorKeyV4Params

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

func NewAdminGenerateMyAuthenticatorKeyV4ParamsWithContext

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

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

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

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

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetContext

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetFlightId

func (o *AdminGenerateMyAuthenticatorKeyV4Params) SetFlightId(flightId string)

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetHTTPClient

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

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetHTTPClientTransport

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

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) SetTimeout

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

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) WithContext

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) WithHTTPClient

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) WithTimeout

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

func (*AdminGenerateMyAuthenticatorKeyV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGenerateMyAuthenticatorKeyV4Reader

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

AdminGenerateMyAuthenticatorKeyV4Reader is a Reader for the AdminGenerateMyAuthenticatorKeyV4 structure.

func (*AdminGenerateMyAuthenticatorKeyV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGenerateMyAuthenticatorKeyV4Unauthorized

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

func NewAdminGenerateMyAuthenticatorKeyV4Unauthorized() *AdminGenerateMyAuthenticatorKeyV4Unauthorized

NewAdminGenerateMyAuthenticatorKeyV4Unauthorized creates a AdminGenerateMyAuthenticatorKeyV4Unauthorized with default headers values

func (*AdminGenerateMyAuthenticatorKeyV4Unauthorized) Error

func (*AdminGenerateMyAuthenticatorKeyV4Unauthorized) GetPayload

func (*AdminGenerateMyAuthenticatorKeyV4Unauthorized) ToJSONString

type AdminGenerateMyBackupCodesV4BadRequest

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

func NewAdminGenerateMyBackupCodesV4BadRequest() *AdminGenerateMyBackupCodesV4BadRequest

NewAdminGenerateMyBackupCodesV4BadRequest creates a AdminGenerateMyBackupCodesV4BadRequest with default headers values

func (*AdminGenerateMyBackupCodesV4BadRequest) Error

func (*AdminGenerateMyBackupCodesV4BadRequest) GetPayload

func (*AdminGenerateMyBackupCodesV4BadRequest) ToJSONString

type AdminGenerateMyBackupCodesV4Forbidden

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

func NewAdminGenerateMyBackupCodesV4Forbidden() *AdminGenerateMyBackupCodesV4Forbidden

NewAdminGenerateMyBackupCodesV4Forbidden creates a AdminGenerateMyBackupCodesV4Forbidden with default headers values

func (*AdminGenerateMyBackupCodesV4Forbidden) Error

func (*AdminGenerateMyBackupCodesV4Forbidden) GetPayload

func (*AdminGenerateMyBackupCodesV4Forbidden) ToJSONString

type AdminGenerateMyBackupCodesV4InternalServerError

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

func NewAdminGenerateMyBackupCodesV4InternalServerError() *AdminGenerateMyBackupCodesV4InternalServerError

NewAdminGenerateMyBackupCodesV4InternalServerError creates a AdminGenerateMyBackupCodesV4InternalServerError with default headers values

func (*AdminGenerateMyBackupCodesV4InternalServerError) Error

func (*AdminGenerateMyBackupCodesV4InternalServerError) GetPayload

func (*AdminGenerateMyBackupCodesV4InternalServerError) ToJSONString

type AdminGenerateMyBackupCodesV4NotFound

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

func NewAdminGenerateMyBackupCodesV4NotFound() *AdminGenerateMyBackupCodesV4NotFound

NewAdminGenerateMyBackupCodesV4NotFound creates a AdminGenerateMyBackupCodesV4NotFound with default headers values

func (*AdminGenerateMyBackupCodesV4NotFound) Error

func (*AdminGenerateMyBackupCodesV4NotFound) GetPayload

func (*AdminGenerateMyBackupCodesV4NotFound) ToJSONString

func (o *AdminGenerateMyBackupCodesV4NotFound) ToJSONString() string

type AdminGenerateMyBackupCodesV4OK

type AdminGenerateMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

AdminGenerateMyBackupCodesV4OK handles this case with default header values.

Backup codes generated

func NewAdminGenerateMyBackupCodesV4OK

func NewAdminGenerateMyBackupCodesV4OK() *AdminGenerateMyBackupCodesV4OK

NewAdminGenerateMyBackupCodesV4OK creates a AdminGenerateMyBackupCodesV4OK with default headers values

func (*AdminGenerateMyBackupCodesV4OK) Error

func (*AdminGenerateMyBackupCodesV4OK) GetPayload

func (*AdminGenerateMyBackupCodesV4OK) ToJSONString

func (o *AdminGenerateMyBackupCodesV4OK) ToJSONString() string

type AdminGenerateMyBackupCodesV4Params

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

func NewAdminGenerateMyBackupCodesV4Params() *AdminGenerateMyBackupCodesV4Params

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

func NewAdminGenerateMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminGenerateMyBackupCodesV4Params) SetContext

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

func (*AdminGenerateMyBackupCodesV4Params) SetFlightId

func (o *AdminGenerateMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminGenerateMyBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminGenerateMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminGenerateMyBackupCodesV4Params) SetTimeout

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

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

func (*AdminGenerateMyBackupCodesV4Params) WithContext

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

func (*AdminGenerateMyBackupCodesV4Params) WithHTTPClient

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

func (*AdminGenerateMyBackupCodesV4Params) WithTimeout

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

func (*AdminGenerateMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGenerateMyBackupCodesV4Reader

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

AdminGenerateMyBackupCodesV4Reader is a Reader for the AdminGenerateMyBackupCodesV4 structure.

func (*AdminGenerateMyBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGenerateMyBackupCodesV4Unauthorized

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

func NewAdminGenerateMyBackupCodesV4Unauthorized() *AdminGenerateMyBackupCodesV4Unauthorized

NewAdminGenerateMyBackupCodesV4Unauthorized creates a AdminGenerateMyBackupCodesV4Unauthorized with default headers values

func (*AdminGenerateMyBackupCodesV4Unauthorized) Error

func (*AdminGenerateMyBackupCodesV4Unauthorized) GetPayload

func (*AdminGenerateMyBackupCodesV4Unauthorized) ToJSONString

type AdminGetBackupCodesV4BadRequest

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

func NewAdminGetBackupCodesV4BadRequest() *AdminGetBackupCodesV4BadRequest

NewAdminGetBackupCodesV4BadRequest creates a AdminGetBackupCodesV4BadRequest with default headers values

func (*AdminGetBackupCodesV4BadRequest) Error

func (*AdminGetBackupCodesV4BadRequest) GetPayload

func (*AdminGetBackupCodesV4BadRequest) ToJSONString

func (o *AdminGetBackupCodesV4BadRequest) ToJSONString() string

type AdminGetBackupCodesV4Forbidden

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

func NewAdminGetBackupCodesV4Forbidden() *AdminGetBackupCodesV4Forbidden

NewAdminGetBackupCodesV4Forbidden creates a AdminGetBackupCodesV4Forbidden with default headers values

func (*AdminGetBackupCodesV4Forbidden) Error

func (*AdminGetBackupCodesV4Forbidden) GetPayload

func (*AdminGetBackupCodesV4Forbidden) ToJSONString

func (o *AdminGetBackupCodesV4Forbidden) ToJSONString() string

type AdminGetBackupCodesV4InternalServerError

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

func NewAdminGetBackupCodesV4InternalServerError() *AdminGetBackupCodesV4InternalServerError

NewAdminGetBackupCodesV4InternalServerError creates a AdminGetBackupCodesV4InternalServerError with default headers values

func (*AdminGetBackupCodesV4InternalServerError) Error

func (*AdminGetBackupCodesV4InternalServerError) GetPayload

func (*AdminGetBackupCodesV4InternalServerError) ToJSONString

type AdminGetBackupCodesV4NoContent

type AdminGetBackupCodesV4NoContent struct {
}

AdminGetBackupCodesV4NoContent handles this case with default header values.

Get backup codes

func NewAdminGetBackupCodesV4NoContent

func NewAdminGetBackupCodesV4NoContent() *AdminGetBackupCodesV4NoContent

NewAdminGetBackupCodesV4NoContent creates a AdminGetBackupCodesV4NoContent with default headers values

func (*AdminGetBackupCodesV4NoContent) Error

type AdminGetBackupCodesV4NotFound

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

func NewAdminGetBackupCodesV4NotFound() *AdminGetBackupCodesV4NotFound

NewAdminGetBackupCodesV4NotFound creates a AdminGetBackupCodesV4NotFound with default headers values

func (*AdminGetBackupCodesV4NotFound) Error

func (*AdminGetBackupCodesV4NotFound) GetPayload

func (*AdminGetBackupCodesV4NotFound) ToJSONString

func (o *AdminGetBackupCodesV4NotFound) ToJSONString() string

type AdminGetBackupCodesV4Params

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

func NewAdminGetBackupCodesV4Params() *AdminGetBackupCodesV4Params

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

func NewAdminGetBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminGetBackupCodesV4Params) SetContext

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

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

func (*AdminGetBackupCodesV4Params) SetFlightId

func (o *AdminGetBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminGetBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminGetBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminGetBackupCodesV4Params) SetTimeout

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

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

func (*AdminGetBackupCodesV4Params) WithContext

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

func (*AdminGetBackupCodesV4Params) WithHTTPClient

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

func (*AdminGetBackupCodesV4Params) WithTimeout

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

func (*AdminGetBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetBackupCodesV4Reader

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

AdminGetBackupCodesV4Reader is a Reader for the AdminGetBackupCodesV4 structure.

func (*AdminGetBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetBackupCodesV4Unauthorized

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

func NewAdminGetBackupCodesV4Unauthorized() *AdminGetBackupCodesV4Unauthorized

NewAdminGetBackupCodesV4Unauthorized creates a AdminGetBackupCodesV4Unauthorized with default headers values

func (*AdminGetBackupCodesV4Unauthorized) Error

func (*AdminGetBackupCodesV4Unauthorized) GetPayload

func (*AdminGetBackupCodesV4Unauthorized) ToJSONString

func (o *AdminGetBackupCodesV4Unauthorized) ToJSONString() string

type AdminGetMyBackupCodesV4BadRequest

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

func NewAdminGetMyBackupCodesV4BadRequest() *AdminGetMyBackupCodesV4BadRequest

NewAdminGetMyBackupCodesV4BadRequest creates a AdminGetMyBackupCodesV4BadRequest with default headers values

func (*AdminGetMyBackupCodesV4BadRequest) Error

func (*AdminGetMyBackupCodesV4BadRequest) GetPayload

func (*AdminGetMyBackupCodesV4BadRequest) ToJSONString

func (o *AdminGetMyBackupCodesV4BadRequest) ToJSONString() string

type AdminGetMyBackupCodesV4Forbidden

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

func NewAdminGetMyBackupCodesV4Forbidden() *AdminGetMyBackupCodesV4Forbidden

NewAdminGetMyBackupCodesV4Forbidden creates a AdminGetMyBackupCodesV4Forbidden with default headers values

func (*AdminGetMyBackupCodesV4Forbidden) Error

func (*AdminGetMyBackupCodesV4Forbidden) GetPayload

func (*AdminGetMyBackupCodesV4Forbidden) ToJSONString

func (o *AdminGetMyBackupCodesV4Forbidden) ToJSONString() string

type AdminGetMyBackupCodesV4InternalServerError

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

func NewAdminGetMyBackupCodesV4InternalServerError() *AdminGetMyBackupCodesV4InternalServerError

NewAdminGetMyBackupCodesV4InternalServerError creates a AdminGetMyBackupCodesV4InternalServerError with default headers values

func (*AdminGetMyBackupCodesV4InternalServerError) Error

func (*AdminGetMyBackupCodesV4InternalServerError) GetPayload

func (*AdminGetMyBackupCodesV4InternalServerError) ToJSONString

type AdminGetMyBackupCodesV4NotFound

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

func NewAdminGetMyBackupCodesV4NotFound() *AdminGetMyBackupCodesV4NotFound

NewAdminGetMyBackupCodesV4NotFound creates a AdminGetMyBackupCodesV4NotFound with default headers values

func (*AdminGetMyBackupCodesV4NotFound) Error

func (*AdminGetMyBackupCodesV4NotFound) GetPayload

func (*AdminGetMyBackupCodesV4NotFound) ToJSONString

func (o *AdminGetMyBackupCodesV4NotFound) ToJSONString() string

type AdminGetMyBackupCodesV4OK

type AdminGetMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

AdminGetMyBackupCodesV4OK handles this case with default header values.

Get backup codes

func NewAdminGetMyBackupCodesV4OK

func NewAdminGetMyBackupCodesV4OK() *AdminGetMyBackupCodesV4OK

NewAdminGetMyBackupCodesV4OK creates a AdminGetMyBackupCodesV4OK with default headers values

func (*AdminGetMyBackupCodesV4OK) Error

func (o *AdminGetMyBackupCodesV4OK) Error() string

func (*AdminGetMyBackupCodesV4OK) GetPayload

func (*AdminGetMyBackupCodesV4OK) ToJSONString

func (o *AdminGetMyBackupCodesV4OK) ToJSONString() string

type AdminGetMyBackupCodesV4Params

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

func NewAdminGetMyBackupCodesV4Params() *AdminGetMyBackupCodesV4Params

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

func NewAdminGetMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*AdminGetMyBackupCodesV4Params) SetContext

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

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

func (*AdminGetMyBackupCodesV4Params) SetFlightId

func (o *AdminGetMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*AdminGetMyBackupCodesV4Params) SetHTTPClient

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

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

func (*AdminGetMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*AdminGetMyBackupCodesV4Params) SetTimeout

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

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

func (*AdminGetMyBackupCodesV4Params) WithContext

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

func (*AdminGetMyBackupCodesV4Params) WithHTTPClient

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

func (*AdminGetMyBackupCodesV4Params) WithTimeout

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

func (*AdminGetMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetMyBackupCodesV4Reader

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

AdminGetMyBackupCodesV4Reader is a Reader for the AdminGetMyBackupCodesV4 structure.

func (*AdminGetMyBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetMyBackupCodesV4Unauthorized

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

func NewAdminGetMyBackupCodesV4Unauthorized() *AdminGetMyBackupCodesV4Unauthorized

NewAdminGetMyBackupCodesV4Unauthorized creates a AdminGetMyBackupCodesV4Unauthorized with default headers values

func (*AdminGetMyBackupCodesV4Unauthorized) Error

func (*AdminGetMyBackupCodesV4Unauthorized) GetPayload

func (*AdminGetMyBackupCodesV4Unauthorized) ToJSONString

func (o *AdminGetMyBackupCodesV4Unauthorized) ToJSONString() string

type AdminGetMyEnabledFactorsV4BadRequest

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

func NewAdminGetMyEnabledFactorsV4BadRequest() *AdminGetMyEnabledFactorsV4BadRequest

NewAdminGetMyEnabledFactorsV4BadRequest creates a AdminGetMyEnabledFactorsV4BadRequest with default headers values

func (*AdminGetMyEnabledFactorsV4BadRequest) Error

func (*AdminGetMyEnabledFactorsV4BadRequest) GetPayload

func (*AdminGetMyEnabledFactorsV4BadRequest) ToJSONString

func (o *AdminGetMyEnabledFactorsV4BadRequest) ToJSONString() string

type AdminGetMyEnabledFactorsV4Forbidden

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

func NewAdminGetMyEnabledFactorsV4Forbidden() *AdminGetMyEnabledFactorsV4Forbidden

NewAdminGetMyEnabledFactorsV4Forbidden creates a AdminGetMyEnabledFactorsV4Forbidden with default headers values

func (*AdminGetMyEnabledFactorsV4Forbidden) Error

func (*AdminGetMyEnabledFactorsV4Forbidden) GetPayload

func (*AdminGetMyEnabledFactorsV4Forbidden) ToJSONString

func (o *AdminGetMyEnabledFactorsV4Forbidden) ToJSONString() string

type AdminGetMyEnabledFactorsV4InternalServerError

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

func NewAdminGetMyEnabledFactorsV4InternalServerError() *AdminGetMyEnabledFactorsV4InternalServerError

NewAdminGetMyEnabledFactorsV4InternalServerError creates a AdminGetMyEnabledFactorsV4InternalServerError with default headers values

func (*AdminGetMyEnabledFactorsV4InternalServerError) Error

func (*AdminGetMyEnabledFactorsV4InternalServerError) GetPayload

func (*AdminGetMyEnabledFactorsV4InternalServerError) ToJSONString

type AdminGetMyEnabledFactorsV4NotFound

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

func NewAdminGetMyEnabledFactorsV4NotFound() *AdminGetMyEnabledFactorsV4NotFound

NewAdminGetMyEnabledFactorsV4NotFound creates a AdminGetMyEnabledFactorsV4NotFound with default headers values

func (*AdminGetMyEnabledFactorsV4NotFound) Error

func (*AdminGetMyEnabledFactorsV4NotFound) GetPayload

func (*AdminGetMyEnabledFactorsV4NotFound) ToJSONString

func (o *AdminGetMyEnabledFactorsV4NotFound) ToJSONString() string

type AdminGetMyEnabledFactorsV4OK

type AdminGetMyEnabledFactorsV4OK struct {
	Payload *iamclientmodels.ModelEnabledFactorsResponseV4
}

AdminGetMyEnabledFactorsV4OK handles this case with default header values.

Methods returned

func NewAdminGetMyEnabledFactorsV4OK

func NewAdminGetMyEnabledFactorsV4OK() *AdminGetMyEnabledFactorsV4OK

NewAdminGetMyEnabledFactorsV4OK creates a AdminGetMyEnabledFactorsV4OK with default headers values

func (*AdminGetMyEnabledFactorsV4OK) Error

func (*AdminGetMyEnabledFactorsV4OK) GetPayload

func (*AdminGetMyEnabledFactorsV4OK) ToJSONString

func (o *AdminGetMyEnabledFactorsV4OK) ToJSONString() string

type AdminGetMyEnabledFactorsV4Params

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

func NewAdminGetMyEnabledFactorsV4Params() *AdminGetMyEnabledFactorsV4Params

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

func NewAdminGetMyEnabledFactorsV4ParamsWithContext

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

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

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

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

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

func (*AdminGetMyEnabledFactorsV4Params) SetContext

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

func (*AdminGetMyEnabledFactorsV4Params) SetFlightId

func (o *AdminGetMyEnabledFactorsV4Params) SetFlightId(flightId string)

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

func (*AdminGetMyEnabledFactorsV4Params) SetHTTPClient

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

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

func (*AdminGetMyEnabledFactorsV4Params) SetHTTPClientTransport

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

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

func (*AdminGetMyEnabledFactorsV4Params) SetTimeout

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

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

func (*AdminGetMyEnabledFactorsV4Params) WithContext

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

func (*AdminGetMyEnabledFactorsV4Params) WithHTTPClient

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

func (*AdminGetMyEnabledFactorsV4Params) WithTimeout

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

func (*AdminGetMyEnabledFactorsV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetMyEnabledFactorsV4Reader

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

AdminGetMyEnabledFactorsV4Reader is a Reader for the AdminGetMyEnabledFactorsV4 structure.

func (*AdminGetMyEnabledFactorsV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetMyEnabledFactorsV4Unauthorized

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

func NewAdminGetMyEnabledFactorsV4Unauthorized() *AdminGetMyEnabledFactorsV4Unauthorized

NewAdminGetMyEnabledFactorsV4Unauthorized creates a AdminGetMyEnabledFactorsV4Unauthorized with default headers values

func (*AdminGetMyEnabledFactorsV4Unauthorized) Error

func (*AdminGetMyEnabledFactorsV4Unauthorized) GetPayload

func (*AdminGetMyEnabledFactorsV4Unauthorized) ToJSONString

type AdminGetNamespaceInvitationHistoryV4Forbidden

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

func NewAdminGetNamespaceInvitationHistoryV4Forbidden() *AdminGetNamespaceInvitationHistoryV4Forbidden

NewAdminGetNamespaceInvitationHistoryV4Forbidden creates a AdminGetNamespaceInvitationHistoryV4Forbidden with default headers values

func (*AdminGetNamespaceInvitationHistoryV4Forbidden) Error

func (*AdminGetNamespaceInvitationHistoryV4Forbidden) GetPayload

func (*AdminGetNamespaceInvitationHistoryV4Forbidden) ToJSONString

type AdminGetNamespaceInvitationHistoryV4InternalServerError

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

func NewAdminGetNamespaceInvitationHistoryV4InternalServerError() *AdminGetNamespaceInvitationHistoryV4InternalServerError

NewAdminGetNamespaceInvitationHistoryV4InternalServerError creates a AdminGetNamespaceInvitationHistoryV4InternalServerError with default headers values

func (*AdminGetNamespaceInvitationHistoryV4InternalServerError) Error

func (*AdminGetNamespaceInvitationHistoryV4InternalServerError) GetPayload

func (*AdminGetNamespaceInvitationHistoryV4InternalServerError) ToJSONString

type AdminGetNamespaceInvitationHistoryV4NotFound

type AdminGetNamespaceInvitationHistoryV4NotFound struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminGetNamespaceInvitationHistoryV4NotFound handles this case with default header values.

func NewAdminGetNamespaceInvitationHistoryV4NotFound

func NewAdminGetNamespaceInvitationHistoryV4NotFound() *AdminGetNamespaceInvitationHistoryV4NotFound

NewAdminGetNamespaceInvitationHistoryV4NotFound creates a AdminGetNamespaceInvitationHistoryV4NotFound with default headers values

func (*AdminGetNamespaceInvitationHistoryV4NotFound) Error

func (*AdminGetNamespaceInvitationHistoryV4NotFound) GetPayload

func (*AdminGetNamespaceInvitationHistoryV4NotFound) ToJSONString

type AdminGetNamespaceInvitationHistoryV4NotImplemented

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

func NewAdminGetNamespaceInvitationHistoryV4NotImplemented() *AdminGetNamespaceInvitationHistoryV4NotImplemented

NewAdminGetNamespaceInvitationHistoryV4NotImplemented creates a AdminGetNamespaceInvitationHistoryV4NotImplemented with default headers values

func (*AdminGetNamespaceInvitationHistoryV4NotImplemented) Error

func (*AdminGetNamespaceInvitationHistoryV4NotImplemented) GetPayload

func (*AdminGetNamespaceInvitationHistoryV4NotImplemented) ToJSONString

type AdminGetNamespaceInvitationHistoryV4OK

type AdminGetNamespaceInvitationHistoryV4OK struct {
	Payload *iamclientmodels.ModelInvitationHistoryResponse
}

AdminGetNamespaceInvitationHistoryV4OK handles this case with default header values.

Operation succeeded

func NewAdminGetNamespaceInvitationHistoryV4OK

func NewAdminGetNamespaceInvitationHistoryV4OK() *AdminGetNamespaceInvitationHistoryV4OK

NewAdminGetNamespaceInvitationHistoryV4OK creates a AdminGetNamespaceInvitationHistoryV4OK with default headers values

func (*AdminGetNamespaceInvitationHistoryV4OK) Error

func (*AdminGetNamespaceInvitationHistoryV4OK) GetPayload

func (*AdminGetNamespaceInvitationHistoryV4OK) ToJSONString

type AdminGetNamespaceInvitationHistoryV4Params

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

func NewAdminGetNamespaceInvitationHistoryV4Params() *AdminGetNamespaceInvitationHistoryV4Params

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

func NewAdminGetNamespaceInvitationHistoryV4ParamsWithContext

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

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

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

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

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

func (*AdminGetNamespaceInvitationHistoryV4Params) SetContext

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

func (*AdminGetNamespaceInvitationHistoryV4Params) SetFlightId

func (o *AdminGetNamespaceInvitationHistoryV4Params) SetFlightId(flightId string)

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

func (*AdminGetNamespaceInvitationHistoryV4Params) SetHTTPClient

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

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

func (*AdminGetNamespaceInvitationHistoryV4Params) SetHTTPClientTransport

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

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

func (*AdminGetNamespaceInvitationHistoryV4Params) SetNamespace

func (o *AdminGetNamespaceInvitationHistoryV4Params) SetNamespace(namespace string)

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

func (*AdminGetNamespaceInvitationHistoryV4Params) SetTimeout

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

func (*AdminGetNamespaceInvitationHistoryV4Params) WithContext

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

func (*AdminGetNamespaceInvitationHistoryV4Params) WithHTTPClient

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

func (*AdminGetNamespaceInvitationHistoryV4Params) WithNamespace

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

func (*AdminGetNamespaceInvitationHistoryV4Params) WithTimeout

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

func (*AdminGetNamespaceInvitationHistoryV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetNamespaceInvitationHistoryV4Reader

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

AdminGetNamespaceInvitationHistoryV4Reader is a Reader for the AdminGetNamespaceInvitationHistoryV4 structure.

func (*AdminGetNamespaceInvitationHistoryV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetNamespaceInvitationHistoryV4Unauthorized

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

func NewAdminGetNamespaceInvitationHistoryV4Unauthorized() *AdminGetNamespaceInvitationHistoryV4Unauthorized

NewAdminGetNamespaceInvitationHistoryV4Unauthorized creates a AdminGetNamespaceInvitationHistoryV4Unauthorized with default headers values

func (*AdminGetNamespaceInvitationHistoryV4Unauthorized) Error

func (*AdminGetNamespaceInvitationHistoryV4Unauthorized) GetPayload

func (*AdminGetNamespaceInvitationHistoryV4Unauthorized) ToJSONString

type AdminGetNamespaceUserInvitationHistoryV4BadRequest

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

func NewAdminGetNamespaceUserInvitationHistoryV4BadRequest() *AdminGetNamespaceUserInvitationHistoryV4BadRequest

NewAdminGetNamespaceUserInvitationHistoryV4BadRequest creates a AdminGetNamespaceUserInvitationHistoryV4BadRequest with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4BadRequest) Error

func (*AdminGetNamespaceUserInvitationHistoryV4BadRequest) GetPayload

func (*AdminGetNamespaceUserInvitationHistoryV4BadRequest) ToJSONString

type AdminGetNamespaceUserInvitationHistoryV4Forbidden

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

func NewAdminGetNamespaceUserInvitationHistoryV4Forbidden() *AdminGetNamespaceUserInvitationHistoryV4Forbidden

NewAdminGetNamespaceUserInvitationHistoryV4Forbidden creates a AdminGetNamespaceUserInvitationHistoryV4Forbidden with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4Forbidden) Error

func (*AdminGetNamespaceUserInvitationHistoryV4Forbidden) GetPayload

func (*AdminGetNamespaceUserInvitationHistoryV4Forbidden) ToJSONString

type AdminGetNamespaceUserInvitationHistoryV4InternalServerError

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

func NewAdminGetNamespaceUserInvitationHistoryV4InternalServerError() *AdminGetNamespaceUserInvitationHistoryV4InternalServerError

NewAdminGetNamespaceUserInvitationHistoryV4InternalServerError creates a AdminGetNamespaceUserInvitationHistoryV4InternalServerError with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4InternalServerError) Error

func (*AdminGetNamespaceUserInvitationHistoryV4InternalServerError) GetPayload

func (*AdminGetNamespaceUserInvitationHistoryV4InternalServerError) ToJSONString

type AdminGetNamespaceUserInvitationHistoryV4NotImplemented

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

func NewAdminGetNamespaceUserInvitationHistoryV4NotImplemented() *AdminGetNamespaceUserInvitationHistoryV4NotImplemented

NewAdminGetNamespaceUserInvitationHistoryV4NotImplemented creates a AdminGetNamespaceUserInvitationHistoryV4NotImplemented with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4NotImplemented) Error

func (*AdminGetNamespaceUserInvitationHistoryV4NotImplemented) GetPayload

func (*AdminGetNamespaceUserInvitationHistoryV4NotImplemented) ToJSONString

type AdminGetNamespaceUserInvitationHistoryV4OK

type AdminGetNamespaceUserInvitationHistoryV4OK struct {
	Payload *iamclientmodels.ModelNamespaceInvitationHistoryUserV4Response
}

AdminGetNamespaceUserInvitationHistoryV4OK handles this case with default header values.

Operation succeeded

func NewAdminGetNamespaceUserInvitationHistoryV4OK

func NewAdminGetNamespaceUserInvitationHistoryV4OK() *AdminGetNamespaceUserInvitationHistoryV4OK

NewAdminGetNamespaceUserInvitationHistoryV4OK creates a AdminGetNamespaceUserInvitationHistoryV4OK with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4OK) Error

func (*AdminGetNamespaceUserInvitationHistoryV4OK) GetPayload

func (*AdminGetNamespaceUserInvitationHistoryV4OK) ToJSONString

type AdminGetNamespaceUserInvitationHistoryV4Params

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

func NewAdminGetNamespaceUserInvitationHistoryV4Params() *AdminGetNamespaceUserInvitationHistoryV4Params

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

func NewAdminGetNamespaceUserInvitationHistoryV4ParamsWithContext

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

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

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

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetContext

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetFlightId

func (o *AdminGetNamespaceUserInvitationHistoryV4Params) SetFlightId(flightId string)

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetHTTPClient

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetHTTPClientTransport

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

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetNamespace

func (o *AdminGetNamespaceUserInvitationHistoryV4Params) SetNamespace(namespace string)

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetOffset

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) SetTimeout

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithContext

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithHTTPClient

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithLimit

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithNamespace

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithOffset

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WithTimeout

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

func (*AdminGetNamespaceUserInvitationHistoryV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetNamespaceUserInvitationHistoryV4Reader

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

AdminGetNamespaceUserInvitationHistoryV4Reader is a Reader for the AdminGetNamespaceUserInvitationHistoryV4 structure.

func (*AdminGetNamespaceUserInvitationHistoryV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetNamespaceUserInvitationHistoryV4Unauthorized

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

func NewAdminGetNamespaceUserInvitationHistoryV4Unauthorized() *AdminGetNamespaceUserInvitationHistoryV4Unauthorized

NewAdminGetNamespaceUserInvitationHistoryV4Unauthorized creates a AdminGetNamespaceUserInvitationHistoryV4Unauthorized with default headers values

func (*AdminGetNamespaceUserInvitationHistoryV4Unauthorized) Error

func (*AdminGetNamespaceUserInvitationHistoryV4Unauthorized) GetPayload

func (*AdminGetNamespaceUserInvitationHistoryV4Unauthorized) ToJSONString

type AdminInviteUserNewV4BadRequest

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

func NewAdminInviteUserNewV4BadRequest() *AdminInviteUserNewV4BadRequest

NewAdminInviteUserNewV4BadRequest creates a AdminInviteUserNewV4BadRequest with default headers values

func (*AdminInviteUserNewV4BadRequest) Error

func (*AdminInviteUserNewV4BadRequest) GetPayload

func (*AdminInviteUserNewV4BadRequest) ToJSONString

func (o *AdminInviteUserNewV4BadRequest) ToJSONString() string

type AdminInviteUserNewV4Conflict

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

func NewAdminInviteUserNewV4Conflict() *AdminInviteUserNewV4Conflict

NewAdminInviteUserNewV4Conflict creates a AdminInviteUserNewV4Conflict with default headers values

func (*AdminInviteUserNewV4Conflict) Error

func (*AdminInviteUserNewV4Conflict) GetPayload

func (*AdminInviteUserNewV4Conflict) ToJSONString

func (o *AdminInviteUserNewV4Conflict) ToJSONString() string

type AdminInviteUserNewV4Created

type AdminInviteUserNewV4Created struct {
	Payload *iamclientmodels.ModelInviteUserResponseV3
}

AdminInviteUserNewV4Created handles this case with default header values.

Created

func NewAdminInviteUserNewV4Created

func NewAdminInviteUserNewV4Created() *AdminInviteUserNewV4Created

NewAdminInviteUserNewV4Created creates a AdminInviteUserNewV4Created with default headers values

func (*AdminInviteUserNewV4Created) Error

func (*AdminInviteUserNewV4Created) GetPayload

func (*AdminInviteUserNewV4Created) ToJSONString

func (o *AdminInviteUserNewV4Created) ToJSONString() string

type AdminInviteUserNewV4Forbidden

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

func NewAdminInviteUserNewV4Forbidden() *AdminInviteUserNewV4Forbidden

NewAdminInviteUserNewV4Forbidden creates a AdminInviteUserNewV4Forbidden with default headers values

func (*AdminInviteUserNewV4Forbidden) Error

func (*AdminInviteUserNewV4Forbidden) GetPayload

func (*AdminInviteUserNewV4Forbidden) ToJSONString

func (o *AdminInviteUserNewV4Forbidden) ToJSONString() string

type AdminInviteUserNewV4InternalServerError

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

func NewAdminInviteUserNewV4InternalServerError() *AdminInviteUserNewV4InternalServerError

NewAdminInviteUserNewV4InternalServerError creates a AdminInviteUserNewV4InternalServerError with default headers values

func (*AdminInviteUserNewV4InternalServerError) Error

func (*AdminInviteUserNewV4InternalServerError) GetPayload

func (*AdminInviteUserNewV4InternalServerError) ToJSONString

type AdminInviteUserNewV4NotFound

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

func NewAdminInviteUserNewV4NotFound() *AdminInviteUserNewV4NotFound

NewAdminInviteUserNewV4NotFound creates a AdminInviteUserNewV4NotFound with default headers values

func (*AdminInviteUserNewV4NotFound) Error

func (*AdminInviteUserNewV4NotFound) GetPayload

func (*AdminInviteUserNewV4NotFound) ToJSONString

func (o *AdminInviteUserNewV4NotFound) ToJSONString() string

type AdminInviteUserNewV4Params

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

func NewAdminInviteUserNewV4Params() *AdminInviteUserNewV4Params

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

func NewAdminInviteUserNewV4ParamsWithContext

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

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

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

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

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

func (*AdminInviteUserNewV4Params) SetBody

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

func (*AdminInviteUserNewV4Params) SetContext

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

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

func (*AdminInviteUserNewV4Params) SetFlightId

func (o *AdminInviteUserNewV4Params) SetFlightId(flightId string)

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

func (*AdminInviteUserNewV4Params) SetHTTPClient

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

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

func (*AdminInviteUserNewV4Params) SetHTTPClientTransport

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

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

func (*AdminInviteUserNewV4Params) SetTimeout

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

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

func (*AdminInviteUserNewV4Params) WithBody

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

func (*AdminInviteUserNewV4Params) WithContext

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

func (*AdminInviteUserNewV4Params) WithHTTPClient

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

func (*AdminInviteUserNewV4Params) WithTimeout

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

func (*AdminInviteUserNewV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminInviteUserNewV4Reader

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

AdminInviteUserNewV4Reader is a Reader for the AdminInviteUserNewV4 structure.

func (*AdminInviteUserNewV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminInviteUserNewV4Unauthorized

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

func NewAdminInviteUserNewV4Unauthorized() *AdminInviteUserNewV4Unauthorized

NewAdminInviteUserNewV4Unauthorized creates a AdminInviteUserNewV4Unauthorized with default headers values

func (*AdminInviteUserNewV4Unauthorized) Error

func (*AdminInviteUserNewV4Unauthorized) GetPayload

func (*AdminInviteUserNewV4Unauthorized) ToJSONString

func (o *AdminInviteUserNewV4Unauthorized) ToJSONString() string

type AdminInviteUserNewV4UnprocessableEntity

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

func NewAdminInviteUserNewV4UnprocessableEntity() *AdminInviteUserNewV4UnprocessableEntity

NewAdminInviteUserNewV4UnprocessableEntity creates a AdminInviteUserNewV4UnprocessableEntity with default headers values

func (*AdminInviteUserNewV4UnprocessableEntity) Error

func (*AdminInviteUserNewV4UnprocessableEntity) GetPayload

func (*AdminInviteUserNewV4UnprocessableEntity) ToJSONString

type AdminInviteUserV4BadRequest

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

func NewAdminInviteUserV4BadRequest() *AdminInviteUserV4BadRequest

NewAdminInviteUserV4BadRequest creates a AdminInviteUserV4BadRequest with default headers values

func (*AdminInviteUserV4BadRequest) Error

func (*AdminInviteUserV4BadRequest) GetPayload

func (*AdminInviteUserV4BadRequest) ToJSONString

func (o *AdminInviteUserV4BadRequest) ToJSONString() string

type AdminInviteUserV4Conflict

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

func NewAdminInviteUserV4Conflict() *AdminInviteUserV4Conflict

NewAdminInviteUserV4Conflict creates a AdminInviteUserV4Conflict with default headers values

func (*AdminInviteUserV4Conflict) Error

func (o *AdminInviteUserV4Conflict) Error() string

func (*AdminInviteUserV4Conflict) GetPayload

func (*AdminInviteUserV4Conflict) ToJSONString

func (o *AdminInviteUserV4Conflict) ToJSONString() string

type AdminInviteUserV4Created

type AdminInviteUserV4Created struct {
	Payload *iamclientmodels.ModelInviteUserResponseV3
}

AdminInviteUserV4Created handles this case with default header values.

Created

func NewAdminInviteUserV4Created

func NewAdminInviteUserV4Created() *AdminInviteUserV4Created

NewAdminInviteUserV4Created creates a AdminInviteUserV4Created with default headers values

func (*AdminInviteUserV4Created) Error

func (o *AdminInviteUserV4Created) Error() string

func (*AdminInviteUserV4Created) GetPayload

func (*AdminInviteUserV4Created) ToJSONString

func (o *AdminInviteUserV4Created) ToJSONString() string

type AdminInviteUserV4Forbidden

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

func NewAdminInviteUserV4Forbidden() *AdminInviteUserV4Forbidden

NewAdminInviteUserV4Forbidden creates a AdminInviteUserV4Forbidden with default headers values

func (*AdminInviteUserV4Forbidden) Error

func (*AdminInviteUserV4Forbidden) GetPayload

func (*AdminInviteUserV4Forbidden) ToJSONString

func (o *AdminInviteUserV4Forbidden) ToJSONString() string

type AdminInviteUserV4InternalServerError

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

func NewAdminInviteUserV4InternalServerError() *AdminInviteUserV4InternalServerError

NewAdminInviteUserV4InternalServerError creates a AdminInviteUserV4InternalServerError with default headers values

func (*AdminInviteUserV4InternalServerError) Error

func (*AdminInviteUserV4InternalServerError) GetPayload

func (*AdminInviteUserV4InternalServerError) ToJSONString

func (o *AdminInviteUserV4InternalServerError) ToJSONString() string

type AdminInviteUserV4NotFound

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

func NewAdminInviteUserV4NotFound() *AdminInviteUserV4NotFound

NewAdminInviteUserV4NotFound creates a AdminInviteUserV4NotFound with default headers values

func (*AdminInviteUserV4NotFound) Error

func (o *AdminInviteUserV4NotFound) Error() string

func (*AdminInviteUserV4NotFound) GetPayload

func (*AdminInviteUserV4NotFound) ToJSONString

func (o *AdminInviteUserV4NotFound) ToJSONString() string

type AdminInviteUserV4Params

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

func NewAdminInviteUserV4Params() *AdminInviteUserV4Params

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

func NewAdminInviteUserV4ParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetBody

SetBody adds the body to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetContext

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

SetContext adds the context to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetFlightId

func (o *AdminInviteUserV4Params) SetFlightId(flightId string)

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

func (*AdminInviteUserV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin invite user v4 params

func (*AdminInviteUserV4Params) SetHTTPClientTransport

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

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

func (*AdminInviteUserV4Params) SetTimeout

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

SetTimeout adds the timeout to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithBody

WithBody adds the body to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithContext

WithContext adds the context to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the admin invite user v4 params

func (*AdminInviteUserV4Params) WithTimeout

WithTimeout adds the timeout to the admin invite user v4 params

func (*AdminInviteUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminInviteUserV4Reader

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

AdminInviteUserV4Reader is a Reader for the AdminInviteUserV4 structure.

func (*AdminInviteUserV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminInviteUserV4Unauthorized

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

func NewAdminInviteUserV4Unauthorized() *AdminInviteUserV4Unauthorized

NewAdminInviteUserV4Unauthorized creates a AdminInviteUserV4Unauthorized with default headers values

func (*AdminInviteUserV4Unauthorized) Error

func (*AdminInviteUserV4Unauthorized) GetPayload

func (*AdminInviteUserV4Unauthorized) ToJSONString

func (o *AdminInviteUserV4Unauthorized) ToJSONString() string

type AdminInviteUserV4UnprocessableEntity

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

func NewAdminInviteUserV4UnprocessableEntity() *AdminInviteUserV4UnprocessableEntity

NewAdminInviteUserV4UnprocessableEntity creates a AdminInviteUserV4UnprocessableEntity with default headers values

func (*AdminInviteUserV4UnprocessableEntity) Error

func (*AdminInviteUserV4UnprocessableEntity) GetPayload

func (*AdminInviteUserV4UnprocessableEntity) ToJSONString

func (o *AdminInviteUserV4UnprocessableEntity) ToJSONString() string

type AdminListInvitationHistoriesV4BadRequest

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

func NewAdminListInvitationHistoriesV4BadRequest() *AdminListInvitationHistoriesV4BadRequest

NewAdminListInvitationHistoriesV4BadRequest creates a AdminListInvitationHistoriesV4BadRequest with default headers values

func (*AdminListInvitationHistoriesV4BadRequest) Error

func (*AdminListInvitationHistoriesV4BadRequest) GetPayload

func (*AdminListInvitationHistoriesV4BadRequest) ToJSONString

type AdminListInvitationHistoriesV4Forbidden

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

func NewAdminListInvitationHistoriesV4Forbidden() *AdminListInvitationHistoriesV4Forbidden

NewAdminListInvitationHistoriesV4Forbidden creates a AdminListInvitationHistoriesV4Forbidden with default headers values

func (*AdminListInvitationHistoriesV4Forbidden) Error

func (*AdminListInvitationHistoriesV4Forbidden) GetPayload

func (*AdminListInvitationHistoriesV4Forbidden) ToJSONString

type AdminListInvitationHistoriesV4InternalServerError

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

func NewAdminListInvitationHistoriesV4InternalServerError() *AdminListInvitationHistoriesV4InternalServerError

NewAdminListInvitationHistoriesV4InternalServerError creates a AdminListInvitationHistoriesV4InternalServerError with default headers values

func (*AdminListInvitationHistoriesV4InternalServerError) Error

func (*AdminListInvitationHistoriesV4InternalServerError) GetPayload

func (*AdminListInvitationHistoriesV4InternalServerError) ToJSONString

type AdminListInvitationHistoriesV4NotImplemented

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

func NewAdminListInvitationHistoriesV4NotImplemented() *AdminListInvitationHistoriesV4NotImplemented

NewAdminListInvitationHistoriesV4NotImplemented creates a AdminListInvitationHistoriesV4NotImplemented with default headers values

func (*AdminListInvitationHistoriesV4NotImplemented) Error

func (*AdminListInvitationHistoriesV4NotImplemented) GetPayload

func (*AdminListInvitationHistoriesV4NotImplemented) ToJSONString

type AdminListInvitationHistoriesV4OK

type AdminListInvitationHistoriesV4OK struct {
	Payload *iamclientmodels.ModelListInvitationHistoriesV4Response
}

AdminListInvitationHistoriesV4OK handles this case with default header values.

Operation succeeded

func NewAdminListInvitationHistoriesV4OK

func NewAdminListInvitationHistoriesV4OK() *AdminListInvitationHistoriesV4OK

NewAdminListInvitationHistoriesV4OK creates a AdminListInvitationHistoriesV4OK with default headers values

func (*AdminListInvitationHistoriesV4OK) Error

func (*AdminListInvitationHistoriesV4OK) GetPayload

func (*AdminListInvitationHistoriesV4OK) ToJSONString

func (o *AdminListInvitationHistoriesV4OK) ToJSONString() string

type AdminListInvitationHistoriesV4Params

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

func NewAdminListInvitationHistoriesV4Params() *AdminListInvitationHistoriesV4Params

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

func NewAdminListInvitationHistoriesV4ParamsWithContext

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

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

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

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

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

func (*AdminListInvitationHistoriesV4Params) SetContext

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

func (*AdminListInvitationHistoriesV4Params) SetFlightId

func (o *AdminListInvitationHistoriesV4Params) SetFlightId(flightId string)

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

func (*AdminListInvitationHistoriesV4Params) SetHTTPClient

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

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

func (*AdminListInvitationHistoriesV4Params) SetHTTPClientTransport

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

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

func (*AdminListInvitationHistoriesV4Params) SetLimit

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

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

func (*AdminListInvitationHistoriesV4Params) SetNamespace

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

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

func (*AdminListInvitationHistoriesV4Params) SetOffset

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

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

func (*AdminListInvitationHistoriesV4Params) SetTimeout

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

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

func (*AdminListInvitationHistoriesV4Params) WithContext

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

func (*AdminListInvitationHistoriesV4Params) WithHTTPClient

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

func (*AdminListInvitationHistoriesV4Params) WithLimit

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

func (*AdminListInvitationHistoriesV4Params) WithNamespace

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

func (*AdminListInvitationHistoriesV4Params) WithOffset

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

func (*AdminListInvitationHistoriesV4Params) WithTimeout

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

func (*AdminListInvitationHistoriesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListInvitationHistoriesV4Reader

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

AdminListInvitationHistoriesV4Reader is a Reader for the AdminListInvitationHistoriesV4 structure.

func (*AdminListInvitationHistoriesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminListInvitationHistoriesV4Unauthorized

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

func NewAdminListInvitationHistoriesV4Unauthorized() *AdminListInvitationHistoriesV4Unauthorized

NewAdminListInvitationHistoriesV4Unauthorized creates a AdminListInvitationHistoriesV4Unauthorized with default headers values

func (*AdminListInvitationHistoriesV4Unauthorized) Error

func (*AdminListInvitationHistoriesV4Unauthorized) GetPayload

func (*AdminListInvitationHistoriesV4Unauthorized) ToJSONString

type AdminListUserRolesV4Forbidden

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

func NewAdminListUserRolesV4Forbidden() *AdminListUserRolesV4Forbidden

NewAdminListUserRolesV4Forbidden creates a AdminListUserRolesV4Forbidden with default headers values

func (*AdminListUserRolesV4Forbidden) Error

func (*AdminListUserRolesV4Forbidden) GetPayload

func (*AdminListUserRolesV4Forbidden) ToJSONString

func (o *AdminListUserRolesV4Forbidden) ToJSONString() string

type AdminListUserRolesV4InternalServerError

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

func NewAdminListUserRolesV4InternalServerError() *AdminListUserRolesV4InternalServerError

NewAdminListUserRolesV4InternalServerError creates a AdminListUserRolesV4InternalServerError with default headers values

func (*AdminListUserRolesV4InternalServerError) Error

func (*AdminListUserRolesV4InternalServerError) GetPayload

func (*AdminListUserRolesV4InternalServerError) ToJSONString

type AdminListUserRolesV4NotFound

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

func NewAdminListUserRolesV4NotFound() *AdminListUserRolesV4NotFound

NewAdminListUserRolesV4NotFound creates a AdminListUserRolesV4NotFound with default headers values

func (*AdminListUserRolesV4NotFound) Error

func (*AdminListUserRolesV4NotFound) GetPayload

func (*AdminListUserRolesV4NotFound) ToJSONString

func (o *AdminListUserRolesV4NotFound) ToJSONString() string

type AdminListUserRolesV4OK

type AdminListUserRolesV4OK struct {
	Payload *iamclientmodels.ModelListUserRolesV4Response
}

AdminListUserRolesV4OK handles this case with default header values.

Operation succeeded

func NewAdminListUserRolesV4OK

func NewAdminListUserRolesV4OK() *AdminListUserRolesV4OK

NewAdminListUserRolesV4OK creates a AdminListUserRolesV4OK with default headers values

func (*AdminListUserRolesV4OK) Error

func (o *AdminListUserRolesV4OK) Error() string

func (*AdminListUserRolesV4OK) GetPayload

func (*AdminListUserRolesV4OK) ToJSONString

func (o *AdminListUserRolesV4OK) ToJSONString() string

type AdminListUserRolesV4Params

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

func NewAdminListUserRolesV4Params() *AdminListUserRolesV4Params

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

func NewAdminListUserRolesV4ParamsWithContext

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

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

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

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

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

func (*AdminListUserRolesV4Params) SetContext

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

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

func (*AdminListUserRolesV4Params) SetFlightId

func (o *AdminListUserRolesV4Params) SetFlightId(flightId string)

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

func (*AdminListUserRolesV4Params) SetHTTPClient

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

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

func (*AdminListUserRolesV4Params) SetHTTPClientTransport

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

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

func (*AdminListUserRolesV4Params) SetNamespace

func (o *AdminListUserRolesV4Params) SetNamespace(namespace string)

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

func (*AdminListUserRolesV4Params) SetTimeout

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

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

func (*AdminListUserRolesV4Params) SetUserID

func (o *AdminListUserRolesV4Params) SetUserID(userID string)

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

func (*AdminListUserRolesV4Params) WithContext

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

func (*AdminListUserRolesV4Params) WithHTTPClient

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

func (*AdminListUserRolesV4Params) WithNamespace

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

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

func (*AdminListUserRolesV4Params) WithTimeout

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

func (*AdminListUserRolesV4Params) WithUserID

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

func (*AdminListUserRolesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListUserRolesV4Reader

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

AdminListUserRolesV4Reader is a Reader for the AdminListUserRolesV4 structure.

func (*AdminListUserRolesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminListUserRolesV4Unauthorized

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

func NewAdminListUserRolesV4Unauthorized() *AdminListUserRolesV4Unauthorized

NewAdminListUserRolesV4Unauthorized creates a AdminListUserRolesV4Unauthorized with default headers values

func (*AdminListUserRolesV4Unauthorized) Error

func (*AdminListUserRolesV4Unauthorized) GetPayload

func (*AdminListUserRolesV4Unauthorized) ToJSONString

func (o *AdminListUserRolesV4Unauthorized) ToJSONString() string

type AdminMakeFactorMyDefaultV4BadRequest

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

func NewAdminMakeFactorMyDefaultV4BadRequest() *AdminMakeFactorMyDefaultV4BadRequest

NewAdminMakeFactorMyDefaultV4BadRequest creates a AdminMakeFactorMyDefaultV4BadRequest with default headers values

func (*AdminMakeFactorMyDefaultV4BadRequest) Error

func (*AdminMakeFactorMyDefaultV4BadRequest) GetPayload

func (*AdminMakeFactorMyDefaultV4BadRequest) ToJSONString

func (o *AdminMakeFactorMyDefaultV4BadRequest) ToJSONString() string

type AdminMakeFactorMyDefaultV4Forbidden

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

func NewAdminMakeFactorMyDefaultV4Forbidden() *AdminMakeFactorMyDefaultV4Forbidden

NewAdminMakeFactorMyDefaultV4Forbidden creates a AdminMakeFactorMyDefaultV4Forbidden with default headers values

func (*AdminMakeFactorMyDefaultV4Forbidden) Error

func (*AdminMakeFactorMyDefaultV4Forbidden) GetPayload

func (*AdminMakeFactorMyDefaultV4Forbidden) ToJSONString

func (o *AdminMakeFactorMyDefaultV4Forbidden) ToJSONString() string

type AdminMakeFactorMyDefaultV4InternalServerError

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

func NewAdminMakeFactorMyDefaultV4InternalServerError() *AdminMakeFactorMyDefaultV4InternalServerError

NewAdminMakeFactorMyDefaultV4InternalServerError creates a AdminMakeFactorMyDefaultV4InternalServerError with default headers values

func (*AdminMakeFactorMyDefaultV4InternalServerError) Error

func (*AdminMakeFactorMyDefaultV4InternalServerError) GetPayload

func (*AdminMakeFactorMyDefaultV4InternalServerError) ToJSONString

type AdminMakeFactorMyDefaultV4NoContent

type AdminMakeFactorMyDefaultV4NoContent struct {
}

AdminMakeFactorMyDefaultV4NoContent handles this case with default header values.

Default method changed

func NewAdminMakeFactorMyDefaultV4NoContent

func NewAdminMakeFactorMyDefaultV4NoContent() *AdminMakeFactorMyDefaultV4NoContent

NewAdminMakeFactorMyDefaultV4NoContent creates a AdminMakeFactorMyDefaultV4NoContent with default headers values

func (*AdminMakeFactorMyDefaultV4NoContent) Error

type AdminMakeFactorMyDefaultV4NotFound

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

func NewAdminMakeFactorMyDefaultV4NotFound() *AdminMakeFactorMyDefaultV4NotFound

NewAdminMakeFactorMyDefaultV4NotFound creates a AdminMakeFactorMyDefaultV4NotFound with default headers values

func (*AdminMakeFactorMyDefaultV4NotFound) Error

func (*AdminMakeFactorMyDefaultV4NotFound) GetPayload

func (*AdminMakeFactorMyDefaultV4NotFound) ToJSONString

func (o *AdminMakeFactorMyDefaultV4NotFound) ToJSONString() string

type AdminMakeFactorMyDefaultV4Params

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

func NewAdminMakeFactorMyDefaultV4Params() *AdminMakeFactorMyDefaultV4Params

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

func NewAdminMakeFactorMyDefaultV4ParamsWithContext

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

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

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

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

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

func (*AdminMakeFactorMyDefaultV4Params) SetContext

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

func (*AdminMakeFactorMyDefaultV4Params) SetFactor

func (o *AdminMakeFactorMyDefaultV4Params) SetFactor(factor string)

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

func (*AdminMakeFactorMyDefaultV4Params) SetFlightId

func (o *AdminMakeFactorMyDefaultV4Params) SetFlightId(flightId string)

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

func (*AdminMakeFactorMyDefaultV4Params) SetHTTPClient

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

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

func (*AdminMakeFactorMyDefaultV4Params) SetHTTPClientTransport

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

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

func (*AdminMakeFactorMyDefaultV4Params) SetTimeout

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

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

func (*AdminMakeFactorMyDefaultV4Params) WithContext

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

func (*AdminMakeFactorMyDefaultV4Params) WithFactor

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

func (*AdminMakeFactorMyDefaultV4Params) WithHTTPClient

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

func (*AdminMakeFactorMyDefaultV4Params) WithTimeout

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

func (*AdminMakeFactorMyDefaultV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminMakeFactorMyDefaultV4Reader

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

AdminMakeFactorMyDefaultV4Reader is a Reader for the AdminMakeFactorMyDefaultV4 structure.

func (*AdminMakeFactorMyDefaultV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminMakeFactorMyDefaultV4Unauthorized

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

func NewAdminMakeFactorMyDefaultV4Unauthorized() *AdminMakeFactorMyDefaultV4Unauthorized

NewAdminMakeFactorMyDefaultV4Unauthorized creates a AdminMakeFactorMyDefaultV4Unauthorized with default headers values

func (*AdminMakeFactorMyDefaultV4Unauthorized) Error

func (*AdminMakeFactorMyDefaultV4Unauthorized) GetPayload

func (*AdminMakeFactorMyDefaultV4Unauthorized) ToJSONString

type AdminRemoveUserRoleV4BadRequest

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

func NewAdminRemoveUserRoleV4BadRequest() *AdminRemoveUserRoleV4BadRequest

NewAdminRemoveUserRoleV4BadRequest creates a AdminRemoveUserRoleV4BadRequest with default headers values

func (*AdminRemoveUserRoleV4BadRequest) Error

func (*AdminRemoveUserRoleV4BadRequest) GetPayload

func (*AdminRemoveUserRoleV4BadRequest) ToJSONString

func (o *AdminRemoveUserRoleV4BadRequest) ToJSONString() string

type AdminRemoveUserRoleV4Forbidden

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

func NewAdminRemoveUserRoleV4Forbidden() *AdminRemoveUserRoleV4Forbidden

NewAdminRemoveUserRoleV4Forbidden creates a AdminRemoveUserRoleV4Forbidden with default headers values

func (*AdminRemoveUserRoleV4Forbidden) Error

func (*AdminRemoveUserRoleV4Forbidden) GetPayload

func (*AdminRemoveUserRoleV4Forbidden) ToJSONString

func (o *AdminRemoveUserRoleV4Forbidden) ToJSONString() string

type AdminRemoveUserRoleV4InternalServerError

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

func NewAdminRemoveUserRoleV4InternalServerError() *AdminRemoveUserRoleV4InternalServerError

NewAdminRemoveUserRoleV4InternalServerError creates a AdminRemoveUserRoleV4InternalServerError with default headers values

func (*AdminRemoveUserRoleV4InternalServerError) Error

func (*AdminRemoveUserRoleV4InternalServerError) GetPayload

func (*AdminRemoveUserRoleV4InternalServerError) ToJSONString

type AdminRemoveUserRoleV4NoContent

type AdminRemoveUserRoleV4NoContent struct {
}

AdminRemoveUserRoleV4NoContent handles this case with default header values.

Operation succeeded

func NewAdminRemoveUserRoleV4NoContent

func NewAdminRemoveUserRoleV4NoContent() *AdminRemoveUserRoleV4NoContent

NewAdminRemoveUserRoleV4NoContent creates a AdminRemoveUserRoleV4NoContent with default headers values

func (*AdminRemoveUserRoleV4NoContent) Error

type AdminRemoveUserRoleV4NotFound

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

func NewAdminRemoveUserRoleV4NotFound() *AdminRemoveUserRoleV4NotFound

NewAdminRemoveUserRoleV4NotFound creates a AdminRemoveUserRoleV4NotFound with default headers values

func (*AdminRemoveUserRoleV4NotFound) Error

func (*AdminRemoveUserRoleV4NotFound) GetPayload

func (*AdminRemoveUserRoleV4NotFound) ToJSONString

func (o *AdminRemoveUserRoleV4NotFound) ToJSONString() string

type AdminRemoveUserRoleV4Params

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

func NewAdminRemoveUserRoleV4Params() *AdminRemoveUserRoleV4Params

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

func NewAdminRemoveUserRoleV4ParamsWithContext

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

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

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

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

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

func (*AdminRemoveUserRoleV4Params) SetBody

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

func (*AdminRemoveUserRoleV4Params) SetContext

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

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

func (*AdminRemoveUserRoleV4Params) SetFlightId

func (o *AdminRemoveUserRoleV4Params) SetFlightId(flightId string)

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

func (*AdminRemoveUserRoleV4Params) SetHTTPClient

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

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

func (*AdminRemoveUserRoleV4Params) SetHTTPClientTransport

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

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

func (*AdminRemoveUserRoleV4Params) SetNamespace

func (o *AdminRemoveUserRoleV4Params) SetNamespace(namespace string)

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

func (*AdminRemoveUserRoleV4Params) SetTimeout

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

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

func (*AdminRemoveUserRoleV4Params) SetUserID

func (o *AdminRemoveUserRoleV4Params) SetUserID(userID string)

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

func (*AdminRemoveUserRoleV4Params) WithBody

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

func (*AdminRemoveUserRoleV4Params) WithContext

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

func (*AdminRemoveUserRoleV4Params) WithHTTPClient

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

func (*AdminRemoveUserRoleV4Params) WithNamespace

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

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

func (*AdminRemoveUserRoleV4Params) WithTimeout

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

func (*AdminRemoveUserRoleV4Params) WithUserID

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

func (*AdminRemoveUserRoleV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminRemoveUserRoleV4Reader

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

AdminRemoveUserRoleV4Reader is a Reader for the AdminRemoveUserRoleV4 structure.

func (*AdminRemoveUserRoleV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminRemoveUserRoleV4Unauthorized

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

func NewAdminRemoveUserRoleV4Unauthorized() *AdminRemoveUserRoleV4Unauthorized

NewAdminRemoveUserRoleV4Unauthorized creates a AdminRemoveUserRoleV4Unauthorized with default headers values

func (*AdminRemoveUserRoleV4Unauthorized) Error

func (*AdminRemoveUserRoleV4Unauthorized) GetPayload

func (*AdminRemoveUserRoleV4Unauthorized) ToJSONString

func (o *AdminRemoveUserRoleV4Unauthorized) ToJSONString() string

type AdminRemoveUserRoleV4UnprocessableEntity

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

func NewAdminRemoveUserRoleV4UnprocessableEntity() *AdminRemoveUserRoleV4UnprocessableEntity

NewAdminRemoveUserRoleV4UnprocessableEntity creates a AdminRemoveUserRoleV4UnprocessableEntity with default headers values

func (*AdminRemoveUserRoleV4UnprocessableEntity) Error

func (*AdminRemoveUserRoleV4UnprocessableEntity) GetPayload

func (*AdminRemoveUserRoleV4UnprocessableEntity) ToJSONString

type AdminSendMyMFAEmailCodeV4BadRequest

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

func NewAdminSendMyMFAEmailCodeV4BadRequest() *AdminSendMyMFAEmailCodeV4BadRequest

NewAdminSendMyMFAEmailCodeV4BadRequest creates a AdminSendMyMFAEmailCodeV4BadRequest with default headers values

func (*AdminSendMyMFAEmailCodeV4BadRequest) Error

func (*AdminSendMyMFAEmailCodeV4BadRequest) GetPayload

func (*AdminSendMyMFAEmailCodeV4BadRequest) ToJSONString

func (o *AdminSendMyMFAEmailCodeV4BadRequest) ToJSONString() string

type AdminSendMyMFAEmailCodeV4Forbidden

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

func NewAdminSendMyMFAEmailCodeV4Forbidden() *AdminSendMyMFAEmailCodeV4Forbidden

NewAdminSendMyMFAEmailCodeV4Forbidden creates a AdminSendMyMFAEmailCodeV4Forbidden with default headers values

func (*AdminSendMyMFAEmailCodeV4Forbidden) Error

func (*AdminSendMyMFAEmailCodeV4Forbidden) GetPayload

func (*AdminSendMyMFAEmailCodeV4Forbidden) ToJSONString

func (o *AdminSendMyMFAEmailCodeV4Forbidden) ToJSONString() string

type AdminSendMyMFAEmailCodeV4InternalServerError

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

func NewAdminSendMyMFAEmailCodeV4InternalServerError() *AdminSendMyMFAEmailCodeV4InternalServerError

NewAdminSendMyMFAEmailCodeV4InternalServerError creates a AdminSendMyMFAEmailCodeV4InternalServerError with default headers values

func (*AdminSendMyMFAEmailCodeV4InternalServerError) Error

func (*AdminSendMyMFAEmailCodeV4InternalServerError) GetPayload

func (*AdminSendMyMFAEmailCodeV4InternalServerError) ToJSONString

type AdminSendMyMFAEmailCodeV4NoContent

type AdminSendMyMFAEmailCodeV4NoContent struct {
}

AdminSendMyMFAEmailCodeV4NoContent handles this case with default header values.

code sent

func NewAdminSendMyMFAEmailCodeV4NoContent

func NewAdminSendMyMFAEmailCodeV4NoContent() *AdminSendMyMFAEmailCodeV4NoContent

NewAdminSendMyMFAEmailCodeV4NoContent creates a AdminSendMyMFAEmailCodeV4NoContent with default headers values

func (*AdminSendMyMFAEmailCodeV4NoContent) Error

type AdminSendMyMFAEmailCodeV4NotFound

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

func NewAdminSendMyMFAEmailCodeV4NotFound() *AdminSendMyMFAEmailCodeV4NotFound

NewAdminSendMyMFAEmailCodeV4NotFound creates a AdminSendMyMFAEmailCodeV4NotFound with default headers values

func (*AdminSendMyMFAEmailCodeV4NotFound) Error

func (*AdminSendMyMFAEmailCodeV4NotFound) GetPayload

func (*AdminSendMyMFAEmailCodeV4NotFound) ToJSONString

func (o *AdminSendMyMFAEmailCodeV4NotFound) ToJSONString() string

type AdminSendMyMFAEmailCodeV4Params

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

func NewAdminSendMyMFAEmailCodeV4Params() *AdminSendMyMFAEmailCodeV4Params

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

func NewAdminSendMyMFAEmailCodeV4ParamsWithContext

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

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

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

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

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

func (*AdminSendMyMFAEmailCodeV4Params) SetContext

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

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

func (*AdminSendMyMFAEmailCodeV4Params) SetFlightId

func (o *AdminSendMyMFAEmailCodeV4Params) SetFlightId(flightId string)

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

func (*AdminSendMyMFAEmailCodeV4Params) SetHTTPClient

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

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

func (*AdminSendMyMFAEmailCodeV4Params) SetHTTPClientTransport

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

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

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

func (*AdminSendMyMFAEmailCodeV4Params) WithContext

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

func (*AdminSendMyMFAEmailCodeV4Params) WithHTTPClient

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

func (*AdminSendMyMFAEmailCodeV4Params) WithTimeout

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

func (*AdminSendMyMFAEmailCodeV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminSendMyMFAEmailCodeV4Reader

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

AdminSendMyMFAEmailCodeV4Reader is a Reader for the AdminSendMyMFAEmailCodeV4 structure.

func (*AdminSendMyMFAEmailCodeV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminSendMyMFAEmailCodeV4TooManyRequests

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

func NewAdminSendMyMFAEmailCodeV4TooManyRequests() *AdminSendMyMFAEmailCodeV4TooManyRequests

NewAdminSendMyMFAEmailCodeV4TooManyRequests creates a AdminSendMyMFAEmailCodeV4TooManyRequests with default headers values

func (*AdminSendMyMFAEmailCodeV4TooManyRequests) Error

func (*AdminSendMyMFAEmailCodeV4TooManyRequests) GetPayload

func (*AdminSendMyMFAEmailCodeV4TooManyRequests) ToJSONString

type AdminSendMyMFAEmailCodeV4Unauthorized

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

func NewAdminSendMyMFAEmailCodeV4Unauthorized() *AdminSendMyMFAEmailCodeV4Unauthorized

NewAdminSendMyMFAEmailCodeV4Unauthorized creates a AdminSendMyMFAEmailCodeV4Unauthorized with default headers values

func (*AdminSendMyMFAEmailCodeV4Unauthorized) Error

func (*AdminSendMyMFAEmailCodeV4Unauthorized) GetPayload

func (*AdminSendMyMFAEmailCodeV4Unauthorized) ToJSONString

type AdminUpdateMyUserV4BadRequest

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

func NewAdminUpdateMyUserV4BadRequest() *AdminUpdateMyUserV4BadRequest

NewAdminUpdateMyUserV4BadRequest creates a AdminUpdateMyUserV4BadRequest with default headers values

func (*AdminUpdateMyUserV4BadRequest) Error

func (*AdminUpdateMyUserV4BadRequest) GetPayload

func (*AdminUpdateMyUserV4BadRequest) ToJSONString

func (o *AdminUpdateMyUserV4BadRequest) ToJSONString() string

type AdminUpdateMyUserV4Conflict

type AdminUpdateMyUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateMyUserV4Conflict handles this case with default header values.

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

func NewAdminUpdateMyUserV4Conflict

func NewAdminUpdateMyUserV4Conflict() *AdminUpdateMyUserV4Conflict

NewAdminUpdateMyUserV4Conflict creates a AdminUpdateMyUserV4Conflict with default headers values

func (*AdminUpdateMyUserV4Conflict) Error

func (*AdminUpdateMyUserV4Conflict) GetPayload

func (*AdminUpdateMyUserV4Conflict) ToJSONString

func (o *AdminUpdateMyUserV4Conflict) ToJSONString() string

type AdminUpdateMyUserV4InternalServerError

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

func NewAdminUpdateMyUserV4InternalServerError() *AdminUpdateMyUserV4InternalServerError

NewAdminUpdateMyUserV4InternalServerError creates a AdminUpdateMyUserV4InternalServerError with default headers values

func (*AdminUpdateMyUserV4InternalServerError) Error

func (*AdminUpdateMyUserV4InternalServerError) GetPayload

func (*AdminUpdateMyUserV4InternalServerError) ToJSONString

type AdminUpdateMyUserV4OK

type AdminUpdateMyUserV4OK struct {
	Payload *iamclientmodels.ModelUserResponseV3
}

AdminUpdateMyUserV4OK handles this case with default header values.

OK

func NewAdminUpdateMyUserV4OK

func NewAdminUpdateMyUserV4OK() *AdminUpdateMyUserV4OK

NewAdminUpdateMyUserV4OK creates a AdminUpdateMyUserV4OK with default headers values

func (*AdminUpdateMyUserV4OK) Error

func (o *AdminUpdateMyUserV4OK) Error() string

func (*AdminUpdateMyUserV4OK) GetPayload

func (*AdminUpdateMyUserV4OK) ToJSONString

func (o *AdminUpdateMyUserV4OK) ToJSONString() string

type AdminUpdateMyUserV4Params

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

func NewAdminUpdateMyUserV4Params() *AdminUpdateMyUserV4Params

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

func NewAdminUpdateMyUserV4ParamsWithContext

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

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

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

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

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

func (*AdminUpdateMyUserV4Params) SetBody

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

func (*AdminUpdateMyUserV4Params) SetContext

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

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

func (*AdminUpdateMyUserV4Params) SetFlightId

func (o *AdminUpdateMyUserV4Params) SetFlightId(flightId string)

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

func (*AdminUpdateMyUserV4Params) SetHTTPClient

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

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

func (*AdminUpdateMyUserV4Params) SetHTTPClientTransport

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

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

func (*AdminUpdateMyUserV4Params) SetTimeout

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

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

func (*AdminUpdateMyUserV4Params) WithBody

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

func (*AdminUpdateMyUserV4Params) WithContext

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

func (*AdminUpdateMyUserV4Params) WithHTTPClient

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

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

func (*AdminUpdateMyUserV4Params) WithTimeout

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

func (*AdminUpdateMyUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateMyUserV4Reader

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

AdminUpdateMyUserV4Reader is a Reader for the AdminUpdateMyUserV4 structure.

func (*AdminUpdateMyUserV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateMyUserV4Unauthorized

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

func NewAdminUpdateMyUserV4Unauthorized() *AdminUpdateMyUserV4Unauthorized

NewAdminUpdateMyUserV4Unauthorized creates a AdminUpdateMyUserV4Unauthorized with default headers values

func (*AdminUpdateMyUserV4Unauthorized) Error

func (*AdminUpdateMyUserV4Unauthorized) GetPayload

func (*AdminUpdateMyUserV4Unauthorized) ToJSONString

func (o *AdminUpdateMyUserV4Unauthorized) ToJSONString() string

type AdminUpdateUserEmailAddressV4BadRequest

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

func NewAdminUpdateUserEmailAddressV4BadRequest() *AdminUpdateUserEmailAddressV4BadRequest

NewAdminUpdateUserEmailAddressV4BadRequest creates a AdminUpdateUserEmailAddressV4BadRequest with default headers values

func (*AdminUpdateUserEmailAddressV4BadRequest) Error

func (*AdminUpdateUserEmailAddressV4BadRequest) GetPayload

func (*AdminUpdateUserEmailAddressV4BadRequest) ToJSONString

type AdminUpdateUserEmailAddressV4Conflict

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

func NewAdminUpdateUserEmailAddressV4Conflict() *AdminUpdateUserEmailAddressV4Conflict

NewAdminUpdateUserEmailAddressV4Conflict creates a AdminUpdateUserEmailAddressV4Conflict with default headers values

func (*AdminUpdateUserEmailAddressV4Conflict) Error

func (*AdminUpdateUserEmailAddressV4Conflict) GetPayload

func (*AdminUpdateUserEmailAddressV4Conflict) ToJSONString

type AdminUpdateUserEmailAddressV4InternalServerError

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

func NewAdminUpdateUserEmailAddressV4InternalServerError() *AdminUpdateUserEmailAddressV4InternalServerError

NewAdminUpdateUserEmailAddressV4InternalServerError creates a AdminUpdateUserEmailAddressV4InternalServerError with default headers values

func (*AdminUpdateUserEmailAddressV4InternalServerError) Error

func (*AdminUpdateUserEmailAddressV4InternalServerError) GetPayload

func (*AdminUpdateUserEmailAddressV4InternalServerError) ToJSONString

type AdminUpdateUserEmailAddressV4NoContent

type AdminUpdateUserEmailAddressV4NoContent struct {
}

AdminUpdateUserEmailAddressV4NoContent handles this case with default header values.

Operation succeeded

func NewAdminUpdateUserEmailAddressV4NoContent

func NewAdminUpdateUserEmailAddressV4NoContent() *AdminUpdateUserEmailAddressV4NoContent

NewAdminUpdateUserEmailAddressV4NoContent creates a AdminUpdateUserEmailAddressV4NoContent with default headers values

func (*AdminUpdateUserEmailAddressV4NoContent) Error

type AdminUpdateUserEmailAddressV4NotFound

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

func NewAdminUpdateUserEmailAddressV4NotFound() *AdminUpdateUserEmailAddressV4NotFound

NewAdminUpdateUserEmailAddressV4NotFound creates a AdminUpdateUserEmailAddressV4NotFound with default headers values

func (*AdminUpdateUserEmailAddressV4NotFound) Error

func (*AdminUpdateUserEmailAddressV4NotFound) GetPayload

func (*AdminUpdateUserEmailAddressV4NotFound) ToJSONString

type AdminUpdateUserEmailAddressV4Params

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

func NewAdminUpdateUserEmailAddressV4Params() *AdminUpdateUserEmailAddressV4Params

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

func NewAdminUpdateUserEmailAddressV4ParamsWithContext

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

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

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

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

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

func (*AdminUpdateUserEmailAddressV4Params) SetBody

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

func (*AdminUpdateUserEmailAddressV4Params) SetContext

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

func (*AdminUpdateUserEmailAddressV4Params) SetFlightId

func (o *AdminUpdateUserEmailAddressV4Params) SetFlightId(flightId string)

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

func (*AdminUpdateUserEmailAddressV4Params) SetHTTPClient

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

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

func (*AdminUpdateUserEmailAddressV4Params) SetHTTPClientTransport

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

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

func (*AdminUpdateUserEmailAddressV4Params) SetNamespace

func (o *AdminUpdateUserEmailAddressV4Params) SetNamespace(namespace string)

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

func (*AdminUpdateUserEmailAddressV4Params) SetTimeout

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

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

func (*AdminUpdateUserEmailAddressV4Params) SetUserID

func (o *AdminUpdateUserEmailAddressV4Params) SetUserID(userID string)

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

func (*AdminUpdateUserEmailAddressV4Params) WithBody

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

func (*AdminUpdateUserEmailAddressV4Params) WithContext

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

func (*AdminUpdateUserEmailAddressV4Params) WithHTTPClient

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

func (*AdminUpdateUserEmailAddressV4Params) WithNamespace

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

func (*AdminUpdateUserEmailAddressV4Params) WithTimeout

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

func (*AdminUpdateUserEmailAddressV4Params) WithUserID

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

func (*AdminUpdateUserEmailAddressV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateUserEmailAddressV4Reader

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

AdminUpdateUserEmailAddressV4Reader is a Reader for the AdminUpdateUserEmailAddressV4 structure.

func (*AdminUpdateUserEmailAddressV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateUserEmailAddressV4Unauthorized

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

func NewAdminUpdateUserEmailAddressV4Unauthorized() *AdminUpdateUserEmailAddressV4Unauthorized

NewAdminUpdateUserEmailAddressV4Unauthorized creates a AdminUpdateUserEmailAddressV4Unauthorized with default headers values

func (*AdminUpdateUserEmailAddressV4Unauthorized) Error

func (*AdminUpdateUserEmailAddressV4Unauthorized) GetPayload

func (*AdminUpdateUserEmailAddressV4Unauthorized) ToJSONString

type AdminUpdateUserRoleV4BadRequest

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

func NewAdminUpdateUserRoleV4BadRequest() *AdminUpdateUserRoleV4BadRequest

NewAdminUpdateUserRoleV4BadRequest creates a AdminUpdateUserRoleV4BadRequest with default headers values

func (*AdminUpdateUserRoleV4BadRequest) Error

func (*AdminUpdateUserRoleV4BadRequest) GetPayload

func (*AdminUpdateUserRoleV4BadRequest) ToJSONString

func (o *AdminUpdateUserRoleV4BadRequest) ToJSONString() string

type AdminUpdateUserRoleV4Forbidden

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

func NewAdminUpdateUserRoleV4Forbidden() *AdminUpdateUserRoleV4Forbidden

NewAdminUpdateUserRoleV4Forbidden creates a AdminUpdateUserRoleV4Forbidden with default headers values

func (*AdminUpdateUserRoleV4Forbidden) Error

func (*AdminUpdateUserRoleV4Forbidden) GetPayload

func (*AdminUpdateUserRoleV4Forbidden) ToJSONString

func (o *AdminUpdateUserRoleV4Forbidden) ToJSONString() string

type AdminUpdateUserRoleV4InternalServerError

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

func NewAdminUpdateUserRoleV4InternalServerError() *AdminUpdateUserRoleV4InternalServerError

NewAdminUpdateUserRoleV4InternalServerError creates a AdminUpdateUserRoleV4InternalServerError with default headers values

func (*AdminUpdateUserRoleV4InternalServerError) Error

func (*AdminUpdateUserRoleV4InternalServerError) GetPayload

func (*AdminUpdateUserRoleV4InternalServerError) ToJSONString

type AdminUpdateUserRoleV4NotFound

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

func NewAdminUpdateUserRoleV4NotFound() *AdminUpdateUserRoleV4NotFound

NewAdminUpdateUserRoleV4NotFound creates a AdminUpdateUserRoleV4NotFound with default headers values

func (*AdminUpdateUserRoleV4NotFound) Error

func (*AdminUpdateUserRoleV4NotFound) GetPayload

func (*AdminUpdateUserRoleV4NotFound) ToJSONString

func (o *AdminUpdateUserRoleV4NotFound) ToJSONString() string

type AdminUpdateUserRoleV4OK

type AdminUpdateUserRoleV4OK struct {
	Payload *iamclientmodels.ModelListUserRolesV4Response
}

AdminUpdateUserRoleV4OK handles this case with default header values.

Operation succeeded

func NewAdminUpdateUserRoleV4OK

func NewAdminUpdateUserRoleV4OK() *AdminUpdateUserRoleV4OK

NewAdminUpdateUserRoleV4OK creates a AdminUpdateUserRoleV4OK with default headers values

func (*AdminUpdateUserRoleV4OK) Error

func (o *AdminUpdateUserRoleV4OK) Error() string

func (*AdminUpdateUserRoleV4OK) GetPayload

func (*AdminUpdateUserRoleV4OK) ToJSONString

func (o *AdminUpdateUserRoleV4OK) ToJSONString() string

type AdminUpdateUserRoleV4Params

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

func NewAdminUpdateUserRoleV4Params() *AdminUpdateUserRoleV4Params

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

func NewAdminUpdateUserRoleV4ParamsWithContext

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

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

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

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

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

func (*AdminUpdateUserRoleV4Params) SetBody

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

func (*AdminUpdateUserRoleV4Params) SetContext

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

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

func (*AdminUpdateUserRoleV4Params) SetFlightId

func (o *AdminUpdateUserRoleV4Params) SetFlightId(flightId string)

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

func (*AdminUpdateUserRoleV4Params) SetHTTPClient

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

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

func (*AdminUpdateUserRoleV4Params) SetHTTPClientTransport

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

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

func (*AdminUpdateUserRoleV4Params) SetNamespace

func (o *AdminUpdateUserRoleV4Params) SetNamespace(namespace string)

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

func (*AdminUpdateUserRoleV4Params) SetTimeout

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

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

func (*AdminUpdateUserRoleV4Params) SetUserID

func (o *AdminUpdateUserRoleV4Params) SetUserID(userID string)

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

func (*AdminUpdateUserRoleV4Params) WithBody

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

func (*AdminUpdateUserRoleV4Params) WithContext

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

func (*AdminUpdateUserRoleV4Params) WithHTTPClient

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

func (*AdminUpdateUserRoleV4Params) WithNamespace

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

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

func (*AdminUpdateUserRoleV4Params) WithTimeout

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

func (*AdminUpdateUserRoleV4Params) WithUserID

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

func (*AdminUpdateUserRoleV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateUserRoleV4Reader

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

AdminUpdateUserRoleV4Reader is a Reader for the AdminUpdateUserRoleV4 structure.

func (*AdminUpdateUserRoleV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateUserRoleV4Unauthorized

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

func NewAdminUpdateUserRoleV4Unauthorized() *AdminUpdateUserRoleV4Unauthorized

NewAdminUpdateUserRoleV4Unauthorized creates a AdminUpdateUserRoleV4Unauthorized with default headers values

func (*AdminUpdateUserRoleV4Unauthorized) Error

func (*AdminUpdateUserRoleV4Unauthorized) GetPayload

func (*AdminUpdateUserRoleV4Unauthorized) ToJSONString

func (o *AdminUpdateUserRoleV4Unauthorized) ToJSONString() string

type AdminUpdateUserRoleV4UnprocessableEntity

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

func NewAdminUpdateUserRoleV4UnprocessableEntity() *AdminUpdateUserRoleV4UnprocessableEntity

NewAdminUpdateUserRoleV4UnprocessableEntity creates a AdminUpdateUserRoleV4UnprocessableEntity with default headers values

func (*AdminUpdateUserRoleV4UnprocessableEntity) Error

func (*AdminUpdateUserRoleV4UnprocessableEntity) GetPayload

func (*AdminUpdateUserRoleV4UnprocessableEntity) ToJSONString

type AdminUpdateUserV4BadRequest

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

func NewAdminUpdateUserV4BadRequest() *AdminUpdateUserV4BadRequest

NewAdminUpdateUserV4BadRequest creates a AdminUpdateUserV4BadRequest with default headers values

func (*AdminUpdateUserV4BadRequest) Error

func (*AdminUpdateUserV4BadRequest) GetPayload

func (*AdminUpdateUserV4BadRequest) ToJSONString

func (o *AdminUpdateUserV4BadRequest) ToJSONString() string

type AdminUpdateUserV4Conflict

type AdminUpdateUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

AdminUpdateUserV4Conflict handles this case with default header values.

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

func NewAdminUpdateUserV4Conflict

func NewAdminUpdateUserV4Conflict() *AdminUpdateUserV4Conflict

NewAdminUpdateUserV4Conflict creates a AdminUpdateUserV4Conflict with default headers values

func (*AdminUpdateUserV4Conflict) Error

func (o *AdminUpdateUserV4Conflict) Error() string

func (*AdminUpdateUserV4Conflict) GetPayload

func (*AdminUpdateUserV4Conflict) ToJSONString

func (o *AdminUpdateUserV4Conflict) ToJSONString() string

type AdminUpdateUserV4Forbidden

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

func NewAdminUpdateUserV4Forbidden() *AdminUpdateUserV4Forbidden

NewAdminUpdateUserV4Forbidden creates a AdminUpdateUserV4Forbidden with default headers values

func (*AdminUpdateUserV4Forbidden) Error

func (*AdminUpdateUserV4Forbidden) GetPayload

func (*AdminUpdateUserV4Forbidden) ToJSONString

func (o *AdminUpdateUserV4Forbidden) ToJSONString() string

type AdminUpdateUserV4InternalServerError

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

func NewAdminUpdateUserV4InternalServerError() *AdminUpdateUserV4InternalServerError

NewAdminUpdateUserV4InternalServerError creates a AdminUpdateUserV4InternalServerError with default headers values

func (*AdminUpdateUserV4InternalServerError) Error

func (*AdminUpdateUserV4InternalServerError) GetPayload

func (*AdminUpdateUserV4InternalServerError) ToJSONString

func (o *AdminUpdateUserV4InternalServerError) ToJSONString() string

type AdminUpdateUserV4NotFound

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

func NewAdminUpdateUserV4NotFound() *AdminUpdateUserV4NotFound

NewAdminUpdateUserV4NotFound creates a AdminUpdateUserV4NotFound with default headers values

func (*AdminUpdateUserV4NotFound) Error

func (o *AdminUpdateUserV4NotFound) Error() string

func (*AdminUpdateUserV4NotFound) GetPayload

func (*AdminUpdateUserV4NotFound) ToJSONString

func (o *AdminUpdateUserV4NotFound) ToJSONString() string

type AdminUpdateUserV4OK

type AdminUpdateUserV4OK struct {
	Payload *iamclientmodels.ModelUserResponseV3
}

AdminUpdateUserV4OK handles this case with default header values.

OK

func NewAdminUpdateUserV4OK

func NewAdminUpdateUserV4OK() *AdminUpdateUserV4OK

NewAdminUpdateUserV4OK creates a AdminUpdateUserV4OK with default headers values

func (*AdminUpdateUserV4OK) Error

func (o *AdminUpdateUserV4OK) Error() string

func (*AdminUpdateUserV4OK) GetPayload

func (*AdminUpdateUserV4OK) ToJSONString

func (o *AdminUpdateUserV4OK) ToJSONString() string

type AdminUpdateUserV4Params

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

func NewAdminUpdateUserV4Params() *AdminUpdateUserV4Params

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

func NewAdminUpdateUserV4ParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetBody

SetBody adds the body to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetContext

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

SetContext adds the context to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetFlightId

func (o *AdminUpdateUserV4Params) SetFlightId(flightId string)

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

func (*AdminUpdateUserV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetHTTPClientTransport

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

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

func (*AdminUpdateUserV4Params) SetNamespace

func (o *AdminUpdateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetTimeout

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

SetTimeout adds the timeout to the admin update user v4 params

func (*AdminUpdateUserV4Params) SetUserID

func (o *AdminUpdateUserV4Params) SetUserID(userID string)

SetUserID adds the userId to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithBody

WithBody adds the body to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithContext

WithContext adds the context to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithNamespace

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

WithNamespace adds the namespace to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithTimeout

WithTimeout adds the timeout to the admin update user v4 params

func (*AdminUpdateUserV4Params) WithUserID

WithUserID adds the userID to the admin update user v4 params

func (*AdminUpdateUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateUserV4Reader

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

AdminUpdateUserV4Reader is a Reader for the AdminUpdateUserV4 structure.

func (*AdminUpdateUserV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateUserV4Unauthorized

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

func NewAdminUpdateUserV4Unauthorized() *AdminUpdateUserV4Unauthorized

NewAdminUpdateUserV4Unauthorized creates a AdminUpdateUserV4Unauthorized with default headers values

func (*AdminUpdateUserV4Unauthorized) Error

func (*AdminUpdateUserV4Unauthorized) GetPayload

func (*AdminUpdateUserV4Unauthorized) ToJSONString

func (o *AdminUpdateUserV4Unauthorized) ToJSONString() string

type Client

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

Client for users v4 API

func (*Client) AdminAddUserRoleV4 deprecated

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

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

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

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

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

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

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

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

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

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

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

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

func (*Client) AdminDisableMyAuthenticatorV4Short

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

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

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

func (*Client) AdminDisableMyBackupCodesV4Short

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

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

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

func (*Client) AdminDisableMyEmailV4Short

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

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

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

func (*Client) AdminDisableUserMFAV4Short

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

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

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

func (*Client) AdminDownloadMyBackupCodesV4Short

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

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

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

func (*Client) AdminEnableBackupCodesV4Short

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

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

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

func (*Client) AdminEnableMyAuthenticatorV4Short

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

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

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

func (*Client) AdminEnableMyBackupCodesV4Short

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

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

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

func (*Client) AdminEnableMyEmailV4Short

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*Client) AdminGetMyEnabledFactorsV4Short

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*Client) AdminListUserRolesV4Short

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

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

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

func (*Client) AdminMakeFactorMyDefaultV4Short

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

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

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

func (*Client) AdminRemoveUserRoleV4Short

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

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

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

func (*Client) AdminSendMyMFAEmailCodeV4Short

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*Client) PublicDisableMyAuthenticatorV4Short

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

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

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

func (*Client) PublicDisableMyBackupCodesV4Short

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

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

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

func (*Client) PublicDisableMyEmailV4Short

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

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

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

func (*Client) PublicDownloadMyBackupCodesV4Short

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

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

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

func (*Client) PublicEnableBackupCodesV4Short

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

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

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

func (*Client) PublicEnableMyAuthenticatorV4Short

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

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

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

func (*Client) PublicEnableMyBackupCodesV4Short

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

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

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

func (*Client) PublicEnableMyEmailV4Short

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*Client) PublicGetMyEnabledFactorsV4Short

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

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

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

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

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

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

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

func (*Client) PublicMakeFactorMyDefaultV4Short

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

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

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

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

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

func (*Client) PublicSendMyMFAEmailCodeV4Short

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

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

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

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

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

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

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

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

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, *PublicCreateUserV4InternalServerError, error)
	PublicCreateUserV4Short(params *PublicCreateUserV4Params, authInfo runtime.ClientAuthInfoWriter) (*PublicCreateUserV4Created, error)
	CreateUserFromInvitationV4(params *CreateUserFromInvitationV4Params, authInfo runtime.ClientAuthInfoWriter) (*CreateUserFromInvitationV4Created, *CreateUserFromInvitationV4BadRequest, *CreateUserFromInvitationV4Forbidden, *CreateUserFromInvitationV4NotFound, *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, *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

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

func NewCreateUserFromInvitationV4BadRequest() *CreateUserFromInvitationV4BadRequest

NewCreateUserFromInvitationV4BadRequest creates a CreateUserFromInvitationV4BadRequest with default headers values

func (*CreateUserFromInvitationV4BadRequest) Error

func (*CreateUserFromInvitationV4BadRequest) GetPayload

func (*CreateUserFromInvitationV4BadRequest) ToJSONString

func (o *CreateUserFromInvitationV4BadRequest) ToJSONString() string

type CreateUserFromInvitationV4Created

type CreateUserFromInvitationV4Created struct {
	Payload *iamclientmodels.AccountCreateUserResponseV4
}

CreateUserFromInvitationV4Created handles this case with default header values.

Created

func NewCreateUserFromInvitationV4Created

func NewCreateUserFromInvitationV4Created() *CreateUserFromInvitationV4Created

NewCreateUserFromInvitationV4Created creates a CreateUserFromInvitationV4Created with default headers values

func (*CreateUserFromInvitationV4Created) Error

func (*CreateUserFromInvitationV4Created) GetPayload

func (*CreateUserFromInvitationV4Created) ToJSONString

func (o *CreateUserFromInvitationV4Created) ToJSONString() string

type CreateUserFromInvitationV4Forbidden

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

func NewCreateUserFromInvitationV4Forbidden() *CreateUserFromInvitationV4Forbidden

NewCreateUserFromInvitationV4Forbidden creates a CreateUserFromInvitationV4Forbidden with default headers values

func (*CreateUserFromInvitationV4Forbidden) Error

func (*CreateUserFromInvitationV4Forbidden) GetPayload

func (*CreateUserFromInvitationV4Forbidden) ToJSONString

func (o *CreateUserFromInvitationV4Forbidden) ToJSONString() string

type CreateUserFromInvitationV4InternalServerError

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

func NewCreateUserFromInvitationV4InternalServerError() *CreateUserFromInvitationV4InternalServerError

NewCreateUserFromInvitationV4InternalServerError creates a CreateUserFromInvitationV4InternalServerError with default headers values

func (*CreateUserFromInvitationV4InternalServerError) Error

func (*CreateUserFromInvitationV4InternalServerError) GetPayload

func (*CreateUserFromInvitationV4InternalServerError) ToJSONString

type CreateUserFromInvitationV4NotFound

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

func NewCreateUserFromInvitationV4NotFound() *CreateUserFromInvitationV4NotFound

NewCreateUserFromInvitationV4NotFound creates a CreateUserFromInvitationV4NotFound with default headers values

func (*CreateUserFromInvitationV4NotFound) Error

func (*CreateUserFromInvitationV4NotFound) GetPayload

func (*CreateUserFromInvitationV4NotFound) ToJSONString

func (o *CreateUserFromInvitationV4NotFound) ToJSONString() string

type CreateUserFromInvitationV4Params

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

func NewCreateUserFromInvitationV4Params() *CreateUserFromInvitationV4Params

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

func NewCreateUserFromInvitationV4ParamsWithContext

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

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

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

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

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

func (*CreateUserFromInvitationV4Params) SetBody

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

func (*CreateUserFromInvitationV4Params) SetContext

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

func (*CreateUserFromInvitationV4Params) SetFlightId

func (o *CreateUserFromInvitationV4Params) SetFlightId(flightId string)

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

func (*CreateUserFromInvitationV4Params) SetHTTPClient

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

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

func (*CreateUserFromInvitationV4Params) SetHTTPClientTransport

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

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

func (*CreateUserFromInvitationV4Params) SetInvitationID

func (o *CreateUserFromInvitationV4Params) SetInvitationID(invitationID string)

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

func (*CreateUserFromInvitationV4Params) SetNamespace

func (o *CreateUserFromInvitationV4Params) SetNamespace(namespace string)

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

func (*CreateUserFromInvitationV4Params) SetTimeout

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

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

func (*CreateUserFromInvitationV4Params) WithBody

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

func (*CreateUserFromInvitationV4Params) WithContext

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

func (*CreateUserFromInvitationV4Params) WithHTTPClient

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

func (*CreateUserFromInvitationV4Params) WithInvitationID

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

func (*CreateUserFromInvitationV4Params) WithNamespace

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

func (*CreateUserFromInvitationV4Params) WithTimeout

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

func (*CreateUserFromInvitationV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUserFromInvitationV4Reader

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

CreateUserFromInvitationV4Reader is a Reader for the CreateUserFromInvitationV4 structure.

func (*CreateUserFromInvitationV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicCreateTestUserV4BadRequest

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

func NewPublicCreateTestUserV4BadRequest() *PublicCreateTestUserV4BadRequest

NewPublicCreateTestUserV4BadRequest creates a PublicCreateTestUserV4BadRequest with default headers values

func (*PublicCreateTestUserV4BadRequest) Error

func (*PublicCreateTestUserV4BadRequest) GetPayload

func (*PublicCreateTestUserV4BadRequest) ToJSONString

func (o *PublicCreateTestUserV4BadRequest) ToJSONString() string

type PublicCreateTestUserV4Conflict

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

func NewPublicCreateTestUserV4Conflict() *PublicCreateTestUserV4Conflict

NewPublicCreateTestUserV4Conflict creates a PublicCreateTestUserV4Conflict with default headers values

func (*PublicCreateTestUserV4Conflict) Error

func (*PublicCreateTestUserV4Conflict) GetPayload

func (*PublicCreateTestUserV4Conflict) ToJSONString

func (o *PublicCreateTestUserV4Conflict) ToJSONString() string

type PublicCreateTestUserV4Created

type PublicCreateTestUserV4Created struct {
	Payload *iamclientmodels.AccountCreateUserResponseV4
}

PublicCreateTestUserV4Created handles this case with default header values.

Created

func NewPublicCreateTestUserV4Created

func NewPublicCreateTestUserV4Created() *PublicCreateTestUserV4Created

NewPublicCreateTestUserV4Created creates a PublicCreateTestUserV4Created with default headers values

func (*PublicCreateTestUserV4Created) Error

func (*PublicCreateTestUserV4Created) GetPayload

func (*PublicCreateTestUserV4Created) ToJSONString

func (o *PublicCreateTestUserV4Created) ToJSONString() string

type PublicCreateTestUserV4InternalServerError

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

func NewPublicCreateTestUserV4InternalServerError() *PublicCreateTestUserV4InternalServerError

NewPublicCreateTestUserV4InternalServerError creates a PublicCreateTestUserV4InternalServerError with default headers values

func (*PublicCreateTestUserV4InternalServerError) Error

func (*PublicCreateTestUserV4InternalServerError) GetPayload

func (*PublicCreateTestUserV4InternalServerError) ToJSONString

type PublicCreateTestUserV4NotFound

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

func NewPublicCreateTestUserV4NotFound() *PublicCreateTestUserV4NotFound

NewPublicCreateTestUserV4NotFound creates a PublicCreateTestUserV4NotFound with default headers values

func (*PublicCreateTestUserV4NotFound) Error

func (*PublicCreateTestUserV4NotFound) GetPayload

func (*PublicCreateTestUserV4NotFound) ToJSONString

func (o *PublicCreateTestUserV4NotFound) ToJSONString() string

type PublicCreateTestUserV4Params

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

func NewPublicCreateTestUserV4Params() *PublicCreateTestUserV4Params

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

func NewPublicCreateTestUserV4ParamsWithContext

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

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

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

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

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

func (*PublicCreateTestUserV4Params) SetBody

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

func (*PublicCreateTestUserV4Params) SetContext

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

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

func (*PublicCreateTestUserV4Params) SetFlightId

func (o *PublicCreateTestUserV4Params) SetFlightId(flightId string)

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

func (*PublicCreateTestUserV4Params) SetHTTPClient

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

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

func (*PublicCreateTestUserV4Params) SetHTTPClientTransport

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

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

func (*PublicCreateTestUserV4Params) SetNamespace

func (o *PublicCreateTestUserV4Params) SetNamespace(namespace string)

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

func (*PublicCreateTestUserV4Params) SetTimeout

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

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

func (*PublicCreateTestUserV4Params) WithBody

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

func (*PublicCreateTestUserV4Params) WithContext

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

func (*PublicCreateTestUserV4Params) WithHTTPClient

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

func (*PublicCreateTestUserV4Params) WithNamespace

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

func (*PublicCreateTestUserV4Params) WithTimeout

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

func (*PublicCreateTestUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCreateTestUserV4Reader

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

PublicCreateTestUserV4Reader is a Reader for the PublicCreateTestUserV4 structure.

func (*PublicCreateTestUserV4Reader) ReadResponse

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

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

func NewPublicCreateUserV4Conflict

func NewPublicCreateUserV4Conflict() *PublicCreateUserV4Conflict

NewPublicCreateUserV4Conflict creates a PublicCreateUserV4Conflict with default headers values

func (*PublicCreateUserV4Conflict) Error

func (*PublicCreateUserV4Conflict) GetPayload

func (*PublicCreateUserV4Conflict) ToJSONString

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

func (o *PublicCreateUserV4Created) ToJSONString() string

type PublicCreateUserV4Forbidden

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

func NewPublicCreateUserV4Forbidden() *PublicCreateUserV4Forbidden

NewPublicCreateUserV4Forbidden creates a PublicCreateUserV4Forbidden with default headers values

func (*PublicCreateUserV4Forbidden) Error

func (*PublicCreateUserV4Forbidden) GetPayload

func (*PublicCreateUserV4Forbidden) ToJSONString

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

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

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

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

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

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

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

func (*PublicCreateUserV4Params) SetNamespace

func (o *PublicCreateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public create user v4 params

func (*PublicCreateUserV4Params) SetTimeout

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

SetTimeout adds the timeout to the public create user v4 params

func (*PublicCreateUserV4Params) WithBody

WithBody adds the body to the public create user v4 params

func (*PublicCreateUserV4Params) WithContext

WithContext adds the context to the public create user v4 params

func (*PublicCreateUserV4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the public create user v4 params

func (*PublicCreateUserV4Params) WithNamespace

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

WithNamespace adds the namespace to the public create user v4 params

func (*PublicCreateUserV4Params) WithTimeout

WithTimeout adds the timeout to the public create user v4 params

func (*PublicCreateUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicCreateUserV4Reader

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

PublicCreateUserV4Reader is a Reader for the PublicCreateUserV4 structure.

func (*PublicCreateUserV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicDisableMyAuthenticatorV4BadRequest

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

func NewPublicDisableMyAuthenticatorV4BadRequest() *PublicDisableMyAuthenticatorV4BadRequest

NewPublicDisableMyAuthenticatorV4BadRequest creates a PublicDisableMyAuthenticatorV4BadRequest with default headers values

func (*PublicDisableMyAuthenticatorV4BadRequest) Error

func (*PublicDisableMyAuthenticatorV4BadRequest) GetPayload

func (*PublicDisableMyAuthenticatorV4BadRequest) ToJSONString

type PublicDisableMyAuthenticatorV4Forbidden

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

func NewPublicDisableMyAuthenticatorV4Forbidden() *PublicDisableMyAuthenticatorV4Forbidden

NewPublicDisableMyAuthenticatorV4Forbidden creates a PublicDisableMyAuthenticatorV4Forbidden with default headers values

func (*PublicDisableMyAuthenticatorV4Forbidden) Error

func (*PublicDisableMyAuthenticatorV4Forbidden) GetPayload

func (*PublicDisableMyAuthenticatorV4Forbidden) ToJSONString

type PublicDisableMyAuthenticatorV4InternalServerError

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

func NewPublicDisableMyAuthenticatorV4InternalServerError() *PublicDisableMyAuthenticatorV4InternalServerError

NewPublicDisableMyAuthenticatorV4InternalServerError creates a PublicDisableMyAuthenticatorV4InternalServerError with default headers values

func (*PublicDisableMyAuthenticatorV4InternalServerError) Error

func (*PublicDisableMyAuthenticatorV4InternalServerError) GetPayload

func (*PublicDisableMyAuthenticatorV4InternalServerError) ToJSONString

type PublicDisableMyAuthenticatorV4NoContent

type PublicDisableMyAuthenticatorV4NoContent struct {
}

PublicDisableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator disabled

func NewPublicDisableMyAuthenticatorV4NoContent

func NewPublicDisableMyAuthenticatorV4NoContent() *PublicDisableMyAuthenticatorV4NoContent

NewPublicDisableMyAuthenticatorV4NoContent creates a PublicDisableMyAuthenticatorV4NoContent with default headers values

func (*PublicDisableMyAuthenticatorV4NoContent) Error

type PublicDisableMyAuthenticatorV4NotFound

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

func NewPublicDisableMyAuthenticatorV4NotFound() *PublicDisableMyAuthenticatorV4NotFound

NewPublicDisableMyAuthenticatorV4NotFound creates a PublicDisableMyAuthenticatorV4NotFound with default headers values

func (*PublicDisableMyAuthenticatorV4NotFound) Error

func (*PublicDisableMyAuthenticatorV4NotFound) GetPayload

func (*PublicDisableMyAuthenticatorV4NotFound) ToJSONString

type PublicDisableMyAuthenticatorV4Params

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

func NewPublicDisableMyAuthenticatorV4Params() *PublicDisableMyAuthenticatorV4Params

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

func NewPublicDisableMyAuthenticatorV4ParamsWithContext

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

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

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

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

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

func (*PublicDisableMyAuthenticatorV4Params) SetContext

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

func (*PublicDisableMyAuthenticatorV4Params) SetFlightId

func (o *PublicDisableMyAuthenticatorV4Params) SetFlightId(flightId string)

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

func (*PublicDisableMyAuthenticatorV4Params) SetHTTPClient

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

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

func (*PublicDisableMyAuthenticatorV4Params) SetHTTPClientTransport

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

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

func (*PublicDisableMyAuthenticatorV4Params) SetNamespace

func (o *PublicDisableMyAuthenticatorV4Params) SetNamespace(namespace string)

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

func (*PublicDisableMyAuthenticatorV4Params) SetTimeout

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

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

func (*PublicDisableMyAuthenticatorV4Params) WithContext

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

func (*PublicDisableMyAuthenticatorV4Params) WithHTTPClient

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

func (*PublicDisableMyAuthenticatorV4Params) WithNamespace

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

func (*PublicDisableMyAuthenticatorV4Params) WithTimeout

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

func (*PublicDisableMyAuthenticatorV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicDisableMyAuthenticatorV4Reader

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

PublicDisableMyAuthenticatorV4Reader is a Reader for the PublicDisableMyAuthenticatorV4 structure.

func (*PublicDisableMyAuthenticatorV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicDisableMyAuthenticatorV4Unauthorized

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

func NewPublicDisableMyAuthenticatorV4Unauthorized() *PublicDisableMyAuthenticatorV4Unauthorized

NewPublicDisableMyAuthenticatorV4Unauthorized creates a PublicDisableMyAuthenticatorV4Unauthorized with default headers values

func (*PublicDisableMyAuthenticatorV4Unauthorized) Error

func (*PublicDisableMyAuthenticatorV4Unauthorized) GetPayload

func (*PublicDisableMyAuthenticatorV4Unauthorized) ToJSONString

type PublicDisableMyBackupCodesV4BadRequest

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

func NewPublicDisableMyBackupCodesV4BadRequest() *PublicDisableMyBackupCodesV4BadRequest

NewPublicDisableMyBackupCodesV4BadRequest creates a PublicDisableMyBackupCodesV4BadRequest with default headers values

func (*PublicDisableMyBackupCodesV4BadRequest) Error

func (*PublicDisableMyBackupCodesV4BadRequest) GetPayload

func (*PublicDisableMyBackupCodesV4BadRequest) ToJSONString

type PublicDisableMyBackupCodesV4Forbidden

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

func NewPublicDisableMyBackupCodesV4Forbidden() *PublicDisableMyBackupCodesV4Forbidden

NewPublicDisableMyBackupCodesV4Forbidden creates a PublicDisableMyBackupCodesV4Forbidden with default headers values

func (*PublicDisableMyBackupCodesV4Forbidden) Error

func (*PublicDisableMyBackupCodesV4Forbidden) GetPayload

func (*PublicDisableMyBackupCodesV4Forbidden) ToJSONString

type PublicDisableMyBackupCodesV4InternalServerError

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

func NewPublicDisableMyBackupCodesV4InternalServerError() *PublicDisableMyBackupCodesV4InternalServerError

NewPublicDisableMyBackupCodesV4InternalServerError creates a PublicDisableMyBackupCodesV4InternalServerError with default headers values

func (*PublicDisableMyBackupCodesV4InternalServerError) Error

func (*PublicDisableMyBackupCodesV4InternalServerError) GetPayload

func (*PublicDisableMyBackupCodesV4InternalServerError) ToJSONString

type PublicDisableMyBackupCodesV4NoContent

type PublicDisableMyBackupCodesV4NoContent struct {
}

PublicDisableMyBackupCodesV4NoContent handles this case with default header values.

Backup codes disabled

func NewPublicDisableMyBackupCodesV4NoContent

func NewPublicDisableMyBackupCodesV4NoContent() *PublicDisableMyBackupCodesV4NoContent

NewPublicDisableMyBackupCodesV4NoContent creates a PublicDisableMyBackupCodesV4NoContent with default headers values

func (*PublicDisableMyBackupCodesV4NoContent) Error

type PublicDisableMyBackupCodesV4NotFound

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

func NewPublicDisableMyBackupCodesV4NotFound() *PublicDisableMyBackupCodesV4NotFound

NewPublicDisableMyBackupCodesV4NotFound creates a PublicDisableMyBackupCodesV4NotFound with default headers values

func (*PublicDisableMyBackupCodesV4NotFound) Error

func (*PublicDisableMyBackupCodesV4NotFound) GetPayload

func (*PublicDisableMyBackupCodesV4NotFound) ToJSONString

func (o *PublicDisableMyBackupCodesV4NotFound) ToJSONString() string

type PublicDisableMyBackupCodesV4Params

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

func NewPublicDisableMyBackupCodesV4Params() *PublicDisableMyBackupCodesV4Params

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

func NewPublicDisableMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*PublicDisableMyBackupCodesV4Params) SetContext

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

func (*PublicDisableMyBackupCodesV4Params) SetFlightId

func (o *PublicDisableMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*PublicDisableMyBackupCodesV4Params) SetHTTPClient

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

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

func (*PublicDisableMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*PublicDisableMyBackupCodesV4Params) SetNamespace

func (o *PublicDisableMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) SetTimeout

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

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

func (*PublicDisableMyBackupCodesV4Params) WithContext

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

func (*PublicDisableMyBackupCodesV4Params) WithHTTPClient

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

func (*PublicDisableMyBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public disable my backup codes v4 params

func (*PublicDisableMyBackupCodesV4Params) WithTimeout

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

func (*PublicDisableMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicDisableMyBackupCodesV4Reader

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

PublicDisableMyBackupCodesV4Reader is a Reader for the PublicDisableMyBackupCodesV4 structure.

func (*PublicDisableMyBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicDisableMyBackupCodesV4Unauthorized

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

func NewPublicDisableMyBackupCodesV4Unauthorized() *PublicDisableMyBackupCodesV4Unauthorized

NewPublicDisableMyBackupCodesV4Unauthorized creates a PublicDisableMyBackupCodesV4Unauthorized with default headers values

func (*PublicDisableMyBackupCodesV4Unauthorized) Error

func (*PublicDisableMyBackupCodesV4Unauthorized) GetPayload

func (*PublicDisableMyBackupCodesV4Unauthorized) ToJSONString

type PublicDisableMyEmailV4BadRequest

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

func NewPublicDisableMyEmailV4BadRequest() *PublicDisableMyEmailV4BadRequest

NewPublicDisableMyEmailV4BadRequest creates a PublicDisableMyEmailV4BadRequest with default headers values

func (*PublicDisableMyEmailV4BadRequest) Error

func (*PublicDisableMyEmailV4BadRequest) GetPayload

func (*PublicDisableMyEmailV4BadRequest) ToJSONString

func (o *PublicDisableMyEmailV4BadRequest) ToJSONString() string

type PublicDisableMyEmailV4Forbidden

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

func NewPublicDisableMyEmailV4Forbidden() *PublicDisableMyEmailV4Forbidden

NewPublicDisableMyEmailV4Forbidden creates a PublicDisableMyEmailV4Forbidden with default headers values

func (*PublicDisableMyEmailV4Forbidden) Error

func (*PublicDisableMyEmailV4Forbidden) GetPayload

func (*PublicDisableMyEmailV4Forbidden) ToJSONString

func (o *PublicDisableMyEmailV4Forbidden) ToJSONString() string

type PublicDisableMyEmailV4InternalServerError

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

func NewPublicDisableMyEmailV4InternalServerError() *PublicDisableMyEmailV4InternalServerError

NewPublicDisableMyEmailV4InternalServerError creates a PublicDisableMyEmailV4InternalServerError with default headers values

func (*PublicDisableMyEmailV4InternalServerError) Error

func (*PublicDisableMyEmailV4InternalServerError) GetPayload

func (*PublicDisableMyEmailV4InternalServerError) ToJSONString

type PublicDisableMyEmailV4NoContent

type PublicDisableMyEmailV4NoContent struct {
}

PublicDisableMyEmailV4NoContent handles this case with default header values.

email disabled

func NewPublicDisableMyEmailV4NoContent

func NewPublicDisableMyEmailV4NoContent() *PublicDisableMyEmailV4NoContent

NewPublicDisableMyEmailV4NoContent creates a PublicDisableMyEmailV4NoContent with default headers values

func (*PublicDisableMyEmailV4NoContent) Error

type PublicDisableMyEmailV4NotFound

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

func NewPublicDisableMyEmailV4NotFound() *PublicDisableMyEmailV4NotFound

NewPublicDisableMyEmailV4NotFound creates a PublicDisableMyEmailV4NotFound with default headers values

func (*PublicDisableMyEmailV4NotFound) Error

func (*PublicDisableMyEmailV4NotFound) GetPayload

func (*PublicDisableMyEmailV4NotFound) ToJSONString

func (o *PublicDisableMyEmailV4NotFound) ToJSONString() string

type PublicDisableMyEmailV4Params

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

func NewPublicDisableMyEmailV4Params() *PublicDisableMyEmailV4Params

NewPublicDisableMyEmailV4Params creates a new PublicDisableMyEmailV4Params object with the default values initialized.

func NewPublicDisableMyEmailV4ParamsWithContext

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

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

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

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

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

func (*PublicDisableMyEmailV4Params) SetContext

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

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

func (*PublicDisableMyEmailV4Params) SetFlightId

func (o *PublicDisableMyEmailV4Params) SetFlightId(flightId string)

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

func (*PublicDisableMyEmailV4Params) SetHTTPClient

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

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

func (*PublicDisableMyEmailV4Params) SetHTTPClientTransport

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

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

func (*PublicDisableMyEmailV4Params) SetNamespace

func (o *PublicDisableMyEmailV4Params) SetNamespace(namespace string)

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

func (*PublicDisableMyEmailV4Params) SetTimeout

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

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

func (*PublicDisableMyEmailV4Params) WithContext

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

func (*PublicDisableMyEmailV4Params) WithHTTPClient

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

func (*PublicDisableMyEmailV4Params) WithNamespace

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

func (*PublicDisableMyEmailV4Params) WithTimeout

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

func (*PublicDisableMyEmailV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicDisableMyEmailV4Reader

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

PublicDisableMyEmailV4Reader is a Reader for the PublicDisableMyEmailV4 structure.

func (*PublicDisableMyEmailV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicDisableMyEmailV4Unauthorized

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

func NewPublicDisableMyEmailV4Unauthorized() *PublicDisableMyEmailV4Unauthorized

NewPublicDisableMyEmailV4Unauthorized creates a PublicDisableMyEmailV4Unauthorized with default headers values

func (*PublicDisableMyEmailV4Unauthorized) Error

func (*PublicDisableMyEmailV4Unauthorized) GetPayload

func (*PublicDisableMyEmailV4Unauthorized) ToJSONString

func (o *PublicDisableMyEmailV4Unauthorized) ToJSONString() string

type PublicDownloadMyBackupCodesV4BadRequest

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

func NewPublicDownloadMyBackupCodesV4BadRequest() *PublicDownloadMyBackupCodesV4BadRequest

NewPublicDownloadMyBackupCodesV4BadRequest creates a PublicDownloadMyBackupCodesV4BadRequest with default headers values

func (*PublicDownloadMyBackupCodesV4BadRequest) Error

func (*PublicDownloadMyBackupCodesV4BadRequest) GetPayload

func (*PublicDownloadMyBackupCodesV4BadRequest) ToJSONString

type PublicDownloadMyBackupCodesV4Forbidden

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

func NewPublicDownloadMyBackupCodesV4Forbidden() *PublicDownloadMyBackupCodesV4Forbidden

NewPublicDownloadMyBackupCodesV4Forbidden creates a PublicDownloadMyBackupCodesV4Forbidden with default headers values

func (*PublicDownloadMyBackupCodesV4Forbidden) Error

func (*PublicDownloadMyBackupCodesV4Forbidden) GetPayload

func (*PublicDownloadMyBackupCodesV4Forbidden) ToJSONString

type PublicDownloadMyBackupCodesV4InternalServerError

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

func NewPublicDownloadMyBackupCodesV4InternalServerError() *PublicDownloadMyBackupCodesV4InternalServerError

NewPublicDownloadMyBackupCodesV4InternalServerError creates a PublicDownloadMyBackupCodesV4InternalServerError with default headers values

func (*PublicDownloadMyBackupCodesV4InternalServerError) Error

func (*PublicDownloadMyBackupCodesV4InternalServerError) GetPayload

func (*PublicDownloadMyBackupCodesV4InternalServerError) ToJSONString

type PublicDownloadMyBackupCodesV4NotFound

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

func NewPublicDownloadMyBackupCodesV4NotFound() *PublicDownloadMyBackupCodesV4NotFound

NewPublicDownloadMyBackupCodesV4NotFound creates a PublicDownloadMyBackupCodesV4NotFound with default headers values

func (*PublicDownloadMyBackupCodesV4NotFound) Error

func (*PublicDownloadMyBackupCodesV4NotFound) GetPayload

func (*PublicDownloadMyBackupCodesV4NotFound) ToJSONString

type PublicDownloadMyBackupCodesV4OK

type PublicDownloadMyBackupCodesV4OK struct {
	Payload io.Writer
}

PublicDownloadMyBackupCodesV4OK handles this case with default header values.

Backup codes downloaded

func NewPublicDownloadMyBackupCodesV4OK

func NewPublicDownloadMyBackupCodesV4OK(writer io.Writer) *PublicDownloadMyBackupCodesV4OK

NewPublicDownloadMyBackupCodesV4OK creates a PublicDownloadMyBackupCodesV4OK with default headers values

func (*PublicDownloadMyBackupCodesV4OK) Error

func (*PublicDownloadMyBackupCodesV4OK) GetPayload

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

func (*PublicDownloadMyBackupCodesV4OK) ToJSONString

func (o *PublicDownloadMyBackupCodesV4OK) ToJSONString() string

type PublicDownloadMyBackupCodesV4Params

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

func NewPublicDownloadMyBackupCodesV4Params() *PublicDownloadMyBackupCodesV4Params

NewPublicDownloadMyBackupCodesV4Params creates a new PublicDownloadMyBackupCodesV4Params object with the default values initialized.

func NewPublicDownloadMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*PublicDownloadMyBackupCodesV4Params) SetContext

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

func (*PublicDownloadMyBackupCodesV4Params) SetFlightId

func (o *PublicDownloadMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*PublicDownloadMyBackupCodesV4Params) SetHTTPClient

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

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

func (*PublicDownloadMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*PublicDownloadMyBackupCodesV4Params) SetNamespace

func (o *PublicDownloadMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) SetTimeout

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

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

func (*PublicDownloadMyBackupCodesV4Params) WithContext

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

func (*PublicDownloadMyBackupCodesV4Params) WithHTTPClient

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

func (*PublicDownloadMyBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public download my backup codes v4 params

func (*PublicDownloadMyBackupCodesV4Params) WithTimeout

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

func (*PublicDownloadMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicDownloadMyBackupCodesV4Reader

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

PublicDownloadMyBackupCodesV4Reader is a Reader for the PublicDownloadMyBackupCodesV4 structure.

func (*PublicDownloadMyBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicDownloadMyBackupCodesV4Unauthorized

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

func NewPublicDownloadMyBackupCodesV4Unauthorized() *PublicDownloadMyBackupCodesV4Unauthorized

NewPublicDownloadMyBackupCodesV4Unauthorized creates a PublicDownloadMyBackupCodesV4Unauthorized with default headers values

func (*PublicDownloadMyBackupCodesV4Unauthorized) Error

func (*PublicDownloadMyBackupCodesV4Unauthorized) GetPayload

func (*PublicDownloadMyBackupCodesV4Unauthorized) ToJSONString

type PublicEnableBackupCodesV4BadRequest

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

func NewPublicEnableBackupCodesV4BadRequest() *PublicEnableBackupCodesV4BadRequest

NewPublicEnableBackupCodesV4BadRequest creates a PublicEnableBackupCodesV4BadRequest with default headers values

func (*PublicEnableBackupCodesV4BadRequest) Error

func (*PublicEnableBackupCodesV4BadRequest) GetPayload

func (*PublicEnableBackupCodesV4BadRequest) ToJSONString

func (o *PublicEnableBackupCodesV4BadRequest) ToJSONString() string

type PublicEnableBackupCodesV4Conflict

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

func NewPublicEnableBackupCodesV4Conflict() *PublicEnableBackupCodesV4Conflict

NewPublicEnableBackupCodesV4Conflict creates a PublicEnableBackupCodesV4Conflict with default headers values

func (*PublicEnableBackupCodesV4Conflict) Error

func (*PublicEnableBackupCodesV4Conflict) GetPayload

func (*PublicEnableBackupCodesV4Conflict) ToJSONString

func (o *PublicEnableBackupCodesV4Conflict) ToJSONString() string

type PublicEnableBackupCodesV4Forbidden

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

func NewPublicEnableBackupCodesV4Forbidden() *PublicEnableBackupCodesV4Forbidden

NewPublicEnableBackupCodesV4Forbidden creates a PublicEnableBackupCodesV4Forbidden with default headers values

func (*PublicEnableBackupCodesV4Forbidden) Error

func (*PublicEnableBackupCodesV4Forbidden) GetPayload

func (*PublicEnableBackupCodesV4Forbidden) ToJSONString

func (o *PublicEnableBackupCodesV4Forbidden) ToJSONString() string

type PublicEnableBackupCodesV4InternalServerError

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

func NewPublicEnableBackupCodesV4InternalServerError() *PublicEnableBackupCodesV4InternalServerError

NewPublicEnableBackupCodesV4InternalServerError creates a PublicEnableBackupCodesV4InternalServerError with default headers values

func (*PublicEnableBackupCodesV4InternalServerError) Error

func (*PublicEnableBackupCodesV4InternalServerError) GetPayload

func (*PublicEnableBackupCodesV4InternalServerError) ToJSONString

type PublicEnableBackupCodesV4NoContent

type PublicEnableBackupCodesV4NoContent struct {
}

PublicEnableBackupCodesV4NoContent handles this case with default header values.

Backup codes enabled and codes sent to email

func NewPublicEnableBackupCodesV4NoContent

func NewPublicEnableBackupCodesV4NoContent() *PublicEnableBackupCodesV4NoContent

NewPublicEnableBackupCodesV4NoContent creates a PublicEnableBackupCodesV4NoContent with default headers values

func (*PublicEnableBackupCodesV4NoContent) Error

type PublicEnableBackupCodesV4NotFound

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

func NewPublicEnableBackupCodesV4NotFound() *PublicEnableBackupCodesV4NotFound

NewPublicEnableBackupCodesV4NotFound creates a PublicEnableBackupCodesV4NotFound with default headers values

func (*PublicEnableBackupCodesV4NotFound) Error

func (*PublicEnableBackupCodesV4NotFound) GetPayload

func (*PublicEnableBackupCodesV4NotFound) ToJSONString

func (o *PublicEnableBackupCodesV4NotFound) ToJSONString() string

type PublicEnableBackupCodesV4Params

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

func NewPublicEnableBackupCodesV4Params() *PublicEnableBackupCodesV4Params

NewPublicEnableBackupCodesV4Params creates a new PublicEnableBackupCodesV4Params object with the default values initialized.

func NewPublicEnableBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*PublicEnableBackupCodesV4Params) SetContext

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

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

func (*PublicEnableBackupCodesV4Params) SetFlightId

func (o *PublicEnableBackupCodesV4Params) SetFlightId(flightId string)

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

func (*PublicEnableBackupCodesV4Params) SetHTTPClient

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

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

func (*PublicEnableBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*PublicEnableBackupCodesV4Params) SetNamespace

func (o *PublicEnableBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) SetTimeout

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

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

func (*PublicEnableBackupCodesV4Params) WithContext

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

func (*PublicEnableBackupCodesV4Params) WithHTTPClient

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

func (*PublicEnableBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public enable backup codes v4 params

func (*PublicEnableBackupCodesV4Params) WithTimeout

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

func (*PublicEnableBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicEnableBackupCodesV4Reader

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

PublicEnableBackupCodesV4Reader is a Reader for the PublicEnableBackupCodesV4 structure.

func (*PublicEnableBackupCodesV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicEnableBackupCodesV4Unauthorized

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

func NewPublicEnableBackupCodesV4Unauthorized() *PublicEnableBackupCodesV4Unauthorized

NewPublicEnableBackupCodesV4Unauthorized creates a PublicEnableBackupCodesV4Unauthorized with default headers values

func (*PublicEnableBackupCodesV4Unauthorized) Error

func (*PublicEnableBackupCodesV4Unauthorized) GetPayload

func (*PublicEnableBackupCodesV4Unauthorized) ToJSONString

type PublicEnableMyAuthenticatorV4BadRequest

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

func NewPublicEnableMyAuthenticatorV4BadRequest() *PublicEnableMyAuthenticatorV4BadRequest

NewPublicEnableMyAuthenticatorV4BadRequest creates a PublicEnableMyAuthenticatorV4BadRequest with default headers values

func (*PublicEnableMyAuthenticatorV4BadRequest) Error

func (*PublicEnableMyAuthenticatorV4BadRequest) GetPayload

func (*PublicEnableMyAuthenticatorV4BadRequest) ToJSONString

type PublicEnableMyAuthenticatorV4Conflict

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

func NewPublicEnableMyAuthenticatorV4Conflict() *PublicEnableMyAuthenticatorV4Conflict

NewPublicEnableMyAuthenticatorV4Conflict creates a PublicEnableMyAuthenticatorV4Conflict with default headers values

func (*PublicEnableMyAuthenticatorV4Conflict) Error

func (*PublicEnableMyAuthenticatorV4Conflict) GetPayload

func (*PublicEnableMyAuthenticatorV4Conflict) ToJSONString

type PublicEnableMyAuthenticatorV4Forbidden

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

func NewPublicEnableMyAuthenticatorV4Forbidden() *PublicEnableMyAuthenticatorV4Forbidden

NewPublicEnableMyAuthenticatorV4Forbidden creates a PublicEnableMyAuthenticatorV4Forbidden with default headers values

func (*PublicEnableMyAuthenticatorV4Forbidden) Error

func (*PublicEnableMyAuthenticatorV4Forbidden) GetPayload

func (*PublicEnableMyAuthenticatorV4Forbidden) ToJSONString

type PublicEnableMyAuthenticatorV4InternalServerError

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

func NewPublicEnableMyAuthenticatorV4InternalServerError() *PublicEnableMyAuthenticatorV4InternalServerError

NewPublicEnableMyAuthenticatorV4InternalServerError creates a PublicEnableMyAuthenticatorV4InternalServerError with default headers values

func (*PublicEnableMyAuthenticatorV4InternalServerError) Error

func (*PublicEnableMyAuthenticatorV4InternalServerError) GetPayload

func (*PublicEnableMyAuthenticatorV4InternalServerError) ToJSONString

type PublicEnableMyAuthenticatorV4NoContent

type PublicEnableMyAuthenticatorV4NoContent struct {
}

PublicEnableMyAuthenticatorV4NoContent handles this case with default header values.

Authenticator enabled

func NewPublicEnableMyAuthenticatorV4NoContent

func NewPublicEnableMyAuthenticatorV4NoContent() *PublicEnableMyAuthenticatorV4NoContent

NewPublicEnableMyAuthenticatorV4NoContent creates a PublicEnableMyAuthenticatorV4NoContent with default headers values

func (*PublicEnableMyAuthenticatorV4NoContent) Error

type PublicEnableMyAuthenticatorV4NotFound

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

func NewPublicEnableMyAuthenticatorV4NotFound() *PublicEnableMyAuthenticatorV4NotFound

NewPublicEnableMyAuthenticatorV4NotFound creates a PublicEnableMyAuthenticatorV4NotFound with default headers values

func (*PublicEnableMyAuthenticatorV4NotFound) Error

func (*PublicEnableMyAuthenticatorV4NotFound) GetPayload

func (*PublicEnableMyAuthenticatorV4NotFound) ToJSONString

type PublicEnableMyAuthenticatorV4Params

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

func NewPublicEnableMyAuthenticatorV4Params() *PublicEnableMyAuthenticatorV4Params

NewPublicEnableMyAuthenticatorV4Params creates a new PublicEnableMyAuthenticatorV4Params object with the default values initialized.

func NewPublicEnableMyAuthenticatorV4ParamsWithContext

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

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

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

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

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

func (*PublicEnableMyAuthenticatorV4Params) SetCode

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

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

func (*PublicEnableMyAuthenticatorV4Params) SetContext

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

func (*PublicEnableMyAuthenticatorV4Params) SetFlightId

func (o *PublicEnableMyAuthenticatorV4Params) SetFlightId(flightId string)

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

func (*PublicEnableMyAuthenticatorV4Params) SetHTTPClient

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

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

func (*PublicEnableMyAuthenticatorV4Params) SetHTTPClientTransport

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

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

func (*PublicEnableMyAuthenticatorV4Params) SetNamespace

func (o *PublicEnableMyAuthenticatorV4Params) SetNamespace(namespace string)

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

func (*PublicEnableMyAuthenticatorV4Params) SetTimeout

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

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

func (*PublicEnableMyAuthenticatorV4Params) WithCode

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

func (*PublicEnableMyAuthenticatorV4Params) WithContext

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

func (*PublicEnableMyAuthenticatorV4Params) WithHTTPClient

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

func (*PublicEnableMyAuthenticatorV4Params) WithNamespace

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

func (*PublicEnableMyAuthenticatorV4Params) WithTimeout

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

func (*PublicEnableMyAuthenticatorV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicEnableMyAuthenticatorV4Reader

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

PublicEnableMyAuthenticatorV4Reader is a Reader for the PublicEnableMyAuthenticatorV4 structure.

func (*PublicEnableMyAuthenticatorV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicEnableMyAuthenticatorV4Unauthorized

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

func NewPublicEnableMyAuthenticatorV4Unauthorized() *PublicEnableMyAuthenticatorV4Unauthorized

NewPublicEnableMyAuthenticatorV4Unauthorized creates a PublicEnableMyAuthenticatorV4Unauthorized with default headers values

func (*PublicEnableMyAuthenticatorV4Unauthorized) Error

func (*PublicEnableMyAuthenticatorV4Unauthorized) GetPayload

func (*PublicEnableMyAuthenticatorV4Unauthorized) ToJSONString

type PublicEnableMyBackupCodesV4BadRequest

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

func NewPublicEnableMyBackupCodesV4BadRequest() *PublicEnableMyBackupCodesV4BadRequest

NewPublicEnableMyBackupCodesV4BadRequest creates a PublicEnableMyBackupCodesV4BadRequest with default headers values

func (*PublicEnableMyBackupCodesV4BadRequest) Error

func (*PublicEnableMyBackupCodesV4BadRequest) GetPayload

func (*PublicEnableMyBackupCodesV4BadRequest) ToJSONString

type PublicEnableMyBackupCodesV4Conflict

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

func NewPublicEnableMyBackupCodesV4Conflict() *PublicEnableMyBackupCodesV4Conflict

NewPublicEnableMyBackupCodesV4Conflict creates a PublicEnableMyBackupCodesV4Conflict with default headers values

func (*PublicEnableMyBackupCodesV4Conflict) Error

func (*PublicEnableMyBackupCodesV4Conflict) GetPayload

func (*PublicEnableMyBackupCodesV4Conflict) ToJSONString

func (o *PublicEnableMyBackupCodesV4Conflict) ToJSONString() string

type PublicEnableMyBackupCodesV4Forbidden

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

func NewPublicEnableMyBackupCodesV4Forbidden() *PublicEnableMyBackupCodesV4Forbidden

NewPublicEnableMyBackupCodesV4Forbidden creates a PublicEnableMyBackupCodesV4Forbidden with default headers values

func (*PublicEnableMyBackupCodesV4Forbidden) Error

func (*PublicEnableMyBackupCodesV4Forbidden) GetPayload

func (*PublicEnableMyBackupCodesV4Forbidden) ToJSONString

func (o *PublicEnableMyBackupCodesV4Forbidden) ToJSONString() string

type PublicEnableMyBackupCodesV4InternalServerError

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

func NewPublicEnableMyBackupCodesV4InternalServerError() *PublicEnableMyBackupCodesV4InternalServerError

NewPublicEnableMyBackupCodesV4InternalServerError creates a PublicEnableMyBackupCodesV4InternalServerError with default headers values

func (*PublicEnableMyBackupCodesV4InternalServerError) Error

func (*PublicEnableMyBackupCodesV4InternalServerError) GetPayload

func (*PublicEnableMyBackupCodesV4InternalServerError) ToJSONString

type PublicEnableMyBackupCodesV4NotFound

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

func NewPublicEnableMyBackupCodesV4NotFound() *PublicEnableMyBackupCodesV4NotFound

NewPublicEnableMyBackupCodesV4NotFound creates a PublicEnableMyBackupCodesV4NotFound with default headers values

func (*PublicEnableMyBackupCodesV4NotFound) Error

func (*PublicEnableMyBackupCodesV4NotFound) GetPayload

func (*PublicEnableMyBackupCodesV4NotFound) ToJSONString

func (o *PublicEnableMyBackupCodesV4NotFound) ToJSONString() string

type PublicEnableMyBackupCodesV4OK

type PublicEnableMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

PublicEnableMyBackupCodesV4OK handles this case with default header values.

Backup codes enabled

func NewPublicEnableMyBackupCodesV4OK

func NewPublicEnableMyBackupCodesV4OK() *PublicEnableMyBackupCodesV4OK

NewPublicEnableMyBackupCodesV4OK creates a PublicEnableMyBackupCodesV4OK with default headers values

func (*PublicEnableMyBackupCodesV4OK) Error

func (*PublicEnableMyBackupCodesV4OK) GetPayload

func (*PublicEnableMyBackupCodesV4OK) ToJSONString

func (o *PublicEnableMyBackupCodesV4OK) ToJSONString() string

type PublicEnableMyBackupCodesV4Params

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

func NewPublicEnableMyBackupCodesV4Params() *PublicEnableMyBackupCodesV4Params

NewPublicEnableMyBackupCodesV4Params creates a new PublicEnableMyBackupCodesV4Params object with the default values initialized.

func NewPublicEnableMyBackupCodesV4ParamsWithContext

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

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

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

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

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

func (*PublicEnableMyBackupCodesV4Params) SetContext

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

func (*PublicEnableMyBackupCodesV4Params) SetFlightId

func (o *PublicEnableMyBackupCodesV4Params) SetFlightId(flightId string)

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

func (*PublicEnableMyBackupCodesV4Params) SetHTTPClient

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

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

func (*PublicEnableMyBackupCodesV4Params) SetHTTPClientTransport

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

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

func (*PublicEnableMyBackupCodesV4Params) SetNamespace

func (o *PublicEnableMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) SetTimeout

func (o *PublicEnableMyBackupCodesV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithContext

WithContext adds the context to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WithTimeout

WithTimeout adds the timeout to the public enable my backup codes v4 params

func (*PublicEnableMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicEnableMyBackupCodesV4Reader

type PublicEnableMyBackupCodesV4Reader struct {
	// contains filtered or unexported fields
}

PublicEnableMyBackupCodesV4Reader is a Reader for the PublicEnableMyBackupCodesV4 structure.

func (*PublicEnableMyBackupCodesV4Reader) ReadResponse

func (o *PublicEnableMyBackupCodesV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicEnableMyBackupCodesV4Unauthorized

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

func NewPublicEnableMyBackupCodesV4Unauthorized() *PublicEnableMyBackupCodesV4Unauthorized

NewPublicEnableMyBackupCodesV4Unauthorized creates a PublicEnableMyBackupCodesV4Unauthorized with default headers values

func (*PublicEnableMyBackupCodesV4Unauthorized) Error

func (*PublicEnableMyBackupCodesV4Unauthorized) GetPayload

func (*PublicEnableMyBackupCodesV4Unauthorized) ToJSONString

type PublicEnableMyEmailV4BadRequest

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

func NewPublicEnableMyEmailV4BadRequest() *PublicEnableMyEmailV4BadRequest

NewPublicEnableMyEmailV4BadRequest creates a PublicEnableMyEmailV4BadRequest with default headers values

func (*PublicEnableMyEmailV4BadRequest) Error

func (*PublicEnableMyEmailV4BadRequest) GetPayload

func (*PublicEnableMyEmailV4BadRequest) ToJSONString

func (o *PublicEnableMyEmailV4BadRequest) ToJSONString() string

type PublicEnableMyEmailV4Conflict

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

func NewPublicEnableMyEmailV4Conflict() *PublicEnableMyEmailV4Conflict

NewPublicEnableMyEmailV4Conflict creates a PublicEnableMyEmailV4Conflict with default headers values

func (*PublicEnableMyEmailV4Conflict) Error

func (*PublicEnableMyEmailV4Conflict) GetPayload

func (*PublicEnableMyEmailV4Conflict) ToJSONString

func (o *PublicEnableMyEmailV4Conflict) ToJSONString() string

type PublicEnableMyEmailV4Forbidden

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

func NewPublicEnableMyEmailV4Forbidden() *PublicEnableMyEmailV4Forbidden

NewPublicEnableMyEmailV4Forbidden creates a PublicEnableMyEmailV4Forbidden with default headers values

func (*PublicEnableMyEmailV4Forbidden) Error

func (*PublicEnableMyEmailV4Forbidden) GetPayload

func (*PublicEnableMyEmailV4Forbidden) ToJSONString

func (o *PublicEnableMyEmailV4Forbidden) ToJSONString() string

type PublicEnableMyEmailV4InternalServerError

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

func NewPublicEnableMyEmailV4InternalServerError() *PublicEnableMyEmailV4InternalServerError

NewPublicEnableMyEmailV4InternalServerError creates a PublicEnableMyEmailV4InternalServerError with default headers values

func (*PublicEnableMyEmailV4InternalServerError) Error

func (*PublicEnableMyEmailV4InternalServerError) GetPayload

func (*PublicEnableMyEmailV4InternalServerError) ToJSONString

type PublicEnableMyEmailV4NoContent

type PublicEnableMyEmailV4NoContent struct {
}

PublicEnableMyEmailV4NoContent handles this case with default header values.

email enabled

func NewPublicEnableMyEmailV4NoContent

func NewPublicEnableMyEmailV4NoContent() *PublicEnableMyEmailV4NoContent

NewPublicEnableMyEmailV4NoContent creates a PublicEnableMyEmailV4NoContent with default headers values

func (*PublicEnableMyEmailV4NoContent) Error

type PublicEnableMyEmailV4NotFound

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

func NewPublicEnableMyEmailV4NotFound() *PublicEnableMyEmailV4NotFound

NewPublicEnableMyEmailV4NotFound creates a PublicEnableMyEmailV4NotFound with default headers values

func (*PublicEnableMyEmailV4NotFound) Error

func (*PublicEnableMyEmailV4NotFound) GetPayload

func (*PublicEnableMyEmailV4NotFound) ToJSONString

func (o *PublicEnableMyEmailV4NotFound) ToJSONString() string

type PublicEnableMyEmailV4Params

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

func NewPublicEnableMyEmailV4Params() *PublicEnableMyEmailV4Params

NewPublicEnableMyEmailV4Params creates a new PublicEnableMyEmailV4Params object with the default values initialized.

func NewPublicEnableMyEmailV4ParamsWithContext

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

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

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

func (o *PublicEnableMyEmailV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetCode

func (o *PublicEnableMyEmailV4Params) SetCode(code string)

SetCode adds the code to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetContext

func (o *PublicEnableMyEmailV4Params) SetContext(ctx context.Context)

SetContext adds the context to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetFlightId

func (o *PublicEnableMyEmailV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicEnableMyEmailV4Params) SetHTTPClient

func (o *PublicEnableMyEmailV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetHTTPClientTransport

func (o *PublicEnableMyEmailV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetNamespace

func (o *PublicEnableMyEmailV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) SetTimeout

func (o *PublicEnableMyEmailV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithCode

WithCode adds the code to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithContext

WithContext adds the context to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithNamespace

func (o *PublicEnableMyEmailV4Params) WithNamespace(namespace string) *PublicEnableMyEmailV4Params

WithNamespace adds the namespace to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WithTimeout

WithTimeout adds the timeout to the public enable my email v4 params

func (*PublicEnableMyEmailV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicEnableMyEmailV4Reader

type PublicEnableMyEmailV4Reader struct {
	// contains filtered or unexported fields
}

PublicEnableMyEmailV4Reader is a Reader for the PublicEnableMyEmailV4 structure.

func (*PublicEnableMyEmailV4Reader) ReadResponse

func (o *PublicEnableMyEmailV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicEnableMyEmailV4Unauthorized

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

func NewPublicEnableMyEmailV4Unauthorized() *PublicEnableMyEmailV4Unauthorized

NewPublicEnableMyEmailV4Unauthorized creates a PublicEnableMyEmailV4Unauthorized with default headers values

func (*PublicEnableMyEmailV4Unauthorized) Error

func (*PublicEnableMyEmailV4Unauthorized) GetPayload

func (*PublicEnableMyEmailV4Unauthorized) ToJSONString

func (o *PublicEnableMyEmailV4Unauthorized) ToJSONString() string

type PublicGenerateBackupCodesV4BadRequest

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

func NewPublicGenerateBackupCodesV4BadRequest() *PublicGenerateBackupCodesV4BadRequest

NewPublicGenerateBackupCodesV4BadRequest creates a PublicGenerateBackupCodesV4BadRequest with default headers values

func (*PublicGenerateBackupCodesV4BadRequest) Error

func (*PublicGenerateBackupCodesV4BadRequest) GetPayload

func (*PublicGenerateBackupCodesV4BadRequest) ToJSONString

type PublicGenerateBackupCodesV4Forbidden

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

func NewPublicGenerateBackupCodesV4Forbidden() *PublicGenerateBackupCodesV4Forbidden

NewPublicGenerateBackupCodesV4Forbidden creates a PublicGenerateBackupCodesV4Forbidden with default headers values

func (*PublicGenerateBackupCodesV4Forbidden) Error

func (*PublicGenerateBackupCodesV4Forbidden) GetPayload

func (*PublicGenerateBackupCodesV4Forbidden) ToJSONString

func (o *PublicGenerateBackupCodesV4Forbidden) ToJSONString() string

type PublicGenerateBackupCodesV4InternalServerError

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

func NewPublicGenerateBackupCodesV4InternalServerError() *PublicGenerateBackupCodesV4InternalServerError

NewPublicGenerateBackupCodesV4InternalServerError creates a PublicGenerateBackupCodesV4InternalServerError with default headers values

func (*PublicGenerateBackupCodesV4InternalServerError) Error

func (*PublicGenerateBackupCodesV4InternalServerError) GetPayload

func (*PublicGenerateBackupCodesV4InternalServerError) ToJSONString

type PublicGenerateBackupCodesV4NoContent

type PublicGenerateBackupCodesV4NoContent struct {
}

PublicGenerateBackupCodesV4NoContent handles this case with default header values.

Backup codes sent to email

func NewPublicGenerateBackupCodesV4NoContent

func NewPublicGenerateBackupCodesV4NoContent() *PublicGenerateBackupCodesV4NoContent

NewPublicGenerateBackupCodesV4NoContent creates a PublicGenerateBackupCodesV4NoContent with default headers values

func (*PublicGenerateBackupCodesV4NoContent) Error

type PublicGenerateBackupCodesV4NotFound

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

func NewPublicGenerateBackupCodesV4NotFound() *PublicGenerateBackupCodesV4NotFound

NewPublicGenerateBackupCodesV4NotFound creates a PublicGenerateBackupCodesV4NotFound with default headers values

func (*PublicGenerateBackupCodesV4NotFound) Error

func (*PublicGenerateBackupCodesV4NotFound) GetPayload

func (*PublicGenerateBackupCodesV4NotFound) ToJSONString

func (o *PublicGenerateBackupCodesV4NotFound) ToJSONString() string

type PublicGenerateBackupCodesV4Params

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

func NewPublicGenerateBackupCodesV4Params() *PublicGenerateBackupCodesV4Params

NewPublicGenerateBackupCodesV4Params creates a new PublicGenerateBackupCodesV4Params object with the default values initialized.

func NewPublicGenerateBackupCodesV4ParamsWithContext

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

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

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

func (o *PublicGenerateBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetContext

SetContext adds the context to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetFlightId

func (o *PublicGenerateBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGenerateBackupCodesV4Params) SetHTTPClient

func (o *PublicGenerateBackupCodesV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetHTTPClientTransport

func (o *PublicGenerateBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetNamespace

func (o *PublicGenerateBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) SetTimeout

func (o *PublicGenerateBackupCodesV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithContext

WithContext adds the context to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WithTimeout

WithTimeout adds the timeout to the public generate backup codes v4 params

func (*PublicGenerateBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGenerateBackupCodesV4Reader

type PublicGenerateBackupCodesV4Reader struct {
	// contains filtered or unexported fields
}

PublicGenerateBackupCodesV4Reader is a Reader for the PublicGenerateBackupCodesV4 structure.

func (*PublicGenerateBackupCodesV4Reader) ReadResponse

func (o *PublicGenerateBackupCodesV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicGenerateBackupCodesV4Unauthorized

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

func NewPublicGenerateBackupCodesV4Unauthorized() *PublicGenerateBackupCodesV4Unauthorized

NewPublicGenerateBackupCodesV4Unauthorized creates a PublicGenerateBackupCodesV4Unauthorized with default headers values

func (*PublicGenerateBackupCodesV4Unauthorized) Error

func (*PublicGenerateBackupCodesV4Unauthorized) GetPayload

func (*PublicGenerateBackupCodesV4Unauthorized) ToJSONString

type PublicGenerateMyAuthenticatorKeyV4BadRequest

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

func NewPublicGenerateMyAuthenticatorKeyV4BadRequest() *PublicGenerateMyAuthenticatorKeyV4BadRequest

NewPublicGenerateMyAuthenticatorKeyV4BadRequest creates a PublicGenerateMyAuthenticatorKeyV4BadRequest with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4BadRequest) Error

func (*PublicGenerateMyAuthenticatorKeyV4BadRequest) GetPayload

func (*PublicGenerateMyAuthenticatorKeyV4BadRequest) ToJSONString

type PublicGenerateMyAuthenticatorKeyV4Forbidden

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

func NewPublicGenerateMyAuthenticatorKeyV4Forbidden() *PublicGenerateMyAuthenticatorKeyV4Forbidden

NewPublicGenerateMyAuthenticatorKeyV4Forbidden creates a PublicGenerateMyAuthenticatorKeyV4Forbidden with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4Forbidden) Error

func (*PublicGenerateMyAuthenticatorKeyV4Forbidden) GetPayload

func (*PublicGenerateMyAuthenticatorKeyV4Forbidden) ToJSONString

type PublicGenerateMyAuthenticatorKeyV4InternalServerError

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

func NewPublicGenerateMyAuthenticatorKeyV4InternalServerError() *PublicGenerateMyAuthenticatorKeyV4InternalServerError

NewPublicGenerateMyAuthenticatorKeyV4InternalServerError creates a PublicGenerateMyAuthenticatorKeyV4InternalServerError with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4InternalServerError) Error

func (*PublicGenerateMyAuthenticatorKeyV4InternalServerError) GetPayload

func (*PublicGenerateMyAuthenticatorKeyV4InternalServerError) ToJSONString

type PublicGenerateMyAuthenticatorKeyV4NotFound

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

func NewPublicGenerateMyAuthenticatorKeyV4NotFound() *PublicGenerateMyAuthenticatorKeyV4NotFound

NewPublicGenerateMyAuthenticatorKeyV4NotFound creates a PublicGenerateMyAuthenticatorKeyV4NotFound with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4NotFound) Error

func (*PublicGenerateMyAuthenticatorKeyV4NotFound) GetPayload

func (*PublicGenerateMyAuthenticatorKeyV4NotFound) ToJSONString

type PublicGenerateMyAuthenticatorKeyV4OK

type PublicGenerateMyAuthenticatorKeyV4OK struct {
	Payload *iamclientmodels.ModelAuthenticatorKeyResponseV4
}

PublicGenerateMyAuthenticatorKeyV4OK handles this case with default header values.

Key generated

func NewPublicGenerateMyAuthenticatorKeyV4OK

func NewPublicGenerateMyAuthenticatorKeyV4OK() *PublicGenerateMyAuthenticatorKeyV4OK

NewPublicGenerateMyAuthenticatorKeyV4OK creates a PublicGenerateMyAuthenticatorKeyV4OK with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4OK) Error

func (*PublicGenerateMyAuthenticatorKeyV4OK) GetPayload

func (*PublicGenerateMyAuthenticatorKeyV4OK) ToJSONString

func (o *PublicGenerateMyAuthenticatorKeyV4OK) ToJSONString() string

type PublicGenerateMyAuthenticatorKeyV4Params

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

func NewPublicGenerateMyAuthenticatorKeyV4Params() *PublicGenerateMyAuthenticatorKeyV4Params

NewPublicGenerateMyAuthenticatorKeyV4Params creates a new PublicGenerateMyAuthenticatorKeyV4Params object with the default values initialized.

func NewPublicGenerateMyAuthenticatorKeyV4ParamsWithContext

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

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

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

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetContext

SetContext adds the context to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetFlightId

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetHTTPClient

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetHTTPClientTransport

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetNamespace

func (o *PublicGenerateMyAuthenticatorKeyV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) SetTimeout

SetTimeout adds the timeout to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithContext

WithContext adds the context to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithNamespace

WithNamespace adds the namespace to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WithTimeout

WithTimeout adds the timeout to the public generate my authenticator key v4 params

func (*PublicGenerateMyAuthenticatorKeyV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGenerateMyAuthenticatorKeyV4Reader

type PublicGenerateMyAuthenticatorKeyV4Reader struct {
	// contains filtered or unexported fields
}

PublicGenerateMyAuthenticatorKeyV4Reader is a Reader for the PublicGenerateMyAuthenticatorKeyV4 structure.

func (*PublicGenerateMyAuthenticatorKeyV4Reader) ReadResponse

func (o *PublicGenerateMyAuthenticatorKeyV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicGenerateMyAuthenticatorKeyV4Unauthorized

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

func NewPublicGenerateMyAuthenticatorKeyV4Unauthorized() *PublicGenerateMyAuthenticatorKeyV4Unauthorized

NewPublicGenerateMyAuthenticatorKeyV4Unauthorized creates a PublicGenerateMyAuthenticatorKeyV4Unauthorized with default headers values

func (*PublicGenerateMyAuthenticatorKeyV4Unauthorized) Error

func (*PublicGenerateMyAuthenticatorKeyV4Unauthorized) GetPayload

func (*PublicGenerateMyAuthenticatorKeyV4Unauthorized) ToJSONString

type PublicGenerateMyBackupCodesV4BadRequest

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

func NewPublicGenerateMyBackupCodesV4BadRequest() *PublicGenerateMyBackupCodesV4BadRequest

NewPublicGenerateMyBackupCodesV4BadRequest creates a PublicGenerateMyBackupCodesV4BadRequest with default headers values

func (*PublicGenerateMyBackupCodesV4BadRequest) Error

func (*PublicGenerateMyBackupCodesV4BadRequest) GetPayload

func (*PublicGenerateMyBackupCodesV4BadRequest) ToJSONString

type PublicGenerateMyBackupCodesV4Forbidden

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

func NewPublicGenerateMyBackupCodesV4Forbidden() *PublicGenerateMyBackupCodesV4Forbidden

NewPublicGenerateMyBackupCodesV4Forbidden creates a PublicGenerateMyBackupCodesV4Forbidden with default headers values

func (*PublicGenerateMyBackupCodesV4Forbidden) Error

func (*PublicGenerateMyBackupCodesV4Forbidden) GetPayload

func (*PublicGenerateMyBackupCodesV4Forbidden) ToJSONString

type PublicGenerateMyBackupCodesV4InternalServerError

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

func NewPublicGenerateMyBackupCodesV4InternalServerError() *PublicGenerateMyBackupCodesV4InternalServerError

NewPublicGenerateMyBackupCodesV4InternalServerError creates a PublicGenerateMyBackupCodesV4InternalServerError with default headers values

func (*PublicGenerateMyBackupCodesV4InternalServerError) Error

func (*PublicGenerateMyBackupCodesV4InternalServerError) GetPayload

func (*PublicGenerateMyBackupCodesV4InternalServerError) ToJSONString

type PublicGenerateMyBackupCodesV4NotFound

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

func NewPublicGenerateMyBackupCodesV4NotFound() *PublicGenerateMyBackupCodesV4NotFound

NewPublicGenerateMyBackupCodesV4NotFound creates a PublicGenerateMyBackupCodesV4NotFound with default headers values

func (*PublicGenerateMyBackupCodesV4NotFound) Error

func (*PublicGenerateMyBackupCodesV4NotFound) GetPayload

func (*PublicGenerateMyBackupCodesV4NotFound) ToJSONString

type PublicGenerateMyBackupCodesV4OK

type PublicGenerateMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

PublicGenerateMyBackupCodesV4OK handles this case with default header values.

Backup codes generated

func NewPublicGenerateMyBackupCodesV4OK

func NewPublicGenerateMyBackupCodesV4OK() *PublicGenerateMyBackupCodesV4OK

NewPublicGenerateMyBackupCodesV4OK creates a PublicGenerateMyBackupCodesV4OK with default headers values

func (*PublicGenerateMyBackupCodesV4OK) Error

func (*PublicGenerateMyBackupCodesV4OK) GetPayload

func (*PublicGenerateMyBackupCodesV4OK) ToJSONString

func (o *PublicGenerateMyBackupCodesV4OK) ToJSONString() string

type PublicGenerateMyBackupCodesV4Params

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

func NewPublicGenerateMyBackupCodesV4Params() *PublicGenerateMyBackupCodesV4Params

NewPublicGenerateMyBackupCodesV4Params creates a new PublicGenerateMyBackupCodesV4Params object with the default values initialized.

func NewPublicGenerateMyBackupCodesV4ParamsWithContext

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

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

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

func (o *PublicGenerateMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetContext

SetContext adds the context to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetFlightId

func (o *PublicGenerateMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGenerateMyBackupCodesV4Params) SetHTTPClient

func (o *PublicGenerateMyBackupCodesV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetHTTPClientTransport

func (o *PublicGenerateMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetNamespace

func (o *PublicGenerateMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) SetTimeout

func (o *PublicGenerateMyBackupCodesV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithContext

WithContext adds the context to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WithTimeout

WithTimeout adds the timeout to the public generate my backup codes v4 params

func (*PublicGenerateMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGenerateMyBackupCodesV4Reader

type PublicGenerateMyBackupCodesV4Reader struct {
	// contains filtered or unexported fields
}

PublicGenerateMyBackupCodesV4Reader is a Reader for the PublicGenerateMyBackupCodesV4 structure.

func (*PublicGenerateMyBackupCodesV4Reader) ReadResponse

func (o *PublicGenerateMyBackupCodesV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicGenerateMyBackupCodesV4Unauthorized

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

func NewPublicGenerateMyBackupCodesV4Unauthorized() *PublicGenerateMyBackupCodesV4Unauthorized

NewPublicGenerateMyBackupCodesV4Unauthorized creates a PublicGenerateMyBackupCodesV4Unauthorized with default headers values

func (*PublicGenerateMyBackupCodesV4Unauthorized) Error

func (*PublicGenerateMyBackupCodesV4Unauthorized) GetPayload

func (*PublicGenerateMyBackupCodesV4Unauthorized) ToJSONString

type PublicGetBackupCodesV4BadRequest

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

func NewPublicGetBackupCodesV4BadRequest() *PublicGetBackupCodesV4BadRequest

NewPublicGetBackupCodesV4BadRequest creates a PublicGetBackupCodesV4BadRequest with default headers values

func (*PublicGetBackupCodesV4BadRequest) Error

func (*PublicGetBackupCodesV4BadRequest) GetPayload

func (*PublicGetBackupCodesV4BadRequest) ToJSONString

func (o *PublicGetBackupCodesV4BadRequest) ToJSONString() string

type PublicGetBackupCodesV4Forbidden

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

func NewPublicGetBackupCodesV4Forbidden() *PublicGetBackupCodesV4Forbidden

NewPublicGetBackupCodesV4Forbidden creates a PublicGetBackupCodesV4Forbidden with default headers values

func (*PublicGetBackupCodesV4Forbidden) Error

func (*PublicGetBackupCodesV4Forbidden) GetPayload

func (*PublicGetBackupCodesV4Forbidden) ToJSONString

func (o *PublicGetBackupCodesV4Forbidden) ToJSONString() string

type PublicGetBackupCodesV4InternalServerError

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

func NewPublicGetBackupCodesV4InternalServerError() *PublicGetBackupCodesV4InternalServerError

NewPublicGetBackupCodesV4InternalServerError creates a PublicGetBackupCodesV4InternalServerError with default headers values

func (*PublicGetBackupCodesV4InternalServerError) Error

func (*PublicGetBackupCodesV4InternalServerError) GetPayload

func (*PublicGetBackupCodesV4InternalServerError) ToJSONString

type PublicGetBackupCodesV4NoContent

type PublicGetBackupCodesV4NoContent struct {
}

PublicGetBackupCodesV4NoContent handles this case with default header values.

Backup codes sent to email

func NewPublicGetBackupCodesV4NoContent

func NewPublicGetBackupCodesV4NoContent() *PublicGetBackupCodesV4NoContent

NewPublicGetBackupCodesV4NoContent creates a PublicGetBackupCodesV4NoContent with default headers values

func (*PublicGetBackupCodesV4NoContent) Error

type PublicGetBackupCodesV4NotFound

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

func NewPublicGetBackupCodesV4NotFound() *PublicGetBackupCodesV4NotFound

NewPublicGetBackupCodesV4NotFound creates a PublicGetBackupCodesV4NotFound with default headers values

func (*PublicGetBackupCodesV4NotFound) Error

func (*PublicGetBackupCodesV4NotFound) GetPayload

func (*PublicGetBackupCodesV4NotFound) ToJSONString

func (o *PublicGetBackupCodesV4NotFound) ToJSONString() string

type PublicGetBackupCodesV4Params

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

func NewPublicGetBackupCodesV4Params() *PublicGetBackupCodesV4Params

NewPublicGetBackupCodesV4Params creates a new PublicGetBackupCodesV4Params object with the default values initialized.

func NewPublicGetBackupCodesV4ParamsWithContext

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

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

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

func (o *PublicGetBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetContext

func (o *PublicGetBackupCodesV4Params) SetContext(ctx context.Context)

SetContext adds the context to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetFlightId

func (o *PublicGetBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGetBackupCodesV4Params) SetHTTPClient

func (o *PublicGetBackupCodesV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetHTTPClientTransport

func (o *PublicGetBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetNamespace

func (o *PublicGetBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) SetTimeout

func (o *PublicGetBackupCodesV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithContext

WithContext adds the context to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WithTimeout

WithTimeout adds the timeout to the public get backup codes v4 params

func (*PublicGetBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGetBackupCodesV4Reader

type PublicGetBackupCodesV4Reader struct {
	// contains filtered or unexported fields
}

PublicGetBackupCodesV4Reader is a Reader for the PublicGetBackupCodesV4 structure.

func (*PublicGetBackupCodesV4Reader) ReadResponse

func (o *PublicGetBackupCodesV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicGetBackupCodesV4Unauthorized

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

func NewPublicGetBackupCodesV4Unauthorized() *PublicGetBackupCodesV4Unauthorized

NewPublicGetBackupCodesV4Unauthorized creates a PublicGetBackupCodesV4Unauthorized with default headers values

func (*PublicGetBackupCodesV4Unauthorized) Error

func (*PublicGetBackupCodesV4Unauthorized) GetPayload

func (*PublicGetBackupCodesV4Unauthorized) ToJSONString

func (o *PublicGetBackupCodesV4Unauthorized) ToJSONString() string

type PublicGetMyBackupCodesV4BadRequest

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

func NewPublicGetMyBackupCodesV4BadRequest() *PublicGetMyBackupCodesV4BadRequest

NewPublicGetMyBackupCodesV4BadRequest creates a PublicGetMyBackupCodesV4BadRequest with default headers values

func (*PublicGetMyBackupCodesV4BadRequest) Error

func (*PublicGetMyBackupCodesV4BadRequest) GetPayload

func (*PublicGetMyBackupCodesV4BadRequest) ToJSONString

func (o *PublicGetMyBackupCodesV4BadRequest) ToJSONString() string

type PublicGetMyBackupCodesV4Forbidden

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

func NewPublicGetMyBackupCodesV4Forbidden() *PublicGetMyBackupCodesV4Forbidden

NewPublicGetMyBackupCodesV4Forbidden creates a PublicGetMyBackupCodesV4Forbidden with default headers values

func (*PublicGetMyBackupCodesV4Forbidden) Error

func (*PublicGetMyBackupCodesV4Forbidden) GetPayload

func (*PublicGetMyBackupCodesV4Forbidden) ToJSONString

func (o *PublicGetMyBackupCodesV4Forbidden) ToJSONString() string

type PublicGetMyBackupCodesV4InternalServerError

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

func NewPublicGetMyBackupCodesV4InternalServerError() *PublicGetMyBackupCodesV4InternalServerError

NewPublicGetMyBackupCodesV4InternalServerError creates a PublicGetMyBackupCodesV4InternalServerError with default headers values

func (*PublicGetMyBackupCodesV4InternalServerError) Error

func (*PublicGetMyBackupCodesV4InternalServerError) GetPayload

func (*PublicGetMyBackupCodesV4InternalServerError) ToJSONString

type PublicGetMyBackupCodesV4NotFound

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

func NewPublicGetMyBackupCodesV4NotFound() *PublicGetMyBackupCodesV4NotFound

NewPublicGetMyBackupCodesV4NotFound creates a PublicGetMyBackupCodesV4NotFound with default headers values

func (*PublicGetMyBackupCodesV4NotFound) Error

func (*PublicGetMyBackupCodesV4NotFound) GetPayload

func (*PublicGetMyBackupCodesV4NotFound) ToJSONString

func (o *PublicGetMyBackupCodesV4NotFound) ToJSONString() string

type PublicGetMyBackupCodesV4OK

type PublicGetMyBackupCodesV4OK struct {
	Payload *iamclientmodels.ModelBackupCodesResponseV4
}

PublicGetMyBackupCodesV4OK handles this case with default header values.

Get backup codes

func NewPublicGetMyBackupCodesV4OK

func NewPublicGetMyBackupCodesV4OK() *PublicGetMyBackupCodesV4OK

NewPublicGetMyBackupCodesV4OK creates a PublicGetMyBackupCodesV4OK with default headers values

func (*PublicGetMyBackupCodesV4OK) Error

func (*PublicGetMyBackupCodesV4OK) GetPayload

func (*PublicGetMyBackupCodesV4OK) ToJSONString

func (o *PublicGetMyBackupCodesV4OK) ToJSONString() string

type PublicGetMyBackupCodesV4Params

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

func NewPublicGetMyBackupCodesV4Params() *PublicGetMyBackupCodesV4Params

NewPublicGetMyBackupCodesV4Params creates a new PublicGetMyBackupCodesV4Params object with the default values initialized.

func NewPublicGetMyBackupCodesV4ParamsWithContext

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

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

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

func (o *PublicGetMyBackupCodesV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetContext

func (o *PublicGetMyBackupCodesV4Params) SetContext(ctx context.Context)

SetContext adds the context to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetFlightId

func (o *PublicGetMyBackupCodesV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGetMyBackupCodesV4Params) SetHTTPClient

func (o *PublicGetMyBackupCodesV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetHTTPClientTransport

func (o *PublicGetMyBackupCodesV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetNamespace

func (o *PublicGetMyBackupCodesV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) SetTimeout

func (o *PublicGetMyBackupCodesV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithContext

WithContext adds the context to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithNamespace

WithNamespace adds the namespace to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WithTimeout

WithTimeout adds the timeout to the public get my backup codes v4 params

func (*PublicGetMyBackupCodesV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGetMyBackupCodesV4Reader

type PublicGetMyBackupCodesV4Reader struct {
	// contains filtered or unexported fields
}

PublicGetMyBackupCodesV4Reader is a Reader for the PublicGetMyBackupCodesV4 structure.

func (*PublicGetMyBackupCodesV4Reader) ReadResponse

func (o *PublicGetMyBackupCodesV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicGetMyBackupCodesV4Unauthorized

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

func NewPublicGetMyBackupCodesV4Unauthorized() *PublicGetMyBackupCodesV4Unauthorized

NewPublicGetMyBackupCodesV4Unauthorized creates a PublicGetMyBackupCodesV4Unauthorized with default headers values

func (*PublicGetMyBackupCodesV4Unauthorized) Error

func (*PublicGetMyBackupCodesV4Unauthorized) GetPayload

func (*PublicGetMyBackupCodesV4Unauthorized) ToJSONString

func (o *PublicGetMyBackupCodesV4Unauthorized) ToJSONString() string

type PublicGetMyEnabledFactorsV4BadRequest

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

func NewPublicGetMyEnabledFactorsV4BadRequest() *PublicGetMyEnabledFactorsV4BadRequest

NewPublicGetMyEnabledFactorsV4BadRequest creates a PublicGetMyEnabledFactorsV4BadRequest with default headers values

func (*PublicGetMyEnabledFactorsV4BadRequest) Error

func (*PublicGetMyEnabledFactorsV4BadRequest) GetPayload

func (*PublicGetMyEnabledFactorsV4BadRequest) ToJSONString

type PublicGetMyEnabledFactorsV4Forbidden

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

func NewPublicGetMyEnabledFactorsV4Forbidden() *PublicGetMyEnabledFactorsV4Forbidden

NewPublicGetMyEnabledFactorsV4Forbidden creates a PublicGetMyEnabledFactorsV4Forbidden with default headers values

func (*PublicGetMyEnabledFactorsV4Forbidden) Error

func (*PublicGetMyEnabledFactorsV4Forbidden) GetPayload

func (*PublicGetMyEnabledFactorsV4Forbidden) ToJSONString

func (o *PublicGetMyEnabledFactorsV4Forbidden) ToJSONString() string

type PublicGetMyEnabledFactorsV4InternalServerError

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

func NewPublicGetMyEnabledFactorsV4InternalServerError() *PublicGetMyEnabledFactorsV4InternalServerError

NewPublicGetMyEnabledFactorsV4InternalServerError creates a PublicGetMyEnabledFactorsV4InternalServerError with default headers values

func (*PublicGetMyEnabledFactorsV4InternalServerError) Error

func (*PublicGetMyEnabledFactorsV4InternalServerError) GetPayload

func (*PublicGetMyEnabledFactorsV4InternalServerError) ToJSONString

type PublicGetMyEnabledFactorsV4NotFound

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

func NewPublicGetMyEnabledFactorsV4NotFound() *PublicGetMyEnabledFactorsV4NotFound

NewPublicGetMyEnabledFactorsV4NotFound creates a PublicGetMyEnabledFactorsV4NotFound with default headers values

func (*PublicGetMyEnabledFactorsV4NotFound) Error

func (*PublicGetMyEnabledFactorsV4NotFound) GetPayload

func (*PublicGetMyEnabledFactorsV4NotFound) ToJSONString

func (o *PublicGetMyEnabledFactorsV4NotFound) ToJSONString() string

type PublicGetMyEnabledFactorsV4OK

type PublicGetMyEnabledFactorsV4OK struct {
	Payload *iamclientmodels.ModelEnabledFactorsResponseV4
}

PublicGetMyEnabledFactorsV4OK handles this case with default header values.

Methods returned

func NewPublicGetMyEnabledFactorsV4OK

func NewPublicGetMyEnabledFactorsV4OK() *PublicGetMyEnabledFactorsV4OK

NewPublicGetMyEnabledFactorsV4OK creates a PublicGetMyEnabledFactorsV4OK with default headers values

func (*PublicGetMyEnabledFactorsV4OK) Error

func (*PublicGetMyEnabledFactorsV4OK) GetPayload

func (*PublicGetMyEnabledFactorsV4OK) ToJSONString

func (o *PublicGetMyEnabledFactorsV4OK) ToJSONString() string

type PublicGetMyEnabledFactorsV4Params

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

func NewPublicGetMyEnabledFactorsV4Params() *PublicGetMyEnabledFactorsV4Params

NewPublicGetMyEnabledFactorsV4Params creates a new PublicGetMyEnabledFactorsV4Params object with the default values initialized.

func NewPublicGetMyEnabledFactorsV4ParamsWithContext

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

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

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

func (o *PublicGetMyEnabledFactorsV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetContext

SetContext adds the context to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetFlightId

func (o *PublicGetMyEnabledFactorsV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGetMyEnabledFactorsV4Params) SetHTTPClient

func (o *PublicGetMyEnabledFactorsV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetHTTPClientTransport

func (o *PublicGetMyEnabledFactorsV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetNamespace

func (o *PublicGetMyEnabledFactorsV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) SetTimeout

func (o *PublicGetMyEnabledFactorsV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithContext

WithContext adds the context to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithNamespace

WithNamespace adds the namespace to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WithTimeout

WithTimeout adds the timeout to the public get my enabled factors v4 params

func (*PublicGetMyEnabledFactorsV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGetMyEnabledFactorsV4Reader

type PublicGetMyEnabledFactorsV4Reader struct {
	// contains filtered or unexported fields
}

PublicGetMyEnabledFactorsV4Reader is a Reader for the PublicGetMyEnabledFactorsV4 structure.

func (*PublicGetMyEnabledFactorsV4Reader) ReadResponse

func (o *PublicGetMyEnabledFactorsV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicGetMyEnabledFactorsV4Unauthorized

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

func NewPublicGetMyEnabledFactorsV4Unauthorized() *PublicGetMyEnabledFactorsV4Unauthorized

NewPublicGetMyEnabledFactorsV4Unauthorized creates a PublicGetMyEnabledFactorsV4Unauthorized with default headers values

func (*PublicGetMyEnabledFactorsV4Unauthorized) Error

func (*PublicGetMyEnabledFactorsV4Unauthorized) GetPayload

func (*PublicGetMyEnabledFactorsV4Unauthorized) ToJSONString

type PublicGetUserPublicInfoByUserIDV4BadRequest

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

func NewPublicGetUserPublicInfoByUserIDV4BadRequest() *PublicGetUserPublicInfoByUserIDV4BadRequest

NewPublicGetUserPublicInfoByUserIDV4BadRequest creates a PublicGetUserPublicInfoByUserIDV4BadRequest with default headers values

func (*PublicGetUserPublicInfoByUserIDV4BadRequest) Error

func (*PublicGetUserPublicInfoByUserIDV4BadRequest) GetPayload

func (*PublicGetUserPublicInfoByUserIDV4BadRequest) ToJSONString

type PublicGetUserPublicInfoByUserIDV4InternalServerError

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

func NewPublicGetUserPublicInfoByUserIDV4InternalServerError() *PublicGetUserPublicInfoByUserIDV4InternalServerError

NewPublicGetUserPublicInfoByUserIDV4InternalServerError creates a PublicGetUserPublicInfoByUserIDV4InternalServerError with default headers values

func (*PublicGetUserPublicInfoByUserIDV4InternalServerError) Error

func (*PublicGetUserPublicInfoByUserIDV4InternalServerError) GetPayload

func (*PublicGetUserPublicInfoByUserIDV4InternalServerError) ToJSONString

type PublicGetUserPublicInfoByUserIDV4NotFound

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

func NewPublicGetUserPublicInfoByUserIDV4NotFound() *PublicGetUserPublicInfoByUserIDV4NotFound

NewPublicGetUserPublicInfoByUserIDV4NotFound creates a PublicGetUserPublicInfoByUserIDV4NotFound with default headers values

func (*PublicGetUserPublicInfoByUserIDV4NotFound) Error

func (*PublicGetUserPublicInfoByUserIDV4NotFound) GetPayload

func (*PublicGetUserPublicInfoByUserIDV4NotFound) ToJSONString

type PublicGetUserPublicInfoByUserIDV4OK

type PublicGetUserPublicInfoByUserIDV4OK struct {
	Payload *iamclientmodels.ModelUserPublicInfoResponseV4
}

PublicGetUserPublicInfoByUserIDV4OK handles this case with default header values.

OK

func NewPublicGetUserPublicInfoByUserIDV4OK

func NewPublicGetUserPublicInfoByUserIDV4OK() *PublicGetUserPublicInfoByUserIDV4OK

NewPublicGetUserPublicInfoByUserIDV4OK creates a PublicGetUserPublicInfoByUserIDV4OK with default headers values

func (*PublicGetUserPublicInfoByUserIDV4OK) Error

func (*PublicGetUserPublicInfoByUserIDV4OK) GetPayload

func (*PublicGetUserPublicInfoByUserIDV4OK) ToJSONString

func (o *PublicGetUserPublicInfoByUserIDV4OK) ToJSONString() string

type PublicGetUserPublicInfoByUserIDV4Params

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

func NewPublicGetUserPublicInfoByUserIDV4Params() *PublicGetUserPublicInfoByUserIDV4Params

NewPublicGetUserPublicInfoByUserIDV4Params creates a new PublicGetUserPublicInfoByUserIDV4Params object with the default values initialized.

func NewPublicGetUserPublicInfoByUserIDV4ParamsWithContext

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

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

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

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

SetContext adds the context to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) SetFlightId

func (o *PublicGetUserPublicInfoByUserIDV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGetUserPublicInfoByUserIDV4Params) SetHTTPClient

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

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

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

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

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

WithContext adds the context to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithNamespace

WithNamespace adds the namespace to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithTimeout

WithTimeout adds the timeout to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WithUserID

WithUserID adds the userID to the public get user public info by user id v4 params

func (*PublicGetUserPublicInfoByUserIDV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGetUserPublicInfoByUserIDV4Reader

type PublicGetUserPublicInfoByUserIDV4Reader struct {
	// contains filtered or unexported fields
}

PublicGetUserPublicInfoByUserIDV4Reader is a Reader for the PublicGetUserPublicInfoByUserIDV4 structure.

func (*PublicGetUserPublicInfoByUserIDV4Reader) ReadResponse

func (o *PublicGetUserPublicInfoByUserIDV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicInviteUserV4BadRequest

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

func NewPublicInviteUserV4BadRequest() *PublicInviteUserV4BadRequest

NewPublicInviteUserV4BadRequest creates a PublicInviteUserV4BadRequest with default headers values

func (*PublicInviteUserV4BadRequest) Error

func (*PublicInviteUserV4BadRequest) GetPayload

func (*PublicInviteUserV4BadRequest) ToJSONString

func (o *PublicInviteUserV4BadRequest) ToJSONString() string

type PublicInviteUserV4Conflict

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

func NewPublicInviteUserV4Conflict() *PublicInviteUserV4Conflict

NewPublicInviteUserV4Conflict creates a PublicInviteUserV4Conflict with default headers values

func (*PublicInviteUserV4Conflict) Error

func (*PublicInviteUserV4Conflict) GetPayload

func (*PublicInviteUserV4Conflict) ToJSONString

func (o *PublicInviteUserV4Conflict) ToJSONString() string

type PublicInviteUserV4Created

type PublicInviteUserV4Created struct {
	Payload *iamclientmodels.ModelInviteUserResponseV3
}

PublicInviteUserV4Created handles this case with default header values.

Created

func NewPublicInviteUserV4Created

func NewPublicInviteUserV4Created() *PublicInviteUserV4Created

NewPublicInviteUserV4Created creates a PublicInviteUserV4Created with default headers values

func (*PublicInviteUserV4Created) Error

func (o *PublicInviteUserV4Created) Error() string

func (*PublicInviteUserV4Created) GetPayload

func (*PublicInviteUserV4Created) ToJSONString

func (o *PublicInviteUserV4Created) ToJSONString() string

type PublicInviteUserV4InternalServerError

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

func NewPublicInviteUserV4InternalServerError() *PublicInviteUserV4InternalServerError

NewPublicInviteUserV4InternalServerError creates a PublicInviteUserV4InternalServerError with default headers values

func (*PublicInviteUserV4InternalServerError) Error

func (*PublicInviteUserV4InternalServerError) GetPayload

func (*PublicInviteUserV4InternalServerError) ToJSONString

type PublicInviteUserV4Params

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

func NewPublicInviteUserV4Params() *PublicInviteUserV4Params

NewPublicInviteUserV4Params creates a new PublicInviteUserV4Params object with the default values initialized.

func NewPublicInviteUserV4ParamsWithContext

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

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

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

func (o *PublicInviteUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public invite user v4 params

func (*PublicInviteUserV4Params) SetBody

SetBody adds the body to the public invite user v4 params

func (*PublicInviteUserV4Params) SetContext

func (o *PublicInviteUserV4Params) SetContext(ctx context.Context)

SetContext adds the context to the public invite user v4 params

func (*PublicInviteUserV4Params) SetFlightId

func (o *PublicInviteUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicInviteUserV4Params) SetHTTPClient

func (o *PublicInviteUserV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public invite user v4 params

func (*PublicInviteUserV4Params) SetHTTPClientTransport

func (o *PublicInviteUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public invite user v4 params

func (*PublicInviteUserV4Params) SetTimeout

func (o *PublicInviteUserV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public invite user v4 params

func (*PublicInviteUserV4Params) WithBody

WithBody adds the body to the public invite user v4 params

func (*PublicInviteUserV4Params) WithContext

WithContext adds the context to the public invite user v4 params

func (*PublicInviteUserV4Params) WithHTTPClient

func (o *PublicInviteUserV4Params) WithHTTPClient(client *http.Client) *PublicInviteUserV4Params

WithHTTPClient adds the HTTPClient to the public invite user v4 params

func (*PublicInviteUserV4Params) WithTimeout

WithTimeout adds the timeout to the public invite user v4 params

func (*PublicInviteUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicInviteUserV4Reader

type PublicInviteUserV4Reader struct {
	// contains filtered or unexported fields
}

PublicInviteUserV4Reader is a Reader for the PublicInviteUserV4 structure.

func (*PublicInviteUserV4Reader) ReadResponse

func (o *PublicInviteUserV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicInviteUserV4UnprocessableEntity

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

func NewPublicInviteUserV4UnprocessableEntity() *PublicInviteUserV4UnprocessableEntity

NewPublicInviteUserV4UnprocessableEntity creates a PublicInviteUserV4UnprocessableEntity with default headers values

func (*PublicInviteUserV4UnprocessableEntity) Error

func (*PublicInviteUserV4UnprocessableEntity) GetPayload

func (*PublicInviteUserV4UnprocessableEntity) ToJSONString

type PublicMakeFactorMyDefaultV4BadRequest

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

func NewPublicMakeFactorMyDefaultV4BadRequest() *PublicMakeFactorMyDefaultV4BadRequest

NewPublicMakeFactorMyDefaultV4BadRequest creates a PublicMakeFactorMyDefaultV4BadRequest with default headers values

func (*PublicMakeFactorMyDefaultV4BadRequest) Error

func (*PublicMakeFactorMyDefaultV4BadRequest) GetPayload

func (*PublicMakeFactorMyDefaultV4BadRequest) ToJSONString

type PublicMakeFactorMyDefaultV4Forbidden

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

func NewPublicMakeFactorMyDefaultV4Forbidden() *PublicMakeFactorMyDefaultV4Forbidden

NewPublicMakeFactorMyDefaultV4Forbidden creates a PublicMakeFactorMyDefaultV4Forbidden with default headers values

func (*PublicMakeFactorMyDefaultV4Forbidden) Error

func (*PublicMakeFactorMyDefaultV4Forbidden) GetPayload

func (*PublicMakeFactorMyDefaultV4Forbidden) ToJSONString

func (o *PublicMakeFactorMyDefaultV4Forbidden) ToJSONString() string

type PublicMakeFactorMyDefaultV4InternalServerError

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

func NewPublicMakeFactorMyDefaultV4InternalServerError() *PublicMakeFactorMyDefaultV4InternalServerError

NewPublicMakeFactorMyDefaultV4InternalServerError creates a PublicMakeFactorMyDefaultV4InternalServerError with default headers values

func (*PublicMakeFactorMyDefaultV4InternalServerError) Error

func (*PublicMakeFactorMyDefaultV4InternalServerError) GetPayload

func (*PublicMakeFactorMyDefaultV4InternalServerError) ToJSONString

type PublicMakeFactorMyDefaultV4NoContent

type PublicMakeFactorMyDefaultV4NoContent struct {
}

PublicMakeFactorMyDefaultV4NoContent handles this case with default header values.

Default method changed

func NewPublicMakeFactorMyDefaultV4NoContent

func NewPublicMakeFactorMyDefaultV4NoContent() *PublicMakeFactorMyDefaultV4NoContent

NewPublicMakeFactorMyDefaultV4NoContent creates a PublicMakeFactorMyDefaultV4NoContent with default headers values

func (*PublicMakeFactorMyDefaultV4NoContent) Error

type PublicMakeFactorMyDefaultV4NotFound

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

func NewPublicMakeFactorMyDefaultV4NotFound() *PublicMakeFactorMyDefaultV4NotFound

NewPublicMakeFactorMyDefaultV4NotFound creates a PublicMakeFactorMyDefaultV4NotFound with default headers values

func (*PublicMakeFactorMyDefaultV4NotFound) Error

func (*PublicMakeFactorMyDefaultV4NotFound) GetPayload

func (*PublicMakeFactorMyDefaultV4NotFound) ToJSONString

func (o *PublicMakeFactorMyDefaultV4NotFound) ToJSONString() string

type PublicMakeFactorMyDefaultV4Params

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

func NewPublicMakeFactorMyDefaultV4Params() *PublicMakeFactorMyDefaultV4Params

NewPublicMakeFactorMyDefaultV4Params creates a new PublicMakeFactorMyDefaultV4Params object with the default values initialized.

func NewPublicMakeFactorMyDefaultV4ParamsWithContext

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

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

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

func (o *PublicMakeFactorMyDefaultV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetContext

SetContext adds the context to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetFactor

func (o *PublicMakeFactorMyDefaultV4Params) SetFactor(factor string)

SetFactor adds the factor to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetFlightId

func (o *PublicMakeFactorMyDefaultV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicMakeFactorMyDefaultV4Params) SetHTTPClient

func (o *PublicMakeFactorMyDefaultV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetHTTPClientTransport

func (o *PublicMakeFactorMyDefaultV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetNamespace

func (o *PublicMakeFactorMyDefaultV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) SetTimeout

func (o *PublicMakeFactorMyDefaultV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithContext

WithContext adds the context to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithFactor

WithFactor adds the factor to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithNamespace

WithNamespace adds the namespace to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WithTimeout

WithTimeout adds the timeout to the public make factor my default v4 params

func (*PublicMakeFactorMyDefaultV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicMakeFactorMyDefaultV4Reader

type PublicMakeFactorMyDefaultV4Reader struct {
	// contains filtered or unexported fields
}

PublicMakeFactorMyDefaultV4Reader is a Reader for the PublicMakeFactorMyDefaultV4 structure.

func (*PublicMakeFactorMyDefaultV4Reader) ReadResponse

func (o *PublicMakeFactorMyDefaultV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicMakeFactorMyDefaultV4Unauthorized

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

func NewPublicMakeFactorMyDefaultV4Unauthorized() *PublicMakeFactorMyDefaultV4Unauthorized

NewPublicMakeFactorMyDefaultV4Unauthorized creates a PublicMakeFactorMyDefaultV4Unauthorized with default headers values

func (*PublicMakeFactorMyDefaultV4Unauthorized) Error

func (*PublicMakeFactorMyDefaultV4Unauthorized) GetPayload

func (*PublicMakeFactorMyDefaultV4Unauthorized) ToJSONString

type PublicRemoveTrustedDeviceV4BadRequest

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

func NewPublicRemoveTrustedDeviceV4BadRequest() *PublicRemoveTrustedDeviceV4BadRequest

NewPublicRemoveTrustedDeviceV4BadRequest creates a PublicRemoveTrustedDeviceV4BadRequest with default headers values

func (*PublicRemoveTrustedDeviceV4BadRequest) Error

func (*PublicRemoveTrustedDeviceV4BadRequest) GetPayload

func (*PublicRemoveTrustedDeviceV4BadRequest) ToJSONString

type PublicRemoveTrustedDeviceV4Forbidden

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

func NewPublicRemoveTrustedDeviceV4Forbidden() *PublicRemoveTrustedDeviceV4Forbidden

NewPublicRemoveTrustedDeviceV4Forbidden creates a PublicRemoveTrustedDeviceV4Forbidden with default headers values

func (*PublicRemoveTrustedDeviceV4Forbidden) Error

func (*PublicRemoveTrustedDeviceV4Forbidden) GetPayload

func (*PublicRemoveTrustedDeviceV4Forbidden) ToJSONString

func (o *PublicRemoveTrustedDeviceV4Forbidden) ToJSONString() string

type PublicRemoveTrustedDeviceV4InternalServerError

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

func NewPublicRemoveTrustedDeviceV4InternalServerError() *PublicRemoveTrustedDeviceV4InternalServerError

NewPublicRemoveTrustedDeviceV4InternalServerError creates a PublicRemoveTrustedDeviceV4InternalServerError with default headers values

func (*PublicRemoveTrustedDeviceV4InternalServerError) Error

func (*PublicRemoveTrustedDeviceV4InternalServerError) GetPayload

func (*PublicRemoveTrustedDeviceV4InternalServerError) ToJSONString

type PublicRemoveTrustedDeviceV4NoContent

type PublicRemoveTrustedDeviceV4NoContent struct {
}

PublicRemoveTrustedDeviceV4NoContent handles this case with default header values.

Device removed

func NewPublicRemoveTrustedDeviceV4NoContent

func NewPublicRemoveTrustedDeviceV4NoContent() *PublicRemoveTrustedDeviceV4NoContent

NewPublicRemoveTrustedDeviceV4NoContent creates a PublicRemoveTrustedDeviceV4NoContent with default headers values

func (*PublicRemoveTrustedDeviceV4NoContent) Error

type PublicRemoveTrustedDeviceV4NotFound

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

func NewPublicRemoveTrustedDeviceV4NotFound() *PublicRemoveTrustedDeviceV4NotFound

NewPublicRemoveTrustedDeviceV4NotFound creates a PublicRemoveTrustedDeviceV4NotFound with default headers values

func (*PublicRemoveTrustedDeviceV4NotFound) Error

func (*PublicRemoveTrustedDeviceV4NotFound) GetPayload

func (*PublicRemoveTrustedDeviceV4NotFound) ToJSONString

func (o *PublicRemoveTrustedDeviceV4NotFound) ToJSONString() string

type PublicRemoveTrustedDeviceV4Params

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

func NewPublicRemoveTrustedDeviceV4Params() *PublicRemoveTrustedDeviceV4Params

NewPublicRemoveTrustedDeviceV4Params creates a new PublicRemoveTrustedDeviceV4Params object with the default values initialized.

func NewPublicRemoveTrustedDeviceV4ParamsWithContext

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

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

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

func (o *PublicRemoveTrustedDeviceV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetContext

SetContext adds the context to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetCookie

func (o *PublicRemoveTrustedDeviceV4Params) SetCookie(cookie *string)

SetCookie adds the cookie to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetFlightId

func (o *PublicRemoveTrustedDeviceV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicRemoveTrustedDeviceV4Params) SetHTTPClient

func (o *PublicRemoveTrustedDeviceV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetHTTPClientTransport

func (o *PublicRemoveTrustedDeviceV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetNamespace

func (o *PublicRemoveTrustedDeviceV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) SetTimeout

func (o *PublicRemoveTrustedDeviceV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithContext

WithContext adds the context to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithCookie

WithCookie adds the cookie to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithNamespace

WithNamespace adds the namespace to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WithTimeout

WithTimeout adds the timeout to the public remove trusted device v4 params

func (*PublicRemoveTrustedDeviceV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicRemoveTrustedDeviceV4Reader

type PublicRemoveTrustedDeviceV4Reader struct {
	// contains filtered or unexported fields
}

PublicRemoveTrustedDeviceV4Reader is a Reader for the PublicRemoveTrustedDeviceV4 structure.

func (*PublicRemoveTrustedDeviceV4Reader) ReadResponse

func (o *PublicRemoveTrustedDeviceV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicRemoveTrustedDeviceV4Unauthorized

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

func NewPublicRemoveTrustedDeviceV4Unauthorized() *PublicRemoveTrustedDeviceV4Unauthorized

NewPublicRemoveTrustedDeviceV4Unauthorized creates a PublicRemoveTrustedDeviceV4Unauthorized with default headers values

func (*PublicRemoveTrustedDeviceV4Unauthorized) Error

func (*PublicRemoveTrustedDeviceV4Unauthorized) GetPayload

func (*PublicRemoveTrustedDeviceV4Unauthorized) ToJSONString

type PublicSendMyMFAEmailCodeV4BadRequest

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

func NewPublicSendMyMFAEmailCodeV4BadRequest() *PublicSendMyMFAEmailCodeV4BadRequest

NewPublicSendMyMFAEmailCodeV4BadRequest creates a PublicSendMyMFAEmailCodeV4BadRequest with default headers values

func (*PublicSendMyMFAEmailCodeV4BadRequest) Error

func (*PublicSendMyMFAEmailCodeV4BadRequest) GetPayload

func (*PublicSendMyMFAEmailCodeV4BadRequest) ToJSONString

func (o *PublicSendMyMFAEmailCodeV4BadRequest) ToJSONString() string

type PublicSendMyMFAEmailCodeV4Forbidden

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

func NewPublicSendMyMFAEmailCodeV4Forbidden() *PublicSendMyMFAEmailCodeV4Forbidden

NewPublicSendMyMFAEmailCodeV4Forbidden creates a PublicSendMyMFAEmailCodeV4Forbidden with default headers values

func (*PublicSendMyMFAEmailCodeV4Forbidden) Error

func (*PublicSendMyMFAEmailCodeV4Forbidden) GetPayload

func (*PublicSendMyMFAEmailCodeV4Forbidden) ToJSONString

func (o *PublicSendMyMFAEmailCodeV4Forbidden) ToJSONString() string

type PublicSendMyMFAEmailCodeV4InternalServerError

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

func NewPublicSendMyMFAEmailCodeV4InternalServerError() *PublicSendMyMFAEmailCodeV4InternalServerError

NewPublicSendMyMFAEmailCodeV4InternalServerError creates a PublicSendMyMFAEmailCodeV4InternalServerError with default headers values

func (*PublicSendMyMFAEmailCodeV4InternalServerError) Error

func (*PublicSendMyMFAEmailCodeV4InternalServerError) GetPayload

func (*PublicSendMyMFAEmailCodeV4InternalServerError) ToJSONString

type PublicSendMyMFAEmailCodeV4NoContent

type PublicSendMyMFAEmailCodeV4NoContent struct {
}

PublicSendMyMFAEmailCodeV4NoContent handles this case with default header values.

code sent

func NewPublicSendMyMFAEmailCodeV4NoContent

func NewPublicSendMyMFAEmailCodeV4NoContent() *PublicSendMyMFAEmailCodeV4NoContent

NewPublicSendMyMFAEmailCodeV4NoContent creates a PublicSendMyMFAEmailCodeV4NoContent with default headers values

func (*PublicSendMyMFAEmailCodeV4NoContent) Error

type PublicSendMyMFAEmailCodeV4NotFound

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

func NewPublicSendMyMFAEmailCodeV4NotFound() *PublicSendMyMFAEmailCodeV4NotFound

NewPublicSendMyMFAEmailCodeV4NotFound creates a PublicSendMyMFAEmailCodeV4NotFound with default headers values

func (*PublicSendMyMFAEmailCodeV4NotFound) Error

func (*PublicSendMyMFAEmailCodeV4NotFound) GetPayload

func (*PublicSendMyMFAEmailCodeV4NotFound) ToJSONString

func (o *PublicSendMyMFAEmailCodeV4NotFound) ToJSONString() string

type PublicSendMyMFAEmailCodeV4Params

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

func NewPublicSendMyMFAEmailCodeV4Params() *PublicSendMyMFAEmailCodeV4Params

NewPublicSendMyMFAEmailCodeV4Params creates a new PublicSendMyMFAEmailCodeV4Params object with the default values initialized.

func NewPublicSendMyMFAEmailCodeV4ParamsWithContext

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

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

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

func (o *PublicSendMyMFAEmailCodeV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetContext

SetContext adds the context to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetFlightId

func (o *PublicSendMyMFAEmailCodeV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicSendMyMFAEmailCodeV4Params) SetHTTPClient

func (o *PublicSendMyMFAEmailCodeV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetHTTPClientTransport

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

func (o *PublicSendMyMFAEmailCodeV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) SetTimeout

func (o *PublicSendMyMFAEmailCodeV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithContext

WithContext adds the context to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithNamespace

WithNamespace adds the namespace to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WithTimeout

WithTimeout adds the timeout to the public send my mfa email code v4 params

func (*PublicSendMyMFAEmailCodeV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicSendMyMFAEmailCodeV4Reader

type PublicSendMyMFAEmailCodeV4Reader struct {
	// contains filtered or unexported fields
}

PublicSendMyMFAEmailCodeV4Reader is a Reader for the PublicSendMyMFAEmailCodeV4 structure.

func (*PublicSendMyMFAEmailCodeV4Reader) ReadResponse

func (o *PublicSendMyMFAEmailCodeV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicSendMyMFAEmailCodeV4TooManyRequests

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

func NewPublicSendMyMFAEmailCodeV4TooManyRequests() *PublicSendMyMFAEmailCodeV4TooManyRequests

NewPublicSendMyMFAEmailCodeV4TooManyRequests creates a PublicSendMyMFAEmailCodeV4TooManyRequests with default headers values

func (*PublicSendMyMFAEmailCodeV4TooManyRequests) Error

func (*PublicSendMyMFAEmailCodeV4TooManyRequests) GetPayload

func (*PublicSendMyMFAEmailCodeV4TooManyRequests) ToJSONString

type PublicSendMyMFAEmailCodeV4Unauthorized

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

func NewPublicSendMyMFAEmailCodeV4Unauthorized() *PublicSendMyMFAEmailCodeV4Unauthorized

NewPublicSendMyMFAEmailCodeV4Unauthorized creates a PublicSendMyMFAEmailCodeV4Unauthorized with default headers values

func (*PublicSendMyMFAEmailCodeV4Unauthorized) Error

func (*PublicSendMyMFAEmailCodeV4Unauthorized) GetPayload

func (*PublicSendMyMFAEmailCodeV4Unauthorized) ToJSONString

type PublicUpdateUserEmailAddressV4BadRequest

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

func NewPublicUpdateUserEmailAddressV4BadRequest() *PublicUpdateUserEmailAddressV4BadRequest

NewPublicUpdateUserEmailAddressV4BadRequest creates a PublicUpdateUserEmailAddressV4BadRequest with default headers values

func (*PublicUpdateUserEmailAddressV4BadRequest) Error

func (*PublicUpdateUserEmailAddressV4BadRequest) GetPayload

func (*PublicUpdateUserEmailAddressV4BadRequest) ToJSONString

type PublicUpdateUserEmailAddressV4Conflict

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

func NewPublicUpdateUserEmailAddressV4Conflict() *PublicUpdateUserEmailAddressV4Conflict

NewPublicUpdateUserEmailAddressV4Conflict creates a PublicUpdateUserEmailAddressV4Conflict with default headers values

func (*PublicUpdateUserEmailAddressV4Conflict) Error

func (*PublicUpdateUserEmailAddressV4Conflict) GetPayload

func (*PublicUpdateUserEmailAddressV4Conflict) ToJSONString

type PublicUpdateUserEmailAddressV4InternalServerError

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

func NewPublicUpdateUserEmailAddressV4InternalServerError() *PublicUpdateUserEmailAddressV4InternalServerError

NewPublicUpdateUserEmailAddressV4InternalServerError creates a PublicUpdateUserEmailAddressV4InternalServerError with default headers values

func (*PublicUpdateUserEmailAddressV4InternalServerError) Error

func (*PublicUpdateUserEmailAddressV4InternalServerError) GetPayload

func (*PublicUpdateUserEmailAddressV4InternalServerError) ToJSONString

type PublicUpdateUserEmailAddressV4NoContent

type PublicUpdateUserEmailAddressV4NoContent struct {
}

PublicUpdateUserEmailAddressV4NoContent handles this case with default header values.

Operation succeeded

func NewPublicUpdateUserEmailAddressV4NoContent

func NewPublicUpdateUserEmailAddressV4NoContent() *PublicUpdateUserEmailAddressV4NoContent

NewPublicUpdateUserEmailAddressV4NoContent creates a PublicUpdateUserEmailAddressV4NoContent with default headers values

func (*PublicUpdateUserEmailAddressV4NoContent) Error

type PublicUpdateUserEmailAddressV4NotFound

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

func NewPublicUpdateUserEmailAddressV4NotFound() *PublicUpdateUserEmailAddressV4NotFound

NewPublicUpdateUserEmailAddressV4NotFound creates a PublicUpdateUserEmailAddressV4NotFound with default headers values

func (*PublicUpdateUserEmailAddressV4NotFound) Error

func (*PublicUpdateUserEmailAddressV4NotFound) GetPayload

func (*PublicUpdateUserEmailAddressV4NotFound) ToJSONString

type PublicUpdateUserEmailAddressV4Params

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

func NewPublicUpdateUserEmailAddressV4Params() *PublicUpdateUserEmailAddressV4Params

NewPublicUpdateUserEmailAddressV4Params creates a new PublicUpdateUserEmailAddressV4Params object with the default values initialized.

func NewPublicUpdateUserEmailAddressV4ParamsWithContext

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

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

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

func (o *PublicUpdateUserEmailAddressV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetBody

SetBody adds the body to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetContext

SetContext adds the context to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetFlightId

func (o *PublicUpdateUserEmailAddressV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicUpdateUserEmailAddressV4Params) SetHTTPClient

func (o *PublicUpdateUserEmailAddressV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetHTTPClientTransport

func (o *PublicUpdateUserEmailAddressV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetNamespace

func (o *PublicUpdateUserEmailAddressV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) SetTimeout

func (o *PublicUpdateUserEmailAddressV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithBody

WithBody adds the body to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithContext

WithContext adds the context to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithNamespace

WithNamespace adds the namespace to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WithTimeout

WithTimeout adds the timeout to the public update user email address v4 params

func (*PublicUpdateUserEmailAddressV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpdateUserEmailAddressV4Reader

type PublicUpdateUserEmailAddressV4Reader struct {
	// contains filtered or unexported fields
}

PublicUpdateUserEmailAddressV4Reader is a Reader for the PublicUpdateUserEmailAddressV4 structure.

func (*PublicUpdateUserEmailAddressV4Reader) ReadResponse

func (o *PublicUpdateUserEmailAddressV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicUpdateUserEmailAddressV4Unauthorized

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

func NewPublicUpdateUserEmailAddressV4Unauthorized() *PublicUpdateUserEmailAddressV4Unauthorized

NewPublicUpdateUserEmailAddressV4Unauthorized creates a PublicUpdateUserEmailAddressV4Unauthorized with default headers values

func (*PublicUpdateUserEmailAddressV4Unauthorized) Error

func (*PublicUpdateUserEmailAddressV4Unauthorized) GetPayload

func (*PublicUpdateUserEmailAddressV4Unauthorized) ToJSONString

type PublicUpdateUserV4BadRequest

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

func NewPublicUpdateUserV4BadRequest() *PublicUpdateUserV4BadRequest

NewPublicUpdateUserV4BadRequest creates a PublicUpdateUserV4BadRequest with default headers values

func (*PublicUpdateUserV4BadRequest) Error

func (*PublicUpdateUserV4BadRequest) GetPayload

func (*PublicUpdateUserV4BadRequest) ToJSONString

func (o *PublicUpdateUserV4BadRequest) ToJSONString() string

type PublicUpdateUserV4Conflict

type PublicUpdateUserV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpdateUserV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10133</td><td>email already used</td></tr></table>

func NewPublicUpdateUserV4Conflict

func NewPublicUpdateUserV4Conflict() *PublicUpdateUserV4Conflict

NewPublicUpdateUserV4Conflict creates a PublicUpdateUserV4Conflict with default headers values

func (*PublicUpdateUserV4Conflict) Error

func (*PublicUpdateUserV4Conflict) GetPayload

func (*PublicUpdateUserV4Conflict) ToJSONString

func (o *PublicUpdateUserV4Conflict) ToJSONString() string

type PublicUpdateUserV4Forbidden

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

func NewPublicUpdateUserV4Forbidden() *PublicUpdateUserV4Forbidden

NewPublicUpdateUserV4Forbidden creates a PublicUpdateUserV4Forbidden with default headers values

func (*PublicUpdateUserV4Forbidden) Error

func (*PublicUpdateUserV4Forbidden) GetPayload

func (*PublicUpdateUserV4Forbidden) ToJSONString

func (o *PublicUpdateUserV4Forbidden) ToJSONString() string

type PublicUpdateUserV4InternalServerError

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

func NewPublicUpdateUserV4InternalServerError() *PublicUpdateUserV4InternalServerError

NewPublicUpdateUserV4InternalServerError creates a PublicUpdateUserV4InternalServerError with default headers values

func (*PublicUpdateUserV4InternalServerError) Error

func (*PublicUpdateUserV4InternalServerError) GetPayload

func (*PublicUpdateUserV4InternalServerError) ToJSONString

type PublicUpdateUserV4OK

type PublicUpdateUserV4OK struct {
	Payload *iamclientmodels.ModelUserResponseV3
}

PublicUpdateUserV4OK handles this case with default header values.

OK

func NewPublicUpdateUserV4OK

func NewPublicUpdateUserV4OK() *PublicUpdateUserV4OK

NewPublicUpdateUserV4OK creates a PublicUpdateUserV4OK with default headers values

func (*PublicUpdateUserV4OK) Error

func (o *PublicUpdateUserV4OK) Error() string

func (*PublicUpdateUserV4OK) GetPayload

func (*PublicUpdateUserV4OK) ToJSONString

func (o *PublicUpdateUserV4OK) ToJSONString() string

type PublicUpdateUserV4Params

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

func NewPublicUpdateUserV4Params() *PublicUpdateUserV4Params

NewPublicUpdateUserV4Params creates a new PublicUpdateUserV4Params object with the default values initialized.

func NewPublicUpdateUserV4ParamsWithContext

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

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

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

func (o *PublicUpdateUserV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public update user v4 params

func (*PublicUpdateUserV4Params) SetBody

SetBody adds the body to the public update user v4 params

func (*PublicUpdateUserV4Params) SetContext

func (o *PublicUpdateUserV4Params) SetContext(ctx context.Context)

SetContext adds the context to the public update user v4 params

func (*PublicUpdateUserV4Params) SetFlightId

func (o *PublicUpdateUserV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicUpdateUserV4Params) SetHTTPClient

func (o *PublicUpdateUserV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public update user v4 params

func (*PublicUpdateUserV4Params) SetHTTPClientTransport

func (o *PublicUpdateUserV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public update user v4 params

func (*PublicUpdateUserV4Params) SetNamespace

func (o *PublicUpdateUserV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update user v4 params

func (*PublicUpdateUserV4Params) SetTimeout

func (o *PublicUpdateUserV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public update user v4 params

func (*PublicUpdateUserV4Params) WithBody

WithBody adds the body to the public update user v4 params

func (*PublicUpdateUserV4Params) WithContext

WithContext adds the context to the public update user v4 params

func (*PublicUpdateUserV4Params) WithHTTPClient

func (o *PublicUpdateUserV4Params) WithHTTPClient(client *http.Client) *PublicUpdateUserV4Params

WithHTTPClient adds the HTTPClient to the public update user v4 params

func (*PublicUpdateUserV4Params) WithNamespace

func (o *PublicUpdateUserV4Params) WithNamespace(namespace string) *PublicUpdateUserV4Params

WithNamespace adds the namespace to the public update user v4 params

func (*PublicUpdateUserV4Params) WithTimeout

WithTimeout adds the timeout to the public update user v4 params

func (*PublicUpdateUserV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpdateUserV4Reader

type PublicUpdateUserV4Reader struct {
	// contains filtered or unexported fields
}

PublicUpdateUserV4Reader is a Reader for the PublicUpdateUserV4 structure.

func (*PublicUpdateUserV4Reader) ReadResponse

func (o *PublicUpdateUserV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicUpdateUserV4Unauthorized

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

func NewPublicUpdateUserV4Unauthorized() *PublicUpdateUserV4Unauthorized

NewPublicUpdateUserV4Unauthorized creates a PublicUpdateUserV4Unauthorized with default headers values

func (*PublicUpdateUserV4Unauthorized) Error

func (*PublicUpdateUserV4Unauthorized) GetPayload

func (*PublicUpdateUserV4Unauthorized) ToJSONString

func (o *PublicUpdateUserV4Unauthorized) ToJSONString() string

type PublicUpgradeHeadlessAccountV4BadRequest

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

func NewPublicUpgradeHeadlessAccountV4BadRequest() *PublicUpgradeHeadlessAccountV4BadRequest

NewPublicUpgradeHeadlessAccountV4BadRequest creates a PublicUpgradeHeadlessAccountV4BadRequest with default headers values

func (*PublicUpgradeHeadlessAccountV4BadRequest) Error

func (*PublicUpgradeHeadlessAccountV4BadRequest) GetPayload

func (*PublicUpgradeHeadlessAccountV4BadRequest) ToJSONString

type PublicUpgradeHeadlessAccountV4Conflict

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

func NewPublicUpgradeHeadlessAccountV4Conflict() *PublicUpgradeHeadlessAccountV4Conflict

NewPublicUpgradeHeadlessAccountV4Conflict creates a PublicUpgradeHeadlessAccountV4Conflict with default headers values

func (*PublicUpgradeHeadlessAccountV4Conflict) Error

func (*PublicUpgradeHeadlessAccountV4Conflict) GetPayload

func (*PublicUpgradeHeadlessAccountV4Conflict) ToJSONString

type PublicUpgradeHeadlessAccountV4InternalServerError

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

func NewPublicUpgradeHeadlessAccountV4InternalServerError() *PublicUpgradeHeadlessAccountV4InternalServerError

NewPublicUpgradeHeadlessAccountV4InternalServerError creates a PublicUpgradeHeadlessAccountV4InternalServerError with default headers values

func (*PublicUpgradeHeadlessAccountV4InternalServerError) Error

func (*PublicUpgradeHeadlessAccountV4InternalServerError) GetPayload

func (*PublicUpgradeHeadlessAccountV4InternalServerError) ToJSONString

type PublicUpgradeHeadlessAccountV4NotFound

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

func NewPublicUpgradeHeadlessAccountV4NotFound() *PublicUpgradeHeadlessAccountV4NotFound

NewPublicUpgradeHeadlessAccountV4NotFound creates a PublicUpgradeHeadlessAccountV4NotFound with default headers values

func (*PublicUpgradeHeadlessAccountV4NotFound) Error

func (*PublicUpgradeHeadlessAccountV4NotFound) GetPayload

func (*PublicUpgradeHeadlessAccountV4NotFound) ToJSONString

type PublicUpgradeHeadlessAccountV4OK

type PublicUpgradeHeadlessAccountV4OK struct {
	Payload *iamclientmodels.AccountUserResponseV4
}

PublicUpgradeHeadlessAccountV4OK handles this case with default header values.

OK

func NewPublicUpgradeHeadlessAccountV4OK

func NewPublicUpgradeHeadlessAccountV4OK() *PublicUpgradeHeadlessAccountV4OK

NewPublicUpgradeHeadlessAccountV4OK creates a PublicUpgradeHeadlessAccountV4OK with default headers values

func (*PublicUpgradeHeadlessAccountV4OK) Error

func (*PublicUpgradeHeadlessAccountV4OK) GetPayload

func (*PublicUpgradeHeadlessAccountV4OK) ToJSONString

func (o *PublicUpgradeHeadlessAccountV4OK) ToJSONString() string

type PublicUpgradeHeadlessAccountV4Params

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

func NewPublicUpgradeHeadlessAccountV4Params() *PublicUpgradeHeadlessAccountV4Params

NewPublicUpgradeHeadlessAccountV4Params creates a new PublicUpgradeHeadlessAccountV4Params object with the default values initialized.

func NewPublicUpgradeHeadlessAccountV4ParamsWithContext

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

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

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

func (o *PublicUpgradeHeadlessAccountV4Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetBody

SetBody adds the body to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetContext

SetContext adds the context to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetFlightId

func (o *PublicUpgradeHeadlessAccountV4Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicUpgradeHeadlessAccountV4Params) SetHTTPClient

func (o *PublicUpgradeHeadlessAccountV4Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetHTTPClientTransport

func (o *PublicUpgradeHeadlessAccountV4Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetNamespace

func (o *PublicUpgradeHeadlessAccountV4Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) SetTimeout

func (o *PublicUpgradeHeadlessAccountV4Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithBody

WithBody adds the body to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithContext

WithContext adds the context to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithNamespace

WithNamespace adds the namespace to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WithTimeout

WithTimeout adds the timeout to the public upgrade headless account v4 params

func (*PublicUpgradeHeadlessAccountV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpgradeHeadlessAccountV4Reader

type PublicUpgradeHeadlessAccountV4Reader struct {
	// contains filtered or unexported fields
}

PublicUpgradeHeadlessAccountV4Reader is a Reader for the PublicUpgradeHeadlessAccountV4 structure.

func (*PublicUpgradeHeadlessAccountV4Reader) ReadResponse

func (o *PublicUpgradeHeadlessAccountV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicUpgradeHeadlessAccountV4Unauthorized

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

func NewPublicUpgradeHeadlessAccountV4Unauthorized() *PublicUpgradeHeadlessAccountV4Unauthorized

NewPublicUpgradeHeadlessAccountV4Unauthorized creates a PublicUpgradeHeadlessAccountV4Unauthorized with default headers values

func (*PublicUpgradeHeadlessAccountV4Unauthorized) Error

func (*PublicUpgradeHeadlessAccountV4Unauthorized) GetPayload

func (*PublicUpgradeHeadlessAccountV4Unauthorized) ToJSONString

type PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest() *PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest) Error

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest) GetPayload

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4BadRequest) ToJSONString

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict struct {
	Payload *iamclientmodels.RestErrorResponse
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>10153</td><td>user exist</td></tr><tr><td>10170</td><td>account is already a full account</td></tr></table>

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict) Error

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict) GetPayload

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Conflict) ToJSONString

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden) Error

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden) GetPayload

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Forbidden) ToJSONString

type PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError() *PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError) Error

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError) GetPayload

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4InternalServerError) ToJSONString

type PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound() *PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound) Error

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound) GetPayload

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4NotFound) ToJSONString

type PublicUpgradeHeadlessAccountWithVerificationCodeV4OK

type PublicUpgradeHeadlessAccountWithVerificationCodeV4OK struct {
	Payload *iamclientmodels.AccountUserResponseV4
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4OK handles this case with default header values.

OK

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4OK

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4OK() *PublicUpgradeHeadlessAccountWithVerificationCodeV4OK

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4OK creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4OK with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK) Error

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK) GetPayload

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4OK) ToJSONString

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Params

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Params() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Params

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Params creates a new PublicUpgradeHeadlessAccountWithVerificationCodeV4Params object with the default values initialized.

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4ParamsWithContext

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetBody

SetBody adds the body to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetContext

SetContext adds the context to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetFlightId

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetHTTPClientTransport

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

SetNamespace adds the namespace to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) SetTimeout

SetTimeout adds the timeout to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithBody

WithBody adds the body to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithContext

WithContext adds the context to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithNamespace

WithNamespace adds the namespace to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WithTimeout

WithTimeout adds the timeout to the public upgrade headless account with verification code v4 params

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader struct {
	// contains filtered or unexported fields
}

PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader is a Reader for the PublicUpgradeHeadlessAccountWithVerificationCodeV4 structure.

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader) ReadResponse

func (o *PublicUpgradeHeadlessAccountWithVerificationCodeV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized

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

func NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized() *PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized

NewPublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized creates a PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized with default headers values

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized) Error

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized) GetPayload

func (*PublicUpgradeHeadlessAccountWithVerificationCodeV4Unauthorized) ToJSONString

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL