users

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivateSelfRegisteredUserBadRequest

type ActivateSelfRegisteredUserBadRequest struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserBadRequest describes a response with status code 400, with default header values.

Bad request

func NewActivateSelfRegisteredUserBadRequest

func NewActivateSelfRegisteredUserBadRequest() *ActivateSelfRegisteredUserBadRequest

NewActivateSelfRegisteredUserBadRequest creates a ActivateSelfRegisteredUserBadRequest with default headers values

func (*ActivateSelfRegisteredUserBadRequest) Code

Code gets the status code for the activate self registered user bad request response

func (*ActivateSelfRegisteredUserBadRequest) Error

func (*ActivateSelfRegisteredUserBadRequest) GetPayload

func (*ActivateSelfRegisteredUserBadRequest) IsClientError

func (o *ActivateSelfRegisteredUserBadRequest) IsClientError() bool

IsClientError returns true when this activate self registered user bad request response has a 4xx status code

func (*ActivateSelfRegisteredUserBadRequest) IsCode

IsCode returns true when this activate self registered user bad request response a status code equal to that given

func (*ActivateSelfRegisteredUserBadRequest) IsRedirect

IsRedirect returns true when this activate self registered user bad request response has a 3xx status code

func (*ActivateSelfRegisteredUserBadRequest) IsServerError

func (o *ActivateSelfRegisteredUserBadRequest) IsServerError() bool

IsServerError returns true when this activate self registered user bad request response has a 5xx status code

func (*ActivateSelfRegisteredUserBadRequest) IsSuccess

IsSuccess returns true when this activate self registered user bad request response has a 2xx status code

func (*ActivateSelfRegisteredUserBadRequest) String

type ActivateSelfRegisteredUserCreated

type ActivateSelfRegisteredUserCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

ActivateSelfRegisteredUserCreated describes a response with status code 201, with default header values.

User

func NewActivateSelfRegisteredUserCreated

func NewActivateSelfRegisteredUserCreated() *ActivateSelfRegisteredUserCreated

NewActivateSelfRegisteredUserCreated creates a ActivateSelfRegisteredUserCreated with default headers values

func (*ActivateSelfRegisteredUserCreated) Code

Code gets the status code for the activate self registered user created response

func (*ActivateSelfRegisteredUserCreated) Error

func (*ActivateSelfRegisteredUserCreated) GetPayload

func (*ActivateSelfRegisteredUserCreated) IsClientError

func (o *ActivateSelfRegisteredUserCreated) IsClientError() bool

IsClientError returns true when this activate self registered user created response has a 4xx status code

func (*ActivateSelfRegisteredUserCreated) IsCode

func (o *ActivateSelfRegisteredUserCreated) IsCode(code int) bool

IsCode returns true when this activate self registered user created response a status code equal to that given

func (*ActivateSelfRegisteredUserCreated) IsRedirect

func (o *ActivateSelfRegisteredUserCreated) IsRedirect() bool

IsRedirect returns true when this activate self registered user created response has a 3xx status code

func (*ActivateSelfRegisteredUserCreated) IsServerError

func (o *ActivateSelfRegisteredUserCreated) IsServerError() bool

IsServerError returns true when this activate self registered user created response has a 5xx status code

func (*ActivateSelfRegisteredUserCreated) IsSuccess

func (o *ActivateSelfRegisteredUserCreated) IsSuccess() bool

IsSuccess returns true when this activate self registered user created response has a 2xx status code

func (*ActivateSelfRegisteredUserCreated) String

type ActivateSelfRegisteredUserNotFound

type ActivateSelfRegisteredUserNotFound struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserNotFound describes a response with status code 404, with default header values.

Not found

func NewActivateSelfRegisteredUserNotFound

func NewActivateSelfRegisteredUserNotFound() *ActivateSelfRegisteredUserNotFound

NewActivateSelfRegisteredUserNotFound creates a ActivateSelfRegisteredUserNotFound with default headers values

func (*ActivateSelfRegisteredUserNotFound) Code

Code gets the status code for the activate self registered user not found response

func (*ActivateSelfRegisteredUserNotFound) Error

func (*ActivateSelfRegisteredUserNotFound) GetPayload

func (*ActivateSelfRegisteredUserNotFound) IsClientError

func (o *ActivateSelfRegisteredUserNotFound) IsClientError() bool

IsClientError returns true when this activate self registered user not found response has a 4xx status code

func (*ActivateSelfRegisteredUserNotFound) IsCode

IsCode returns true when this activate self registered user not found response a status code equal to that given

func (*ActivateSelfRegisteredUserNotFound) IsRedirect

func (o *ActivateSelfRegisteredUserNotFound) IsRedirect() bool

IsRedirect returns true when this activate self registered user not found response has a 3xx status code

func (*ActivateSelfRegisteredUserNotFound) IsServerError

func (o *ActivateSelfRegisteredUserNotFound) IsServerError() bool

IsServerError returns true when this activate self registered user not found response has a 5xx status code

func (*ActivateSelfRegisteredUserNotFound) IsSuccess

IsSuccess returns true when this activate self registered user not found response has a 2xx status code

func (*ActivateSelfRegisteredUserNotFound) String

type ActivateSelfRegisteredUserParams

type ActivateSelfRegisteredUserParams struct {

	// Activation.
	Activation *models.ActivateSelfRegisteredUser

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

ActivateSelfRegisteredUserParams contains all the parameters to send to the API endpoint

for the activate self registered user operation.

Typically these are written to a http.Request.

func NewActivateSelfRegisteredUserParams

func NewActivateSelfRegisteredUserParams() *ActivateSelfRegisteredUserParams

NewActivateSelfRegisteredUserParams creates a new ActivateSelfRegisteredUserParams object, with the default timeout for this client.

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

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

func NewActivateSelfRegisteredUserParamsWithContext

func NewActivateSelfRegisteredUserParamsWithContext(ctx context.Context) *ActivateSelfRegisteredUserParams

NewActivateSelfRegisteredUserParamsWithContext creates a new ActivateSelfRegisteredUserParams object with the ability to set a context for a request.

func NewActivateSelfRegisteredUserParamsWithHTTPClient

func NewActivateSelfRegisteredUserParamsWithHTTPClient(client *http.Client) *ActivateSelfRegisteredUserParams

NewActivateSelfRegisteredUserParamsWithHTTPClient creates a new ActivateSelfRegisteredUserParams object with the ability to set a custom HTTPClient for a request.

func NewActivateSelfRegisteredUserParamsWithTimeout

func NewActivateSelfRegisteredUserParamsWithTimeout(timeout time.Duration) *ActivateSelfRegisteredUserParams

NewActivateSelfRegisteredUserParamsWithTimeout creates a new ActivateSelfRegisteredUserParams object with the ability to set a timeout on a request.

func (*ActivateSelfRegisteredUserParams) SetActivation

SetActivation adds the activation to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) SetContext

SetContext adds the context to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) SetDefaults

func (o *ActivateSelfRegisteredUserParams) SetDefaults()

SetDefaults hydrates default values in the activate self registered user params (not the query body).

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

func (*ActivateSelfRegisteredUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) SetIPID

func (o *ActivateSelfRegisteredUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) SetIfMatch

func (o *ActivateSelfRegisteredUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) SetTimeout

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

SetTimeout adds the timeout to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) SetUserID

func (o *ActivateSelfRegisteredUserParams) SetUserID(userID string)

SetUserID adds the userId to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WithActivation

WithActivation adds the activation to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WithContext

WithContext adds the context to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WithDefaults

WithDefaults hydrates default values in the activate self registered user params (not the query body).

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

func (*ActivateSelfRegisteredUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WithIPID

WithIPID adds the iPID to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WithIfMatch

WithIfMatch adds the ifMatch to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WithTimeout

WithTimeout adds the timeout to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WithUserID

WithUserID adds the userID to the activate self registered user params

func (*ActivateSelfRegisteredUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActivateSelfRegisteredUserPreconditionFailed

type ActivateSelfRegisteredUserPreconditionFailed struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewActivateSelfRegisteredUserPreconditionFailed

func NewActivateSelfRegisteredUserPreconditionFailed() *ActivateSelfRegisteredUserPreconditionFailed

NewActivateSelfRegisteredUserPreconditionFailed creates a ActivateSelfRegisteredUserPreconditionFailed with default headers values

func (*ActivateSelfRegisteredUserPreconditionFailed) Code

Code gets the status code for the activate self registered user precondition failed response

func (*ActivateSelfRegisteredUserPreconditionFailed) Error

func (*ActivateSelfRegisteredUserPreconditionFailed) GetPayload

func (*ActivateSelfRegisteredUserPreconditionFailed) IsClientError

IsClientError returns true when this activate self registered user precondition failed response has a 4xx status code

func (*ActivateSelfRegisteredUserPreconditionFailed) IsCode

IsCode returns true when this activate self registered user precondition failed response a status code equal to that given

func (*ActivateSelfRegisteredUserPreconditionFailed) IsRedirect

IsRedirect returns true when this activate self registered user precondition failed response has a 3xx status code

func (*ActivateSelfRegisteredUserPreconditionFailed) IsServerError

IsServerError returns true when this activate self registered user precondition failed response has a 5xx status code

func (*ActivateSelfRegisteredUserPreconditionFailed) IsSuccess

IsSuccess returns true when this activate self registered user precondition failed response has a 2xx status code

func (*ActivateSelfRegisteredUserPreconditionFailed) String

type ActivateSelfRegisteredUserReader

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

ActivateSelfRegisteredUserReader is a Reader for the ActivateSelfRegisteredUser structure.

func (*ActivateSelfRegisteredUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ActivateSelfRegisteredUserTooManyRequests

type ActivateSelfRegisteredUserTooManyRequests struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewActivateSelfRegisteredUserTooManyRequests

func NewActivateSelfRegisteredUserTooManyRequests() *ActivateSelfRegisteredUserTooManyRequests

NewActivateSelfRegisteredUserTooManyRequests creates a ActivateSelfRegisteredUserTooManyRequests with default headers values

func (*ActivateSelfRegisteredUserTooManyRequests) Code

Code gets the status code for the activate self registered user too many requests response

func (*ActivateSelfRegisteredUserTooManyRequests) Error

func (*ActivateSelfRegisteredUserTooManyRequests) GetPayload

func (*ActivateSelfRegisteredUserTooManyRequests) IsClientError

IsClientError returns true when this activate self registered user too many requests response has a 4xx status code

func (*ActivateSelfRegisteredUserTooManyRequests) IsCode

IsCode returns true when this activate self registered user too many requests response a status code equal to that given

func (*ActivateSelfRegisteredUserTooManyRequests) IsRedirect

IsRedirect returns true when this activate self registered user too many requests response has a 3xx status code

func (*ActivateSelfRegisteredUserTooManyRequests) IsServerError

IsServerError returns true when this activate self registered user too many requests response has a 5xx status code

func (*ActivateSelfRegisteredUserTooManyRequests) IsSuccess

IsSuccess returns true when this activate self registered user too many requests response has a 2xx status code

func (*ActivateSelfRegisteredUserTooManyRequests) String

type ActivateSelfRegisteredUserUnauthorized

type ActivateSelfRegisteredUserUnauthorized struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewActivateSelfRegisteredUserUnauthorized

func NewActivateSelfRegisteredUserUnauthorized() *ActivateSelfRegisteredUserUnauthorized

NewActivateSelfRegisteredUserUnauthorized creates a ActivateSelfRegisteredUserUnauthorized with default headers values

func (*ActivateSelfRegisteredUserUnauthorized) Code

Code gets the status code for the activate self registered user unauthorized response

func (*ActivateSelfRegisteredUserUnauthorized) Error

func (*ActivateSelfRegisteredUserUnauthorized) GetPayload

func (*ActivateSelfRegisteredUserUnauthorized) IsClientError

func (o *ActivateSelfRegisteredUserUnauthorized) IsClientError() bool

IsClientError returns true when this activate self registered user unauthorized response has a 4xx status code

func (*ActivateSelfRegisteredUserUnauthorized) IsCode

IsCode returns true when this activate self registered user unauthorized response a status code equal to that given

func (*ActivateSelfRegisteredUserUnauthorized) IsRedirect

IsRedirect returns true when this activate self registered user unauthorized response has a 3xx status code

func (*ActivateSelfRegisteredUserUnauthorized) IsServerError

func (o *ActivateSelfRegisteredUserUnauthorized) IsServerError() bool

IsServerError returns true when this activate self registered user unauthorized response has a 5xx status code

func (*ActivateSelfRegisteredUserUnauthorized) IsSuccess

IsSuccess returns true when this activate self registered user unauthorized response has a 2xx status code

func (*ActivateSelfRegisteredUserUnauthorized) String

type ActivateSelfRegisteredUserUnprocessableEntity

type ActivateSelfRegisteredUserUnprocessableEntity struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewActivateSelfRegisteredUserUnprocessableEntity

func NewActivateSelfRegisteredUserUnprocessableEntity() *ActivateSelfRegisteredUserUnprocessableEntity

NewActivateSelfRegisteredUserUnprocessableEntity creates a ActivateSelfRegisteredUserUnprocessableEntity with default headers values

func (*ActivateSelfRegisteredUserUnprocessableEntity) Code

Code gets the status code for the activate self registered user unprocessable entity response

func (*ActivateSelfRegisteredUserUnprocessableEntity) Error

func (*ActivateSelfRegisteredUserUnprocessableEntity) GetPayload

func (*ActivateSelfRegisteredUserUnprocessableEntity) IsClientError

IsClientError returns true when this activate self registered user unprocessable entity response has a 4xx status code

func (*ActivateSelfRegisteredUserUnprocessableEntity) IsCode

IsCode returns true when this activate self registered user unprocessable entity response a status code equal to that given

func (*ActivateSelfRegisteredUserUnprocessableEntity) IsRedirect

IsRedirect returns true when this activate self registered user unprocessable entity response has a 3xx status code

func (*ActivateSelfRegisteredUserUnprocessableEntity) IsServerError

IsServerError returns true when this activate self registered user unprocessable entity response has a 5xx status code

func (*ActivateSelfRegisteredUserUnprocessableEntity) IsSuccess

IsSuccess returns true when this activate self registered user unprocessable entity response has a 2xx status code

func (*ActivateSelfRegisteredUserUnprocessableEntity) String

type ActivateSelfRegisteredUserUsingExtendedCodeBadRequest

type ActivateSelfRegisteredUserUsingExtendedCodeBadRequest struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUsingExtendedCodeBadRequest describes a response with status code 400, with default header values.

Bad request

func NewActivateSelfRegisteredUserUsingExtendedCodeBadRequest

func NewActivateSelfRegisteredUserUsingExtendedCodeBadRequest() *ActivateSelfRegisteredUserUsingExtendedCodeBadRequest

NewActivateSelfRegisteredUserUsingExtendedCodeBadRequest creates a ActivateSelfRegisteredUserUsingExtendedCodeBadRequest with default headers values

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) Code

Code gets the status code for the activate self registered user using extended code bad request response

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) Error

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) GetPayload

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) IsClientError

IsClientError returns true when this activate self registered user using extended code bad request response has a 4xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) IsCode

IsCode returns true when this activate self registered user using extended code bad request response a status code equal to that given

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) IsRedirect

IsRedirect returns true when this activate self registered user using extended code bad request response has a 3xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) IsServerError

IsServerError returns true when this activate self registered user using extended code bad request response has a 5xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) IsSuccess

IsSuccess returns true when this activate self registered user using extended code bad request response has a 2xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeBadRequest) String

type ActivateSelfRegisteredUserUsingExtendedCodeCreated

type ActivateSelfRegisteredUserUsingExtendedCodeCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

ActivateSelfRegisteredUserUsingExtendedCodeCreated describes a response with status code 201, with default header values.

User

func NewActivateSelfRegisteredUserUsingExtendedCodeCreated

func NewActivateSelfRegisteredUserUsingExtendedCodeCreated() *ActivateSelfRegisteredUserUsingExtendedCodeCreated

NewActivateSelfRegisteredUserUsingExtendedCodeCreated creates a ActivateSelfRegisteredUserUsingExtendedCodeCreated with default headers values

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) Code

Code gets the status code for the activate self registered user using extended code created response

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) Error

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) GetPayload

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) IsClientError

IsClientError returns true when this activate self registered user using extended code created response has a 4xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) IsCode

IsCode returns true when this activate self registered user using extended code created response a status code equal to that given

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) IsRedirect

IsRedirect returns true when this activate self registered user using extended code created response has a 3xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) IsServerError

IsServerError returns true when this activate self registered user using extended code created response has a 5xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) IsSuccess

IsSuccess returns true when this activate self registered user using extended code created response has a 2xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeCreated) String

type ActivateSelfRegisteredUserUsingExtendedCodeNotFound

type ActivateSelfRegisteredUserUsingExtendedCodeNotFound struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUsingExtendedCodeNotFound describes a response with status code 404, with default header values.

Not found

func NewActivateSelfRegisteredUserUsingExtendedCodeNotFound

func NewActivateSelfRegisteredUserUsingExtendedCodeNotFound() *ActivateSelfRegisteredUserUsingExtendedCodeNotFound

NewActivateSelfRegisteredUserUsingExtendedCodeNotFound creates a ActivateSelfRegisteredUserUsingExtendedCodeNotFound with default headers values

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) Code

Code gets the status code for the activate self registered user using extended code not found response

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) Error

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) GetPayload

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) IsClientError

IsClientError returns true when this activate self registered user using extended code not found response has a 4xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) IsCode

IsCode returns true when this activate self registered user using extended code not found response a status code equal to that given

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) IsRedirect

IsRedirect returns true when this activate self registered user using extended code not found response has a 3xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) IsServerError

IsServerError returns true when this activate self registered user using extended code not found response has a 5xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) IsSuccess

IsSuccess returns true when this activate self registered user using extended code not found response has a 2xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeNotFound) String

type ActivateSelfRegisteredUserUsingExtendedCodeParams

type ActivateSelfRegisteredUserUsingExtendedCodeParams struct {

	// Activation.
	Activation *models.ActivateSelfRegisteredUser

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

ActivateSelfRegisteredUserUsingExtendedCodeParams contains all the parameters to send to the API endpoint

for the activate self registered user using extended code operation.

Typically these are written to a http.Request.

func NewActivateSelfRegisteredUserUsingExtendedCodeParams

func NewActivateSelfRegisteredUserUsingExtendedCodeParams() *ActivateSelfRegisteredUserUsingExtendedCodeParams

NewActivateSelfRegisteredUserUsingExtendedCodeParams creates a new ActivateSelfRegisteredUserUsingExtendedCodeParams object, with the default timeout for this client.

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

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

func NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithContext

func NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithContext(ctx context.Context) *ActivateSelfRegisteredUserUsingExtendedCodeParams

NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithContext creates a new ActivateSelfRegisteredUserUsingExtendedCodeParams object with the ability to set a context for a request.

func NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithHTTPClient

func NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithHTTPClient(client *http.Client) *ActivateSelfRegisteredUserUsingExtendedCodeParams

NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithHTTPClient creates a new ActivateSelfRegisteredUserUsingExtendedCodeParams object with the ability to set a custom HTTPClient for a request.

func NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithTimeout

func NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithTimeout(timeout time.Duration) *ActivateSelfRegisteredUserUsingExtendedCodeParams

NewActivateSelfRegisteredUserUsingExtendedCodeParamsWithTimeout creates a new ActivateSelfRegisteredUserUsingExtendedCodeParams object with the ability to set a timeout on a request.

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) SetActivation

SetActivation adds the activation to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) SetContext

SetContext adds the context to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) SetDefaults

SetDefaults hydrates default values in the activate self registered user using extended code params (not the query body).

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

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) SetIPID

SetIPID adds the ipId to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) SetIfMatch

SetIfMatch adds the ifMatch to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) SetTimeout

SetTimeout adds the timeout to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WithActivation

WithActivation adds the activation to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WithContext

WithContext adds the context to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WithDefaults

WithDefaults hydrates default values in the activate self registered user using extended code params (not the query body).

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

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WithIPID

WithIPID adds the iPID to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WithIfMatch

WithIfMatch adds the ifMatch to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WithTimeout

WithTimeout adds the timeout to the activate self registered user using extended code params

func (*ActivateSelfRegisteredUserUsingExtendedCodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed

type ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed

func NewActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed() *ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed

NewActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed creates a ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed with default headers values

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) Code

Code gets the status code for the activate self registered user using extended code precondition failed response

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) Error

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) GetPayload

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) IsClientError

IsClientError returns true when this activate self registered user using extended code precondition failed response has a 4xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) IsCode

IsCode returns true when this activate self registered user using extended code precondition failed response a status code equal to that given

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) IsRedirect

IsRedirect returns true when this activate self registered user using extended code precondition failed response has a 3xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) IsServerError

IsServerError returns true when this activate self registered user using extended code precondition failed response has a 5xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) IsSuccess

IsSuccess returns true when this activate self registered user using extended code precondition failed response has a 2xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodePreconditionFailed) String

type ActivateSelfRegisteredUserUsingExtendedCodeReader

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

ActivateSelfRegisteredUserUsingExtendedCodeReader is a Reader for the ActivateSelfRegisteredUserUsingExtendedCode structure.

func (*ActivateSelfRegisteredUserUsingExtendedCodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests

type ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests

func NewActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests() *ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests

NewActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests creates a ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests with default headers values

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) Code

Code gets the status code for the activate self registered user using extended code too many requests response

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) Error

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) GetPayload

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) IsClientError

IsClientError returns true when this activate self registered user using extended code too many requests response has a 4xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) IsCode

IsCode returns true when this activate self registered user using extended code too many requests response a status code equal to that given

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) IsRedirect

IsRedirect returns true when this activate self registered user using extended code too many requests response has a 3xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) IsServerError

IsServerError returns true when this activate self registered user using extended code too many requests response has a 5xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) IsSuccess

IsSuccess returns true when this activate self registered user using extended code too many requests response has a 2xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeTooManyRequests) String

type ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized

type ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewActivateSelfRegisteredUserUsingExtendedCodeUnauthorized

func NewActivateSelfRegisteredUserUsingExtendedCodeUnauthorized() *ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized

NewActivateSelfRegisteredUserUsingExtendedCodeUnauthorized creates a ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized with default headers values

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) Code

Code gets the status code for the activate self registered user using extended code unauthorized response

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) Error

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) GetPayload

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) IsClientError

IsClientError returns true when this activate self registered user using extended code unauthorized response has a 4xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) IsCode

IsCode returns true when this activate self registered user using extended code unauthorized response a status code equal to that given

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) IsRedirect

IsRedirect returns true when this activate self registered user using extended code unauthorized response has a 3xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) IsServerError

IsServerError returns true when this activate self registered user using extended code unauthorized response has a 5xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) IsSuccess

IsSuccess returns true when this activate self registered user using extended code unauthorized response has a 2xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnauthorized) String

type ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity

type ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity struct {
	Payload *models.Error
}

ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity

func NewActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity() *ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity

NewActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity creates a ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity with default headers values

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) Code

Code gets the status code for the activate self registered user using extended code unprocessable entity response

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) Error

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) GetPayload

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) IsClientError

IsClientError returns true when this activate self registered user using extended code unprocessable entity response has a 4xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) IsCode

IsCode returns true when this activate self registered user using extended code unprocessable entity response a status code equal to that given

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) IsRedirect

IsRedirect returns true when this activate self registered user using extended code unprocessable entity response has a 3xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) IsServerError

IsServerError returns true when this activate self registered user using extended code unprocessable entity response has a 5xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) IsSuccess

IsSuccess returns true when this activate self registered user using extended code unprocessable entity response has a 2xx status code

func (*ActivateSelfRegisteredUserUsingExtendedCodeUnprocessableEntity) String

type ChangePasswordBadRequest

type ChangePasswordBadRequest struct {
	Payload *models.Error
}

ChangePasswordBadRequest describes a response with status code 400, with default header values.

Bad request

func NewChangePasswordBadRequest

func NewChangePasswordBadRequest() *ChangePasswordBadRequest

NewChangePasswordBadRequest creates a ChangePasswordBadRequest with default headers values

func (*ChangePasswordBadRequest) Code

func (o *ChangePasswordBadRequest) Code() int

Code gets the status code for the change password bad request response

func (*ChangePasswordBadRequest) Error

func (o *ChangePasswordBadRequest) Error() string

func (*ChangePasswordBadRequest) GetPayload

func (o *ChangePasswordBadRequest) GetPayload() *models.Error

func (*ChangePasswordBadRequest) IsClientError

func (o *ChangePasswordBadRequest) IsClientError() bool

IsClientError returns true when this change password bad request response has a 4xx status code

func (*ChangePasswordBadRequest) IsCode

func (o *ChangePasswordBadRequest) IsCode(code int) bool

IsCode returns true when this change password bad request response a status code equal to that given

func (*ChangePasswordBadRequest) IsRedirect

func (o *ChangePasswordBadRequest) IsRedirect() bool

IsRedirect returns true when this change password bad request response has a 3xx status code

func (*ChangePasswordBadRequest) IsServerError

func (o *ChangePasswordBadRequest) IsServerError() bool

IsServerError returns true when this change password bad request response has a 5xx status code

func (*ChangePasswordBadRequest) IsSuccess

func (o *ChangePasswordBadRequest) IsSuccess() bool

IsSuccess returns true when this change password bad request response has a 2xx status code

func (*ChangePasswordBadRequest) String

func (o *ChangePasswordBadRequest) String() string

type ChangePasswordForbidden

type ChangePasswordForbidden struct {
	Payload *models.Error
}

ChangePasswordForbidden describes a response with status code 403, with default header values.

Forbidden

func NewChangePasswordForbidden

func NewChangePasswordForbidden() *ChangePasswordForbidden

NewChangePasswordForbidden creates a ChangePasswordForbidden with default headers values

func (*ChangePasswordForbidden) Code

func (o *ChangePasswordForbidden) Code() int

Code gets the status code for the change password forbidden response

func (*ChangePasswordForbidden) Error

func (o *ChangePasswordForbidden) Error() string

func (*ChangePasswordForbidden) GetPayload

func (o *ChangePasswordForbidden) GetPayload() *models.Error

func (*ChangePasswordForbidden) IsClientError

func (o *ChangePasswordForbidden) IsClientError() bool

IsClientError returns true when this change password forbidden response has a 4xx status code

func (*ChangePasswordForbidden) IsCode

func (o *ChangePasswordForbidden) IsCode(code int) bool

IsCode returns true when this change password forbidden response a status code equal to that given

func (*ChangePasswordForbidden) IsRedirect

func (o *ChangePasswordForbidden) IsRedirect() bool

IsRedirect returns true when this change password forbidden response has a 3xx status code

func (*ChangePasswordForbidden) IsServerError

func (o *ChangePasswordForbidden) IsServerError() bool

IsServerError returns true when this change password forbidden response has a 5xx status code

func (*ChangePasswordForbidden) IsSuccess

func (o *ChangePasswordForbidden) IsSuccess() bool

IsSuccess returns true when this change password forbidden response has a 2xx status code

func (*ChangePasswordForbidden) String

func (o *ChangePasswordForbidden) String() string

type ChangePasswordNoContent

type ChangePasswordNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

ChangePasswordNoContent describes a response with status code 204, with default header values.

Password has been changed

func NewChangePasswordNoContent

func NewChangePasswordNoContent() *ChangePasswordNoContent

NewChangePasswordNoContent creates a ChangePasswordNoContent with default headers values

func (*ChangePasswordNoContent) Code

func (o *ChangePasswordNoContent) Code() int

Code gets the status code for the change password no content response

func (*ChangePasswordNoContent) Error

func (o *ChangePasswordNoContent) Error() string

func (*ChangePasswordNoContent) IsClientError

func (o *ChangePasswordNoContent) IsClientError() bool

IsClientError returns true when this change password no content response has a 4xx status code

func (*ChangePasswordNoContent) IsCode

func (o *ChangePasswordNoContent) IsCode(code int) bool

IsCode returns true when this change password no content response a status code equal to that given

func (*ChangePasswordNoContent) IsRedirect

func (o *ChangePasswordNoContent) IsRedirect() bool

IsRedirect returns true when this change password no content response has a 3xx status code

func (*ChangePasswordNoContent) IsServerError

func (o *ChangePasswordNoContent) IsServerError() bool

IsServerError returns true when this change password no content response has a 5xx status code

func (*ChangePasswordNoContent) IsSuccess

func (o *ChangePasswordNoContent) IsSuccess() bool

IsSuccess returns true when this change password no content response has a 2xx status code

func (*ChangePasswordNoContent) String

func (o *ChangePasswordNoContent) String() string

type ChangePasswordNotFound

type ChangePasswordNotFound struct {
	Payload *models.Error
}

ChangePasswordNotFound describes a response with status code 404, with default header values.

Not found

func NewChangePasswordNotFound

func NewChangePasswordNotFound() *ChangePasswordNotFound

NewChangePasswordNotFound creates a ChangePasswordNotFound with default headers values

func (*ChangePasswordNotFound) Code

func (o *ChangePasswordNotFound) Code() int

Code gets the status code for the change password not found response

func (*ChangePasswordNotFound) Error

func (o *ChangePasswordNotFound) Error() string

func (*ChangePasswordNotFound) GetPayload

func (o *ChangePasswordNotFound) GetPayload() *models.Error

func (*ChangePasswordNotFound) IsClientError

func (o *ChangePasswordNotFound) IsClientError() bool

IsClientError returns true when this change password not found response has a 4xx status code

func (*ChangePasswordNotFound) IsCode

func (o *ChangePasswordNotFound) IsCode(code int) bool

IsCode returns true when this change password not found response a status code equal to that given

func (*ChangePasswordNotFound) IsRedirect

func (o *ChangePasswordNotFound) IsRedirect() bool

IsRedirect returns true when this change password not found response has a 3xx status code

func (*ChangePasswordNotFound) IsServerError

func (o *ChangePasswordNotFound) IsServerError() bool

IsServerError returns true when this change password not found response has a 5xx status code

func (*ChangePasswordNotFound) IsSuccess

func (o *ChangePasswordNotFound) IsSuccess() bool

IsSuccess returns true when this change password not found response has a 2xx status code

func (*ChangePasswordNotFound) String

func (o *ChangePasswordNotFound) String() string

type ChangePasswordParams

type ChangePasswordParams struct {

	// ChangePassword.
	ChangePassword *models.ChangePassword

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

ChangePasswordParams contains all the parameters to send to the API endpoint

for the change password operation.

Typically these are written to a http.Request.

func NewChangePasswordParams

func NewChangePasswordParams() *ChangePasswordParams

NewChangePasswordParams creates a new ChangePasswordParams object, with the default timeout for this client.

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

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

func NewChangePasswordParamsWithContext

func NewChangePasswordParamsWithContext(ctx context.Context) *ChangePasswordParams

NewChangePasswordParamsWithContext creates a new ChangePasswordParams object with the ability to set a context for a request.

func NewChangePasswordParamsWithHTTPClient

func NewChangePasswordParamsWithHTTPClient(client *http.Client) *ChangePasswordParams

NewChangePasswordParamsWithHTTPClient creates a new ChangePasswordParams object with the ability to set a custom HTTPClient for a request.

func NewChangePasswordParamsWithTimeout

func NewChangePasswordParamsWithTimeout(timeout time.Duration) *ChangePasswordParams

NewChangePasswordParamsWithTimeout creates a new ChangePasswordParams object with the ability to set a timeout on a request.

func (*ChangePasswordParams) SetChangePassword

func (o *ChangePasswordParams) SetChangePassword(changePassword *models.ChangePassword)

SetChangePassword adds the changePassword to the change password params

func (*ChangePasswordParams) SetContext

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

SetContext adds the context to the change password params

func (*ChangePasswordParams) SetDefaults

func (o *ChangePasswordParams) SetDefaults()

SetDefaults hydrates default values in the change password params (not the query body).

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

func (*ChangePasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change password params

func (*ChangePasswordParams) SetIPID

func (o *ChangePasswordParams) SetIPID(iPID string)

SetIPID adds the ipId to the change password params

func (*ChangePasswordParams) SetIfMatch

func (o *ChangePasswordParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the change password params

func (*ChangePasswordParams) SetTimeout

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

SetTimeout adds the timeout to the change password params

func (*ChangePasswordParams) SetUserID

func (o *ChangePasswordParams) SetUserID(userID string)

SetUserID adds the userId to the change password params

func (*ChangePasswordParams) WithChangePassword

func (o *ChangePasswordParams) WithChangePassword(changePassword *models.ChangePassword) *ChangePasswordParams

WithChangePassword adds the changePassword to the change password params

func (*ChangePasswordParams) WithContext

WithContext adds the context to the change password params

func (*ChangePasswordParams) WithDefaults

func (o *ChangePasswordParams) WithDefaults() *ChangePasswordParams

WithDefaults hydrates default values in the change password params (not the query body).

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

func (*ChangePasswordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change password params

func (*ChangePasswordParams) WithIPID

WithIPID adds the iPID to the change password params

func (*ChangePasswordParams) WithIfMatch

func (o *ChangePasswordParams) WithIfMatch(ifMatch *string) *ChangePasswordParams

WithIfMatch adds the ifMatch to the change password params

func (*ChangePasswordParams) WithTimeout

func (o *ChangePasswordParams) WithTimeout(timeout time.Duration) *ChangePasswordParams

WithTimeout adds the timeout to the change password params

func (*ChangePasswordParams) WithUserID

func (o *ChangePasswordParams) WithUserID(userID string) *ChangePasswordParams

WithUserID adds the userID to the change password params

func (*ChangePasswordParams) WriteToRequest

func (o *ChangePasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ChangePasswordPreconditionFailed

type ChangePasswordPreconditionFailed struct {
	Payload *models.Error
}

ChangePasswordPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewChangePasswordPreconditionFailed

func NewChangePasswordPreconditionFailed() *ChangePasswordPreconditionFailed

NewChangePasswordPreconditionFailed creates a ChangePasswordPreconditionFailed with default headers values

func (*ChangePasswordPreconditionFailed) Code

Code gets the status code for the change password precondition failed response

func (*ChangePasswordPreconditionFailed) Error

func (*ChangePasswordPreconditionFailed) GetPayload

func (*ChangePasswordPreconditionFailed) IsClientError

func (o *ChangePasswordPreconditionFailed) IsClientError() bool

IsClientError returns true when this change password precondition failed response has a 4xx status code

func (*ChangePasswordPreconditionFailed) IsCode

func (o *ChangePasswordPreconditionFailed) IsCode(code int) bool

IsCode returns true when this change password precondition failed response a status code equal to that given

func (*ChangePasswordPreconditionFailed) IsRedirect

func (o *ChangePasswordPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this change password precondition failed response has a 3xx status code

func (*ChangePasswordPreconditionFailed) IsServerError

func (o *ChangePasswordPreconditionFailed) IsServerError() bool

IsServerError returns true when this change password precondition failed response has a 5xx status code

func (*ChangePasswordPreconditionFailed) IsSuccess

func (o *ChangePasswordPreconditionFailed) IsSuccess() bool

IsSuccess returns true when this change password precondition failed response has a 2xx status code

func (*ChangePasswordPreconditionFailed) String

type ChangePasswordReader

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

ChangePasswordReader is a Reader for the ChangePassword structure.

func (*ChangePasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangePasswordTooManyRequests

type ChangePasswordTooManyRequests struct {
	Payload *models.Error
}

ChangePasswordTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewChangePasswordTooManyRequests

func NewChangePasswordTooManyRequests() *ChangePasswordTooManyRequests

NewChangePasswordTooManyRequests creates a ChangePasswordTooManyRequests with default headers values

func (*ChangePasswordTooManyRequests) Code

Code gets the status code for the change password too many requests response

func (*ChangePasswordTooManyRequests) Error

func (*ChangePasswordTooManyRequests) GetPayload

func (o *ChangePasswordTooManyRequests) GetPayload() *models.Error

func (*ChangePasswordTooManyRequests) IsClientError

func (o *ChangePasswordTooManyRequests) IsClientError() bool

IsClientError returns true when this change password too many requests response has a 4xx status code

func (*ChangePasswordTooManyRequests) IsCode

func (o *ChangePasswordTooManyRequests) IsCode(code int) bool

IsCode returns true when this change password too many requests response a status code equal to that given

func (*ChangePasswordTooManyRequests) IsRedirect

func (o *ChangePasswordTooManyRequests) IsRedirect() bool

IsRedirect returns true when this change password too many requests response has a 3xx status code

func (*ChangePasswordTooManyRequests) IsServerError

func (o *ChangePasswordTooManyRequests) IsServerError() bool

IsServerError returns true when this change password too many requests response has a 5xx status code

func (*ChangePasswordTooManyRequests) IsSuccess

func (o *ChangePasswordTooManyRequests) IsSuccess() bool

IsSuccess returns true when this change password too many requests response has a 2xx status code

func (*ChangePasswordTooManyRequests) String

type ChangePasswordUnauthorized

type ChangePasswordUnauthorized struct {
	Payload *models.Error
}

ChangePasswordUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewChangePasswordUnauthorized

func NewChangePasswordUnauthorized() *ChangePasswordUnauthorized

NewChangePasswordUnauthorized creates a ChangePasswordUnauthorized with default headers values

func (*ChangePasswordUnauthorized) Code

func (o *ChangePasswordUnauthorized) Code() int

Code gets the status code for the change password unauthorized response

func (*ChangePasswordUnauthorized) Error

func (*ChangePasswordUnauthorized) GetPayload

func (o *ChangePasswordUnauthorized) GetPayload() *models.Error

func (*ChangePasswordUnauthorized) IsClientError

func (o *ChangePasswordUnauthorized) IsClientError() bool

IsClientError returns true when this change password unauthorized response has a 4xx status code

func (*ChangePasswordUnauthorized) IsCode

func (o *ChangePasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this change password unauthorized response a status code equal to that given

func (*ChangePasswordUnauthorized) IsRedirect

func (o *ChangePasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this change password unauthorized response has a 3xx status code

func (*ChangePasswordUnauthorized) IsServerError

func (o *ChangePasswordUnauthorized) IsServerError() bool

IsServerError returns true when this change password unauthorized response has a 5xx status code

func (*ChangePasswordUnauthorized) IsSuccess

func (o *ChangePasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this change password unauthorized response has a 2xx status code

func (*ChangePasswordUnauthorized) String

func (o *ChangePasswordUnauthorized) String() string

type ChangePasswordUnprocessableEntity

type ChangePasswordUnprocessableEntity struct {
	Payload *models.Error
}

ChangePasswordUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewChangePasswordUnprocessableEntity

func NewChangePasswordUnprocessableEntity() *ChangePasswordUnprocessableEntity

NewChangePasswordUnprocessableEntity creates a ChangePasswordUnprocessableEntity with default headers values

func (*ChangePasswordUnprocessableEntity) Code

Code gets the status code for the change password unprocessable entity response

func (*ChangePasswordUnprocessableEntity) Error

func (*ChangePasswordUnprocessableEntity) GetPayload

func (*ChangePasswordUnprocessableEntity) IsClientError

func (o *ChangePasswordUnprocessableEntity) IsClientError() bool

IsClientError returns true when this change password unprocessable entity response has a 4xx status code

func (*ChangePasswordUnprocessableEntity) IsCode

func (o *ChangePasswordUnprocessableEntity) IsCode(code int) bool

IsCode returns true when this change password unprocessable entity response a status code equal to that given

func (*ChangePasswordUnprocessableEntity) IsRedirect

func (o *ChangePasswordUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this change password unprocessable entity response has a 3xx status code

func (*ChangePasswordUnprocessableEntity) IsServerError

func (o *ChangePasswordUnprocessableEntity) IsServerError() bool

IsServerError returns true when this change password unprocessable entity response has a 5xx status code

func (*ChangePasswordUnprocessableEntity) IsSuccess

func (o *ChangePasswordUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this change password unprocessable entity response has a 2xx status code

func (*ChangePasswordUnprocessableEntity) String

type Client

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

Client for users API

func (*Client) ActivateSelfRegisteredUser

func (a *Client) ActivateSelfRegisteredUser(params *ActivateSelfRegisteredUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActivateSelfRegisteredUserCreated, error)
ActivateSelfRegisteredUser activates user with code

Activates (changes status to Active) user if provided code is valid.

Password is optional. Marks address as verified if not already this user's verified address. Adds address as identifier if not already this user's identifier. Invalidates used OTP for account activation. Fails if address where OTP was sent still belongs to this user. Fails if user status is not New. Fails if user has password set and password was provided. Returns an extended view on user entry (see Get User endpoint). Endpoint is protected by Brute Force mechanism.

func (*Client) ActivateSelfRegisteredUserUsingExtendedCode

ActivateSelfRegisteredUserUsingExtendedCode activates user using extended code

Activates (changes status to Active) user using extended OTP if the provided code is valid.

Password is optional. Marks address as verified if it's not yet a verified address of this user. Adds address as identifier if it's not yet an identifier of this user. Invalidates used OTP for account activation. Fails if address where OTP was sent still belongs to this user. Fails if user status is not New. Fails if user has password set already and password was provided. Returns an extended view on user entry (see Get User endpoint). Endpoint is protected by Brute Force mechanism.

func (*Client) ChangePassword

func (a *Client) ChangePassword(params *ChangePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChangePasswordNoContent, error)
ChangePassword changes password

Changes user password if the provided password matches the current user password.

Fails if the current password is not set. For setting a password for user use the reset password flow. Endpoint is protected by Brute Force mechanism.

func (*Client) CompleteResetPassword

func (a *Client) CompleteResetPassword(params *CompleteResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteResetPasswordNoContent, error)
CompleteResetPassword completes reset password

Resets password for user if the provided OTP is valid. It's the second and final step of the

flow to reset the password. Either address (must be a valid email or mobile which is marked as verified address for the user), user id, identifier (must be user's identifier) or extended code must be provided. Endpoint returns generic `401` regardless of the reason of failure to prevent email/mobile enumeration. After a successful password reset, OTP gets invalidated, so it cannot be reused. Endpoint is protected by Brute Force mechanism.

func (*Client) CompleteResetWebAuthn

func (a *Client) CompleteResetWebAuthn(params *CompleteResetWebAuthnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteResetWebAuthnNoContent, error)
CompleteResetWebAuthn completes reset web authn

Resets WebAuthn for user if the provided OTP is valid. It's the second and final step of the

flow to reset the WebAuthn. Either address (must be a valid email or mobile which is marked as verified address for the user), user id, identifier (must be user's identifier) or extended code must be provided. Endpoint returns generic `401` regardless of the reason of failure to prevent email/mobile enumeration. After a successful WebAuthn reset, OTP gets invalidated, so it cannot be reused. Endpoint is protected by Brute Force mechanism.

func (*Client) ConfirmResetPassword

func (a *Client) ConfirmResetPassword(params *ConfirmResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ConfirmResetPasswordNoContent, error)
ConfirmResetPassword confirms reset password

Resets password for user if the provided OTP is valid. It's the second and final step of the

flow to reset the password. Either identifier (must be a valid email or mobile which is marked as verified address for the user), user id or extended code must be provided. Endpoint returns generic `401` regardless of the reason of failure to prevent email/mobile enumeration. After a successful password reset, OTP gets invalidated, so it cannot be reused. Endpoint is protected by Brute Force mechanism.

func (*Client) GenerateActivationCode

func (a *Client) GenerateActivationCode(params *GenerateActivationCodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenerateActivationCodeCreated, error)
GenerateActivationCode generates activation code

Generate an activation code for provided address

Invalidates previously generated OTPs for user activation. Activation code is valid for specific period of time configured in Identity Pool.

NOTE: this API is deprecated, please use the one for generating code of a specific type with type `activation` REFACTORED: input field name has been changed from `identifier` to `address`; field `identifier` stays for backward compatibility and overrides `address` if not empty

func (*Client) GenerateCode

func (a *Client) GenerateCode(params *GenerateCodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenerateCodeCreated, error)
GenerateCode generates code of a specific type

Generate code of a specific type

Invalidates previously generated OTPs for action associated with the type. Code is valid for specific period of time configured in Identity Pool.

Keep in mind that `address` attribute for different code types may be optional and may not mean the same: for `reset_password`, `authentication` and `challenge` it is optional, but if provided must be user's address (verified or unverified) for `activation` it is not mandatory (system will pick up address itself if there is only one in user entry) but if provided it must be one of the user's addresses (can be not verified) for `verify_address` it must be user's unverified address and that address cannot be someone's else verified address

For `activation`, `reset_password` and `challenge` there is only one active code for a user (generating new one invalidates previous) For `verify_address` there might be many codes for a user. During verification latest for an address is being compared.

func (*Client) GenerateCodeForUser

func (a *Client) GenerateCodeForUser(params *GenerateCodeForUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenerateCodeForUserCreated, error)
GenerateCodeForUser generates code of a specific type

Generate code of a specific type

Invalidates previously generated OTPs for action associated with the type. Code is valid for specific period of time configured in Identity Pool.

Either userID or identifier (must be user's identifier) must be provided for most types. Exceptions are: reset password and challenge if address is user's verified address

Keep in mind that `address` attribute for different code types may be optional and may not mean the same: for `reset_password`, `authentication` and `challenge` it is not mandatory, but if provided must be user's address (verified or unverified) for `activation` it is not mandatory (system will pick up address itself if there is only one in user entry) but if provided it must be one of the user's addresses (can be not verified) for `verify_address` it must be user's unverified address and that address cannot be someone's else verified address

For `activation`, `reset_password` and `challenge` there is only one active code for a user (generating new one invalidates previous) For `verify_address` there might be many codes for a user. During verification latest for an address is being compared.

func (*Client) RequestResetPassword

func (a *Client) RequestResetPassword(params *RequestResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestResetPasswordNoContent, error)
RequestResetPassword requests reset password

Sends OTP for password reset. It's first out of two steps of the reset password flow.

Address must be a valid email or mobile which is marked as verified address for the user. For validating unverified address userID or identifier must be provided. If userID is provided then identifier must not be set. When both userID or identifier and address are provided then address is taken from user pointed by either userID or identifier. Regardless if the address points to some user or not, the request ends successfully to prevent email/mobile enumeration. Invalidates previously generated OTPs for password reset. Reset password OTP is valid for a specific period of time configured in Identity Pool.

REFACTORED: input field name has been renamed from `identifier` to `address`; new field `identifier` has been added and described in documentation

func (*Client) RequestResetWebAuthn

func (a *Client) RequestResetWebAuthn(params *RequestResetWebAuthnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestResetWebAuthnNoContent, error)
RequestResetWebAuthn requests reset web authn

Sends OTP for WebAuthn reset. It's first out of two steps of the reset WebAuthn flow.

Address must be a valid email or mobile which is marked as verified address for the user. For validating unverified address userID or identifier must be provided. If userID is provided then identifier must not be set. When both userID or identifier and address are provided then address is taken from user pointed by either userID or identifier. Regardless if the address points to some user or not, the request ends successfully to prevent email/mobile enumeration. Invalidates previously generated OTPs for WebAuthn reset. Reset WebAuthn OTP is valid for a specific period of time configured in Identity Pool.

REFACTORED: input field name has been renamed from `identifier` to `address`; new field `identifier` has been added and described in documentation

func (*Client) SelfRegisterUser

func (a *Client) SelfRegisterUser(params *SelfRegisterUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SelfRegisterUserCreated, error)
SelfRegisterUser selves register user

Creates user using a very basic set of data provided by the user.

Payload and password are optional. Sets payload and metadata schemas to ones from Identity Pool. Sets user status to New If payload is provided it must be valid against payload schema. Request fails if self registration for Identity Pool is not allowed. If identifier is someone's verified address or identifier endpoint returns that user ID and end successfully to prevent email/mobile enumeration. In the same time user whose email/mobile was provided will get notification that identifier is already used. If `send_activation_message` query parameter was set to `true`, activation message is sent to provided identifier. If `code_type_in_message` query parameter was set to link or not provided, link is generated for activation. Activation message is valid for specific period of time configured in Identity Pool. If the request succeeds, a new user ID is returned. Endpoint is protected by Brute Force mechanism.

func (*Client) SelfSendActivationMessage

SelfSendActivationMessage sends activation message

Send an activation message to the user's provided address.

When no `address` is provided in the request body, the message is sent to the address saved for this user (if there is only one address). To prevent email or mobile enumeration, this endpoint does not fail.

The message is **not** sent upon the following:

• `address` is not provided and user has no addresses or more than one.

• `address` is someone else's verified address or identifier. This results in the `Identifier is already used` response.

• The user's `status` is not `new`.

This request invalidates any previously generated OTPs for user account activation.

When `code_type_in_message=link` or no value is provided for it, an activation link is generated.

Activation message validity period is configured in the identity pool settings.

❕ REFACTORED: `identifier` is renamed to `address` in the request body. For backward compatibility, the both fields are available. If `identifier` is not empty, it overrides the `address` value.

func (*Client) SetPasswordState

func (a *Client) SetPasswordState(params *SetPasswordStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetPasswordStateNoContent, error)
SetPasswordState sets password state

There is a set of well-defined states password can be in:

`valid` - password is valid and can be used for authentication etc. `must_be_reset` - password is not valid for authentication and must be reset `must_be_changed` - password is valid for one authentication and then must be changed or will be moved to `must_be_reset` state

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SystemAddIdentifier

func (a *Client) SystemAddIdentifier(params *SystemAddIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemAddIdentifierOK, error)
SystemAddIdentifier adds identifier

Add an identifier to the user account in the specified identity pool.

The identifier must be unique within the user's account.

func (*Client) SystemAddVerifiableAddress

func (a *Client) SystemAddVerifiableAddress(params *SystemAddVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemAddVerifiableAddressOK, error)

SystemAddVerifiableAddress adds verifiable address

Adds a verifiable address to the user account

func (*Client) SystemCreateUser

func (a *Client) SystemCreateUser(params *SystemCreateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemCreateUserCreated, error)
SystemCreateUser creates user

Create a user with extended data.

Any status and set of identifiers, addresses, and credentials are allowed. If credential of type password is provided it can be marked as must_be_changed which forces user to change its password upon first login.

When no `payload_schema_id` or `metadata_schema_id` are provided, the default values are taken from the specified Identity Pool.

Payload and metadata must match the specified schema.

The response contains an extended view on user entry.

To retrieve a user entry without user creation, call the **Get User Details** endpoint.

func (*Client) SystemDeleteIdentifier

func (a *Client) SystemDeleteIdentifier(params *SystemDeleteIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteIdentifierNoContent, error)

SystemDeleteIdentifier removes identifier

Remove an identifier from the specified user account.

func (*Client) SystemDeleteUser

func (a *Client) SystemDeleteUser(params *SystemDeleteUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteUserNoContent, error)

SystemDeleteUser deletes user account

Remove a record about a user account in the specified identity pool.

func (*Client) SystemDeleteVerifiableAddress

SystemDeleteVerifiableAddress deletes verifiable address

Remove a verifiable address from a user account so it is no longer associated with the specified user.

func (*Client) SystemGetUser

func (a *Client) SystemGetUser(params *SystemGetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetUserOK, error)
SystemGetUser gets user details

Retrieve extended information about a user record.

The response contains user's basic details, payload, and metadata, as well as all their identifiers, addresses, and blurred credentials.

func (*Client) SystemGetUserByKey

func (a *Client) SystemGetUserByKey(params *SystemGetUserByKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetUserByKeyOK, error)
SystemGetUserByKey gets user details by key

Retrieve extended information about a user record found by provided key.

Only one of `identifier` or `address` can be provided. Address must be user's verified address. It's not possible to find user by unverified address.

The response contains user's basic details, payload, and metadata, as well as all their identifiers, addresses, and blurred credentials.

func (*Client) SystemListUsers

func (a *Client) SystemListUsers(params *SystemListUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemListUsersOK, error)
SystemListUsers lists users

Retrieve the list of users from the specified identity pool.

Results are sorted by user ID. No other sorting is supported.

This API does not use ETags. Data returned in the response is eventually consistent. It's not possible to enforce full consistency for this API.

func (*Client) SystemUpdateUser

func (a *Client) SystemUpdateUser(params *SystemUpdateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateUserOK, error)
SystemUpdateUser updates user record

Update the basic set of user data: payload, metadata, schemas, and status. Provide the required values for the fields

you need to update. Fields with no values are skipped for the update (not removed nor cleared).

The fields to be updated are overridden.

Any `payload` / `metadata` and `payload_schema_id` / `metadata_schema_id` values passed must be mutually relevant.

To retrieve a user entry without updating their record, call the **Get User Details** endpoint.

func (*Client) SystemUpdateVerifiableAddress

func (a *Client) SystemUpdateVerifiableAddress(params *SystemUpdateVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateVerifiableAddressOK, error)

SystemUpdateVerifiableAddress updates verifiable address

Update a verifiable address for the user account.

func (*Client) VerifyPassword

func (a *Client) VerifyPassword(params *VerifyPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*VerifyPasswordOK, error)
VerifyPassword verifies user s password

Verifies user's password.

Either identifier (must be user's identifier) or user ID must be provided. Endpoint is protected by Brute Force mechanism. This endpoint is meant for integration when external system verifies user's password.

REFACTORED: input field name has been changed from `id` to `userID`; field `id` stays for backward compatibility and overrides `userID` if not empty

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ActivateSelfRegisteredUser(params *ActivateSelfRegisteredUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActivateSelfRegisteredUserCreated, error)

	ActivateSelfRegisteredUserUsingExtendedCode(params *ActivateSelfRegisteredUserUsingExtendedCodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActivateSelfRegisteredUserUsingExtendedCodeCreated, error)

	ChangePassword(params *ChangePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChangePasswordNoContent, error)

	CompleteResetPassword(params *CompleteResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteResetPasswordNoContent, error)

	CompleteResetWebAuthn(params *CompleteResetWebAuthnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CompleteResetWebAuthnNoContent, error)

	ConfirmResetPassword(params *ConfirmResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ConfirmResetPasswordNoContent, error)

	GenerateActivationCode(params *GenerateActivationCodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenerateActivationCodeCreated, error)

	GenerateCode(params *GenerateCodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenerateCodeCreated, error)

	GenerateCodeForUser(params *GenerateCodeForUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenerateCodeForUserCreated, error)

	RequestResetPassword(params *RequestResetPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestResetPasswordNoContent, error)

	RequestResetWebAuthn(params *RequestResetWebAuthnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestResetWebAuthnNoContent, error)

	SelfRegisterUser(params *SelfRegisterUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SelfRegisterUserCreated, error)

	SelfSendActivationMessage(params *SelfSendActivationMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SelfSendActivationMessageNoContent, error)

	SetPasswordState(params *SetPasswordStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetPasswordStateNoContent, error)

	SystemAddIdentifier(params *SystemAddIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemAddIdentifierOK, error)

	SystemAddVerifiableAddress(params *SystemAddVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemAddVerifiableAddressOK, error)

	SystemCreateUser(params *SystemCreateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemCreateUserCreated, error)

	SystemDeleteIdentifier(params *SystemDeleteIdentifierParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteIdentifierNoContent, error)

	SystemDeleteUser(params *SystemDeleteUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteUserNoContent, error)

	SystemDeleteVerifiableAddress(params *SystemDeleteVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemDeleteVerifiableAddressNoContent, error)

	SystemGetUser(params *SystemGetUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetUserOK, error)

	SystemGetUserByKey(params *SystemGetUserByKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemGetUserByKeyOK, error)

	SystemListUsers(params *SystemListUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemListUsersOK, error)

	SystemUpdateUser(params *SystemUpdateUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateUserOK, error)

	SystemUpdateVerifiableAddress(params *SystemUpdateVerifiableAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SystemUpdateVerifiableAddressOK, error)

	VerifyPassword(params *VerifyPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*VerifyPasswordOK, 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 API client.

type CompleteResetPasswordNoContent

type CompleteResetPasswordNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

CompleteResetPasswordNoContent describes a response with status code 204, with default header values.

Password reset

func NewCompleteResetPasswordNoContent

func NewCompleteResetPasswordNoContent() *CompleteResetPasswordNoContent

NewCompleteResetPasswordNoContent creates a CompleteResetPasswordNoContent with default headers values

func (*CompleteResetPasswordNoContent) Code

Code gets the status code for the complete reset password no content response

func (*CompleteResetPasswordNoContent) Error

func (*CompleteResetPasswordNoContent) IsClientError

func (o *CompleteResetPasswordNoContent) IsClientError() bool

IsClientError returns true when this complete reset password no content response has a 4xx status code

func (*CompleteResetPasswordNoContent) IsCode

func (o *CompleteResetPasswordNoContent) IsCode(code int) bool

IsCode returns true when this complete reset password no content response a status code equal to that given

func (*CompleteResetPasswordNoContent) IsRedirect

func (o *CompleteResetPasswordNoContent) IsRedirect() bool

IsRedirect returns true when this complete reset password no content response has a 3xx status code

func (*CompleteResetPasswordNoContent) IsServerError

func (o *CompleteResetPasswordNoContent) IsServerError() bool

IsServerError returns true when this complete reset password no content response has a 5xx status code

func (*CompleteResetPasswordNoContent) IsSuccess

func (o *CompleteResetPasswordNoContent) IsSuccess() bool

IsSuccess returns true when this complete reset password no content response has a 2xx status code

func (*CompleteResetPasswordNoContent) String

type CompleteResetPasswordParams

type CompleteResetPasswordParams struct {

	// CompleteResetPassword.
	CompleteResetPassword *models.CompleteResetPassword

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

CompleteResetPasswordParams contains all the parameters to send to the API endpoint

for the complete reset password operation.

Typically these are written to a http.Request.

func NewCompleteResetPasswordParams

func NewCompleteResetPasswordParams() *CompleteResetPasswordParams

NewCompleteResetPasswordParams creates a new CompleteResetPasswordParams object, with the default timeout for this client.

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

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

func NewCompleteResetPasswordParamsWithContext

func NewCompleteResetPasswordParamsWithContext(ctx context.Context) *CompleteResetPasswordParams

NewCompleteResetPasswordParamsWithContext creates a new CompleteResetPasswordParams object with the ability to set a context for a request.

func NewCompleteResetPasswordParamsWithHTTPClient

func NewCompleteResetPasswordParamsWithHTTPClient(client *http.Client) *CompleteResetPasswordParams

NewCompleteResetPasswordParamsWithHTTPClient creates a new CompleteResetPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewCompleteResetPasswordParamsWithTimeout

func NewCompleteResetPasswordParamsWithTimeout(timeout time.Duration) *CompleteResetPasswordParams

NewCompleteResetPasswordParamsWithTimeout creates a new CompleteResetPasswordParams object with the ability to set a timeout on a request.

func (*CompleteResetPasswordParams) SetCompleteResetPassword

func (o *CompleteResetPasswordParams) SetCompleteResetPassword(completeResetPassword *models.CompleteResetPassword)

SetCompleteResetPassword adds the completeResetPassword to the complete reset password params

func (*CompleteResetPasswordParams) SetContext

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

SetContext adds the context to the complete reset password params

func (*CompleteResetPasswordParams) SetDefaults

func (o *CompleteResetPasswordParams) SetDefaults()

SetDefaults hydrates default values in the complete reset password params (not the query body).

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

func (*CompleteResetPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the complete reset password params

func (*CompleteResetPasswordParams) SetIPID

func (o *CompleteResetPasswordParams) SetIPID(iPID string)

SetIPID adds the ipId to the complete reset password params

func (*CompleteResetPasswordParams) SetIfMatch

func (o *CompleteResetPasswordParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the complete reset password params

func (*CompleteResetPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the complete reset password params

func (*CompleteResetPasswordParams) WithCompleteResetPassword

func (o *CompleteResetPasswordParams) WithCompleteResetPassword(completeResetPassword *models.CompleteResetPassword) *CompleteResetPasswordParams

WithCompleteResetPassword adds the completeResetPassword to the complete reset password params

func (*CompleteResetPasswordParams) WithContext

WithContext adds the context to the complete reset password params

func (*CompleteResetPasswordParams) WithDefaults

WithDefaults hydrates default values in the complete reset password params (not the query body).

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

func (*CompleteResetPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the complete reset password params

func (*CompleteResetPasswordParams) WithIPID

WithIPID adds the iPID to the complete reset password params

func (*CompleteResetPasswordParams) WithIfMatch

WithIfMatch adds the ifMatch to the complete reset password params

func (*CompleteResetPasswordParams) WithTimeout

WithTimeout adds the timeout to the complete reset password params

func (*CompleteResetPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CompleteResetPasswordPreconditionFailed

type CompleteResetPasswordPreconditionFailed struct {
	Payload *models.Error
}

CompleteResetPasswordPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewCompleteResetPasswordPreconditionFailed

func NewCompleteResetPasswordPreconditionFailed() *CompleteResetPasswordPreconditionFailed

NewCompleteResetPasswordPreconditionFailed creates a CompleteResetPasswordPreconditionFailed with default headers values

func (*CompleteResetPasswordPreconditionFailed) Code

Code gets the status code for the complete reset password precondition failed response

func (*CompleteResetPasswordPreconditionFailed) Error

func (*CompleteResetPasswordPreconditionFailed) GetPayload

func (*CompleteResetPasswordPreconditionFailed) IsClientError

func (o *CompleteResetPasswordPreconditionFailed) IsClientError() bool

IsClientError returns true when this complete reset password precondition failed response has a 4xx status code

func (*CompleteResetPasswordPreconditionFailed) IsCode

IsCode returns true when this complete reset password precondition failed response a status code equal to that given

func (*CompleteResetPasswordPreconditionFailed) IsRedirect

IsRedirect returns true when this complete reset password precondition failed response has a 3xx status code

func (*CompleteResetPasswordPreconditionFailed) IsServerError

func (o *CompleteResetPasswordPreconditionFailed) IsServerError() bool

IsServerError returns true when this complete reset password precondition failed response has a 5xx status code

func (*CompleteResetPasswordPreconditionFailed) IsSuccess

IsSuccess returns true when this complete reset password precondition failed response has a 2xx status code

func (*CompleteResetPasswordPreconditionFailed) String

type CompleteResetPasswordReader

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

CompleteResetPasswordReader is a Reader for the CompleteResetPassword structure.

func (*CompleteResetPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CompleteResetPasswordUnauthorized

type CompleteResetPasswordUnauthorized struct {
	Payload *models.Error
}

CompleteResetPasswordUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCompleteResetPasswordUnauthorized

func NewCompleteResetPasswordUnauthorized() *CompleteResetPasswordUnauthorized

NewCompleteResetPasswordUnauthorized creates a CompleteResetPasswordUnauthorized with default headers values

func (*CompleteResetPasswordUnauthorized) Code

Code gets the status code for the complete reset password unauthorized response

func (*CompleteResetPasswordUnauthorized) Error

func (*CompleteResetPasswordUnauthorized) GetPayload

func (*CompleteResetPasswordUnauthorized) IsClientError

func (o *CompleteResetPasswordUnauthorized) IsClientError() bool

IsClientError returns true when this complete reset password unauthorized response has a 4xx status code

func (*CompleteResetPasswordUnauthorized) IsCode

func (o *CompleteResetPasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this complete reset password unauthorized response a status code equal to that given

func (*CompleteResetPasswordUnauthorized) IsRedirect

func (o *CompleteResetPasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this complete reset password unauthorized response has a 3xx status code

func (*CompleteResetPasswordUnauthorized) IsServerError

func (o *CompleteResetPasswordUnauthorized) IsServerError() bool

IsServerError returns true when this complete reset password unauthorized response has a 5xx status code

func (*CompleteResetPasswordUnauthorized) IsSuccess

func (o *CompleteResetPasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this complete reset password unauthorized response has a 2xx status code

func (*CompleteResetPasswordUnauthorized) String

type CompleteResetPasswordUnprocessableEntity

type CompleteResetPasswordUnprocessableEntity struct {
	Payload *models.Error
}

CompleteResetPasswordUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewCompleteResetPasswordUnprocessableEntity

func NewCompleteResetPasswordUnprocessableEntity() *CompleteResetPasswordUnprocessableEntity

NewCompleteResetPasswordUnprocessableEntity creates a CompleteResetPasswordUnprocessableEntity with default headers values

func (*CompleteResetPasswordUnprocessableEntity) Code

Code gets the status code for the complete reset password unprocessable entity response

func (*CompleteResetPasswordUnprocessableEntity) Error

func (*CompleteResetPasswordUnprocessableEntity) GetPayload

func (*CompleteResetPasswordUnprocessableEntity) IsClientError

IsClientError returns true when this complete reset password unprocessable entity response has a 4xx status code

func (*CompleteResetPasswordUnprocessableEntity) IsCode

IsCode returns true when this complete reset password unprocessable entity response a status code equal to that given

func (*CompleteResetPasswordUnprocessableEntity) IsRedirect

IsRedirect returns true when this complete reset password unprocessable entity response has a 3xx status code

func (*CompleteResetPasswordUnprocessableEntity) IsServerError

IsServerError returns true when this complete reset password unprocessable entity response has a 5xx status code

func (*CompleteResetPasswordUnprocessableEntity) IsSuccess

IsSuccess returns true when this complete reset password unprocessable entity response has a 2xx status code

func (*CompleteResetPasswordUnprocessableEntity) String

type CompleteResetWebAuthnNoContent

type CompleteResetWebAuthnNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

CompleteResetWebAuthnNoContent describes a response with status code 204, with default header values.

Request accepted

func NewCompleteResetWebAuthnNoContent

func NewCompleteResetWebAuthnNoContent() *CompleteResetWebAuthnNoContent

NewCompleteResetWebAuthnNoContent creates a CompleteResetWebAuthnNoContent with default headers values

func (*CompleteResetWebAuthnNoContent) Code

Code gets the status code for the complete reset web authn no content response

func (*CompleteResetWebAuthnNoContent) Error

func (*CompleteResetWebAuthnNoContent) IsClientError

func (o *CompleteResetWebAuthnNoContent) IsClientError() bool

IsClientError returns true when this complete reset web authn no content response has a 4xx status code

func (*CompleteResetWebAuthnNoContent) IsCode

func (o *CompleteResetWebAuthnNoContent) IsCode(code int) bool

IsCode returns true when this complete reset web authn no content response a status code equal to that given

func (*CompleteResetWebAuthnNoContent) IsRedirect

func (o *CompleteResetWebAuthnNoContent) IsRedirect() bool

IsRedirect returns true when this complete reset web authn no content response has a 3xx status code

func (*CompleteResetWebAuthnNoContent) IsServerError

func (o *CompleteResetWebAuthnNoContent) IsServerError() bool

IsServerError returns true when this complete reset web authn no content response has a 5xx status code

func (*CompleteResetWebAuthnNoContent) IsSuccess

func (o *CompleteResetWebAuthnNoContent) IsSuccess() bool

IsSuccess returns true when this complete reset web authn no content response has a 2xx status code

func (*CompleteResetWebAuthnNoContent) String

type CompleteResetWebAuthnParams

type CompleteResetWebAuthnParams struct {

	// CompleteResetWebAuthn.
	CompleteResetWebAuthn *models.CompleteResetWebAuthn

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

CompleteResetWebAuthnParams contains all the parameters to send to the API endpoint

for the complete reset web authn operation.

Typically these are written to a http.Request.

func NewCompleteResetWebAuthnParams

func NewCompleteResetWebAuthnParams() *CompleteResetWebAuthnParams

NewCompleteResetWebAuthnParams creates a new CompleteResetWebAuthnParams object, with the default timeout for this client.

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

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

func NewCompleteResetWebAuthnParamsWithContext

func NewCompleteResetWebAuthnParamsWithContext(ctx context.Context) *CompleteResetWebAuthnParams

NewCompleteResetWebAuthnParamsWithContext creates a new CompleteResetWebAuthnParams object with the ability to set a context for a request.

func NewCompleteResetWebAuthnParamsWithHTTPClient

func NewCompleteResetWebAuthnParamsWithHTTPClient(client *http.Client) *CompleteResetWebAuthnParams

NewCompleteResetWebAuthnParamsWithHTTPClient creates a new CompleteResetWebAuthnParams object with the ability to set a custom HTTPClient for a request.

func NewCompleteResetWebAuthnParamsWithTimeout

func NewCompleteResetWebAuthnParamsWithTimeout(timeout time.Duration) *CompleteResetWebAuthnParams

NewCompleteResetWebAuthnParamsWithTimeout creates a new CompleteResetWebAuthnParams object with the ability to set a timeout on a request.

func (*CompleteResetWebAuthnParams) SetCompleteResetWebAuthn

func (o *CompleteResetWebAuthnParams) SetCompleteResetWebAuthn(completeResetWebAuthn *models.CompleteResetWebAuthn)

SetCompleteResetWebAuthn adds the completeResetWebAuthn to the complete reset web authn params

func (*CompleteResetWebAuthnParams) SetContext

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

SetContext adds the context to the complete reset web authn params

func (*CompleteResetWebAuthnParams) SetDefaults

func (o *CompleteResetWebAuthnParams) SetDefaults()

SetDefaults hydrates default values in the complete reset web authn params (not the query body).

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

func (*CompleteResetWebAuthnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the complete reset web authn params

func (*CompleteResetWebAuthnParams) SetIPID

func (o *CompleteResetWebAuthnParams) SetIPID(iPID string)

SetIPID adds the ipId to the complete reset web authn params

func (*CompleteResetWebAuthnParams) SetIfMatch

func (o *CompleteResetWebAuthnParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the complete reset web authn params

func (*CompleteResetWebAuthnParams) SetTimeout

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

SetTimeout adds the timeout to the complete reset web authn params

func (*CompleteResetWebAuthnParams) WithCompleteResetWebAuthn

func (o *CompleteResetWebAuthnParams) WithCompleteResetWebAuthn(completeResetWebAuthn *models.CompleteResetWebAuthn) *CompleteResetWebAuthnParams

WithCompleteResetWebAuthn adds the completeResetWebAuthn to the complete reset web authn params

func (*CompleteResetWebAuthnParams) WithContext

WithContext adds the context to the complete reset web authn params

func (*CompleteResetWebAuthnParams) WithDefaults

WithDefaults hydrates default values in the complete reset web authn params (not the query body).

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

func (*CompleteResetWebAuthnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the complete reset web authn params

func (*CompleteResetWebAuthnParams) WithIPID

WithIPID adds the iPID to the complete reset web authn params

func (*CompleteResetWebAuthnParams) WithIfMatch

WithIfMatch adds the ifMatch to the complete reset web authn params

func (*CompleteResetWebAuthnParams) WithTimeout

WithTimeout adds the timeout to the complete reset web authn params

func (*CompleteResetWebAuthnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CompleteResetWebAuthnPreconditionFailed

type CompleteResetWebAuthnPreconditionFailed struct {
	Payload *models.Error
}

CompleteResetWebAuthnPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewCompleteResetWebAuthnPreconditionFailed

func NewCompleteResetWebAuthnPreconditionFailed() *CompleteResetWebAuthnPreconditionFailed

NewCompleteResetWebAuthnPreconditionFailed creates a CompleteResetWebAuthnPreconditionFailed with default headers values

func (*CompleteResetWebAuthnPreconditionFailed) Code

Code gets the status code for the complete reset web authn precondition failed response

func (*CompleteResetWebAuthnPreconditionFailed) Error

func (*CompleteResetWebAuthnPreconditionFailed) GetPayload

func (*CompleteResetWebAuthnPreconditionFailed) IsClientError

func (o *CompleteResetWebAuthnPreconditionFailed) IsClientError() bool

IsClientError returns true when this complete reset web authn precondition failed response has a 4xx status code

func (*CompleteResetWebAuthnPreconditionFailed) IsCode

IsCode returns true when this complete reset web authn precondition failed response a status code equal to that given

func (*CompleteResetWebAuthnPreconditionFailed) IsRedirect

IsRedirect returns true when this complete reset web authn precondition failed response has a 3xx status code

func (*CompleteResetWebAuthnPreconditionFailed) IsServerError

func (o *CompleteResetWebAuthnPreconditionFailed) IsServerError() bool

IsServerError returns true when this complete reset web authn precondition failed response has a 5xx status code

func (*CompleteResetWebAuthnPreconditionFailed) IsSuccess

IsSuccess returns true when this complete reset web authn precondition failed response has a 2xx status code

func (*CompleteResetWebAuthnPreconditionFailed) String

type CompleteResetWebAuthnReader

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

CompleteResetWebAuthnReader is a Reader for the CompleteResetWebAuthn structure.

func (*CompleteResetWebAuthnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CompleteResetWebAuthnUnauthorized

type CompleteResetWebAuthnUnauthorized struct {
	Payload *models.Error
}

CompleteResetWebAuthnUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCompleteResetWebAuthnUnauthorized

func NewCompleteResetWebAuthnUnauthorized() *CompleteResetWebAuthnUnauthorized

NewCompleteResetWebAuthnUnauthorized creates a CompleteResetWebAuthnUnauthorized with default headers values

func (*CompleteResetWebAuthnUnauthorized) Code

Code gets the status code for the complete reset web authn unauthorized response

func (*CompleteResetWebAuthnUnauthorized) Error

func (*CompleteResetWebAuthnUnauthorized) GetPayload

func (*CompleteResetWebAuthnUnauthorized) IsClientError

func (o *CompleteResetWebAuthnUnauthorized) IsClientError() bool

IsClientError returns true when this complete reset web authn unauthorized response has a 4xx status code

func (*CompleteResetWebAuthnUnauthorized) IsCode

func (o *CompleteResetWebAuthnUnauthorized) IsCode(code int) bool

IsCode returns true when this complete reset web authn unauthorized response a status code equal to that given

func (*CompleteResetWebAuthnUnauthorized) IsRedirect

func (o *CompleteResetWebAuthnUnauthorized) IsRedirect() bool

IsRedirect returns true when this complete reset web authn unauthorized response has a 3xx status code

func (*CompleteResetWebAuthnUnauthorized) IsServerError

func (o *CompleteResetWebAuthnUnauthorized) IsServerError() bool

IsServerError returns true when this complete reset web authn unauthorized response has a 5xx status code

func (*CompleteResetWebAuthnUnauthorized) IsSuccess

func (o *CompleteResetWebAuthnUnauthorized) IsSuccess() bool

IsSuccess returns true when this complete reset web authn unauthorized response has a 2xx status code

func (*CompleteResetWebAuthnUnauthorized) String

type CompleteResetWebAuthnUnprocessableEntity

type CompleteResetWebAuthnUnprocessableEntity struct {
	Payload *models.Error
}

CompleteResetWebAuthnUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewCompleteResetWebAuthnUnprocessableEntity

func NewCompleteResetWebAuthnUnprocessableEntity() *CompleteResetWebAuthnUnprocessableEntity

NewCompleteResetWebAuthnUnprocessableEntity creates a CompleteResetWebAuthnUnprocessableEntity with default headers values

func (*CompleteResetWebAuthnUnprocessableEntity) Code

Code gets the status code for the complete reset web authn unprocessable entity response

func (*CompleteResetWebAuthnUnprocessableEntity) Error

func (*CompleteResetWebAuthnUnprocessableEntity) GetPayload

func (*CompleteResetWebAuthnUnprocessableEntity) IsClientError

IsClientError returns true when this complete reset web authn unprocessable entity response has a 4xx status code

func (*CompleteResetWebAuthnUnprocessableEntity) IsCode

IsCode returns true when this complete reset web authn unprocessable entity response a status code equal to that given

func (*CompleteResetWebAuthnUnprocessableEntity) IsRedirect

IsRedirect returns true when this complete reset web authn unprocessable entity response has a 3xx status code

func (*CompleteResetWebAuthnUnprocessableEntity) IsServerError

IsServerError returns true when this complete reset web authn unprocessable entity response has a 5xx status code

func (*CompleteResetWebAuthnUnprocessableEntity) IsSuccess

IsSuccess returns true when this complete reset web authn unprocessable entity response has a 2xx status code

func (*CompleteResetWebAuthnUnprocessableEntity) String

type ConfirmResetPasswordNoContent

type ConfirmResetPasswordNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

ConfirmResetPasswordNoContent describes a response with status code 204, with default header values.

Request accepted

func NewConfirmResetPasswordNoContent

func NewConfirmResetPasswordNoContent() *ConfirmResetPasswordNoContent

NewConfirmResetPasswordNoContent creates a ConfirmResetPasswordNoContent with default headers values

func (*ConfirmResetPasswordNoContent) Code

Code gets the status code for the confirm reset password no content response

func (*ConfirmResetPasswordNoContent) Error

func (*ConfirmResetPasswordNoContent) IsClientError

func (o *ConfirmResetPasswordNoContent) IsClientError() bool

IsClientError returns true when this confirm reset password no content response has a 4xx status code

func (*ConfirmResetPasswordNoContent) IsCode

func (o *ConfirmResetPasswordNoContent) IsCode(code int) bool

IsCode returns true when this confirm reset password no content response a status code equal to that given

func (*ConfirmResetPasswordNoContent) IsRedirect

func (o *ConfirmResetPasswordNoContent) IsRedirect() bool

IsRedirect returns true when this confirm reset password no content response has a 3xx status code

func (*ConfirmResetPasswordNoContent) IsServerError

func (o *ConfirmResetPasswordNoContent) IsServerError() bool

IsServerError returns true when this confirm reset password no content response has a 5xx status code

func (*ConfirmResetPasswordNoContent) IsSuccess

func (o *ConfirmResetPasswordNoContent) IsSuccess() bool

IsSuccess returns true when this confirm reset password no content response has a 2xx status code

func (*ConfirmResetPasswordNoContent) String

type ConfirmResetPasswordParams

type ConfirmResetPasswordParams struct {

	// ConfirmResetPassword.
	ConfirmResetPassword *models.ConfirmResetPassword

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

ConfirmResetPasswordParams contains all the parameters to send to the API endpoint

for the confirm reset password operation.

Typically these are written to a http.Request.

func NewConfirmResetPasswordParams

func NewConfirmResetPasswordParams() *ConfirmResetPasswordParams

NewConfirmResetPasswordParams creates a new ConfirmResetPasswordParams object, with the default timeout for this client.

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

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

func NewConfirmResetPasswordParamsWithContext

func NewConfirmResetPasswordParamsWithContext(ctx context.Context) *ConfirmResetPasswordParams

NewConfirmResetPasswordParamsWithContext creates a new ConfirmResetPasswordParams object with the ability to set a context for a request.

func NewConfirmResetPasswordParamsWithHTTPClient

func NewConfirmResetPasswordParamsWithHTTPClient(client *http.Client) *ConfirmResetPasswordParams

NewConfirmResetPasswordParamsWithHTTPClient creates a new ConfirmResetPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewConfirmResetPasswordParamsWithTimeout

func NewConfirmResetPasswordParamsWithTimeout(timeout time.Duration) *ConfirmResetPasswordParams

NewConfirmResetPasswordParamsWithTimeout creates a new ConfirmResetPasswordParams object with the ability to set a timeout on a request.

func (*ConfirmResetPasswordParams) SetConfirmResetPassword

func (o *ConfirmResetPasswordParams) SetConfirmResetPassword(confirmResetPassword *models.ConfirmResetPassword)

SetConfirmResetPassword adds the confirmResetPassword to the confirm reset password params

func (*ConfirmResetPasswordParams) SetContext

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

SetContext adds the context to the confirm reset password params

func (*ConfirmResetPasswordParams) SetDefaults

func (o *ConfirmResetPasswordParams) SetDefaults()

SetDefaults hydrates default values in the confirm reset password params (not the query body).

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

func (*ConfirmResetPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the confirm reset password params

func (*ConfirmResetPasswordParams) SetIPID

func (o *ConfirmResetPasswordParams) SetIPID(iPID string)

SetIPID adds the ipId to the confirm reset password params

func (*ConfirmResetPasswordParams) SetIfMatch

func (o *ConfirmResetPasswordParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the confirm reset password params

func (*ConfirmResetPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the confirm reset password params

func (*ConfirmResetPasswordParams) WithConfirmResetPassword

func (o *ConfirmResetPasswordParams) WithConfirmResetPassword(confirmResetPassword *models.ConfirmResetPassword) *ConfirmResetPasswordParams

WithConfirmResetPassword adds the confirmResetPassword to the confirm reset password params

func (*ConfirmResetPasswordParams) WithContext

WithContext adds the context to the confirm reset password params

func (*ConfirmResetPasswordParams) WithDefaults

WithDefaults hydrates default values in the confirm reset password params (not the query body).

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

func (*ConfirmResetPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the confirm reset password params

func (*ConfirmResetPasswordParams) WithIPID

WithIPID adds the iPID to the confirm reset password params

func (*ConfirmResetPasswordParams) WithIfMatch

WithIfMatch adds the ifMatch to the confirm reset password params

func (*ConfirmResetPasswordParams) WithTimeout

WithTimeout adds the timeout to the confirm reset password params

func (*ConfirmResetPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ConfirmResetPasswordPreconditionFailed

type ConfirmResetPasswordPreconditionFailed struct {
	Payload *models.Error
}

ConfirmResetPasswordPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewConfirmResetPasswordPreconditionFailed

func NewConfirmResetPasswordPreconditionFailed() *ConfirmResetPasswordPreconditionFailed

NewConfirmResetPasswordPreconditionFailed creates a ConfirmResetPasswordPreconditionFailed with default headers values

func (*ConfirmResetPasswordPreconditionFailed) Code

Code gets the status code for the confirm reset password precondition failed response

func (*ConfirmResetPasswordPreconditionFailed) Error

func (*ConfirmResetPasswordPreconditionFailed) GetPayload

func (*ConfirmResetPasswordPreconditionFailed) IsClientError

func (o *ConfirmResetPasswordPreconditionFailed) IsClientError() bool

IsClientError returns true when this confirm reset password precondition failed response has a 4xx status code

func (*ConfirmResetPasswordPreconditionFailed) IsCode

IsCode returns true when this confirm reset password precondition failed response a status code equal to that given

func (*ConfirmResetPasswordPreconditionFailed) IsRedirect

IsRedirect returns true when this confirm reset password precondition failed response has a 3xx status code

func (*ConfirmResetPasswordPreconditionFailed) IsServerError

func (o *ConfirmResetPasswordPreconditionFailed) IsServerError() bool

IsServerError returns true when this confirm reset password precondition failed response has a 5xx status code

func (*ConfirmResetPasswordPreconditionFailed) IsSuccess

IsSuccess returns true when this confirm reset password precondition failed response has a 2xx status code

func (*ConfirmResetPasswordPreconditionFailed) String

type ConfirmResetPasswordReader

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

ConfirmResetPasswordReader is a Reader for the ConfirmResetPassword structure.

func (*ConfirmResetPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ConfirmResetPasswordUnauthorized

type ConfirmResetPasswordUnauthorized struct {
	Payload *models.Error
}

ConfirmResetPasswordUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewConfirmResetPasswordUnauthorized

func NewConfirmResetPasswordUnauthorized() *ConfirmResetPasswordUnauthorized

NewConfirmResetPasswordUnauthorized creates a ConfirmResetPasswordUnauthorized with default headers values

func (*ConfirmResetPasswordUnauthorized) Code

Code gets the status code for the confirm reset password unauthorized response

func (*ConfirmResetPasswordUnauthorized) Error

func (*ConfirmResetPasswordUnauthorized) GetPayload

func (*ConfirmResetPasswordUnauthorized) IsClientError

func (o *ConfirmResetPasswordUnauthorized) IsClientError() bool

IsClientError returns true when this confirm reset password unauthorized response has a 4xx status code

func (*ConfirmResetPasswordUnauthorized) IsCode

func (o *ConfirmResetPasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this confirm reset password unauthorized response a status code equal to that given

func (*ConfirmResetPasswordUnauthorized) IsRedirect

func (o *ConfirmResetPasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this confirm reset password unauthorized response has a 3xx status code

func (*ConfirmResetPasswordUnauthorized) IsServerError

func (o *ConfirmResetPasswordUnauthorized) IsServerError() bool

IsServerError returns true when this confirm reset password unauthorized response has a 5xx status code

func (*ConfirmResetPasswordUnauthorized) IsSuccess

func (o *ConfirmResetPasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this confirm reset password unauthorized response has a 2xx status code

func (*ConfirmResetPasswordUnauthorized) String

type ConfirmResetPasswordUnprocessableEntity

type ConfirmResetPasswordUnprocessableEntity struct {
	Payload *models.Error
}

ConfirmResetPasswordUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewConfirmResetPasswordUnprocessableEntity

func NewConfirmResetPasswordUnprocessableEntity() *ConfirmResetPasswordUnprocessableEntity

NewConfirmResetPasswordUnprocessableEntity creates a ConfirmResetPasswordUnprocessableEntity with default headers values

func (*ConfirmResetPasswordUnprocessableEntity) Code

Code gets the status code for the confirm reset password unprocessable entity response

func (*ConfirmResetPasswordUnprocessableEntity) Error

func (*ConfirmResetPasswordUnprocessableEntity) GetPayload

func (*ConfirmResetPasswordUnprocessableEntity) IsClientError

func (o *ConfirmResetPasswordUnprocessableEntity) IsClientError() bool

IsClientError returns true when this confirm reset password unprocessable entity response has a 4xx status code

func (*ConfirmResetPasswordUnprocessableEntity) IsCode

IsCode returns true when this confirm reset password unprocessable entity response a status code equal to that given

func (*ConfirmResetPasswordUnprocessableEntity) IsRedirect

IsRedirect returns true when this confirm reset password unprocessable entity response has a 3xx status code

func (*ConfirmResetPasswordUnprocessableEntity) IsServerError

func (o *ConfirmResetPasswordUnprocessableEntity) IsServerError() bool

IsServerError returns true when this confirm reset password unprocessable entity response has a 5xx status code

func (*ConfirmResetPasswordUnprocessableEntity) IsSuccess

IsSuccess returns true when this confirm reset password unprocessable entity response has a 2xx status code

func (*ConfirmResetPasswordUnprocessableEntity) String

type GenerateActivationCodeBadRequest

type GenerateActivationCodeBadRequest struct {
	Payload *models.Error
}

GenerateActivationCodeBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGenerateActivationCodeBadRequest

func NewGenerateActivationCodeBadRequest() *GenerateActivationCodeBadRequest

NewGenerateActivationCodeBadRequest creates a GenerateActivationCodeBadRequest with default headers values

func (*GenerateActivationCodeBadRequest) Code

Code gets the status code for the generate activation code bad request response

func (*GenerateActivationCodeBadRequest) Error

func (*GenerateActivationCodeBadRequest) GetPayload

func (*GenerateActivationCodeBadRequest) IsClientError

func (o *GenerateActivationCodeBadRequest) IsClientError() bool

IsClientError returns true when this generate activation code bad request response has a 4xx status code

func (*GenerateActivationCodeBadRequest) IsCode

func (o *GenerateActivationCodeBadRequest) IsCode(code int) bool

IsCode returns true when this generate activation code bad request response a status code equal to that given

func (*GenerateActivationCodeBadRequest) IsRedirect

func (o *GenerateActivationCodeBadRequest) IsRedirect() bool

IsRedirect returns true when this generate activation code bad request response has a 3xx status code

func (*GenerateActivationCodeBadRequest) IsServerError

func (o *GenerateActivationCodeBadRequest) IsServerError() bool

IsServerError returns true when this generate activation code bad request response has a 5xx status code

func (*GenerateActivationCodeBadRequest) IsSuccess

func (o *GenerateActivationCodeBadRequest) IsSuccess() bool

IsSuccess returns true when this generate activation code bad request response has a 2xx status code

func (*GenerateActivationCodeBadRequest) String

type GenerateActivationCodeCreated

type GenerateActivationCodeCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.CodeID
}

GenerateActivationCodeCreated describes a response with status code 201, with default header values.

Code ID

func NewGenerateActivationCodeCreated

func NewGenerateActivationCodeCreated() *GenerateActivationCodeCreated

NewGenerateActivationCodeCreated creates a GenerateActivationCodeCreated with default headers values

func (*GenerateActivationCodeCreated) Code

Code gets the status code for the generate activation code created response

func (*GenerateActivationCodeCreated) Error

func (*GenerateActivationCodeCreated) GetPayload

func (o *GenerateActivationCodeCreated) GetPayload() *models.CodeID

func (*GenerateActivationCodeCreated) IsClientError

func (o *GenerateActivationCodeCreated) IsClientError() bool

IsClientError returns true when this generate activation code created response has a 4xx status code

func (*GenerateActivationCodeCreated) IsCode

func (o *GenerateActivationCodeCreated) IsCode(code int) bool

IsCode returns true when this generate activation code created response a status code equal to that given

func (*GenerateActivationCodeCreated) IsRedirect

func (o *GenerateActivationCodeCreated) IsRedirect() bool

IsRedirect returns true when this generate activation code created response has a 3xx status code

func (*GenerateActivationCodeCreated) IsServerError

func (o *GenerateActivationCodeCreated) IsServerError() bool

IsServerError returns true when this generate activation code created response has a 5xx status code

func (*GenerateActivationCodeCreated) IsSuccess

func (o *GenerateActivationCodeCreated) IsSuccess() bool

IsSuccess returns true when this generate activation code created response has a 2xx status code

func (*GenerateActivationCodeCreated) String

type GenerateActivationCodeNotFound

type GenerateActivationCodeNotFound struct {
	Payload *models.Error
}

GenerateActivationCodeNotFound describes a response with status code 404, with default header values.

Not found

func NewGenerateActivationCodeNotFound

func NewGenerateActivationCodeNotFound() *GenerateActivationCodeNotFound

NewGenerateActivationCodeNotFound creates a GenerateActivationCodeNotFound with default headers values

func (*GenerateActivationCodeNotFound) Code

Code gets the status code for the generate activation code not found response

func (*GenerateActivationCodeNotFound) Error

func (*GenerateActivationCodeNotFound) GetPayload

func (o *GenerateActivationCodeNotFound) GetPayload() *models.Error

func (*GenerateActivationCodeNotFound) IsClientError

func (o *GenerateActivationCodeNotFound) IsClientError() bool

IsClientError returns true when this generate activation code not found response has a 4xx status code

func (*GenerateActivationCodeNotFound) IsCode

func (o *GenerateActivationCodeNotFound) IsCode(code int) bool

IsCode returns true when this generate activation code not found response a status code equal to that given

func (*GenerateActivationCodeNotFound) IsRedirect

func (o *GenerateActivationCodeNotFound) IsRedirect() bool

IsRedirect returns true when this generate activation code not found response has a 3xx status code

func (*GenerateActivationCodeNotFound) IsServerError

func (o *GenerateActivationCodeNotFound) IsServerError() bool

IsServerError returns true when this generate activation code not found response has a 5xx status code

func (*GenerateActivationCodeNotFound) IsSuccess

func (o *GenerateActivationCodeNotFound) IsSuccess() bool

IsSuccess returns true when this generate activation code not found response has a 2xx status code

func (*GenerateActivationCodeNotFound) String

type GenerateActivationCodeParams

type GenerateActivationCodeParams struct {

	// ActivationCodeRequest.
	ActivationCodeRequest *models.RequestActivation

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

GenerateActivationCodeParams contains all the parameters to send to the API endpoint

for the generate activation code operation.

Typically these are written to a http.Request.

func NewGenerateActivationCodeParams

func NewGenerateActivationCodeParams() *GenerateActivationCodeParams

NewGenerateActivationCodeParams creates a new GenerateActivationCodeParams object, with the default timeout for this client.

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

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

func NewGenerateActivationCodeParamsWithContext

func NewGenerateActivationCodeParamsWithContext(ctx context.Context) *GenerateActivationCodeParams

NewGenerateActivationCodeParamsWithContext creates a new GenerateActivationCodeParams object with the ability to set a context for a request.

func NewGenerateActivationCodeParamsWithHTTPClient

func NewGenerateActivationCodeParamsWithHTTPClient(client *http.Client) *GenerateActivationCodeParams

NewGenerateActivationCodeParamsWithHTTPClient creates a new GenerateActivationCodeParams object with the ability to set a custom HTTPClient for a request.

func NewGenerateActivationCodeParamsWithTimeout

func NewGenerateActivationCodeParamsWithTimeout(timeout time.Duration) *GenerateActivationCodeParams

NewGenerateActivationCodeParamsWithTimeout creates a new GenerateActivationCodeParams object with the ability to set a timeout on a request.

func (*GenerateActivationCodeParams) SetActivationCodeRequest

func (o *GenerateActivationCodeParams) SetActivationCodeRequest(activationCodeRequest *models.RequestActivation)

SetActivationCodeRequest adds the activationCodeRequest to the generate activation code params

func (*GenerateActivationCodeParams) SetContext

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

SetContext adds the context to the generate activation code params

func (*GenerateActivationCodeParams) SetDefaults

func (o *GenerateActivationCodeParams) SetDefaults()

SetDefaults hydrates default values in the generate activation code params (not the query body).

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

func (*GenerateActivationCodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the generate activation code params

func (*GenerateActivationCodeParams) SetIPID

func (o *GenerateActivationCodeParams) SetIPID(iPID string)

SetIPID adds the ipId to the generate activation code params

func (*GenerateActivationCodeParams) SetIfMatch

func (o *GenerateActivationCodeParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the generate activation code params

func (*GenerateActivationCodeParams) SetTimeout

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

SetTimeout adds the timeout to the generate activation code params

func (*GenerateActivationCodeParams) SetUserID

func (o *GenerateActivationCodeParams) SetUserID(userID string)

SetUserID adds the userId to the generate activation code params

func (*GenerateActivationCodeParams) WithActivationCodeRequest

func (o *GenerateActivationCodeParams) WithActivationCodeRequest(activationCodeRequest *models.RequestActivation) *GenerateActivationCodeParams

WithActivationCodeRequest adds the activationCodeRequest to the generate activation code params

func (*GenerateActivationCodeParams) WithContext

WithContext adds the context to the generate activation code params

func (*GenerateActivationCodeParams) WithDefaults

WithDefaults hydrates default values in the generate activation code params (not the query body).

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

func (*GenerateActivationCodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the generate activation code params

func (*GenerateActivationCodeParams) WithIPID

WithIPID adds the iPID to the generate activation code params

func (*GenerateActivationCodeParams) WithIfMatch

WithIfMatch adds the ifMatch to the generate activation code params

func (*GenerateActivationCodeParams) WithTimeout

WithTimeout adds the timeout to the generate activation code params

func (*GenerateActivationCodeParams) WithUserID

WithUserID adds the userID to the generate activation code params

func (*GenerateActivationCodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GenerateActivationCodePreconditionFailed

type GenerateActivationCodePreconditionFailed struct {
	Payload *models.Error
}

GenerateActivationCodePreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewGenerateActivationCodePreconditionFailed

func NewGenerateActivationCodePreconditionFailed() *GenerateActivationCodePreconditionFailed

NewGenerateActivationCodePreconditionFailed creates a GenerateActivationCodePreconditionFailed with default headers values

func (*GenerateActivationCodePreconditionFailed) Code

Code gets the status code for the generate activation code precondition failed response

func (*GenerateActivationCodePreconditionFailed) Error

func (*GenerateActivationCodePreconditionFailed) GetPayload

func (*GenerateActivationCodePreconditionFailed) IsClientError

IsClientError returns true when this generate activation code precondition failed response has a 4xx status code

func (*GenerateActivationCodePreconditionFailed) IsCode

IsCode returns true when this generate activation code precondition failed response a status code equal to that given

func (*GenerateActivationCodePreconditionFailed) IsRedirect

IsRedirect returns true when this generate activation code precondition failed response has a 3xx status code

func (*GenerateActivationCodePreconditionFailed) IsServerError

IsServerError returns true when this generate activation code precondition failed response has a 5xx status code

func (*GenerateActivationCodePreconditionFailed) IsSuccess

IsSuccess returns true when this generate activation code precondition failed response has a 2xx status code

func (*GenerateActivationCodePreconditionFailed) String

type GenerateActivationCodeReader

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

GenerateActivationCodeReader is a Reader for the GenerateActivationCode structure.

func (*GenerateActivationCodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GenerateActivationCodeTooManyRequests

type GenerateActivationCodeTooManyRequests struct {
	Payload *models.Error
}

GenerateActivationCodeTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGenerateActivationCodeTooManyRequests

func NewGenerateActivationCodeTooManyRequests() *GenerateActivationCodeTooManyRequests

NewGenerateActivationCodeTooManyRequests creates a GenerateActivationCodeTooManyRequests with default headers values

func (*GenerateActivationCodeTooManyRequests) Code

Code gets the status code for the generate activation code too many requests response

func (*GenerateActivationCodeTooManyRequests) Error

func (*GenerateActivationCodeTooManyRequests) GetPayload

func (*GenerateActivationCodeTooManyRequests) IsClientError

func (o *GenerateActivationCodeTooManyRequests) IsClientError() bool

IsClientError returns true when this generate activation code too many requests response has a 4xx status code

func (*GenerateActivationCodeTooManyRequests) IsCode

IsCode returns true when this generate activation code too many requests response a status code equal to that given

func (*GenerateActivationCodeTooManyRequests) IsRedirect

IsRedirect returns true when this generate activation code too many requests response has a 3xx status code

func (*GenerateActivationCodeTooManyRequests) IsServerError

func (o *GenerateActivationCodeTooManyRequests) IsServerError() bool

IsServerError returns true when this generate activation code too many requests response has a 5xx status code

func (*GenerateActivationCodeTooManyRequests) IsSuccess

IsSuccess returns true when this generate activation code too many requests response has a 2xx status code

func (*GenerateActivationCodeTooManyRequests) String

type GenerateActivationCodeUnauthorized

type GenerateActivationCodeUnauthorized struct {
	Payload *models.Error
}

GenerateActivationCodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGenerateActivationCodeUnauthorized

func NewGenerateActivationCodeUnauthorized() *GenerateActivationCodeUnauthorized

NewGenerateActivationCodeUnauthorized creates a GenerateActivationCodeUnauthorized with default headers values

func (*GenerateActivationCodeUnauthorized) Code

Code gets the status code for the generate activation code unauthorized response

func (*GenerateActivationCodeUnauthorized) Error

func (*GenerateActivationCodeUnauthorized) GetPayload

func (*GenerateActivationCodeUnauthorized) IsClientError

func (o *GenerateActivationCodeUnauthorized) IsClientError() bool

IsClientError returns true when this generate activation code unauthorized response has a 4xx status code

func (*GenerateActivationCodeUnauthorized) IsCode

IsCode returns true when this generate activation code unauthorized response a status code equal to that given

func (*GenerateActivationCodeUnauthorized) IsRedirect

func (o *GenerateActivationCodeUnauthorized) IsRedirect() bool

IsRedirect returns true when this generate activation code unauthorized response has a 3xx status code

func (*GenerateActivationCodeUnauthorized) IsServerError

func (o *GenerateActivationCodeUnauthorized) IsServerError() bool

IsServerError returns true when this generate activation code unauthorized response has a 5xx status code

func (*GenerateActivationCodeUnauthorized) IsSuccess

IsSuccess returns true when this generate activation code unauthorized response has a 2xx status code

func (*GenerateActivationCodeUnauthorized) String

type GenerateActivationCodeUnprocessableEntity

type GenerateActivationCodeUnprocessableEntity struct {
	Payload *models.Error
}

GenerateActivationCodeUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewGenerateActivationCodeUnprocessableEntity

func NewGenerateActivationCodeUnprocessableEntity() *GenerateActivationCodeUnprocessableEntity

NewGenerateActivationCodeUnprocessableEntity creates a GenerateActivationCodeUnprocessableEntity with default headers values

func (*GenerateActivationCodeUnprocessableEntity) Code

Code gets the status code for the generate activation code unprocessable entity response

func (*GenerateActivationCodeUnprocessableEntity) Error

func (*GenerateActivationCodeUnprocessableEntity) GetPayload

func (*GenerateActivationCodeUnprocessableEntity) IsClientError

IsClientError returns true when this generate activation code unprocessable entity response has a 4xx status code

func (*GenerateActivationCodeUnprocessableEntity) IsCode

IsCode returns true when this generate activation code unprocessable entity response a status code equal to that given

func (*GenerateActivationCodeUnprocessableEntity) IsRedirect

IsRedirect returns true when this generate activation code unprocessable entity response has a 3xx status code

func (*GenerateActivationCodeUnprocessableEntity) IsServerError

IsServerError returns true when this generate activation code unprocessable entity response has a 5xx status code

func (*GenerateActivationCodeUnprocessableEntity) IsSuccess

IsSuccess returns true when this generate activation code unprocessable entity response has a 2xx status code

func (*GenerateActivationCodeUnprocessableEntity) String

type GenerateCodeBadRequest

type GenerateCodeBadRequest struct {
	Payload *models.Error
}

GenerateCodeBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGenerateCodeBadRequest

func NewGenerateCodeBadRequest() *GenerateCodeBadRequest

NewGenerateCodeBadRequest creates a GenerateCodeBadRequest with default headers values

func (*GenerateCodeBadRequest) Code

func (o *GenerateCodeBadRequest) Code() int

Code gets the status code for the generate code bad request response

func (*GenerateCodeBadRequest) Error

func (o *GenerateCodeBadRequest) Error() string

func (*GenerateCodeBadRequest) GetPayload

func (o *GenerateCodeBadRequest) GetPayload() *models.Error

func (*GenerateCodeBadRequest) IsClientError

func (o *GenerateCodeBadRequest) IsClientError() bool

IsClientError returns true when this generate code bad request response has a 4xx status code

func (*GenerateCodeBadRequest) IsCode

func (o *GenerateCodeBadRequest) IsCode(code int) bool

IsCode returns true when this generate code bad request response a status code equal to that given

func (*GenerateCodeBadRequest) IsRedirect

func (o *GenerateCodeBadRequest) IsRedirect() bool

IsRedirect returns true when this generate code bad request response has a 3xx status code

func (*GenerateCodeBadRequest) IsServerError

func (o *GenerateCodeBadRequest) IsServerError() bool

IsServerError returns true when this generate code bad request response has a 5xx status code

func (*GenerateCodeBadRequest) IsSuccess

func (o *GenerateCodeBadRequest) IsSuccess() bool

IsSuccess returns true when this generate code bad request response has a 2xx status code

func (*GenerateCodeBadRequest) String

func (o *GenerateCodeBadRequest) String() string

type GenerateCodeCreated

type GenerateCodeCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.Codes
}

GenerateCodeCreated describes a response with status code 201, with default header values.

Code

func NewGenerateCodeCreated

func NewGenerateCodeCreated() *GenerateCodeCreated

NewGenerateCodeCreated creates a GenerateCodeCreated with default headers values

func (*GenerateCodeCreated) Code

func (o *GenerateCodeCreated) Code() int

Code gets the status code for the generate code created response

func (*GenerateCodeCreated) Error

func (o *GenerateCodeCreated) Error() string

func (*GenerateCodeCreated) GetPayload

func (o *GenerateCodeCreated) GetPayload() *models.Codes

func (*GenerateCodeCreated) IsClientError

func (o *GenerateCodeCreated) IsClientError() bool

IsClientError returns true when this generate code created response has a 4xx status code

func (*GenerateCodeCreated) IsCode

func (o *GenerateCodeCreated) IsCode(code int) bool

IsCode returns true when this generate code created response a status code equal to that given

func (*GenerateCodeCreated) IsRedirect

func (o *GenerateCodeCreated) IsRedirect() bool

IsRedirect returns true when this generate code created response has a 3xx status code

func (*GenerateCodeCreated) IsServerError

func (o *GenerateCodeCreated) IsServerError() bool

IsServerError returns true when this generate code created response has a 5xx status code

func (*GenerateCodeCreated) IsSuccess

func (o *GenerateCodeCreated) IsSuccess() bool

IsSuccess returns true when this generate code created response has a 2xx status code

func (*GenerateCodeCreated) String

func (o *GenerateCodeCreated) String() string

type GenerateCodeForUserBadRequest

type GenerateCodeForUserBadRequest struct {
	Payload *models.Error
}

GenerateCodeForUserBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGenerateCodeForUserBadRequest

func NewGenerateCodeForUserBadRequest() *GenerateCodeForUserBadRequest

NewGenerateCodeForUserBadRequest creates a GenerateCodeForUserBadRequest with default headers values

func (*GenerateCodeForUserBadRequest) Code

Code gets the status code for the generate code for user bad request response

func (*GenerateCodeForUserBadRequest) Error

func (*GenerateCodeForUserBadRequest) GetPayload

func (o *GenerateCodeForUserBadRequest) GetPayload() *models.Error

func (*GenerateCodeForUserBadRequest) IsClientError

func (o *GenerateCodeForUserBadRequest) IsClientError() bool

IsClientError returns true when this generate code for user bad request response has a 4xx status code

func (*GenerateCodeForUserBadRequest) IsCode

func (o *GenerateCodeForUserBadRequest) IsCode(code int) bool

IsCode returns true when this generate code for user bad request response a status code equal to that given

func (*GenerateCodeForUserBadRequest) IsRedirect

func (o *GenerateCodeForUserBadRequest) IsRedirect() bool

IsRedirect returns true when this generate code for user bad request response has a 3xx status code

func (*GenerateCodeForUserBadRequest) IsServerError

func (o *GenerateCodeForUserBadRequest) IsServerError() bool

IsServerError returns true when this generate code for user bad request response has a 5xx status code

func (*GenerateCodeForUserBadRequest) IsSuccess

func (o *GenerateCodeForUserBadRequest) IsSuccess() bool

IsSuccess returns true when this generate code for user bad request response has a 2xx status code

func (*GenerateCodeForUserBadRequest) String

type GenerateCodeForUserCreated

type GenerateCodeForUserCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.Codes
}

GenerateCodeForUserCreated describes a response with status code 201, with default header values.

Code

func NewGenerateCodeForUserCreated

func NewGenerateCodeForUserCreated() *GenerateCodeForUserCreated

NewGenerateCodeForUserCreated creates a GenerateCodeForUserCreated with default headers values

func (*GenerateCodeForUserCreated) Code

func (o *GenerateCodeForUserCreated) Code() int

Code gets the status code for the generate code for user created response

func (*GenerateCodeForUserCreated) Error

func (*GenerateCodeForUserCreated) GetPayload

func (o *GenerateCodeForUserCreated) GetPayload() *models.Codes

func (*GenerateCodeForUserCreated) IsClientError

func (o *GenerateCodeForUserCreated) IsClientError() bool

IsClientError returns true when this generate code for user created response has a 4xx status code

func (*GenerateCodeForUserCreated) IsCode

func (o *GenerateCodeForUserCreated) IsCode(code int) bool

IsCode returns true when this generate code for user created response a status code equal to that given

func (*GenerateCodeForUserCreated) IsRedirect

func (o *GenerateCodeForUserCreated) IsRedirect() bool

IsRedirect returns true when this generate code for user created response has a 3xx status code

func (*GenerateCodeForUserCreated) IsServerError

func (o *GenerateCodeForUserCreated) IsServerError() bool

IsServerError returns true when this generate code for user created response has a 5xx status code

func (*GenerateCodeForUserCreated) IsSuccess

func (o *GenerateCodeForUserCreated) IsSuccess() bool

IsSuccess returns true when this generate code for user created response has a 2xx status code

func (*GenerateCodeForUserCreated) String

func (o *GenerateCodeForUserCreated) String() string

type GenerateCodeForUserNotFound

type GenerateCodeForUserNotFound struct {
	Payload *models.Error
}

GenerateCodeForUserNotFound describes a response with status code 404, with default header values.

Not found

func NewGenerateCodeForUserNotFound

func NewGenerateCodeForUserNotFound() *GenerateCodeForUserNotFound

NewGenerateCodeForUserNotFound creates a GenerateCodeForUserNotFound with default headers values

func (*GenerateCodeForUserNotFound) Code

func (o *GenerateCodeForUserNotFound) Code() int

Code gets the status code for the generate code for user not found response

func (*GenerateCodeForUserNotFound) Error

func (*GenerateCodeForUserNotFound) GetPayload

func (o *GenerateCodeForUserNotFound) GetPayload() *models.Error

func (*GenerateCodeForUserNotFound) IsClientError

func (o *GenerateCodeForUserNotFound) IsClientError() bool

IsClientError returns true when this generate code for user not found response has a 4xx status code

func (*GenerateCodeForUserNotFound) IsCode

func (o *GenerateCodeForUserNotFound) IsCode(code int) bool

IsCode returns true when this generate code for user not found response a status code equal to that given

func (*GenerateCodeForUserNotFound) IsRedirect

func (o *GenerateCodeForUserNotFound) IsRedirect() bool

IsRedirect returns true when this generate code for user not found response has a 3xx status code

func (*GenerateCodeForUserNotFound) IsServerError

func (o *GenerateCodeForUserNotFound) IsServerError() bool

IsServerError returns true when this generate code for user not found response has a 5xx status code

func (*GenerateCodeForUserNotFound) IsSuccess

func (o *GenerateCodeForUserNotFound) IsSuccess() bool

IsSuccess returns true when this generate code for user not found response has a 2xx status code

func (*GenerateCodeForUserNotFound) String

func (o *GenerateCodeForUserNotFound) String() string

type GenerateCodeForUserParams

type GenerateCodeForUserParams struct {

	// CodeRequest.
	CodeRequest *models.RequestCodeForUser

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

GenerateCodeForUserParams contains all the parameters to send to the API endpoint

for the generate code for user operation.

Typically these are written to a http.Request.

func NewGenerateCodeForUserParams

func NewGenerateCodeForUserParams() *GenerateCodeForUserParams

NewGenerateCodeForUserParams creates a new GenerateCodeForUserParams object, with the default timeout for this client.

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

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

func NewGenerateCodeForUserParamsWithContext

func NewGenerateCodeForUserParamsWithContext(ctx context.Context) *GenerateCodeForUserParams

NewGenerateCodeForUserParamsWithContext creates a new GenerateCodeForUserParams object with the ability to set a context for a request.

func NewGenerateCodeForUserParamsWithHTTPClient

func NewGenerateCodeForUserParamsWithHTTPClient(client *http.Client) *GenerateCodeForUserParams

NewGenerateCodeForUserParamsWithHTTPClient creates a new GenerateCodeForUserParams object with the ability to set a custom HTTPClient for a request.

func NewGenerateCodeForUserParamsWithTimeout

func NewGenerateCodeForUserParamsWithTimeout(timeout time.Duration) *GenerateCodeForUserParams

NewGenerateCodeForUserParamsWithTimeout creates a new GenerateCodeForUserParams object with the ability to set a timeout on a request.

func (*GenerateCodeForUserParams) SetCodeRequest

func (o *GenerateCodeForUserParams) SetCodeRequest(codeRequest *models.RequestCodeForUser)

SetCodeRequest adds the codeRequest to the generate code for user params

func (*GenerateCodeForUserParams) SetContext

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

SetContext adds the context to the generate code for user params

func (*GenerateCodeForUserParams) SetDefaults

func (o *GenerateCodeForUserParams) SetDefaults()

SetDefaults hydrates default values in the generate code for user params (not the query body).

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

func (*GenerateCodeForUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the generate code for user params

func (*GenerateCodeForUserParams) SetIPID

func (o *GenerateCodeForUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the generate code for user params

func (*GenerateCodeForUserParams) SetIfMatch

func (o *GenerateCodeForUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the generate code for user params

func (*GenerateCodeForUserParams) SetTimeout

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

SetTimeout adds the timeout to the generate code for user params

func (*GenerateCodeForUserParams) WithCodeRequest

WithCodeRequest adds the codeRequest to the generate code for user params

func (*GenerateCodeForUserParams) WithContext

WithContext adds the context to the generate code for user params

func (*GenerateCodeForUserParams) WithDefaults

WithDefaults hydrates default values in the generate code for user params (not the query body).

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

func (*GenerateCodeForUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the generate code for user params

func (*GenerateCodeForUserParams) WithIPID

WithIPID adds the iPID to the generate code for user params

func (*GenerateCodeForUserParams) WithIfMatch

WithIfMatch adds the ifMatch to the generate code for user params

func (*GenerateCodeForUserParams) WithTimeout

WithTimeout adds the timeout to the generate code for user params

func (*GenerateCodeForUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GenerateCodeForUserPreconditionFailed

type GenerateCodeForUserPreconditionFailed struct {
	Payload *models.Error
}

GenerateCodeForUserPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewGenerateCodeForUserPreconditionFailed

func NewGenerateCodeForUserPreconditionFailed() *GenerateCodeForUserPreconditionFailed

NewGenerateCodeForUserPreconditionFailed creates a GenerateCodeForUserPreconditionFailed with default headers values

func (*GenerateCodeForUserPreconditionFailed) Code

Code gets the status code for the generate code for user precondition failed response

func (*GenerateCodeForUserPreconditionFailed) Error

func (*GenerateCodeForUserPreconditionFailed) GetPayload

func (*GenerateCodeForUserPreconditionFailed) IsClientError

func (o *GenerateCodeForUserPreconditionFailed) IsClientError() bool

IsClientError returns true when this generate code for user precondition failed response has a 4xx status code

func (*GenerateCodeForUserPreconditionFailed) IsCode

IsCode returns true when this generate code for user precondition failed response a status code equal to that given

func (*GenerateCodeForUserPreconditionFailed) IsRedirect

IsRedirect returns true when this generate code for user precondition failed response has a 3xx status code

func (*GenerateCodeForUserPreconditionFailed) IsServerError

func (o *GenerateCodeForUserPreconditionFailed) IsServerError() bool

IsServerError returns true when this generate code for user precondition failed response has a 5xx status code

func (*GenerateCodeForUserPreconditionFailed) IsSuccess

IsSuccess returns true when this generate code for user precondition failed response has a 2xx status code

func (*GenerateCodeForUserPreconditionFailed) String

type GenerateCodeForUserReader

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

GenerateCodeForUserReader is a Reader for the GenerateCodeForUser structure.

func (*GenerateCodeForUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GenerateCodeForUserTooManyRequests

type GenerateCodeForUserTooManyRequests struct {
	Payload *models.Error
}

GenerateCodeForUserTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGenerateCodeForUserTooManyRequests

func NewGenerateCodeForUserTooManyRequests() *GenerateCodeForUserTooManyRequests

NewGenerateCodeForUserTooManyRequests creates a GenerateCodeForUserTooManyRequests with default headers values

func (*GenerateCodeForUserTooManyRequests) Code

Code gets the status code for the generate code for user too many requests response

func (*GenerateCodeForUserTooManyRequests) Error

func (*GenerateCodeForUserTooManyRequests) GetPayload

func (*GenerateCodeForUserTooManyRequests) IsClientError

func (o *GenerateCodeForUserTooManyRequests) IsClientError() bool

IsClientError returns true when this generate code for user too many requests response has a 4xx status code

func (*GenerateCodeForUserTooManyRequests) IsCode

IsCode returns true when this generate code for user too many requests response a status code equal to that given

func (*GenerateCodeForUserTooManyRequests) IsRedirect

func (o *GenerateCodeForUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this generate code for user too many requests response has a 3xx status code

func (*GenerateCodeForUserTooManyRequests) IsServerError

func (o *GenerateCodeForUserTooManyRequests) IsServerError() bool

IsServerError returns true when this generate code for user too many requests response has a 5xx status code

func (*GenerateCodeForUserTooManyRequests) IsSuccess

IsSuccess returns true when this generate code for user too many requests response has a 2xx status code

func (*GenerateCodeForUserTooManyRequests) String

type GenerateCodeForUserUnauthorized

type GenerateCodeForUserUnauthorized struct {
	Payload *models.Error
}

GenerateCodeForUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGenerateCodeForUserUnauthorized

func NewGenerateCodeForUserUnauthorized() *GenerateCodeForUserUnauthorized

NewGenerateCodeForUserUnauthorized creates a GenerateCodeForUserUnauthorized with default headers values

func (*GenerateCodeForUserUnauthorized) Code

Code gets the status code for the generate code for user unauthorized response

func (*GenerateCodeForUserUnauthorized) Error

func (*GenerateCodeForUserUnauthorized) GetPayload

func (o *GenerateCodeForUserUnauthorized) GetPayload() *models.Error

func (*GenerateCodeForUserUnauthorized) IsClientError

func (o *GenerateCodeForUserUnauthorized) IsClientError() bool

IsClientError returns true when this generate code for user unauthorized response has a 4xx status code

func (*GenerateCodeForUserUnauthorized) IsCode

func (o *GenerateCodeForUserUnauthorized) IsCode(code int) bool

IsCode returns true when this generate code for user unauthorized response a status code equal to that given

func (*GenerateCodeForUserUnauthorized) IsRedirect

func (o *GenerateCodeForUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this generate code for user unauthorized response has a 3xx status code

func (*GenerateCodeForUserUnauthorized) IsServerError

func (o *GenerateCodeForUserUnauthorized) IsServerError() bool

IsServerError returns true when this generate code for user unauthorized response has a 5xx status code

func (*GenerateCodeForUserUnauthorized) IsSuccess

func (o *GenerateCodeForUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this generate code for user unauthorized response has a 2xx status code

func (*GenerateCodeForUserUnauthorized) String

type GenerateCodeForUserUnprocessableEntity

type GenerateCodeForUserUnprocessableEntity struct {
	Payload *models.Error
}

GenerateCodeForUserUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewGenerateCodeForUserUnprocessableEntity

func NewGenerateCodeForUserUnprocessableEntity() *GenerateCodeForUserUnprocessableEntity

NewGenerateCodeForUserUnprocessableEntity creates a GenerateCodeForUserUnprocessableEntity with default headers values

func (*GenerateCodeForUserUnprocessableEntity) Code

Code gets the status code for the generate code for user unprocessable entity response

func (*GenerateCodeForUserUnprocessableEntity) Error

func (*GenerateCodeForUserUnprocessableEntity) GetPayload

func (*GenerateCodeForUserUnprocessableEntity) IsClientError

func (o *GenerateCodeForUserUnprocessableEntity) IsClientError() bool

IsClientError returns true when this generate code for user unprocessable entity response has a 4xx status code

func (*GenerateCodeForUserUnprocessableEntity) IsCode

IsCode returns true when this generate code for user unprocessable entity response a status code equal to that given

func (*GenerateCodeForUserUnprocessableEntity) IsRedirect

IsRedirect returns true when this generate code for user unprocessable entity response has a 3xx status code

func (*GenerateCodeForUserUnprocessableEntity) IsServerError

func (o *GenerateCodeForUserUnprocessableEntity) IsServerError() bool

IsServerError returns true when this generate code for user unprocessable entity response has a 5xx status code

func (*GenerateCodeForUserUnprocessableEntity) IsSuccess

IsSuccess returns true when this generate code for user unprocessable entity response has a 2xx status code

func (*GenerateCodeForUserUnprocessableEntity) String

type GenerateCodeNotFound

type GenerateCodeNotFound struct {
	Payload *models.Error
}

GenerateCodeNotFound describes a response with status code 404, with default header values.

Not found

func NewGenerateCodeNotFound

func NewGenerateCodeNotFound() *GenerateCodeNotFound

NewGenerateCodeNotFound creates a GenerateCodeNotFound with default headers values

func (*GenerateCodeNotFound) Code

func (o *GenerateCodeNotFound) Code() int

Code gets the status code for the generate code not found response

func (*GenerateCodeNotFound) Error

func (o *GenerateCodeNotFound) Error() string

func (*GenerateCodeNotFound) GetPayload

func (o *GenerateCodeNotFound) GetPayload() *models.Error

func (*GenerateCodeNotFound) IsClientError

func (o *GenerateCodeNotFound) IsClientError() bool

IsClientError returns true when this generate code not found response has a 4xx status code

func (*GenerateCodeNotFound) IsCode

func (o *GenerateCodeNotFound) IsCode(code int) bool

IsCode returns true when this generate code not found response a status code equal to that given

func (*GenerateCodeNotFound) IsRedirect

func (o *GenerateCodeNotFound) IsRedirect() bool

IsRedirect returns true when this generate code not found response has a 3xx status code

func (*GenerateCodeNotFound) IsServerError

func (o *GenerateCodeNotFound) IsServerError() bool

IsServerError returns true when this generate code not found response has a 5xx status code

func (*GenerateCodeNotFound) IsSuccess

func (o *GenerateCodeNotFound) IsSuccess() bool

IsSuccess returns true when this generate code not found response has a 2xx status code

func (*GenerateCodeNotFound) String

func (o *GenerateCodeNotFound) String() string

type GenerateCodeParams

type GenerateCodeParams struct {

	// CodeRequest.
	CodeRequest *models.RequestCode

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

GenerateCodeParams contains all the parameters to send to the API endpoint

for the generate code operation.

Typically these are written to a http.Request.

func NewGenerateCodeParams

func NewGenerateCodeParams() *GenerateCodeParams

NewGenerateCodeParams creates a new GenerateCodeParams object, with the default timeout for this client.

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

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

func NewGenerateCodeParamsWithContext

func NewGenerateCodeParamsWithContext(ctx context.Context) *GenerateCodeParams

NewGenerateCodeParamsWithContext creates a new GenerateCodeParams object with the ability to set a context for a request.

func NewGenerateCodeParamsWithHTTPClient

func NewGenerateCodeParamsWithHTTPClient(client *http.Client) *GenerateCodeParams

NewGenerateCodeParamsWithHTTPClient creates a new GenerateCodeParams object with the ability to set a custom HTTPClient for a request.

func NewGenerateCodeParamsWithTimeout

func NewGenerateCodeParamsWithTimeout(timeout time.Duration) *GenerateCodeParams

NewGenerateCodeParamsWithTimeout creates a new GenerateCodeParams object with the ability to set a timeout on a request.

func (*GenerateCodeParams) SetCodeRequest

func (o *GenerateCodeParams) SetCodeRequest(codeRequest *models.RequestCode)

SetCodeRequest adds the codeRequest to the generate code params

func (*GenerateCodeParams) SetContext

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

SetContext adds the context to the generate code params

func (*GenerateCodeParams) SetDefaults

func (o *GenerateCodeParams) SetDefaults()

SetDefaults hydrates default values in the generate code params (not the query body).

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

func (*GenerateCodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the generate code params

func (*GenerateCodeParams) SetIPID

func (o *GenerateCodeParams) SetIPID(iPID string)

SetIPID adds the ipId to the generate code params

func (*GenerateCodeParams) SetIfMatch

func (o *GenerateCodeParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the generate code params

func (*GenerateCodeParams) SetTimeout

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

SetTimeout adds the timeout to the generate code params

func (*GenerateCodeParams) SetUserID

func (o *GenerateCodeParams) SetUserID(userID string)

SetUserID adds the userId to the generate code params

func (*GenerateCodeParams) WithCodeRequest

func (o *GenerateCodeParams) WithCodeRequest(codeRequest *models.RequestCode) *GenerateCodeParams

WithCodeRequest adds the codeRequest to the generate code params

func (*GenerateCodeParams) WithContext

WithContext adds the context to the generate code params

func (*GenerateCodeParams) WithDefaults

func (o *GenerateCodeParams) WithDefaults() *GenerateCodeParams

WithDefaults hydrates default values in the generate code params (not the query body).

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

func (*GenerateCodeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the generate code params

func (*GenerateCodeParams) WithIPID

func (o *GenerateCodeParams) WithIPID(iPID string) *GenerateCodeParams

WithIPID adds the iPID to the generate code params

func (*GenerateCodeParams) WithIfMatch

func (o *GenerateCodeParams) WithIfMatch(ifMatch *string) *GenerateCodeParams

WithIfMatch adds the ifMatch to the generate code params

func (*GenerateCodeParams) WithTimeout

func (o *GenerateCodeParams) WithTimeout(timeout time.Duration) *GenerateCodeParams

WithTimeout adds the timeout to the generate code params

func (*GenerateCodeParams) WithUserID

func (o *GenerateCodeParams) WithUserID(userID string) *GenerateCodeParams

WithUserID adds the userID to the generate code params

func (*GenerateCodeParams) WriteToRequest

func (o *GenerateCodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GenerateCodePreconditionFailed

type GenerateCodePreconditionFailed struct {
	Payload *models.Error
}

GenerateCodePreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewGenerateCodePreconditionFailed

func NewGenerateCodePreconditionFailed() *GenerateCodePreconditionFailed

NewGenerateCodePreconditionFailed creates a GenerateCodePreconditionFailed with default headers values

func (*GenerateCodePreconditionFailed) Code

Code gets the status code for the generate code precondition failed response

func (*GenerateCodePreconditionFailed) Error

func (*GenerateCodePreconditionFailed) GetPayload

func (o *GenerateCodePreconditionFailed) GetPayload() *models.Error

func (*GenerateCodePreconditionFailed) IsClientError

func (o *GenerateCodePreconditionFailed) IsClientError() bool

IsClientError returns true when this generate code precondition failed response has a 4xx status code

func (*GenerateCodePreconditionFailed) IsCode

func (o *GenerateCodePreconditionFailed) IsCode(code int) bool

IsCode returns true when this generate code precondition failed response a status code equal to that given

func (*GenerateCodePreconditionFailed) IsRedirect

func (o *GenerateCodePreconditionFailed) IsRedirect() bool

IsRedirect returns true when this generate code precondition failed response has a 3xx status code

func (*GenerateCodePreconditionFailed) IsServerError

func (o *GenerateCodePreconditionFailed) IsServerError() bool

IsServerError returns true when this generate code precondition failed response has a 5xx status code

func (*GenerateCodePreconditionFailed) IsSuccess

func (o *GenerateCodePreconditionFailed) IsSuccess() bool

IsSuccess returns true when this generate code precondition failed response has a 2xx status code

func (*GenerateCodePreconditionFailed) String

type GenerateCodeReader

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

GenerateCodeReader is a Reader for the GenerateCode structure.

func (*GenerateCodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GenerateCodeTooManyRequests

type GenerateCodeTooManyRequests struct {
	Payload *models.Error
}

GenerateCodeTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGenerateCodeTooManyRequests

func NewGenerateCodeTooManyRequests() *GenerateCodeTooManyRequests

NewGenerateCodeTooManyRequests creates a GenerateCodeTooManyRequests with default headers values

func (*GenerateCodeTooManyRequests) Code

func (o *GenerateCodeTooManyRequests) Code() int

Code gets the status code for the generate code too many requests response

func (*GenerateCodeTooManyRequests) Error

func (*GenerateCodeTooManyRequests) GetPayload

func (o *GenerateCodeTooManyRequests) GetPayload() *models.Error

func (*GenerateCodeTooManyRequests) IsClientError

func (o *GenerateCodeTooManyRequests) IsClientError() bool

IsClientError returns true when this generate code too many requests response has a 4xx status code

func (*GenerateCodeTooManyRequests) IsCode

func (o *GenerateCodeTooManyRequests) IsCode(code int) bool

IsCode returns true when this generate code too many requests response a status code equal to that given

func (*GenerateCodeTooManyRequests) IsRedirect

func (o *GenerateCodeTooManyRequests) IsRedirect() bool

IsRedirect returns true when this generate code too many requests response has a 3xx status code

func (*GenerateCodeTooManyRequests) IsServerError

func (o *GenerateCodeTooManyRequests) IsServerError() bool

IsServerError returns true when this generate code too many requests response has a 5xx status code

func (*GenerateCodeTooManyRequests) IsSuccess

func (o *GenerateCodeTooManyRequests) IsSuccess() bool

IsSuccess returns true when this generate code too many requests response has a 2xx status code

func (*GenerateCodeTooManyRequests) String

func (o *GenerateCodeTooManyRequests) String() string

type GenerateCodeUnauthorized

type GenerateCodeUnauthorized struct {
	Payload *models.Error
}

GenerateCodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGenerateCodeUnauthorized

func NewGenerateCodeUnauthorized() *GenerateCodeUnauthorized

NewGenerateCodeUnauthorized creates a GenerateCodeUnauthorized with default headers values

func (*GenerateCodeUnauthorized) Code

func (o *GenerateCodeUnauthorized) Code() int

Code gets the status code for the generate code unauthorized response

func (*GenerateCodeUnauthorized) Error

func (o *GenerateCodeUnauthorized) Error() string

func (*GenerateCodeUnauthorized) GetPayload

func (o *GenerateCodeUnauthorized) GetPayload() *models.Error

func (*GenerateCodeUnauthorized) IsClientError

func (o *GenerateCodeUnauthorized) IsClientError() bool

IsClientError returns true when this generate code unauthorized response has a 4xx status code

func (*GenerateCodeUnauthorized) IsCode

func (o *GenerateCodeUnauthorized) IsCode(code int) bool

IsCode returns true when this generate code unauthorized response a status code equal to that given

func (*GenerateCodeUnauthorized) IsRedirect

func (o *GenerateCodeUnauthorized) IsRedirect() bool

IsRedirect returns true when this generate code unauthorized response has a 3xx status code

func (*GenerateCodeUnauthorized) IsServerError

func (o *GenerateCodeUnauthorized) IsServerError() bool

IsServerError returns true when this generate code unauthorized response has a 5xx status code

func (*GenerateCodeUnauthorized) IsSuccess

func (o *GenerateCodeUnauthorized) IsSuccess() bool

IsSuccess returns true when this generate code unauthorized response has a 2xx status code

func (*GenerateCodeUnauthorized) String

func (o *GenerateCodeUnauthorized) String() string

type GenerateCodeUnprocessableEntity

type GenerateCodeUnprocessableEntity struct {
	Payload *models.Error
}

GenerateCodeUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewGenerateCodeUnprocessableEntity

func NewGenerateCodeUnprocessableEntity() *GenerateCodeUnprocessableEntity

NewGenerateCodeUnprocessableEntity creates a GenerateCodeUnprocessableEntity with default headers values

func (*GenerateCodeUnprocessableEntity) Code

Code gets the status code for the generate code unprocessable entity response

func (*GenerateCodeUnprocessableEntity) Error

func (*GenerateCodeUnprocessableEntity) GetPayload

func (o *GenerateCodeUnprocessableEntity) GetPayload() *models.Error

func (*GenerateCodeUnprocessableEntity) IsClientError

func (o *GenerateCodeUnprocessableEntity) IsClientError() bool

IsClientError returns true when this generate code unprocessable entity response has a 4xx status code

func (*GenerateCodeUnprocessableEntity) IsCode

func (o *GenerateCodeUnprocessableEntity) IsCode(code int) bool

IsCode returns true when this generate code unprocessable entity response a status code equal to that given

func (*GenerateCodeUnprocessableEntity) IsRedirect

func (o *GenerateCodeUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this generate code unprocessable entity response has a 3xx status code

func (*GenerateCodeUnprocessableEntity) IsServerError

func (o *GenerateCodeUnprocessableEntity) IsServerError() bool

IsServerError returns true when this generate code unprocessable entity response has a 5xx status code

func (*GenerateCodeUnprocessableEntity) IsSuccess

func (o *GenerateCodeUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this generate code unprocessable entity response has a 2xx status code

func (*GenerateCodeUnprocessableEntity) String

type RequestResetPasswordBadRequest

type RequestResetPasswordBadRequest struct {
	Payload *models.Error
}

RequestResetPasswordBadRequest describes a response with status code 400, with default header values.

Bad request

func NewRequestResetPasswordBadRequest

func NewRequestResetPasswordBadRequest() *RequestResetPasswordBadRequest

NewRequestResetPasswordBadRequest creates a RequestResetPasswordBadRequest with default headers values

func (*RequestResetPasswordBadRequest) Code

Code gets the status code for the request reset password bad request response

func (*RequestResetPasswordBadRequest) Error

func (*RequestResetPasswordBadRequest) GetPayload

func (o *RequestResetPasswordBadRequest) GetPayload() *models.Error

func (*RequestResetPasswordBadRequest) IsClientError

func (o *RequestResetPasswordBadRequest) IsClientError() bool

IsClientError returns true when this request reset password bad request response has a 4xx status code

func (*RequestResetPasswordBadRequest) IsCode

func (o *RequestResetPasswordBadRequest) IsCode(code int) bool

IsCode returns true when this request reset password bad request response a status code equal to that given

func (*RequestResetPasswordBadRequest) IsRedirect

func (o *RequestResetPasswordBadRequest) IsRedirect() bool

IsRedirect returns true when this request reset password bad request response has a 3xx status code

func (*RequestResetPasswordBadRequest) IsServerError

func (o *RequestResetPasswordBadRequest) IsServerError() bool

IsServerError returns true when this request reset password bad request response has a 5xx status code

func (*RequestResetPasswordBadRequest) IsSuccess

func (o *RequestResetPasswordBadRequest) IsSuccess() bool

IsSuccess returns true when this request reset password bad request response has a 2xx status code

func (*RequestResetPasswordBadRequest) String

type RequestResetPasswordNoContent

type RequestResetPasswordNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

RequestResetPasswordNoContent describes a response with status code 204, with default header values.

Request accepted

func NewRequestResetPasswordNoContent

func NewRequestResetPasswordNoContent() *RequestResetPasswordNoContent

NewRequestResetPasswordNoContent creates a RequestResetPasswordNoContent with default headers values

func (*RequestResetPasswordNoContent) Code

Code gets the status code for the request reset password no content response

func (*RequestResetPasswordNoContent) Error

func (*RequestResetPasswordNoContent) IsClientError

func (o *RequestResetPasswordNoContent) IsClientError() bool

IsClientError returns true when this request reset password no content response has a 4xx status code

func (*RequestResetPasswordNoContent) IsCode

func (o *RequestResetPasswordNoContent) IsCode(code int) bool

IsCode returns true when this request reset password no content response a status code equal to that given

func (*RequestResetPasswordNoContent) IsRedirect

func (o *RequestResetPasswordNoContent) IsRedirect() bool

IsRedirect returns true when this request reset password no content response has a 3xx status code

func (*RequestResetPasswordNoContent) IsServerError

func (o *RequestResetPasswordNoContent) IsServerError() bool

IsServerError returns true when this request reset password no content response has a 5xx status code

func (*RequestResetPasswordNoContent) IsSuccess

func (o *RequestResetPasswordNoContent) IsSuccess() bool

IsSuccess returns true when this request reset password no content response has a 2xx status code

func (*RequestResetPasswordNoContent) String

type RequestResetPasswordParams

type RequestResetPasswordParams struct {

	// RequestResetPassword.
	RequestResetPassword *models.RequestResetCredential

	/* CodeTypeInMessage.

	   Code type in message

	   Default: "link"
	*/
	CodeTypeInMessage *string

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	/* ServerID.

	     optional server's identifier (used for themes etc.)
	ServerID
	*/
	ServerID *string

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

RequestResetPasswordParams contains all the parameters to send to the API endpoint

for the request reset password operation.

Typically these are written to a http.Request.

func NewRequestResetPasswordParams

func NewRequestResetPasswordParams() *RequestResetPasswordParams

NewRequestResetPasswordParams creates a new RequestResetPasswordParams object, with the default timeout for this client.

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

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

func NewRequestResetPasswordParamsWithContext

func NewRequestResetPasswordParamsWithContext(ctx context.Context) *RequestResetPasswordParams

NewRequestResetPasswordParamsWithContext creates a new RequestResetPasswordParams object with the ability to set a context for a request.

func NewRequestResetPasswordParamsWithHTTPClient

func NewRequestResetPasswordParamsWithHTTPClient(client *http.Client) *RequestResetPasswordParams

NewRequestResetPasswordParamsWithHTTPClient creates a new RequestResetPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewRequestResetPasswordParamsWithTimeout

func NewRequestResetPasswordParamsWithTimeout(timeout time.Duration) *RequestResetPasswordParams

NewRequestResetPasswordParamsWithTimeout creates a new RequestResetPasswordParams object with the ability to set a timeout on a request.

func (*RequestResetPasswordParams) SetCodeTypeInMessage

func (o *RequestResetPasswordParams) SetCodeTypeInMessage(codeTypeInMessage *string)

SetCodeTypeInMessage adds the codeTypeInMessage to the request reset password params

func (*RequestResetPasswordParams) SetContext

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

SetContext adds the context to the request reset password params

func (*RequestResetPasswordParams) SetDefaults

func (o *RequestResetPasswordParams) SetDefaults()

SetDefaults hydrates default values in the request reset password params (not the query body).

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

func (*RequestResetPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the request reset password params

func (*RequestResetPasswordParams) SetIPID

func (o *RequestResetPasswordParams) SetIPID(iPID string)

SetIPID adds the ipId to the request reset password params

func (*RequestResetPasswordParams) SetIfMatch

func (o *RequestResetPasswordParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the request reset password params

func (*RequestResetPasswordParams) SetRequestResetPassword

func (o *RequestResetPasswordParams) SetRequestResetPassword(requestResetPassword *models.RequestResetCredential)

SetRequestResetPassword adds the requestResetPassword to the request reset password params

func (*RequestResetPasswordParams) SetServerID

func (o *RequestResetPasswordParams) SetServerID(serverID *string)

SetServerID adds the serverId to the request reset password params

func (*RequestResetPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the request reset password params

func (*RequestResetPasswordParams) WithCodeTypeInMessage

func (o *RequestResetPasswordParams) WithCodeTypeInMessage(codeTypeInMessage *string) *RequestResetPasswordParams

WithCodeTypeInMessage adds the codeTypeInMessage to the request reset password params

func (*RequestResetPasswordParams) WithContext

WithContext adds the context to the request reset password params

func (*RequestResetPasswordParams) WithDefaults

WithDefaults hydrates default values in the request reset password params (not the query body).

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

func (*RequestResetPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the request reset password params

func (*RequestResetPasswordParams) WithIPID

WithIPID adds the iPID to the request reset password params

func (*RequestResetPasswordParams) WithIfMatch

WithIfMatch adds the ifMatch to the request reset password params

func (*RequestResetPasswordParams) WithRequestResetPassword

func (o *RequestResetPasswordParams) WithRequestResetPassword(requestResetPassword *models.RequestResetCredential) *RequestResetPasswordParams

WithRequestResetPassword adds the requestResetPassword to the request reset password params

func (*RequestResetPasswordParams) WithServerID

func (o *RequestResetPasswordParams) WithServerID(serverID *string) *RequestResetPasswordParams

WithServerID adds the serverID to the request reset password params

func (*RequestResetPasswordParams) WithTimeout

WithTimeout adds the timeout to the request reset password params

func (*RequestResetPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RequestResetPasswordPreconditionFailed

type RequestResetPasswordPreconditionFailed struct {
	Payload *models.Error
}

RequestResetPasswordPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewRequestResetPasswordPreconditionFailed

func NewRequestResetPasswordPreconditionFailed() *RequestResetPasswordPreconditionFailed

NewRequestResetPasswordPreconditionFailed creates a RequestResetPasswordPreconditionFailed with default headers values

func (*RequestResetPasswordPreconditionFailed) Code

Code gets the status code for the request reset password precondition failed response

func (*RequestResetPasswordPreconditionFailed) Error

func (*RequestResetPasswordPreconditionFailed) GetPayload

func (*RequestResetPasswordPreconditionFailed) IsClientError

func (o *RequestResetPasswordPreconditionFailed) IsClientError() bool

IsClientError returns true when this request reset password precondition failed response has a 4xx status code

func (*RequestResetPasswordPreconditionFailed) IsCode

IsCode returns true when this request reset password precondition failed response a status code equal to that given

func (*RequestResetPasswordPreconditionFailed) IsRedirect

IsRedirect returns true when this request reset password precondition failed response has a 3xx status code

func (*RequestResetPasswordPreconditionFailed) IsServerError

func (o *RequestResetPasswordPreconditionFailed) IsServerError() bool

IsServerError returns true when this request reset password precondition failed response has a 5xx status code

func (*RequestResetPasswordPreconditionFailed) IsSuccess

IsSuccess returns true when this request reset password precondition failed response has a 2xx status code

func (*RequestResetPasswordPreconditionFailed) String

type RequestResetPasswordReader

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

RequestResetPasswordReader is a Reader for the RequestResetPassword structure.

func (*RequestResetPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RequestResetPasswordUnauthorized

type RequestResetPasswordUnauthorized struct {
	Payload *models.Error
}

RequestResetPasswordUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRequestResetPasswordUnauthorized

func NewRequestResetPasswordUnauthorized() *RequestResetPasswordUnauthorized

NewRequestResetPasswordUnauthorized creates a RequestResetPasswordUnauthorized with default headers values

func (*RequestResetPasswordUnauthorized) Code

Code gets the status code for the request reset password unauthorized response

func (*RequestResetPasswordUnauthorized) Error

func (*RequestResetPasswordUnauthorized) GetPayload

func (*RequestResetPasswordUnauthorized) IsClientError

func (o *RequestResetPasswordUnauthorized) IsClientError() bool

IsClientError returns true when this request reset password unauthorized response has a 4xx status code

func (*RequestResetPasswordUnauthorized) IsCode

func (o *RequestResetPasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this request reset password unauthorized response a status code equal to that given

func (*RequestResetPasswordUnauthorized) IsRedirect

func (o *RequestResetPasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this request reset password unauthorized response has a 3xx status code

func (*RequestResetPasswordUnauthorized) IsServerError

func (o *RequestResetPasswordUnauthorized) IsServerError() bool

IsServerError returns true when this request reset password unauthorized response has a 5xx status code

func (*RequestResetPasswordUnauthorized) IsSuccess

func (o *RequestResetPasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this request reset password unauthorized response has a 2xx status code

func (*RequestResetPasswordUnauthorized) String

type RequestResetPasswordUnprocessableEntity

type RequestResetPasswordUnprocessableEntity struct {
	Payload *models.Error
}

RequestResetPasswordUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewRequestResetPasswordUnprocessableEntity

func NewRequestResetPasswordUnprocessableEntity() *RequestResetPasswordUnprocessableEntity

NewRequestResetPasswordUnprocessableEntity creates a RequestResetPasswordUnprocessableEntity with default headers values

func (*RequestResetPasswordUnprocessableEntity) Code

Code gets the status code for the request reset password unprocessable entity response

func (*RequestResetPasswordUnprocessableEntity) Error

func (*RequestResetPasswordUnprocessableEntity) GetPayload

func (*RequestResetPasswordUnprocessableEntity) IsClientError

func (o *RequestResetPasswordUnprocessableEntity) IsClientError() bool

IsClientError returns true when this request reset password unprocessable entity response has a 4xx status code

func (*RequestResetPasswordUnprocessableEntity) IsCode

IsCode returns true when this request reset password unprocessable entity response a status code equal to that given

func (*RequestResetPasswordUnprocessableEntity) IsRedirect

IsRedirect returns true when this request reset password unprocessable entity response has a 3xx status code

func (*RequestResetPasswordUnprocessableEntity) IsServerError

func (o *RequestResetPasswordUnprocessableEntity) IsServerError() bool

IsServerError returns true when this request reset password unprocessable entity response has a 5xx status code

func (*RequestResetPasswordUnprocessableEntity) IsSuccess

IsSuccess returns true when this request reset password unprocessable entity response has a 2xx status code

func (*RequestResetPasswordUnprocessableEntity) String

type RequestResetWebAuthnBadRequest

type RequestResetWebAuthnBadRequest struct {
	Payload *models.Error
}

RequestResetWebAuthnBadRequest describes a response with status code 400, with default header values.

Bad request

func NewRequestResetWebAuthnBadRequest

func NewRequestResetWebAuthnBadRequest() *RequestResetWebAuthnBadRequest

NewRequestResetWebAuthnBadRequest creates a RequestResetWebAuthnBadRequest with default headers values

func (*RequestResetWebAuthnBadRequest) Code

Code gets the status code for the request reset web authn bad request response

func (*RequestResetWebAuthnBadRequest) Error

func (*RequestResetWebAuthnBadRequest) GetPayload

func (o *RequestResetWebAuthnBadRequest) GetPayload() *models.Error

func (*RequestResetWebAuthnBadRequest) IsClientError

func (o *RequestResetWebAuthnBadRequest) IsClientError() bool

IsClientError returns true when this request reset web authn bad request response has a 4xx status code

func (*RequestResetWebAuthnBadRequest) IsCode

func (o *RequestResetWebAuthnBadRequest) IsCode(code int) bool

IsCode returns true when this request reset web authn bad request response a status code equal to that given

func (*RequestResetWebAuthnBadRequest) IsRedirect

func (o *RequestResetWebAuthnBadRequest) IsRedirect() bool

IsRedirect returns true when this request reset web authn bad request response has a 3xx status code

func (*RequestResetWebAuthnBadRequest) IsServerError

func (o *RequestResetWebAuthnBadRequest) IsServerError() bool

IsServerError returns true when this request reset web authn bad request response has a 5xx status code

func (*RequestResetWebAuthnBadRequest) IsSuccess

func (o *RequestResetWebAuthnBadRequest) IsSuccess() bool

IsSuccess returns true when this request reset web authn bad request response has a 2xx status code

func (*RequestResetWebAuthnBadRequest) String

type RequestResetWebAuthnNoContent

type RequestResetWebAuthnNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

RequestResetWebAuthnNoContent describes a response with status code 204, with default header values.

Request accepted

func NewRequestResetWebAuthnNoContent

func NewRequestResetWebAuthnNoContent() *RequestResetWebAuthnNoContent

NewRequestResetWebAuthnNoContent creates a RequestResetWebAuthnNoContent with default headers values

func (*RequestResetWebAuthnNoContent) Code

Code gets the status code for the request reset web authn no content response

func (*RequestResetWebAuthnNoContent) Error

func (*RequestResetWebAuthnNoContent) IsClientError

func (o *RequestResetWebAuthnNoContent) IsClientError() bool

IsClientError returns true when this request reset web authn no content response has a 4xx status code

func (*RequestResetWebAuthnNoContent) IsCode

func (o *RequestResetWebAuthnNoContent) IsCode(code int) bool

IsCode returns true when this request reset web authn no content response a status code equal to that given

func (*RequestResetWebAuthnNoContent) IsRedirect

func (o *RequestResetWebAuthnNoContent) IsRedirect() bool

IsRedirect returns true when this request reset web authn no content response has a 3xx status code

func (*RequestResetWebAuthnNoContent) IsServerError

func (o *RequestResetWebAuthnNoContent) IsServerError() bool

IsServerError returns true when this request reset web authn no content response has a 5xx status code

func (*RequestResetWebAuthnNoContent) IsSuccess

func (o *RequestResetWebAuthnNoContent) IsSuccess() bool

IsSuccess returns true when this request reset web authn no content response has a 2xx status code

func (*RequestResetWebAuthnNoContent) String

type RequestResetWebAuthnParams

type RequestResetWebAuthnParams struct {

	// RequestResetWebAuthn.
	RequestResetWebAuthn *models.RequestResetCredential

	/* CodeTypeInMessage.

	   Code type in message

	   Default: "link"
	*/
	CodeTypeInMessage *string

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	/* ServerID.

	     optional server's identifier (used for themes etc.)
	ServerID
	*/
	ServerID *string

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

RequestResetWebAuthnParams contains all the parameters to send to the API endpoint

for the request reset web authn operation.

Typically these are written to a http.Request.

func NewRequestResetWebAuthnParams

func NewRequestResetWebAuthnParams() *RequestResetWebAuthnParams

NewRequestResetWebAuthnParams creates a new RequestResetWebAuthnParams object, with the default timeout for this client.

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

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

func NewRequestResetWebAuthnParamsWithContext

func NewRequestResetWebAuthnParamsWithContext(ctx context.Context) *RequestResetWebAuthnParams

NewRequestResetWebAuthnParamsWithContext creates a new RequestResetWebAuthnParams object with the ability to set a context for a request.

func NewRequestResetWebAuthnParamsWithHTTPClient

func NewRequestResetWebAuthnParamsWithHTTPClient(client *http.Client) *RequestResetWebAuthnParams

NewRequestResetWebAuthnParamsWithHTTPClient creates a new RequestResetWebAuthnParams object with the ability to set a custom HTTPClient for a request.

func NewRequestResetWebAuthnParamsWithTimeout

func NewRequestResetWebAuthnParamsWithTimeout(timeout time.Duration) *RequestResetWebAuthnParams

NewRequestResetWebAuthnParamsWithTimeout creates a new RequestResetWebAuthnParams object with the ability to set a timeout on a request.

func (*RequestResetWebAuthnParams) SetCodeTypeInMessage

func (o *RequestResetWebAuthnParams) SetCodeTypeInMessage(codeTypeInMessage *string)

SetCodeTypeInMessage adds the codeTypeInMessage to the request reset web authn params

func (*RequestResetWebAuthnParams) SetContext

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

SetContext adds the context to the request reset web authn params

func (*RequestResetWebAuthnParams) SetDefaults

func (o *RequestResetWebAuthnParams) SetDefaults()

SetDefaults hydrates default values in the request reset web authn params (not the query body).

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

func (*RequestResetWebAuthnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the request reset web authn params

func (*RequestResetWebAuthnParams) SetIPID

func (o *RequestResetWebAuthnParams) SetIPID(iPID string)

SetIPID adds the ipId to the request reset web authn params

func (*RequestResetWebAuthnParams) SetIfMatch

func (o *RequestResetWebAuthnParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the request reset web authn params

func (*RequestResetWebAuthnParams) SetRequestResetWebAuthn

func (o *RequestResetWebAuthnParams) SetRequestResetWebAuthn(requestResetWebAuthn *models.RequestResetCredential)

SetRequestResetWebAuthn adds the requestResetWebAuthn to the request reset web authn params

func (*RequestResetWebAuthnParams) SetServerID

func (o *RequestResetWebAuthnParams) SetServerID(serverID *string)

SetServerID adds the serverId to the request reset web authn params

func (*RequestResetWebAuthnParams) SetTimeout

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

SetTimeout adds the timeout to the request reset web authn params

func (*RequestResetWebAuthnParams) WithCodeTypeInMessage

func (o *RequestResetWebAuthnParams) WithCodeTypeInMessage(codeTypeInMessage *string) *RequestResetWebAuthnParams

WithCodeTypeInMessage adds the codeTypeInMessage to the request reset web authn params

func (*RequestResetWebAuthnParams) WithContext

WithContext adds the context to the request reset web authn params

func (*RequestResetWebAuthnParams) WithDefaults

WithDefaults hydrates default values in the request reset web authn params (not the query body).

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

func (*RequestResetWebAuthnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the request reset web authn params

func (*RequestResetWebAuthnParams) WithIPID

WithIPID adds the iPID to the request reset web authn params

func (*RequestResetWebAuthnParams) WithIfMatch

WithIfMatch adds the ifMatch to the request reset web authn params

func (*RequestResetWebAuthnParams) WithRequestResetWebAuthn

func (o *RequestResetWebAuthnParams) WithRequestResetWebAuthn(requestResetWebAuthn *models.RequestResetCredential) *RequestResetWebAuthnParams

WithRequestResetWebAuthn adds the requestResetWebAuthn to the request reset web authn params

func (*RequestResetWebAuthnParams) WithServerID

func (o *RequestResetWebAuthnParams) WithServerID(serverID *string) *RequestResetWebAuthnParams

WithServerID adds the serverID to the request reset web authn params

func (*RequestResetWebAuthnParams) WithTimeout

WithTimeout adds the timeout to the request reset web authn params

func (*RequestResetWebAuthnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RequestResetWebAuthnPreconditionFailed

type RequestResetWebAuthnPreconditionFailed struct {
	Payload *models.Error
}

RequestResetWebAuthnPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewRequestResetWebAuthnPreconditionFailed

func NewRequestResetWebAuthnPreconditionFailed() *RequestResetWebAuthnPreconditionFailed

NewRequestResetWebAuthnPreconditionFailed creates a RequestResetWebAuthnPreconditionFailed with default headers values

func (*RequestResetWebAuthnPreconditionFailed) Code

Code gets the status code for the request reset web authn precondition failed response

func (*RequestResetWebAuthnPreconditionFailed) Error

func (*RequestResetWebAuthnPreconditionFailed) GetPayload

func (*RequestResetWebAuthnPreconditionFailed) IsClientError

func (o *RequestResetWebAuthnPreconditionFailed) IsClientError() bool

IsClientError returns true when this request reset web authn precondition failed response has a 4xx status code

func (*RequestResetWebAuthnPreconditionFailed) IsCode

IsCode returns true when this request reset web authn precondition failed response a status code equal to that given

func (*RequestResetWebAuthnPreconditionFailed) IsRedirect

IsRedirect returns true when this request reset web authn precondition failed response has a 3xx status code

func (*RequestResetWebAuthnPreconditionFailed) IsServerError

func (o *RequestResetWebAuthnPreconditionFailed) IsServerError() bool

IsServerError returns true when this request reset web authn precondition failed response has a 5xx status code

func (*RequestResetWebAuthnPreconditionFailed) IsSuccess

IsSuccess returns true when this request reset web authn precondition failed response has a 2xx status code

func (*RequestResetWebAuthnPreconditionFailed) String

type RequestResetWebAuthnReader

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

RequestResetWebAuthnReader is a Reader for the RequestResetWebAuthn structure.

func (*RequestResetWebAuthnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RequestResetWebAuthnUnauthorized

type RequestResetWebAuthnUnauthorized struct {
	Payload *models.Error
}

RequestResetWebAuthnUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRequestResetWebAuthnUnauthorized

func NewRequestResetWebAuthnUnauthorized() *RequestResetWebAuthnUnauthorized

NewRequestResetWebAuthnUnauthorized creates a RequestResetWebAuthnUnauthorized with default headers values

func (*RequestResetWebAuthnUnauthorized) Code

Code gets the status code for the request reset web authn unauthorized response

func (*RequestResetWebAuthnUnauthorized) Error

func (*RequestResetWebAuthnUnauthorized) GetPayload

func (*RequestResetWebAuthnUnauthorized) IsClientError

func (o *RequestResetWebAuthnUnauthorized) IsClientError() bool

IsClientError returns true when this request reset web authn unauthorized response has a 4xx status code

func (*RequestResetWebAuthnUnauthorized) IsCode

func (o *RequestResetWebAuthnUnauthorized) IsCode(code int) bool

IsCode returns true when this request reset web authn unauthorized response a status code equal to that given

func (*RequestResetWebAuthnUnauthorized) IsRedirect

func (o *RequestResetWebAuthnUnauthorized) IsRedirect() bool

IsRedirect returns true when this request reset web authn unauthorized response has a 3xx status code

func (*RequestResetWebAuthnUnauthorized) IsServerError

func (o *RequestResetWebAuthnUnauthorized) IsServerError() bool

IsServerError returns true when this request reset web authn unauthorized response has a 5xx status code

func (*RequestResetWebAuthnUnauthorized) IsSuccess

func (o *RequestResetWebAuthnUnauthorized) IsSuccess() bool

IsSuccess returns true when this request reset web authn unauthorized response has a 2xx status code

func (*RequestResetWebAuthnUnauthorized) String

type RequestResetWebAuthnUnprocessableEntity

type RequestResetWebAuthnUnprocessableEntity struct {
	Payload *models.Error
}

RequestResetWebAuthnUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewRequestResetWebAuthnUnprocessableEntity

func NewRequestResetWebAuthnUnprocessableEntity() *RequestResetWebAuthnUnprocessableEntity

NewRequestResetWebAuthnUnprocessableEntity creates a RequestResetWebAuthnUnprocessableEntity with default headers values

func (*RequestResetWebAuthnUnprocessableEntity) Code

Code gets the status code for the request reset web authn unprocessable entity response

func (*RequestResetWebAuthnUnprocessableEntity) Error

func (*RequestResetWebAuthnUnprocessableEntity) GetPayload

func (*RequestResetWebAuthnUnprocessableEntity) IsClientError

func (o *RequestResetWebAuthnUnprocessableEntity) IsClientError() bool

IsClientError returns true when this request reset web authn unprocessable entity response has a 4xx status code

func (*RequestResetWebAuthnUnprocessableEntity) IsCode

IsCode returns true when this request reset web authn unprocessable entity response a status code equal to that given

func (*RequestResetWebAuthnUnprocessableEntity) IsRedirect

IsRedirect returns true when this request reset web authn unprocessable entity response has a 3xx status code

func (*RequestResetWebAuthnUnprocessableEntity) IsServerError

func (o *RequestResetWebAuthnUnprocessableEntity) IsServerError() bool

IsServerError returns true when this request reset web authn unprocessable entity response has a 5xx status code

func (*RequestResetWebAuthnUnprocessableEntity) IsSuccess

IsSuccess returns true when this request reset web authn unprocessable entity response has a 2xx status code

func (*RequestResetWebAuthnUnprocessableEntity) String

type SelfRegisterUserBadRequest

type SelfRegisterUserBadRequest struct {
	Payload *models.Error
}

SelfRegisterUserBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSelfRegisterUserBadRequest

func NewSelfRegisterUserBadRequest() *SelfRegisterUserBadRequest

NewSelfRegisterUserBadRequest creates a SelfRegisterUserBadRequest with default headers values

func (*SelfRegisterUserBadRequest) Code

func (o *SelfRegisterUserBadRequest) Code() int

Code gets the status code for the self register user bad request response

func (*SelfRegisterUserBadRequest) Error

func (*SelfRegisterUserBadRequest) GetPayload

func (o *SelfRegisterUserBadRequest) GetPayload() *models.Error

func (*SelfRegisterUserBadRequest) IsClientError

func (o *SelfRegisterUserBadRequest) IsClientError() bool

IsClientError returns true when this self register user bad request response has a 4xx status code

func (*SelfRegisterUserBadRequest) IsCode

func (o *SelfRegisterUserBadRequest) IsCode(code int) bool

IsCode returns true when this self register user bad request response a status code equal to that given

func (*SelfRegisterUserBadRequest) IsRedirect

func (o *SelfRegisterUserBadRequest) IsRedirect() bool

IsRedirect returns true when this self register user bad request response has a 3xx status code

func (*SelfRegisterUserBadRequest) IsServerError

func (o *SelfRegisterUserBadRequest) IsServerError() bool

IsServerError returns true when this self register user bad request response has a 5xx status code

func (*SelfRegisterUserBadRequest) IsSuccess

func (o *SelfRegisterUserBadRequest) IsSuccess() bool

IsSuccess returns true when this self register user bad request response has a 2xx status code

func (*SelfRegisterUserBadRequest) String

func (o *SelfRegisterUserBadRequest) String() string

type SelfRegisterUserCreated

type SelfRegisterUserCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserID
}

SelfRegisterUserCreated describes a response with status code 201, with default header values.

User

func NewSelfRegisterUserCreated

func NewSelfRegisterUserCreated() *SelfRegisterUserCreated

NewSelfRegisterUserCreated creates a SelfRegisterUserCreated with default headers values

func (*SelfRegisterUserCreated) Code

func (o *SelfRegisterUserCreated) Code() int

Code gets the status code for the self register user created response

func (*SelfRegisterUserCreated) Error

func (o *SelfRegisterUserCreated) Error() string

func (*SelfRegisterUserCreated) GetPayload

func (o *SelfRegisterUserCreated) GetPayload() *models.UserID

func (*SelfRegisterUserCreated) IsClientError

func (o *SelfRegisterUserCreated) IsClientError() bool

IsClientError returns true when this self register user created response has a 4xx status code

func (*SelfRegisterUserCreated) IsCode

func (o *SelfRegisterUserCreated) IsCode(code int) bool

IsCode returns true when this self register user created response a status code equal to that given

func (*SelfRegisterUserCreated) IsRedirect

func (o *SelfRegisterUserCreated) IsRedirect() bool

IsRedirect returns true when this self register user created response has a 3xx status code

func (*SelfRegisterUserCreated) IsServerError

func (o *SelfRegisterUserCreated) IsServerError() bool

IsServerError returns true when this self register user created response has a 5xx status code

func (*SelfRegisterUserCreated) IsSuccess

func (o *SelfRegisterUserCreated) IsSuccess() bool

IsSuccess returns true when this self register user created response has a 2xx status code

func (*SelfRegisterUserCreated) String

func (o *SelfRegisterUserCreated) String() string

type SelfRegisterUserNotFound

type SelfRegisterUserNotFound struct {
	Payload *models.Error
}

SelfRegisterUserNotFound describes a response with status code 404, with default header values.

Not found

func NewSelfRegisterUserNotFound

func NewSelfRegisterUserNotFound() *SelfRegisterUserNotFound

NewSelfRegisterUserNotFound creates a SelfRegisterUserNotFound with default headers values

func (*SelfRegisterUserNotFound) Code

func (o *SelfRegisterUserNotFound) Code() int

Code gets the status code for the self register user not found response

func (*SelfRegisterUserNotFound) Error

func (o *SelfRegisterUserNotFound) Error() string

func (*SelfRegisterUserNotFound) GetPayload

func (o *SelfRegisterUserNotFound) GetPayload() *models.Error

func (*SelfRegisterUserNotFound) IsClientError

func (o *SelfRegisterUserNotFound) IsClientError() bool

IsClientError returns true when this self register user not found response has a 4xx status code

func (*SelfRegisterUserNotFound) IsCode

func (o *SelfRegisterUserNotFound) IsCode(code int) bool

IsCode returns true when this self register user not found response a status code equal to that given

func (*SelfRegisterUserNotFound) IsRedirect

func (o *SelfRegisterUserNotFound) IsRedirect() bool

IsRedirect returns true when this self register user not found response has a 3xx status code

func (*SelfRegisterUserNotFound) IsServerError

func (o *SelfRegisterUserNotFound) IsServerError() bool

IsServerError returns true when this self register user not found response has a 5xx status code

func (*SelfRegisterUserNotFound) IsSuccess

func (o *SelfRegisterUserNotFound) IsSuccess() bool

IsSuccess returns true when this self register user not found response has a 2xx status code

func (*SelfRegisterUserNotFound) String

func (o *SelfRegisterUserNotFound) String() string

type SelfRegisterUserParams

type SelfRegisterUserParams struct {

	// NewUser.
	NewUser *models.SelfRegisterUser

	/* CodeTypeInMessage.

	   Code type in message

	   Default: "link"
	*/
	CodeTypeInMessage *string

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	/* SendActivationMessage.

	   Send activation message

	   Default: true
	*/
	SendActivationMessage *bool

	/* ServerID.

	     optional server's identifier (used for themes etc.)
	ServerID
	*/
	ServerID *string

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

SelfRegisterUserParams contains all the parameters to send to the API endpoint

for the self register user operation.

Typically these are written to a http.Request.

func NewSelfRegisterUserParams

func NewSelfRegisterUserParams() *SelfRegisterUserParams

NewSelfRegisterUserParams creates a new SelfRegisterUserParams object, with the default timeout for this client.

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

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

func NewSelfRegisterUserParamsWithContext

func NewSelfRegisterUserParamsWithContext(ctx context.Context) *SelfRegisterUserParams

NewSelfRegisterUserParamsWithContext creates a new SelfRegisterUserParams object with the ability to set a context for a request.

func NewSelfRegisterUserParamsWithHTTPClient

func NewSelfRegisterUserParamsWithHTTPClient(client *http.Client) *SelfRegisterUserParams

NewSelfRegisterUserParamsWithHTTPClient creates a new SelfRegisterUserParams object with the ability to set a custom HTTPClient for a request.

func NewSelfRegisterUserParamsWithTimeout

func NewSelfRegisterUserParamsWithTimeout(timeout time.Duration) *SelfRegisterUserParams

NewSelfRegisterUserParamsWithTimeout creates a new SelfRegisterUserParams object with the ability to set a timeout on a request.

func (*SelfRegisterUserParams) SetCodeTypeInMessage

func (o *SelfRegisterUserParams) SetCodeTypeInMessage(codeTypeInMessage *string)

SetCodeTypeInMessage adds the codeTypeInMessage to the self register user params

func (*SelfRegisterUserParams) SetContext

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

SetContext adds the context to the self register user params

func (*SelfRegisterUserParams) SetDefaults

func (o *SelfRegisterUserParams) SetDefaults()

SetDefaults hydrates default values in the self register user params (not the query body).

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

func (*SelfRegisterUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the self register user params

func (*SelfRegisterUserParams) SetIPID

func (o *SelfRegisterUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the self register user params

func (*SelfRegisterUserParams) SetIfMatch

func (o *SelfRegisterUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the self register user params

func (*SelfRegisterUserParams) SetNewUser

func (o *SelfRegisterUserParams) SetNewUser(newUser *models.SelfRegisterUser)

SetNewUser adds the newUser to the self register user params

func (*SelfRegisterUserParams) SetSendActivationMessage

func (o *SelfRegisterUserParams) SetSendActivationMessage(sendActivationMessage *bool)

SetSendActivationMessage adds the sendActivationMessage to the self register user params

func (*SelfRegisterUserParams) SetServerID

func (o *SelfRegisterUserParams) SetServerID(serverID *string)

SetServerID adds the serverId to the self register user params

func (*SelfRegisterUserParams) SetTimeout

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

SetTimeout adds the timeout to the self register user params

func (*SelfRegisterUserParams) WithCodeTypeInMessage

func (o *SelfRegisterUserParams) WithCodeTypeInMessage(codeTypeInMessage *string) *SelfRegisterUserParams

WithCodeTypeInMessage adds the codeTypeInMessage to the self register user params

func (*SelfRegisterUserParams) WithContext

WithContext adds the context to the self register user params

func (*SelfRegisterUserParams) WithDefaults

WithDefaults hydrates default values in the self register user params (not the query body).

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

func (*SelfRegisterUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the self register user params

func (*SelfRegisterUserParams) WithIPID

WithIPID adds the iPID to the self register user params

func (*SelfRegisterUserParams) WithIfMatch

func (o *SelfRegisterUserParams) WithIfMatch(ifMatch *string) *SelfRegisterUserParams

WithIfMatch adds the ifMatch to the self register user params

func (*SelfRegisterUserParams) WithNewUser

WithNewUser adds the newUser to the self register user params

func (*SelfRegisterUserParams) WithSendActivationMessage

func (o *SelfRegisterUserParams) WithSendActivationMessage(sendActivationMessage *bool) *SelfRegisterUserParams

WithSendActivationMessage adds the sendActivationMessage to the self register user params

func (*SelfRegisterUserParams) WithServerID

func (o *SelfRegisterUserParams) WithServerID(serverID *string) *SelfRegisterUserParams

WithServerID adds the serverID to the self register user params

func (*SelfRegisterUserParams) WithTimeout

WithTimeout adds the timeout to the self register user params

func (*SelfRegisterUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SelfRegisterUserPreconditionFailed

type SelfRegisterUserPreconditionFailed struct {
	Payload *models.Error
}

SelfRegisterUserPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSelfRegisterUserPreconditionFailed

func NewSelfRegisterUserPreconditionFailed() *SelfRegisterUserPreconditionFailed

NewSelfRegisterUserPreconditionFailed creates a SelfRegisterUserPreconditionFailed with default headers values

func (*SelfRegisterUserPreconditionFailed) Code

Code gets the status code for the self register user precondition failed response

func (*SelfRegisterUserPreconditionFailed) Error

func (*SelfRegisterUserPreconditionFailed) GetPayload

func (*SelfRegisterUserPreconditionFailed) IsClientError

func (o *SelfRegisterUserPreconditionFailed) IsClientError() bool

IsClientError returns true when this self register user precondition failed response has a 4xx status code

func (*SelfRegisterUserPreconditionFailed) IsCode

IsCode returns true when this self register user precondition failed response a status code equal to that given

func (*SelfRegisterUserPreconditionFailed) IsRedirect

func (o *SelfRegisterUserPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this self register user precondition failed response has a 3xx status code

func (*SelfRegisterUserPreconditionFailed) IsServerError

func (o *SelfRegisterUserPreconditionFailed) IsServerError() bool

IsServerError returns true when this self register user precondition failed response has a 5xx status code

func (*SelfRegisterUserPreconditionFailed) IsSuccess

IsSuccess returns true when this self register user precondition failed response has a 2xx status code

func (*SelfRegisterUserPreconditionFailed) String

type SelfRegisterUserReader

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

SelfRegisterUserReader is a Reader for the SelfRegisterUser structure.

func (*SelfRegisterUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SelfRegisterUserTooManyRequests

type SelfRegisterUserTooManyRequests struct {
	Payload *models.Error
}

SelfRegisterUserTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSelfRegisterUserTooManyRequests

func NewSelfRegisterUserTooManyRequests() *SelfRegisterUserTooManyRequests

NewSelfRegisterUserTooManyRequests creates a SelfRegisterUserTooManyRequests with default headers values

func (*SelfRegisterUserTooManyRequests) Code

Code gets the status code for the self register user too many requests response

func (*SelfRegisterUserTooManyRequests) Error

func (*SelfRegisterUserTooManyRequests) GetPayload

func (o *SelfRegisterUserTooManyRequests) GetPayload() *models.Error

func (*SelfRegisterUserTooManyRequests) IsClientError

func (o *SelfRegisterUserTooManyRequests) IsClientError() bool

IsClientError returns true when this self register user too many requests response has a 4xx status code

func (*SelfRegisterUserTooManyRequests) IsCode

func (o *SelfRegisterUserTooManyRequests) IsCode(code int) bool

IsCode returns true when this self register user too many requests response a status code equal to that given

func (*SelfRegisterUserTooManyRequests) IsRedirect

func (o *SelfRegisterUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this self register user too many requests response has a 3xx status code

func (*SelfRegisterUserTooManyRequests) IsServerError

func (o *SelfRegisterUserTooManyRequests) IsServerError() bool

IsServerError returns true when this self register user too many requests response has a 5xx status code

func (*SelfRegisterUserTooManyRequests) IsSuccess

func (o *SelfRegisterUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this self register user too many requests response has a 2xx status code

func (*SelfRegisterUserTooManyRequests) String

type SelfRegisterUserUnauthorized

type SelfRegisterUserUnauthorized struct {
	Payload *models.Error
}

SelfRegisterUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSelfRegisterUserUnauthorized

func NewSelfRegisterUserUnauthorized() *SelfRegisterUserUnauthorized

NewSelfRegisterUserUnauthorized creates a SelfRegisterUserUnauthorized with default headers values

func (*SelfRegisterUserUnauthorized) Code

Code gets the status code for the self register user unauthorized response

func (*SelfRegisterUserUnauthorized) Error

func (*SelfRegisterUserUnauthorized) GetPayload

func (o *SelfRegisterUserUnauthorized) GetPayload() *models.Error

func (*SelfRegisterUserUnauthorized) IsClientError

func (o *SelfRegisterUserUnauthorized) IsClientError() bool

IsClientError returns true when this self register user unauthorized response has a 4xx status code

func (*SelfRegisterUserUnauthorized) IsCode

func (o *SelfRegisterUserUnauthorized) IsCode(code int) bool

IsCode returns true when this self register user unauthorized response a status code equal to that given

func (*SelfRegisterUserUnauthorized) IsRedirect

func (o *SelfRegisterUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this self register user unauthorized response has a 3xx status code

func (*SelfRegisterUserUnauthorized) IsServerError

func (o *SelfRegisterUserUnauthorized) IsServerError() bool

IsServerError returns true when this self register user unauthorized response has a 5xx status code

func (*SelfRegisterUserUnauthorized) IsSuccess

func (o *SelfRegisterUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this self register user unauthorized response has a 2xx status code

func (*SelfRegisterUserUnauthorized) String

type SelfRegisterUserUnprocessableEntity

type SelfRegisterUserUnprocessableEntity struct {
	Payload *models.Error
}

SelfRegisterUserUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSelfRegisterUserUnprocessableEntity

func NewSelfRegisterUserUnprocessableEntity() *SelfRegisterUserUnprocessableEntity

NewSelfRegisterUserUnprocessableEntity creates a SelfRegisterUserUnprocessableEntity with default headers values

func (*SelfRegisterUserUnprocessableEntity) Code

Code gets the status code for the self register user unprocessable entity response

func (*SelfRegisterUserUnprocessableEntity) Error

func (*SelfRegisterUserUnprocessableEntity) GetPayload

func (*SelfRegisterUserUnprocessableEntity) IsClientError

func (o *SelfRegisterUserUnprocessableEntity) IsClientError() bool

IsClientError returns true when this self register user unprocessable entity response has a 4xx status code

func (*SelfRegisterUserUnprocessableEntity) IsCode

IsCode returns true when this self register user unprocessable entity response a status code equal to that given

func (*SelfRegisterUserUnprocessableEntity) IsRedirect

func (o *SelfRegisterUserUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this self register user unprocessable entity response has a 3xx status code

func (*SelfRegisterUserUnprocessableEntity) IsServerError

func (o *SelfRegisterUserUnprocessableEntity) IsServerError() bool

IsServerError returns true when this self register user unprocessable entity response has a 5xx status code

func (*SelfRegisterUserUnprocessableEntity) IsSuccess

IsSuccess returns true when this self register user unprocessable entity response has a 2xx status code

func (*SelfRegisterUserUnprocessableEntity) String

type SelfSendActivationMessageBadRequest

type SelfSendActivationMessageBadRequest struct {
	Payload *models.Error
}

SelfSendActivationMessageBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSelfSendActivationMessageBadRequest

func NewSelfSendActivationMessageBadRequest() *SelfSendActivationMessageBadRequest

NewSelfSendActivationMessageBadRequest creates a SelfSendActivationMessageBadRequest with default headers values

func (*SelfSendActivationMessageBadRequest) Code

Code gets the status code for the self send activation message bad request response

func (*SelfSendActivationMessageBadRequest) Error

func (*SelfSendActivationMessageBadRequest) GetPayload

func (*SelfSendActivationMessageBadRequest) IsClientError

func (o *SelfSendActivationMessageBadRequest) IsClientError() bool

IsClientError returns true when this self send activation message bad request response has a 4xx status code

func (*SelfSendActivationMessageBadRequest) IsCode

IsCode returns true when this self send activation message bad request response a status code equal to that given

func (*SelfSendActivationMessageBadRequest) IsRedirect

func (o *SelfSendActivationMessageBadRequest) IsRedirect() bool

IsRedirect returns true when this self send activation message bad request response has a 3xx status code

func (*SelfSendActivationMessageBadRequest) IsServerError

func (o *SelfSendActivationMessageBadRequest) IsServerError() bool

IsServerError returns true when this self send activation message bad request response has a 5xx status code

func (*SelfSendActivationMessageBadRequest) IsSuccess

IsSuccess returns true when this self send activation message bad request response has a 2xx status code

func (*SelfSendActivationMessageBadRequest) String

type SelfSendActivationMessageNoContent

type SelfSendActivationMessageNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

SelfSendActivationMessageNoContent describes a response with status code 204, with default header values.

Activation message sent

func NewSelfSendActivationMessageNoContent

func NewSelfSendActivationMessageNoContent() *SelfSendActivationMessageNoContent

NewSelfSendActivationMessageNoContent creates a SelfSendActivationMessageNoContent with default headers values

func (*SelfSendActivationMessageNoContent) Code

Code gets the status code for the self send activation message no content response

func (*SelfSendActivationMessageNoContent) Error

func (*SelfSendActivationMessageNoContent) IsClientError

func (o *SelfSendActivationMessageNoContent) IsClientError() bool

IsClientError returns true when this self send activation message no content response has a 4xx status code

func (*SelfSendActivationMessageNoContent) IsCode

IsCode returns true when this self send activation message no content response a status code equal to that given

func (*SelfSendActivationMessageNoContent) IsRedirect

func (o *SelfSendActivationMessageNoContent) IsRedirect() bool

IsRedirect returns true when this self send activation message no content response has a 3xx status code

func (*SelfSendActivationMessageNoContent) IsServerError

func (o *SelfSendActivationMessageNoContent) IsServerError() bool

IsServerError returns true when this self send activation message no content response has a 5xx status code

func (*SelfSendActivationMessageNoContent) IsSuccess

IsSuccess returns true when this self send activation message no content response has a 2xx status code

func (*SelfSendActivationMessageNoContent) String

type SelfSendActivationMessageNotFound

type SelfSendActivationMessageNotFound struct {
	Payload *models.Error
}

SelfSendActivationMessageNotFound describes a response with status code 404, with default header values.

Not found

func NewSelfSendActivationMessageNotFound

func NewSelfSendActivationMessageNotFound() *SelfSendActivationMessageNotFound

NewSelfSendActivationMessageNotFound creates a SelfSendActivationMessageNotFound with default headers values

func (*SelfSendActivationMessageNotFound) Code

Code gets the status code for the self send activation message not found response

func (*SelfSendActivationMessageNotFound) Error

func (*SelfSendActivationMessageNotFound) GetPayload

func (*SelfSendActivationMessageNotFound) IsClientError

func (o *SelfSendActivationMessageNotFound) IsClientError() bool

IsClientError returns true when this self send activation message not found response has a 4xx status code

func (*SelfSendActivationMessageNotFound) IsCode

func (o *SelfSendActivationMessageNotFound) IsCode(code int) bool

IsCode returns true when this self send activation message not found response a status code equal to that given

func (*SelfSendActivationMessageNotFound) IsRedirect

func (o *SelfSendActivationMessageNotFound) IsRedirect() bool

IsRedirect returns true when this self send activation message not found response has a 3xx status code

func (*SelfSendActivationMessageNotFound) IsServerError

func (o *SelfSendActivationMessageNotFound) IsServerError() bool

IsServerError returns true when this self send activation message not found response has a 5xx status code

func (*SelfSendActivationMessageNotFound) IsSuccess

func (o *SelfSendActivationMessageNotFound) IsSuccess() bool

IsSuccess returns true when this self send activation message not found response has a 2xx status code

func (*SelfSendActivationMessageNotFound) String

type SelfSendActivationMessageParams

type SelfSendActivationMessageParams struct {

	// SendActivationMessage.
	SendActivationMessage *models.RequestActivation

	/* CodeTypeInMessage.

	   Code type in message

	   Default: "link"
	*/
	CodeTypeInMessage *string

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	/* ServerID.

	     optional server's identifier (used for themes etc.)
	ServerID
	*/
	ServerID *string

	// UserID.
	UserID string

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

SelfSendActivationMessageParams contains all the parameters to send to the API endpoint

for the self send activation message operation.

Typically these are written to a http.Request.

func NewSelfSendActivationMessageParams

func NewSelfSendActivationMessageParams() *SelfSendActivationMessageParams

NewSelfSendActivationMessageParams creates a new SelfSendActivationMessageParams object, with the default timeout for this client.

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

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

func NewSelfSendActivationMessageParamsWithContext

func NewSelfSendActivationMessageParamsWithContext(ctx context.Context) *SelfSendActivationMessageParams

NewSelfSendActivationMessageParamsWithContext creates a new SelfSendActivationMessageParams object with the ability to set a context for a request.

func NewSelfSendActivationMessageParamsWithHTTPClient

func NewSelfSendActivationMessageParamsWithHTTPClient(client *http.Client) *SelfSendActivationMessageParams

NewSelfSendActivationMessageParamsWithHTTPClient creates a new SelfSendActivationMessageParams object with the ability to set a custom HTTPClient for a request.

func NewSelfSendActivationMessageParamsWithTimeout

func NewSelfSendActivationMessageParamsWithTimeout(timeout time.Duration) *SelfSendActivationMessageParams

NewSelfSendActivationMessageParamsWithTimeout creates a new SelfSendActivationMessageParams object with the ability to set a timeout on a request.

func (*SelfSendActivationMessageParams) SetCodeTypeInMessage

func (o *SelfSendActivationMessageParams) SetCodeTypeInMessage(codeTypeInMessage *string)

SetCodeTypeInMessage adds the codeTypeInMessage to the self send activation message params

func (*SelfSendActivationMessageParams) SetContext

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

SetContext adds the context to the self send activation message params

func (*SelfSendActivationMessageParams) SetDefaults

func (o *SelfSendActivationMessageParams) SetDefaults()

SetDefaults hydrates default values in the self send activation message params (not the query body).

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

func (*SelfSendActivationMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the self send activation message params

func (*SelfSendActivationMessageParams) SetIPID

func (o *SelfSendActivationMessageParams) SetIPID(iPID string)

SetIPID adds the ipId to the self send activation message params

func (*SelfSendActivationMessageParams) SetIfMatch

func (o *SelfSendActivationMessageParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the self send activation message params

func (*SelfSendActivationMessageParams) SetSendActivationMessage

func (o *SelfSendActivationMessageParams) SetSendActivationMessage(sendActivationMessage *models.RequestActivation)

SetSendActivationMessage adds the sendActivationMessage to the self send activation message params

func (*SelfSendActivationMessageParams) SetServerID

func (o *SelfSendActivationMessageParams) SetServerID(serverID *string)

SetServerID adds the serverId to the self send activation message params

func (*SelfSendActivationMessageParams) SetTimeout

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

SetTimeout adds the timeout to the self send activation message params

func (*SelfSendActivationMessageParams) SetUserID

func (o *SelfSendActivationMessageParams) SetUserID(userID string)

SetUserID adds the userId to the self send activation message params

func (*SelfSendActivationMessageParams) WithCodeTypeInMessage

func (o *SelfSendActivationMessageParams) WithCodeTypeInMessage(codeTypeInMessage *string) *SelfSendActivationMessageParams

WithCodeTypeInMessage adds the codeTypeInMessage to the self send activation message params

func (*SelfSendActivationMessageParams) WithContext

WithContext adds the context to the self send activation message params

func (*SelfSendActivationMessageParams) WithDefaults

WithDefaults hydrates default values in the self send activation message params (not the query body).

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

func (*SelfSendActivationMessageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the self send activation message params

func (*SelfSendActivationMessageParams) WithIPID

WithIPID adds the iPID to the self send activation message params

func (*SelfSendActivationMessageParams) WithIfMatch

WithIfMatch adds the ifMatch to the self send activation message params

func (*SelfSendActivationMessageParams) WithSendActivationMessage

func (o *SelfSendActivationMessageParams) WithSendActivationMessage(sendActivationMessage *models.RequestActivation) *SelfSendActivationMessageParams

WithSendActivationMessage adds the sendActivationMessage to the self send activation message params

func (*SelfSendActivationMessageParams) WithServerID

WithServerID adds the serverID to the self send activation message params

func (*SelfSendActivationMessageParams) WithTimeout

WithTimeout adds the timeout to the self send activation message params

func (*SelfSendActivationMessageParams) WithUserID

WithUserID adds the userID to the self send activation message params

func (*SelfSendActivationMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SelfSendActivationMessagePreconditionFailed

type SelfSendActivationMessagePreconditionFailed struct {
	Payload *models.Error
}

SelfSendActivationMessagePreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSelfSendActivationMessagePreconditionFailed

func NewSelfSendActivationMessagePreconditionFailed() *SelfSendActivationMessagePreconditionFailed

NewSelfSendActivationMessagePreconditionFailed creates a SelfSendActivationMessagePreconditionFailed with default headers values

func (*SelfSendActivationMessagePreconditionFailed) Code

Code gets the status code for the self send activation message precondition failed response

func (*SelfSendActivationMessagePreconditionFailed) Error

func (*SelfSendActivationMessagePreconditionFailed) GetPayload

func (*SelfSendActivationMessagePreconditionFailed) IsClientError

IsClientError returns true when this self send activation message precondition failed response has a 4xx status code

func (*SelfSendActivationMessagePreconditionFailed) IsCode

IsCode returns true when this self send activation message precondition failed response a status code equal to that given

func (*SelfSendActivationMessagePreconditionFailed) IsRedirect

IsRedirect returns true when this self send activation message precondition failed response has a 3xx status code

func (*SelfSendActivationMessagePreconditionFailed) IsServerError

IsServerError returns true when this self send activation message precondition failed response has a 5xx status code

func (*SelfSendActivationMessagePreconditionFailed) IsSuccess

IsSuccess returns true when this self send activation message precondition failed response has a 2xx status code

func (*SelfSendActivationMessagePreconditionFailed) String

type SelfSendActivationMessageReader

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

SelfSendActivationMessageReader is a Reader for the SelfSendActivationMessage structure.

func (*SelfSendActivationMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SelfSendActivationMessageTooManyRequests

type SelfSendActivationMessageTooManyRequests struct {
	Payload *models.Error
}

SelfSendActivationMessageTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSelfSendActivationMessageTooManyRequests

func NewSelfSendActivationMessageTooManyRequests() *SelfSendActivationMessageTooManyRequests

NewSelfSendActivationMessageTooManyRequests creates a SelfSendActivationMessageTooManyRequests with default headers values

func (*SelfSendActivationMessageTooManyRequests) Code

Code gets the status code for the self send activation message too many requests response

func (*SelfSendActivationMessageTooManyRequests) Error

func (*SelfSendActivationMessageTooManyRequests) GetPayload

func (*SelfSendActivationMessageTooManyRequests) IsClientError

IsClientError returns true when this self send activation message too many requests response has a 4xx status code

func (*SelfSendActivationMessageTooManyRequests) IsCode

IsCode returns true when this self send activation message too many requests response a status code equal to that given

func (*SelfSendActivationMessageTooManyRequests) IsRedirect

IsRedirect returns true when this self send activation message too many requests response has a 3xx status code

func (*SelfSendActivationMessageTooManyRequests) IsServerError

IsServerError returns true when this self send activation message too many requests response has a 5xx status code

func (*SelfSendActivationMessageTooManyRequests) IsSuccess

IsSuccess returns true when this self send activation message too many requests response has a 2xx status code

func (*SelfSendActivationMessageTooManyRequests) String

type SelfSendActivationMessageUnauthorized

type SelfSendActivationMessageUnauthorized struct {
	Payload *models.Error
}

SelfSendActivationMessageUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSelfSendActivationMessageUnauthorized

func NewSelfSendActivationMessageUnauthorized() *SelfSendActivationMessageUnauthorized

NewSelfSendActivationMessageUnauthorized creates a SelfSendActivationMessageUnauthorized with default headers values

func (*SelfSendActivationMessageUnauthorized) Code

Code gets the status code for the self send activation message unauthorized response

func (*SelfSendActivationMessageUnauthorized) Error

func (*SelfSendActivationMessageUnauthorized) GetPayload

func (*SelfSendActivationMessageUnauthorized) IsClientError

func (o *SelfSendActivationMessageUnauthorized) IsClientError() bool

IsClientError returns true when this self send activation message unauthorized response has a 4xx status code

func (*SelfSendActivationMessageUnauthorized) IsCode

IsCode returns true when this self send activation message unauthorized response a status code equal to that given

func (*SelfSendActivationMessageUnauthorized) IsRedirect

IsRedirect returns true when this self send activation message unauthorized response has a 3xx status code

func (*SelfSendActivationMessageUnauthorized) IsServerError

func (o *SelfSendActivationMessageUnauthorized) IsServerError() bool

IsServerError returns true when this self send activation message unauthorized response has a 5xx status code

func (*SelfSendActivationMessageUnauthorized) IsSuccess

IsSuccess returns true when this self send activation message unauthorized response has a 2xx status code

func (*SelfSendActivationMessageUnauthorized) String

type SelfSendActivationMessageUnprocessableEntity

type SelfSendActivationMessageUnprocessableEntity struct {
	Payload *models.Error
}

SelfSendActivationMessageUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSelfSendActivationMessageUnprocessableEntity

func NewSelfSendActivationMessageUnprocessableEntity() *SelfSendActivationMessageUnprocessableEntity

NewSelfSendActivationMessageUnprocessableEntity creates a SelfSendActivationMessageUnprocessableEntity with default headers values

func (*SelfSendActivationMessageUnprocessableEntity) Code

Code gets the status code for the self send activation message unprocessable entity response

func (*SelfSendActivationMessageUnprocessableEntity) Error

func (*SelfSendActivationMessageUnprocessableEntity) GetPayload

func (*SelfSendActivationMessageUnprocessableEntity) IsClientError

IsClientError returns true when this self send activation message unprocessable entity response has a 4xx status code

func (*SelfSendActivationMessageUnprocessableEntity) IsCode

IsCode returns true when this self send activation message unprocessable entity response a status code equal to that given

func (*SelfSendActivationMessageUnprocessableEntity) IsRedirect

IsRedirect returns true when this self send activation message unprocessable entity response has a 3xx status code

func (*SelfSendActivationMessageUnprocessableEntity) IsServerError

IsServerError returns true when this self send activation message unprocessable entity response has a 5xx status code

func (*SelfSendActivationMessageUnprocessableEntity) IsSuccess

IsSuccess returns true when this self send activation message unprocessable entity response has a 2xx status code

func (*SelfSendActivationMessageUnprocessableEntity) String

type SetPasswordStateBadRequest

type SetPasswordStateBadRequest struct {
	Payload *models.Error
}

SetPasswordStateBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSetPasswordStateBadRequest

func NewSetPasswordStateBadRequest() *SetPasswordStateBadRequest

NewSetPasswordStateBadRequest creates a SetPasswordStateBadRequest with default headers values

func (*SetPasswordStateBadRequest) Code

func (o *SetPasswordStateBadRequest) Code() int

Code gets the status code for the set password state bad request response

func (*SetPasswordStateBadRequest) Error

func (*SetPasswordStateBadRequest) GetPayload

func (o *SetPasswordStateBadRequest) GetPayload() *models.Error

func (*SetPasswordStateBadRequest) IsClientError

func (o *SetPasswordStateBadRequest) IsClientError() bool

IsClientError returns true when this set password state bad request response has a 4xx status code

func (*SetPasswordStateBadRequest) IsCode

func (o *SetPasswordStateBadRequest) IsCode(code int) bool

IsCode returns true when this set password state bad request response a status code equal to that given

func (*SetPasswordStateBadRequest) IsRedirect

func (o *SetPasswordStateBadRequest) IsRedirect() bool

IsRedirect returns true when this set password state bad request response has a 3xx status code

func (*SetPasswordStateBadRequest) IsServerError

func (o *SetPasswordStateBadRequest) IsServerError() bool

IsServerError returns true when this set password state bad request response has a 5xx status code

func (*SetPasswordStateBadRequest) IsSuccess

func (o *SetPasswordStateBadRequest) IsSuccess() bool

IsSuccess returns true when this set password state bad request response has a 2xx status code

func (*SetPasswordStateBadRequest) String

func (o *SetPasswordStateBadRequest) String() string

type SetPasswordStateNoContent

type SetPasswordStateNoContent struct {
}

SetPasswordStateNoContent describes a response with status code 204, with default header values.

State set

func NewSetPasswordStateNoContent

func NewSetPasswordStateNoContent() *SetPasswordStateNoContent

NewSetPasswordStateNoContent creates a SetPasswordStateNoContent with default headers values

func (*SetPasswordStateNoContent) Code

func (o *SetPasswordStateNoContent) Code() int

Code gets the status code for the set password state no content response

func (*SetPasswordStateNoContent) Error

func (o *SetPasswordStateNoContent) Error() string

func (*SetPasswordStateNoContent) IsClientError

func (o *SetPasswordStateNoContent) IsClientError() bool

IsClientError returns true when this set password state no content response has a 4xx status code

func (*SetPasswordStateNoContent) IsCode

func (o *SetPasswordStateNoContent) IsCode(code int) bool

IsCode returns true when this set password state no content response a status code equal to that given

func (*SetPasswordStateNoContent) IsRedirect

func (o *SetPasswordStateNoContent) IsRedirect() bool

IsRedirect returns true when this set password state no content response has a 3xx status code

func (*SetPasswordStateNoContent) IsServerError

func (o *SetPasswordStateNoContent) IsServerError() bool

IsServerError returns true when this set password state no content response has a 5xx status code

func (*SetPasswordStateNoContent) IsSuccess

func (o *SetPasswordStateNoContent) IsSuccess() bool

IsSuccess returns true when this set password state no content response has a 2xx status code

func (*SetPasswordStateNoContent) String

func (o *SetPasswordStateNoContent) String() string

type SetPasswordStateNotFound

type SetPasswordStateNotFound struct {
	Payload *models.Error
}

SetPasswordStateNotFound describes a response with status code 404, with default header values.

Not found

func NewSetPasswordStateNotFound

func NewSetPasswordStateNotFound() *SetPasswordStateNotFound

NewSetPasswordStateNotFound creates a SetPasswordStateNotFound with default headers values

func (*SetPasswordStateNotFound) Code

func (o *SetPasswordStateNotFound) Code() int

Code gets the status code for the set password state not found response

func (*SetPasswordStateNotFound) Error

func (o *SetPasswordStateNotFound) Error() string

func (*SetPasswordStateNotFound) GetPayload

func (o *SetPasswordStateNotFound) GetPayload() *models.Error

func (*SetPasswordStateNotFound) IsClientError

func (o *SetPasswordStateNotFound) IsClientError() bool

IsClientError returns true when this set password state not found response has a 4xx status code

func (*SetPasswordStateNotFound) IsCode

func (o *SetPasswordStateNotFound) IsCode(code int) bool

IsCode returns true when this set password state not found response a status code equal to that given

func (*SetPasswordStateNotFound) IsRedirect

func (o *SetPasswordStateNotFound) IsRedirect() bool

IsRedirect returns true when this set password state not found response has a 3xx status code

func (*SetPasswordStateNotFound) IsServerError

func (o *SetPasswordStateNotFound) IsServerError() bool

IsServerError returns true when this set password state not found response has a 5xx status code

func (*SetPasswordStateNotFound) IsSuccess

func (o *SetPasswordStateNotFound) IsSuccess() bool

IsSuccess returns true when this set password state not found response has a 2xx status code

func (*SetPasswordStateNotFound) String

func (o *SetPasswordStateNotFound) String() string

type SetPasswordStateParams

type SetPasswordStateParams struct {

	// State.
	State *models.SetPasswordStateRequest

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SetPasswordStateParams contains all the parameters to send to the API endpoint

for the set password state operation.

Typically these are written to a http.Request.

func NewSetPasswordStateParams

func NewSetPasswordStateParams() *SetPasswordStateParams

NewSetPasswordStateParams creates a new SetPasswordStateParams object, with the default timeout for this client.

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

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

func NewSetPasswordStateParamsWithContext

func NewSetPasswordStateParamsWithContext(ctx context.Context) *SetPasswordStateParams

NewSetPasswordStateParamsWithContext creates a new SetPasswordStateParams object with the ability to set a context for a request.

func NewSetPasswordStateParamsWithHTTPClient

func NewSetPasswordStateParamsWithHTTPClient(client *http.Client) *SetPasswordStateParams

NewSetPasswordStateParamsWithHTTPClient creates a new SetPasswordStateParams object with the ability to set a custom HTTPClient for a request.

func NewSetPasswordStateParamsWithTimeout

func NewSetPasswordStateParamsWithTimeout(timeout time.Duration) *SetPasswordStateParams

NewSetPasswordStateParamsWithTimeout creates a new SetPasswordStateParams object with the ability to set a timeout on a request.

func (*SetPasswordStateParams) SetContext

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

SetContext adds the context to the set password state params

func (*SetPasswordStateParams) SetDefaults

func (o *SetPasswordStateParams) SetDefaults()

SetDefaults hydrates default values in the set password state params (not the query body).

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

func (*SetPasswordStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set password state params

func (*SetPasswordStateParams) SetIPID

func (o *SetPasswordStateParams) SetIPID(iPID string)

SetIPID adds the ipId to the set password state params

func (*SetPasswordStateParams) SetState

SetState adds the state to the set password state params

func (*SetPasswordStateParams) SetTimeout

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

SetTimeout adds the timeout to the set password state params

func (*SetPasswordStateParams) SetUserID

func (o *SetPasswordStateParams) SetUserID(userID string)

SetUserID adds the userId to the set password state params

func (*SetPasswordStateParams) WithContext

WithContext adds the context to the set password state params

func (*SetPasswordStateParams) WithDefaults

WithDefaults hydrates default values in the set password state params (not the query body).

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

func (*SetPasswordStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set password state params

func (*SetPasswordStateParams) WithIPID

WithIPID adds the iPID to the set password state params

func (*SetPasswordStateParams) WithState

WithState adds the state to the set password state params

func (*SetPasswordStateParams) WithTimeout

WithTimeout adds the timeout to the set password state params

func (*SetPasswordStateParams) WithUserID

func (o *SetPasswordStateParams) WithUserID(userID string) *SetPasswordStateParams

WithUserID adds the userID to the set password state params

func (*SetPasswordStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetPasswordStateReader

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

SetPasswordStateReader is a Reader for the SetPasswordState structure.

func (*SetPasswordStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetPasswordStateUnauthorized

type SetPasswordStateUnauthorized struct {
	Payload *models.Error
}

SetPasswordStateUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSetPasswordStateUnauthorized

func NewSetPasswordStateUnauthorized() *SetPasswordStateUnauthorized

NewSetPasswordStateUnauthorized creates a SetPasswordStateUnauthorized with default headers values

func (*SetPasswordStateUnauthorized) Code

Code gets the status code for the set password state unauthorized response

func (*SetPasswordStateUnauthorized) Error

func (*SetPasswordStateUnauthorized) GetPayload

func (o *SetPasswordStateUnauthorized) GetPayload() *models.Error

func (*SetPasswordStateUnauthorized) IsClientError

func (o *SetPasswordStateUnauthorized) IsClientError() bool

IsClientError returns true when this set password state unauthorized response has a 4xx status code

func (*SetPasswordStateUnauthorized) IsCode

func (o *SetPasswordStateUnauthorized) IsCode(code int) bool

IsCode returns true when this set password state unauthorized response a status code equal to that given

func (*SetPasswordStateUnauthorized) IsRedirect

func (o *SetPasswordStateUnauthorized) IsRedirect() bool

IsRedirect returns true when this set password state unauthorized response has a 3xx status code

func (*SetPasswordStateUnauthorized) IsServerError

func (o *SetPasswordStateUnauthorized) IsServerError() bool

IsServerError returns true when this set password state unauthorized response has a 5xx status code

func (*SetPasswordStateUnauthorized) IsSuccess

func (o *SetPasswordStateUnauthorized) IsSuccess() bool

IsSuccess returns true when this set password state unauthorized response has a 2xx status code

func (*SetPasswordStateUnauthorized) String

type SetPasswordStateUnprocessableEntity

type SetPasswordStateUnprocessableEntity struct {
	Payload *models.Error
}

SetPasswordStateUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSetPasswordStateUnprocessableEntity

func NewSetPasswordStateUnprocessableEntity() *SetPasswordStateUnprocessableEntity

NewSetPasswordStateUnprocessableEntity creates a SetPasswordStateUnprocessableEntity with default headers values

func (*SetPasswordStateUnprocessableEntity) Code

Code gets the status code for the set password state unprocessable entity response

func (*SetPasswordStateUnprocessableEntity) Error

func (*SetPasswordStateUnprocessableEntity) GetPayload

func (*SetPasswordStateUnprocessableEntity) IsClientError

func (o *SetPasswordStateUnprocessableEntity) IsClientError() bool

IsClientError returns true when this set password state unprocessable entity response has a 4xx status code

func (*SetPasswordStateUnprocessableEntity) IsCode

IsCode returns true when this set password state unprocessable entity response a status code equal to that given

func (*SetPasswordStateUnprocessableEntity) IsRedirect

func (o *SetPasswordStateUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this set password state unprocessable entity response has a 3xx status code

func (*SetPasswordStateUnprocessableEntity) IsServerError

func (o *SetPasswordStateUnprocessableEntity) IsServerError() bool

IsServerError returns true when this set password state unprocessable entity response has a 5xx status code

func (*SetPasswordStateUnprocessableEntity) IsSuccess

IsSuccess returns true when this set password state unprocessable entity response has a 2xx status code

func (*SetPasswordStateUnprocessableEntity) String

type SystemAddIdentifierConflict

type SystemAddIdentifierConflict struct {
	Payload *models.Error
}

SystemAddIdentifierConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemAddIdentifierConflict

func NewSystemAddIdentifierConflict() *SystemAddIdentifierConflict

NewSystemAddIdentifierConflict creates a SystemAddIdentifierConflict with default headers values

func (*SystemAddIdentifierConflict) Code

func (o *SystemAddIdentifierConflict) Code() int

Code gets the status code for the system add identifier conflict response

func (*SystemAddIdentifierConflict) Error

func (*SystemAddIdentifierConflict) GetPayload

func (o *SystemAddIdentifierConflict) GetPayload() *models.Error

func (*SystemAddIdentifierConflict) IsClientError

func (o *SystemAddIdentifierConflict) IsClientError() bool

IsClientError returns true when this system add identifier conflict response has a 4xx status code

func (*SystemAddIdentifierConflict) IsCode

func (o *SystemAddIdentifierConflict) IsCode(code int) bool

IsCode returns true when this system add identifier conflict response a status code equal to that given

func (*SystemAddIdentifierConflict) IsRedirect

func (o *SystemAddIdentifierConflict) IsRedirect() bool

IsRedirect returns true when this system add identifier conflict response has a 3xx status code

func (*SystemAddIdentifierConflict) IsServerError

func (o *SystemAddIdentifierConflict) IsServerError() bool

IsServerError returns true when this system add identifier conflict response has a 5xx status code

func (*SystemAddIdentifierConflict) IsSuccess

func (o *SystemAddIdentifierConflict) IsSuccess() bool

IsSuccess returns true when this system add identifier conflict response has a 2xx status code

func (*SystemAddIdentifierConflict) String

func (o *SystemAddIdentifierConflict) String() string

type SystemAddIdentifierForbidden

type SystemAddIdentifierForbidden struct {
	Payload *models.Error
}

SystemAddIdentifierForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemAddIdentifierForbidden

func NewSystemAddIdentifierForbidden() *SystemAddIdentifierForbidden

NewSystemAddIdentifierForbidden creates a SystemAddIdentifierForbidden with default headers values

func (*SystemAddIdentifierForbidden) Code

Code gets the status code for the system add identifier forbidden response

func (*SystemAddIdentifierForbidden) Error

func (*SystemAddIdentifierForbidden) GetPayload

func (o *SystemAddIdentifierForbidden) GetPayload() *models.Error

func (*SystemAddIdentifierForbidden) IsClientError

func (o *SystemAddIdentifierForbidden) IsClientError() bool

IsClientError returns true when this system add identifier forbidden response has a 4xx status code

func (*SystemAddIdentifierForbidden) IsCode

func (o *SystemAddIdentifierForbidden) IsCode(code int) bool

IsCode returns true when this system add identifier forbidden response a status code equal to that given

func (*SystemAddIdentifierForbidden) IsRedirect

func (o *SystemAddIdentifierForbidden) IsRedirect() bool

IsRedirect returns true when this system add identifier forbidden response has a 3xx status code

func (*SystemAddIdentifierForbidden) IsServerError

func (o *SystemAddIdentifierForbidden) IsServerError() bool

IsServerError returns true when this system add identifier forbidden response has a 5xx status code

func (*SystemAddIdentifierForbidden) IsSuccess

func (o *SystemAddIdentifierForbidden) IsSuccess() bool

IsSuccess returns true when this system add identifier forbidden response has a 2xx status code

func (*SystemAddIdentifierForbidden) String

type SystemAddIdentifierNotFound

type SystemAddIdentifierNotFound struct {
	Payload *models.Error
}

SystemAddIdentifierNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemAddIdentifierNotFound

func NewSystemAddIdentifierNotFound() *SystemAddIdentifierNotFound

NewSystemAddIdentifierNotFound creates a SystemAddIdentifierNotFound with default headers values

func (*SystemAddIdentifierNotFound) Code

func (o *SystemAddIdentifierNotFound) Code() int

Code gets the status code for the system add identifier not found response

func (*SystemAddIdentifierNotFound) Error

func (*SystemAddIdentifierNotFound) GetPayload

func (o *SystemAddIdentifierNotFound) GetPayload() *models.Error

func (*SystemAddIdentifierNotFound) IsClientError

func (o *SystemAddIdentifierNotFound) IsClientError() bool

IsClientError returns true when this system add identifier not found response has a 4xx status code

func (*SystemAddIdentifierNotFound) IsCode

func (o *SystemAddIdentifierNotFound) IsCode(code int) bool

IsCode returns true when this system add identifier not found response a status code equal to that given

func (*SystemAddIdentifierNotFound) IsRedirect

func (o *SystemAddIdentifierNotFound) IsRedirect() bool

IsRedirect returns true when this system add identifier not found response has a 3xx status code

func (*SystemAddIdentifierNotFound) IsServerError

func (o *SystemAddIdentifierNotFound) IsServerError() bool

IsServerError returns true when this system add identifier not found response has a 5xx status code

func (*SystemAddIdentifierNotFound) IsSuccess

func (o *SystemAddIdentifierNotFound) IsSuccess() bool

IsSuccess returns true when this system add identifier not found response has a 2xx status code

func (*SystemAddIdentifierNotFound) String

func (o *SystemAddIdentifierNotFound) String() string

type SystemAddIdentifierOK

type SystemAddIdentifierOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserIdentifier
}

SystemAddIdentifierOK describes a response with status code 200, with default header values.

Identifier

func NewSystemAddIdentifierOK

func NewSystemAddIdentifierOK() *SystemAddIdentifierOK

NewSystemAddIdentifierOK creates a SystemAddIdentifierOK with default headers values

func (*SystemAddIdentifierOK) Code

func (o *SystemAddIdentifierOK) Code() int

Code gets the status code for the system add identifier o k response

func (*SystemAddIdentifierOK) Error

func (o *SystemAddIdentifierOK) Error() string

func (*SystemAddIdentifierOK) GetPayload

func (o *SystemAddIdentifierOK) GetPayload() *models.UserIdentifier

func (*SystemAddIdentifierOK) IsClientError

func (o *SystemAddIdentifierOK) IsClientError() bool

IsClientError returns true when this system add identifier o k response has a 4xx status code

func (*SystemAddIdentifierOK) IsCode

func (o *SystemAddIdentifierOK) IsCode(code int) bool

IsCode returns true when this system add identifier o k response a status code equal to that given

func (*SystemAddIdentifierOK) IsRedirect

func (o *SystemAddIdentifierOK) IsRedirect() bool

IsRedirect returns true when this system add identifier o k response has a 3xx status code

func (*SystemAddIdentifierOK) IsServerError

func (o *SystemAddIdentifierOK) IsServerError() bool

IsServerError returns true when this system add identifier o k response has a 5xx status code

func (*SystemAddIdentifierOK) IsSuccess

func (o *SystemAddIdentifierOK) IsSuccess() bool

IsSuccess returns true when this system add identifier o k response has a 2xx status code

func (*SystemAddIdentifierOK) String

func (o *SystemAddIdentifierOK) String() string

type SystemAddIdentifierParams

type SystemAddIdentifierParams struct {

	// NewIdentifier.
	NewIdentifier *models.AddUserIdentifier

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemAddIdentifierParams contains all the parameters to send to the API endpoint

for the system add identifier operation.

Typically these are written to a http.Request.

func NewSystemAddIdentifierParams

func NewSystemAddIdentifierParams() *SystemAddIdentifierParams

NewSystemAddIdentifierParams creates a new SystemAddIdentifierParams object, with the default timeout for this client.

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

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

func NewSystemAddIdentifierParamsWithContext

func NewSystemAddIdentifierParamsWithContext(ctx context.Context) *SystemAddIdentifierParams

NewSystemAddIdentifierParamsWithContext creates a new SystemAddIdentifierParams object with the ability to set a context for a request.

func NewSystemAddIdentifierParamsWithHTTPClient

func NewSystemAddIdentifierParamsWithHTTPClient(client *http.Client) *SystemAddIdentifierParams

NewSystemAddIdentifierParamsWithHTTPClient creates a new SystemAddIdentifierParams object with the ability to set a custom HTTPClient for a request.

func NewSystemAddIdentifierParamsWithTimeout

func NewSystemAddIdentifierParamsWithTimeout(timeout time.Duration) *SystemAddIdentifierParams

NewSystemAddIdentifierParamsWithTimeout creates a new SystemAddIdentifierParams object with the ability to set a timeout on a request.

func (*SystemAddIdentifierParams) SetContext

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

SetContext adds the context to the system add identifier params

func (*SystemAddIdentifierParams) SetDefaults

func (o *SystemAddIdentifierParams) SetDefaults()

SetDefaults hydrates default values in the system add identifier params (not the query body).

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

func (*SystemAddIdentifierParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system add identifier params

func (*SystemAddIdentifierParams) SetIPID

func (o *SystemAddIdentifierParams) SetIPID(iPID string)

SetIPID adds the ipId to the system add identifier params

func (*SystemAddIdentifierParams) SetIfMatch

func (o *SystemAddIdentifierParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system add identifier params

func (*SystemAddIdentifierParams) SetNewIdentifier

func (o *SystemAddIdentifierParams) SetNewIdentifier(newIdentifier *models.AddUserIdentifier)

SetNewIdentifier adds the newIdentifier to the system add identifier params

func (*SystemAddIdentifierParams) SetTimeout

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

SetTimeout adds the timeout to the system add identifier params

func (*SystemAddIdentifierParams) SetUserID

func (o *SystemAddIdentifierParams) SetUserID(userID string)

SetUserID adds the userId to the system add identifier params

func (*SystemAddIdentifierParams) WithContext

WithContext adds the context to the system add identifier params

func (*SystemAddIdentifierParams) WithDefaults

WithDefaults hydrates default values in the system add identifier params (not the query body).

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

func (*SystemAddIdentifierParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system add identifier params

func (*SystemAddIdentifierParams) WithIPID

WithIPID adds the iPID to the system add identifier params

func (*SystemAddIdentifierParams) WithIfMatch

WithIfMatch adds the ifMatch to the system add identifier params

func (*SystemAddIdentifierParams) WithNewIdentifier

func (o *SystemAddIdentifierParams) WithNewIdentifier(newIdentifier *models.AddUserIdentifier) *SystemAddIdentifierParams

WithNewIdentifier adds the newIdentifier to the system add identifier params

func (*SystemAddIdentifierParams) WithTimeout

WithTimeout adds the timeout to the system add identifier params

func (*SystemAddIdentifierParams) WithUserID

WithUserID adds the userID to the system add identifier params

func (*SystemAddIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemAddIdentifierPreconditionFailed

type SystemAddIdentifierPreconditionFailed struct {
	Payload *models.Error
}

SystemAddIdentifierPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemAddIdentifierPreconditionFailed

func NewSystemAddIdentifierPreconditionFailed() *SystemAddIdentifierPreconditionFailed

NewSystemAddIdentifierPreconditionFailed creates a SystemAddIdentifierPreconditionFailed with default headers values

func (*SystemAddIdentifierPreconditionFailed) Code

Code gets the status code for the system add identifier precondition failed response

func (*SystemAddIdentifierPreconditionFailed) Error

func (*SystemAddIdentifierPreconditionFailed) GetPayload

func (*SystemAddIdentifierPreconditionFailed) IsClientError

func (o *SystemAddIdentifierPreconditionFailed) IsClientError() bool

IsClientError returns true when this system add identifier precondition failed response has a 4xx status code

func (*SystemAddIdentifierPreconditionFailed) IsCode

IsCode returns true when this system add identifier precondition failed response a status code equal to that given

func (*SystemAddIdentifierPreconditionFailed) IsRedirect

IsRedirect returns true when this system add identifier precondition failed response has a 3xx status code

func (*SystemAddIdentifierPreconditionFailed) IsServerError

func (o *SystemAddIdentifierPreconditionFailed) IsServerError() bool

IsServerError returns true when this system add identifier precondition failed response has a 5xx status code

func (*SystemAddIdentifierPreconditionFailed) IsSuccess

IsSuccess returns true when this system add identifier precondition failed response has a 2xx status code

func (*SystemAddIdentifierPreconditionFailed) String

type SystemAddIdentifierReader

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

SystemAddIdentifierReader is a Reader for the SystemAddIdentifier structure.

func (*SystemAddIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemAddIdentifierUnauthorized

type SystemAddIdentifierUnauthorized struct {
	Payload *models.Error
}

SystemAddIdentifierUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemAddIdentifierUnauthorized

func NewSystemAddIdentifierUnauthorized() *SystemAddIdentifierUnauthorized

NewSystemAddIdentifierUnauthorized creates a SystemAddIdentifierUnauthorized with default headers values

func (*SystemAddIdentifierUnauthorized) Code

Code gets the status code for the system add identifier unauthorized response

func (*SystemAddIdentifierUnauthorized) Error

func (*SystemAddIdentifierUnauthorized) GetPayload

func (o *SystemAddIdentifierUnauthorized) GetPayload() *models.Error

func (*SystemAddIdentifierUnauthorized) IsClientError

func (o *SystemAddIdentifierUnauthorized) IsClientError() bool

IsClientError returns true when this system add identifier unauthorized response has a 4xx status code

func (*SystemAddIdentifierUnauthorized) IsCode

func (o *SystemAddIdentifierUnauthorized) IsCode(code int) bool

IsCode returns true when this system add identifier unauthorized response a status code equal to that given

func (*SystemAddIdentifierUnauthorized) IsRedirect

func (o *SystemAddIdentifierUnauthorized) IsRedirect() bool

IsRedirect returns true when this system add identifier unauthorized response has a 3xx status code

func (*SystemAddIdentifierUnauthorized) IsServerError

func (o *SystemAddIdentifierUnauthorized) IsServerError() bool

IsServerError returns true when this system add identifier unauthorized response has a 5xx status code

func (*SystemAddIdentifierUnauthorized) IsSuccess

func (o *SystemAddIdentifierUnauthorized) IsSuccess() bool

IsSuccess returns true when this system add identifier unauthorized response has a 2xx status code

func (*SystemAddIdentifierUnauthorized) String

type SystemAddIdentifierUnprocessableEntity

type SystemAddIdentifierUnprocessableEntity struct {
	Payload *models.Error
}

SystemAddIdentifierUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemAddIdentifierUnprocessableEntity

func NewSystemAddIdentifierUnprocessableEntity() *SystemAddIdentifierUnprocessableEntity

NewSystemAddIdentifierUnprocessableEntity creates a SystemAddIdentifierUnprocessableEntity with default headers values

func (*SystemAddIdentifierUnprocessableEntity) Code

Code gets the status code for the system add identifier unprocessable entity response

func (*SystemAddIdentifierUnprocessableEntity) Error

func (*SystemAddIdentifierUnprocessableEntity) GetPayload

func (*SystemAddIdentifierUnprocessableEntity) IsClientError

func (o *SystemAddIdentifierUnprocessableEntity) IsClientError() bool

IsClientError returns true when this system add identifier unprocessable entity response has a 4xx status code

func (*SystemAddIdentifierUnprocessableEntity) IsCode

IsCode returns true when this system add identifier unprocessable entity response a status code equal to that given

func (*SystemAddIdentifierUnprocessableEntity) IsRedirect

IsRedirect returns true when this system add identifier unprocessable entity response has a 3xx status code

func (*SystemAddIdentifierUnprocessableEntity) IsServerError

func (o *SystemAddIdentifierUnprocessableEntity) IsServerError() bool

IsServerError returns true when this system add identifier unprocessable entity response has a 5xx status code

func (*SystemAddIdentifierUnprocessableEntity) IsSuccess

IsSuccess returns true when this system add identifier unprocessable entity response has a 2xx status code

func (*SystemAddIdentifierUnprocessableEntity) String

type SystemAddVerifiableAddressConflict

type SystemAddVerifiableAddressConflict struct {
	Payload *models.Error
}

SystemAddVerifiableAddressConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemAddVerifiableAddressConflict

func NewSystemAddVerifiableAddressConflict() *SystemAddVerifiableAddressConflict

NewSystemAddVerifiableAddressConflict creates a SystemAddVerifiableAddressConflict with default headers values

func (*SystemAddVerifiableAddressConflict) Code

Code gets the status code for the system add verifiable address conflict response

func (*SystemAddVerifiableAddressConflict) Error

func (*SystemAddVerifiableAddressConflict) GetPayload

func (*SystemAddVerifiableAddressConflict) IsClientError

func (o *SystemAddVerifiableAddressConflict) IsClientError() bool

IsClientError returns true when this system add verifiable address conflict response has a 4xx status code

func (*SystemAddVerifiableAddressConflict) IsCode

IsCode returns true when this system add verifiable address conflict response a status code equal to that given

func (*SystemAddVerifiableAddressConflict) IsRedirect

func (o *SystemAddVerifiableAddressConflict) IsRedirect() bool

IsRedirect returns true when this system add verifiable address conflict response has a 3xx status code

func (*SystemAddVerifiableAddressConflict) IsServerError

func (o *SystemAddVerifiableAddressConflict) IsServerError() bool

IsServerError returns true when this system add verifiable address conflict response has a 5xx status code

func (*SystemAddVerifiableAddressConflict) IsSuccess

IsSuccess returns true when this system add verifiable address conflict response has a 2xx status code

func (*SystemAddVerifiableAddressConflict) String

type SystemAddVerifiableAddressForbidden

type SystemAddVerifiableAddressForbidden struct {
	Payload *models.Error
}

SystemAddVerifiableAddressForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemAddVerifiableAddressForbidden

func NewSystemAddVerifiableAddressForbidden() *SystemAddVerifiableAddressForbidden

NewSystemAddVerifiableAddressForbidden creates a SystemAddVerifiableAddressForbidden with default headers values

func (*SystemAddVerifiableAddressForbidden) Code

Code gets the status code for the system add verifiable address forbidden response

func (*SystemAddVerifiableAddressForbidden) Error

func (*SystemAddVerifiableAddressForbidden) GetPayload

func (*SystemAddVerifiableAddressForbidden) IsClientError

func (o *SystemAddVerifiableAddressForbidden) IsClientError() bool

IsClientError returns true when this system add verifiable address forbidden response has a 4xx status code

func (*SystemAddVerifiableAddressForbidden) IsCode

IsCode returns true when this system add verifiable address forbidden response a status code equal to that given

func (*SystemAddVerifiableAddressForbidden) IsRedirect

func (o *SystemAddVerifiableAddressForbidden) IsRedirect() bool

IsRedirect returns true when this system add verifiable address forbidden response has a 3xx status code

func (*SystemAddVerifiableAddressForbidden) IsServerError

func (o *SystemAddVerifiableAddressForbidden) IsServerError() bool

IsServerError returns true when this system add verifiable address forbidden response has a 5xx status code

func (*SystemAddVerifiableAddressForbidden) IsSuccess

IsSuccess returns true when this system add verifiable address forbidden response has a 2xx status code

func (*SystemAddVerifiableAddressForbidden) String

type SystemAddVerifiableAddressNotFound

type SystemAddVerifiableAddressNotFound struct {
	Payload *models.Error
}

SystemAddVerifiableAddressNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemAddVerifiableAddressNotFound

func NewSystemAddVerifiableAddressNotFound() *SystemAddVerifiableAddressNotFound

NewSystemAddVerifiableAddressNotFound creates a SystemAddVerifiableAddressNotFound with default headers values

func (*SystemAddVerifiableAddressNotFound) Code

Code gets the status code for the system add verifiable address not found response

func (*SystemAddVerifiableAddressNotFound) Error

func (*SystemAddVerifiableAddressNotFound) GetPayload

func (*SystemAddVerifiableAddressNotFound) IsClientError

func (o *SystemAddVerifiableAddressNotFound) IsClientError() bool

IsClientError returns true when this system add verifiable address not found response has a 4xx status code

func (*SystemAddVerifiableAddressNotFound) IsCode

IsCode returns true when this system add verifiable address not found response a status code equal to that given

func (*SystemAddVerifiableAddressNotFound) IsRedirect

func (o *SystemAddVerifiableAddressNotFound) IsRedirect() bool

IsRedirect returns true when this system add verifiable address not found response has a 3xx status code

func (*SystemAddVerifiableAddressNotFound) IsServerError

func (o *SystemAddVerifiableAddressNotFound) IsServerError() bool

IsServerError returns true when this system add verifiable address not found response has a 5xx status code

func (*SystemAddVerifiableAddressNotFound) IsSuccess

IsSuccess returns true when this system add verifiable address not found response has a 2xx status code

func (*SystemAddVerifiableAddressNotFound) String

type SystemAddVerifiableAddressOK

type SystemAddVerifiableAddressOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserVerifiableAddress
}

SystemAddVerifiableAddressOK describes a response with status code 200, with default header values.

Address

func NewSystemAddVerifiableAddressOK

func NewSystemAddVerifiableAddressOK() *SystemAddVerifiableAddressOK

NewSystemAddVerifiableAddressOK creates a SystemAddVerifiableAddressOK with default headers values

func (*SystemAddVerifiableAddressOK) Code

Code gets the status code for the system add verifiable address o k response

func (*SystemAddVerifiableAddressOK) Error

func (*SystemAddVerifiableAddressOK) GetPayload

func (*SystemAddVerifiableAddressOK) IsClientError

func (o *SystemAddVerifiableAddressOK) IsClientError() bool

IsClientError returns true when this system add verifiable address o k response has a 4xx status code

func (*SystemAddVerifiableAddressOK) IsCode

func (o *SystemAddVerifiableAddressOK) IsCode(code int) bool

IsCode returns true when this system add verifiable address o k response a status code equal to that given

func (*SystemAddVerifiableAddressOK) IsRedirect

func (o *SystemAddVerifiableAddressOK) IsRedirect() bool

IsRedirect returns true when this system add verifiable address o k response has a 3xx status code

func (*SystemAddVerifiableAddressOK) IsServerError

func (o *SystemAddVerifiableAddressOK) IsServerError() bool

IsServerError returns true when this system add verifiable address o k response has a 5xx status code

func (*SystemAddVerifiableAddressOK) IsSuccess

func (o *SystemAddVerifiableAddressOK) IsSuccess() bool

IsSuccess returns true when this system add verifiable address o k response has a 2xx status code

func (*SystemAddVerifiableAddressOK) String

type SystemAddVerifiableAddressParams

type SystemAddVerifiableAddressParams struct {

	// NewAddress.
	NewAddress *models.AddUserVerifiableAddress

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemAddVerifiableAddressParams contains all the parameters to send to the API endpoint

for the system add verifiable address operation.

Typically these are written to a http.Request.

func NewSystemAddVerifiableAddressParams

func NewSystemAddVerifiableAddressParams() *SystemAddVerifiableAddressParams

NewSystemAddVerifiableAddressParams creates a new SystemAddVerifiableAddressParams object, with the default timeout for this client.

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

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

func NewSystemAddVerifiableAddressParamsWithContext

func NewSystemAddVerifiableAddressParamsWithContext(ctx context.Context) *SystemAddVerifiableAddressParams

NewSystemAddVerifiableAddressParamsWithContext creates a new SystemAddVerifiableAddressParams object with the ability to set a context for a request.

func NewSystemAddVerifiableAddressParamsWithHTTPClient

func NewSystemAddVerifiableAddressParamsWithHTTPClient(client *http.Client) *SystemAddVerifiableAddressParams

NewSystemAddVerifiableAddressParamsWithHTTPClient creates a new SystemAddVerifiableAddressParams object with the ability to set a custom HTTPClient for a request.

func NewSystemAddVerifiableAddressParamsWithTimeout

func NewSystemAddVerifiableAddressParamsWithTimeout(timeout time.Duration) *SystemAddVerifiableAddressParams

NewSystemAddVerifiableAddressParamsWithTimeout creates a new SystemAddVerifiableAddressParams object with the ability to set a timeout on a request.

func (*SystemAddVerifiableAddressParams) SetContext

SetContext adds the context to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) SetDefaults

func (o *SystemAddVerifiableAddressParams) SetDefaults()

SetDefaults hydrates default values in the system add verifiable address params (not the query body).

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

func (*SystemAddVerifiableAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) SetIPID

func (o *SystemAddVerifiableAddressParams) SetIPID(iPID string)

SetIPID adds the ipId to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) SetIfMatch

func (o *SystemAddVerifiableAddressParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) SetNewAddress

SetNewAddress adds the newAddress to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) SetTimeout

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

SetTimeout adds the timeout to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) SetUserID

func (o *SystemAddVerifiableAddressParams) SetUserID(userID string)

SetUserID adds the userId to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WithContext

WithContext adds the context to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WithDefaults

WithDefaults hydrates default values in the system add verifiable address params (not the query body).

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

func (*SystemAddVerifiableAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WithIPID

WithIPID adds the iPID to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WithIfMatch

WithIfMatch adds the ifMatch to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WithNewAddress

WithNewAddress adds the newAddress to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WithTimeout

WithTimeout adds the timeout to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WithUserID

WithUserID adds the userID to the system add verifiable address params

func (*SystemAddVerifiableAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemAddVerifiableAddressPreconditionFailed

type SystemAddVerifiableAddressPreconditionFailed struct {
	Payload *models.Error
}

SystemAddVerifiableAddressPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemAddVerifiableAddressPreconditionFailed

func NewSystemAddVerifiableAddressPreconditionFailed() *SystemAddVerifiableAddressPreconditionFailed

NewSystemAddVerifiableAddressPreconditionFailed creates a SystemAddVerifiableAddressPreconditionFailed with default headers values

func (*SystemAddVerifiableAddressPreconditionFailed) Code

Code gets the status code for the system add verifiable address precondition failed response

func (*SystemAddVerifiableAddressPreconditionFailed) Error

func (*SystemAddVerifiableAddressPreconditionFailed) GetPayload

func (*SystemAddVerifiableAddressPreconditionFailed) IsClientError

IsClientError returns true when this system add verifiable address precondition failed response has a 4xx status code

func (*SystemAddVerifiableAddressPreconditionFailed) IsCode

IsCode returns true when this system add verifiable address precondition failed response a status code equal to that given

func (*SystemAddVerifiableAddressPreconditionFailed) IsRedirect

IsRedirect returns true when this system add verifiable address precondition failed response has a 3xx status code

func (*SystemAddVerifiableAddressPreconditionFailed) IsServerError

IsServerError returns true when this system add verifiable address precondition failed response has a 5xx status code

func (*SystemAddVerifiableAddressPreconditionFailed) IsSuccess

IsSuccess returns true when this system add verifiable address precondition failed response has a 2xx status code

func (*SystemAddVerifiableAddressPreconditionFailed) String

type SystemAddVerifiableAddressReader

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

SystemAddVerifiableAddressReader is a Reader for the SystemAddVerifiableAddress structure.

func (*SystemAddVerifiableAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemAddVerifiableAddressUnauthorized

type SystemAddVerifiableAddressUnauthorized struct {
	Payload *models.Error
}

SystemAddVerifiableAddressUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemAddVerifiableAddressUnauthorized

func NewSystemAddVerifiableAddressUnauthorized() *SystemAddVerifiableAddressUnauthorized

NewSystemAddVerifiableAddressUnauthorized creates a SystemAddVerifiableAddressUnauthorized with default headers values

func (*SystemAddVerifiableAddressUnauthorized) Code

Code gets the status code for the system add verifiable address unauthorized response

func (*SystemAddVerifiableAddressUnauthorized) Error

func (*SystemAddVerifiableAddressUnauthorized) GetPayload

func (*SystemAddVerifiableAddressUnauthorized) IsClientError

func (o *SystemAddVerifiableAddressUnauthorized) IsClientError() bool

IsClientError returns true when this system add verifiable address unauthorized response has a 4xx status code

func (*SystemAddVerifiableAddressUnauthorized) IsCode

IsCode returns true when this system add verifiable address unauthorized response a status code equal to that given

func (*SystemAddVerifiableAddressUnauthorized) IsRedirect

IsRedirect returns true when this system add verifiable address unauthorized response has a 3xx status code

func (*SystemAddVerifiableAddressUnauthorized) IsServerError

func (o *SystemAddVerifiableAddressUnauthorized) IsServerError() bool

IsServerError returns true when this system add verifiable address unauthorized response has a 5xx status code

func (*SystemAddVerifiableAddressUnauthorized) IsSuccess

IsSuccess returns true when this system add verifiable address unauthorized response has a 2xx status code

func (*SystemAddVerifiableAddressUnauthorized) String

type SystemAddVerifiableAddressUnprocessableEntity

type SystemAddVerifiableAddressUnprocessableEntity struct {
	Payload *models.Error
}

SystemAddVerifiableAddressUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemAddVerifiableAddressUnprocessableEntity

func NewSystemAddVerifiableAddressUnprocessableEntity() *SystemAddVerifiableAddressUnprocessableEntity

NewSystemAddVerifiableAddressUnprocessableEntity creates a SystemAddVerifiableAddressUnprocessableEntity with default headers values

func (*SystemAddVerifiableAddressUnprocessableEntity) Code

Code gets the status code for the system add verifiable address unprocessable entity response

func (*SystemAddVerifiableAddressUnprocessableEntity) Error

func (*SystemAddVerifiableAddressUnprocessableEntity) GetPayload

func (*SystemAddVerifiableAddressUnprocessableEntity) IsClientError

IsClientError returns true when this system add verifiable address unprocessable entity response has a 4xx status code

func (*SystemAddVerifiableAddressUnprocessableEntity) IsCode

IsCode returns true when this system add verifiable address unprocessable entity response a status code equal to that given

func (*SystemAddVerifiableAddressUnprocessableEntity) IsRedirect

IsRedirect returns true when this system add verifiable address unprocessable entity response has a 3xx status code

func (*SystemAddVerifiableAddressUnprocessableEntity) IsServerError

IsServerError returns true when this system add verifiable address unprocessable entity response has a 5xx status code

func (*SystemAddVerifiableAddressUnprocessableEntity) IsSuccess

IsSuccess returns true when this system add verifiable address unprocessable entity response has a 2xx status code

func (*SystemAddVerifiableAddressUnprocessableEntity) String

type SystemCreateUserBadRequest

type SystemCreateUserBadRequest struct {
	Payload *models.Error
}

SystemCreateUserBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSystemCreateUserBadRequest

func NewSystemCreateUserBadRequest() *SystemCreateUserBadRequest

NewSystemCreateUserBadRequest creates a SystemCreateUserBadRequest with default headers values

func (*SystemCreateUserBadRequest) Code

func (o *SystemCreateUserBadRequest) Code() int

Code gets the status code for the system create user bad request response

func (*SystemCreateUserBadRequest) Error

func (*SystemCreateUserBadRequest) GetPayload

func (o *SystemCreateUserBadRequest) GetPayload() *models.Error

func (*SystemCreateUserBadRequest) IsClientError

func (o *SystemCreateUserBadRequest) IsClientError() bool

IsClientError returns true when this system create user bad request response has a 4xx status code

func (*SystemCreateUserBadRequest) IsCode

func (o *SystemCreateUserBadRequest) IsCode(code int) bool

IsCode returns true when this system create user bad request response a status code equal to that given

func (*SystemCreateUserBadRequest) IsRedirect

func (o *SystemCreateUserBadRequest) IsRedirect() bool

IsRedirect returns true when this system create user bad request response has a 3xx status code

func (*SystemCreateUserBadRequest) IsServerError

func (o *SystemCreateUserBadRequest) IsServerError() bool

IsServerError returns true when this system create user bad request response has a 5xx status code

func (*SystemCreateUserBadRequest) IsSuccess

func (o *SystemCreateUserBadRequest) IsSuccess() bool

IsSuccess returns true when this system create user bad request response has a 2xx status code

func (*SystemCreateUserBadRequest) String

func (o *SystemCreateUserBadRequest) String() string

type SystemCreateUserConflict

type SystemCreateUserConflict struct {
	Payload *models.Error
}

SystemCreateUserConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemCreateUserConflict

func NewSystemCreateUserConflict() *SystemCreateUserConflict

NewSystemCreateUserConflict creates a SystemCreateUserConflict with default headers values

func (*SystemCreateUserConflict) Code

func (o *SystemCreateUserConflict) Code() int

Code gets the status code for the system create user conflict response

func (*SystemCreateUserConflict) Error

func (o *SystemCreateUserConflict) Error() string

func (*SystemCreateUserConflict) GetPayload

func (o *SystemCreateUserConflict) GetPayload() *models.Error

func (*SystemCreateUserConflict) IsClientError

func (o *SystemCreateUserConflict) IsClientError() bool

IsClientError returns true when this system create user conflict response has a 4xx status code

func (*SystemCreateUserConflict) IsCode

func (o *SystemCreateUserConflict) IsCode(code int) bool

IsCode returns true when this system create user conflict response a status code equal to that given

func (*SystemCreateUserConflict) IsRedirect

func (o *SystemCreateUserConflict) IsRedirect() bool

IsRedirect returns true when this system create user conflict response has a 3xx status code

func (*SystemCreateUserConflict) IsServerError

func (o *SystemCreateUserConflict) IsServerError() bool

IsServerError returns true when this system create user conflict response has a 5xx status code

func (*SystemCreateUserConflict) IsSuccess

func (o *SystemCreateUserConflict) IsSuccess() bool

IsSuccess returns true when this system create user conflict response has a 2xx status code

func (*SystemCreateUserConflict) String

func (o *SystemCreateUserConflict) String() string

type SystemCreateUserCreated

type SystemCreateUserCreated struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

SystemCreateUserCreated describes a response with status code 201, with default header values.

User

func NewSystemCreateUserCreated

func NewSystemCreateUserCreated() *SystemCreateUserCreated

NewSystemCreateUserCreated creates a SystemCreateUserCreated with default headers values

func (*SystemCreateUserCreated) Code

func (o *SystemCreateUserCreated) Code() int

Code gets the status code for the system create user created response

func (*SystemCreateUserCreated) Error

func (o *SystemCreateUserCreated) Error() string

func (*SystemCreateUserCreated) GetPayload

func (o *SystemCreateUserCreated) GetPayload() *models.UserWithData

func (*SystemCreateUserCreated) IsClientError

func (o *SystemCreateUserCreated) IsClientError() bool

IsClientError returns true when this system create user created response has a 4xx status code

func (*SystemCreateUserCreated) IsCode

func (o *SystemCreateUserCreated) IsCode(code int) bool

IsCode returns true when this system create user created response a status code equal to that given

func (*SystemCreateUserCreated) IsRedirect

func (o *SystemCreateUserCreated) IsRedirect() bool

IsRedirect returns true when this system create user created response has a 3xx status code

func (*SystemCreateUserCreated) IsServerError

func (o *SystemCreateUserCreated) IsServerError() bool

IsServerError returns true when this system create user created response has a 5xx status code

func (*SystemCreateUserCreated) IsSuccess

func (o *SystemCreateUserCreated) IsSuccess() bool

IsSuccess returns true when this system create user created response has a 2xx status code

func (*SystemCreateUserCreated) String

func (o *SystemCreateUserCreated) String() string

type SystemCreateUserForbidden

type SystemCreateUserForbidden struct {
	Payload *models.Error
}

SystemCreateUserForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemCreateUserForbidden

func NewSystemCreateUserForbidden() *SystemCreateUserForbidden

NewSystemCreateUserForbidden creates a SystemCreateUserForbidden with default headers values

func (*SystemCreateUserForbidden) Code

func (o *SystemCreateUserForbidden) Code() int

Code gets the status code for the system create user forbidden response

func (*SystemCreateUserForbidden) Error

func (o *SystemCreateUserForbidden) Error() string

func (*SystemCreateUserForbidden) GetPayload

func (o *SystemCreateUserForbidden) GetPayload() *models.Error

func (*SystemCreateUserForbidden) IsClientError

func (o *SystemCreateUserForbidden) IsClientError() bool

IsClientError returns true when this system create user forbidden response has a 4xx status code

func (*SystemCreateUserForbidden) IsCode

func (o *SystemCreateUserForbidden) IsCode(code int) bool

IsCode returns true when this system create user forbidden response a status code equal to that given

func (*SystemCreateUserForbidden) IsRedirect

func (o *SystemCreateUserForbidden) IsRedirect() bool

IsRedirect returns true when this system create user forbidden response has a 3xx status code

func (*SystemCreateUserForbidden) IsServerError

func (o *SystemCreateUserForbidden) IsServerError() bool

IsServerError returns true when this system create user forbidden response has a 5xx status code

func (*SystemCreateUserForbidden) IsSuccess

func (o *SystemCreateUserForbidden) IsSuccess() bool

IsSuccess returns true when this system create user forbidden response has a 2xx status code

func (*SystemCreateUserForbidden) String

func (o *SystemCreateUserForbidden) String() string

type SystemCreateUserNotFound

type SystemCreateUserNotFound struct {
	Payload *models.Error
}

SystemCreateUserNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemCreateUserNotFound

func NewSystemCreateUserNotFound() *SystemCreateUserNotFound

NewSystemCreateUserNotFound creates a SystemCreateUserNotFound with default headers values

func (*SystemCreateUserNotFound) Code

func (o *SystemCreateUserNotFound) Code() int

Code gets the status code for the system create user not found response

func (*SystemCreateUserNotFound) Error

func (o *SystemCreateUserNotFound) Error() string

func (*SystemCreateUserNotFound) GetPayload

func (o *SystemCreateUserNotFound) GetPayload() *models.Error

func (*SystemCreateUserNotFound) IsClientError

func (o *SystemCreateUserNotFound) IsClientError() bool

IsClientError returns true when this system create user not found response has a 4xx status code

func (*SystemCreateUserNotFound) IsCode

func (o *SystemCreateUserNotFound) IsCode(code int) bool

IsCode returns true when this system create user not found response a status code equal to that given

func (*SystemCreateUserNotFound) IsRedirect

func (o *SystemCreateUserNotFound) IsRedirect() bool

IsRedirect returns true when this system create user not found response has a 3xx status code

func (*SystemCreateUserNotFound) IsServerError

func (o *SystemCreateUserNotFound) IsServerError() bool

IsServerError returns true when this system create user not found response has a 5xx status code

func (*SystemCreateUserNotFound) IsSuccess

func (o *SystemCreateUserNotFound) IsSuccess() bool

IsSuccess returns true when this system create user not found response has a 2xx status code

func (*SystemCreateUserNotFound) String

func (o *SystemCreateUserNotFound) String() string

type SystemCreateUserParams

type SystemCreateUserParams struct {

	// NewUser.
	NewUser *models.NewUser

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

SystemCreateUserParams contains all the parameters to send to the API endpoint

for the system create user operation.

Typically these are written to a http.Request.

func NewSystemCreateUserParams

func NewSystemCreateUserParams() *SystemCreateUserParams

NewSystemCreateUserParams creates a new SystemCreateUserParams object, with the default timeout for this client.

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

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

func NewSystemCreateUserParamsWithContext

func NewSystemCreateUserParamsWithContext(ctx context.Context) *SystemCreateUserParams

NewSystemCreateUserParamsWithContext creates a new SystemCreateUserParams object with the ability to set a context for a request.

func NewSystemCreateUserParamsWithHTTPClient

func NewSystemCreateUserParamsWithHTTPClient(client *http.Client) *SystemCreateUserParams

NewSystemCreateUserParamsWithHTTPClient creates a new SystemCreateUserParams object with the ability to set a custom HTTPClient for a request.

func NewSystemCreateUserParamsWithTimeout

func NewSystemCreateUserParamsWithTimeout(timeout time.Duration) *SystemCreateUserParams

NewSystemCreateUserParamsWithTimeout creates a new SystemCreateUserParams object with the ability to set a timeout on a request.

func (*SystemCreateUserParams) SetContext

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

SetContext adds the context to the system create user params

func (*SystemCreateUserParams) SetDefaults

func (o *SystemCreateUserParams) SetDefaults()

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

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

func (*SystemCreateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system create user params

func (*SystemCreateUserParams) SetIPID

func (o *SystemCreateUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the system create user params

func (*SystemCreateUserParams) SetIfMatch

func (o *SystemCreateUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system create user params

func (*SystemCreateUserParams) SetNewUser

func (o *SystemCreateUserParams) SetNewUser(newUser *models.NewUser)

SetNewUser adds the newUser to the system create user params

func (*SystemCreateUserParams) SetTimeout

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

SetTimeout adds the timeout to the system create user params

func (*SystemCreateUserParams) WithContext

WithContext adds the context to the system create user params

func (*SystemCreateUserParams) WithDefaults

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

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

func (*SystemCreateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system create user params

func (*SystemCreateUserParams) WithIPID

WithIPID adds the iPID to the system create user params

func (*SystemCreateUserParams) WithIfMatch

func (o *SystemCreateUserParams) WithIfMatch(ifMatch *string) *SystemCreateUserParams

WithIfMatch adds the ifMatch to the system create user params

func (*SystemCreateUserParams) WithNewUser

func (o *SystemCreateUserParams) WithNewUser(newUser *models.NewUser) *SystemCreateUserParams

WithNewUser adds the newUser to the system create user params

func (*SystemCreateUserParams) WithTimeout

WithTimeout adds the timeout to the system create user params

func (*SystemCreateUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemCreateUserPreconditionFailed

type SystemCreateUserPreconditionFailed struct {
	Payload *models.Error
}

SystemCreateUserPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemCreateUserPreconditionFailed

func NewSystemCreateUserPreconditionFailed() *SystemCreateUserPreconditionFailed

NewSystemCreateUserPreconditionFailed creates a SystemCreateUserPreconditionFailed with default headers values

func (*SystemCreateUserPreconditionFailed) Code

Code gets the status code for the system create user precondition failed response

func (*SystemCreateUserPreconditionFailed) Error

func (*SystemCreateUserPreconditionFailed) GetPayload

func (*SystemCreateUserPreconditionFailed) IsClientError

func (o *SystemCreateUserPreconditionFailed) IsClientError() bool

IsClientError returns true when this system create user precondition failed response has a 4xx status code

func (*SystemCreateUserPreconditionFailed) IsCode

IsCode returns true when this system create user precondition failed response a status code equal to that given

func (*SystemCreateUserPreconditionFailed) IsRedirect

func (o *SystemCreateUserPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this system create user precondition failed response has a 3xx status code

func (*SystemCreateUserPreconditionFailed) IsServerError

func (o *SystemCreateUserPreconditionFailed) IsServerError() bool

IsServerError returns true when this system create user precondition failed response has a 5xx status code

func (*SystemCreateUserPreconditionFailed) IsSuccess

IsSuccess returns true when this system create user precondition failed response has a 2xx status code

func (*SystemCreateUserPreconditionFailed) String

type SystemCreateUserReader

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

SystemCreateUserReader is a Reader for the SystemCreateUser structure.

func (*SystemCreateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemCreateUserTooManyRequests

type SystemCreateUserTooManyRequests struct {
	Payload *models.Error
}

SystemCreateUserTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemCreateUserTooManyRequests

func NewSystemCreateUserTooManyRequests() *SystemCreateUserTooManyRequests

NewSystemCreateUserTooManyRequests creates a SystemCreateUserTooManyRequests with default headers values

func (*SystemCreateUserTooManyRequests) Code

Code gets the status code for the system create user too many requests response

func (*SystemCreateUserTooManyRequests) Error

func (*SystemCreateUserTooManyRequests) GetPayload

func (o *SystemCreateUserTooManyRequests) GetPayload() *models.Error

func (*SystemCreateUserTooManyRequests) IsClientError

func (o *SystemCreateUserTooManyRequests) IsClientError() bool

IsClientError returns true when this system create user too many requests response has a 4xx status code

func (*SystemCreateUserTooManyRequests) IsCode

func (o *SystemCreateUserTooManyRequests) IsCode(code int) bool

IsCode returns true when this system create user too many requests response a status code equal to that given

func (*SystemCreateUserTooManyRequests) IsRedirect

func (o *SystemCreateUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system create user too many requests response has a 3xx status code

func (*SystemCreateUserTooManyRequests) IsServerError

func (o *SystemCreateUserTooManyRequests) IsServerError() bool

IsServerError returns true when this system create user too many requests response has a 5xx status code

func (*SystemCreateUserTooManyRequests) IsSuccess

func (o *SystemCreateUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system create user too many requests response has a 2xx status code

func (*SystemCreateUserTooManyRequests) String

type SystemCreateUserUnauthorized

type SystemCreateUserUnauthorized struct {
	Payload *models.Error
}

SystemCreateUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemCreateUserUnauthorized

func NewSystemCreateUserUnauthorized() *SystemCreateUserUnauthorized

NewSystemCreateUserUnauthorized creates a SystemCreateUserUnauthorized with default headers values

func (*SystemCreateUserUnauthorized) Code

Code gets the status code for the system create user unauthorized response

func (*SystemCreateUserUnauthorized) Error

func (*SystemCreateUserUnauthorized) GetPayload

func (o *SystemCreateUserUnauthorized) GetPayload() *models.Error

func (*SystemCreateUserUnauthorized) IsClientError

func (o *SystemCreateUserUnauthorized) IsClientError() bool

IsClientError returns true when this system create user unauthorized response has a 4xx status code

func (*SystemCreateUserUnauthorized) IsCode

func (o *SystemCreateUserUnauthorized) IsCode(code int) bool

IsCode returns true when this system create user unauthorized response a status code equal to that given

func (*SystemCreateUserUnauthorized) IsRedirect

func (o *SystemCreateUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this system create user unauthorized response has a 3xx status code

func (*SystemCreateUserUnauthorized) IsServerError

func (o *SystemCreateUserUnauthorized) IsServerError() bool

IsServerError returns true when this system create user unauthorized response has a 5xx status code

func (*SystemCreateUserUnauthorized) IsSuccess

func (o *SystemCreateUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this system create user unauthorized response has a 2xx status code

func (*SystemCreateUserUnauthorized) String

type SystemCreateUserUnprocessableEntity

type SystemCreateUserUnprocessableEntity struct {
	Payload *models.Error
}

SystemCreateUserUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemCreateUserUnprocessableEntity

func NewSystemCreateUserUnprocessableEntity() *SystemCreateUserUnprocessableEntity

NewSystemCreateUserUnprocessableEntity creates a SystemCreateUserUnprocessableEntity with default headers values

func (*SystemCreateUserUnprocessableEntity) Code

Code gets the status code for the system create user unprocessable entity response

func (*SystemCreateUserUnprocessableEntity) Error

func (*SystemCreateUserUnprocessableEntity) GetPayload

func (*SystemCreateUserUnprocessableEntity) IsClientError

func (o *SystemCreateUserUnprocessableEntity) IsClientError() bool

IsClientError returns true when this system create user unprocessable entity response has a 4xx status code

func (*SystemCreateUserUnprocessableEntity) IsCode

IsCode returns true when this system create user unprocessable entity response a status code equal to that given

func (*SystemCreateUserUnprocessableEntity) IsRedirect

func (o *SystemCreateUserUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this system create user unprocessable entity response has a 3xx status code

func (*SystemCreateUserUnprocessableEntity) IsServerError

func (o *SystemCreateUserUnprocessableEntity) IsServerError() bool

IsServerError returns true when this system create user unprocessable entity response has a 5xx status code

func (*SystemCreateUserUnprocessableEntity) IsSuccess

IsSuccess returns true when this system create user unprocessable entity response has a 2xx status code

func (*SystemCreateUserUnprocessableEntity) String

type SystemDeleteIdentifierForbidden

type SystemDeleteIdentifierForbidden struct {
	Payload *models.Error
}

SystemDeleteIdentifierForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemDeleteIdentifierForbidden

func NewSystemDeleteIdentifierForbidden() *SystemDeleteIdentifierForbidden

NewSystemDeleteIdentifierForbidden creates a SystemDeleteIdentifierForbidden with default headers values

func (*SystemDeleteIdentifierForbidden) Code

Code gets the status code for the system delete identifier forbidden response

func (*SystemDeleteIdentifierForbidden) Error

func (*SystemDeleteIdentifierForbidden) GetPayload

func (o *SystemDeleteIdentifierForbidden) GetPayload() *models.Error

func (*SystemDeleteIdentifierForbidden) IsClientError

func (o *SystemDeleteIdentifierForbidden) IsClientError() bool

IsClientError returns true when this system delete identifier forbidden response has a 4xx status code

func (*SystemDeleteIdentifierForbidden) IsCode

func (o *SystemDeleteIdentifierForbidden) IsCode(code int) bool

IsCode returns true when this system delete identifier forbidden response a status code equal to that given

func (*SystemDeleteIdentifierForbidden) IsRedirect

func (o *SystemDeleteIdentifierForbidden) IsRedirect() bool

IsRedirect returns true when this system delete identifier forbidden response has a 3xx status code

func (*SystemDeleteIdentifierForbidden) IsServerError

func (o *SystemDeleteIdentifierForbidden) IsServerError() bool

IsServerError returns true when this system delete identifier forbidden response has a 5xx status code

func (*SystemDeleteIdentifierForbidden) IsSuccess

func (o *SystemDeleteIdentifierForbidden) IsSuccess() bool

IsSuccess returns true when this system delete identifier forbidden response has a 2xx status code

func (*SystemDeleteIdentifierForbidden) String

type SystemDeleteIdentifierNoContent

type SystemDeleteIdentifierNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

SystemDeleteIdentifierNoContent describes a response with status code 204, with default header values.

Deletes an identifier from the user account

func NewSystemDeleteIdentifierNoContent

func NewSystemDeleteIdentifierNoContent() *SystemDeleteIdentifierNoContent

NewSystemDeleteIdentifierNoContent creates a SystemDeleteIdentifierNoContent with default headers values

func (*SystemDeleteIdentifierNoContent) Code

Code gets the status code for the system delete identifier no content response

func (*SystemDeleteIdentifierNoContent) Error

func (*SystemDeleteIdentifierNoContent) IsClientError

func (o *SystemDeleteIdentifierNoContent) IsClientError() bool

IsClientError returns true when this system delete identifier no content response has a 4xx status code

func (*SystemDeleteIdentifierNoContent) IsCode

func (o *SystemDeleteIdentifierNoContent) IsCode(code int) bool

IsCode returns true when this system delete identifier no content response a status code equal to that given

func (*SystemDeleteIdentifierNoContent) IsRedirect

func (o *SystemDeleteIdentifierNoContent) IsRedirect() bool

IsRedirect returns true when this system delete identifier no content response has a 3xx status code

func (*SystemDeleteIdentifierNoContent) IsServerError

func (o *SystemDeleteIdentifierNoContent) IsServerError() bool

IsServerError returns true when this system delete identifier no content response has a 5xx status code

func (*SystemDeleteIdentifierNoContent) IsSuccess

func (o *SystemDeleteIdentifierNoContent) IsSuccess() bool

IsSuccess returns true when this system delete identifier no content response has a 2xx status code

func (*SystemDeleteIdentifierNoContent) String

type SystemDeleteIdentifierNotFound

type SystemDeleteIdentifierNotFound struct {
	Payload *models.Error
}

SystemDeleteIdentifierNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemDeleteIdentifierNotFound

func NewSystemDeleteIdentifierNotFound() *SystemDeleteIdentifierNotFound

NewSystemDeleteIdentifierNotFound creates a SystemDeleteIdentifierNotFound with default headers values

func (*SystemDeleteIdentifierNotFound) Code

Code gets the status code for the system delete identifier not found response

func (*SystemDeleteIdentifierNotFound) Error

func (*SystemDeleteIdentifierNotFound) GetPayload

func (o *SystemDeleteIdentifierNotFound) GetPayload() *models.Error

func (*SystemDeleteIdentifierNotFound) IsClientError

func (o *SystemDeleteIdentifierNotFound) IsClientError() bool

IsClientError returns true when this system delete identifier not found response has a 4xx status code

func (*SystemDeleteIdentifierNotFound) IsCode

func (o *SystemDeleteIdentifierNotFound) IsCode(code int) bool

IsCode returns true when this system delete identifier not found response a status code equal to that given

func (*SystemDeleteIdentifierNotFound) IsRedirect

func (o *SystemDeleteIdentifierNotFound) IsRedirect() bool

IsRedirect returns true when this system delete identifier not found response has a 3xx status code

func (*SystemDeleteIdentifierNotFound) IsServerError

func (o *SystemDeleteIdentifierNotFound) IsServerError() bool

IsServerError returns true when this system delete identifier not found response has a 5xx status code

func (*SystemDeleteIdentifierNotFound) IsSuccess

func (o *SystemDeleteIdentifierNotFound) IsSuccess() bool

IsSuccess returns true when this system delete identifier not found response has a 2xx status code

func (*SystemDeleteIdentifierNotFound) String

type SystemDeleteIdentifierParams

type SystemDeleteIdentifierParams struct {

	// Identifier.
	Identifier *models.DeleteUserIdentifier

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemDeleteIdentifierParams contains all the parameters to send to the API endpoint

for the system delete identifier operation.

Typically these are written to a http.Request.

func NewSystemDeleteIdentifierParams

func NewSystemDeleteIdentifierParams() *SystemDeleteIdentifierParams

NewSystemDeleteIdentifierParams creates a new SystemDeleteIdentifierParams object, with the default timeout for this client.

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

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

func NewSystemDeleteIdentifierParamsWithContext

func NewSystemDeleteIdentifierParamsWithContext(ctx context.Context) *SystemDeleteIdentifierParams

NewSystemDeleteIdentifierParamsWithContext creates a new SystemDeleteIdentifierParams object with the ability to set a context for a request.

func NewSystemDeleteIdentifierParamsWithHTTPClient

func NewSystemDeleteIdentifierParamsWithHTTPClient(client *http.Client) *SystemDeleteIdentifierParams

NewSystemDeleteIdentifierParamsWithHTTPClient creates a new SystemDeleteIdentifierParams object with the ability to set a custom HTTPClient for a request.

func NewSystemDeleteIdentifierParamsWithTimeout

func NewSystemDeleteIdentifierParamsWithTimeout(timeout time.Duration) *SystemDeleteIdentifierParams

NewSystemDeleteIdentifierParamsWithTimeout creates a new SystemDeleteIdentifierParams object with the ability to set a timeout on a request.

func (*SystemDeleteIdentifierParams) SetContext

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

SetContext adds the context to the system delete identifier params

func (*SystemDeleteIdentifierParams) SetDefaults

func (o *SystemDeleteIdentifierParams) SetDefaults()

SetDefaults hydrates default values in the system delete identifier params (not the query body).

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

func (*SystemDeleteIdentifierParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system delete identifier params

func (*SystemDeleteIdentifierParams) SetIPID

func (o *SystemDeleteIdentifierParams) SetIPID(iPID string)

SetIPID adds the ipId to the system delete identifier params

func (*SystemDeleteIdentifierParams) SetIdentifier

func (o *SystemDeleteIdentifierParams) SetIdentifier(identifier *models.DeleteUserIdentifier)

SetIdentifier adds the identifier to the system delete identifier params

func (*SystemDeleteIdentifierParams) SetIfMatch

func (o *SystemDeleteIdentifierParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system delete identifier params

func (*SystemDeleteIdentifierParams) SetTimeout

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

SetTimeout adds the timeout to the system delete identifier params

func (*SystemDeleteIdentifierParams) SetUserID

func (o *SystemDeleteIdentifierParams) SetUserID(userID string)

SetUserID adds the userId to the system delete identifier params

func (*SystemDeleteIdentifierParams) WithContext

WithContext adds the context to the system delete identifier params

func (*SystemDeleteIdentifierParams) WithDefaults

WithDefaults hydrates default values in the system delete identifier params (not the query body).

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

func (*SystemDeleteIdentifierParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system delete identifier params

func (*SystemDeleteIdentifierParams) WithIPID

WithIPID adds the iPID to the system delete identifier params

func (*SystemDeleteIdentifierParams) WithIdentifier

WithIdentifier adds the identifier to the system delete identifier params

func (*SystemDeleteIdentifierParams) WithIfMatch

WithIfMatch adds the ifMatch to the system delete identifier params

func (*SystemDeleteIdentifierParams) WithTimeout

WithTimeout adds the timeout to the system delete identifier params

func (*SystemDeleteIdentifierParams) WithUserID

WithUserID adds the userID to the system delete identifier params

func (*SystemDeleteIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemDeleteIdentifierPreconditionFailed

type SystemDeleteIdentifierPreconditionFailed struct {
	Payload *models.Error
}

SystemDeleteIdentifierPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemDeleteIdentifierPreconditionFailed

func NewSystemDeleteIdentifierPreconditionFailed() *SystemDeleteIdentifierPreconditionFailed

NewSystemDeleteIdentifierPreconditionFailed creates a SystemDeleteIdentifierPreconditionFailed with default headers values

func (*SystemDeleteIdentifierPreconditionFailed) Code

Code gets the status code for the system delete identifier precondition failed response

func (*SystemDeleteIdentifierPreconditionFailed) Error

func (*SystemDeleteIdentifierPreconditionFailed) GetPayload

func (*SystemDeleteIdentifierPreconditionFailed) IsClientError

IsClientError returns true when this system delete identifier precondition failed response has a 4xx status code

func (*SystemDeleteIdentifierPreconditionFailed) IsCode

IsCode returns true when this system delete identifier precondition failed response a status code equal to that given

func (*SystemDeleteIdentifierPreconditionFailed) IsRedirect

IsRedirect returns true when this system delete identifier precondition failed response has a 3xx status code

func (*SystemDeleteIdentifierPreconditionFailed) IsServerError

IsServerError returns true when this system delete identifier precondition failed response has a 5xx status code

func (*SystemDeleteIdentifierPreconditionFailed) IsSuccess

IsSuccess returns true when this system delete identifier precondition failed response has a 2xx status code

func (*SystemDeleteIdentifierPreconditionFailed) String

type SystemDeleteIdentifierReader

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

SystemDeleteIdentifierReader is a Reader for the SystemDeleteIdentifier structure.

func (*SystemDeleteIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemDeleteIdentifierTooManyRequests

type SystemDeleteIdentifierTooManyRequests struct {
	Payload *models.Error
}

SystemDeleteIdentifierTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemDeleteIdentifierTooManyRequests

func NewSystemDeleteIdentifierTooManyRequests() *SystemDeleteIdentifierTooManyRequests

NewSystemDeleteIdentifierTooManyRequests creates a SystemDeleteIdentifierTooManyRequests with default headers values

func (*SystemDeleteIdentifierTooManyRequests) Code

Code gets the status code for the system delete identifier too many requests response

func (*SystemDeleteIdentifierTooManyRequests) Error

func (*SystemDeleteIdentifierTooManyRequests) GetPayload

func (*SystemDeleteIdentifierTooManyRequests) IsClientError

func (o *SystemDeleteIdentifierTooManyRequests) IsClientError() bool

IsClientError returns true when this system delete identifier too many requests response has a 4xx status code

func (*SystemDeleteIdentifierTooManyRequests) IsCode

IsCode returns true when this system delete identifier too many requests response a status code equal to that given

func (*SystemDeleteIdentifierTooManyRequests) IsRedirect

IsRedirect returns true when this system delete identifier too many requests response has a 3xx status code

func (*SystemDeleteIdentifierTooManyRequests) IsServerError

func (o *SystemDeleteIdentifierTooManyRequests) IsServerError() bool

IsServerError returns true when this system delete identifier too many requests response has a 5xx status code

func (*SystemDeleteIdentifierTooManyRequests) IsSuccess

IsSuccess returns true when this system delete identifier too many requests response has a 2xx status code

func (*SystemDeleteIdentifierTooManyRequests) String

type SystemDeleteIdentifierUnauthorized

type SystemDeleteIdentifierUnauthorized struct {
	Payload *models.Error
}

SystemDeleteIdentifierUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemDeleteIdentifierUnauthorized

func NewSystemDeleteIdentifierUnauthorized() *SystemDeleteIdentifierUnauthorized

NewSystemDeleteIdentifierUnauthorized creates a SystemDeleteIdentifierUnauthorized with default headers values

func (*SystemDeleteIdentifierUnauthorized) Code

Code gets the status code for the system delete identifier unauthorized response

func (*SystemDeleteIdentifierUnauthorized) Error

func (*SystemDeleteIdentifierUnauthorized) GetPayload

func (*SystemDeleteIdentifierUnauthorized) IsClientError

func (o *SystemDeleteIdentifierUnauthorized) IsClientError() bool

IsClientError returns true when this system delete identifier unauthorized response has a 4xx status code

func (*SystemDeleteIdentifierUnauthorized) IsCode

IsCode returns true when this system delete identifier unauthorized response a status code equal to that given

func (*SystemDeleteIdentifierUnauthorized) IsRedirect

func (o *SystemDeleteIdentifierUnauthorized) IsRedirect() bool

IsRedirect returns true when this system delete identifier unauthorized response has a 3xx status code

func (*SystemDeleteIdentifierUnauthorized) IsServerError

func (o *SystemDeleteIdentifierUnauthorized) IsServerError() bool

IsServerError returns true when this system delete identifier unauthorized response has a 5xx status code

func (*SystemDeleteIdentifierUnauthorized) IsSuccess

IsSuccess returns true when this system delete identifier unauthorized response has a 2xx status code

func (*SystemDeleteIdentifierUnauthorized) String

type SystemDeleteUserForbidden

type SystemDeleteUserForbidden struct {
	Payload *models.Error
}

SystemDeleteUserForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemDeleteUserForbidden

func NewSystemDeleteUserForbidden() *SystemDeleteUserForbidden

NewSystemDeleteUserForbidden creates a SystemDeleteUserForbidden with default headers values

func (*SystemDeleteUserForbidden) Code

func (o *SystemDeleteUserForbidden) Code() int

Code gets the status code for the system delete user forbidden response

func (*SystemDeleteUserForbidden) Error

func (o *SystemDeleteUserForbidden) Error() string

func (*SystemDeleteUserForbidden) GetPayload

func (o *SystemDeleteUserForbidden) GetPayload() *models.Error

func (*SystemDeleteUserForbidden) IsClientError

func (o *SystemDeleteUserForbidden) IsClientError() bool

IsClientError returns true when this system delete user forbidden response has a 4xx status code

func (*SystemDeleteUserForbidden) IsCode

func (o *SystemDeleteUserForbidden) IsCode(code int) bool

IsCode returns true when this system delete user forbidden response a status code equal to that given

func (*SystemDeleteUserForbidden) IsRedirect

func (o *SystemDeleteUserForbidden) IsRedirect() bool

IsRedirect returns true when this system delete user forbidden response has a 3xx status code

func (*SystemDeleteUserForbidden) IsServerError

func (o *SystemDeleteUserForbidden) IsServerError() bool

IsServerError returns true when this system delete user forbidden response has a 5xx status code

func (*SystemDeleteUserForbidden) IsSuccess

func (o *SystemDeleteUserForbidden) IsSuccess() bool

IsSuccess returns true when this system delete user forbidden response has a 2xx status code

func (*SystemDeleteUserForbidden) String

func (o *SystemDeleteUserForbidden) String() string

type SystemDeleteUserNoContent

type SystemDeleteUserNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

SystemDeleteUserNoContent describes a response with status code 204, with default header values.

User has been deleted

func NewSystemDeleteUserNoContent

func NewSystemDeleteUserNoContent() *SystemDeleteUserNoContent

NewSystemDeleteUserNoContent creates a SystemDeleteUserNoContent with default headers values

func (*SystemDeleteUserNoContent) Code

func (o *SystemDeleteUserNoContent) Code() int

Code gets the status code for the system delete user no content response

func (*SystemDeleteUserNoContent) Error

func (o *SystemDeleteUserNoContent) Error() string

func (*SystemDeleteUserNoContent) IsClientError

func (o *SystemDeleteUserNoContent) IsClientError() bool

IsClientError returns true when this system delete user no content response has a 4xx status code

func (*SystemDeleteUserNoContent) IsCode

func (o *SystemDeleteUserNoContent) IsCode(code int) bool

IsCode returns true when this system delete user no content response a status code equal to that given

func (*SystemDeleteUserNoContent) IsRedirect

func (o *SystemDeleteUserNoContent) IsRedirect() bool

IsRedirect returns true when this system delete user no content response has a 3xx status code

func (*SystemDeleteUserNoContent) IsServerError

func (o *SystemDeleteUserNoContent) IsServerError() bool

IsServerError returns true when this system delete user no content response has a 5xx status code

func (*SystemDeleteUserNoContent) IsSuccess

func (o *SystemDeleteUserNoContent) IsSuccess() bool

IsSuccess returns true when this system delete user no content response has a 2xx status code

func (*SystemDeleteUserNoContent) String

func (o *SystemDeleteUserNoContent) String() string

type SystemDeleteUserNotFound

type SystemDeleteUserNotFound struct {
	Payload *models.Error
}

SystemDeleteUserNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemDeleteUserNotFound

func NewSystemDeleteUserNotFound() *SystemDeleteUserNotFound

NewSystemDeleteUserNotFound creates a SystemDeleteUserNotFound with default headers values

func (*SystemDeleteUserNotFound) Code

func (o *SystemDeleteUserNotFound) Code() int

Code gets the status code for the system delete user not found response

func (*SystemDeleteUserNotFound) Error

func (o *SystemDeleteUserNotFound) Error() string

func (*SystemDeleteUserNotFound) GetPayload

func (o *SystemDeleteUserNotFound) GetPayload() *models.Error

func (*SystemDeleteUserNotFound) IsClientError

func (o *SystemDeleteUserNotFound) IsClientError() bool

IsClientError returns true when this system delete user not found response has a 4xx status code

func (*SystemDeleteUserNotFound) IsCode

func (o *SystemDeleteUserNotFound) IsCode(code int) bool

IsCode returns true when this system delete user not found response a status code equal to that given

func (*SystemDeleteUserNotFound) IsRedirect

func (o *SystemDeleteUserNotFound) IsRedirect() bool

IsRedirect returns true when this system delete user not found response has a 3xx status code

func (*SystemDeleteUserNotFound) IsServerError

func (o *SystemDeleteUserNotFound) IsServerError() bool

IsServerError returns true when this system delete user not found response has a 5xx status code

func (*SystemDeleteUserNotFound) IsSuccess

func (o *SystemDeleteUserNotFound) IsSuccess() bool

IsSuccess returns true when this system delete user not found response has a 2xx status code

func (*SystemDeleteUserNotFound) String

func (o *SystemDeleteUserNotFound) String() string

type SystemDeleteUserParams

type SystemDeleteUserParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemDeleteUserParams contains all the parameters to send to the API endpoint

for the system delete user operation.

Typically these are written to a http.Request.

func NewSystemDeleteUserParams

func NewSystemDeleteUserParams() *SystemDeleteUserParams

NewSystemDeleteUserParams creates a new SystemDeleteUserParams object, with the default timeout for this client.

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

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

func NewSystemDeleteUserParamsWithContext

func NewSystemDeleteUserParamsWithContext(ctx context.Context) *SystemDeleteUserParams

NewSystemDeleteUserParamsWithContext creates a new SystemDeleteUserParams object with the ability to set a context for a request.

func NewSystemDeleteUserParamsWithHTTPClient

func NewSystemDeleteUserParamsWithHTTPClient(client *http.Client) *SystemDeleteUserParams

NewSystemDeleteUserParamsWithHTTPClient creates a new SystemDeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewSystemDeleteUserParamsWithTimeout

func NewSystemDeleteUserParamsWithTimeout(timeout time.Duration) *SystemDeleteUserParams

NewSystemDeleteUserParamsWithTimeout creates a new SystemDeleteUserParams object with the ability to set a timeout on a request.

func (*SystemDeleteUserParams) SetContext

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

SetContext adds the context to the system delete user params

func (*SystemDeleteUserParams) SetDefaults

func (o *SystemDeleteUserParams) SetDefaults()

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

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

func (*SystemDeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system delete user params

func (*SystemDeleteUserParams) SetIPID

func (o *SystemDeleteUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the system delete user params

func (*SystemDeleteUserParams) SetIfMatch

func (o *SystemDeleteUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system delete user params

func (*SystemDeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the system delete user params

func (*SystemDeleteUserParams) SetUserID

func (o *SystemDeleteUserParams) SetUserID(userID string)

SetUserID adds the userId to the system delete user params

func (*SystemDeleteUserParams) WithContext

WithContext adds the context to the system delete user params

func (*SystemDeleteUserParams) WithDefaults

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

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

func (*SystemDeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system delete user params

func (*SystemDeleteUserParams) WithIPID

WithIPID adds the iPID to the system delete user params

func (*SystemDeleteUserParams) WithIfMatch

func (o *SystemDeleteUserParams) WithIfMatch(ifMatch *string) *SystemDeleteUserParams

WithIfMatch adds the ifMatch to the system delete user params

func (*SystemDeleteUserParams) WithTimeout

WithTimeout adds the timeout to the system delete user params

func (*SystemDeleteUserParams) WithUserID

func (o *SystemDeleteUserParams) WithUserID(userID string) *SystemDeleteUserParams

WithUserID adds the userID to the system delete user params

func (*SystemDeleteUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemDeleteUserPreconditionFailed

type SystemDeleteUserPreconditionFailed struct {
	Payload *models.Error
}

SystemDeleteUserPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemDeleteUserPreconditionFailed

func NewSystemDeleteUserPreconditionFailed() *SystemDeleteUserPreconditionFailed

NewSystemDeleteUserPreconditionFailed creates a SystemDeleteUserPreconditionFailed with default headers values

func (*SystemDeleteUserPreconditionFailed) Code

Code gets the status code for the system delete user precondition failed response

func (*SystemDeleteUserPreconditionFailed) Error

func (*SystemDeleteUserPreconditionFailed) GetPayload

func (*SystemDeleteUserPreconditionFailed) IsClientError

func (o *SystemDeleteUserPreconditionFailed) IsClientError() bool

IsClientError returns true when this system delete user precondition failed response has a 4xx status code

func (*SystemDeleteUserPreconditionFailed) IsCode

IsCode returns true when this system delete user precondition failed response a status code equal to that given

func (*SystemDeleteUserPreconditionFailed) IsRedirect

func (o *SystemDeleteUserPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this system delete user precondition failed response has a 3xx status code

func (*SystemDeleteUserPreconditionFailed) IsServerError

func (o *SystemDeleteUserPreconditionFailed) IsServerError() bool

IsServerError returns true when this system delete user precondition failed response has a 5xx status code

func (*SystemDeleteUserPreconditionFailed) IsSuccess

IsSuccess returns true when this system delete user precondition failed response has a 2xx status code

func (*SystemDeleteUserPreconditionFailed) String

type SystemDeleteUserReader

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

SystemDeleteUserReader is a Reader for the SystemDeleteUser structure.

func (*SystemDeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemDeleteUserTooManyRequests

type SystemDeleteUserTooManyRequests struct {
	Payload *models.Error
}

SystemDeleteUserTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemDeleteUserTooManyRequests

func NewSystemDeleteUserTooManyRequests() *SystemDeleteUserTooManyRequests

NewSystemDeleteUserTooManyRequests creates a SystemDeleteUserTooManyRequests with default headers values

func (*SystemDeleteUserTooManyRequests) Code

Code gets the status code for the system delete user too many requests response

func (*SystemDeleteUserTooManyRequests) Error

func (*SystemDeleteUserTooManyRequests) GetPayload

func (o *SystemDeleteUserTooManyRequests) GetPayload() *models.Error

func (*SystemDeleteUserTooManyRequests) IsClientError

func (o *SystemDeleteUserTooManyRequests) IsClientError() bool

IsClientError returns true when this system delete user too many requests response has a 4xx status code

func (*SystemDeleteUserTooManyRequests) IsCode

func (o *SystemDeleteUserTooManyRequests) IsCode(code int) bool

IsCode returns true when this system delete user too many requests response a status code equal to that given

func (*SystemDeleteUserTooManyRequests) IsRedirect

func (o *SystemDeleteUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system delete user too many requests response has a 3xx status code

func (*SystemDeleteUserTooManyRequests) IsServerError

func (o *SystemDeleteUserTooManyRequests) IsServerError() bool

IsServerError returns true when this system delete user too many requests response has a 5xx status code

func (*SystemDeleteUserTooManyRequests) IsSuccess

func (o *SystemDeleteUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system delete user too many requests response has a 2xx status code

func (*SystemDeleteUserTooManyRequests) String

type SystemDeleteUserUnauthorized

type SystemDeleteUserUnauthorized struct {
	Payload *models.Error
}

SystemDeleteUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemDeleteUserUnauthorized

func NewSystemDeleteUserUnauthorized() *SystemDeleteUserUnauthorized

NewSystemDeleteUserUnauthorized creates a SystemDeleteUserUnauthorized with default headers values

func (*SystemDeleteUserUnauthorized) Code

Code gets the status code for the system delete user unauthorized response

func (*SystemDeleteUserUnauthorized) Error

func (*SystemDeleteUserUnauthorized) GetPayload

func (o *SystemDeleteUserUnauthorized) GetPayload() *models.Error

func (*SystemDeleteUserUnauthorized) IsClientError

func (o *SystemDeleteUserUnauthorized) IsClientError() bool

IsClientError returns true when this system delete user unauthorized response has a 4xx status code

func (*SystemDeleteUserUnauthorized) IsCode

func (o *SystemDeleteUserUnauthorized) IsCode(code int) bool

IsCode returns true when this system delete user unauthorized response a status code equal to that given

func (*SystemDeleteUserUnauthorized) IsRedirect

func (o *SystemDeleteUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this system delete user unauthorized response has a 3xx status code

func (*SystemDeleteUserUnauthorized) IsServerError

func (o *SystemDeleteUserUnauthorized) IsServerError() bool

IsServerError returns true when this system delete user unauthorized response has a 5xx status code

func (*SystemDeleteUserUnauthorized) IsSuccess

func (o *SystemDeleteUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this system delete user unauthorized response has a 2xx status code

func (*SystemDeleteUserUnauthorized) String

type SystemDeleteVerifiableAddressForbidden

type SystemDeleteVerifiableAddressForbidden struct {
	Payload *models.Error
}

SystemDeleteVerifiableAddressForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemDeleteVerifiableAddressForbidden

func NewSystemDeleteVerifiableAddressForbidden() *SystemDeleteVerifiableAddressForbidden

NewSystemDeleteVerifiableAddressForbidden creates a SystemDeleteVerifiableAddressForbidden with default headers values

func (*SystemDeleteVerifiableAddressForbidden) Code

Code gets the status code for the system delete verifiable address forbidden response

func (*SystemDeleteVerifiableAddressForbidden) Error

func (*SystemDeleteVerifiableAddressForbidden) GetPayload

func (*SystemDeleteVerifiableAddressForbidden) IsClientError

func (o *SystemDeleteVerifiableAddressForbidden) IsClientError() bool

IsClientError returns true when this system delete verifiable address forbidden response has a 4xx status code

func (*SystemDeleteVerifiableAddressForbidden) IsCode

IsCode returns true when this system delete verifiable address forbidden response a status code equal to that given

func (*SystemDeleteVerifiableAddressForbidden) IsRedirect

IsRedirect returns true when this system delete verifiable address forbidden response has a 3xx status code

func (*SystemDeleteVerifiableAddressForbidden) IsServerError

func (o *SystemDeleteVerifiableAddressForbidden) IsServerError() bool

IsServerError returns true when this system delete verifiable address forbidden response has a 5xx status code

func (*SystemDeleteVerifiableAddressForbidden) IsSuccess

IsSuccess returns true when this system delete verifiable address forbidden response has a 2xx status code

func (*SystemDeleteVerifiableAddressForbidden) String

type SystemDeleteVerifiableAddressNoContent

type SystemDeleteVerifiableAddressNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

SystemDeleteVerifiableAddressNoContent describes a response with status code 204, with default header values.

Deletes a verifiable address from the user account

func NewSystemDeleteVerifiableAddressNoContent

func NewSystemDeleteVerifiableAddressNoContent() *SystemDeleteVerifiableAddressNoContent

NewSystemDeleteVerifiableAddressNoContent creates a SystemDeleteVerifiableAddressNoContent with default headers values

func (*SystemDeleteVerifiableAddressNoContent) Code

Code gets the status code for the system delete verifiable address no content response

func (*SystemDeleteVerifiableAddressNoContent) Error

func (*SystemDeleteVerifiableAddressNoContent) IsClientError

func (o *SystemDeleteVerifiableAddressNoContent) IsClientError() bool

IsClientError returns true when this system delete verifiable address no content response has a 4xx status code

func (*SystemDeleteVerifiableAddressNoContent) IsCode

IsCode returns true when this system delete verifiable address no content response a status code equal to that given

func (*SystemDeleteVerifiableAddressNoContent) IsRedirect

IsRedirect returns true when this system delete verifiable address no content response has a 3xx status code

func (*SystemDeleteVerifiableAddressNoContent) IsServerError

func (o *SystemDeleteVerifiableAddressNoContent) IsServerError() bool

IsServerError returns true when this system delete verifiable address no content response has a 5xx status code

func (*SystemDeleteVerifiableAddressNoContent) IsSuccess

IsSuccess returns true when this system delete verifiable address no content response has a 2xx status code

func (*SystemDeleteVerifiableAddressNoContent) String

type SystemDeleteVerifiableAddressNotFound

type SystemDeleteVerifiableAddressNotFound struct {
	Payload *models.Error
}

SystemDeleteVerifiableAddressNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemDeleteVerifiableAddressNotFound

func NewSystemDeleteVerifiableAddressNotFound() *SystemDeleteVerifiableAddressNotFound

NewSystemDeleteVerifiableAddressNotFound creates a SystemDeleteVerifiableAddressNotFound with default headers values

func (*SystemDeleteVerifiableAddressNotFound) Code

Code gets the status code for the system delete verifiable address not found response

func (*SystemDeleteVerifiableAddressNotFound) Error

func (*SystemDeleteVerifiableAddressNotFound) GetPayload

func (*SystemDeleteVerifiableAddressNotFound) IsClientError

func (o *SystemDeleteVerifiableAddressNotFound) IsClientError() bool

IsClientError returns true when this system delete verifiable address not found response has a 4xx status code

func (*SystemDeleteVerifiableAddressNotFound) IsCode

IsCode returns true when this system delete verifiable address not found response a status code equal to that given

func (*SystemDeleteVerifiableAddressNotFound) IsRedirect

IsRedirect returns true when this system delete verifiable address not found response has a 3xx status code

func (*SystemDeleteVerifiableAddressNotFound) IsServerError

func (o *SystemDeleteVerifiableAddressNotFound) IsServerError() bool

IsServerError returns true when this system delete verifiable address not found response has a 5xx status code

func (*SystemDeleteVerifiableAddressNotFound) IsSuccess

IsSuccess returns true when this system delete verifiable address not found response has a 2xx status code

func (*SystemDeleteVerifiableAddressNotFound) String

type SystemDeleteVerifiableAddressParams

type SystemDeleteVerifiableAddressParams struct {

	// Address.
	Address *models.DeleteUserVerifiableAddress

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemDeleteVerifiableAddressParams contains all the parameters to send to the API endpoint

for the system delete verifiable address operation.

Typically these are written to a http.Request.

func NewSystemDeleteVerifiableAddressParams

func NewSystemDeleteVerifiableAddressParams() *SystemDeleteVerifiableAddressParams

NewSystemDeleteVerifiableAddressParams creates a new SystemDeleteVerifiableAddressParams object, with the default timeout for this client.

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

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

func NewSystemDeleteVerifiableAddressParamsWithContext

func NewSystemDeleteVerifiableAddressParamsWithContext(ctx context.Context) *SystemDeleteVerifiableAddressParams

NewSystemDeleteVerifiableAddressParamsWithContext creates a new SystemDeleteVerifiableAddressParams object with the ability to set a context for a request.

func NewSystemDeleteVerifiableAddressParamsWithHTTPClient

func NewSystemDeleteVerifiableAddressParamsWithHTTPClient(client *http.Client) *SystemDeleteVerifiableAddressParams

NewSystemDeleteVerifiableAddressParamsWithHTTPClient creates a new SystemDeleteVerifiableAddressParams object with the ability to set a custom HTTPClient for a request.

func NewSystemDeleteVerifiableAddressParamsWithTimeout

func NewSystemDeleteVerifiableAddressParamsWithTimeout(timeout time.Duration) *SystemDeleteVerifiableAddressParams

NewSystemDeleteVerifiableAddressParamsWithTimeout creates a new SystemDeleteVerifiableAddressParams object with the ability to set a timeout on a request.

func (*SystemDeleteVerifiableAddressParams) SetAddress

SetAddress adds the address to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) SetContext

SetContext adds the context to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) SetDefaults

func (o *SystemDeleteVerifiableAddressParams) SetDefaults()

SetDefaults hydrates default values in the system delete verifiable address params (not the query body).

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

func (*SystemDeleteVerifiableAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) SetIPID

SetIPID adds the ipId to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) SetIfMatch

func (o *SystemDeleteVerifiableAddressParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) SetTimeout

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

SetTimeout adds the timeout to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) SetUserID

func (o *SystemDeleteVerifiableAddressParams) SetUserID(userID string)

SetUserID adds the userId to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WithAddress

WithAddress adds the address to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WithContext

WithContext adds the context to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WithDefaults

WithDefaults hydrates default values in the system delete verifiable address params (not the query body).

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

func (*SystemDeleteVerifiableAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WithIPID

WithIPID adds the iPID to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WithIfMatch

WithIfMatch adds the ifMatch to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WithTimeout

WithTimeout adds the timeout to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WithUserID

WithUserID adds the userID to the system delete verifiable address params

func (*SystemDeleteVerifiableAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemDeleteVerifiableAddressPreconditionFailed

type SystemDeleteVerifiableAddressPreconditionFailed struct {
	Payload *models.Error
}

SystemDeleteVerifiableAddressPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemDeleteVerifiableAddressPreconditionFailed

func NewSystemDeleteVerifiableAddressPreconditionFailed() *SystemDeleteVerifiableAddressPreconditionFailed

NewSystemDeleteVerifiableAddressPreconditionFailed creates a SystemDeleteVerifiableAddressPreconditionFailed with default headers values

func (*SystemDeleteVerifiableAddressPreconditionFailed) Code

Code gets the status code for the system delete verifiable address precondition failed response

func (*SystemDeleteVerifiableAddressPreconditionFailed) Error

func (*SystemDeleteVerifiableAddressPreconditionFailed) GetPayload

func (*SystemDeleteVerifiableAddressPreconditionFailed) IsClientError

IsClientError returns true when this system delete verifiable address precondition failed response has a 4xx status code

func (*SystemDeleteVerifiableAddressPreconditionFailed) IsCode

IsCode returns true when this system delete verifiable address precondition failed response a status code equal to that given

func (*SystemDeleteVerifiableAddressPreconditionFailed) IsRedirect

IsRedirect returns true when this system delete verifiable address precondition failed response has a 3xx status code

func (*SystemDeleteVerifiableAddressPreconditionFailed) IsServerError

IsServerError returns true when this system delete verifiable address precondition failed response has a 5xx status code

func (*SystemDeleteVerifiableAddressPreconditionFailed) IsSuccess

IsSuccess returns true when this system delete verifiable address precondition failed response has a 2xx status code

func (*SystemDeleteVerifiableAddressPreconditionFailed) String

type SystemDeleteVerifiableAddressReader

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

SystemDeleteVerifiableAddressReader is a Reader for the SystemDeleteVerifiableAddress structure.

func (*SystemDeleteVerifiableAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemDeleteVerifiableAddressTooManyRequests

type SystemDeleteVerifiableAddressTooManyRequests struct {
	Payload *models.Error
}

SystemDeleteVerifiableAddressTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemDeleteVerifiableAddressTooManyRequests

func NewSystemDeleteVerifiableAddressTooManyRequests() *SystemDeleteVerifiableAddressTooManyRequests

NewSystemDeleteVerifiableAddressTooManyRequests creates a SystemDeleteVerifiableAddressTooManyRequests with default headers values

func (*SystemDeleteVerifiableAddressTooManyRequests) Code

Code gets the status code for the system delete verifiable address too many requests response

func (*SystemDeleteVerifiableAddressTooManyRequests) Error

func (*SystemDeleteVerifiableAddressTooManyRequests) GetPayload

func (*SystemDeleteVerifiableAddressTooManyRequests) IsClientError

IsClientError returns true when this system delete verifiable address too many requests response has a 4xx status code

func (*SystemDeleteVerifiableAddressTooManyRequests) IsCode

IsCode returns true when this system delete verifiable address too many requests response a status code equal to that given

func (*SystemDeleteVerifiableAddressTooManyRequests) IsRedirect

IsRedirect returns true when this system delete verifiable address too many requests response has a 3xx status code

func (*SystemDeleteVerifiableAddressTooManyRequests) IsServerError

IsServerError returns true when this system delete verifiable address too many requests response has a 5xx status code

func (*SystemDeleteVerifiableAddressTooManyRequests) IsSuccess

IsSuccess returns true when this system delete verifiable address too many requests response has a 2xx status code

func (*SystemDeleteVerifiableAddressTooManyRequests) String

type SystemDeleteVerifiableAddressUnauthorized

type SystemDeleteVerifiableAddressUnauthorized struct {
	Payload *models.Error
}

SystemDeleteVerifiableAddressUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemDeleteVerifiableAddressUnauthorized

func NewSystemDeleteVerifiableAddressUnauthorized() *SystemDeleteVerifiableAddressUnauthorized

NewSystemDeleteVerifiableAddressUnauthorized creates a SystemDeleteVerifiableAddressUnauthorized with default headers values

func (*SystemDeleteVerifiableAddressUnauthorized) Code

Code gets the status code for the system delete verifiable address unauthorized response

func (*SystemDeleteVerifiableAddressUnauthorized) Error

func (*SystemDeleteVerifiableAddressUnauthorized) GetPayload

func (*SystemDeleteVerifiableAddressUnauthorized) IsClientError

IsClientError returns true when this system delete verifiable address unauthorized response has a 4xx status code

func (*SystemDeleteVerifiableAddressUnauthorized) IsCode

IsCode returns true when this system delete verifiable address unauthorized response a status code equal to that given

func (*SystemDeleteVerifiableAddressUnauthorized) IsRedirect

IsRedirect returns true when this system delete verifiable address unauthorized response has a 3xx status code

func (*SystemDeleteVerifiableAddressUnauthorized) IsServerError

IsServerError returns true when this system delete verifiable address unauthorized response has a 5xx status code

func (*SystemDeleteVerifiableAddressUnauthorized) IsSuccess

IsSuccess returns true when this system delete verifiable address unauthorized response has a 2xx status code

func (*SystemDeleteVerifiableAddressUnauthorized) String

type SystemGetUserByKeyForbidden

type SystemGetUserByKeyForbidden struct {
	Payload *models.Error
}

SystemGetUserByKeyForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemGetUserByKeyForbidden

func NewSystemGetUserByKeyForbidden() *SystemGetUserByKeyForbidden

NewSystemGetUserByKeyForbidden creates a SystemGetUserByKeyForbidden with default headers values

func (*SystemGetUserByKeyForbidden) Code

func (o *SystemGetUserByKeyForbidden) Code() int

Code gets the status code for the system get user by key forbidden response

func (*SystemGetUserByKeyForbidden) Error

func (*SystemGetUserByKeyForbidden) GetPayload

func (o *SystemGetUserByKeyForbidden) GetPayload() *models.Error

func (*SystemGetUserByKeyForbidden) IsClientError

func (o *SystemGetUserByKeyForbidden) IsClientError() bool

IsClientError returns true when this system get user by key forbidden response has a 4xx status code

func (*SystemGetUserByKeyForbidden) IsCode

func (o *SystemGetUserByKeyForbidden) IsCode(code int) bool

IsCode returns true when this system get user by key forbidden response a status code equal to that given

func (*SystemGetUserByKeyForbidden) IsRedirect

func (o *SystemGetUserByKeyForbidden) IsRedirect() bool

IsRedirect returns true when this system get user by key forbidden response has a 3xx status code

func (*SystemGetUserByKeyForbidden) IsServerError

func (o *SystemGetUserByKeyForbidden) IsServerError() bool

IsServerError returns true when this system get user by key forbidden response has a 5xx status code

func (*SystemGetUserByKeyForbidden) IsSuccess

func (o *SystemGetUserByKeyForbidden) IsSuccess() bool

IsSuccess returns true when this system get user by key forbidden response has a 2xx status code

func (*SystemGetUserByKeyForbidden) String

func (o *SystemGetUserByKeyForbidden) String() string

type SystemGetUserByKeyNotFound

type SystemGetUserByKeyNotFound struct {
	Payload *models.Error
}

SystemGetUserByKeyNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemGetUserByKeyNotFound

func NewSystemGetUserByKeyNotFound() *SystemGetUserByKeyNotFound

NewSystemGetUserByKeyNotFound creates a SystemGetUserByKeyNotFound with default headers values

func (*SystemGetUserByKeyNotFound) Code

func (o *SystemGetUserByKeyNotFound) Code() int

Code gets the status code for the system get user by key not found response

func (*SystemGetUserByKeyNotFound) Error

func (*SystemGetUserByKeyNotFound) GetPayload

func (o *SystemGetUserByKeyNotFound) GetPayload() *models.Error

func (*SystemGetUserByKeyNotFound) IsClientError

func (o *SystemGetUserByKeyNotFound) IsClientError() bool

IsClientError returns true when this system get user by key not found response has a 4xx status code

func (*SystemGetUserByKeyNotFound) IsCode

func (o *SystemGetUserByKeyNotFound) IsCode(code int) bool

IsCode returns true when this system get user by key not found response a status code equal to that given

func (*SystemGetUserByKeyNotFound) IsRedirect

func (o *SystemGetUserByKeyNotFound) IsRedirect() bool

IsRedirect returns true when this system get user by key not found response has a 3xx status code

func (*SystemGetUserByKeyNotFound) IsServerError

func (o *SystemGetUserByKeyNotFound) IsServerError() bool

IsServerError returns true when this system get user by key not found response has a 5xx status code

func (*SystemGetUserByKeyNotFound) IsSuccess

func (o *SystemGetUserByKeyNotFound) IsSuccess() bool

IsSuccess returns true when this system get user by key not found response has a 2xx status code

func (*SystemGetUserByKeyNotFound) String

func (o *SystemGetUserByKeyNotFound) String() string

type SystemGetUserByKeyOK

type SystemGetUserByKeyOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

SystemGetUserByKeyOK describes a response with status code 200, with default header values.

User

func NewSystemGetUserByKeyOK

func NewSystemGetUserByKeyOK() *SystemGetUserByKeyOK

NewSystemGetUserByKeyOK creates a SystemGetUserByKeyOK with default headers values

func (*SystemGetUserByKeyOK) Code

func (o *SystemGetUserByKeyOK) Code() int

Code gets the status code for the system get user by key o k response

func (*SystemGetUserByKeyOK) Error

func (o *SystemGetUserByKeyOK) Error() string

func (*SystemGetUserByKeyOK) GetPayload

func (o *SystemGetUserByKeyOK) GetPayload() *models.UserWithData

func (*SystemGetUserByKeyOK) IsClientError

func (o *SystemGetUserByKeyOK) IsClientError() bool

IsClientError returns true when this system get user by key o k response has a 4xx status code

func (*SystemGetUserByKeyOK) IsCode

func (o *SystemGetUserByKeyOK) IsCode(code int) bool

IsCode returns true when this system get user by key o k response a status code equal to that given

func (*SystemGetUserByKeyOK) IsRedirect

func (o *SystemGetUserByKeyOK) IsRedirect() bool

IsRedirect returns true when this system get user by key o k response has a 3xx status code

func (*SystemGetUserByKeyOK) IsServerError

func (o *SystemGetUserByKeyOK) IsServerError() bool

IsServerError returns true when this system get user by key o k response has a 5xx status code

func (*SystemGetUserByKeyOK) IsSuccess

func (o *SystemGetUserByKeyOK) IsSuccess() bool

IsSuccess returns true when this system get user by key o k response has a 2xx status code

func (*SystemGetUserByKeyOK) String

func (o *SystemGetUserByKeyOK) String() string

type SystemGetUserByKeyParams

type SystemGetUserByKeyParams struct {

	// GetUserByKey.
	GetUserByKey *models.GetUserByKey

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

SystemGetUserByKeyParams contains all the parameters to send to the API endpoint

for the system get user by key operation.

Typically these are written to a http.Request.

func NewSystemGetUserByKeyParams

func NewSystemGetUserByKeyParams() *SystemGetUserByKeyParams

NewSystemGetUserByKeyParams creates a new SystemGetUserByKeyParams object, with the default timeout for this client.

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

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

func NewSystemGetUserByKeyParamsWithContext

func NewSystemGetUserByKeyParamsWithContext(ctx context.Context) *SystemGetUserByKeyParams

NewSystemGetUserByKeyParamsWithContext creates a new SystemGetUserByKeyParams object with the ability to set a context for a request.

func NewSystemGetUserByKeyParamsWithHTTPClient

func NewSystemGetUserByKeyParamsWithHTTPClient(client *http.Client) *SystemGetUserByKeyParams

NewSystemGetUserByKeyParamsWithHTTPClient creates a new SystemGetUserByKeyParams object with the ability to set a custom HTTPClient for a request.

func NewSystemGetUserByKeyParamsWithTimeout

func NewSystemGetUserByKeyParamsWithTimeout(timeout time.Duration) *SystemGetUserByKeyParams

NewSystemGetUserByKeyParamsWithTimeout creates a new SystemGetUserByKeyParams object with the ability to set a timeout on a request.

func (*SystemGetUserByKeyParams) SetContext

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

SetContext adds the context to the system get user by key params

func (*SystemGetUserByKeyParams) SetDefaults

func (o *SystemGetUserByKeyParams) SetDefaults()

SetDefaults hydrates default values in the system get user by key params (not the query body).

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

func (*SystemGetUserByKeyParams) SetGetUserByKey

func (o *SystemGetUserByKeyParams) SetGetUserByKey(getUserByKey *models.GetUserByKey)

SetGetUserByKey adds the getUserByKey to the system get user by key params

func (*SystemGetUserByKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system get user by key params

func (*SystemGetUserByKeyParams) SetIPID

func (o *SystemGetUserByKeyParams) SetIPID(iPID string)

SetIPID adds the ipId to the system get user by key params

func (*SystemGetUserByKeyParams) SetIfMatch

func (o *SystemGetUserByKeyParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system get user by key params

func (*SystemGetUserByKeyParams) SetTimeout

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

SetTimeout adds the timeout to the system get user by key params

func (*SystemGetUserByKeyParams) WithContext

WithContext adds the context to the system get user by key params

func (*SystemGetUserByKeyParams) WithDefaults

WithDefaults hydrates default values in the system get user by key params (not the query body).

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

func (*SystemGetUserByKeyParams) WithGetUserByKey

func (o *SystemGetUserByKeyParams) WithGetUserByKey(getUserByKey *models.GetUserByKey) *SystemGetUserByKeyParams

WithGetUserByKey adds the getUserByKey to the system get user by key params

func (*SystemGetUserByKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system get user by key params

func (*SystemGetUserByKeyParams) WithIPID

WithIPID adds the iPID to the system get user by key params

func (*SystemGetUserByKeyParams) WithIfMatch

func (o *SystemGetUserByKeyParams) WithIfMatch(ifMatch *string) *SystemGetUserByKeyParams

WithIfMatch adds the ifMatch to the system get user by key params

func (*SystemGetUserByKeyParams) WithTimeout

WithTimeout adds the timeout to the system get user by key params

func (*SystemGetUserByKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemGetUserByKeyPreconditionFailed

type SystemGetUserByKeyPreconditionFailed struct {
	Payload *models.Error
}

SystemGetUserByKeyPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemGetUserByKeyPreconditionFailed

func NewSystemGetUserByKeyPreconditionFailed() *SystemGetUserByKeyPreconditionFailed

NewSystemGetUserByKeyPreconditionFailed creates a SystemGetUserByKeyPreconditionFailed with default headers values

func (*SystemGetUserByKeyPreconditionFailed) Code

Code gets the status code for the system get user by key precondition failed response

func (*SystemGetUserByKeyPreconditionFailed) Error

func (*SystemGetUserByKeyPreconditionFailed) GetPayload

func (*SystemGetUserByKeyPreconditionFailed) IsClientError

func (o *SystemGetUserByKeyPreconditionFailed) IsClientError() bool

IsClientError returns true when this system get user by key precondition failed response has a 4xx status code

func (*SystemGetUserByKeyPreconditionFailed) IsCode

IsCode returns true when this system get user by key precondition failed response a status code equal to that given

func (*SystemGetUserByKeyPreconditionFailed) IsRedirect

IsRedirect returns true when this system get user by key precondition failed response has a 3xx status code

func (*SystemGetUserByKeyPreconditionFailed) IsServerError

func (o *SystemGetUserByKeyPreconditionFailed) IsServerError() bool

IsServerError returns true when this system get user by key precondition failed response has a 5xx status code

func (*SystemGetUserByKeyPreconditionFailed) IsSuccess

IsSuccess returns true when this system get user by key precondition failed response has a 2xx status code

func (*SystemGetUserByKeyPreconditionFailed) String

type SystemGetUserByKeyReader

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

SystemGetUserByKeyReader is a Reader for the SystemGetUserByKey structure.

func (*SystemGetUserByKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemGetUserByKeyTooManyRequests

type SystemGetUserByKeyTooManyRequests struct {
	Payload *models.Error
}

SystemGetUserByKeyTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemGetUserByKeyTooManyRequests

func NewSystemGetUserByKeyTooManyRequests() *SystemGetUserByKeyTooManyRequests

NewSystemGetUserByKeyTooManyRequests creates a SystemGetUserByKeyTooManyRequests with default headers values

func (*SystemGetUserByKeyTooManyRequests) Code

Code gets the status code for the system get user by key too many requests response

func (*SystemGetUserByKeyTooManyRequests) Error

func (*SystemGetUserByKeyTooManyRequests) GetPayload

func (*SystemGetUserByKeyTooManyRequests) IsClientError

func (o *SystemGetUserByKeyTooManyRequests) IsClientError() bool

IsClientError returns true when this system get user by key too many requests response has a 4xx status code

func (*SystemGetUserByKeyTooManyRequests) IsCode

func (o *SystemGetUserByKeyTooManyRequests) IsCode(code int) bool

IsCode returns true when this system get user by key too many requests response a status code equal to that given

func (*SystemGetUserByKeyTooManyRequests) IsRedirect

func (o *SystemGetUserByKeyTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system get user by key too many requests response has a 3xx status code

func (*SystemGetUserByKeyTooManyRequests) IsServerError

func (o *SystemGetUserByKeyTooManyRequests) IsServerError() bool

IsServerError returns true when this system get user by key too many requests response has a 5xx status code

func (*SystemGetUserByKeyTooManyRequests) IsSuccess

func (o *SystemGetUserByKeyTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system get user by key too many requests response has a 2xx status code

func (*SystemGetUserByKeyTooManyRequests) String

type SystemGetUserByKeyUnauthorized

type SystemGetUserByKeyUnauthorized struct {
	Payload *models.Error
}

SystemGetUserByKeyUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemGetUserByKeyUnauthorized

func NewSystemGetUserByKeyUnauthorized() *SystemGetUserByKeyUnauthorized

NewSystemGetUserByKeyUnauthorized creates a SystemGetUserByKeyUnauthorized with default headers values

func (*SystemGetUserByKeyUnauthorized) Code

Code gets the status code for the system get user by key unauthorized response

func (*SystemGetUserByKeyUnauthorized) Error

func (*SystemGetUserByKeyUnauthorized) GetPayload

func (o *SystemGetUserByKeyUnauthorized) GetPayload() *models.Error

func (*SystemGetUserByKeyUnauthorized) IsClientError

func (o *SystemGetUserByKeyUnauthorized) IsClientError() bool

IsClientError returns true when this system get user by key unauthorized response has a 4xx status code

func (*SystemGetUserByKeyUnauthorized) IsCode

func (o *SystemGetUserByKeyUnauthorized) IsCode(code int) bool

IsCode returns true when this system get user by key unauthorized response a status code equal to that given

func (*SystemGetUserByKeyUnauthorized) IsRedirect

func (o *SystemGetUserByKeyUnauthorized) IsRedirect() bool

IsRedirect returns true when this system get user by key unauthorized response has a 3xx status code

func (*SystemGetUserByKeyUnauthorized) IsServerError

func (o *SystemGetUserByKeyUnauthorized) IsServerError() bool

IsServerError returns true when this system get user by key unauthorized response has a 5xx status code

func (*SystemGetUserByKeyUnauthorized) IsSuccess

func (o *SystemGetUserByKeyUnauthorized) IsSuccess() bool

IsSuccess returns true when this system get user by key unauthorized response has a 2xx status code

func (*SystemGetUserByKeyUnauthorized) String

type SystemGetUserForbidden

type SystemGetUserForbidden struct {
	Payload *models.Error
}

SystemGetUserForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemGetUserForbidden

func NewSystemGetUserForbidden() *SystemGetUserForbidden

NewSystemGetUserForbidden creates a SystemGetUserForbidden with default headers values

func (*SystemGetUserForbidden) Code

func (o *SystemGetUserForbidden) Code() int

Code gets the status code for the system get user forbidden response

func (*SystemGetUserForbidden) Error

func (o *SystemGetUserForbidden) Error() string

func (*SystemGetUserForbidden) GetPayload

func (o *SystemGetUserForbidden) GetPayload() *models.Error

func (*SystemGetUserForbidden) IsClientError

func (o *SystemGetUserForbidden) IsClientError() bool

IsClientError returns true when this system get user forbidden response has a 4xx status code

func (*SystemGetUserForbidden) IsCode

func (o *SystemGetUserForbidden) IsCode(code int) bool

IsCode returns true when this system get user forbidden response a status code equal to that given

func (*SystemGetUserForbidden) IsRedirect

func (o *SystemGetUserForbidden) IsRedirect() bool

IsRedirect returns true when this system get user forbidden response has a 3xx status code

func (*SystemGetUserForbidden) IsServerError

func (o *SystemGetUserForbidden) IsServerError() bool

IsServerError returns true when this system get user forbidden response has a 5xx status code

func (*SystemGetUserForbidden) IsSuccess

func (o *SystemGetUserForbidden) IsSuccess() bool

IsSuccess returns true when this system get user forbidden response has a 2xx status code

func (*SystemGetUserForbidden) String

func (o *SystemGetUserForbidden) String() string

type SystemGetUserNotFound

type SystemGetUserNotFound struct {
	Payload *models.Error
}

SystemGetUserNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemGetUserNotFound

func NewSystemGetUserNotFound() *SystemGetUserNotFound

NewSystemGetUserNotFound creates a SystemGetUserNotFound with default headers values

func (*SystemGetUserNotFound) Code

func (o *SystemGetUserNotFound) Code() int

Code gets the status code for the system get user not found response

func (*SystemGetUserNotFound) Error

func (o *SystemGetUserNotFound) Error() string

func (*SystemGetUserNotFound) GetPayload

func (o *SystemGetUserNotFound) GetPayload() *models.Error

func (*SystemGetUserNotFound) IsClientError

func (o *SystemGetUserNotFound) IsClientError() bool

IsClientError returns true when this system get user not found response has a 4xx status code

func (*SystemGetUserNotFound) IsCode

func (o *SystemGetUserNotFound) IsCode(code int) bool

IsCode returns true when this system get user not found response a status code equal to that given

func (*SystemGetUserNotFound) IsRedirect

func (o *SystemGetUserNotFound) IsRedirect() bool

IsRedirect returns true when this system get user not found response has a 3xx status code

func (*SystemGetUserNotFound) IsServerError

func (o *SystemGetUserNotFound) IsServerError() bool

IsServerError returns true when this system get user not found response has a 5xx status code

func (*SystemGetUserNotFound) IsSuccess

func (o *SystemGetUserNotFound) IsSuccess() bool

IsSuccess returns true when this system get user not found response has a 2xx status code

func (*SystemGetUserNotFound) String

func (o *SystemGetUserNotFound) String() string

type SystemGetUserOK

type SystemGetUserOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

SystemGetUserOK describes a response with status code 200, with default header values.

User

func NewSystemGetUserOK

func NewSystemGetUserOK() *SystemGetUserOK

NewSystemGetUserOK creates a SystemGetUserOK with default headers values

func (*SystemGetUserOK) Code

func (o *SystemGetUserOK) Code() int

Code gets the status code for the system get user o k response

func (*SystemGetUserOK) Error

func (o *SystemGetUserOK) Error() string

func (*SystemGetUserOK) GetPayload

func (o *SystemGetUserOK) GetPayload() *models.UserWithData

func (*SystemGetUserOK) IsClientError

func (o *SystemGetUserOK) IsClientError() bool

IsClientError returns true when this system get user o k response has a 4xx status code

func (*SystemGetUserOK) IsCode

func (o *SystemGetUserOK) IsCode(code int) bool

IsCode returns true when this system get user o k response a status code equal to that given

func (*SystemGetUserOK) IsRedirect

func (o *SystemGetUserOK) IsRedirect() bool

IsRedirect returns true when this system get user o k response has a 3xx status code

func (*SystemGetUserOK) IsServerError

func (o *SystemGetUserOK) IsServerError() bool

IsServerError returns true when this system get user o k response has a 5xx status code

func (*SystemGetUserOK) IsSuccess

func (o *SystemGetUserOK) IsSuccess() bool

IsSuccess returns true when this system get user o k response has a 2xx status code

func (*SystemGetUserOK) String

func (o *SystemGetUserOK) String() string

type SystemGetUserParams

type SystemGetUserParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemGetUserParams contains all the parameters to send to the API endpoint

for the system get user operation.

Typically these are written to a http.Request.

func NewSystemGetUserParams

func NewSystemGetUserParams() *SystemGetUserParams

NewSystemGetUserParams creates a new SystemGetUserParams object, with the default timeout for this client.

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

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

func NewSystemGetUserParamsWithContext

func NewSystemGetUserParamsWithContext(ctx context.Context) *SystemGetUserParams

NewSystemGetUserParamsWithContext creates a new SystemGetUserParams object with the ability to set a context for a request.

func NewSystemGetUserParamsWithHTTPClient

func NewSystemGetUserParamsWithHTTPClient(client *http.Client) *SystemGetUserParams

NewSystemGetUserParamsWithHTTPClient creates a new SystemGetUserParams object with the ability to set a custom HTTPClient for a request.

func NewSystemGetUserParamsWithTimeout

func NewSystemGetUserParamsWithTimeout(timeout time.Duration) *SystemGetUserParams

NewSystemGetUserParamsWithTimeout creates a new SystemGetUserParams object with the ability to set a timeout on a request.

func (*SystemGetUserParams) SetContext

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

SetContext adds the context to the system get user params

func (*SystemGetUserParams) SetDefaults

func (o *SystemGetUserParams) SetDefaults()

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

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

func (*SystemGetUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system get user params

func (*SystemGetUserParams) SetIPID

func (o *SystemGetUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the system get user params

func (*SystemGetUserParams) SetIfMatch

func (o *SystemGetUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system get user params

func (*SystemGetUserParams) SetTimeout

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

SetTimeout adds the timeout to the system get user params

func (*SystemGetUserParams) SetUserID

func (o *SystemGetUserParams) SetUserID(userID string)

SetUserID adds the userId to the system get user params

func (*SystemGetUserParams) WithContext

WithContext adds the context to the system get user params

func (*SystemGetUserParams) WithDefaults

func (o *SystemGetUserParams) WithDefaults() *SystemGetUserParams

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

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

func (*SystemGetUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system get user params

func (*SystemGetUserParams) WithIPID

func (o *SystemGetUserParams) WithIPID(iPID string) *SystemGetUserParams

WithIPID adds the iPID to the system get user params

func (*SystemGetUserParams) WithIfMatch

func (o *SystemGetUserParams) WithIfMatch(ifMatch *string) *SystemGetUserParams

WithIfMatch adds the ifMatch to the system get user params

func (*SystemGetUserParams) WithTimeout

func (o *SystemGetUserParams) WithTimeout(timeout time.Duration) *SystemGetUserParams

WithTimeout adds the timeout to the system get user params

func (*SystemGetUserParams) WithUserID

func (o *SystemGetUserParams) WithUserID(userID string) *SystemGetUserParams

WithUserID adds the userID to the system get user params

func (*SystemGetUserParams) WriteToRequest

func (o *SystemGetUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SystemGetUserPreconditionFailed

type SystemGetUserPreconditionFailed struct {
	Payload *models.Error
}

SystemGetUserPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemGetUserPreconditionFailed

func NewSystemGetUserPreconditionFailed() *SystemGetUserPreconditionFailed

NewSystemGetUserPreconditionFailed creates a SystemGetUserPreconditionFailed with default headers values

func (*SystemGetUserPreconditionFailed) Code

Code gets the status code for the system get user precondition failed response

func (*SystemGetUserPreconditionFailed) Error

func (*SystemGetUserPreconditionFailed) GetPayload

func (o *SystemGetUserPreconditionFailed) GetPayload() *models.Error

func (*SystemGetUserPreconditionFailed) IsClientError

func (o *SystemGetUserPreconditionFailed) IsClientError() bool

IsClientError returns true when this system get user precondition failed response has a 4xx status code

func (*SystemGetUserPreconditionFailed) IsCode

func (o *SystemGetUserPreconditionFailed) IsCode(code int) bool

IsCode returns true when this system get user precondition failed response a status code equal to that given

func (*SystemGetUserPreconditionFailed) IsRedirect

func (o *SystemGetUserPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this system get user precondition failed response has a 3xx status code

func (*SystemGetUserPreconditionFailed) IsServerError

func (o *SystemGetUserPreconditionFailed) IsServerError() bool

IsServerError returns true when this system get user precondition failed response has a 5xx status code

func (*SystemGetUserPreconditionFailed) IsSuccess

func (o *SystemGetUserPreconditionFailed) IsSuccess() bool

IsSuccess returns true when this system get user precondition failed response has a 2xx status code

func (*SystemGetUserPreconditionFailed) String

type SystemGetUserReader

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

SystemGetUserReader is a Reader for the SystemGetUser structure.

func (*SystemGetUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemGetUserTooManyRequests

type SystemGetUserTooManyRequests struct {
	Payload *models.Error
}

SystemGetUserTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemGetUserTooManyRequests

func NewSystemGetUserTooManyRequests() *SystemGetUserTooManyRequests

NewSystemGetUserTooManyRequests creates a SystemGetUserTooManyRequests with default headers values

func (*SystemGetUserTooManyRequests) Code

Code gets the status code for the system get user too many requests response

func (*SystemGetUserTooManyRequests) Error

func (*SystemGetUserTooManyRequests) GetPayload

func (o *SystemGetUserTooManyRequests) GetPayload() *models.Error

func (*SystemGetUserTooManyRequests) IsClientError

func (o *SystemGetUserTooManyRequests) IsClientError() bool

IsClientError returns true when this system get user too many requests response has a 4xx status code

func (*SystemGetUserTooManyRequests) IsCode

func (o *SystemGetUserTooManyRequests) IsCode(code int) bool

IsCode returns true when this system get user too many requests response a status code equal to that given

func (*SystemGetUserTooManyRequests) IsRedirect

func (o *SystemGetUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system get user too many requests response has a 3xx status code

func (*SystemGetUserTooManyRequests) IsServerError

func (o *SystemGetUserTooManyRequests) IsServerError() bool

IsServerError returns true when this system get user too many requests response has a 5xx status code

func (*SystemGetUserTooManyRequests) IsSuccess

func (o *SystemGetUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system get user too many requests response has a 2xx status code

func (*SystemGetUserTooManyRequests) String

type SystemGetUserUnauthorized

type SystemGetUserUnauthorized struct {
	Payload *models.Error
}

SystemGetUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemGetUserUnauthorized

func NewSystemGetUserUnauthorized() *SystemGetUserUnauthorized

NewSystemGetUserUnauthorized creates a SystemGetUserUnauthorized with default headers values

func (*SystemGetUserUnauthorized) Code

func (o *SystemGetUserUnauthorized) Code() int

Code gets the status code for the system get user unauthorized response

func (*SystemGetUserUnauthorized) Error

func (o *SystemGetUserUnauthorized) Error() string

func (*SystemGetUserUnauthorized) GetPayload

func (o *SystemGetUserUnauthorized) GetPayload() *models.Error

func (*SystemGetUserUnauthorized) IsClientError

func (o *SystemGetUserUnauthorized) IsClientError() bool

IsClientError returns true when this system get user unauthorized response has a 4xx status code

func (*SystemGetUserUnauthorized) IsCode

func (o *SystemGetUserUnauthorized) IsCode(code int) bool

IsCode returns true when this system get user unauthorized response a status code equal to that given

func (*SystemGetUserUnauthorized) IsRedirect

func (o *SystemGetUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this system get user unauthorized response has a 3xx status code

func (*SystemGetUserUnauthorized) IsServerError

func (o *SystemGetUserUnauthorized) IsServerError() bool

IsServerError returns true when this system get user unauthorized response has a 5xx status code

func (*SystemGetUserUnauthorized) IsSuccess

func (o *SystemGetUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this system get user unauthorized response has a 2xx status code

func (*SystemGetUserUnauthorized) String

func (o *SystemGetUserUnauthorized) String() string

type SystemListUsersBadRequest

type SystemListUsersBadRequest struct {
	Payload *models.Error
}

SystemListUsersBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSystemListUsersBadRequest

func NewSystemListUsersBadRequest() *SystemListUsersBadRequest

NewSystemListUsersBadRequest creates a SystemListUsersBadRequest with default headers values

func (*SystemListUsersBadRequest) Code

func (o *SystemListUsersBadRequest) Code() int

Code gets the status code for the system list users bad request response

func (*SystemListUsersBadRequest) Error

func (o *SystemListUsersBadRequest) Error() string

func (*SystemListUsersBadRequest) GetPayload

func (o *SystemListUsersBadRequest) GetPayload() *models.Error

func (*SystemListUsersBadRequest) IsClientError

func (o *SystemListUsersBadRequest) IsClientError() bool

IsClientError returns true when this system list users bad request response has a 4xx status code

func (*SystemListUsersBadRequest) IsCode

func (o *SystemListUsersBadRequest) IsCode(code int) bool

IsCode returns true when this system list users bad request response a status code equal to that given

func (*SystemListUsersBadRequest) IsRedirect

func (o *SystemListUsersBadRequest) IsRedirect() bool

IsRedirect returns true when this system list users bad request response has a 3xx status code

func (*SystemListUsersBadRequest) IsServerError

func (o *SystemListUsersBadRequest) IsServerError() bool

IsServerError returns true when this system list users bad request response has a 5xx status code

func (*SystemListUsersBadRequest) IsSuccess

func (o *SystemListUsersBadRequest) IsSuccess() bool

IsSuccess returns true when this system list users bad request response has a 2xx status code

func (*SystemListUsersBadRequest) String

func (o *SystemListUsersBadRequest) String() string

type SystemListUsersForbidden

type SystemListUsersForbidden struct {
	Payload *models.Error
}

SystemListUsersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemListUsersForbidden

func NewSystemListUsersForbidden() *SystemListUsersForbidden

NewSystemListUsersForbidden creates a SystemListUsersForbidden with default headers values

func (*SystemListUsersForbidden) Code

func (o *SystemListUsersForbidden) Code() int

Code gets the status code for the system list users forbidden response

func (*SystemListUsersForbidden) Error

func (o *SystemListUsersForbidden) Error() string

func (*SystemListUsersForbidden) GetPayload

func (o *SystemListUsersForbidden) GetPayload() *models.Error

func (*SystemListUsersForbidden) IsClientError

func (o *SystemListUsersForbidden) IsClientError() bool

IsClientError returns true when this system list users forbidden response has a 4xx status code

func (*SystemListUsersForbidden) IsCode

func (o *SystemListUsersForbidden) IsCode(code int) bool

IsCode returns true when this system list users forbidden response a status code equal to that given

func (*SystemListUsersForbidden) IsRedirect

func (o *SystemListUsersForbidden) IsRedirect() bool

IsRedirect returns true when this system list users forbidden response has a 3xx status code

func (*SystemListUsersForbidden) IsServerError

func (o *SystemListUsersForbidden) IsServerError() bool

IsServerError returns true when this system list users forbidden response has a 5xx status code

func (*SystemListUsersForbidden) IsSuccess

func (o *SystemListUsersForbidden) IsSuccess() bool

IsSuccess returns true when this system list users forbidden response has a 2xx status code

func (*SystemListUsersForbidden) String

func (o *SystemListUsersForbidden) String() string

type SystemListUsersNotFound

type SystemListUsersNotFound struct {
	Payload *models.Error
}

SystemListUsersNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemListUsersNotFound

func NewSystemListUsersNotFound() *SystemListUsersNotFound

NewSystemListUsersNotFound creates a SystemListUsersNotFound with default headers values

func (*SystemListUsersNotFound) Code

func (o *SystemListUsersNotFound) Code() int

Code gets the status code for the system list users not found response

func (*SystemListUsersNotFound) Error

func (o *SystemListUsersNotFound) Error() string

func (*SystemListUsersNotFound) GetPayload

func (o *SystemListUsersNotFound) GetPayload() *models.Error

func (*SystemListUsersNotFound) IsClientError

func (o *SystemListUsersNotFound) IsClientError() bool

IsClientError returns true when this system list users not found response has a 4xx status code

func (*SystemListUsersNotFound) IsCode

func (o *SystemListUsersNotFound) IsCode(code int) bool

IsCode returns true when this system list users not found response a status code equal to that given

func (*SystemListUsersNotFound) IsRedirect

func (o *SystemListUsersNotFound) IsRedirect() bool

IsRedirect returns true when this system list users not found response has a 3xx status code

func (*SystemListUsersNotFound) IsServerError

func (o *SystemListUsersNotFound) IsServerError() bool

IsServerError returns true when this system list users not found response has a 5xx status code

func (*SystemListUsersNotFound) IsSuccess

func (o *SystemListUsersNotFound) IsSuccess() bool

IsSuccess returns true when this system list users not found response has a 2xx status code

func (*SystemListUsersNotFound) String

func (o *SystemListUsersNotFound) String() string

type SystemListUsersOK

type SystemListUsersOK struct {
	Payload *models.Users
}

SystemListUsersOK describes a response with status code 200, with default header values.

Identity Users

func NewSystemListUsersOK

func NewSystemListUsersOK() *SystemListUsersOK

NewSystemListUsersOK creates a SystemListUsersOK with default headers values

func (*SystemListUsersOK) Code

func (o *SystemListUsersOK) Code() int

Code gets the status code for the system list users o k response

func (*SystemListUsersOK) Error

func (o *SystemListUsersOK) Error() string

func (*SystemListUsersOK) GetPayload

func (o *SystemListUsersOK) GetPayload() *models.Users

func (*SystemListUsersOK) IsClientError

func (o *SystemListUsersOK) IsClientError() bool

IsClientError returns true when this system list users o k response has a 4xx status code

func (*SystemListUsersOK) IsCode

func (o *SystemListUsersOK) IsCode(code int) bool

IsCode returns true when this system list users o k response a status code equal to that given

func (*SystemListUsersOK) IsRedirect

func (o *SystemListUsersOK) IsRedirect() bool

IsRedirect returns true when this system list users o k response has a 3xx status code

func (*SystemListUsersOK) IsServerError

func (o *SystemListUsersOK) IsServerError() bool

IsServerError returns true when this system list users o k response has a 5xx status code

func (*SystemListUsersOK) IsSuccess

func (o *SystemListUsersOK) IsSuccess() bool

IsSuccess returns true when this system list users o k response has a 2xx status code

func (*SystemListUsersOK) String

func (o *SystemListUsersOK) String() string

type SystemListUsersParams

type SystemListUsersParams struct {

	/* AfterUserID.

	     optional list users after given id
	AfterUserID
	*/
	AfterUserID *string

	/* BeforeUserID.

	     optional list users before given id
	BeforeUserID
	*/
	BeforeUserID *string

	// IPID.
	IPID string

	/* Limit.

	     optional limit results
	Limit

	     Format: int64
	     Default: 20
	*/
	Limit *int64

	/* Order.

	     optional order clients by given direction
	Order
	*/
	Order *string

	/* Query.

	     optional query filter
	query is in json format like {"user_key":"john"} - parameter must be url-encoded
	supported parameters
	`user_key` - limits user set to users that has identifier starting or ending with provided user_key or has verified address starting or ending with provided user_key or their ID is equal to provided user_key
	`payload` - limits user set to users with payload matches provided metadata - for simple values it does exact match, for arrays it does `contain`
	`metadata` - limits user set to users with metadata matches provided metadata - for simple values it does exact match, for arrays it does `contain`
	if multiple parameters provided it does logical AND between the results so users must match ALL parameters
	*/
	Query *string

	/* Sort.

	     optional sort clients by given field
	Sort
	*/
	Sort *string

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

SystemListUsersParams contains all the parameters to send to the API endpoint

for the system list users operation.

Typically these are written to a http.Request.

func NewSystemListUsersParams

func NewSystemListUsersParams() *SystemListUsersParams

NewSystemListUsersParams creates a new SystemListUsersParams object, with the default timeout for this client.

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

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

func NewSystemListUsersParamsWithContext

func NewSystemListUsersParamsWithContext(ctx context.Context) *SystemListUsersParams

NewSystemListUsersParamsWithContext creates a new SystemListUsersParams object with the ability to set a context for a request.

func NewSystemListUsersParamsWithHTTPClient

func NewSystemListUsersParamsWithHTTPClient(client *http.Client) *SystemListUsersParams

NewSystemListUsersParamsWithHTTPClient creates a new SystemListUsersParams object with the ability to set a custom HTTPClient for a request.

func NewSystemListUsersParamsWithTimeout

func NewSystemListUsersParamsWithTimeout(timeout time.Duration) *SystemListUsersParams

NewSystemListUsersParamsWithTimeout creates a new SystemListUsersParams object with the ability to set a timeout on a request.

func (*SystemListUsersParams) SetAfterUserID

func (o *SystemListUsersParams) SetAfterUserID(afterUserID *string)

SetAfterUserID adds the afterUserId to the system list users params

func (*SystemListUsersParams) SetBeforeUserID

func (o *SystemListUsersParams) SetBeforeUserID(beforeUserID *string)

SetBeforeUserID adds the beforeUserId to the system list users params

func (*SystemListUsersParams) SetContext

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

SetContext adds the context to the system list users params

func (*SystemListUsersParams) SetDefaults

func (o *SystemListUsersParams) SetDefaults()

SetDefaults hydrates default values in the system list users params (not the query body).

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

func (*SystemListUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system list users params

func (*SystemListUsersParams) SetIPID

func (o *SystemListUsersParams) SetIPID(iPID string)

SetIPID adds the ipId to the system list users params

func (*SystemListUsersParams) SetLimit

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

SetLimit adds the limit to the system list users params

func (*SystemListUsersParams) SetOrder

func (o *SystemListUsersParams) SetOrder(order *string)

SetOrder adds the order to the system list users params

func (*SystemListUsersParams) SetQuery

func (o *SystemListUsersParams) SetQuery(query *string)

SetQuery adds the query to the system list users params

func (*SystemListUsersParams) SetSort

func (o *SystemListUsersParams) SetSort(sort *string)

SetSort adds the sort to the system list users params

func (*SystemListUsersParams) SetTimeout

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

SetTimeout adds the timeout to the system list users params

func (*SystemListUsersParams) WithAfterUserID

func (o *SystemListUsersParams) WithAfterUserID(afterUserID *string) *SystemListUsersParams

WithAfterUserID adds the afterUserID to the system list users params

func (*SystemListUsersParams) WithBeforeUserID

func (o *SystemListUsersParams) WithBeforeUserID(beforeUserID *string) *SystemListUsersParams

WithBeforeUserID adds the beforeUserID to the system list users params

func (*SystemListUsersParams) WithContext

WithContext adds the context to the system list users params

func (*SystemListUsersParams) WithDefaults

func (o *SystemListUsersParams) WithDefaults() *SystemListUsersParams

WithDefaults hydrates default values in the system list users params (not the query body).

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

func (*SystemListUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system list users params

func (*SystemListUsersParams) WithIPID

WithIPID adds the iPID to the system list users params

func (*SystemListUsersParams) WithLimit

func (o *SystemListUsersParams) WithLimit(limit *int64) *SystemListUsersParams

WithLimit adds the limit to the system list users params

func (*SystemListUsersParams) WithOrder

func (o *SystemListUsersParams) WithOrder(order *string) *SystemListUsersParams

WithOrder adds the order to the system list users params

func (*SystemListUsersParams) WithQuery

func (o *SystemListUsersParams) WithQuery(query *string) *SystemListUsersParams

WithQuery adds the query to the system list users params

func (*SystemListUsersParams) WithSort

WithSort adds the sort to the system list users params

func (*SystemListUsersParams) WithTimeout

func (o *SystemListUsersParams) WithTimeout(timeout time.Duration) *SystemListUsersParams

WithTimeout adds the timeout to the system list users params

func (*SystemListUsersParams) WriteToRequest

func (o *SystemListUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SystemListUsersReader

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

SystemListUsersReader is a Reader for the SystemListUsers structure.

func (*SystemListUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemListUsersTooManyRequests

type SystemListUsersTooManyRequests struct {
	Payload *models.Error
}

SystemListUsersTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemListUsersTooManyRequests

func NewSystemListUsersTooManyRequests() *SystemListUsersTooManyRequests

NewSystemListUsersTooManyRequests creates a SystemListUsersTooManyRequests with default headers values

func (*SystemListUsersTooManyRequests) Code

Code gets the status code for the system list users too many requests response

func (*SystemListUsersTooManyRequests) Error

func (*SystemListUsersTooManyRequests) GetPayload

func (o *SystemListUsersTooManyRequests) GetPayload() *models.Error

func (*SystemListUsersTooManyRequests) IsClientError

func (o *SystemListUsersTooManyRequests) IsClientError() bool

IsClientError returns true when this system list users too many requests response has a 4xx status code

func (*SystemListUsersTooManyRequests) IsCode

func (o *SystemListUsersTooManyRequests) IsCode(code int) bool

IsCode returns true when this system list users too many requests response a status code equal to that given

func (*SystemListUsersTooManyRequests) IsRedirect

func (o *SystemListUsersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system list users too many requests response has a 3xx status code

func (*SystemListUsersTooManyRequests) IsServerError

func (o *SystemListUsersTooManyRequests) IsServerError() bool

IsServerError returns true when this system list users too many requests response has a 5xx status code

func (*SystemListUsersTooManyRequests) IsSuccess

func (o *SystemListUsersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system list users too many requests response has a 2xx status code

func (*SystemListUsersTooManyRequests) String

type SystemListUsersUnauthorized

type SystemListUsersUnauthorized struct {
	Payload *models.Error
}

SystemListUsersUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemListUsersUnauthorized

func NewSystemListUsersUnauthorized() *SystemListUsersUnauthorized

NewSystemListUsersUnauthorized creates a SystemListUsersUnauthorized with default headers values

func (*SystemListUsersUnauthorized) Code

func (o *SystemListUsersUnauthorized) Code() int

Code gets the status code for the system list users unauthorized response

func (*SystemListUsersUnauthorized) Error

func (*SystemListUsersUnauthorized) GetPayload

func (o *SystemListUsersUnauthorized) GetPayload() *models.Error

func (*SystemListUsersUnauthorized) IsClientError

func (o *SystemListUsersUnauthorized) IsClientError() bool

IsClientError returns true when this system list users unauthorized response has a 4xx status code

func (*SystemListUsersUnauthorized) IsCode

func (o *SystemListUsersUnauthorized) IsCode(code int) bool

IsCode returns true when this system list users unauthorized response a status code equal to that given

func (*SystemListUsersUnauthorized) IsRedirect

func (o *SystemListUsersUnauthorized) IsRedirect() bool

IsRedirect returns true when this system list users unauthorized response has a 3xx status code

func (*SystemListUsersUnauthorized) IsServerError

func (o *SystemListUsersUnauthorized) IsServerError() bool

IsServerError returns true when this system list users unauthorized response has a 5xx status code

func (*SystemListUsersUnauthorized) IsSuccess

func (o *SystemListUsersUnauthorized) IsSuccess() bool

IsSuccess returns true when this system list users unauthorized response has a 2xx status code

func (*SystemListUsersUnauthorized) String

func (o *SystemListUsersUnauthorized) String() string

type SystemListUsersUnprocessableEntity

type SystemListUsersUnprocessableEntity struct {
	Payload *models.Error
}

SystemListUsersUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemListUsersUnprocessableEntity

func NewSystemListUsersUnprocessableEntity() *SystemListUsersUnprocessableEntity

NewSystemListUsersUnprocessableEntity creates a SystemListUsersUnprocessableEntity with default headers values

func (*SystemListUsersUnprocessableEntity) Code

Code gets the status code for the system list users unprocessable entity response

func (*SystemListUsersUnprocessableEntity) Error

func (*SystemListUsersUnprocessableEntity) GetPayload

func (*SystemListUsersUnprocessableEntity) IsClientError

func (o *SystemListUsersUnprocessableEntity) IsClientError() bool

IsClientError returns true when this system list users unprocessable entity response has a 4xx status code

func (*SystemListUsersUnprocessableEntity) IsCode

IsCode returns true when this system list users unprocessable entity response a status code equal to that given

func (*SystemListUsersUnprocessableEntity) IsRedirect

func (o *SystemListUsersUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this system list users unprocessable entity response has a 3xx status code

func (*SystemListUsersUnprocessableEntity) IsServerError

func (o *SystemListUsersUnprocessableEntity) IsServerError() bool

IsServerError returns true when this system list users unprocessable entity response has a 5xx status code

func (*SystemListUsersUnprocessableEntity) IsSuccess

IsSuccess returns true when this system list users unprocessable entity response has a 2xx status code

func (*SystemListUsersUnprocessableEntity) String

type SystemUpdateUserBadRequest

type SystemUpdateUserBadRequest struct {
	Payload *models.Error
}

SystemUpdateUserBadRequest describes a response with status code 400, with default header values.

Bad request

func NewSystemUpdateUserBadRequest

func NewSystemUpdateUserBadRequest() *SystemUpdateUserBadRequest

NewSystemUpdateUserBadRequest creates a SystemUpdateUserBadRequest with default headers values

func (*SystemUpdateUserBadRequest) Code

func (o *SystemUpdateUserBadRequest) Code() int

Code gets the status code for the system update user bad request response

func (*SystemUpdateUserBadRequest) Error

func (*SystemUpdateUserBadRequest) GetPayload

func (o *SystemUpdateUserBadRequest) GetPayload() *models.Error

func (*SystemUpdateUserBadRequest) IsClientError

func (o *SystemUpdateUserBadRequest) IsClientError() bool

IsClientError returns true when this system update user bad request response has a 4xx status code

func (*SystemUpdateUserBadRequest) IsCode

func (o *SystemUpdateUserBadRequest) IsCode(code int) bool

IsCode returns true when this system update user bad request response a status code equal to that given

func (*SystemUpdateUserBadRequest) IsRedirect

func (o *SystemUpdateUserBadRequest) IsRedirect() bool

IsRedirect returns true when this system update user bad request response has a 3xx status code

func (*SystemUpdateUserBadRequest) IsServerError

func (o *SystemUpdateUserBadRequest) IsServerError() bool

IsServerError returns true when this system update user bad request response has a 5xx status code

func (*SystemUpdateUserBadRequest) IsSuccess

func (o *SystemUpdateUserBadRequest) IsSuccess() bool

IsSuccess returns true when this system update user bad request response has a 2xx status code

func (*SystemUpdateUserBadRequest) String

func (o *SystemUpdateUserBadRequest) String() string

type SystemUpdateUserConflict

type SystemUpdateUserConflict struct {
	Payload *models.Error
}

SystemUpdateUserConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemUpdateUserConflict

func NewSystemUpdateUserConflict() *SystemUpdateUserConflict

NewSystemUpdateUserConflict creates a SystemUpdateUserConflict with default headers values

func (*SystemUpdateUserConflict) Code

func (o *SystemUpdateUserConflict) Code() int

Code gets the status code for the system update user conflict response

func (*SystemUpdateUserConflict) Error

func (o *SystemUpdateUserConflict) Error() string

func (*SystemUpdateUserConflict) GetPayload

func (o *SystemUpdateUserConflict) GetPayload() *models.Error

func (*SystemUpdateUserConflict) IsClientError

func (o *SystemUpdateUserConflict) IsClientError() bool

IsClientError returns true when this system update user conflict response has a 4xx status code

func (*SystemUpdateUserConflict) IsCode

func (o *SystemUpdateUserConflict) IsCode(code int) bool

IsCode returns true when this system update user conflict response a status code equal to that given

func (*SystemUpdateUserConflict) IsRedirect

func (o *SystemUpdateUserConflict) IsRedirect() bool

IsRedirect returns true when this system update user conflict response has a 3xx status code

func (*SystemUpdateUserConflict) IsServerError

func (o *SystemUpdateUserConflict) IsServerError() bool

IsServerError returns true when this system update user conflict response has a 5xx status code

func (*SystemUpdateUserConflict) IsSuccess

func (o *SystemUpdateUserConflict) IsSuccess() bool

IsSuccess returns true when this system update user conflict response has a 2xx status code

func (*SystemUpdateUserConflict) String

func (o *SystemUpdateUserConflict) String() string

type SystemUpdateUserForbidden

type SystemUpdateUserForbidden struct {
	Payload *models.Error
}

SystemUpdateUserForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemUpdateUserForbidden

func NewSystemUpdateUserForbidden() *SystemUpdateUserForbidden

NewSystemUpdateUserForbidden creates a SystemUpdateUserForbidden with default headers values

func (*SystemUpdateUserForbidden) Code

func (o *SystemUpdateUserForbidden) Code() int

Code gets the status code for the system update user forbidden response

func (*SystemUpdateUserForbidden) Error

func (o *SystemUpdateUserForbidden) Error() string

func (*SystemUpdateUserForbidden) GetPayload

func (o *SystemUpdateUserForbidden) GetPayload() *models.Error

func (*SystemUpdateUserForbidden) IsClientError

func (o *SystemUpdateUserForbidden) IsClientError() bool

IsClientError returns true when this system update user forbidden response has a 4xx status code

func (*SystemUpdateUserForbidden) IsCode

func (o *SystemUpdateUserForbidden) IsCode(code int) bool

IsCode returns true when this system update user forbidden response a status code equal to that given

func (*SystemUpdateUserForbidden) IsRedirect

func (o *SystemUpdateUserForbidden) IsRedirect() bool

IsRedirect returns true when this system update user forbidden response has a 3xx status code

func (*SystemUpdateUserForbidden) IsServerError

func (o *SystemUpdateUserForbidden) IsServerError() bool

IsServerError returns true when this system update user forbidden response has a 5xx status code

func (*SystemUpdateUserForbidden) IsSuccess

func (o *SystemUpdateUserForbidden) IsSuccess() bool

IsSuccess returns true when this system update user forbidden response has a 2xx status code

func (*SystemUpdateUserForbidden) String

func (o *SystemUpdateUserForbidden) String() string

type SystemUpdateUserNotFound

type SystemUpdateUserNotFound struct {
	Payload *models.Error
}

SystemUpdateUserNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemUpdateUserNotFound

func NewSystemUpdateUserNotFound() *SystemUpdateUserNotFound

NewSystemUpdateUserNotFound creates a SystemUpdateUserNotFound with default headers values

func (*SystemUpdateUserNotFound) Code

func (o *SystemUpdateUserNotFound) Code() int

Code gets the status code for the system update user not found response

func (*SystemUpdateUserNotFound) Error

func (o *SystemUpdateUserNotFound) Error() string

func (*SystemUpdateUserNotFound) GetPayload

func (o *SystemUpdateUserNotFound) GetPayload() *models.Error

func (*SystemUpdateUserNotFound) IsClientError

func (o *SystemUpdateUserNotFound) IsClientError() bool

IsClientError returns true when this system update user not found response has a 4xx status code

func (*SystemUpdateUserNotFound) IsCode

func (o *SystemUpdateUserNotFound) IsCode(code int) bool

IsCode returns true when this system update user not found response a status code equal to that given

func (*SystemUpdateUserNotFound) IsRedirect

func (o *SystemUpdateUserNotFound) IsRedirect() bool

IsRedirect returns true when this system update user not found response has a 3xx status code

func (*SystemUpdateUserNotFound) IsServerError

func (o *SystemUpdateUserNotFound) IsServerError() bool

IsServerError returns true when this system update user not found response has a 5xx status code

func (*SystemUpdateUserNotFound) IsSuccess

func (o *SystemUpdateUserNotFound) IsSuccess() bool

IsSuccess returns true when this system update user not found response has a 2xx status code

func (*SystemUpdateUserNotFound) String

func (o *SystemUpdateUserNotFound) String() string

type SystemUpdateUserOK

type SystemUpdateUserOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserWithData
}

SystemUpdateUserOK describes a response with status code 200, with default header values.

User

func NewSystemUpdateUserOK

func NewSystemUpdateUserOK() *SystemUpdateUserOK

NewSystemUpdateUserOK creates a SystemUpdateUserOK with default headers values

func (*SystemUpdateUserOK) Code

func (o *SystemUpdateUserOK) Code() int

Code gets the status code for the system update user o k response

func (*SystemUpdateUserOK) Error

func (o *SystemUpdateUserOK) Error() string

func (*SystemUpdateUserOK) GetPayload

func (o *SystemUpdateUserOK) GetPayload() *models.UserWithData

func (*SystemUpdateUserOK) IsClientError

func (o *SystemUpdateUserOK) IsClientError() bool

IsClientError returns true when this system update user o k response has a 4xx status code

func (*SystemUpdateUserOK) IsCode

func (o *SystemUpdateUserOK) IsCode(code int) bool

IsCode returns true when this system update user o k response a status code equal to that given

func (*SystemUpdateUserOK) IsRedirect

func (o *SystemUpdateUserOK) IsRedirect() bool

IsRedirect returns true when this system update user o k response has a 3xx status code

func (*SystemUpdateUserOK) IsServerError

func (o *SystemUpdateUserOK) IsServerError() bool

IsServerError returns true when this system update user o k response has a 5xx status code

func (*SystemUpdateUserOK) IsSuccess

func (o *SystemUpdateUserOK) IsSuccess() bool

IsSuccess returns true when this system update user o k response has a 2xx status code

func (*SystemUpdateUserOK) String

func (o *SystemUpdateUserOK) String() string

type SystemUpdateUserParams

type SystemUpdateUserParams struct {

	// UpdateUser.
	UpdateUser *models.UpdateUser

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemUpdateUserParams contains all the parameters to send to the API endpoint

for the system update user operation.

Typically these are written to a http.Request.

func NewSystemUpdateUserParams

func NewSystemUpdateUserParams() *SystemUpdateUserParams

NewSystemUpdateUserParams creates a new SystemUpdateUserParams object, with the default timeout for this client.

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

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

func NewSystemUpdateUserParamsWithContext

func NewSystemUpdateUserParamsWithContext(ctx context.Context) *SystemUpdateUserParams

NewSystemUpdateUserParamsWithContext creates a new SystemUpdateUserParams object with the ability to set a context for a request.

func NewSystemUpdateUserParamsWithHTTPClient

func NewSystemUpdateUserParamsWithHTTPClient(client *http.Client) *SystemUpdateUserParams

NewSystemUpdateUserParamsWithHTTPClient creates a new SystemUpdateUserParams object with the ability to set a custom HTTPClient for a request.

func NewSystemUpdateUserParamsWithTimeout

func NewSystemUpdateUserParamsWithTimeout(timeout time.Duration) *SystemUpdateUserParams

NewSystemUpdateUserParamsWithTimeout creates a new SystemUpdateUserParams object with the ability to set a timeout on a request.

func (*SystemUpdateUserParams) SetContext

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

SetContext adds the context to the system update user params

func (*SystemUpdateUserParams) SetDefaults

func (o *SystemUpdateUserParams) SetDefaults()

SetDefaults hydrates default values in the system update user params (not the query body).

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

func (*SystemUpdateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system update user params

func (*SystemUpdateUserParams) SetIPID

func (o *SystemUpdateUserParams) SetIPID(iPID string)

SetIPID adds the ipId to the system update user params

func (*SystemUpdateUserParams) SetIfMatch

func (o *SystemUpdateUserParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system update user params

func (*SystemUpdateUserParams) SetTimeout

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

SetTimeout adds the timeout to the system update user params

func (*SystemUpdateUserParams) SetUpdateUser

func (o *SystemUpdateUserParams) SetUpdateUser(updateUser *models.UpdateUser)

SetUpdateUser adds the updateUser to the system update user params

func (*SystemUpdateUserParams) SetUserID

func (o *SystemUpdateUserParams) SetUserID(userID string)

SetUserID adds the userId to the system update user params

func (*SystemUpdateUserParams) WithContext

WithContext adds the context to the system update user params

func (*SystemUpdateUserParams) WithDefaults

WithDefaults hydrates default values in the system update user params (not the query body).

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

func (*SystemUpdateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system update user params

func (*SystemUpdateUserParams) WithIPID

WithIPID adds the iPID to the system update user params

func (*SystemUpdateUserParams) WithIfMatch

func (o *SystemUpdateUserParams) WithIfMatch(ifMatch *string) *SystemUpdateUserParams

WithIfMatch adds the ifMatch to the system update user params

func (*SystemUpdateUserParams) WithTimeout

WithTimeout adds the timeout to the system update user params

func (*SystemUpdateUserParams) WithUpdateUser

func (o *SystemUpdateUserParams) WithUpdateUser(updateUser *models.UpdateUser) *SystemUpdateUserParams

WithUpdateUser adds the updateUser to the system update user params

func (*SystemUpdateUserParams) WithUserID

func (o *SystemUpdateUserParams) WithUserID(userID string) *SystemUpdateUserParams

WithUserID adds the userID to the system update user params

func (*SystemUpdateUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemUpdateUserPreconditionFailed

type SystemUpdateUserPreconditionFailed struct {
	Payload *models.Error
}

SystemUpdateUserPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemUpdateUserPreconditionFailed

func NewSystemUpdateUserPreconditionFailed() *SystemUpdateUserPreconditionFailed

NewSystemUpdateUserPreconditionFailed creates a SystemUpdateUserPreconditionFailed with default headers values

func (*SystemUpdateUserPreconditionFailed) Code

Code gets the status code for the system update user precondition failed response

func (*SystemUpdateUserPreconditionFailed) Error

func (*SystemUpdateUserPreconditionFailed) GetPayload

func (*SystemUpdateUserPreconditionFailed) IsClientError

func (o *SystemUpdateUserPreconditionFailed) IsClientError() bool

IsClientError returns true when this system update user precondition failed response has a 4xx status code

func (*SystemUpdateUserPreconditionFailed) IsCode

IsCode returns true when this system update user precondition failed response a status code equal to that given

func (*SystemUpdateUserPreconditionFailed) IsRedirect

func (o *SystemUpdateUserPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this system update user precondition failed response has a 3xx status code

func (*SystemUpdateUserPreconditionFailed) IsServerError

func (o *SystemUpdateUserPreconditionFailed) IsServerError() bool

IsServerError returns true when this system update user precondition failed response has a 5xx status code

func (*SystemUpdateUserPreconditionFailed) IsSuccess

IsSuccess returns true when this system update user precondition failed response has a 2xx status code

func (*SystemUpdateUserPreconditionFailed) String

type SystemUpdateUserReader

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

SystemUpdateUserReader is a Reader for the SystemUpdateUser structure.

func (*SystemUpdateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemUpdateUserTooManyRequests

type SystemUpdateUserTooManyRequests struct {
	Payload *models.Error
}

SystemUpdateUserTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewSystemUpdateUserTooManyRequests

func NewSystemUpdateUserTooManyRequests() *SystemUpdateUserTooManyRequests

NewSystemUpdateUserTooManyRequests creates a SystemUpdateUserTooManyRequests with default headers values

func (*SystemUpdateUserTooManyRequests) Code

Code gets the status code for the system update user too many requests response

func (*SystemUpdateUserTooManyRequests) Error

func (*SystemUpdateUserTooManyRequests) GetPayload

func (o *SystemUpdateUserTooManyRequests) GetPayload() *models.Error

func (*SystemUpdateUserTooManyRequests) IsClientError

func (o *SystemUpdateUserTooManyRequests) IsClientError() bool

IsClientError returns true when this system update user too many requests response has a 4xx status code

func (*SystemUpdateUserTooManyRequests) IsCode

func (o *SystemUpdateUserTooManyRequests) IsCode(code int) bool

IsCode returns true when this system update user too many requests response a status code equal to that given

func (*SystemUpdateUserTooManyRequests) IsRedirect

func (o *SystemUpdateUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this system update user too many requests response has a 3xx status code

func (*SystemUpdateUserTooManyRequests) IsServerError

func (o *SystemUpdateUserTooManyRequests) IsServerError() bool

IsServerError returns true when this system update user too many requests response has a 5xx status code

func (*SystemUpdateUserTooManyRequests) IsSuccess

func (o *SystemUpdateUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this system update user too many requests response has a 2xx status code

func (*SystemUpdateUserTooManyRequests) String

type SystemUpdateUserUnauthorized

type SystemUpdateUserUnauthorized struct {
	Payload *models.Error
}

SystemUpdateUserUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemUpdateUserUnauthorized

func NewSystemUpdateUserUnauthorized() *SystemUpdateUserUnauthorized

NewSystemUpdateUserUnauthorized creates a SystemUpdateUserUnauthorized with default headers values

func (*SystemUpdateUserUnauthorized) Code

Code gets the status code for the system update user unauthorized response

func (*SystemUpdateUserUnauthorized) Error

func (*SystemUpdateUserUnauthorized) GetPayload

func (o *SystemUpdateUserUnauthorized) GetPayload() *models.Error

func (*SystemUpdateUserUnauthorized) IsClientError

func (o *SystemUpdateUserUnauthorized) IsClientError() bool

IsClientError returns true when this system update user unauthorized response has a 4xx status code

func (*SystemUpdateUserUnauthorized) IsCode

func (o *SystemUpdateUserUnauthorized) IsCode(code int) bool

IsCode returns true when this system update user unauthorized response a status code equal to that given

func (*SystemUpdateUserUnauthorized) IsRedirect

func (o *SystemUpdateUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this system update user unauthorized response has a 3xx status code

func (*SystemUpdateUserUnauthorized) IsServerError

func (o *SystemUpdateUserUnauthorized) IsServerError() bool

IsServerError returns true when this system update user unauthorized response has a 5xx status code

func (*SystemUpdateUserUnauthorized) IsSuccess

func (o *SystemUpdateUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this system update user unauthorized response has a 2xx status code

func (*SystemUpdateUserUnauthorized) String

type SystemUpdateUserUnprocessableEntity

type SystemUpdateUserUnprocessableEntity struct {
	Payload *models.Error
}

SystemUpdateUserUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemUpdateUserUnprocessableEntity

func NewSystemUpdateUserUnprocessableEntity() *SystemUpdateUserUnprocessableEntity

NewSystemUpdateUserUnprocessableEntity creates a SystemUpdateUserUnprocessableEntity with default headers values

func (*SystemUpdateUserUnprocessableEntity) Code

Code gets the status code for the system update user unprocessable entity response

func (*SystemUpdateUserUnprocessableEntity) Error

func (*SystemUpdateUserUnprocessableEntity) GetPayload

func (*SystemUpdateUserUnprocessableEntity) IsClientError

func (o *SystemUpdateUserUnprocessableEntity) IsClientError() bool

IsClientError returns true when this system update user unprocessable entity response has a 4xx status code

func (*SystemUpdateUserUnprocessableEntity) IsCode

IsCode returns true when this system update user unprocessable entity response a status code equal to that given

func (*SystemUpdateUserUnprocessableEntity) IsRedirect

func (o *SystemUpdateUserUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this system update user unprocessable entity response has a 3xx status code

func (*SystemUpdateUserUnprocessableEntity) IsServerError

func (o *SystemUpdateUserUnprocessableEntity) IsServerError() bool

IsServerError returns true when this system update user unprocessable entity response has a 5xx status code

func (*SystemUpdateUserUnprocessableEntity) IsSuccess

IsSuccess returns true when this system update user unprocessable entity response has a 2xx status code

func (*SystemUpdateUserUnprocessableEntity) String

type SystemUpdateVerifiableAddressConflict

type SystemUpdateVerifiableAddressConflict struct {
	Payload *models.Error
}

SystemUpdateVerifiableAddressConflict describes a response with status code 409, with default header values.

Conflict

func NewSystemUpdateVerifiableAddressConflict

func NewSystemUpdateVerifiableAddressConflict() *SystemUpdateVerifiableAddressConflict

NewSystemUpdateVerifiableAddressConflict creates a SystemUpdateVerifiableAddressConflict with default headers values

func (*SystemUpdateVerifiableAddressConflict) Code

Code gets the status code for the system update verifiable address conflict response

func (*SystemUpdateVerifiableAddressConflict) Error

func (*SystemUpdateVerifiableAddressConflict) GetPayload

func (*SystemUpdateVerifiableAddressConflict) IsClientError

func (o *SystemUpdateVerifiableAddressConflict) IsClientError() bool

IsClientError returns true when this system update verifiable address conflict response has a 4xx status code

func (*SystemUpdateVerifiableAddressConflict) IsCode

IsCode returns true when this system update verifiable address conflict response a status code equal to that given

func (*SystemUpdateVerifiableAddressConflict) IsRedirect

IsRedirect returns true when this system update verifiable address conflict response has a 3xx status code

func (*SystemUpdateVerifiableAddressConflict) IsServerError

func (o *SystemUpdateVerifiableAddressConflict) IsServerError() bool

IsServerError returns true when this system update verifiable address conflict response has a 5xx status code

func (*SystemUpdateVerifiableAddressConflict) IsSuccess

IsSuccess returns true when this system update verifiable address conflict response has a 2xx status code

func (*SystemUpdateVerifiableAddressConflict) String

type SystemUpdateVerifiableAddressForbidden

type SystemUpdateVerifiableAddressForbidden struct {
	Payload *models.Error
}

SystemUpdateVerifiableAddressForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSystemUpdateVerifiableAddressForbidden

func NewSystemUpdateVerifiableAddressForbidden() *SystemUpdateVerifiableAddressForbidden

NewSystemUpdateVerifiableAddressForbidden creates a SystemUpdateVerifiableAddressForbidden with default headers values

func (*SystemUpdateVerifiableAddressForbidden) Code

Code gets the status code for the system update verifiable address forbidden response

func (*SystemUpdateVerifiableAddressForbidden) Error

func (*SystemUpdateVerifiableAddressForbidden) GetPayload

func (*SystemUpdateVerifiableAddressForbidden) IsClientError

func (o *SystemUpdateVerifiableAddressForbidden) IsClientError() bool

IsClientError returns true when this system update verifiable address forbidden response has a 4xx status code

func (*SystemUpdateVerifiableAddressForbidden) IsCode

IsCode returns true when this system update verifiable address forbidden response a status code equal to that given

func (*SystemUpdateVerifiableAddressForbidden) IsRedirect

IsRedirect returns true when this system update verifiable address forbidden response has a 3xx status code

func (*SystemUpdateVerifiableAddressForbidden) IsServerError

func (o *SystemUpdateVerifiableAddressForbidden) IsServerError() bool

IsServerError returns true when this system update verifiable address forbidden response has a 5xx status code

func (*SystemUpdateVerifiableAddressForbidden) IsSuccess

IsSuccess returns true when this system update verifiable address forbidden response has a 2xx status code

func (*SystemUpdateVerifiableAddressForbidden) String

type SystemUpdateVerifiableAddressNotFound

type SystemUpdateVerifiableAddressNotFound struct {
	Payload *models.Error
}

SystemUpdateVerifiableAddressNotFound describes a response with status code 404, with default header values.

Not found

func NewSystemUpdateVerifiableAddressNotFound

func NewSystemUpdateVerifiableAddressNotFound() *SystemUpdateVerifiableAddressNotFound

NewSystemUpdateVerifiableAddressNotFound creates a SystemUpdateVerifiableAddressNotFound with default headers values

func (*SystemUpdateVerifiableAddressNotFound) Code

Code gets the status code for the system update verifiable address not found response

func (*SystemUpdateVerifiableAddressNotFound) Error

func (*SystemUpdateVerifiableAddressNotFound) GetPayload

func (*SystemUpdateVerifiableAddressNotFound) IsClientError

func (o *SystemUpdateVerifiableAddressNotFound) IsClientError() bool

IsClientError returns true when this system update verifiable address not found response has a 4xx status code

func (*SystemUpdateVerifiableAddressNotFound) IsCode

IsCode returns true when this system update verifiable address not found response a status code equal to that given

func (*SystemUpdateVerifiableAddressNotFound) IsRedirect

IsRedirect returns true when this system update verifiable address not found response has a 3xx status code

func (*SystemUpdateVerifiableAddressNotFound) IsServerError

func (o *SystemUpdateVerifiableAddressNotFound) IsServerError() bool

IsServerError returns true when this system update verifiable address not found response has a 5xx status code

func (*SystemUpdateVerifiableAddressNotFound) IsSuccess

IsSuccess returns true when this system update verifiable address not found response has a 2xx status code

func (*SystemUpdateVerifiableAddressNotFound) String

type SystemUpdateVerifiableAddressOK

type SystemUpdateVerifiableAddressOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.UserVerifiableAddress
}

SystemUpdateVerifiableAddressOK describes a response with status code 200, with default header values.

Address

func NewSystemUpdateVerifiableAddressOK

func NewSystemUpdateVerifiableAddressOK() *SystemUpdateVerifiableAddressOK

NewSystemUpdateVerifiableAddressOK creates a SystemUpdateVerifiableAddressOK with default headers values

func (*SystemUpdateVerifiableAddressOK) Code

Code gets the status code for the system update verifiable address o k response

func (*SystemUpdateVerifiableAddressOK) Error

func (*SystemUpdateVerifiableAddressOK) GetPayload

func (*SystemUpdateVerifiableAddressOK) IsClientError

func (o *SystemUpdateVerifiableAddressOK) IsClientError() bool

IsClientError returns true when this system update verifiable address o k response has a 4xx status code

func (*SystemUpdateVerifiableAddressOK) IsCode

func (o *SystemUpdateVerifiableAddressOK) IsCode(code int) bool

IsCode returns true when this system update verifiable address o k response a status code equal to that given

func (*SystemUpdateVerifiableAddressOK) IsRedirect

func (o *SystemUpdateVerifiableAddressOK) IsRedirect() bool

IsRedirect returns true when this system update verifiable address o k response has a 3xx status code

func (*SystemUpdateVerifiableAddressOK) IsServerError

func (o *SystemUpdateVerifiableAddressOK) IsServerError() bool

IsServerError returns true when this system update verifiable address o k response has a 5xx status code

func (*SystemUpdateVerifiableAddressOK) IsSuccess

func (o *SystemUpdateVerifiableAddressOK) IsSuccess() bool

IsSuccess returns true when this system update verifiable address o k response has a 2xx status code

func (*SystemUpdateVerifiableAddressOK) String

type SystemUpdateVerifiableAddressParams

type SystemUpdateVerifiableAddressParams struct {

	// UpdateAddress.
	UpdateAddress *models.UpdateUserVerifiableAddress

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

	// UserID.
	UserID string

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

SystemUpdateVerifiableAddressParams contains all the parameters to send to the API endpoint

for the system update verifiable address operation.

Typically these are written to a http.Request.

func NewSystemUpdateVerifiableAddressParams

func NewSystemUpdateVerifiableAddressParams() *SystemUpdateVerifiableAddressParams

NewSystemUpdateVerifiableAddressParams creates a new SystemUpdateVerifiableAddressParams object, with the default timeout for this client.

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

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

func NewSystemUpdateVerifiableAddressParamsWithContext

func NewSystemUpdateVerifiableAddressParamsWithContext(ctx context.Context) *SystemUpdateVerifiableAddressParams

NewSystemUpdateVerifiableAddressParamsWithContext creates a new SystemUpdateVerifiableAddressParams object with the ability to set a context for a request.

func NewSystemUpdateVerifiableAddressParamsWithHTTPClient

func NewSystemUpdateVerifiableAddressParamsWithHTTPClient(client *http.Client) *SystemUpdateVerifiableAddressParams

NewSystemUpdateVerifiableAddressParamsWithHTTPClient creates a new SystemUpdateVerifiableAddressParams object with the ability to set a custom HTTPClient for a request.

func NewSystemUpdateVerifiableAddressParamsWithTimeout

func NewSystemUpdateVerifiableAddressParamsWithTimeout(timeout time.Duration) *SystemUpdateVerifiableAddressParams

NewSystemUpdateVerifiableAddressParamsWithTimeout creates a new SystemUpdateVerifiableAddressParams object with the ability to set a timeout on a request.

func (*SystemUpdateVerifiableAddressParams) SetContext

SetContext adds the context to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) SetDefaults

func (o *SystemUpdateVerifiableAddressParams) SetDefaults()

SetDefaults hydrates default values in the system update verifiable address params (not the query body).

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

func (*SystemUpdateVerifiableAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) SetIPID

SetIPID adds the ipId to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) SetIfMatch

func (o *SystemUpdateVerifiableAddressParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) SetTimeout

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

SetTimeout adds the timeout to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) SetUpdateAddress

func (o *SystemUpdateVerifiableAddressParams) SetUpdateAddress(updateAddress *models.UpdateUserVerifiableAddress)

SetUpdateAddress adds the updateAddress to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) SetUserID

func (o *SystemUpdateVerifiableAddressParams) SetUserID(userID string)

SetUserID adds the userId to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WithContext

WithContext adds the context to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WithDefaults

WithDefaults hydrates default values in the system update verifiable address params (not the query body).

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

func (*SystemUpdateVerifiableAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WithIPID

WithIPID adds the iPID to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WithIfMatch

WithIfMatch adds the ifMatch to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WithTimeout

WithTimeout adds the timeout to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WithUpdateAddress

WithUpdateAddress adds the updateAddress to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WithUserID

WithUserID adds the userID to the system update verifiable address params

func (*SystemUpdateVerifiableAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemUpdateVerifiableAddressPreconditionFailed

type SystemUpdateVerifiableAddressPreconditionFailed struct {
	Payload *models.Error
}

SystemUpdateVerifiableAddressPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewSystemUpdateVerifiableAddressPreconditionFailed

func NewSystemUpdateVerifiableAddressPreconditionFailed() *SystemUpdateVerifiableAddressPreconditionFailed

NewSystemUpdateVerifiableAddressPreconditionFailed creates a SystemUpdateVerifiableAddressPreconditionFailed with default headers values

func (*SystemUpdateVerifiableAddressPreconditionFailed) Code

Code gets the status code for the system update verifiable address precondition failed response

func (*SystemUpdateVerifiableAddressPreconditionFailed) Error

func (*SystemUpdateVerifiableAddressPreconditionFailed) GetPayload

func (*SystemUpdateVerifiableAddressPreconditionFailed) IsClientError

IsClientError returns true when this system update verifiable address precondition failed response has a 4xx status code

func (*SystemUpdateVerifiableAddressPreconditionFailed) IsCode

IsCode returns true when this system update verifiable address precondition failed response a status code equal to that given

func (*SystemUpdateVerifiableAddressPreconditionFailed) IsRedirect

IsRedirect returns true when this system update verifiable address precondition failed response has a 3xx status code

func (*SystemUpdateVerifiableAddressPreconditionFailed) IsServerError

IsServerError returns true when this system update verifiable address precondition failed response has a 5xx status code

func (*SystemUpdateVerifiableAddressPreconditionFailed) IsSuccess

IsSuccess returns true when this system update verifiable address precondition failed response has a 2xx status code

func (*SystemUpdateVerifiableAddressPreconditionFailed) String

type SystemUpdateVerifiableAddressReader

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

SystemUpdateVerifiableAddressReader is a Reader for the SystemUpdateVerifiableAddress structure.

func (*SystemUpdateVerifiableAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemUpdateVerifiableAddressUnauthorized

type SystemUpdateVerifiableAddressUnauthorized struct {
	Payload *models.Error
}

SystemUpdateVerifiableAddressUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewSystemUpdateVerifiableAddressUnauthorized

func NewSystemUpdateVerifiableAddressUnauthorized() *SystemUpdateVerifiableAddressUnauthorized

NewSystemUpdateVerifiableAddressUnauthorized creates a SystemUpdateVerifiableAddressUnauthorized with default headers values

func (*SystemUpdateVerifiableAddressUnauthorized) Code

Code gets the status code for the system update verifiable address unauthorized response

func (*SystemUpdateVerifiableAddressUnauthorized) Error

func (*SystemUpdateVerifiableAddressUnauthorized) GetPayload

func (*SystemUpdateVerifiableAddressUnauthorized) IsClientError

IsClientError returns true when this system update verifiable address unauthorized response has a 4xx status code

func (*SystemUpdateVerifiableAddressUnauthorized) IsCode

IsCode returns true when this system update verifiable address unauthorized response a status code equal to that given

func (*SystemUpdateVerifiableAddressUnauthorized) IsRedirect

IsRedirect returns true when this system update verifiable address unauthorized response has a 3xx status code

func (*SystemUpdateVerifiableAddressUnauthorized) IsServerError

IsServerError returns true when this system update verifiable address unauthorized response has a 5xx status code

func (*SystemUpdateVerifiableAddressUnauthorized) IsSuccess

IsSuccess returns true when this system update verifiable address unauthorized response has a 2xx status code

func (*SystemUpdateVerifiableAddressUnauthorized) String

type SystemUpdateVerifiableAddressUnprocessableEntity

type SystemUpdateVerifiableAddressUnprocessableEntity struct {
	Payload *models.Error
}

SystemUpdateVerifiableAddressUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewSystemUpdateVerifiableAddressUnprocessableEntity

func NewSystemUpdateVerifiableAddressUnprocessableEntity() *SystemUpdateVerifiableAddressUnprocessableEntity

NewSystemUpdateVerifiableAddressUnprocessableEntity creates a SystemUpdateVerifiableAddressUnprocessableEntity with default headers values

func (*SystemUpdateVerifiableAddressUnprocessableEntity) Code

Code gets the status code for the system update verifiable address unprocessable entity response

func (*SystemUpdateVerifiableAddressUnprocessableEntity) Error

func (*SystemUpdateVerifiableAddressUnprocessableEntity) GetPayload

func (*SystemUpdateVerifiableAddressUnprocessableEntity) IsClientError

IsClientError returns true when this system update verifiable address unprocessable entity response has a 4xx status code

func (*SystemUpdateVerifiableAddressUnprocessableEntity) IsCode

IsCode returns true when this system update verifiable address unprocessable entity response a status code equal to that given

func (*SystemUpdateVerifiableAddressUnprocessableEntity) IsRedirect

IsRedirect returns true when this system update verifiable address unprocessable entity response has a 3xx status code

func (*SystemUpdateVerifiableAddressUnprocessableEntity) IsServerError

IsServerError returns true when this system update verifiable address unprocessable entity response has a 5xx status code

func (*SystemUpdateVerifiableAddressUnprocessableEntity) IsSuccess

IsSuccess returns true when this system update verifiable address unprocessable entity response has a 2xx status code

func (*SystemUpdateVerifiableAddressUnprocessableEntity) String

type VerifyPasswordOK

type VerifyPasswordOK struct {
	Payload *models.VerifyPasswordResponseData
}

VerifyPasswordOK describes a response with status code 200, with default header values.

Password correct

func NewVerifyPasswordOK

func NewVerifyPasswordOK() *VerifyPasswordOK

NewVerifyPasswordOK creates a VerifyPasswordOK with default headers values

func (*VerifyPasswordOK) Code

func (o *VerifyPasswordOK) Code() int

Code gets the status code for the verify password o k response

func (*VerifyPasswordOK) Error

func (o *VerifyPasswordOK) Error() string

func (*VerifyPasswordOK) GetPayload

func (*VerifyPasswordOK) IsClientError

func (o *VerifyPasswordOK) IsClientError() bool

IsClientError returns true when this verify password o k response has a 4xx status code

func (*VerifyPasswordOK) IsCode

func (o *VerifyPasswordOK) IsCode(code int) bool

IsCode returns true when this verify password o k response a status code equal to that given

func (*VerifyPasswordOK) IsRedirect

func (o *VerifyPasswordOK) IsRedirect() bool

IsRedirect returns true when this verify password o k response has a 3xx status code

func (*VerifyPasswordOK) IsServerError

func (o *VerifyPasswordOK) IsServerError() bool

IsServerError returns true when this verify password o k response has a 5xx status code

func (*VerifyPasswordOK) IsSuccess

func (o *VerifyPasswordOK) IsSuccess() bool

IsSuccess returns true when this verify password o k response has a 2xx status code

func (*VerifyPasswordOK) String

func (o *VerifyPasswordOK) String() string

type VerifyPasswordParams

type VerifyPasswordParams struct {

	// VerifyPassword.
	VerifyPassword *models.VerifyPassword

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

VerifyPasswordParams contains all the parameters to send to the API endpoint

for the verify password operation.

Typically these are written to a http.Request.

func NewVerifyPasswordParams

func NewVerifyPasswordParams() *VerifyPasswordParams

NewVerifyPasswordParams creates a new VerifyPasswordParams object, with the default timeout for this client.

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

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

func NewVerifyPasswordParamsWithContext

func NewVerifyPasswordParamsWithContext(ctx context.Context) *VerifyPasswordParams

NewVerifyPasswordParamsWithContext creates a new VerifyPasswordParams object with the ability to set a context for a request.

func NewVerifyPasswordParamsWithHTTPClient

func NewVerifyPasswordParamsWithHTTPClient(client *http.Client) *VerifyPasswordParams

NewVerifyPasswordParamsWithHTTPClient creates a new VerifyPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewVerifyPasswordParamsWithTimeout

func NewVerifyPasswordParamsWithTimeout(timeout time.Duration) *VerifyPasswordParams

NewVerifyPasswordParamsWithTimeout creates a new VerifyPasswordParams object with the ability to set a timeout on a request.

func (*VerifyPasswordParams) SetContext

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

SetContext adds the context to the verify password params

func (*VerifyPasswordParams) SetDefaults

func (o *VerifyPasswordParams) SetDefaults()

SetDefaults hydrates default values in the verify password params (not the query body).

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

func (*VerifyPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the verify password params

func (*VerifyPasswordParams) SetIPID

func (o *VerifyPasswordParams) SetIPID(iPID string)

SetIPID adds the ipId to the verify password params

func (*VerifyPasswordParams) SetIfMatch

func (o *VerifyPasswordParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the verify password params

func (*VerifyPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the verify password params

func (*VerifyPasswordParams) SetVerifyPassword

func (o *VerifyPasswordParams) SetVerifyPassword(verifyPassword *models.VerifyPassword)

SetVerifyPassword adds the verifyPassword to the verify password params

func (*VerifyPasswordParams) WithContext

WithContext adds the context to the verify password params

func (*VerifyPasswordParams) WithDefaults

func (o *VerifyPasswordParams) WithDefaults() *VerifyPasswordParams

WithDefaults hydrates default values in the verify password params (not the query body).

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

func (*VerifyPasswordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the verify password params

func (*VerifyPasswordParams) WithIPID

WithIPID adds the iPID to the verify password params

func (*VerifyPasswordParams) WithIfMatch

func (o *VerifyPasswordParams) WithIfMatch(ifMatch *string) *VerifyPasswordParams

WithIfMatch adds the ifMatch to the verify password params

func (*VerifyPasswordParams) WithTimeout

func (o *VerifyPasswordParams) WithTimeout(timeout time.Duration) *VerifyPasswordParams

WithTimeout adds the timeout to the verify password params

func (*VerifyPasswordParams) WithVerifyPassword

func (o *VerifyPasswordParams) WithVerifyPassword(verifyPassword *models.VerifyPassword) *VerifyPasswordParams

WithVerifyPassword adds the verifyPassword to the verify password params

func (*VerifyPasswordParams) WriteToRequest

func (o *VerifyPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type VerifyPasswordPreconditionFailed

type VerifyPasswordPreconditionFailed struct {
	Payload *models.Error
}

VerifyPasswordPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewVerifyPasswordPreconditionFailed

func NewVerifyPasswordPreconditionFailed() *VerifyPasswordPreconditionFailed

NewVerifyPasswordPreconditionFailed creates a VerifyPasswordPreconditionFailed with default headers values

func (*VerifyPasswordPreconditionFailed) Code

Code gets the status code for the verify password precondition failed response

func (*VerifyPasswordPreconditionFailed) Error

func (*VerifyPasswordPreconditionFailed) GetPayload

func (*VerifyPasswordPreconditionFailed) IsClientError

func (o *VerifyPasswordPreconditionFailed) IsClientError() bool

IsClientError returns true when this verify password precondition failed response has a 4xx status code

func (*VerifyPasswordPreconditionFailed) IsCode

func (o *VerifyPasswordPreconditionFailed) IsCode(code int) bool

IsCode returns true when this verify password precondition failed response a status code equal to that given

func (*VerifyPasswordPreconditionFailed) IsRedirect

func (o *VerifyPasswordPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this verify password precondition failed response has a 3xx status code

func (*VerifyPasswordPreconditionFailed) IsServerError

func (o *VerifyPasswordPreconditionFailed) IsServerError() bool

IsServerError returns true when this verify password precondition failed response has a 5xx status code

func (*VerifyPasswordPreconditionFailed) IsSuccess

func (o *VerifyPasswordPreconditionFailed) IsSuccess() bool

IsSuccess returns true when this verify password precondition failed response has a 2xx status code

func (*VerifyPasswordPreconditionFailed) String

type VerifyPasswordReader

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

VerifyPasswordReader is a Reader for the VerifyPassword structure.

func (*VerifyPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type VerifyPasswordUnauthorized

type VerifyPasswordUnauthorized struct {
	Payload *models.Error
}

VerifyPasswordUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewVerifyPasswordUnauthorized

func NewVerifyPasswordUnauthorized() *VerifyPasswordUnauthorized

NewVerifyPasswordUnauthorized creates a VerifyPasswordUnauthorized with default headers values

func (*VerifyPasswordUnauthorized) Code

func (o *VerifyPasswordUnauthorized) Code() int

Code gets the status code for the verify password unauthorized response

func (*VerifyPasswordUnauthorized) Error

func (*VerifyPasswordUnauthorized) GetPayload

func (o *VerifyPasswordUnauthorized) GetPayload() *models.Error

func (*VerifyPasswordUnauthorized) IsClientError

func (o *VerifyPasswordUnauthorized) IsClientError() bool

IsClientError returns true when this verify password unauthorized response has a 4xx status code

func (*VerifyPasswordUnauthorized) IsCode

func (o *VerifyPasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this verify password unauthorized response a status code equal to that given

func (*VerifyPasswordUnauthorized) IsRedirect

func (o *VerifyPasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this verify password unauthorized response has a 3xx status code

func (*VerifyPasswordUnauthorized) IsServerError

func (o *VerifyPasswordUnauthorized) IsServerError() bool

IsServerError returns true when this verify password unauthorized response has a 5xx status code

func (*VerifyPasswordUnauthorized) IsSuccess

func (o *VerifyPasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this verify password unauthorized response has a 2xx status code

func (*VerifyPasswordUnauthorized) String

func (o *VerifyPasswordUnauthorized) String() string

type VerifyPasswordUnprocessableEntity

type VerifyPasswordUnprocessableEntity struct {
	Payload *models.Error
}

VerifyPasswordUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewVerifyPasswordUnprocessableEntity

func NewVerifyPasswordUnprocessableEntity() *VerifyPasswordUnprocessableEntity

NewVerifyPasswordUnprocessableEntity creates a VerifyPasswordUnprocessableEntity with default headers values

func (*VerifyPasswordUnprocessableEntity) Code

Code gets the status code for the verify password unprocessable entity response

func (*VerifyPasswordUnprocessableEntity) Error

func (*VerifyPasswordUnprocessableEntity) GetPayload

func (*VerifyPasswordUnprocessableEntity) IsClientError

func (o *VerifyPasswordUnprocessableEntity) IsClientError() bool

IsClientError returns true when this verify password unprocessable entity response has a 4xx status code

func (*VerifyPasswordUnprocessableEntity) IsCode

func (o *VerifyPasswordUnprocessableEntity) IsCode(code int) bool

IsCode returns true when this verify password unprocessable entity response a status code equal to that given

func (*VerifyPasswordUnprocessableEntity) IsRedirect

func (o *VerifyPasswordUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this verify password unprocessable entity response has a 3xx status code

func (*VerifyPasswordUnprocessableEntity) IsServerError

func (o *VerifyPasswordUnprocessableEntity) IsServerError() bool

IsServerError returns true when this verify password unprocessable entity response has a 5xx status code

func (*VerifyPasswordUnprocessableEntity) IsSuccess

func (o *VerifyPasswordUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this verify password unprocessable entity response has a 2xx status code

func (*VerifyPasswordUnprocessableEntity) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL