user_management

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for user management API

func (*Client) CombinedUserRolesV1 added in v0.2.25

func (a *Client) CombinedUserRolesV1(params *CombinedUserRolesV1Params, opts ...ClientOption) (*CombinedUserRolesV1OK, error)

CombinedUserRolesV1 gets user grant s this endpoint lists both direct as well as flight control grants between a user and a customer

func (*Client) CreateUser

func (a *Client) CreateUser(params *CreateUserParams, opts ...ClientOption) (*CreateUserCreated, error)

CreateUser deprecateds please use p o s t user management entities users v1 create a new user after creating a user assign one or more roles with p o s t user roles entities user roles v1

func (*Client) CreateUserV1 added in v0.2.25

func (a *Client) CreateUserV1(params *CreateUserV1Params, opts ...ClientOption) (*CreateUserV1Created, error)

CreateUserV1 creates a new user after creating a user assign one or more roles with p o s t user management entities user role actions v1

func (*Client) DeleteUser

func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

DeleteUser deprecateds please use d e l e t e user management entities users v1 delete a user permanently

func (*Client) DeleteUserV1 added in v0.2.25

func (a *Client) DeleteUserV1(params *DeleteUserV1Params, opts ...ClientOption) (*DeleteUserV1OK, error)

DeleteUserV1 deletes a user permanently

func (*Client) EntitiesRolesV1 added in v0.2.25

func (a *Client) EntitiesRolesV1(params *EntitiesRolesV1Params, opts ...ClientOption) (*EntitiesRolesV1OK, error)

EntitiesRolesV1 gets info about a role

func (*Client) GetAvailableRoleIds

func (a *Client) GetAvailableRoleIds(params *GetAvailableRoleIdsParams, opts ...ClientOption) (*GetAvailableRoleIdsOK, error)

GetAvailableRoleIds deprecateds please use g e t user management queries roles v1 show role i ds for all roles available in your customer account for more information on each role provide the role ID to customer entities roles v1

func (*Client) GetRoles

func (a *Client) GetRoles(params *GetRolesParams, opts ...ClientOption) (*GetRolesOK, error)

GetRoles deprecateds please use g e t user management entities roles v1 get info about a role

func (*Client) GetUserRoleIds

func (a *Client) GetUserRoleIds(params *GetUserRoleIdsParams, opts ...ClientOption) (*GetUserRoleIdsOK, error)

GetUserRoleIds deprecateds please use g e t user management combined user roles v1 show role i ds of roles assigned to a user for more information on each role provide the role ID to customer entities roles v1

func (*Client) GrantUserRoleIds

func (a *Client) GrantUserRoleIds(params *GrantUserRoleIdsParams, opts ...ClientOption) (*GrantUserRoleIdsOK, error)

GrantUserRoleIds deprecateds please use p o s t user management entities user role actions v1 assign one or more roles to a user

func (*Client) QueriesRolesV1 added in v0.2.25

func (a *Client) QueriesRolesV1(params *QueriesRolesV1Params, opts ...ClientOption) (*QueriesRolesV1OK, error)

QueriesRolesV1 shows role i ds for all roles available in your customer account for more information on each role provide the role ID to user management entities roles v1

func (*Client) QueryUserV1 added in v0.2.25

func (a *Client) QueryUserV1(params *QueryUserV1Params, opts ...ClientOption) (*QueryUserV1OK, error)

QueryUserV1 lists user i ds for all users in your customer account for more information on each user provide the user ID to user management entities users g e t v1

func (*Client) RetrieveEmailsByCID

func (a *Client) RetrieveEmailsByCID(params *RetrieveEmailsByCIDParams, opts ...ClientOption) (*RetrieveEmailsByCIDOK, error)

RetrieveEmailsByCID deprecateds please use p o s t user management entities users g e t v1 list the usernames usually an email address for all users in your customer account

func (*Client) RetrieveUser

func (a *Client) RetrieveUser(params *RetrieveUserParams, opts ...ClientOption) (*RetrieveUserOK, error)

RetrieveUser deprecateds please use p o s t user management entities users g e t v1 get info about a user

func (*Client) RetrieveUserUUID

func (a *Client) RetrieveUserUUID(params *RetrieveUserUUIDParams, opts ...ClientOption) (*RetrieveUserUUIDOK, error)

RetrieveUserUUID deprecateds please use g e t user management queries users v1 get a user s ID by providing a username usually an email address

func (*Client) RetrieveUserUUIDsByCID

func (a *Client) RetrieveUserUUIDsByCID(params *RetrieveUserUUIDsByCIDParams, opts ...ClientOption) (*RetrieveUserUUIDsByCIDOK, error)

RetrieveUserUUIDsByCID deprecateds please use g e t user management queries users v1 list user i ds for all users in your customer account for more information on each user provide the user ID to users entities user v1

func (*Client) RetrieveUsersGETV1 added in v0.2.25

func (a *Client) RetrieveUsersGETV1(params *RetrieveUsersGETV1Params, opts ...ClientOption) (*RetrieveUsersGETV1OK, error)

RetrieveUsersGETV1 gets info about users including their name UID and c ID by providing user u UI ds

func (*Client) RevokeUserRoleIds

func (a *Client) RevokeUserRoleIds(params *RevokeUserRoleIdsParams, opts ...ClientOption) (*RevokeUserRoleIdsOK, error)

RevokeUserRoleIds deprecateds please use p o s t user management entities user role actions v1 revoke one or more roles from a user

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUser

func (a *Client) UpdateUser(params *UpdateUserParams, opts ...ClientOption) (*UpdateUserOK, error)

UpdateUser deprecateds please use p a t c h user management entities users v1 modify an existing user s first or last name

func (*Client) UpdateUserV1 added in v0.2.25

func (a *Client) UpdateUserV1(params *UpdateUserV1Params, opts ...ClientOption) (*UpdateUserV1OK, error)

UpdateUserV1 modifies an existing user s first or last name

func (*Client) UserActionV1 added in v0.2.25

func (a *Client) UserActionV1(params *UserActionV1Params, opts ...ClientOption) (*UserActionV1OK, error)

UserActionV1 applies actions to one or more user available action names reset 2fa reset password user u UI ds can be provided in ids param as part of request payload

func (*Client) UserRolesActionV1 added in v0.2.25

func (a *Client) UserRolesActionV1(params *UserRolesActionV1Params, opts ...ClientOption) (*UserRolesActionV1OK, error)

UserRolesActionV1 grants or revoke one or more role s to a user against a c ID user UUID c ID and role ID s can be provided in request payload available action s grant revoke

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateUser(params *CreateUserParams, opts ...ClientOption) (*CreateUserCreated, error)

	DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

	GetAvailableRoleIds(params *GetAvailableRoleIdsParams, opts ...ClientOption) (*GetAvailableRoleIdsOK, error)

	GetRoles(params *GetRolesParams, opts ...ClientOption) (*GetRolesOK, error)

	GetUserRoleIds(params *GetUserRoleIdsParams, opts ...ClientOption) (*GetUserRoleIdsOK, error)

	GrantUserRoleIds(params *GrantUserRoleIdsParams, opts ...ClientOption) (*GrantUserRoleIdsOK, error)

	RetrieveEmailsByCID(params *RetrieveEmailsByCIDParams, opts ...ClientOption) (*RetrieveEmailsByCIDOK, error)

	RetrieveUserUUID(params *RetrieveUserUUIDParams, opts ...ClientOption) (*RetrieveUserUUIDOK, error)

	RetrieveUserUUIDsByCID(params *RetrieveUserUUIDsByCIDParams, opts ...ClientOption) (*RetrieveUserUUIDsByCIDOK, error)

	RevokeUserRoleIds(params *RevokeUserRoleIdsParams, opts ...ClientOption) (*RevokeUserRoleIdsOK, error)

	UpdateUser(params *UpdateUserParams, opts ...ClientOption) (*UpdateUserOK, error)

	CombinedUserRolesV1(params *CombinedUserRolesV1Params, opts ...ClientOption) (*CombinedUserRolesV1OK, error)

	CreateUserV1(params *CreateUserV1Params, opts ...ClientOption) (*CreateUserV1Created, error)

	DeleteUserV1(params *DeleteUserV1Params, opts ...ClientOption) (*DeleteUserV1OK, error)

	EntitiesRolesV1(params *EntitiesRolesV1Params, opts ...ClientOption) (*EntitiesRolesV1OK, error)

	QueriesRolesV1(params *QueriesRolesV1Params, opts ...ClientOption) (*QueriesRolesV1OK, error)

	QueryUserV1(params *QueryUserV1Params, opts ...ClientOption) (*QueryUserV1OK, error)

	RetrieveUser(params *RetrieveUserParams, opts ...ClientOption) (*RetrieveUserOK, error)

	RetrieveUsersGETV1(params *RetrieveUsersGETV1Params, opts ...ClientOption) (*RetrieveUsersGETV1OK, error)

	UpdateUserV1(params *UpdateUserV1Params, opts ...ClientOption) (*UpdateUserV1OK, error)

	UserActionV1(params *UserActionV1Params, opts ...ClientOption) (*UserActionV1OK, error)

	UserRolesActionV1(params *UserRolesActionV1Params, opts ...ClientOption) (*UserRolesActionV1OK, 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 user management API client.

type CombinedUserRolesV1BadRequest added in v0.2.25

type CombinedUserRolesV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCombinedUserRolesV1BadRequest added in v0.2.25

func NewCombinedUserRolesV1BadRequest() *CombinedUserRolesV1BadRequest

NewCombinedUserRolesV1BadRequest creates a CombinedUserRolesV1BadRequest with default headers values

func (*CombinedUserRolesV1BadRequest) Code added in v0.2.33

Code gets the status code for the combined user roles v1 bad request response

func (*CombinedUserRolesV1BadRequest) Error added in v0.2.25

func (*CombinedUserRolesV1BadRequest) GetPayload added in v0.2.25

func (*CombinedUserRolesV1BadRequest) IsClientError added in v0.2.27

func (o *CombinedUserRolesV1BadRequest) IsClientError() bool

IsClientError returns true when this combined user roles v1 bad request response has a 4xx status code

func (*CombinedUserRolesV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this combined user roles v1 bad request response a status code equal to that given

func (*CombinedUserRolesV1BadRequest) IsRedirect added in v0.2.27

func (o *CombinedUserRolesV1BadRequest) IsRedirect() bool

IsRedirect returns true when this combined user roles v1 bad request response has a 3xx status code

func (*CombinedUserRolesV1BadRequest) IsServerError added in v0.2.27

func (o *CombinedUserRolesV1BadRequest) IsServerError() bool

IsServerError returns true when this combined user roles v1 bad request response has a 5xx status code

func (*CombinedUserRolesV1BadRequest) IsSuccess added in v0.2.27

func (o *CombinedUserRolesV1BadRequest) IsSuccess() bool

IsSuccess returns true when this combined user roles v1 bad request response has a 2xx status code

func (*CombinedUserRolesV1BadRequest) String added in v0.2.27

type CombinedUserRolesV1Forbidden added in v0.2.25

type CombinedUserRolesV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCombinedUserRolesV1Forbidden added in v0.2.25

func NewCombinedUserRolesV1Forbidden() *CombinedUserRolesV1Forbidden

NewCombinedUserRolesV1Forbidden creates a CombinedUserRolesV1Forbidden with default headers values

func (*CombinedUserRolesV1Forbidden) Code added in v0.2.33

Code gets the status code for the combined user roles v1 forbidden response

func (*CombinedUserRolesV1Forbidden) Error added in v0.2.25

func (*CombinedUserRolesV1Forbidden) GetPayload added in v0.2.25

func (*CombinedUserRolesV1Forbidden) IsClientError added in v0.2.27

func (o *CombinedUserRolesV1Forbidden) IsClientError() bool

IsClientError returns true when this combined user roles v1 forbidden response has a 4xx status code

func (*CombinedUserRolesV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this combined user roles v1 forbidden response a status code equal to that given

func (*CombinedUserRolesV1Forbidden) IsRedirect added in v0.2.27

func (o *CombinedUserRolesV1Forbidden) IsRedirect() bool

IsRedirect returns true when this combined user roles v1 forbidden response has a 3xx status code

func (*CombinedUserRolesV1Forbidden) IsServerError added in v0.2.27

func (o *CombinedUserRolesV1Forbidden) IsServerError() bool

IsServerError returns true when this combined user roles v1 forbidden response has a 5xx status code

func (*CombinedUserRolesV1Forbidden) IsSuccess added in v0.2.27

func (o *CombinedUserRolesV1Forbidden) IsSuccess() bool

IsSuccess returns true when this combined user roles v1 forbidden response has a 2xx status code

func (*CombinedUserRolesV1Forbidden) String added in v0.2.27

type CombinedUserRolesV1InternalServerError added in v0.2.25

type CombinedUserRolesV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

CombinedUserRolesV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewCombinedUserRolesV1InternalServerError added in v0.2.25

func NewCombinedUserRolesV1InternalServerError() *CombinedUserRolesV1InternalServerError

NewCombinedUserRolesV1InternalServerError creates a CombinedUserRolesV1InternalServerError with default headers values

func (*CombinedUserRolesV1InternalServerError) Code added in v0.2.33

Code gets the status code for the combined user roles v1 internal server error response

func (*CombinedUserRolesV1InternalServerError) Error added in v0.2.25

func (*CombinedUserRolesV1InternalServerError) GetPayload added in v0.2.25

func (*CombinedUserRolesV1InternalServerError) IsClientError added in v0.2.27

func (o *CombinedUserRolesV1InternalServerError) IsClientError() bool

IsClientError returns true when this combined user roles v1 internal server error response has a 4xx status code

func (*CombinedUserRolesV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this combined user roles v1 internal server error response a status code equal to that given

func (*CombinedUserRolesV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this combined user roles v1 internal server error response has a 3xx status code

func (*CombinedUserRolesV1InternalServerError) IsServerError added in v0.2.27

func (o *CombinedUserRolesV1InternalServerError) IsServerError() bool

IsServerError returns true when this combined user roles v1 internal server error response has a 5xx status code

func (*CombinedUserRolesV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this combined user roles v1 internal server error response has a 2xx status code

func (*CombinedUserRolesV1InternalServerError) String added in v0.2.27

type CombinedUserRolesV1OK added in v0.2.25

type CombinedUserRolesV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.FlightcontrolapiUserGrantResponse
}

CombinedUserRolesV1OK describes a response with status code 200, with default header values.

OK

func NewCombinedUserRolesV1OK added in v0.2.25

func NewCombinedUserRolesV1OK() *CombinedUserRolesV1OK

NewCombinedUserRolesV1OK creates a CombinedUserRolesV1OK with default headers values

func (*CombinedUserRolesV1OK) Code added in v0.2.33

func (o *CombinedUserRolesV1OK) Code() int

Code gets the status code for the combined user roles v1 o k response

func (*CombinedUserRolesV1OK) Error added in v0.2.25

func (o *CombinedUserRolesV1OK) Error() string

func (*CombinedUserRolesV1OK) GetPayload added in v0.2.25

func (*CombinedUserRolesV1OK) IsClientError added in v0.2.27

func (o *CombinedUserRolesV1OK) IsClientError() bool

IsClientError returns true when this combined user roles v1 o k response has a 4xx status code

func (*CombinedUserRolesV1OK) IsCode added in v0.2.27

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

IsCode returns true when this combined user roles v1 o k response a status code equal to that given

func (*CombinedUserRolesV1OK) IsRedirect added in v0.2.27

func (o *CombinedUserRolesV1OK) IsRedirect() bool

IsRedirect returns true when this combined user roles v1 o k response has a 3xx status code

func (*CombinedUserRolesV1OK) IsServerError added in v0.2.27

func (o *CombinedUserRolesV1OK) IsServerError() bool

IsServerError returns true when this combined user roles v1 o k response has a 5xx status code

func (*CombinedUserRolesV1OK) IsSuccess added in v0.2.27

func (o *CombinedUserRolesV1OK) IsSuccess() bool

IsSuccess returns true when this combined user roles v1 o k response has a 2xx status code

func (*CombinedUserRolesV1OK) String added in v0.2.27

func (o *CombinedUserRolesV1OK) String() string

type CombinedUserRolesV1Params added in v0.2.25

type CombinedUserRolesV1Params struct {

	/* Cid.

	   Customer ID to get grants for. Empty CID would result in Role IDs for user against current CID in view.
	*/
	Cid *string

	/* DirectOnly.

	   Specifies if to request direct Only role grants or all role grants between user and CID (specified in query params)
	*/
	DirectOnly *bool

	/* Filter.

	   Filter using a query in Falcon Query Language (FQL). Supported filters: role_id, role_name
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by

	   Default: "role_name|asc"
	*/
	Sort *string

	/* UserUUID.

	   User UUID to get available roles for.
	*/
	UserUUID string

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

CombinedUserRolesV1Params contains all the parameters to send to the API endpoint

for the combined user roles v1 operation.

Typically these are written to a http.Request.

func NewCombinedUserRolesV1Params added in v0.2.25

func NewCombinedUserRolesV1Params() *CombinedUserRolesV1Params

NewCombinedUserRolesV1Params creates a new CombinedUserRolesV1Params 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 NewCombinedUserRolesV1ParamsWithContext added in v0.2.25

func NewCombinedUserRolesV1ParamsWithContext(ctx context.Context) *CombinedUserRolesV1Params

NewCombinedUserRolesV1ParamsWithContext creates a new CombinedUserRolesV1Params object with the ability to set a context for a request.

func NewCombinedUserRolesV1ParamsWithHTTPClient added in v0.2.25

func NewCombinedUserRolesV1ParamsWithHTTPClient(client *http.Client) *CombinedUserRolesV1Params

NewCombinedUserRolesV1ParamsWithHTTPClient creates a new CombinedUserRolesV1Params object with the ability to set a custom HTTPClient for a request.

func NewCombinedUserRolesV1ParamsWithTimeout added in v0.2.25

func NewCombinedUserRolesV1ParamsWithTimeout(timeout time.Duration) *CombinedUserRolesV1Params

NewCombinedUserRolesV1ParamsWithTimeout creates a new CombinedUserRolesV1Params object with the ability to set a timeout on a request.

func (*CombinedUserRolesV1Params) SetCid added in v0.2.25

func (o *CombinedUserRolesV1Params) SetCid(cid *string)

SetCid adds the cid to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetDefaults added in v0.2.25

func (o *CombinedUserRolesV1Params) SetDefaults()

SetDefaults hydrates default values in the combined user roles v1 params (not the query body).

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

func (*CombinedUserRolesV1Params) SetDirectOnly added in v0.2.25

func (o *CombinedUserRolesV1Params) SetDirectOnly(directOnly *bool)

SetDirectOnly adds the directOnly to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetFilter added in v0.2.25

func (o *CombinedUserRolesV1Params) SetFilter(filter *string)

SetFilter adds the filter to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetLimit added in v0.2.25

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

SetLimit adds the limit to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetOffset added in v0.2.25

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

SetOffset adds the offset to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetSort added in v0.2.25

func (o *CombinedUserRolesV1Params) SetSort(sort *string)

SetSort adds the sort to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the combined user roles v1 params

func (*CombinedUserRolesV1Params) SetUserUUID added in v0.2.25

func (o *CombinedUserRolesV1Params) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithCid added in v0.2.25

WithCid adds the cid to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithContext added in v0.2.25

WithContext adds the context to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithDefaults added in v0.2.25

WithDefaults hydrates default values in the combined user roles v1 params (not the query body).

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

func (*CombinedUserRolesV1Params) WithDirectOnly added in v0.2.25

func (o *CombinedUserRolesV1Params) WithDirectOnly(directOnly *bool) *CombinedUserRolesV1Params

WithDirectOnly adds the directOnly to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithFilter added in v0.2.25

WithFilter adds the filter to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithLimit added in v0.2.25

WithLimit adds the limit to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithOffset added in v0.2.25

WithOffset adds the offset to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithSort added in v0.2.25

WithSort adds the sort to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithTimeout added in v0.2.25

WithTimeout adds the timeout to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WithUserUUID added in v0.2.25

func (o *CombinedUserRolesV1Params) WithUserUUID(userUUID string) *CombinedUserRolesV1Params

WithUserUUID adds the userUUID to the combined user roles v1 params

func (*CombinedUserRolesV1Params) WriteToRequest added in v0.2.25

WriteToRequest writes these params to a swagger request

type CombinedUserRolesV1Reader added in v0.2.25

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

CombinedUserRolesV1Reader is a Reader for the CombinedUserRolesV1 structure.

func (*CombinedUserRolesV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type CombinedUserRolesV1TooManyRequests added in v0.2.25

type CombinedUserRolesV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCombinedUserRolesV1TooManyRequests added in v0.2.25

func NewCombinedUserRolesV1TooManyRequests() *CombinedUserRolesV1TooManyRequests

NewCombinedUserRolesV1TooManyRequests creates a CombinedUserRolesV1TooManyRequests with default headers values

func (*CombinedUserRolesV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the combined user roles v1 too many requests response

func (*CombinedUserRolesV1TooManyRequests) Error added in v0.2.25

func (*CombinedUserRolesV1TooManyRequests) GetPayload added in v0.2.25

func (*CombinedUserRolesV1TooManyRequests) IsClientError added in v0.2.27

func (o *CombinedUserRolesV1TooManyRequests) IsClientError() bool

IsClientError returns true when this combined user roles v1 too many requests response has a 4xx status code

func (*CombinedUserRolesV1TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this combined user roles v1 too many requests response a status code equal to that given

func (*CombinedUserRolesV1TooManyRequests) IsRedirect added in v0.2.27

func (o *CombinedUserRolesV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this combined user roles v1 too many requests response has a 3xx status code

func (*CombinedUserRolesV1TooManyRequests) IsServerError added in v0.2.27

func (o *CombinedUserRolesV1TooManyRequests) IsServerError() bool

IsServerError returns true when this combined user roles v1 too many requests response has a 5xx status code

func (*CombinedUserRolesV1TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this combined user roles v1 too many requests response has a 2xx status code

func (*CombinedUserRolesV1TooManyRequests) String added in v0.2.27

type CreateUserBadRequest

type CreateUserBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Bad Request

func NewCreateUserBadRequest

func NewCreateUserBadRequest() *CreateUserBadRequest

NewCreateUserBadRequest creates a CreateUserBadRequest with default headers values

func (*CreateUserBadRequest) Code added in v0.2.33

func (o *CreateUserBadRequest) Code() int

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

func (*CreateUserBadRequest) Error

func (o *CreateUserBadRequest) Error() string

func (*CreateUserBadRequest) GetPayload

func (*CreateUserBadRequest) IsClientError added in v0.2.27

func (o *CreateUserBadRequest) IsClientError() bool

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

func (*CreateUserBadRequest) IsCode added in v0.2.27

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

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

func (*CreateUserBadRequest) IsRedirect added in v0.2.27

func (o *CreateUserBadRequest) IsRedirect() bool

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

func (*CreateUserBadRequest) IsServerError added in v0.2.27

func (o *CreateUserBadRequest) IsServerError() bool

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

func (*CreateUserBadRequest) IsSuccess added in v0.2.27

func (o *CreateUserBadRequest) IsSuccess() bool

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

func (*CreateUserBadRequest) String added in v0.2.27

func (o *CreateUserBadRequest) String() string

type CreateUserCreated

type CreateUserCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIUserMetadataResponse
}

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

Created

func NewCreateUserCreated

func NewCreateUserCreated() *CreateUserCreated

NewCreateUserCreated creates a CreateUserCreated with default headers values

func (*CreateUserCreated) Code added in v0.2.33

func (o *CreateUserCreated) Code() int

Code gets the status code for the create user created response

func (*CreateUserCreated) Error

func (o *CreateUserCreated) Error() string

func (*CreateUserCreated) GetPayload

func (*CreateUserCreated) IsClientError added in v0.2.27

func (o *CreateUserCreated) IsClientError() bool

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

func (*CreateUserCreated) IsCode added in v0.2.27

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

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

func (*CreateUserCreated) IsRedirect added in v0.2.27

func (o *CreateUserCreated) IsRedirect() bool

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

func (*CreateUserCreated) IsServerError added in v0.2.27

func (o *CreateUserCreated) IsServerError() bool

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

func (*CreateUserCreated) IsSuccess added in v0.2.27

func (o *CreateUserCreated) IsSuccess() bool

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

func (*CreateUserCreated) String added in v0.2.27

func (o *CreateUserCreated) String() string

type CreateUserForbidden

type CreateUserForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Forbidden

func NewCreateUserForbidden

func NewCreateUserForbidden() *CreateUserForbidden

NewCreateUserForbidden creates a CreateUserForbidden with default headers values

func (*CreateUserForbidden) Code added in v0.2.33

func (o *CreateUserForbidden) Code() int

Code gets the status code for the create user forbidden response

func (*CreateUserForbidden) Error

func (o *CreateUserForbidden) Error() string

func (*CreateUserForbidden) GetPayload

func (*CreateUserForbidden) IsClientError added in v0.2.27

func (o *CreateUserForbidden) IsClientError() bool

IsClientError returns true when this create user forbidden response has a 4xx status code

func (*CreateUserForbidden) IsCode added in v0.2.27

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

IsCode returns true when this create user forbidden response a status code equal to that given

func (*CreateUserForbidden) IsRedirect added in v0.2.27

func (o *CreateUserForbidden) IsRedirect() bool

IsRedirect returns true when this create user forbidden response has a 3xx status code

func (*CreateUserForbidden) IsServerError added in v0.2.27

func (o *CreateUserForbidden) IsServerError() bool

IsServerError returns true when this create user forbidden response has a 5xx status code

func (*CreateUserForbidden) IsSuccess added in v0.2.27

func (o *CreateUserForbidden) IsSuccess() bool

IsSuccess returns true when this create user forbidden response has a 2xx status code

func (*CreateUserForbidden) String added in v0.2.27

func (o *CreateUserForbidden) String() string

type CreateUserParams

type CreateUserParams struct {

	/* Body.

	     Attributes for this user. `uid` (required) is the user's email address, which is their username in Falcon.

	Optional attributes:

	<ul><li>`firstName`</li><li>`lastName`</li><li>`password`</li></ul>

	As a best practice, we recommend omitting `password`. If single sign-on is enabled for your customer account, the `password` attribute is ignored. If single sign-on is not enabled, we send a user activation request to their email address when you create the user with no `password`. The user should use the activation email to set their own password.
	*/
	Body *models.DomainUserCreateRequest

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

CreateUserParams contains all the parameters to send to the API endpoint

for the create user operation.

Typically these are written to a http.Request.

func NewCreateUserParams

func NewCreateUserParams() *CreateUserParams

NewCreateUserParams creates a new CreateUserParams 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 NewCreateUserParamsWithContext

func NewCreateUserParamsWithContext(ctx context.Context) *CreateUserParams

NewCreateUserParamsWithContext creates a new CreateUserParams object with the ability to set a context for a request.

func NewCreateUserParamsWithHTTPClient

func NewCreateUserParamsWithHTTPClient(client *http.Client) *CreateUserParams

NewCreateUserParamsWithHTTPClient creates a new CreateUserParams object with the ability to set a custom HTTPClient for a request.

func NewCreateUserParamsWithTimeout

func NewCreateUserParamsWithTimeout(timeout time.Duration) *CreateUserParams

NewCreateUserParamsWithTimeout creates a new CreateUserParams object with the ability to set a timeout on a request.

func (*CreateUserParams) SetBody

SetBody adds the body to the create user params

func (*CreateUserParams) SetContext

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

SetContext adds the context to the create user params

func (*CreateUserParams) SetDefaults

func (o *CreateUserParams) SetDefaults()

SetDefaults hydrates default values in the create user params (not the query body).

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

func (*CreateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create user params

func (*CreateUserParams) SetTimeout

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

SetTimeout adds the timeout to the create user params

func (*CreateUserParams) WithBody

WithBody adds the body to the create user params

func (*CreateUserParams) WithContext

func (o *CreateUserParams) WithContext(ctx context.Context) *CreateUserParams

WithContext adds the context to the create user params

func (*CreateUserParams) WithDefaults

func (o *CreateUserParams) WithDefaults() *CreateUserParams

WithDefaults hydrates default values in the create user params (not the query body).

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

func (*CreateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create user params

func (*CreateUserParams) WithTimeout

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

WithTimeout adds the timeout to the create user params

func (*CreateUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateUserReader

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

CreateUserReader is a Reader for the CreateUser structure.

func (*CreateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateUserTooManyRequests

type CreateUserTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCreateUserTooManyRequests

func NewCreateUserTooManyRequests() *CreateUserTooManyRequests

NewCreateUserTooManyRequests creates a CreateUserTooManyRequests with default headers values

func (*CreateUserTooManyRequests) Code added in v0.2.33

func (o *CreateUserTooManyRequests) Code() int

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

func (*CreateUserTooManyRequests) Error

func (o *CreateUserTooManyRequests) Error() string

func (*CreateUserTooManyRequests) GetPayload

func (*CreateUserTooManyRequests) IsClientError added in v0.2.27

func (o *CreateUserTooManyRequests) IsClientError() bool

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

func (*CreateUserTooManyRequests) IsCode added in v0.2.27

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

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

func (*CreateUserTooManyRequests) IsRedirect added in v0.2.27

func (o *CreateUserTooManyRequests) IsRedirect() bool

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

func (*CreateUserTooManyRequests) IsServerError added in v0.2.27

func (o *CreateUserTooManyRequests) IsServerError() bool

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

func (*CreateUserTooManyRequests) IsSuccess added in v0.2.27

func (o *CreateUserTooManyRequests) IsSuccess() bool

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

func (*CreateUserTooManyRequests) String added in v0.2.27

func (o *CreateUserTooManyRequests) String() string

type CreateUserV1BadRequest added in v0.2.25

type CreateUserV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCreateUserV1BadRequest added in v0.2.25

func NewCreateUserV1BadRequest() *CreateUserV1BadRequest

NewCreateUserV1BadRequest creates a CreateUserV1BadRequest with default headers values

func (*CreateUserV1BadRequest) Code added in v0.2.33

func (o *CreateUserV1BadRequest) Code() int

Code gets the status code for the create user v1 bad request response

func (*CreateUserV1BadRequest) Error added in v0.2.25

func (o *CreateUserV1BadRequest) Error() string

func (*CreateUserV1BadRequest) GetPayload added in v0.2.25

func (*CreateUserV1BadRequest) IsClientError added in v0.2.27

func (o *CreateUserV1BadRequest) IsClientError() bool

IsClientError returns true when this create user v1 bad request response has a 4xx status code

func (*CreateUserV1BadRequest) IsCode added in v0.2.27

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

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

func (*CreateUserV1BadRequest) IsRedirect added in v0.2.27

func (o *CreateUserV1BadRequest) IsRedirect() bool

IsRedirect returns true when this create user v1 bad request response has a 3xx status code

func (*CreateUserV1BadRequest) IsServerError added in v0.2.27

func (o *CreateUserV1BadRequest) IsServerError() bool

IsServerError returns true when this create user v1 bad request response has a 5xx status code

func (*CreateUserV1BadRequest) IsSuccess added in v0.2.27

func (o *CreateUserV1BadRequest) IsSuccess() bool

IsSuccess returns true when this create user v1 bad request response has a 2xx status code

func (*CreateUserV1BadRequest) String added in v0.2.27

func (o *CreateUserV1BadRequest) String() string

type CreateUserV1Created added in v0.2.25

type CreateUserV1Created struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.FlightcontrolapiUserResponse
}

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

OK

func NewCreateUserV1Created added in v0.2.25

func NewCreateUserV1Created() *CreateUserV1Created

NewCreateUserV1Created creates a CreateUserV1Created with default headers values

func (*CreateUserV1Created) Code added in v0.2.33

func (o *CreateUserV1Created) Code() int

Code gets the status code for the create user v1 created response

func (*CreateUserV1Created) Error added in v0.2.25

func (o *CreateUserV1Created) Error() string

func (*CreateUserV1Created) GetPayload added in v0.2.25

func (*CreateUserV1Created) IsClientError added in v0.2.27

func (o *CreateUserV1Created) IsClientError() bool

IsClientError returns true when this create user v1 created response has a 4xx status code

func (*CreateUserV1Created) IsCode added in v0.2.27

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

IsCode returns true when this create user v1 created response a status code equal to that given

func (*CreateUserV1Created) IsRedirect added in v0.2.27

func (o *CreateUserV1Created) IsRedirect() bool

IsRedirect returns true when this create user v1 created response has a 3xx status code

func (*CreateUserV1Created) IsServerError added in v0.2.27

func (o *CreateUserV1Created) IsServerError() bool

IsServerError returns true when this create user v1 created response has a 5xx status code

func (*CreateUserV1Created) IsSuccess added in v0.2.27

func (o *CreateUserV1Created) IsSuccess() bool

IsSuccess returns true when this create user v1 created response has a 2xx status code

func (*CreateUserV1Created) String added in v0.2.27

func (o *CreateUserV1Created) String() string

type CreateUserV1Forbidden added in v0.2.25

type CreateUserV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCreateUserV1Forbidden added in v0.2.25

func NewCreateUserV1Forbidden() *CreateUserV1Forbidden

NewCreateUserV1Forbidden creates a CreateUserV1Forbidden with default headers values

func (*CreateUserV1Forbidden) Code added in v0.2.33

func (o *CreateUserV1Forbidden) Code() int

Code gets the status code for the create user v1 forbidden response

func (*CreateUserV1Forbidden) Error added in v0.2.25

func (o *CreateUserV1Forbidden) Error() string

func (*CreateUserV1Forbidden) GetPayload added in v0.2.25

func (*CreateUserV1Forbidden) IsClientError added in v0.2.27

func (o *CreateUserV1Forbidden) IsClientError() bool

IsClientError returns true when this create user v1 forbidden response has a 4xx status code

func (*CreateUserV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this create user v1 forbidden response a status code equal to that given

func (*CreateUserV1Forbidden) IsRedirect added in v0.2.27

func (o *CreateUserV1Forbidden) IsRedirect() bool

IsRedirect returns true when this create user v1 forbidden response has a 3xx status code

func (*CreateUserV1Forbidden) IsServerError added in v0.2.27

func (o *CreateUserV1Forbidden) IsServerError() bool

IsServerError returns true when this create user v1 forbidden response has a 5xx status code

func (*CreateUserV1Forbidden) IsSuccess added in v0.2.27

func (o *CreateUserV1Forbidden) IsSuccess() bool

IsSuccess returns true when this create user v1 forbidden response has a 2xx status code

func (*CreateUserV1Forbidden) String added in v0.2.27

func (o *CreateUserV1Forbidden) String() string

type CreateUserV1InternalServerError added in v0.2.25

type CreateUserV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

CreateUserV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewCreateUserV1InternalServerError added in v0.2.25

func NewCreateUserV1InternalServerError() *CreateUserV1InternalServerError

NewCreateUserV1InternalServerError creates a CreateUserV1InternalServerError with default headers values

func (*CreateUserV1InternalServerError) Code added in v0.2.33

Code gets the status code for the create user v1 internal server error response

func (*CreateUserV1InternalServerError) Error added in v0.2.25

func (*CreateUserV1InternalServerError) GetPayload added in v0.2.25

func (*CreateUserV1InternalServerError) IsClientError added in v0.2.27

func (o *CreateUserV1InternalServerError) IsClientError() bool

IsClientError returns true when this create user v1 internal server error response has a 4xx status code

func (*CreateUserV1InternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this create user v1 internal server error response a status code equal to that given

func (*CreateUserV1InternalServerError) IsRedirect added in v0.2.27

func (o *CreateUserV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this create user v1 internal server error response has a 3xx status code

func (*CreateUserV1InternalServerError) IsServerError added in v0.2.27

func (o *CreateUserV1InternalServerError) IsServerError() bool

IsServerError returns true when this create user v1 internal server error response has a 5xx status code

func (*CreateUserV1InternalServerError) IsSuccess added in v0.2.27

func (o *CreateUserV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this create user v1 internal server error response has a 2xx status code

func (*CreateUserV1InternalServerError) String added in v0.2.27

type CreateUserV1Params added in v0.2.25

type CreateUserV1Params struct {

	/* Body.

	     Attributes for this user. `uid` (required) is the user's email address, which is their username in Falcon.

	Optional attributes:

	<ul><li>`firstName`</li><li>`lastName`</li><li>`password`</li></ul>

	As a best practice, we recommend omitting `password`. If single sign-on is enabled for your customer account, the `password` attribute is ignored. If single sign-on is not enabled, we send a user activation request to their email address when you create the user with no `password`. The user should use the activation email to set their own password.
	*/
	Body *models.DomainCreateUserRequest

	/* ValidateOnly.

	   Validate of user is allowed, but do not create user.
	*/
	ValidateOnly *bool

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

CreateUserV1Params contains all the parameters to send to the API endpoint

for the create user v1 operation.

Typically these are written to a http.Request.

func NewCreateUserV1Params added in v0.2.25

func NewCreateUserV1Params() *CreateUserV1Params

NewCreateUserV1Params creates a new CreateUserV1Params 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 NewCreateUserV1ParamsWithContext added in v0.2.25

func NewCreateUserV1ParamsWithContext(ctx context.Context) *CreateUserV1Params

NewCreateUserV1ParamsWithContext creates a new CreateUserV1Params object with the ability to set a context for a request.

func NewCreateUserV1ParamsWithHTTPClient added in v0.2.25

func NewCreateUserV1ParamsWithHTTPClient(client *http.Client) *CreateUserV1Params

NewCreateUserV1ParamsWithHTTPClient creates a new CreateUserV1Params object with the ability to set a custom HTTPClient for a request.

func NewCreateUserV1ParamsWithTimeout added in v0.2.25

func NewCreateUserV1ParamsWithTimeout(timeout time.Duration) *CreateUserV1Params

NewCreateUserV1ParamsWithTimeout creates a new CreateUserV1Params object with the ability to set a timeout on a request.

func (*CreateUserV1Params) SetBody added in v0.2.25

SetBody adds the body to the create user v1 params

func (*CreateUserV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the create user v1 params

func (*CreateUserV1Params) SetDefaults added in v0.2.25

func (o *CreateUserV1Params) SetDefaults()

SetDefaults hydrates default values in the create user v1 params (not the query body).

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

func (*CreateUserV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the create user v1 params

func (*CreateUserV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the create user v1 params

func (*CreateUserV1Params) SetValidateOnly added in v0.2.25

func (o *CreateUserV1Params) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the create user v1 params

func (*CreateUserV1Params) WithBody added in v0.2.25

WithBody adds the body to the create user v1 params

func (*CreateUserV1Params) WithContext added in v0.2.25

WithContext adds the context to the create user v1 params

func (*CreateUserV1Params) WithDefaults added in v0.2.25

func (o *CreateUserV1Params) WithDefaults() *CreateUserV1Params

WithDefaults hydrates default values in the create user v1 params (not the query body).

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

func (*CreateUserV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the create user v1 params

func (*CreateUserV1Params) WithTimeout added in v0.2.25

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

WithTimeout adds the timeout to the create user v1 params

func (*CreateUserV1Params) WithValidateOnly added in v0.2.25

func (o *CreateUserV1Params) WithValidateOnly(validateOnly *bool) *CreateUserV1Params

WithValidateOnly adds the validateOnly to the create user v1 params

func (*CreateUserV1Params) WriteToRequest added in v0.2.25

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

WriteToRequest writes these params to a swagger request

type CreateUserV1Reader added in v0.2.25

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

CreateUserV1Reader is a Reader for the CreateUserV1 structure.

func (*CreateUserV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type CreateUserV1TooManyRequests added in v0.2.25

type CreateUserV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCreateUserV1TooManyRequests added in v0.2.25

func NewCreateUserV1TooManyRequests() *CreateUserV1TooManyRequests

NewCreateUserV1TooManyRequests creates a CreateUserV1TooManyRequests with default headers values

func (*CreateUserV1TooManyRequests) Code added in v0.2.33

func (o *CreateUserV1TooManyRequests) Code() int

Code gets the status code for the create user v1 too many requests response

func (*CreateUserV1TooManyRequests) Error added in v0.2.25

func (*CreateUserV1TooManyRequests) GetPayload added in v0.2.25

func (*CreateUserV1TooManyRequests) IsClientError added in v0.2.27

func (o *CreateUserV1TooManyRequests) IsClientError() bool

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

func (*CreateUserV1TooManyRequests) IsCode added in v0.2.27

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

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

func (*CreateUserV1TooManyRequests) IsRedirect added in v0.2.27

func (o *CreateUserV1TooManyRequests) IsRedirect() bool

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

func (*CreateUserV1TooManyRequests) IsServerError added in v0.2.27

func (o *CreateUserV1TooManyRequests) IsServerError() bool

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

func (*CreateUserV1TooManyRequests) IsSuccess added in v0.2.27

func (o *CreateUserV1TooManyRequests) IsSuccess() bool

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

func (*CreateUserV1TooManyRequests) String added in v0.2.27

func (o *CreateUserV1TooManyRequests) String() string

type DeleteUserBadRequest

type DeleteUserBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Bad Request

func NewDeleteUserBadRequest

func NewDeleteUserBadRequest() *DeleteUserBadRequest

NewDeleteUserBadRequest creates a DeleteUserBadRequest with default headers values

func (*DeleteUserBadRequest) Code added in v0.2.33

func (o *DeleteUserBadRequest) Code() int

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

func (*DeleteUserBadRequest) Error

func (o *DeleteUserBadRequest) Error() string

func (*DeleteUserBadRequest) GetPayload

func (o *DeleteUserBadRequest) GetPayload() *models.MsaReplyMetaOnly

func (*DeleteUserBadRequest) IsClientError added in v0.2.27

func (o *DeleteUserBadRequest) IsClientError() bool

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

func (*DeleteUserBadRequest) IsCode added in v0.2.27

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

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

func (*DeleteUserBadRequest) IsRedirect added in v0.2.27

func (o *DeleteUserBadRequest) IsRedirect() bool

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

func (*DeleteUserBadRequest) IsServerError added in v0.2.27

func (o *DeleteUserBadRequest) IsServerError() bool

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

func (*DeleteUserBadRequest) IsSuccess added in v0.2.27

func (o *DeleteUserBadRequest) IsSuccess() bool

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

func (*DeleteUserBadRequest) String added in v0.2.27

func (o *DeleteUserBadRequest) String() string

type DeleteUserForbidden

type DeleteUserForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewDeleteUserForbidden

func NewDeleteUserForbidden() *DeleteUserForbidden

NewDeleteUserForbidden creates a DeleteUserForbidden with default headers values

func (*DeleteUserForbidden) Code added in v0.2.33

func (o *DeleteUserForbidden) Code() int

Code gets the status code for the delete user forbidden response

func (*DeleteUserForbidden) Error

func (o *DeleteUserForbidden) Error() string

func (*DeleteUserForbidden) GetPayload

func (o *DeleteUserForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*DeleteUserForbidden) IsClientError added in v0.2.27

func (o *DeleteUserForbidden) IsClientError() bool

IsClientError returns true when this delete user forbidden response has a 4xx status code

func (*DeleteUserForbidden) IsCode added in v0.2.27

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

IsCode returns true when this delete user forbidden response a status code equal to that given

func (*DeleteUserForbidden) IsRedirect added in v0.2.27

func (o *DeleteUserForbidden) IsRedirect() bool

IsRedirect returns true when this delete user forbidden response has a 3xx status code

func (*DeleteUserForbidden) IsServerError added in v0.2.27

func (o *DeleteUserForbidden) IsServerError() bool

IsServerError returns true when this delete user forbidden response has a 5xx status code

func (*DeleteUserForbidden) IsSuccess added in v0.2.27

func (o *DeleteUserForbidden) IsSuccess() bool

IsSuccess returns true when this delete user forbidden response has a 2xx status code

func (*DeleteUserForbidden) String added in v0.2.27

func (o *DeleteUserForbidden) String() string

type DeleteUserNotFound

type DeleteUserNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Not Found

func NewDeleteUserNotFound

func NewDeleteUserNotFound() *DeleteUserNotFound

NewDeleteUserNotFound creates a DeleteUserNotFound with default headers values

func (*DeleteUserNotFound) Code added in v0.2.33

func (o *DeleteUserNotFound) Code() int

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

func (*DeleteUserNotFound) Error

func (o *DeleteUserNotFound) Error() string

func (*DeleteUserNotFound) GetPayload

func (o *DeleteUserNotFound) GetPayload() *models.MsaReplyMetaOnly

func (*DeleteUserNotFound) IsClientError added in v0.2.27

func (o *DeleteUserNotFound) IsClientError() bool

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

func (*DeleteUserNotFound) IsCode added in v0.2.27

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

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

func (*DeleteUserNotFound) IsRedirect added in v0.2.27

func (o *DeleteUserNotFound) IsRedirect() bool

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

func (*DeleteUserNotFound) IsServerError added in v0.2.27

func (o *DeleteUserNotFound) IsServerError() bool

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

func (*DeleteUserNotFound) IsSuccess added in v0.2.27

func (o *DeleteUserNotFound) IsSuccess() bool

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

func (*DeleteUserNotFound) String added in v0.2.27

func (o *DeleteUserNotFound) String() string

type DeleteUserOK

type DeleteUserOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

DeleteUserOK describes a response with status code 200, with default header values.

OK

func NewDeleteUserOK

func NewDeleteUserOK() *DeleteUserOK

NewDeleteUserOK creates a DeleteUserOK with default headers values

func (*DeleteUserOK) Code added in v0.2.33

func (o *DeleteUserOK) Code() int

Code gets the status code for the delete user o k response

func (*DeleteUserOK) Error

func (o *DeleteUserOK) Error() string

func (*DeleteUserOK) GetPayload

func (o *DeleteUserOK) GetPayload() *models.MsaReplyMetaOnly

func (*DeleteUserOK) IsClientError added in v0.2.27

func (o *DeleteUserOK) IsClientError() bool

IsClientError returns true when this delete user o k response has a 4xx status code

func (*DeleteUserOK) IsCode added in v0.2.27

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

IsCode returns true when this delete user o k response a status code equal to that given

func (*DeleteUserOK) IsRedirect added in v0.2.27

func (o *DeleteUserOK) IsRedirect() bool

IsRedirect returns true when this delete user o k response has a 3xx status code

func (*DeleteUserOK) IsServerError added in v0.2.27

func (o *DeleteUserOK) IsServerError() bool

IsServerError returns true when this delete user o k response has a 5xx status code

func (*DeleteUserOK) IsSuccess added in v0.2.27

func (o *DeleteUserOK) IsSuccess() bool

IsSuccess returns true when this delete user o k response has a 2xx status code

func (*DeleteUserOK) String added in v0.2.27

func (o *DeleteUserOK) String() string

type DeleteUserParams

type DeleteUserParams struct {

	/* UserUUID.

	   ID of a user. Find a user's ID from `/users/entities/user/v1`.
	*/
	UserUUID string

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

DeleteUserParams contains all the parameters to send to the API endpoint

for the delete user operation.

Typically these are written to a http.Request.

func NewDeleteUserParams

func NewDeleteUserParams() *DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams 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 NewDeleteUserParamsWithContext

func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams

NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.

func NewDeleteUserParamsWithHTTPClient

func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams

NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserParamsWithTimeout

func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams

NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.

func (*DeleteUserParams) SetContext

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

SetContext adds the context to the delete user params

func (*DeleteUserParams) SetDefaults

func (o *DeleteUserParams) SetDefaults()

SetDefaults hydrates default values in the delete user params (not the query body).

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

func (*DeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete user params

func (*DeleteUserParams) SetUserUUID

func (o *DeleteUserParams) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the delete user params

func (*DeleteUserParams) WithContext

func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams

WithContext adds the context to the delete user params

func (*DeleteUserParams) WithDefaults

func (o *DeleteUserParams) WithDefaults() *DeleteUserParams

WithDefaults hydrates default values in the delete user params (not the query body).

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

func (*DeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) WithTimeout

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

WithTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WithUserUUID

func (o *DeleteUserParams) WithUserUUID(userUUID string) *DeleteUserParams

WithUserUUID adds the userUUID to the delete user params

func (*DeleteUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteUserReader

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

DeleteUserReader is a Reader for the DeleteUser structure.

func (*DeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserTooManyRequests

type DeleteUserTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewDeleteUserTooManyRequests

func NewDeleteUserTooManyRequests() *DeleteUserTooManyRequests

NewDeleteUserTooManyRequests creates a DeleteUserTooManyRequests with default headers values

func (*DeleteUserTooManyRequests) Code added in v0.2.33

func (o *DeleteUserTooManyRequests) Code() int

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

func (*DeleteUserTooManyRequests) Error

func (o *DeleteUserTooManyRequests) Error() string

func (*DeleteUserTooManyRequests) GetPayload

func (*DeleteUserTooManyRequests) IsClientError added in v0.2.27

func (o *DeleteUserTooManyRequests) IsClientError() bool

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

func (*DeleteUserTooManyRequests) IsCode added in v0.2.27

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

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

func (*DeleteUserTooManyRequests) IsRedirect added in v0.2.27

func (o *DeleteUserTooManyRequests) IsRedirect() bool

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

func (*DeleteUserTooManyRequests) IsServerError added in v0.2.27

func (o *DeleteUserTooManyRequests) IsServerError() bool

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

func (*DeleteUserTooManyRequests) IsSuccess added in v0.2.27

func (o *DeleteUserTooManyRequests) IsSuccess() bool

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

func (*DeleteUserTooManyRequests) String added in v0.2.27

func (o *DeleteUserTooManyRequests) String() string

type DeleteUserV1BadRequest added in v0.2.25

type DeleteUserV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewDeleteUserV1BadRequest added in v0.2.25

func NewDeleteUserV1BadRequest() *DeleteUserV1BadRequest

NewDeleteUserV1BadRequest creates a DeleteUserV1BadRequest with default headers values

func (*DeleteUserV1BadRequest) Code added in v0.2.33

func (o *DeleteUserV1BadRequest) Code() int

Code gets the status code for the delete user v1 bad request response

func (*DeleteUserV1BadRequest) Error added in v0.2.25

func (o *DeleteUserV1BadRequest) Error() string

func (*DeleteUserV1BadRequest) GetPayload added in v0.2.25

func (*DeleteUserV1BadRequest) IsClientError added in v0.2.27

func (o *DeleteUserV1BadRequest) IsClientError() bool

IsClientError returns true when this delete user v1 bad request response has a 4xx status code

func (*DeleteUserV1BadRequest) IsCode added in v0.2.27

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

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

func (*DeleteUserV1BadRequest) IsRedirect added in v0.2.27

func (o *DeleteUserV1BadRequest) IsRedirect() bool

IsRedirect returns true when this delete user v1 bad request response has a 3xx status code

func (*DeleteUserV1BadRequest) IsServerError added in v0.2.27

func (o *DeleteUserV1BadRequest) IsServerError() bool

IsServerError returns true when this delete user v1 bad request response has a 5xx status code

func (*DeleteUserV1BadRequest) IsSuccess added in v0.2.27

func (o *DeleteUserV1BadRequest) IsSuccess() bool

IsSuccess returns true when this delete user v1 bad request response has a 2xx status code

func (*DeleteUserV1BadRequest) String added in v0.2.27

func (o *DeleteUserV1BadRequest) String() string

type DeleteUserV1Forbidden added in v0.2.25

type DeleteUserV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewDeleteUserV1Forbidden added in v0.2.25

func NewDeleteUserV1Forbidden() *DeleteUserV1Forbidden

NewDeleteUserV1Forbidden creates a DeleteUserV1Forbidden with default headers values

func (*DeleteUserV1Forbidden) Code added in v0.2.33

func (o *DeleteUserV1Forbidden) Code() int

Code gets the status code for the delete user v1 forbidden response

func (*DeleteUserV1Forbidden) Error added in v0.2.25

func (o *DeleteUserV1Forbidden) Error() string

func (*DeleteUserV1Forbidden) GetPayload added in v0.2.25

func (*DeleteUserV1Forbidden) IsClientError added in v0.2.27

func (o *DeleteUserV1Forbidden) IsClientError() bool

IsClientError returns true when this delete user v1 forbidden response has a 4xx status code

func (*DeleteUserV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this delete user v1 forbidden response a status code equal to that given

func (*DeleteUserV1Forbidden) IsRedirect added in v0.2.27

func (o *DeleteUserV1Forbidden) IsRedirect() bool

IsRedirect returns true when this delete user v1 forbidden response has a 3xx status code

func (*DeleteUserV1Forbidden) IsServerError added in v0.2.27

func (o *DeleteUserV1Forbidden) IsServerError() bool

IsServerError returns true when this delete user v1 forbidden response has a 5xx status code

func (*DeleteUserV1Forbidden) IsSuccess added in v0.2.27

func (o *DeleteUserV1Forbidden) IsSuccess() bool

IsSuccess returns true when this delete user v1 forbidden response has a 2xx status code

func (*DeleteUserV1Forbidden) String added in v0.2.27

func (o *DeleteUserV1Forbidden) String() string

type DeleteUserV1InternalServerError added in v0.2.25

type DeleteUserV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

DeleteUserV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteUserV1InternalServerError added in v0.2.25

func NewDeleteUserV1InternalServerError() *DeleteUserV1InternalServerError

NewDeleteUserV1InternalServerError creates a DeleteUserV1InternalServerError with default headers values

func (*DeleteUserV1InternalServerError) Code added in v0.2.33

Code gets the status code for the delete user v1 internal server error response

func (*DeleteUserV1InternalServerError) Error added in v0.2.25

func (*DeleteUserV1InternalServerError) GetPayload added in v0.2.25

func (*DeleteUserV1InternalServerError) IsClientError added in v0.2.27

func (o *DeleteUserV1InternalServerError) IsClientError() bool

IsClientError returns true when this delete user v1 internal server error response has a 4xx status code

func (*DeleteUserV1InternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this delete user v1 internal server error response a status code equal to that given

func (*DeleteUserV1InternalServerError) IsRedirect added in v0.2.27

func (o *DeleteUserV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this delete user v1 internal server error response has a 3xx status code

func (*DeleteUserV1InternalServerError) IsServerError added in v0.2.27

func (o *DeleteUserV1InternalServerError) IsServerError() bool

IsServerError returns true when this delete user v1 internal server error response has a 5xx status code

func (*DeleteUserV1InternalServerError) IsSuccess added in v0.2.27

func (o *DeleteUserV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this delete user v1 internal server error response has a 2xx status code

func (*DeleteUserV1InternalServerError) String added in v0.2.27

type DeleteUserV1OK added in v0.2.25

type DeleteUserV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

DeleteUserV1OK describes a response with status code 200, with default header values.

OK

func NewDeleteUserV1OK added in v0.2.25

func NewDeleteUserV1OK() *DeleteUserV1OK

NewDeleteUserV1OK creates a DeleteUserV1OK with default headers values

func (*DeleteUserV1OK) Code added in v0.2.33

func (o *DeleteUserV1OK) Code() int

Code gets the status code for the delete user v1 o k response

func (*DeleteUserV1OK) Error added in v0.2.25

func (o *DeleteUserV1OK) Error() string

func (*DeleteUserV1OK) GetPayload added in v0.2.25

func (o *DeleteUserV1OK) GetPayload() *models.MsaspecResponseFields

func (*DeleteUserV1OK) IsClientError added in v0.2.27

func (o *DeleteUserV1OK) IsClientError() bool

IsClientError returns true when this delete user v1 o k response has a 4xx status code

func (*DeleteUserV1OK) IsCode added in v0.2.27

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

IsCode returns true when this delete user v1 o k response a status code equal to that given

func (*DeleteUserV1OK) IsRedirect added in v0.2.27

func (o *DeleteUserV1OK) IsRedirect() bool

IsRedirect returns true when this delete user v1 o k response has a 3xx status code

func (*DeleteUserV1OK) IsServerError added in v0.2.27

func (o *DeleteUserV1OK) IsServerError() bool

IsServerError returns true when this delete user v1 o k response has a 5xx status code

func (*DeleteUserV1OK) IsSuccess added in v0.2.27

func (o *DeleteUserV1OK) IsSuccess() bool

IsSuccess returns true when this delete user v1 o k response has a 2xx status code

func (*DeleteUserV1OK) String added in v0.2.27

func (o *DeleteUserV1OK) String() string

type DeleteUserV1Params added in v0.2.25

type DeleteUserV1Params struct {

	/* UserUUID.

	   User UUID.
	*/
	UserUUID string

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

DeleteUserV1Params contains all the parameters to send to the API endpoint

for the delete user v1 operation.

Typically these are written to a http.Request.

func NewDeleteUserV1Params added in v0.2.25

func NewDeleteUserV1Params() *DeleteUserV1Params

NewDeleteUserV1Params creates a new DeleteUserV1Params 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 NewDeleteUserV1ParamsWithContext added in v0.2.25

func NewDeleteUserV1ParamsWithContext(ctx context.Context) *DeleteUserV1Params

NewDeleteUserV1ParamsWithContext creates a new DeleteUserV1Params object with the ability to set a context for a request.

func NewDeleteUserV1ParamsWithHTTPClient added in v0.2.25

func NewDeleteUserV1ParamsWithHTTPClient(client *http.Client) *DeleteUserV1Params

NewDeleteUserV1ParamsWithHTTPClient creates a new DeleteUserV1Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserV1ParamsWithTimeout added in v0.2.25

func NewDeleteUserV1ParamsWithTimeout(timeout time.Duration) *DeleteUserV1Params

NewDeleteUserV1ParamsWithTimeout creates a new DeleteUserV1Params object with the ability to set a timeout on a request.

func (*DeleteUserV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the delete user v1 params

func (*DeleteUserV1Params) SetDefaults added in v0.2.25

func (o *DeleteUserV1Params) SetDefaults()

SetDefaults hydrates default values in the delete user v1 params (not the query body).

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

func (*DeleteUserV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the delete user v1 params

func (*DeleteUserV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the delete user v1 params

func (*DeleteUserV1Params) SetUserUUID added in v0.2.25

func (o *DeleteUserV1Params) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the delete user v1 params

func (*DeleteUserV1Params) WithContext added in v0.2.25

WithContext adds the context to the delete user v1 params

func (*DeleteUserV1Params) WithDefaults added in v0.2.25

func (o *DeleteUserV1Params) WithDefaults() *DeleteUserV1Params

WithDefaults hydrates default values in the delete user v1 params (not the query body).

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

func (*DeleteUserV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the delete user v1 params

func (*DeleteUserV1Params) WithTimeout added in v0.2.25

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

WithTimeout adds the timeout to the delete user v1 params

func (*DeleteUserV1Params) WithUserUUID added in v0.2.25

func (o *DeleteUserV1Params) WithUserUUID(userUUID string) *DeleteUserV1Params

WithUserUUID adds the userUUID to the delete user v1 params

func (*DeleteUserV1Params) WriteToRequest added in v0.2.25

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

WriteToRequest writes these params to a swagger request

type DeleteUserV1Reader added in v0.2.25

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

DeleteUserV1Reader is a Reader for the DeleteUserV1 structure.

func (*DeleteUserV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type DeleteUserV1TooManyRequests added in v0.2.25

type DeleteUserV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewDeleteUserV1TooManyRequests added in v0.2.25

func NewDeleteUserV1TooManyRequests() *DeleteUserV1TooManyRequests

NewDeleteUserV1TooManyRequests creates a DeleteUserV1TooManyRequests with default headers values

func (*DeleteUserV1TooManyRequests) Code added in v0.2.33

func (o *DeleteUserV1TooManyRequests) Code() int

Code gets the status code for the delete user v1 too many requests response

func (*DeleteUserV1TooManyRequests) Error added in v0.2.25

func (*DeleteUserV1TooManyRequests) GetPayload added in v0.2.25

func (*DeleteUserV1TooManyRequests) IsClientError added in v0.2.27

func (o *DeleteUserV1TooManyRequests) IsClientError() bool

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

func (*DeleteUserV1TooManyRequests) IsCode added in v0.2.27

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

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

func (*DeleteUserV1TooManyRequests) IsRedirect added in v0.2.27

func (o *DeleteUserV1TooManyRequests) IsRedirect() bool

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

func (*DeleteUserV1TooManyRequests) IsServerError added in v0.2.27

func (o *DeleteUserV1TooManyRequests) IsServerError() bool

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

func (*DeleteUserV1TooManyRequests) IsSuccess added in v0.2.27

func (o *DeleteUserV1TooManyRequests) IsSuccess() bool

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

func (*DeleteUserV1TooManyRequests) String added in v0.2.27

func (o *DeleteUserV1TooManyRequests) String() string

type EntitiesRolesV1BadRequest added in v0.2.25

type EntitiesRolesV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewEntitiesRolesV1BadRequest added in v0.2.25

func NewEntitiesRolesV1BadRequest() *EntitiesRolesV1BadRequest

NewEntitiesRolesV1BadRequest creates a EntitiesRolesV1BadRequest with default headers values

func (*EntitiesRolesV1BadRequest) Code added in v0.2.33

func (o *EntitiesRolesV1BadRequest) Code() int

Code gets the status code for the entities roles v1 bad request response

func (*EntitiesRolesV1BadRequest) Error added in v0.2.25

func (o *EntitiesRolesV1BadRequest) Error() string

func (*EntitiesRolesV1BadRequest) GetPayload added in v0.2.25

func (*EntitiesRolesV1BadRequest) IsClientError added in v0.2.27

func (o *EntitiesRolesV1BadRequest) IsClientError() bool

IsClientError returns true when this entities roles v1 bad request response has a 4xx status code

func (*EntitiesRolesV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this entities roles v1 bad request response a status code equal to that given

func (*EntitiesRolesV1BadRequest) IsRedirect added in v0.2.27

func (o *EntitiesRolesV1BadRequest) IsRedirect() bool

IsRedirect returns true when this entities roles v1 bad request response has a 3xx status code

func (*EntitiesRolesV1BadRequest) IsServerError added in v0.2.27

func (o *EntitiesRolesV1BadRequest) IsServerError() bool

IsServerError returns true when this entities roles v1 bad request response has a 5xx status code

func (*EntitiesRolesV1BadRequest) IsSuccess added in v0.2.27

func (o *EntitiesRolesV1BadRequest) IsSuccess() bool

IsSuccess returns true when this entities roles v1 bad request response has a 2xx status code

func (*EntitiesRolesV1BadRequest) String added in v0.2.27

func (o *EntitiesRolesV1BadRequest) String() string

type EntitiesRolesV1Forbidden added in v0.2.25

type EntitiesRolesV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewEntitiesRolesV1Forbidden added in v0.2.25

func NewEntitiesRolesV1Forbidden() *EntitiesRolesV1Forbidden

NewEntitiesRolesV1Forbidden creates a EntitiesRolesV1Forbidden with default headers values

func (*EntitiesRolesV1Forbidden) Code added in v0.2.33

func (o *EntitiesRolesV1Forbidden) Code() int

Code gets the status code for the entities roles v1 forbidden response

func (*EntitiesRolesV1Forbidden) Error added in v0.2.25

func (o *EntitiesRolesV1Forbidden) Error() string

func (*EntitiesRolesV1Forbidden) GetPayload added in v0.2.25

func (*EntitiesRolesV1Forbidden) IsClientError added in v0.2.27

func (o *EntitiesRolesV1Forbidden) IsClientError() bool

IsClientError returns true when this entities roles v1 forbidden response has a 4xx status code

func (*EntitiesRolesV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this entities roles v1 forbidden response a status code equal to that given

func (*EntitiesRolesV1Forbidden) IsRedirect added in v0.2.27

func (o *EntitiesRolesV1Forbidden) IsRedirect() bool

IsRedirect returns true when this entities roles v1 forbidden response has a 3xx status code

func (*EntitiesRolesV1Forbidden) IsServerError added in v0.2.27

func (o *EntitiesRolesV1Forbidden) IsServerError() bool

IsServerError returns true when this entities roles v1 forbidden response has a 5xx status code

func (*EntitiesRolesV1Forbidden) IsSuccess added in v0.2.27

func (o *EntitiesRolesV1Forbidden) IsSuccess() bool

IsSuccess returns true when this entities roles v1 forbidden response has a 2xx status code

func (*EntitiesRolesV1Forbidden) String added in v0.2.27

func (o *EntitiesRolesV1Forbidden) String() string

type EntitiesRolesV1InternalServerError added in v0.2.25

type EntitiesRolesV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

EntitiesRolesV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewEntitiesRolesV1InternalServerError added in v0.2.25

func NewEntitiesRolesV1InternalServerError() *EntitiesRolesV1InternalServerError

NewEntitiesRolesV1InternalServerError creates a EntitiesRolesV1InternalServerError with default headers values

func (*EntitiesRolesV1InternalServerError) Code added in v0.2.33

Code gets the status code for the entities roles v1 internal server error response

func (*EntitiesRolesV1InternalServerError) Error added in v0.2.25

func (*EntitiesRolesV1InternalServerError) GetPayload added in v0.2.25

func (*EntitiesRolesV1InternalServerError) IsClientError added in v0.2.27

func (o *EntitiesRolesV1InternalServerError) IsClientError() bool

IsClientError returns true when this entities roles v1 internal server error response has a 4xx status code

func (*EntitiesRolesV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this entities roles v1 internal server error response a status code equal to that given

func (*EntitiesRolesV1InternalServerError) IsRedirect added in v0.2.27

func (o *EntitiesRolesV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this entities roles v1 internal server error response has a 3xx status code

func (*EntitiesRolesV1InternalServerError) IsServerError added in v0.2.27

func (o *EntitiesRolesV1InternalServerError) IsServerError() bool

IsServerError returns true when this entities roles v1 internal server error response has a 5xx status code

func (*EntitiesRolesV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this entities roles v1 internal server error response has a 2xx status code

func (*EntitiesRolesV1InternalServerError) String added in v0.2.27

type EntitiesRolesV1NotFound added in v0.2.25

type EntitiesRolesV1NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Not Found

func NewEntitiesRolesV1NotFound added in v0.2.25

func NewEntitiesRolesV1NotFound() *EntitiesRolesV1NotFound

NewEntitiesRolesV1NotFound creates a EntitiesRolesV1NotFound with default headers values

func (*EntitiesRolesV1NotFound) Code added in v0.2.33

func (o *EntitiesRolesV1NotFound) Code() int

Code gets the status code for the entities roles v1 not found response

func (*EntitiesRolesV1NotFound) Error added in v0.2.25

func (o *EntitiesRolesV1NotFound) Error() string

func (*EntitiesRolesV1NotFound) GetPayload added in v0.2.25

func (*EntitiesRolesV1NotFound) IsClientError added in v0.2.27

func (o *EntitiesRolesV1NotFound) IsClientError() bool

IsClientError returns true when this entities roles v1 not found response has a 4xx status code

func (*EntitiesRolesV1NotFound) IsCode added in v0.2.27

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

IsCode returns true when this entities roles v1 not found response a status code equal to that given

func (*EntitiesRolesV1NotFound) IsRedirect added in v0.2.27

func (o *EntitiesRolesV1NotFound) IsRedirect() bool

IsRedirect returns true when this entities roles v1 not found response has a 3xx status code

func (*EntitiesRolesV1NotFound) IsServerError added in v0.2.27

func (o *EntitiesRolesV1NotFound) IsServerError() bool

IsServerError returns true when this entities roles v1 not found response has a 5xx status code

func (*EntitiesRolesV1NotFound) IsSuccess added in v0.2.27

func (o *EntitiesRolesV1NotFound) IsSuccess() bool

IsSuccess returns true when this entities roles v1 not found response has a 2xx status code

func (*EntitiesRolesV1NotFound) String added in v0.2.27

func (o *EntitiesRolesV1NotFound) String() string

type EntitiesRolesV1OK added in v0.2.25

type EntitiesRolesV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.FlightcontrolapiGetRolesResponse
}

EntitiesRolesV1OK describes a response with status code 200, with default header values.

OK

func NewEntitiesRolesV1OK added in v0.2.25

func NewEntitiesRolesV1OK() *EntitiesRolesV1OK

NewEntitiesRolesV1OK creates a EntitiesRolesV1OK with default headers values

func (*EntitiesRolesV1OK) Code added in v0.2.33

func (o *EntitiesRolesV1OK) Code() int

Code gets the status code for the entities roles v1 o k response

func (*EntitiesRolesV1OK) Error added in v0.2.25

func (o *EntitiesRolesV1OK) Error() string

func (*EntitiesRolesV1OK) GetPayload added in v0.2.25

func (*EntitiesRolesV1OK) IsClientError added in v0.2.27

func (o *EntitiesRolesV1OK) IsClientError() bool

IsClientError returns true when this entities roles v1 o k response has a 4xx status code

func (*EntitiesRolesV1OK) IsCode added in v0.2.27

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

IsCode returns true when this entities roles v1 o k response a status code equal to that given

func (*EntitiesRolesV1OK) IsRedirect added in v0.2.27

func (o *EntitiesRolesV1OK) IsRedirect() bool

IsRedirect returns true when this entities roles v1 o k response has a 3xx status code

func (*EntitiesRolesV1OK) IsServerError added in v0.2.27

func (o *EntitiesRolesV1OK) IsServerError() bool

IsServerError returns true when this entities roles v1 o k response has a 5xx status code

func (*EntitiesRolesV1OK) IsSuccess added in v0.2.27

func (o *EntitiesRolesV1OK) IsSuccess() bool

IsSuccess returns true when this entities roles v1 o k response has a 2xx status code

func (*EntitiesRolesV1OK) String added in v0.2.27

func (o *EntitiesRolesV1OK) String() string

type EntitiesRolesV1Params added in v0.2.25

type EntitiesRolesV1Params struct {

	/* Cid.

	   Customer ID to get available roles for. Empty CID would result in Role IDs for current CID in view.
	*/
	Cid *string

	/* Ids.

	   ID of a role. Find a role ID from `/user-management/queries/roles/v1`.
	*/
	Ids []string

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

EntitiesRolesV1Params contains all the parameters to send to the API endpoint

for the entities roles v1 operation.

Typically these are written to a http.Request.

func NewEntitiesRolesV1Params added in v0.2.25

func NewEntitiesRolesV1Params() *EntitiesRolesV1Params

NewEntitiesRolesV1Params creates a new EntitiesRolesV1Params 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 NewEntitiesRolesV1ParamsWithContext added in v0.2.25

func NewEntitiesRolesV1ParamsWithContext(ctx context.Context) *EntitiesRolesV1Params

NewEntitiesRolesV1ParamsWithContext creates a new EntitiesRolesV1Params object with the ability to set a context for a request.

func NewEntitiesRolesV1ParamsWithHTTPClient added in v0.2.25

func NewEntitiesRolesV1ParamsWithHTTPClient(client *http.Client) *EntitiesRolesV1Params

NewEntitiesRolesV1ParamsWithHTTPClient creates a new EntitiesRolesV1Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesRolesV1ParamsWithTimeout added in v0.2.25

func NewEntitiesRolesV1ParamsWithTimeout(timeout time.Duration) *EntitiesRolesV1Params

NewEntitiesRolesV1ParamsWithTimeout creates a new EntitiesRolesV1Params object with the ability to set a timeout on a request.

func (*EntitiesRolesV1Params) SetCid added in v0.2.25

func (o *EntitiesRolesV1Params) SetCid(cid *string)

SetCid adds the cid to the entities roles v1 params

func (*EntitiesRolesV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the entities roles v1 params

func (*EntitiesRolesV1Params) SetDefaults added in v0.2.25

func (o *EntitiesRolesV1Params) SetDefaults()

SetDefaults hydrates default values in the entities roles v1 params (not the query body).

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

func (*EntitiesRolesV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the entities roles v1 params

func (*EntitiesRolesV1Params) SetIds added in v0.2.25

func (o *EntitiesRolesV1Params) SetIds(ids []string)

SetIds adds the ids to the entities roles v1 params

func (*EntitiesRolesV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the entities roles v1 params

func (*EntitiesRolesV1Params) WithCid added in v0.2.25

WithCid adds the cid to the entities roles v1 params

func (*EntitiesRolesV1Params) WithContext added in v0.2.25

WithContext adds the context to the entities roles v1 params

func (*EntitiesRolesV1Params) WithDefaults added in v0.2.25

func (o *EntitiesRolesV1Params) WithDefaults() *EntitiesRolesV1Params

WithDefaults hydrates default values in the entities roles v1 params (not the query body).

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

func (*EntitiesRolesV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the entities roles v1 params

func (*EntitiesRolesV1Params) WithIds added in v0.2.25

WithIds adds the ids to the entities roles v1 params

func (*EntitiesRolesV1Params) WithTimeout added in v0.2.25

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

WithTimeout adds the timeout to the entities roles v1 params

func (*EntitiesRolesV1Params) WriteToRequest added in v0.2.25

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

WriteToRequest writes these params to a swagger request

type EntitiesRolesV1Reader added in v0.2.25

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

EntitiesRolesV1Reader is a Reader for the EntitiesRolesV1 structure.

func (*EntitiesRolesV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type EntitiesRolesV1TooManyRequests added in v0.2.25

type EntitiesRolesV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewEntitiesRolesV1TooManyRequests added in v0.2.25

func NewEntitiesRolesV1TooManyRequests() *EntitiesRolesV1TooManyRequests

NewEntitiesRolesV1TooManyRequests creates a EntitiesRolesV1TooManyRequests with default headers values

func (*EntitiesRolesV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the entities roles v1 too many requests response

func (*EntitiesRolesV1TooManyRequests) Error added in v0.2.25

func (*EntitiesRolesV1TooManyRequests) GetPayload added in v0.2.25

func (*EntitiesRolesV1TooManyRequests) IsClientError added in v0.2.27

func (o *EntitiesRolesV1TooManyRequests) IsClientError() bool

IsClientError returns true when this entities roles v1 too many requests response has a 4xx status code

func (*EntitiesRolesV1TooManyRequests) IsCode added in v0.2.27

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

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

func (*EntitiesRolesV1TooManyRequests) IsRedirect added in v0.2.27

func (o *EntitiesRolesV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this entities roles v1 too many requests response has a 3xx status code

func (*EntitiesRolesV1TooManyRequests) IsServerError added in v0.2.27

func (o *EntitiesRolesV1TooManyRequests) IsServerError() bool

IsServerError returns true when this entities roles v1 too many requests response has a 5xx status code

func (*EntitiesRolesV1TooManyRequests) IsSuccess added in v0.2.27

func (o *EntitiesRolesV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this entities roles v1 too many requests response has a 2xx status code

func (*EntitiesRolesV1TooManyRequests) String added in v0.2.27

type GetAvailableRoleIdsForbidden

type GetAvailableRoleIdsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Forbidden

func NewGetAvailableRoleIdsForbidden

func NewGetAvailableRoleIdsForbidden() *GetAvailableRoleIdsForbidden

NewGetAvailableRoleIdsForbidden creates a GetAvailableRoleIdsForbidden with default headers values

func (*GetAvailableRoleIdsForbidden) Code added in v0.2.33

Code gets the status code for the get available role ids forbidden response

func (*GetAvailableRoleIdsForbidden) Error

func (*GetAvailableRoleIdsForbidden) GetPayload

func (*GetAvailableRoleIdsForbidden) IsClientError added in v0.2.27

func (o *GetAvailableRoleIdsForbidden) IsClientError() bool

IsClientError returns true when this get available role ids forbidden response has a 4xx status code

func (*GetAvailableRoleIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get available role ids forbidden response a status code equal to that given

func (*GetAvailableRoleIdsForbidden) IsRedirect added in v0.2.27

func (o *GetAvailableRoleIdsForbidden) IsRedirect() bool

IsRedirect returns true when this get available role ids forbidden response has a 3xx status code

func (*GetAvailableRoleIdsForbidden) IsServerError added in v0.2.27

func (o *GetAvailableRoleIdsForbidden) IsServerError() bool

IsServerError returns true when this get available role ids forbidden response has a 5xx status code

func (*GetAvailableRoleIdsForbidden) IsSuccess added in v0.2.27

func (o *GetAvailableRoleIdsForbidden) IsSuccess() bool

IsSuccess returns true when this get available role ids forbidden response has a 2xx status code

func (*GetAvailableRoleIdsForbidden) String added in v0.2.27

type GetAvailableRoleIdsInternalServerError

type GetAvailableRoleIdsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

GetAvailableRoleIdsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAvailableRoleIdsInternalServerError

func NewGetAvailableRoleIdsInternalServerError() *GetAvailableRoleIdsInternalServerError

NewGetAvailableRoleIdsInternalServerError creates a GetAvailableRoleIdsInternalServerError with default headers values

func (*GetAvailableRoleIdsInternalServerError) Code added in v0.2.33

Code gets the status code for the get available role ids internal server error response

func (*GetAvailableRoleIdsInternalServerError) Error

func (*GetAvailableRoleIdsInternalServerError) GetPayload

func (*GetAvailableRoleIdsInternalServerError) IsClientError added in v0.2.27

func (o *GetAvailableRoleIdsInternalServerError) IsClientError() bool

IsClientError returns true when this get available role ids internal server error response has a 4xx status code

func (*GetAvailableRoleIdsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this get available role ids internal server error response a status code equal to that given

func (*GetAvailableRoleIdsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get available role ids internal server error response has a 3xx status code

func (*GetAvailableRoleIdsInternalServerError) IsServerError added in v0.2.27

func (o *GetAvailableRoleIdsInternalServerError) IsServerError() bool

IsServerError returns true when this get available role ids internal server error response has a 5xx status code

func (*GetAvailableRoleIdsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get available role ids internal server error response has a 2xx status code

func (*GetAvailableRoleIdsInternalServerError) String added in v0.2.27

type GetAvailableRoleIdsNotFound

type GetAvailableRoleIdsNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Not Found

func NewGetAvailableRoleIdsNotFound

func NewGetAvailableRoleIdsNotFound() *GetAvailableRoleIdsNotFound

NewGetAvailableRoleIdsNotFound creates a GetAvailableRoleIdsNotFound with default headers values

func (*GetAvailableRoleIdsNotFound) Code added in v0.2.33

func (o *GetAvailableRoleIdsNotFound) Code() int

Code gets the status code for the get available role ids not found response

func (*GetAvailableRoleIdsNotFound) Error

func (*GetAvailableRoleIdsNotFound) GetPayload

func (*GetAvailableRoleIdsNotFound) IsClientError added in v0.2.27

func (o *GetAvailableRoleIdsNotFound) IsClientError() bool

IsClientError returns true when this get available role ids not found response has a 4xx status code

func (*GetAvailableRoleIdsNotFound) IsCode added in v0.2.27

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

IsCode returns true when this get available role ids not found response a status code equal to that given

func (*GetAvailableRoleIdsNotFound) IsRedirect added in v0.2.27

func (o *GetAvailableRoleIdsNotFound) IsRedirect() bool

IsRedirect returns true when this get available role ids not found response has a 3xx status code

func (*GetAvailableRoleIdsNotFound) IsServerError added in v0.2.27

func (o *GetAvailableRoleIdsNotFound) IsServerError() bool

IsServerError returns true when this get available role ids not found response has a 5xx status code

func (*GetAvailableRoleIdsNotFound) IsSuccess added in v0.2.27

func (o *GetAvailableRoleIdsNotFound) IsSuccess() bool

IsSuccess returns true when this get available role ids not found response has a 2xx status code

func (*GetAvailableRoleIdsNotFound) String added in v0.2.27

func (o *GetAvailableRoleIdsNotFound) String() string

type GetAvailableRoleIdsOK

type GetAvailableRoleIdsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

GetAvailableRoleIdsOK describes a response with status code 200, with default header values.

OK

func NewGetAvailableRoleIdsOK

func NewGetAvailableRoleIdsOK() *GetAvailableRoleIdsOK

NewGetAvailableRoleIdsOK creates a GetAvailableRoleIdsOK with default headers values

func (*GetAvailableRoleIdsOK) Code added in v0.2.33

func (o *GetAvailableRoleIdsOK) Code() int

Code gets the status code for the get available role ids o k response

func (*GetAvailableRoleIdsOK) Error

func (o *GetAvailableRoleIdsOK) Error() string

func (*GetAvailableRoleIdsOK) GetPayload

func (*GetAvailableRoleIdsOK) IsClientError added in v0.2.27

func (o *GetAvailableRoleIdsOK) IsClientError() bool

IsClientError returns true when this get available role ids o k response has a 4xx status code

func (*GetAvailableRoleIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this get available role ids o k response a status code equal to that given

func (*GetAvailableRoleIdsOK) IsRedirect added in v0.2.27

func (o *GetAvailableRoleIdsOK) IsRedirect() bool

IsRedirect returns true when this get available role ids o k response has a 3xx status code

func (*GetAvailableRoleIdsOK) IsServerError added in v0.2.27

func (o *GetAvailableRoleIdsOK) IsServerError() bool

IsServerError returns true when this get available role ids o k response has a 5xx status code

func (*GetAvailableRoleIdsOK) IsSuccess added in v0.2.27

func (o *GetAvailableRoleIdsOK) IsSuccess() bool

IsSuccess returns true when this get available role ids o k response has a 2xx status code

func (*GetAvailableRoleIdsOK) String added in v0.2.27

func (o *GetAvailableRoleIdsOK) String() string

type GetAvailableRoleIdsParams

type GetAvailableRoleIdsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAvailableRoleIdsParams contains all the parameters to send to the API endpoint

for the get available role ids operation.

Typically these are written to a http.Request.

func NewGetAvailableRoleIdsParams

func NewGetAvailableRoleIdsParams() *GetAvailableRoleIdsParams

NewGetAvailableRoleIdsParams creates a new GetAvailableRoleIdsParams 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 NewGetAvailableRoleIdsParamsWithContext

func NewGetAvailableRoleIdsParamsWithContext(ctx context.Context) *GetAvailableRoleIdsParams

NewGetAvailableRoleIdsParamsWithContext creates a new GetAvailableRoleIdsParams object with the ability to set a context for a request.

func NewGetAvailableRoleIdsParamsWithHTTPClient

func NewGetAvailableRoleIdsParamsWithHTTPClient(client *http.Client) *GetAvailableRoleIdsParams

NewGetAvailableRoleIdsParamsWithHTTPClient creates a new GetAvailableRoleIdsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAvailableRoleIdsParamsWithTimeout

func NewGetAvailableRoleIdsParamsWithTimeout(timeout time.Duration) *GetAvailableRoleIdsParams

NewGetAvailableRoleIdsParamsWithTimeout creates a new GetAvailableRoleIdsParams object with the ability to set a timeout on a request.

func (*GetAvailableRoleIdsParams) SetContext

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

SetContext adds the context to the get available role ids params

func (*GetAvailableRoleIdsParams) SetDefaults

func (o *GetAvailableRoleIdsParams) SetDefaults()

SetDefaults hydrates default values in the get available role ids params (not the query body).

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

func (*GetAvailableRoleIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get available role ids params

func (*GetAvailableRoleIdsParams) SetTimeout

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

SetTimeout adds the timeout to the get available role ids params

func (*GetAvailableRoleIdsParams) WithContext

WithContext adds the context to the get available role ids params

func (*GetAvailableRoleIdsParams) WithDefaults

WithDefaults hydrates default values in the get available role ids params (not the query body).

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

func (*GetAvailableRoleIdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get available role ids params

func (*GetAvailableRoleIdsParams) WithTimeout

WithTimeout adds the timeout to the get available role ids params

func (*GetAvailableRoleIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAvailableRoleIdsReader

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

GetAvailableRoleIdsReader is a Reader for the GetAvailableRoleIds structure.

func (*GetAvailableRoleIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAvailableRoleIdsTooManyRequests

type GetAvailableRoleIdsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetAvailableRoleIdsTooManyRequests

func NewGetAvailableRoleIdsTooManyRequests() *GetAvailableRoleIdsTooManyRequests

NewGetAvailableRoleIdsTooManyRequests creates a GetAvailableRoleIdsTooManyRequests with default headers values

func (*GetAvailableRoleIdsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get available role ids too many requests response

func (*GetAvailableRoleIdsTooManyRequests) Error

func (*GetAvailableRoleIdsTooManyRequests) GetPayload

func (*GetAvailableRoleIdsTooManyRequests) IsClientError added in v0.2.27

func (o *GetAvailableRoleIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this get available role ids too many requests response has a 4xx status code

func (*GetAvailableRoleIdsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get available role ids too many requests response a status code equal to that given

func (*GetAvailableRoleIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetAvailableRoleIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get available role ids too many requests response has a 3xx status code

func (*GetAvailableRoleIdsTooManyRequests) IsServerError added in v0.2.27

func (o *GetAvailableRoleIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this get available role ids too many requests response has a 5xx status code

func (*GetAvailableRoleIdsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get available role ids too many requests response has a 2xx status code

func (*GetAvailableRoleIdsTooManyRequests) String added in v0.2.27

type GetRolesBadRequest

type GetRolesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Bad Request

func NewGetRolesBadRequest

func NewGetRolesBadRequest() *GetRolesBadRequest

NewGetRolesBadRequest creates a GetRolesBadRequest with default headers values

func (*GetRolesBadRequest) Code added in v0.2.33

func (o *GetRolesBadRequest) Code() int

Code gets the status code for the get roles bad request response

func (*GetRolesBadRequest) Error

func (o *GetRolesBadRequest) Error() string

func (*GetRolesBadRequest) GetPayload

func (*GetRolesBadRequest) IsClientError added in v0.2.27

func (o *GetRolesBadRequest) IsClientError() bool

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

func (*GetRolesBadRequest) IsCode added in v0.2.27

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

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

func (*GetRolesBadRequest) IsRedirect added in v0.2.27

func (o *GetRolesBadRequest) IsRedirect() bool

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

func (*GetRolesBadRequest) IsServerError added in v0.2.27

func (o *GetRolesBadRequest) IsServerError() bool

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

func (*GetRolesBadRequest) IsSuccess added in v0.2.27

func (o *GetRolesBadRequest) IsSuccess() bool

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

func (*GetRolesBadRequest) String added in v0.2.27

func (o *GetRolesBadRequest) String() string

type GetRolesForbidden

type GetRolesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Forbidden

func NewGetRolesForbidden

func NewGetRolesForbidden() *GetRolesForbidden

NewGetRolesForbidden creates a GetRolesForbidden with default headers values

func (*GetRolesForbidden) Code added in v0.2.33

func (o *GetRolesForbidden) Code() int

Code gets the status code for the get roles forbidden response

func (*GetRolesForbidden) Error

func (o *GetRolesForbidden) Error() string

func (*GetRolesForbidden) GetPayload

func (o *GetRolesForbidden) GetPayload() *models.MsaEntitiesResponse

func (*GetRolesForbidden) IsClientError added in v0.2.27

func (o *GetRolesForbidden) IsClientError() bool

IsClientError returns true when this get roles forbidden response has a 4xx status code

func (*GetRolesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get roles forbidden response a status code equal to that given

func (*GetRolesForbidden) IsRedirect added in v0.2.27

func (o *GetRolesForbidden) IsRedirect() bool

IsRedirect returns true when this get roles forbidden response has a 3xx status code

func (*GetRolesForbidden) IsServerError added in v0.2.27

func (o *GetRolesForbidden) IsServerError() bool

IsServerError returns true when this get roles forbidden response has a 5xx status code

func (*GetRolesForbidden) IsSuccess added in v0.2.27

func (o *GetRolesForbidden) IsSuccess() bool

IsSuccess returns true when this get roles forbidden response has a 2xx status code

func (*GetRolesForbidden) String added in v0.2.27

func (o *GetRolesForbidden) String() string

type GetRolesInternalServerError

type GetRolesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

GetRolesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetRolesInternalServerError

func NewGetRolesInternalServerError() *GetRolesInternalServerError

NewGetRolesInternalServerError creates a GetRolesInternalServerError with default headers values

func (*GetRolesInternalServerError) Code added in v0.2.33

func (o *GetRolesInternalServerError) Code() int

Code gets the status code for the get roles internal server error response

func (*GetRolesInternalServerError) Error

func (*GetRolesInternalServerError) GetPayload

func (*GetRolesInternalServerError) IsClientError added in v0.2.27

func (o *GetRolesInternalServerError) IsClientError() bool

IsClientError returns true when this get roles internal server error response has a 4xx status code

func (*GetRolesInternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this get roles internal server error response a status code equal to that given

func (*GetRolesInternalServerError) IsRedirect added in v0.2.27

func (o *GetRolesInternalServerError) IsRedirect() bool

IsRedirect returns true when this get roles internal server error response has a 3xx status code

func (*GetRolesInternalServerError) IsServerError added in v0.2.27

func (o *GetRolesInternalServerError) IsServerError() bool

IsServerError returns true when this get roles internal server error response has a 5xx status code

func (*GetRolesInternalServerError) IsSuccess added in v0.2.27

func (o *GetRolesInternalServerError) IsSuccess() bool

IsSuccess returns true when this get roles internal server error response has a 2xx status code

func (*GetRolesInternalServerError) String added in v0.2.27

func (o *GetRolesInternalServerError) String() string

type GetRolesNotFound

type GetRolesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Not Found

func NewGetRolesNotFound

func NewGetRolesNotFound() *GetRolesNotFound

NewGetRolesNotFound creates a GetRolesNotFound with default headers values

func (*GetRolesNotFound) Code added in v0.2.33

func (o *GetRolesNotFound) Code() int

Code gets the status code for the get roles not found response

func (*GetRolesNotFound) Error

func (o *GetRolesNotFound) Error() string

func (*GetRolesNotFound) GetPayload

func (o *GetRolesNotFound) GetPayload() *models.MsaEntitiesResponse

func (*GetRolesNotFound) IsClientError added in v0.2.27

func (o *GetRolesNotFound) IsClientError() bool

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

func (*GetRolesNotFound) IsCode added in v0.2.27

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

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

func (*GetRolesNotFound) IsRedirect added in v0.2.27

func (o *GetRolesNotFound) IsRedirect() bool

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

func (*GetRolesNotFound) IsServerError added in v0.2.27

func (o *GetRolesNotFound) IsServerError() bool

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

func (*GetRolesNotFound) IsSuccess added in v0.2.27

func (o *GetRolesNotFound) IsSuccess() bool

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

func (*GetRolesNotFound) String added in v0.2.27

func (o *GetRolesNotFound) String() string

type GetRolesOK

type GetRolesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIUserRoleResponse
}

GetRolesOK describes a response with status code 200, with default header values.

OK

func NewGetRolesOK

func NewGetRolesOK() *GetRolesOK

NewGetRolesOK creates a GetRolesOK with default headers values

func (*GetRolesOK) Code added in v0.2.33

func (o *GetRolesOK) Code() int

Code gets the status code for the get roles o k response

func (*GetRolesOK) Error

func (o *GetRolesOK) Error() string

func (*GetRolesOK) GetPayload

func (o *GetRolesOK) GetPayload() *models.APIUserRoleResponse

func (*GetRolesOK) IsClientError added in v0.2.27

func (o *GetRolesOK) IsClientError() bool

IsClientError returns true when this get roles o k response has a 4xx status code

func (*GetRolesOK) IsCode added in v0.2.27

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

IsCode returns true when this get roles o k response a status code equal to that given

func (*GetRolesOK) IsRedirect added in v0.2.27

func (o *GetRolesOK) IsRedirect() bool

IsRedirect returns true when this get roles o k response has a 3xx status code

func (*GetRolesOK) IsServerError added in v0.2.27

func (o *GetRolesOK) IsServerError() bool

IsServerError returns true when this get roles o k response has a 5xx status code

func (*GetRolesOK) IsSuccess added in v0.2.27

func (o *GetRolesOK) IsSuccess() bool

IsSuccess returns true when this get roles o k response has a 2xx status code

func (*GetRolesOK) String added in v0.2.27

func (o *GetRolesOK) String() string

type GetRolesParams

type GetRolesParams struct {

	/* Ids.

	   ID of a role. Find a role ID from `/customer/queries/roles/v1` or `/users/queries/roles/v1`.
	*/
	Ids []string

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

GetRolesParams contains all the parameters to send to the API endpoint

for the get roles operation.

Typically these are written to a http.Request.

func NewGetRolesParams

func NewGetRolesParams() *GetRolesParams

NewGetRolesParams creates a new GetRolesParams 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 NewGetRolesParamsWithContext

func NewGetRolesParamsWithContext(ctx context.Context) *GetRolesParams

NewGetRolesParamsWithContext creates a new GetRolesParams object with the ability to set a context for a request.

func NewGetRolesParamsWithHTTPClient

func NewGetRolesParamsWithHTTPClient(client *http.Client) *GetRolesParams

NewGetRolesParamsWithHTTPClient creates a new GetRolesParams object with the ability to set a custom HTTPClient for a request.

func NewGetRolesParamsWithTimeout

func NewGetRolesParamsWithTimeout(timeout time.Duration) *GetRolesParams

NewGetRolesParamsWithTimeout creates a new GetRolesParams object with the ability to set a timeout on a request.

func (*GetRolesParams) SetContext

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

SetContext adds the context to the get roles params

func (*GetRolesParams) SetDefaults

func (o *GetRolesParams) SetDefaults()

SetDefaults hydrates default values in the get roles params (not the query body).

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

func (*GetRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get roles params

func (*GetRolesParams) SetIds

func (o *GetRolesParams) SetIds(ids []string)

SetIds adds the ids to the get roles params

func (*GetRolesParams) SetTimeout

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

SetTimeout adds the timeout to the get roles params

func (*GetRolesParams) WithContext

func (o *GetRolesParams) WithContext(ctx context.Context) *GetRolesParams

WithContext adds the context to the get roles params

func (*GetRolesParams) WithDefaults

func (o *GetRolesParams) WithDefaults() *GetRolesParams

WithDefaults hydrates default values in the get roles params (not the query body).

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

func (*GetRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get roles params

func (*GetRolesParams) WithIds

func (o *GetRolesParams) WithIds(ids []string) *GetRolesParams

WithIds adds the ids to the get roles params

func (*GetRolesParams) WithTimeout

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

WithTimeout adds the timeout to the get roles params

func (*GetRolesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRolesReader

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

GetRolesReader is a Reader for the GetRoles structure.

func (*GetRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRolesTooManyRequests

type GetRolesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetRolesTooManyRequests

func NewGetRolesTooManyRequests() *GetRolesTooManyRequests

NewGetRolesTooManyRequests creates a GetRolesTooManyRequests with default headers values

func (*GetRolesTooManyRequests) Code added in v0.2.33

func (o *GetRolesTooManyRequests) Code() int

Code gets the status code for the get roles too many requests response

func (*GetRolesTooManyRequests) Error

func (o *GetRolesTooManyRequests) Error() string

func (*GetRolesTooManyRequests) GetPayload

func (*GetRolesTooManyRequests) IsClientError added in v0.2.27

func (o *GetRolesTooManyRequests) IsClientError() bool

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

func (*GetRolesTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetRolesTooManyRequests) IsRedirect added in v0.2.27

func (o *GetRolesTooManyRequests) IsRedirect() bool

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

func (*GetRolesTooManyRequests) IsServerError added in v0.2.27

func (o *GetRolesTooManyRequests) IsServerError() bool

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

func (*GetRolesTooManyRequests) IsSuccess added in v0.2.27

func (o *GetRolesTooManyRequests) IsSuccess() bool

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

func (*GetRolesTooManyRequests) String added in v0.2.27

func (o *GetRolesTooManyRequests) String() string

type GetUserRoleIdsBadRequest

type GetUserRoleIdsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewGetUserRoleIdsBadRequest

func NewGetUserRoleIdsBadRequest() *GetUserRoleIdsBadRequest

NewGetUserRoleIdsBadRequest creates a GetUserRoleIdsBadRequest with default headers values

func (*GetUserRoleIdsBadRequest) Code added in v0.2.33

func (o *GetUserRoleIdsBadRequest) Code() int

Code gets the status code for the get user role ids bad request response

func (*GetUserRoleIdsBadRequest) Error

func (o *GetUserRoleIdsBadRequest) Error() string

func (*GetUserRoleIdsBadRequest) GetPayload

func (*GetUserRoleIdsBadRequest) IsClientError added in v0.2.27

func (o *GetUserRoleIdsBadRequest) IsClientError() bool

IsClientError returns true when this get user role ids bad request response has a 4xx status code

func (*GetUserRoleIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get user role ids bad request response a status code equal to that given

func (*GetUserRoleIdsBadRequest) IsRedirect added in v0.2.27

func (o *GetUserRoleIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user role ids bad request response has a 3xx status code

func (*GetUserRoleIdsBadRequest) IsServerError added in v0.2.27

func (o *GetUserRoleIdsBadRequest) IsServerError() bool

IsServerError returns true when this get user role ids bad request response has a 5xx status code

func (*GetUserRoleIdsBadRequest) IsSuccess added in v0.2.27

func (o *GetUserRoleIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user role ids bad request response has a 2xx status code

func (*GetUserRoleIdsBadRequest) String added in v0.2.27

func (o *GetUserRoleIdsBadRequest) String() string

type GetUserRoleIdsForbidden

type GetUserRoleIdsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Forbidden

func NewGetUserRoleIdsForbidden

func NewGetUserRoleIdsForbidden() *GetUserRoleIdsForbidden

NewGetUserRoleIdsForbidden creates a GetUserRoleIdsForbidden with default headers values

func (*GetUserRoleIdsForbidden) Code added in v0.2.33

func (o *GetUserRoleIdsForbidden) Code() int

Code gets the status code for the get user role ids forbidden response

func (*GetUserRoleIdsForbidden) Error

func (o *GetUserRoleIdsForbidden) Error() string

func (*GetUserRoleIdsForbidden) GetPayload

func (*GetUserRoleIdsForbidden) IsClientError added in v0.2.27

func (o *GetUserRoleIdsForbidden) IsClientError() bool

IsClientError returns true when this get user role ids forbidden response has a 4xx status code

func (*GetUserRoleIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get user role ids forbidden response a status code equal to that given

func (*GetUserRoleIdsForbidden) IsRedirect added in v0.2.27

func (o *GetUserRoleIdsForbidden) IsRedirect() bool

IsRedirect returns true when this get user role ids forbidden response has a 3xx status code

func (*GetUserRoleIdsForbidden) IsServerError added in v0.2.27

func (o *GetUserRoleIdsForbidden) IsServerError() bool

IsServerError returns true when this get user role ids forbidden response has a 5xx status code

func (*GetUserRoleIdsForbidden) IsSuccess added in v0.2.27

func (o *GetUserRoleIdsForbidden) IsSuccess() bool

IsSuccess returns true when this get user role ids forbidden response has a 2xx status code

func (*GetUserRoleIdsForbidden) String added in v0.2.27

func (o *GetUserRoleIdsForbidden) String() string

type GetUserRoleIdsInternalServerError

type GetUserRoleIdsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

GetUserRoleIdsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetUserRoleIdsInternalServerError

func NewGetUserRoleIdsInternalServerError() *GetUserRoleIdsInternalServerError

NewGetUserRoleIdsInternalServerError creates a GetUserRoleIdsInternalServerError with default headers values

func (*GetUserRoleIdsInternalServerError) Code added in v0.2.33

Code gets the status code for the get user role ids internal server error response

func (*GetUserRoleIdsInternalServerError) Error

func (*GetUserRoleIdsInternalServerError) GetPayload

func (*GetUserRoleIdsInternalServerError) IsClientError added in v0.2.27

func (o *GetUserRoleIdsInternalServerError) IsClientError() bool

IsClientError returns true when this get user role ids internal server error response has a 4xx status code

func (*GetUserRoleIdsInternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this get user role ids internal server error response a status code equal to that given

func (*GetUserRoleIdsInternalServerError) IsRedirect added in v0.2.27

func (o *GetUserRoleIdsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get user role ids internal server error response has a 3xx status code

func (*GetUserRoleIdsInternalServerError) IsServerError added in v0.2.27

func (o *GetUserRoleIdsInternalServerError) IsServerError() bool

IsServerError returns true when this get user role ids internal server error response has a 5xx status code

func (*GetUserRoleIdsInternalServerError) IsSuccess added in v0.2.27

func (o *GetUserRoleIdsInternalServerError) IsSuccess() bool

IsSuccess returns true when this get user role ids internal server error response has a 2xx status code

func (*GetUserRoleIdsInternalServerError) String added in v0.2.27

type GetUserRoleIdsOK

type GetUserRoleIdsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

GetUserRoleIdsOK describes a response with status code 200, with default header values.

OK

func NewGetUserRoleIdsOK

func NewGetUserRoleIdsOK() *GetUserRoleIdsOK

NewGetUserRoleIdsOK creates a GetUserRoleIdsOK with default headers values

func (*GetUserRoleIdsOK) Code added in v0.2.33

func (o *GetUserRoleIdsOK) Code() int

Code gets the status code for the get user role ids o k response

func (*GetUserRoleIdsOK) Error

func (o *GetUserRoleIdsOK) Error() string

func (*GetUserRoleIdsOK) GetPayload

func (o *GetUserRoleIdsOK) GetPayload() *models.MsaQueryResponse

func (*GetUserRoleIdsOK) IsClientError added in v0.2.27

func (o *GetUserRoleIdsOK) IsClientError() bool

IsClientError returns true when this get user role ids o k response has a 4xx status code

func (*GetUserRoleIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this get user role ids o k response a status code equal to that given

func (*GetUserRoleIdsOK) IsRedirect added in v0.2.27

func (o *GetUserRoleIdsOK) IsRedirect() bool

IsRedirect returns true when this get user role ids o k response has a 3xx status code

func (*GetUserRoleIdsOK) IsServerError added in v0.2.27

func (o *GetUserRoleIdsOK) IsServerError() bool

IsServerError returns true when this get user role ids o k response has a 5xx status code

func (*GetUserRoleIdsOK) IsSuccess added in v0.2.27

func (o *GetUserRoleIdsOK) IsSuccess() bool

IsSuccess returns true when this get user role ids o k response has a 2xx status code

func (*GetUserRoleIdsOK) String added in v0.2.27

func (o *GetUserRoleIdsOK) String() string

type GetUserRoleIdsParams

type GetUserRoleIdsParams struct {

	/* UserUUID.

	   ID of a user. Find a user's ID from `/users/entities/user/v1`.
	*/
	UserUUID string

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

GetUserRoleIdsParams contains all the parameters to send to the API endpoint

for the get user role ids operation.

Typically these are written to a http.Request.

func NewGetUserRoleIdsParams

func NewGetUserRoleIdsParams() *GetUserRoleIdsParams

NewGetUserRoleIdsParams creates a new GetUserRoleIdsParams 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 NewGetUserRoleIdsParamsWithContext

func NewGetUserRoleIdsParamsWithContext(ctx context.Context) *GetUserRoleIdsParams

NewGetUserRoleIdsParamsWithContext creates a new GetUserRoleIdsParams object with the ability to set a context for a request.

func NewGetUserRoleIdsParamsWithHTTPClient

func NewGetUserRoleIdsParamsWithHTTPClient(client *http.Client) *GetUserRoleIdsParams

NewGetUserRoleIdsParamsWithHTTPClient creates a new GetUserRoleIdsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserRoleIdsParamsWithTimeout

func NewGetUserRoleIdsParamsWithTimeout(timeout time.Duration) *GetUserRoleIdsParams

NewGetUserRoleIdsParamsWithTimeout creates a new GetUserRoleIdsParams object with the ability to set a timeout on a request.

func (*GetUserRoleIdsParams) SetContext

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

SetContext adds the context to the get user role ids params

func (*GetUserRoleIdsParams) SetDefaults

func (o *GetUserRoleIdsParams) SetDefaults()

SetDefaults hydrates default values in the get user role ids params (not the query body).

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

func (*GetUserRoleIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user role ids params

func (*GetUserRoleIdsParams) SetTimeout

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

SetTimeout adds the timeout to the get user role ids params

func (*GetUserRoleIdsParams) SetUserUUID

func (o *GetUserRoleIdsParams) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the get user role ids params

func (*GetUserRoleIdsParams) WithContext

WithContext adds the context to the get user role ids params

func (*GetUserRoleIdsParams) WithDefaults

func (o *GetUserRoleIdsParams) WithDefaults() *GetUserRoleIdsParams

WithDefaults hydrates default values in the get user role ids params (not the query body).

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

func (*GetUserRoleIdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user role ids params

func (*GetUserRoleIdsParams) WithTimeout

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

WithTimeout adds the timeout to the get user role ids params

func (*GetUserRoleIdsParams) WithUserUUID

func (o *GetUserRoleIdsParams) WithUserUUID(userUUID string) *GetUserRoleIdsParams

WithUserUUID adds the userUUID to the get user role ids params

func (*GetUserRoleIdsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserRoleIdsReader

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

GetUserRoleIdsReader is a Reader for the GetUserRoleIds structure.

func (*GetUserRoleIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserRoleIdsTooManyRequests

type GetUserRoleIdsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetUserRoleIdsTooManyRequests

func NewGetUserRoleIdsTooManyRequests() *GetUserRoleIdsTooManyRequests

NewGetUserRoleIdsTooManyRequests creates a GetUserRoleIdsTooManyRequests with default headers values

func (*GetUserRoleIdsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get user role ids too many requests response

func (*GetUserRoleIdsTooManyRequests) Error

func (*GetUserRoleIdsTooManyRequests) GetPayload

func (*GetUserRoleIdsTooManyRequests) IsClientError added in v0.2.27

func (o *GetUserRoleIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this get user role ids too many requests response has a 4xx status code

func (*GetUserRoleIdsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get user role ids too many requests response a status code equal to that given

func (*GetUserRoleIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetUserRoleIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user role ids too many requests response has a 3xx status code

func (*GetUserRoleIdsTooManyRequests) IsServerError added in v0.2.27

func (o *GetUserRoleIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this get user role ids too many requests response has a 5xx status code

func (*GetUserRoleIdsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetUserRoleIdsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user role ids too many requests response has a 2xx status code

func (*GetUserRoleIdsTooManyRequests) String added in v0.2.27

type GrantUserRoleIdsBadRequest

type GrantUserRoleIdsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Bad Request

func NewGrantUserRoleIdsBadRequest

func NewGrantUserRoleIdsBadRequest() *GrantUserRoleIdsBadRequest

NewGrantUserRoleIdsBadRequest creates a GrantUserRoleIdsBadRequest with default headers values

func (*GrantUserRoleIdsBadRequest) Code added in v0.2.33

func (o *GrantUserRoleIdsBadRequest) Code() int

Code gets the status code for the grant user role ids bad request response

func (*GrantUserRoleIdsBadRequest) Error

func (*GrantUserRoleIdsBadRequest) GetPayload

func (*GrantUserRoleIdsBadRequest) IsClientError added in v0.2.27

func (o *GrantUserRoleIdsBadRequest) IsClientError() bool

IsClientError returns true when this grant user role ids bad request response has a 4xx status code

func (*GrantUserRoleIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this grant user role ids bad request response a status code equal to that given

func (*GrantUserRoleIdsBadRequest) IsRedirect added in v0.2.27

func (o *GrantUserRoleIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this grant user role ids bad request response has a 3xx status code

func (*GrantUserRoleIdsBadRequest) IsServerError added in v0.2.27

func (o *GrantUserRoleIdsBadRequest) IsServerError() bool

IsServerError returns true when this grant user role ids bad request response has a 5xx status code

func (*GrantUserRoleIdsBadRequest) IsSuccess added in v0.2.27

func (o *GrantUserRoleIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this grant user role ids bad request response has a 2xx status code

func (*GrantUserRoleIdsBadRequest) String added in v0.2.27

func (o *GrantUserRoleIdsBadRequest) String() string

type GrantUserRoleIdsForbidden

type GrantUserRoleIdsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Forbidden

func NewGrantUserRoleIdsForbidden

func NewGrantUserRoleIdsForbidden() *GrantUserRoleIdsForbidden

NewGrantUserRoleIdsForbidden creates a GrantUserRoleIdsForbidden with default headers values

func (*GrantUserRoleIdsForbidden) Code added in v0.2.33

func (o *GrantUserRoleIdsForbidden) Code() int

Code gets the status code for the grant user role ids forbidden response

func (*GrantUserRoleIdsForbidden) Error

func (o *GrantUserRoleIdsForbidden) Error() string

func (*GrantUserRoleIdsForbidden) GetPayload

func (*GrantUserRoleIdsForbidden) IsClientError added in v0.2.27

func (o *GrantUserRoleIdsForbidden) IsClientError() bool

IsClientError returns true when this grant user role ids forbidden response has a 4xx status code

func (*GrantUserRoleIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this grant user role ids forbidden response a status code equal to that given

func (*GrantUserRoleIdsForbidden) IsRedirect added in v0.2.27

func (o *GrantUserRoleIdsForbidden) IsRedirect() bool

IsRedirect returns true when this grant user role ids forbidden response has a 3xx status code

func (*GrantUserRoleIdsForbidden) IsServerError added in v0.2.27

func (o *GrantUserRoleIdsForbidden) IsServerError() bool

IsServerError returns true when this grant user role ids forbidden response has a 5xx status code

func (*GrantUserRoleIdsForbidden) IsSuccess added in v0.2.27

func (o *GrantUserRoleIdsForbidden) IsSuccess() bool

IsSuccess returns true when this grant user role ids forbidden response has a 2xx status code

func (*GrantUserRoleIdsForbidden) String added in v0.2.27

func (o *GrantUserRoleIdsForbidden) String() string

type GrantUserRoleIdsOK

type GrantUserRoleIdsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIUserRoleIDsResponse
}

GrantUserRoleIdsOK describes a response with status code 200, with default header values.

OK

func NewGrantUserRoleIdsOK

func NewGrantUserRoleIdsOK() *GrantUserRoleIdsOK

NewGrantUserRoleIdsOK creates a GrantUserRoleIdsOK with default headers values

func (*GrantUserRoleIdsOK) Code added in v0.2.33

func (o *GrantUserRoleIdsOK) Code() int

Code gets the status code for the grant user role ids o k response

func (*GrantUserRoleIdsOK) Error

func (o *GrantUserRoleIdsOK) Error() string

func (*GrantUserRoleIdsOK) GetPayload

func (*GrantUserRoleIdsOK) IsClientError added in v0.2.27

func (o *GrantUserRoleIdsOK) IsClientError() bool

IsClientError returns true when this grant user role ids o k response has a 4xx status code

func (*GrantUserRoleIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this grant user role ids o k response a status code equal to that given

func (*GrantUserRoleIdsOK) IsRedirect added in v0.2.27

func (o *GrantUserRoleIdsOK) IsRedirect() bool

IsRedirect returns true when this grant user role ids o k response has a 3xx status code

func (*GrantUserRoleIdsOK) IsServerError added in v0.2.27

func (o *GrantUserRoleIdsOK) IsServerError() bool

IsServerError returns true when this grant user role ids o k response has a 5xx status code

func (*GrantUserRoleIdsOK) IsSuccess added in v0.2.27

func (o *GrantUserRoleIdsOK) IsSuccess() bool

IsSuccess returns true when this grant user role ids o k response has a 2xx status code

func (*GrantUserRoleIdsOK) String added in v0.2.27

func (o *GrantUserRoleIdsOK) String() string

type GrantUserRoleIdsParams

type GrantUserRoleIdsParams struct {

	/* Body.

	   Role ID(s) of the role you want to assign
	*/
	Body *models.DomainRoleIDs

	/* UserUUID.

	   ID of a user. Find a user's ID from `/users/entities/user/v1`.
	*/
	UserUUID string

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

GrantUserRoleIdsParams contains all the parameters to send to the API endpoint

for the grant user role ids operation.

Typically these are written to a http.Request.

func NewGrantUserRoleIdsParams

func NewGrantUserRoleIdsParams() *GrantUserRoleIdsParams

NewGrantUserRoleIdsParams creates a new GrantUserRoleIdsParams 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 NewGrantUserRoleIdsParamsWithContext

func NewGrantUserRoleIdsParamsWithContext(ctx context.Context) *GrantUserRoleIdsParams

NewGrantUserRoleIdsParamsWithContext creates a new GrantUserRoleIdsParams object with the ability to set a context for a request.

func NewGrantUserRoleIdsParamsWithHTTPClient

func NewGrantUserRoleIdsParamsWithHTTPClient(client *http.Client) *GrantUserRoleIdsParams

NewGrantUserRoleIdsParamsWithHTTPClient creates a new GrantUserRoleIdsParams object with the ability to set a custom HTTPClient for a request.

func NewGrantUserRoleIdsParamsWithTimeout

func NewGrantUserRoleIdsParamsWithTimeout(timeout time.Duration) *GrantUserRoleIdsParams

NewGrantUserRoleIdsParamsWithTimeout creates a new GrantUserRoleIdsParams object with the ability to set a timeout on a request.

func (*GrantUserRoleIdsParams) SetBody

func (o *GrantUserRoleIdsParams) SetBody(body *models.DomainRoleIDs)

SetBody adds the body to the grant user role ids params

func (*GrantUserRoleIdsParams) SetContext

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

SetContext adds the context to the grant user role ids params

func (*GrantUserRoleIdsParams) SetDefaults

func (o *GrantUserRoleIdsParams) SetDefaults()

SetDefaults hydrates default values in the grant user role ids params (not the query body).

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

func (*GrantUserRoleIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the grant user role ids params

func (*GrantUserRoleIdsParams) SetTimeout

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

SetTimeout adds the timeout to the grant user role ids params

func (*GrantUserRoleIdsParams) SetUserUUID

func (o *GrantUserRoleIdsParams) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the grant user role ids params

func (*GrantUserRoleIdsParams) WithBody

WithBody adds the body to the grant user role ids params

func (*GrantUserRoleIdsParams) WithContext

WithContext adds the context to the grant user role ids params

func (*GrantUserRoleIdsParams) WithDefaults

WithDefaults hydrates default values in the grant user role ids params (not the query body).

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

func (*GrantUserRoleIdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the grant user role ids params

func (*GrantUserRoleIdsParams) WithTimeout

WithTimeout adds the timeout to the grant user role ids params

func (*GrantUserRoleIdsParams) WithUserUUID

func (o *GrantUserRoleIdsParams) WithUserUUID(userUUID string) *GrantUserRoleIdsParams

WithUserUUID adds the userUUID to the grant user role ids params

func (*GrantUserRoleIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GrantUserRoleIdsReader

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

GrantUserRoleIdsReader is a Reader for the GrantUserRoleIds structure.

func (*GrantUserRoleIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GrantUserRoleIdsTooManyRequests

type GrantUserRoleIdsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGrantUserRoleIdsTooManyRequests

func NewGrantUserRoleIdsTooManyRequests() *GrantUserRoleIdsTooManyRequests

NewGrantUserRoleIdsTooManyRequests creates a GrantUserRoleIdsTooManyRequests with default headers values

func (*GrantUserRoleIdsTooManyRequests) Code added in v0.2.33

Code gets the status code for the grant user role ids too many requests response

func (*GrantUserRoleIdsTooManyRequests) Error

func (*GrantUserRoleIdsTooManyRequests) GetPayload

func (*GrantUserRoleIdsTooManyRequests) IsClientError added in v0.2.27

func (o *GrantUserRoleIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this grant user role ids too many requests response has a 4xx status code

func (*GrantUserRoleIdsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this grant user role ids too many requests response a status code equal to that given

func (*GrantUserRoleIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *GrantUserRoleIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this grant user role ids too many requests response has a 3xx status code

func (*GrantUserRoleIdsTooManyRequests) IsServerError added in v0.2.27

func (o *GrantUserRoleIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this grant user role ids too many requests response has a 5xx status code

func (*GrantUserRoleIdsTooManyRequests) IsSuccess added in v0.2.27

func (o *GrantUserRoleIdsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this grant user role ids too many requests response has a 2xx status code

func (*GrantUserRoleIdsTooManyRequests) String added in v0.2.27

type QueriesRolesV1BadRequest added in v0.2.25

type QueriesRolesV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewQueriesRolesV1BadRequest added in v0.2.25

func NewQueriesRolesV1BadRequest() *QueriesRolesV1BadRequest

NewQueriesRolesV1BadRequest creates a QueriesRolesV1BadRequest with default headers values

func (*QueriesRolesV1BadRequest) Code added in v0.2.33

func (o *QueriesRolesV1BadRequest) Code() int

Code gets the status code for the queries roles v1 bad request response

func (*QueriesRolesV1BadRequest) Error added in v0.2.25

func (o *QueriesRolesV1BadRequest) Error() string

func (*QueriesRolesV1BadRequest) GetPayload added in v0.2.25

func (*QueriesRolesV1BadRequest) IsClientError added in v0.2.27

func (o *QueriesRolesV1BadRequest) IsClientError() bool

IsClientError returns true when this queries roles v1 bad request response has a 4xx status code

func (*QueriesRolesV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this queries roles v1 bad request response a status code equal to that given

func (*QueriesRolesV1BadRequest) IsRedirect added in v0.2.27

func (o *QueriesRolesV1BadRequest) IsRedirect() bool

IsRedirect returns true when this queries roles v1 bad request response has a 3xx status code

func (*QueriesRolesV1BadRequest) IsServerError added in v0.2.27

func (o *QueriesRolesV1BadRequest) IsServerError() bool

IsServerError returns true when this queries roles v1 bad request response has a 5xx status code

func (*QueriesRolesV1BadRequest) IsSuccess added in v0.2.27

func (o *QueriesRolesV1BadRequest) IsSuccess() bool

IsSuccess returns true when this queries roles v1 bad request response has a 2xx status code

func (*QueriesRolesV1BadRequest) String added in v0.2.27

func (o *QueriesRolesV1BadRequest) String() string

type QueriesRolesV1Forbidden added in v0.2.25

type QueriesRolesV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewQueriesRolesV1Forbidden added in v0.2.25

func NewQueriesRolesV1Forbidden() *QueriesRolesV1Forbidden

NewQueriesRolesV1Forbidden creates a QueriesRolesV1Forbidden with default headers values

func (*QueriesRolesV1Forbidden) Code added in v0.2.33

func (o *QueriesRolesV1Forbidden) Code() int

Code gets the status code for the queries roles v1 forbidden response

func (*QueriesRolesV1Forbidden) Error added in v0.2.25

func (o *QueriesRolesV1Forbidden) Error() string

func (*QueriesRolesV1Forbidden) GetPayload added in v0.2.25

func (*QueriesRolesV1Forbidden) IsClientError added in v0.2.27

func (o *QueriesRolesV1Forbidden) IsClientError() bool

IsClientError returns true when this queries roles v1 forbidden response has a 4xx status code

func (*QueriesRolesV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this queries roles v1 forbidden response a status code equal to that given

func (*QueriesRolesV1Forbidden) IsRedirect added in v0.2.27

func (o *QueriesRolesV1Forbidden) IsRedirect() bool

IsRedirect returns true when this queries roles v1 forbidden response has a 3xx status code

func (*QueriesRolesV1Forbidden) IsServerError added in v0.2.27

func (o *QueriesRolesV1Forbidden) IsServerError() bool

IsServerError returns true when this queries roles v1 forbidden response has a 5xx status code

func (*QueriesRolesV1Forbidden) IsSuccess added in v0.2.27

func (o *QueriesRolesV1Forbidden) IsSuccess() bool

IsSuccess returns true when this queries roles v1 forbidden response has a 2xx status code

func (*QueriesRolesV1Forbidden) String added in v0.2.27

func (o *QueriesRolesV1Forbidden) String() string

type QueriesRolesV1InternalServerError added in v0.2.25

type QueriesRolesV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

QueriesRolesV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueriesRolesV1InternalServerError added in v0.2.25

func NewQueriesRolesV1InternalServerError() *QueriesRolesV1InternalServerError

NewQueriesRolesV1InternalServerError creates a QueriesRolesV1InternalServerError with default headers values

func (*QueriesRolesV1InternalServerError) Code added in v0.2.33

Code gets the status code for the queries roles v1 internal server error response

func (*QueriesRolesV1InternalServerError) Error added in v0.2.25

func (*QueriesRolesV1InternalServerError) GetPayload added in v0.2.25

func (*QueriesRolesV1InternalServerError) IsClientError added in v0.2.27

func (o *QueriesRolesV1InternalServerError) IsClientError() bool

IsClientError returns true when this queries roles v1 internal server error response has a 4xx status code

func (*QueriesRolesV1InternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this queries roles v1 internal server error response a status code equal to that given

func (*QueriesRolesV1InternalServerError) IsRedirect added in v0.2.27

func (o *QueriesRolesV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this queries roles v1 internal server error response has a 3xx status code

func (*QueriesRolesV1InternalServerError) IsServerError added in v0.2.27

func (o *QueriesRolesV1InternalServerError) IsServerError() bool

IsServerError returns true when this queries roles v1 internal server error response has a 5xx status code

func (*QueriesRolesV1InternalServerError) IsSuccess added in v0.2.27

func (o *QueriesRolesV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this queries roles v1 internal server error response has a 2xx status code

func (*QueriesRolesV1InternalServerError) String added in v0.2.27

type QueriesRolesV1OK added in v0.2.25

type QueriesRolesV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

QueriesRolesV1OK describes a response with status code 200, with default header values.

OK

func NewQueriesRolesV1OK added in v0.2.25

func NewQueriesRolesV1OK() *QueriesRolesV1OK

NewQueriesRolesV1OK creates a QueriesRolesV1OK with default headers values

func (*QueriesRolesV1OK) Code added in v0.2.33

func (o *QueriesRolesV1OK) Code() int

Code gets the status code for the queries roles v1 o k response

func (*QueriesRolesV1OK) Error added in v0.2.25

func (o *QueriesRolesV1OK) Error() string

func (*QueriesRolesV1OK) GetPayload added in v0.2.25

func (o *QueriesRolesV1OK) GetPayload() *models.MsaspecQueryResponse

func (*QueriesRolesV1OK) IsClientError added in v0.2.27

func (o *QueriesRolesV1OK) IsClientError() bool

IsClientError returns true when this queries roles v1 o k response has a 4xx status code

func (*QueriesRolesV1OK) IsCode added in v0.2.27

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

IsCode returns true when this queries roles v1 o k response a status code equal to that given

func (*QueriesRolesV1OK) IsRedirect added in v0.2.27

func (o *QueriesRolesV1OK) IsRedirect() bool

IsRedirect returns true when this queries roles v1 o k response has a 3xx status code

func (*QueriesRolesV1OK) IsServerError added in v0.2.27

func (o *QueriesRolesV1OK) IsServerError() bool

IsServerError returns true when this queries roles v1 o k response has a 5xx status code

func (*QueriesRolesV1OK) IsSuccess added in v0.2.27

func (o *QueriesRolesV1OK) IsSuccess() bool

IsSuccess returns true when this queries roles v1 o k response has a 2xx status code

func (*QueriesRolesV1OK) String added in v0.2.27

func (o *QueriesRolesV1OK) String() string

type QueriesRolesV1Params added in v0.2.25

type QueriesRolesV1Params struct {

	/* Action.

	   Actionable purpose of the query

	   Default: "grant"
	*/
	Action *string

	/* Cid.

	   Customer ID to get available roles for. Empty CID would result in Role IDs for current CID in view.
	*/
	Cid *string

	/* UserUUID.

	   User UUID to get available roles for. Empty User UUID would returns all roles IDs available for customer.
	*/
	UserUUID *string

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

QueriesRolesV1Params contains all the parameters to send to the API endpoint

for the queries roles v1 operation.

Typically these are written to a http.Request.

func NewQueriesRolesV1Params added in v0.2.25

func NewQueriesRolesV1Params() *QueriesRolesV1Params

NewQueriesRolesV1Params creates a new QueriesRolesV1Params 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 NewQueriesRolesV1ParamsWithContext added in v0.2.25

func NewQueriesRolesV1ParamsWithContext(ctx context.Context) *QueriesRolesV1Params

NewQueriesRolesV1ParamsWithContext creates a new QueriesRolesV1Params object with the ability to set a context for a request.

func NewQueriesRolesV1ParamsWithHTTPClient added in v0.2.25

func NewQueriesRolesV1ParamsWithHTTPClient(client *http.Client) *QueriesRolesV1Params

NewQueriesRolesV1ParamsWithHTTPClient creates a new QueriesRolesV1Params object with the ability to set a custom HTTPClient for a request.

func NewQueriesRolesV1ParamsWithTimeout added in v0.2.25

func NewQueriesRolesV1ParamsWithTimeout(timeout time.Duration) *QueriesRolesV1Params

NewQueriesRolesV1ParamsWithTimeout creates a new QueriesRolesV1Params object with the ability to set a timeout on a request.

func (*QueriesRolesV1Params) SetAction added in v0.4.0

func (o *QueriesRolesV1Params) SetAction(action *string)

SetAction adds the action to the queries roles v1 params

func (*QueriesRolesV1Params) SetCid added in v0.2.25

func (o *QueriesRolesV1Params) SetCid(cid *string)

SetCid adds the cid to the queries roles v1 params

func (*QueriesRolesV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the queries roles v1 params

func (*QueriesRolesV1Params) SetDefaults added in v0.2.25

func (o *QueriesRolesV1Params) SetDefaults()

SetDefaults hydrates default values in the queries roles v1 params (not the query body).

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

func (*QueriesRolesV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the queries roles v1 params

func (*QueriesRolesV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the queries roles v1 params

func (*QueriesRolesV1Params) SetUserUUID added in v0.2.25

func (o *QueriesRolesV1Params) SetUserUUID(userUUID *string)

SetUserUUID adds the userUuid to the queries roles v1 params

func (*QueriesRolesV1Params) WithAction added in v0.4.0

func (o *QueriesRolesV1Params) WithAction(action *string) *QueriesRolesV1Params

WithAction adds the action to the queries roles v1 params

func (*QueriesRolesV1Params) WithCid added in v0.2.25

WithCid adds the cid to the queries roles v1 params

func (*QueriesRolesV1Params) WithContext added in v0.2.25

WithContext adds the context to the queries roles v1 params

func (*QueriesRolesV1Params) WithDefaults added in v0.2.25

func (o *QueriesRolesV1Params) WithDefaults() *QueriesRolesV1Params

WithDefaults hydrates default values in the queries roles v1 params (not the query body).

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

func (*QueriesRolesV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the queries roles v1 params

func (*QueriesRolesV1Params) WithTimeout added in v0.2.25

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

WithTimeout adds the timeout to the queries roles v1 params

func (*QueriesRolesV1Params) WithUserUUID added in v0.2.25

func (o *QueriesRolesV1Params) WithUserUUID(userUUID *string) *QueriesRolesV1Params

WithUserUUID adds the userUUID to the queries roles v1 params

func (*QueriesRolesV1Params) WriteToRequest added in v0.2.25

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

WriteToRequest writes these params to a swagger request

type QueriesRolesV1Reader added in v0.2.25

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

QueriesRolesV1Reader is a Reader for the QueriesRolesV1 structure.

func (*QueriesRolesV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type QueriesRolesV1TooManyRequests added in v0.2.25

type QueriesRolesV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewQueriesRolesV1TooManyRequests added in v0.2.25

func NewQueriesRolesV1TooManyRequests() *QueriesRolesV1TooManyRequests

NewQueriesRolesV1TooManyRequests creates a QueriesRolesV1TooManyRequests with default headers values

func (*QueriesRolesV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the queries roles v1 too many requests response

func (*QueriesRolesV1TooManyRequests) Error added in v0.2.25

func (*QueriesRolesV1TooManyRequests) GetPayload added in v0.2.25

func (*QueriesRolesV1TooManyRequests) IsClientError added in v0.2.27

func (o *QueriesRolesV1TooManyRequests) IsClientError() bool

IsClientError returns true when this queries roles v1 too many requests response has a 4xx status code

func (*QueriesRolesV1TooManyRequests) IsCode added in v0.2.27

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

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

func (*QueriesRolesV1TooManyRequests) IsRedirect added in v0.2.27

func (o *QueriesRolesV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this queries roles v1 too many requests response has a 3xx status code

func (*QueriesRolesV1TooManyRequests) IsServerError added in v0.2.27

func (o *QueriesRolesV1TooManyRequests) IsServerError() bool

IsServerError returns true when this queries roles v1 too many requests response has a 5xx status code

func (*QueriesRolesV1TooManyRequests) IsSuccess added in v0.2.27

func (o *QueriesRolesV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this queries roles v1 too many requests response has a 2xx status code

func (*QueriesRolesV1TooManyRequests) String added in v0.2.27

type QueryUserV1BadRequest added in v0.2.25

type QueryUserV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewQueryUserV1BadRequest added in v0.2.25

func NewQueryUserV1BadRequest() *QueryUserV1BadRequest

NewQueryUserV1BadRequest creates a QueryUserV1BadRequest with default headers values

func (*QueryUserV1BadRequest) Code added in v0.2.33

func (o *QueryUserV1BadRequest) Code() int

Code gets the status code for the query user v1 bad request response

func (*QueryUserV1BadRequest) Error added in v0.2.25

func (o *QueryUserV1BadRequest) Error() string

func (*QueryUserV1BadRequest) GetPayload added in v0.2.25

func (*QueryUserV1BadRequest) IsClientError added in v0.2.27

func (o *QueryUserV1BadRequest) IsClientError() bool

IsClientError returns true when this query user v1 bad request response has a 4xx status code

func (*QueryUserV1BadRequest) IsCode added in v0.2.27

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

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

func (*QueryUserV1BadRequest) IsRedirect added in v0.2.27

func (o *QueryUserV1BadRequest) IsRedirect() bool

IsRedirect returns true when this query user v1 bad request response has a 3xx status code

func (*QueryUserV1BadRequest) IsServerError added in v0.2.27

func (o *QueryUserV1BadRequest) IsServerError() bool

IsServerError returns true when this query user v1 bad request response has a 5xx status code

func (*QueryUserV1BadRequest) IsSuccess added in v0.2.27

func (o *QueryUserV1BadRequest) IsSuccess() bool

IsSuccess returns true when this query user v1 bad request response has a 2xx status code

func (*QueryUserV1BadRequest) String added in v0.2.27

func (o *QueryUserV1BadRequest) String() string

type QueryUserV1Forbidden added in v0.2.25

type QueryUserV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewQueryUserV1Forbidden added in v0.2.25

func NewQueryUserV1Forbidden() *QueryUserV1Forbidden

NewQueryUserV1Forbidden creates a QueryUserV1Forbidden with default headers values

func (*QueryUserV1Forbidden) Code added in v0.2.33

func (o *QueryUserV1Forbidden) Code() int

Code gets the status code for the query user v1 forbidden response

func (*QueryUserV1Forbidden) Error added in v0.2.25

func (o *QueryUserV1Forbidden) Error() string

func (*QueryUserV1Forbidden) GetPayload added in v0.2.25

func (*QueryUserV1Forbidden) IsClientError added in v0.2.27

func (o *QueryUserV1Forbidden) IsClientError() bool

IsClientError returns true when this query user v1 forbidden response has a 4xx status code

func (*QueryUserV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this query user v1 forbidden response a status code equal to that given

func (*QueryUserV1Forbidden) IsRedirect added in v0.2.27

func (o *QueryUserV1Forbidden) IsRedirect() bool

IsRedirect returns true when this query user v1 forbidden response has a 3xx status code

func (*QueryUserV1Forbidden) IsServerError added in v0.2.27

func (o *QueryUserV1Forbidden) IsServerError() bool

IsServerError returns true when this query user v1 forbidden response has a 5xx status code

func (*QueryUserV1Forbidden) IsSuccess added in v0.2.27

func (o *QueryUserV1Forbidden) IsSuccess() bool

IsSuccess returns true when this query user v1 forbidden response has a 2xx status code

func (*QueryUserV1Forbidden) String added in v0.2.27

func (o *QueryUserV1Forbidden) String() string

type QueryUserV1InternalServerError added in v0.2.25

type QueryUserV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

QueryUserV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryUserV1InternalServerError added in v0.2.25

func NewQueryUserV1InternalServerError() *QueryUserV1InternalServerError

NewQueryUserV1InternalServerError creates a QueryUserV1InternalServerError with default headers values

func (*QueryUserV1InternalServerError) Code added in v0.2.33

Code gets the status code for the query user v1 internal server error response

func (*QueryUserV1InternalServerError) Error added in v0.2.25

func (*QueryUserV1InternalServerError) GetPayload added in v0.2.25

func (*QueryUserV1InternalServerError) IsClientError added in v0.2.27

func (o *QueryUserV1InternalServerError) IsClientError() bool

IsClientError returns true when this query user v1 internal server error response has a 4xx status code

func (*QueryUserV1InternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this query user v1 internal server error response a status code equal to that given

func (*QueryUserV1InternalServerError) IsRedirect added in v0.2.27

func (o *QueryUserV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this query user v1 internal server error response has a 3xx status code

func (*QueryUserV1InternalServerError) IsServerError added in v0.2.27

func (o *QueryUserV1InternalServerError) IsServerError() bool

IsServerError returns true when this query user v1 internal server error response has a 5xx status code

func (*QueryUserV1InternalServerError) IsSuccess added in v0.2.27

func (o *QueryUserV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this query user v1 internal server error response has a 2xx status code

func (*QueryUserV1InternalServerError) String added in v0.2.27

type QueryUserV1OK added in v0.2.25

type QueryUserV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

QueryUserV1OK describes a response with status code 200, with default header values.

OK

func NewQueryUserV1OK added in v0.2.25

func NewQueryUserV1OK() *QueryUserV1OK

NewQueryUserV1OK creates a QueryUserV1OK with default headers values

func (*QueryUserV1OK) Code added in v0.2.33

func (o *QueryUserV1OK) Code() int

Code gets the status code for the query user v1 o k response

func (*QueryUserV1OK) Error added in v0.2.25

func (o *QueryUserV1OK) Error() string

func (*QueryUserV1OK) GetPayload added in v0.2.25

func (o *QueryUserV1OK) GetPayload() *models.MsaspecQueryResponse

func (*QueryUserV1OK) IsClientError added in v0.2.27

func (o *QueryUserV1OK) IsClientError() bool

IsClientError returns true when this query user v1 o k response has a 4xx status code

func (*QueryUserV1OK) IsCode added in v0.2.27

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

IsCode returns true when this query user v1 o k response a status code equal to that given

func (*QueryUserV1OK) IsRedirect added in v0.2.27

func (o *QueryUserV1OK) IsRedirect() bool

IsRedirect returns true when this query user v1 o k response has a 3xx status code

func (*QueryUserV1OK) IsServerError added in v0.2.27

func (o *QueryUserV1OK) IsServerError() bool

IsServerError returns true when this query user v1 o k response has a 5xx status code

func (*QueryUserV1OK) IsSuccess added in v0.2.27

func (o *QueryUserV1OK) IsSuccess() bool

IsSuccess returns true when this query user v1 o k response has a 2xx status code

func (*QueryUserV1OK) String added in v0.2.27

func (o *QueryUserV1OK) String() string

type QueryUserV1Params added in v0.2.25

type QueryUserV1Params struct {

	/* Filter.

	   Filter using a query in Falcon Query Language (FQL). Supported filters: assigned_cids, cid, first_name, last_name, name, uid
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by

	   Default: "uid|asc"
	*/
	Sort *string

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

QueryUserV1Params contains all the parameters to send to the API endpoint

for the query user v1 operation.

Typically these are written to a http.Request.

func NewQueryUserV1Params added in v0.2.25

func NewQueryUserV1Params() *QueryUserV1Params

NewQueryUserV1Params creates a new QueryUserV1Params 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 NewQueryUserV1ParamsWithContext added in v0.2.25

func NewQueryUserV1ParamsWithContext(ctx context.Context) *QueryUserV1Params

NewQueryUserV1ParamsWithContext creates a new QueryUserV1Params object with the ability to set a context for a request.

func NewQueryUserV1ParamsWithHTTPClient added in v0.2.25

func NewQueryUserV1ParamsWithHTTPClient(client *http.Client) *QueryUserV1Params

NewQueryUserV1ParamsWithHTTPClient creates a new QueryUserV1Params object with the ability to set a custom HTTPClient for a request.

func NewQueryUserV1ParamsWithTimeout added in v0.2.25

func NewQueryUserV1ParamsWithTimeout(timeout time.Duration) *QueryUserV1Params

NewQueryUserV1ParamsWithTimeout creates a new QueryUserV1Params object with the ability to set a timeout on a request.

func (*QueryUserV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the query user v1 params

func (*QueryUserV1Params) SetDefaults added in v0.2.25

func (o *QueryUserV1Params) SetDefaults()

SetDefaults hydrates default values in the query user v1 params (not the query body).

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

func (*QueryUserV1Params) SetFilter added in v0.2.25

func (o *QueryUserV1Params) SetFilter(filter *string)

SetFilter adds the filter to the query user v1 params

func (*QueryUserV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the query user v1 params

func (*QueryUserV1Params) SetLimit added in v0.2.25

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

SetLimit adds the limit to the query user v1 params

func (*QueryUserV1Params) SetOffset added in v0.2.25

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

SetOffset adds the offset to the query user v1 params

func (*QueryUserV1Params) SetSort added in v0.2.25

func (o *QueryUserV1Params) SetSort(sort *string)

SetSort adds the sort to the query user v1 params

func (*QueryUserV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the query user v1 params

func (*QueryUserV1Params) WithContext added in v0.2.25

func (o *QueryUserV1Params) WithContext(ctx context.Context) *QueryUserV1Params

WithContext adds the context to the query user v1 params

func (*QueryUserV1Params) WithDefaults added in v0.2.25

func (o *QueryUserV1Params) WithDefaults() *QueryUserV1Params

WithDefaults hydrates default values in the query user v1 params (not the query body).

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

func (*QueryUserV1Params) WithFilter added in v0.2.25

func (o *QueryUserV1Params) WithFilter(filter *string) *QueryUserV1Params

WithFilter adds the filter to the query user v1 params

func (*QueryUserV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the query user v1 params

func (*QueryUserV1Params) WithLimit added in v0.2.25

func (o *QueryUserV1Params) WithLimit(limit *int64) *QueryUserV1Params

WithLimit adds the limit to the query user v1 params

func (*QueryUserV1Params) WithOffset added in v0.2.25

func (o *QueryUserV1Params) WithOffset(offset *int64) *QueryUserV1Params

WithOffset adds the offset to the query user v1 params

func (*QueryUserV1Params) WithSort added in v0.2.25

func (o *QueryUserV1Params) WithSort(sort *string) *QueryUserV1Params

WithSort adds the sort to the query user v1 params

func (*QueryUserV1Params) WithTimeout added in v0.2.25

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

WithTimeout adds the timeout to the query user v1 params

func (*QueryUserV1Params) WriteToRequest added in v0.2.25

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

WriteToRequest writes these params to a swagger request

type QueryUserV1Reader added in v0.2.25

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

QueryUserV1Reader is a Reader for the QueryUserV1 structure.

func (*QueryUserV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type QueryUserV1TooManyRequests added in v0.2.25

type QueryUserV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewQueryUserV1TooManyRequests added in v0.2.25

func NewQueryUserV1TooManyRequests() *QueryUserV1TooManyRequests

NewQueryUserV1TooManyRequests creates a QueryUserV1TooManyRequests with default headers values

func (*QueryUserV1TooManyRequests) Code added in v0.2.33

func (o *QueryUserV1TooManyRequests) Code() int

Code gets the status code for the query user v1 too many requests response

func (*QueryUserV1TooManyRequests) Error added in v0.2.25

func (*QueryUserV1TooManyRequests) GetPayload added in v0.2.25

func (*QueryUserV1TooManyRequests) IsClientError added in v0.2.27

func (o *QueryUserV1TooManyRequests) IsClientError() bool

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

func (*QueryUserV1TooManyRequests) IsCode added in v0.2.27

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

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

func (*QueryUserV1TooManyRequests) IsRedirect added in v0.2.27

func (o *QueryUserV1TooManyRequests) IsRedirect() bool

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

func (*QueryUserV1TooManyRequests) IsServerError added in v0.2.27

func (o *QueryUserV1TooManyRequests) IsServerError() bool

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

func (*QueryUserV1TooManyRequests) IsSuccess added in v0.2.27

func (o *QueryUserV1TooManyRequests) IsSuccess() bool

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

func (*QueryUserV1TooManyRequests) String added in v0.2.27

func (o *QueryUserV1TooManyRequests) String() string

type RetrieveEmailsByCIDBadRequest

type RetrieveEmailsByCIDBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewRetrieveEmailsByCIDBadRequest

func NewRetrieveEmailsByCIDBadRequest() *RetrieveEmailsByCIDBadRequest

NewRetrieveEmailsByCIDBadRequest creates a RetrieveEmailsByCIDBadRequest with default headers values

func (*RetrieveEmailsByCIDBadRequest) Code added in v0.2.33

Code gets the status code for the retrieve emails by c Id bad request response

func (*RetrieveEmailsByCIDBadRequest) Error

func (*RetrieveEmailsByCIDBadRequest) GetPayload

func (*RetrieveEmailsByCIDBadRequest) IsClientError added in v0.2.27

func (o *RetrieveEmailsByCIDBadRequest) IsClientError() bool

IsClientError returns true when this retrieve emails by c Id bad request response has a 4xx status code

func (*RetrieveEmailsByCIDBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this retrieve emails by c Id bad request response a status code equal to that given

func (*RetrieveEmailsByCIDBadRequest) IsRedirect added in v0.2.27

func (o *RetrieveEmailsByCIDBadRequest) IsRedirect() bool

IsRedirect returns true when this retrieve emails by c Id bad request response has a 3xx status code

func (*RetrieveEmailsByCIDBadRequest) IsServerError added in v0.2.27

func (o *RetrieveEmailsByCIDBadRequest) IsServerError() bool

IsServerError returns true when this retrieve emails by c Id bad request response has a 5xx status code

func (*RetrieveEmailsByCIDBadRequest) IsSuccess added in v0.2.27

func (o *RetrieveEmailsByCIDBadRequest) IsSuccess() bool

IsSuccess returns true when this retrieve emails by c Id bad request response has a 2xx status code

func (*RetrieveEmailsByCIDBadRequest) String added in v0.2.27

type RetrieveEmailsByCIDForbidden

type RetrieveEmailsByCIDForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Forbidden

func NewRetrieveEmailsByCIDForbidden

func NewRetrieveEmailsByCIDForbidden() *RetrieveEmailsByCIDForbidden

NewRetrieveEmailsByCIDForbidden creates a RetrieveEmailsByCIDForbidden with default headers values

func (*RetrieveEmailsByCIDForbidden) Code added in v0.2.33

Code gets the status code for the retrieve emails by c Id forbidden response

func (*RetrieveEmailsByCIDForbidden) Error

func (*RetrieveEmailsByCIDForbidden) GetPayload

func (*RetrieveEmailsByCIDForbidden) IsClientError added in v0.2.27

func (o *RetrieveEmailsByCIDForbidden) IsClientError() bool

IsClientError returns true when this retrieve emails by c Id forbidden response has a 4xx status code

func (*RetrieveEmailsByCIDForbidden) IsCode added in v0.2.27

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

IsCode returns true when this retrieve emails by c Id forbidden response a status code equal to that given

func (*RetrieveEmailsByCIDForbidden) IsRedirect added in v0.2.27

func (o *RetrieveEmailsByCIDForbidden) IsRedirect() bool

IsRedirect returns true when this retrieve emails by c Id forbidden response has a 3xx status code

func (*RetrieveEmailsByCIDForbidden) IsServerError added in v0.2.27

func (o *RetrieveEmailsByCIDForbidden) IsServerError() bool

IsServerError returns true when this retrieve emails by c Id forbidden response has a 5xx status code

func (*RetrieveEmailsByCIDForbidden) IsSuccess added in v0.2.27

func (o *RetrieveEmailsByCIDForbidden) IsSuccess() bool

IsSuccess returns true when this retrieve emails by c Id forbidden response has a 2xx status code

func (*RetrieveEmailsByCIDForbidden) String added in v0.2.27

type RetrieveEmailsByCIDOK

type RetrieveEmailsByCIDOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

RetrieveEmailsByCIDOK describes a response with status code 200, with default header values.

OK

func NewRetrieveEmailsByCIDOK

func NewRetrieveEmailsByCIDOK() *RetrieveEmailsByCIDOK

NewRetrieveEmailsByCIDOK creates a RetrieveEmailsByCIDOK with default headers values

func (*RetrieveEmailsByCIDOK) Code added in v0.2.33

func (o *RetrieveEmailsByCIDOK) Code() int

Code gets the status code for the retrieve emails by c Id o k response

func (*RetrieveEmailsByCIDOK) Error

func (o *RetrieveEmailsByCIDOK) Error() string

func (*RetrieveEmailsByCIDOK) GetPayload

func (*RetrieveEmailsByCIDOK) IsClientError added in v0.2.27

func (o *RetrieveEmailsByCIDOK) IsClientError() bool

IsClientError returns true when this retrieve emails by c Id o k response has a 4xx status code

func (*RetrieveEmailsByCIDOK) IsCode added in v0.2.27

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

IsCode returns true when this retrieve emails by c Id o k response a status code equal to that given

func (*RetrieveEmailsByCIDOK) IsRedirect added in v0.2.27

func (o *RetrieveEmailsByCIDOK) IsRedirect() bool

IsRedirect returns true when this retrieve emails by c Id o k response has a 3xx status code

func (*RetrieveEmailsByCIDOK) IsServerError added in v0.2.27

func (o *RetrieveEmailsByCIDOK) IsServerError() bool

IsServerError returns true when this retrieve emails by c Id o k response has a 5xx status code

func (*RetrieveEmailsByCIDOK) IsSuccess added in v0.2.27

func (o *RetrieveEmailsByCIDOK) IsSuccess() bool

IsSuccess returns true when this retrieve emails by c Id o k response has a 2xx status code

func (*RetrieveEmailsByCIDOK) String added in v0.2.27

func (o *RetrieveEmailsByCIDOK) String() string

type RetrieveEmailsByCIDParams

type RetrieveEmailsByCIDParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RetrieveEmailsByCIDParams contains all the parameters to send to the API endpoint

for the retrieve emails by c ID operation.

Typically these are written to a http.Request.

func NewRetrieveEmailsByCIDParams

func NewRetrieveEmailsByCIDParams() *RetrieveEmailsByCIDParams

NewRetrieveEmailsByCIDParams creates a new RetrieveEmailsByCIDParams 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 NewRetrieveEmailsByCIDParamsWithContext

func NewRetrieveEmailsByCIDParamsWithContext(ctx context.Context) *RetrieveEmailsByCIDParams

NewRetrieveEmailsByCIDParamsWithContext creates a new RetrieveEmailsByCIDParams object with the ability to set a context for a request.

func NewRetrieveEmailsByCIDParamsWithHTTPClient

func NewRetrieveEmailsByCIDParamsWithHTTPClient(client *http.Client) *RetrieveEmailsByCIDParams

NewRetrieveEmailsByCIDParamsWithHTTPClient creates a new RetrieveEmailsByCIDParams object with the ability to set a custom HTTPClient for a request.

func NewRetrieveEmailsByCIDParamsWithTimeout

func NewRetrieveEmailsByCIDParamsWithTimeout(timeout time.Duration) *RetrieveEmailsByCIDParams

NewRetrieveEmailsByCIDParamsWithTimeout creates a new RetrieveEmailsByCIDParams object with the ability to set a timeout on a request.

func (*RetrieveEmailsByCIDParams) SetContext

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

SetContext adds the context to the retrieve emails by c ID params

func (*RetrieveEmailsByCIDParams) SetDefaults

func (o *RetrieveEmailsByCIDParams) SetDefaults()

SetDefaults hydrates default values in the retrieve emails by c ID params (not the query body).

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

func (*RetrieveEmailsByCIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve emails by c ID params

func (*RetrieveEmailsByCIDParams) SetTimeout

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

SetTimeout adds the timeout to the retrieve emails by c ID params

func (*RetrieveEmailsByCIDParams) WithContext

WithContext adds the context to the retrieve emails by c ID params

func (*RetrieveEmailsByCIDParams) WithDefaults

WithDefaults hydrates default values in the retrieve emails by c ID params (not the query body).

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

func (*RetrieveEmailsByCIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the retrieve emails by c ID params

func (*RetrieveEmailsByCIDParams) WithTimeout

WithTimeout adds the timeout to the retrieve emails by c ID params

func (*RetrieveEmailsByCIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveEmailsByCIDReader

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

RetrieveEmailsByCIDReader is a Reader for the RetrieveEmailsByCID structure.

func (*RetrieveEmailsByCIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveEmailsByCIDTooManyRequests

type RetrieveEmailsByCIDTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewRetrieveEmailsByCIDTooManyRequests

func NewRetrieveEmailsByCIDTooManyRequests() *RetrieveEmailsByCIDTooManyRequests

NewRetrieveEmailsByCIDTooManyRequests creates a RetrieveEmailsByCIDTooManyRequests with default headers values

func (*RetrieveEmailsByCIDTooManyRequests) Code added in v0.2.33

Code gets the status code for the retrieve emails by c Id too many requests response

func (*RetrieveEmailsByCIDTooManyRequests) Error

func (*RetrieveEmailsByCIDTooManyRequests) GetPayload

func (*RetrieveEmailsByCIDTooManyRequests) IsClientError added in v0.2.27

func (o *RetrieveEmailsByCIDTooManyRequests) IsClientError() bool

IsClientError returns true when this retrieve emails by c Id too many requests response has a 4xx status code

func (*RetrieveEmailsByCIDTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this retrieve emails by c Id too many requests response a status code equal to that given

func (*RetrieveEmailsByCIDTooManyRequests) IsRedirect added in v0.2.27

func (o *RetrieveEmailsByCIDTooManyRequests) IsRedirect() bool

IsRedirect returns true when this retrieve emails by c Id too many requests response has a 3xx status code

func (*RetrieveEmailsByCIDTooManyRequests) IsServerError added in v0.2.27

func (o *RetrieveEmailsByCIDTooManyRequests) IsServerError() bool

IsServerError returns true when this retrieve emails by c Id too many requests response has a 5xx status code

func (*RetrieveEmailsByCIDTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this retrieve emails by c Id too many requests response has a 2xx status code

func (*RetrieveEmailsByCIDTooManyRequests) String added in v0.2.27

type RetrieveUserBadRequest

type RetrieveUserBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Bad Request

func NewRetrieveUserBadRequest

func NewRetrieveUserBadRequest() *RetrieveUserBadRequest

NewRetrieveUserBadRequest creates a RetrieveUserBadRequest with default headers values

func (*RetrieveUserBadRequest) Code added in v0.2.33

func (o *RetrieveUserBadRequest) Code() int

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

func (*RetrieveUserBadRequest) Error

func (o *RetrieveUserBadRequest) Error() string

func (*RetrieveUserBadRequest) GetPayload

func (*RetrieveUserBadRequest) IsClientError added in v0.2.27

func (o *RetrieveUserBadRequest) IsClientError() bool

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

func (*RetrieveUserBadRequest) IsCode added in v0.2.27

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

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

func (*RetrieveUserBadRequest) IsRedirect added in v0.2.27

func (o *RetrieveUserBadRequest) IsRedirect() bool

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

func (*RetrieveUserBadRequest) IsServerError added in v0.2.27

func (o *RetrieveUserBadRequest) IsServerError() bool

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

func (*RetrieveUserBadRequest) IsSuccess added in v0.2.27

func (o *RetrieveUserBadRequest) IsSuccess() bool

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

func (*RetrieveUserBadRequest) String added in v0.2.27

func (o *RetrieveUserBadRequest) String() string

type RetrieveUserForbidden

type RetrieveUserForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Forbidden

func NewRetrieveUserForbidden

func NewRetrieveUserForbidden() *RetrieveUserForbidden

NewRetrieveUserForbidden creates a RetrieveUserForbidden with default headers values

func (*RetrieveUserForbidden) Code added in v0.2.33

func (o *RetrieveUserForbidden) Code() int

Code gets the status code for the retrieve user forbidden response

func (*RetrieveUserForbidden) Error

func (o *RetrieveUserForbidden) Error() string

func (*RetrieveUserForbidden) GetPayload

func (*RetrieveUserForbidden) IsClientError added in v0.2.27

func (o *RetrieveUserForbidden) IsClientError() bool

IsClientError returns true when this retrieve user forbidden response has a 4xx status code

func (*RetrieveUserForbidden) IsCode added in v0.2.27

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

IsCode returns true when this retrieve user forbidden response a status code equal to that given

func (*RetrieveUserForbidden) IsRedirect added in v0.2.27

func (o *RetrieveUserForbidden) IsRedirect() bool

IsRedirect returns true when this retrieve user forbidden response has a 3xx status code

func (*RetrieveUserForbidden) IsServerError added in v0.2.27

func (o *RetrieveUserForbidden) IsServerError() bool

IsServerError returns true when this retrieve user forbidden response has a 5xx status code

func (*RetrieveUserForbidden) IsSuccess added in v0.2.27

func (o *RetrieveUserForbidden) IsSuccess() bool

IsSuccess returns true when this retrieve user forbidden response has a 2xx status code

func (*RetrieveUserForbidden) String added in v0.2.27

func (o *RetrieveUserForbidden) String() string

type RetrieveUserNotFound

type RetrieveUserNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Not Found

func NewRetrieveUserNotFound

func NewRetrieveUserNotFound() *RetrieveUserNotFound

NewRetrieveUserNotFound creates a RetrieveUserNotFound with default headers values

func (*RetrieveUserNotFound) Code added in v0.2.33

func (o *RetrieveUserNotFound) Code() int

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

func (*RetrieveUserNotFound) Error

func (o *RetrieveUserNotFound) Error() string

func (*RetrieveUserNotFound) GetPayload

func (*RetrieveUserNotFound) IsClientError added in v0.2.27

func (o *RetrieveUserNotFound) IsClientError() bool

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

func (*RetrieveUserNotFound) IsCode added in v0.2.27

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

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

func (*RetrieveUserNotFound) IsRedirect added in v0.2.27

func (o *RetrieveUserNotFound) IsRedirect() bool

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

func (*RetrieveUserNotFound) IsServerError added in v0.2.27

func (o *RetrieveUserNotFound) IsServerError() bool

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

func (*RetrieveUserNotFound) IsSuccess added in v0.2.27

func (o *RetrieveUserNotFound) IsSuccess() bool

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

func (*RetrieveUserNotFound) String added in v0.2.27

func (o *RetrieveUserNotFound) String() string

type RetrieveUserOK

type RetrieveUserOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIUserMetadataResponse
}

RetrieveUserOK describes a response with status code 200, with default header values.

OK

func NewRetrieveUserOK

func NewRetrieveUserOK() *RetrieveUserOK

NewRetrieveUserOK creates a RetrieveUserOK with default headers values

func (*RetrieveUserOK) Code added in v0.2.33

func (o *RetrieveUserOK) Code() int

Code gets the status code for the retrieve user o k response

func (*RetrieveUserOK) Error

func (o *RetrieveUserOK) Error() string

func (*RetrieveUserOK) GetPayload

func (*RetrieveUserOK) IsClientError added in v0.2.27

func (o *RetrieveUserOK) IsClientError() bool

IsClientError returns true when this retrieve user o k response has a 4xx status code

func (*RetrieveUserOK) IsCode added in v0.2.27

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

IsCode returns true when this retrieve user o k response a status code equal to that given

func (*RetrieveUserOK) IsRedirect added in v0.2.27

func (o *RetrieveUserOK) IsRedirect() bool

IsRedirect returns true when this retrieve user o k response has a 3xx status code

func (*RetrieveUserOK) IsServerError added in v0.2.27

func (o *RetrieveUserOK) IsServerError() bool

IsServerError returns true when this retrieve user o k response has a 5xx status code

func (*RetrieveUserOK) IsSuccess added in v0.2.27

func (o *RetrieveUserOK) IsSuccess() bool

IsSuccess returns true when this retrieve user o k response has a 2xx status code

func (*RetrieveUserOK) String added in v0.2.27

func (o *RetrieveUserOK) String() string

type RetrieveUserParams

type RetrieveUserParams struct {

	/* Ids.

	   ID of a user. Find a user's ID from `/users/entities/user/v1`.
	*/
	Ids []string

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

RetrieveUserParams contains all the parameters to send to the API endpoint

for the retrieve user operation.

Typically these are written to a http.Request.

func NewRetrieveUserParams

func NewRetrieveUserParams() *RetrieveUserParams

NewRetrieveUserParams creates a new RetrieveUserParams 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 NewRetrieveUserParamsWithContext

func NewRetrieveUserParamsWithContext(ctx context.Context) *RetrieveUserParams

NewRetrieveUserParamsWithContext creates a new RetrieveUserParams object with the ability to set a context for a request.

func NewRetrieveUserParamsWithHTTPClient

func NewRetrieveUserParamsWithHTTPClient(client *http.Client) *RetrieveUserParams

NewRetrieveUserParamsWithHTTPClient creates a new RetrieveUserParams object with the ability to set a custom HTTPClient for a request.

func NewRetrieveUserParamsWithTimeout

func NewRetrieveUserParamsWithTimeout(timeout time.Duration) *RetrieveUserParams

NewRetrieveUserParamsWithTimeout creates a new RetrieveUserParams object with the ability to set a timeout on a request.

func (*RetrieveUserParams) SetContext

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

SetContext adds the context to the retrieve user params

func (*RetrieveUserParams) SetDefaults

func (o *RetrieveUserParams) SetDefaults()

SetDefaults hydrates default values in the retrieve user params (not the query body).

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

func (*RetrieveUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve user params

func (*RetrieveUserParams) SetIds

func (o *RetrieveUserParams) SetIds(ids []string)

SetIds adds the ids to the retrieve user params

func (*RetrieveUserParams) SetTimeout

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

SetTimeout adds the timeout to the retrieve user params

func (*RetrieveUserParams) WithContext

WithContext adds the context to the retrieve user params

func (*RetrieveUserParams) WithDefaults

func (o *RetrieveUserParams) WithDefaults() *RetrieveUserParams

WithDefaults hydrates default values in the retrieve user params (not the query body).

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

func (*RetrieveUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the retrieve user params

func (*RetrieveUserParams) WithIds

func (o *RetrieveUserParams) WithIds(ids []string) *RetrieveUserParams

WithIds adds the ids to the retrieve user params

func (*RetrieveUserParams) WithTimeout

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

WithTimeout adds the timeout to the retrieve user params

func (*RetrieveUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RetrieveUserReader

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

RetrieveUserReader is a Reader for the RetrieveUser structure.

func (*RetrieveUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveUserTooManyRequests

type RetrieveUserTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewRetrieveUserTooManyRequests

func NewRetrieveUserTooManyRequests() *RetrieveUserTooManyRequests

NewRetrieveUserTooManyRequests creates a RetrieveUserTooManyRequests with default headers values

func (*RetrieveUserTooManyRequests) Code added in v0.2.33

func (o *RetrieveUserTooManyRequests) Code() int

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

func (*RetrieveUserTooManyRequests) Error

func (*RetrieveUserTooManyRequests) GetPayload

func (*RetrieveUserTooManyRequests) IsClientError added in v0.2.27

func (o *RetrieveUserTooManyRequests) IsClientError() bool

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

func (*RetrieveUserTooManyRequests) IsCode added in v0.2.27

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

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

func (*RetrieveUserTooManyRequests) IsRedirect added in v0.2.27

func (o *RetrieveUserTooManyRequests) IsRedirect() bool

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

func (*RetrieveUserTooManyRequests) IsServerError added in v0.2.27

func (o *RetrieveUserTooManyRequests) IsServerError() bool

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

func (*RetrieveUserTooManyRequests) IsSuccess added in v0.2.27

func (o *RetrieveUserTooManyRequests) IsSuccess() bool

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

func (*RetrieveUserTooManyRequests) String added in v0.2.27

func (o *RetrieveUserTooManyRequests) String() string

type RetrieveUserUUIDBadRequest

type RetrieveUserUUIDBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewRetrieveUserUUIDBadRequest

func NewRetrieveUserUUIDBadRequest() *RetrieveUserUUIDBadRequest

NewRetrieveUserUUIDBadRequest creates a RetrieveUserUUIDBadRequest with default headers values

func (*RetrieveUserUUIDBadRequest) Code added in v0.2.33

func (o *RetrieveUserUUIDBadRequest) Code() int

Code gets the status code for the retrieve user Uuid bad request response

func (*RetrieveUserUUIDBadRequest) Error

func (*RetrieveUserUUIDBadRequest) GetPayload

func (*RetrieveUserUUIDBadRequest) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDBadRequest) IsClientError() bool

IsClientError returns true when this retrieve user Uuid bad request response has a 4xx status code

func (*RetrieveUserUUIDBadRequest) IsCode added in v0.2.27

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

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

func (*RetrieveUserUUIDBadRequest) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDBadRequest) IsRedirect() bool

IsRedirect returns true when this retrieve user Uuid bad request response has a 3xx status code

func (*RetrieveUserUUIDBadRequest) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDBadRequest) IsServerError() bool

IsServerError returns true when this retrieve user Uuid bad request response has a 5xx status code

func (*RetrieveUserUUIDBadRequest) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDBadRequest) IsSuccess() bool

IsSuccess returns true when this retrieve user Uuid bad request response has a 2xx status code

func (*RetrieveUserUUIDBadRequest) String added in v0.2.27

func (o *RetrieveUserUUIDBadRequest) String() string

type RetrieveUserUUIDForbidden

type RetrieveUserUUIDForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Forbidden

func NewRetrieveUserUUIDForbidden

func NewRetrieveUserUUIDForbidden() *RetrieveUserUUIDForbidden

NewRetrieveUserUUIDForbidden creates a RetrieveUserUUIDForbidden with default headers values

func (*RetrieveUserUUIDForbidden) Code added in v0.2.33

func (o *RetrieveUserUUIDForbidden) Code() int

Code gets the status code for the retrieve user Uuid forbidden response

func (*RetrieveUserUUIDForbidden) Error

func (o *RetrieveUserUUIDForbidden) Error() string

func (*RetrieveUserUUIDForbidden) GetPayload

func (*RetrieveUserUUIDForbidden) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDForbidden) IsClientError() bool

IsClientError returns true when this retrieve user Uuid forbidden response has a 4xx status code

func (*RetrieveUserUUIDForbidden) IsCode added in v0.2.27

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

IsCode returns true when this retrieve user Uuid forbidden response a status code equal to that given

func (*RetrieveUserUUIDForbidden) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDForbidden) IsRedirect() bool

IsRedirect returns true when this retrieve user Uuid forbidden response has a 3xx status code

func (*RetrieveUserUUIDForbidden) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDForbidden) IsServerError() bool

IsServerError returns true when this retrieve user Uuid forbidden response has a 5xx status code

func (*RetrieveUserUUIDForbidden) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDForbidden) IsSuccess() bool

IsSuccess returns true when this retrieve user Uuid forbidden response has a 2xx status code

func (*RetrieveUserUUIDForbidden) String added in v0.2.27

func (o *RetrieveUserUUIDForbidden) String() string

type RetrieveUserUUIDNotFound

type RetrieveUserUUIDNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Not Found

func NewRetrieveUserUUIDNotFound

func NewRetrieveUserUUIDNotFound() *RetrieveUserUUIDNotFound

NewRetrieveUserUUIDNotFound creates a RetrieveUserUUIDNotFound with default headers values

func (*RetrieveUserUUIDNotFound) Code added in v0.2.33

func (o *RetrieveUserUUIDNotFound) Code() int

Code gets the status code for the retrieve user Uuid not found response

func (*RetrieveUserUUIDNotFound) Error

func (o *RetrieveUserUUIDNotFound) Error() string

func (*RetrieveUserUUIDNotFound) GetPayload

func (*RetrieveUserUUIDNotFound) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDNotFound) IsClientError() bool

IsClientError returns true when this retrieve user Uuid not found response has a 4xx status code

func (*RetrieveUserUUIDNotFound) IsCode added in v0.2.27

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

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

func (*RetrieveUserUUIDNotFound) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDNotFound) IsRedirect() bool

IsRedirect returns true when this retrieve user Uuid not found response has a 3xx status code

func (*RetrieveUserUUIDNotFound) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDNotFound) IsServerError() bool

IsServerError returns true when this retrieve user Uuid not found response has a 5xx status code

func (*RetrieveUserUUIDNotFound) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDNotFound) IsSuccess() bool

IsSuccess returns true when this retrieve user Uuid not found response has a 2xx status code

func (*RetrieveUserUUIDNotFound) String added in v0.2.27

func (o *RetrieveUserUUIDNotFound) String() string

type RetrieveUserUUIDOK

type RetrieveUserUUIDOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

RetrieveUserUUIDOK describes a response with status code 200, with default header values.

OK

func NewRetrieveUserUUIDOK

func NewRetrieveUserUUIDOK() *RetrieveUserUUIDOK

NewRetrieveUserUUIDOK creates a RetrieveUserUUIDOK with default headers values

func (*RetrieveUserUUIDOK) Code added in v0.2.33

func (o *RetrieveUserUUIDOK) Code() int

Code gets the status code for the retrieve user Uuid o k response

func (*RetrieveUserUUIDOK) Error

func (o *RetrieveUserUUIDOK) Error() string

func (*RetrieveUserUUIDOK) GetPayload

func (o *RetrieveUserUUIDOK) GetPayload() *models.MsaQueryResponse

func (*RetrieveUserUUIDOK) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDOK) IsClientError() bool

IsClientError returns true when this retrieve user Uuid o k response has a 4xx status code

func (*RetrieveUserUUIDOK) IsCode added in v0.2.27

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

IsCode returns true when this retrieve user Uuid o k response a status code equal to that given

func (*RetrieveUserUUIDOK) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDOK) IsRedirect() bool

IsRedirect returns true when this retrieve user Uuid o k response has a 3xx status code

func (*RetrieveUserUUIDOK) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDOK) IsServerError() bool

IsServerError returns true when this retrieve user Uuid o k response has a 5xx status code

func (*RetrieveUserUUIDOK) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDOK) IsSuccess() bool

IsSuccess returns true when this retrieve user Uuid o k response has a 2xx status code

func (*RetrieveUserUUIDOK) String added in v0.2.27

func (o *RetrieveUserUUIDOK) String() string

type RetrieveUserUUIDParams

type RetrieveUserUUIDParams struct {

	/* UID.

	   A username. This is usually the user's email address, but may vary based on your configuration.
	*/
	UID []string

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

RetrieveUserUUIDParams contains all the parameters to send to the API endpoint

for the retrieve user UUID operation.

Typically these are written to a http.Request.

func NewRetrieveUserUUIDParams

func NewRetrieveUserUUIDParams() *RetrieveUserUUIDParams

NewRetrieveUserUUIDParams creates a new RetrieveUserUUIDParams 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 NewRetrieveUserUUIDParamsWithContext

func NewRetrieveUserUUIDParamsWithContext(ctx context.Context) *RetrieveUserUUIDParams

NewRetrieveUserUUIDParamsWithContext creates a new RetrieveUserUUIDParams object with the ability to set a context for a request.

func NewRetrieveUserUUIDParamsWithHTTPClient

func NewRetrieveUserUUIDParamsWithHTTPClient(client *http.Client) *RetrieveUserUUIDParams

NewRetrieveUserUUIDParamsWithHTTPClient creates a new RetrieveUserUUIDParams object with the ability to set a custom HTTPClient for a request.

func NewRetrieveUserUUIDParamsWithTimeout

func NewRetrieveUserUUIDParamsWithTimeout(timeout time.Duration) *RetrieveUserUUIDParams

NewRetrieveUserUUIDParamsWithTimeout creates a new RetrieveUserUUIDParams object with the ability to set a timeout on a request.

func (*RetrieveUserUUIDParams) SetContext

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

SetContext adds the context to the retrieve user UUID params

func (*RetrieveUserUUIDParams) SetDefaults

func (o *RetrieveUserUUIDParams) SetDefaults()

SetDefaults hydrates default values in the retrieve user UUID params (not the query body).

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

func (*RetrieveUserUUIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve user UUID params

func (*RetrieveUserUUIDParams) SetTimeout

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

SetTimeout adds the timeout to the retrieve user UUID params

func (*RetrieveUserUUIDParams) SetUID

func (o *RetrieveUserUUIDParams) SetUID(uid []string)

SetUID adds the uid to the retrieve user UUID params

func (*RetrieveUserUUIDParams) WithContext

WithContext adds the context to the retrieve user UUID params

func (*RetrieveUserUUIDParams) WithDefaults

WithDefaults hydrates default values in the retrieve user UUID params (not the query body).

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

func (*RetrieveUserUUIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the retrieve user UUID params

func (*RetrieveUserUUIDParams) WithTimeout

WithTimeout adds the timeout to the retrieve user UUID params

func (*RetrieveUserUUIDParams) WithUID

WithUID adds the uid to the retrieve user UUID params

func (*RetrieveUserUUIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveUserUUIDReader

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

RetrieveUserUUIDReader is a Reader for the RetrieveUserUUID structure.

func (*RetrieveUserUUIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveUserUUIDTooManyRequests

type RetrieveUserUUIDTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewRetrieveUserUUIDTooManyRequests

func NewRetrieveUserUUIDTooManyRequests() *RetrieveUserUUIDTooManyRequests

NewRetrieveUserUUIDTooManyRequests creates a RetrieveUserUUIDTooManyRequests with default headers values

func (*RetrieveUserUUIDTooManyRequests) Code added in v0.2.33

Code gets the status code for the retrieve user Uuid too many requests response

func (*RetrieveUserUUIDTooManyRequests) Error

func (*RetrieveUserUUIDTooManyRequests) GetPayload

func (*RetrieveUserUUIDTooManyRequests) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDTooManyRequests) IsClientError() bool

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

func (*RetrieveUserUUIDTooManyRequests) IsCode added in v0.2.27

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

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

func (*RetrieveUserUUIDTooManyRequests) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDTooManyRequests) IsRedirect() bool

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

func (*RetrieveUserUUIDTooManyRequests) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDTooManyRequests) IsServerError() bool

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

func (*RetrieveUserUUIDTooManyRequests) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDTooManyRequests) IsSuccess() bool

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

func (*RetrieveUserUUIDTooManyRequests) String added in v0.2.27

type RetrieveUserUUIDsByCIDBadRequest

type RetrieveUserUUIDsByCIDBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewRetrieveUserUUIDsByCIDBadRequest

func NewRetrieveUserUUIDsByCIDBadRequest() *RetrieveUserUUIDsByCIDBadRequest

NewRetrieveUserUUIDsByCIDBadRequest creates a RetrieveUserUUIDsByCIDBadRequest with default headers values

func (*RetrieveUserUUIDsByCIDBadRequest) Code added in v0.2.33

Code gets the status code for the retrieve user u Ui ds by c Id bad request response

func (*RetrieveUserUUIDsByCIDBadRequest) Error

func (*RetrieveUserUUIDsByCIDBadRequest) GetPayload

func (*RetrieveUserUUIDsByCIDBadRequest) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDBadRequest) IsClientError() bool

IsClientError returns true when this retrieve user u Ui ds by c Id bad request response has a 4xx status code

func (*RetrieveUserUUIDsByCIDBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this retrieve user u Ui ds by c Id bad request response a status code equal to that given

func (*RetrieveUserUUIDsByCIDBadRequest) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDsByCIDBadRequest) IsRedirect() bool

IsRedirect returns true when this retrieve user u Ui ds by c Id bad request response has a 3xx status code

func (*RetrieveUserUUIDsByCIDBadRequest) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDBadRequest) IsServerError() bool

IsServerError returns true when this retrieve user u Ui ds by c Id bad request response has a 5xx status code

func (*RetrieveUserUUIDsByCIDBadRequest) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDsByCIDBadRequest) IsSuccess() bool

IsSuccess returns true when this retrieve user u Ui ds by c Id bad request response has a 2xx status code

func (*RetrieveUserUUIDsByCIDBadRequest) String added in v0.2.27

type RetrieveUserUUIDsByCIDForbidden

type RetrieveUserUUIDsByCIDForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Forbidden

func NewRetrieveUserUUIDsByCIDForbidden

func NewRetrieveUserUUIDsByCIDForbidden() *RetrieveUserUUIDsByCIDForbidden

NewRetrieveUserUUIDsByCIDForbidden creates a RetrieveUserUUIDsByCIDForbidden with default headers values

func (*RetrieveUserUUIDsByCIDForbidden) Code added in v0.2.33

Code gets the status code for the retrieve user u Ui ds by c Id forbidden response

func (*RetrieveUserUUIDsByCIDForbidden) Error

func (*RetrieveUserUUIDsByCIDForbidden) GetPayload

func (*RetrieveUserUUIDsByCIDForbidden) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDForbidden) IsClientError() bool

IsClientError returns true when this retrieve user u Ui ds by c Id forbidden response has a 4xx status code

func (*RetrieveUserUUIDsByCIDForbidden) IsCode added in v0.2.27

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

IsCode returns true when this retrieve user u Ui ds by c Id forbidden response a status code equal to that given

func (*RetrieveUserUUIDsByCIDForbidden) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDsByCIDForbidden) IsRedirect() bool

IsRedirect returns true when this retrieve user u Ui ds by c Id forbidden response has a 3xx status code

func (*RetrieveUserUUIDsByCIDForbidden) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDForbidden) IsServerError() bool

IsServerError returns true when this retrieve user u Ui ds by c Id forbidden response has a 5xx status code

func (*RetrieveUserUUIDsByCIDForbidden) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDsByCIDForbidden) IsSuccess() bool

IsSuccess returns true when this retrieve user u Ui ds by c Id forbidden response has a 2xx status code

func (*RetrieveUserUUIDsByCIDForbidden) String added in v0.2.27

type RetrieveUserUUIDsByCIDOK

type RetrieveUserUUIDsByCIDOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

RetrieveUserUUIDsByCIDOK describes a response with status code 200, with default header values.

OK

func NewRetrieveUserUUIDsByCIDOK

func NewRetrieveUserUUIDsByCIDOK() *RetrieveUserUUIDsByCIDOK

NewRetrieveUserUUIDsByCIDOK creates a RetrieveUserUUIDsByCIDOK with default headers values

func (*RetrieveUserUUIDsByCIDOK) Code added in v0.2.33

func (o *RetrieveUserUUIDsByCIDOK) Code() int

Code gets the status code for the retrieve user u Ui ds by c Id o k response

func (*RetrieveUserUUIDsByCIDOK) Error

func (o *RetrieveUserUUIDsByCIDOK) Error() string

func (*RetrieveUserUUIDsByCIDOK) GetPayload

func (*RetrieveUserUUIDsByCIDOK) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDOK) IsClientError() bool

IsClientError returns true when this retrieve user u Ui ds by c Id o k response has a 4xx status code

func (*RetrieveUserUUIDsByCIDOK) IsCode added in v0.2.27

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

IsCode returns true when this retrieve user u Ui ds by c Id o k response a status code equal to that given

func (*RetrieveUserUUIDsByCIDOK) IsRedirect added in v0.2.27

func (o *RetrieveUserUUIDsByCIDOK) IsRedirect() bool

IsRedirect returns true when this retrieve user u Ui ds by c Id o k response has a 3xx status code

func (*RetrieveUserUUIDsByCIDOK) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDOK) IsServerError() bool

IsServerError returns true when this retrieve user u Ui ds by c Id o k response has a 5xx status code

func (*RetrieveUserUUIDsByCIDOK) IsSuccess added in v0.2.27

func (o *RetrieveUserUUIDsByCIDOK) IsSuccess() bool

IsSuccess returns true when this retrieve user u Ui ds by c Id o k response has a 2xx status code

func (*RetrieveUserUUIDsByCIDOK) String added in v0.2.27

func (o *RetrieveUserUUIDsByCIDOK) String() string

type RetrieveUserUUIDsByCIDParams

type RetrieveUserUUIDsByCIDParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RetrieveUserUUIDsByCIDParams contains all the parameters to send to the API endpoint

for the retrieve user u UI ds by c ID operation.

Typically these are written to a http.Request.

func NewRetrieveUserUUIDsByCIDParams

func NewRetrieveUserUUIDsByCIDParams() *RetrieveUserUUIDsByCIDParams

NewRetrieveUserUUIDsByCIDParams creates a new RetrieveUserUUIDsByCIDParams 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 NewRetrieveUserUUIDsByCIDParamsWithContext

func NewRetrieveUserUUIDsByCIDParamsWithContext(ctx context.Context) *RetrieveUserUUIDsByCIDParams

NewRetrieveUserUUIDsByCIDParamsWithContext creates a new RetrieveUserUUIDsByCIDParams object with the ability to set a context for a request.

func NewRetrieveUserUUIDsByCIDParamsWithHTTPClient

func NewRetrieveUserUUIDsByCIDParamsWithHTTPClient(client *http.Client) *RetrieveUserUUIDsByCIDParams

NewRetrieveUserUUIDsByCIDParamsWithHTTPClient creates a new RetrieveUserUUIDsByCIDParams object with the ability to set a custom HTTPClient for a request.

func NewRetrieveUserUUIDsByCIDParamsWithTimeout

func NewRetrieveUserUUIDsByCIDParamsWithTimeout(timeout time.Duration) *RetrieveUserUUIDsByCIDParams

NewRetrieveUserUUIDsByCIDParamsWithTimeout creates a new RetrieveUserUUIDsByCIDParams object with the ability to set a timeout on a request.

func (*RetrieveUserUUIDsByCIDParams) SetContext

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

SetContext adds the context to the retrieve user u UI ds by c ID params

func (*RetrieveUserUUIDsByCIDParams) SetDefaults

func (o *RetrieveUserUUIDsByCIDParams) SetDefaults()

SetDefaults hydrates default values in the retrieve user u UI ds by c ID params (not the query body).

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

func (*RetrieveUserUUIDsByCIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve user u UI ds by c ID params

func (*RetrieveUserUUIDsByCIDParams) SetTimeout

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

SetTimeout adds the timeout to the retrieve user u UI ds by c ID params

func (*RetrieveUserUUIDsByCIDParams) WithContext

WithContext adds the context to the retrieve user u UI ds by c ID params

func (*RetrieveUserUUIDsByCIDParams) WithDefaults

WithDefaults hydrates default values in the retrieve user u UI ds by c ID params (not the query body).

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

func (*RetrieveUserUUIDsByCIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve user u UI ds by c ID params

func (*RetrieveUserUUIDsByCIDParams) WithTimeout

WithTimeout adds the timeout to the retrieve user u UI ds by c ID params

func (*RetrieveUserUUIDsByCIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveUserUUIDsByCIDReader

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

RetrieveUserUUIDsByCIDReader is a Reader for the RetrieveUserUUIDsByCID structure.

func (*RetrieveUserUUIDsByCIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveUserUUIDsByCIDTooManyRequests

type RetrieveUserUUIDsByCIDTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewRetrieveUserUUIDsByCIDTooManyRequests

func NewRetrieveUserUUIDsByCIDTooManyRequests() *RetrieveUserUUIDsByCIDTooManyRequests

NewRetrieveUserUUIDsByCIDTooManyRequests creates a RetrieveUserUUIDsByCIDTooManyRequests with default headers values

func (*RetrieveUserUUIDsByCIDTooManyRequests) Code added in v0.2.33

Code gets the status code for the retrieve user u Ui ds by c Id too many requests response

func (*RetrieveUserUUIDsByCIDTooManyRequests) Error

func (*RetrieveUserUUIDsByCIDTooManyRequests) GetPayload

func (*RetrieveUserUUIDsByCIDTooManyRequests) IsClientError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsClientError() bool

IsClientError returns true when this retrieve user u Ui ds by c Id too many requests response has a 4xx status code

func (*RetrieveUserUUIDsByCIDTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this retrieve user u Ui ds by c Id too many requests response a status code equal to that given

func (*RetrieveUserUUIDsByCIDTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this retrieve user u Ui ds by c Id too many requests response has a 3xx status code

func (*RetrieveUserUUIDsByCIDTooManyRequests) IsServerError added in v0.2.27

func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsServerError() bool

IsServerError returns true when this retrieve user u Ui ds by c Id too many requests response has a 5xx status code

func (*RetrieveUserUUIDsByCIDTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this retrieve user u Ui ds by c Id too many requests response has a 2xx status code

func (*RetrieveUserUUIDsByCIDTooManyRequests) String added in v0.2.27

type RetrieveUsersGETV1BadRequest added in v0.2.25

type RetrieveUsersGETV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewRetrieveUsersGETV1BadRequest added in v0.2.25

func NewRetrieveUsersGETV1BadRequest() *RetrieveUsersGETV1BadRequest

NewRetrieveUsersGETV1BadRequest creates a RetrieveUsersGETV1BadRequest with default headers values

func (*RetrieveUsersGETV1BadRequest) Code added in v0.2.33

Code gets the status code for the retrieve users g e t v1 bad request response

func (*RetrieveUsersGETV1BadRequest) Error added in v0.2.25

func (*RetrieveUsersGETV1BadRequest) GetPayload added in v0.2.25

func (*RetrieveUsersGETV1BadRequest) IsClientError added in v0.2.27

func (o *RetrieveUsersGETV1BadRequest) IsClientError() bool

IsClientError returns true when this retrieve users g e t v1 bad request response has a 4xx status code

func (*RetrieveUsersGETV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this retrieve users g e t v1 bad request response a status code equal to that given

func (*RetrieveUsersGETV1BadRequest) IsRedirect added in v0.2.27

func (o *RetrieveUsersGETV1BadRequest) IsRedirect() bool

IsRedirect returns true when this retrieve users g e t v1 bad request response has a 3xx status code

func (*RetrieveUsersGETV1BadRequest) IsServerError added in v0.2.27

func (o *RetrieveUsersGETV1BadRequest) IsServerError() bool

IsServerError returns true when this retrieve users g e t v1 bad request response has a 5xx status code

func (*RetrieveUsersGETV1BadRequest) IsSuccess added in v0.2.27

func (o *RetrieveUsersGETV1BadRequest) IsSuccess() bool

IsSuccess returns true when this retrieve users g e t v1 bad request response has a 2xx status code

func (*RetrieveUsersGETV1BadRequest) String added in v0.2.27

type RetrieveUsersGETV1Forbidden added in v0.2.25

type RetrieveUsersGETV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewRetrieveUsersGETV1Forbidden added in v0.2.25

func NewRetrieveUsersGETV1Forbidden() *RetrieveUsersGETV1Forbidden

NewRetrieveUsersGETV1Forbidden creates a RetrieveUsersGETV1Forbidden with default headers values

func (*RetrieveUsersGETV1Forbidden) Code added in v0.2.33

func (o *RetrieveUsersGETV1Forbidden) Code() int

Code gets the status code for the retrieve users g e t v1 forbidden response

func (*RetrieveUsersGETV1Forbidden) Error added in v0.2.25

func (*RetrieveUsersGETV1Forbidden) GetPayload added in v0.2.25

func (*RetrieveUsersGETV1Forbidden) IsClientError added in v0.2.27

func (o *RetrieveUsersGETV1Forbidden) IsClientError() bool

IsClientError returns true when this retrieve users g e t v1 forbidden response has a 4xx status code

func (*RetrieveUsersGETV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this retrieve users g e t v1 forbidden response a status code equal to that given

func (*RetrieveUsersGETV1Forbidden) IsRedirect added in v0.2.27

func (o *RetrieveUsersGETV1Forbidden) IsRedirect() bool

IsRedirect returns true when this retrieve users g e t v1 forbidden response has a 3xx status code

func (*RetrieveUsersGETV1Forbidden) IsServerError added in v0.2.27

func (o *RetrieveUsersGETV1Forbidden) IsServerError() bool

IsServerError returns true when this retrieve users g e t v1 forbidden response has a 5xx status code

func (*RetrieveUsersGETV1Forbidden) IsSuccess added in v0.2.27

func (o *RetrieveUsersGETV1Forbidden) IsSuccess() bool

IsSuccess returns true when this retrieve users g e t v1 forbidden response has a 2xx status code

func (*RetrieveUsersGETV1Forbidden) String added in v0.2.27

func (o *RetrieveUsersGETV1Forbidden) String() string

type RetrieveUsersGETV1InternalServerError added in v0.2.25

type RetrieveUsersGETV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

RetrieveUsersGETV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewRetrieveUsersGETV1InternalServerError added in v0.2.25

func NewRetrieveUsersGETV1InternalServerError() *RetrieveUsersGETV1InternalServerError

NewRetrieveUsersGETV1InternalServerError creates a RetrieveUsersGETV1InternalServerError with default headers values

func (*RetrieveUsersGETV1InternalServerError) Code added in v0.2.33

Code gets the status code for the retrieve users g e t v1 internal server error response

func (*RetrieveUsersGETV1InternalServerError) Error added in v0.2.25

func (*RetrieveUsersGETV1InternalServerError) GetPayload added in v0.2.25

func (*RetrieveUsersGETV1InternalServerError) IsClientError added in v0.2.27

func (o *RetrieveUsersGETV1InternalServerError) IsClientError() bool

IsClientError returns true when this retrieve users g e t v1 internal server error response has a 4xx status code

func (*RetrieveUsersGETV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this retrieve users g e t v1 internal server error response a status code equal to that given

func (*RetrieveUsersGETV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this retrieve users g e t v1 internal server error response has a 3xx status code

func (*RetrieveUsersGETV1InternalServerError) IsServerError added in v0.2.27

func (o *RetrieveUsersGETV1InternalServerError) IsServerError() bool

IsServerError returns true when this retrieve users g e t v1 internal server error response has a 5xx status code

func (*RetrieveUsersGETV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this retrieve users g e t v1 internal server error response has a 2xx status code

func (*RetrieveUsersGETV1InternalServerError) String added in v0.2.27

type RetrieveUsersGETV1OK added in v0.2.25

type RetrieveUsersGETV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.FlightcontrolapiUserResponse
}

RetrieveUsersGETV1OK describes a response with status code 200, with default header values.

OK

func NewRetrieveUsersGETV1OK added in v0.2.25

func NewRetrieveUsersGETV1OK() *RetrieveUsersGETV1OK

NewRetrieveUsersGETV1OK creates a RetrieveUsersGETV1OK with default headers values

func (*RetrieveUsersGETV1OK) Code added in v0.2.33

func (o *RetrieveUsersGETV1OK) Code() int

Code gets the status code for the retrieve users g e t v1 o k response

func (*RetrieveUsersGETV1OK) Error added in v0.2.25

func (o *RetrieveUsersGETV1OK) Error() string

func (*RetrieveUsersGETV1OK) GetPayload added in v0.2.25

func (*RetrieveUsersGETV1OK) IsClientError added in v0.2.27

func (o *RetrieveUsersGETV1OK) IsClientError() bool

IsClientError returns true when this retrieve users g e t v1 o k response has a 4xx status code

func (*RetrieveUsersGETV1OK) IsCode added in v0.2.27

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

IsCode returns true when this retrieve users g e t v1 o k response a status code equal to that given

func (*RetrieveUsersGETV1OK) IsRedirect added in v0.2.27

func (o *RetrieveUsersGETV1OK) IsRedirect() bool

IsRedirect returns true when this retrieve users g e t v1 o k response has a 3xx status code

func (*RetrieveUsersGETV1OK) IsServerError added in v0.2.27

func (o *RetrieveUsersGETV1OK) IsServerError() bool

IsServerError returns true when this retrieve users g e t v1 o k response has a 5xx status code

func (*RetrieveUsersGETV1OK) IsSuccess added in v0.2.27

func (o *RetrieveUsersGETV1OK) IsSuccess() bool

IsSuccess returns true when this retrieve users g e t v1 o k response has a 2xx status code

func (*RetrieveUsersGETV1OK) String added in v0.2.27

func (o *RetrieveUsersGETV1OK) String() string

type RetrieveUsersGETV1Params added in v0.2.25

type RetrieveUsersGETV1Params struct {

	/* Body.

	   Maximum of 5000 User UUIDs can be specified per request.
	*/
	Body *models.MsaspecIdsRequest

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

RetrieveUsersGETV1Params contains all the parameters to send to the API endpoint

for the retrieve users g e t v1 operation.

Typically these are written to a http.Request.

func NewRetrieveUsersGETV1Params added in v0.2.25

func NewRetrieveUsersGETV1Params() *RetrieveUsersGETV1Params

NewRetrieveUsersGETV1Params creates a new RetrieveUsersGETV1Params 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 NewRetrieveUsersGETV1ParamsWithContext added in v0.2.25

func NewRetrieveUsersGETV1ParamsWithContext(ctx context.Context) *RetrieveUsersGETV1Params

NewRetrieveUsersGETV1ParamsWithContext creates a new RetrieveUsersGETV1Params object with the ability to set a context for a request.

func NewRetrieveUsersGETV1ParamsWithHTTPClient added in v0.2.25

func NewRetrieveUsersGETV1ParamsWithHTTPClient(client *http.Client) *RetrieveUsersGETV1Params

NewRetrieveUsersGETV1ParamsWithHTTPClient creates a new RetrieveUsersGETV1Params object with the ability to set a custom HTTPClient for a request.

func NewRetrieveUsersGETV1ParamsWithTimeout added in v0.2.25

func NewRetrieveUsersGETV1ParamsWithTimeout(timeout time.Duration) *RetrieveUsersGETV1Params

NewRetrieveUsersGETV1ParamsWithTimeout creates a new RetrieveUsersGETV1Params object with the ability to set a timeout on a request.

func (*RetrieveUsersGETV1Params) SetBody added in v0.2.25

SetBody adds the body to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) SetDefaults added in v0.2.25

func (o *RetrieveUsersGETV1Params) SetDefaults()

SetDefaults hydrates default values in the retrieve users g e t v1 params (not the query body).

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

func (*RetrieveUsersGETV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) WithBody added in v0.2.25

WithBody adds the body to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) WithContext added in v0.2.25

WithContext adds the context to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) WithDefaults added in v0.2.25

WithDefaults hydrates default values in the retrieve users g e t v1 params (not the query body).

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

func (*RetrieveUsersGETV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) WithTimeout added in v0.2.25

WithTimeout adds the timeout to the retrieve users g e t v1 params

func (*RetrieveUsersGETV1Params) WriteToRequest added in v0.2.25

WriteToRequest writes these params to a swagger request

type RetrieveUsersGETV1Reader added in v0.2.25

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

RetrieveUsersGETV1Reader is a Reader for the RetrieveUsersGETV1 structure.

func (*RetrieveUsersGETV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type RetrieveUsersGETV1TooManyRequests added in v0.2.25

type RetrieveUsersGETV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewRetrieveUsersGETV1TooManyRequests added in v0.2.25

func NewRetrieveUsersGETV1TooManyRequests() *RetrieveUsersGETV1TooManyRequests

NewRetrieveUsersGETV1TooManyRequests creates a RetrieveUsersGETV1TooManyRequests with default headers values

func (*RetrieveUsersGETV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the retrieve users g e t v1 too many requests response

func (*RetrieveUsersGETV1TooManyRequests) Error added in v0.2.25

func (*RetrieveUsersGETV1TooManyRequests) GetPayload added in v0.2.25

func (*RetrieveUsersGETV1TooManyRequests) IsClientError added in v0.2.27

func (o *RetrieveUsersGETV1TooManyRequests) IsClientError() bool

IsClientError returns true when this retrieve users g e t v1 too many requests response has a 4xx status code

func (*RetrieveUsersGETV1TooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this retrieve users g e t v1 too many requests response a status code equal to that given

func (*RetrieveUsersGETV1TooManyRequests) IsRedirect added in v0.2.27

func (o *RetrieveUsersGETV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this retrieve users g e t v1 too many requests response has a 3xx status code

func (*RetrieveUsersGETV1TooManyRequests) IsServerError added in v0.2.27

func (o *RetrieveUsersGETV1TooManyRequests) IsServerError() bool

IsServerError returns true when this retrieve users g e t v1 too many requests response has a 5xx status code

func (*RetrieveUsersGETV1TooManyRequests) IsSuccess added in v0.2.27

func (o *RetrieveUsersGETV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this retrieve users g e t v1 too many requests response has a 2xx status code

func (*RetrieveUsersGETV1TooManyRequests) String added in v0.2.27

type RevokeUserRoleIdsBadRequest

type RevokeUserRoleIdsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Bad Request

func NewRevokeUserRoleIdsBadRequest

func NewRevokeUserRoleIdsBadRequest() *RevokeUserRoleIdsBadRequest

NewRevokeUserRoleIdsBadRequest creates a RevokeUserRoleIdsBadRequest with default headers values

func (*RevokeUserRoleIdsBadRequest) Code added in v0.2.33

func (o *RevokeUserRoleIdsBadRequest) Code() int

Code gets the status code for the revoke user role ids bad request response

func (*RevokeUserRoleIdsBadRequest) Error

func (*RevokeUserRoleIdsBadRequest) GetPayload

func (*RevokeUserRoleIdsBadRequest) IsClientError added in v0.2.27

func (o *RevokeUserRoleIdsBadRequest) IsClientError() bool

IsClientError returns true when this revoke user role ids bad request response has a 4xx status code

func (*RevokeUserRoleIdsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this revoke user role ids bad request response a status code equal to that given

func (*RevokeUserRoleIdsBadRequest) IsRedirect added in v0.2.27

func (o *RevokeUserRoleIdsBadRequest) IsRedirect() bool

IsRedirect returns true when this revoke user role ids bad request response has a 3xx status code

func (*RevokeUserRoleIdsBadRequest) IsServerError added in v0.2.27

func (o *RevokeUserRoleIdsBadRequest) IsServerError() bool

IsServerError returns true when this revoke user role ids bad request response has a 5xx status code

func (*RevokeUserRoleIdsBadRequest) IsSuccess added in v0.2.27

func (o *RevokeUserRoleIdsBadRequest) IsSuccess() bool

IsSuccess returns true when this revoke user role ids bad request response has a 2xx status code

func (*RevokeUserRoleIdsBadRequest) String added in v0.2.27

func (o *RevokeUserRoleIdsBadRequest) String() string

type RevokeUserRoleIdsForbidden

type RevokeUserRoleIdsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Forbidden

func NewRevokeUserRoleIdsForbidden

func NewRevokeUserRoleIdsForbidden() *RevokeUserRoleIdsForbidden

NewRevokeUserRoleIdsForbidden creates a RevokeUserRoleIdsForbidden with default headers values

func (*RevokeUserRoleIdsForbidden) Code added in v0.2.33

func (o *RevokeUserRoleIdsForbidden) Code() int

Code gets the status code for the revoke user role ids forbidden response

func (*RevokeUserRoleIdsForbidden) Error

func (*RevokeUserRoleIdsForbidden) GetPayload

func (*RevokeUserRoleIdsForbidden) IsClientError added in v0.2.27

func (o *RevokeUserRoleIdsForbidden) IsClientError() bool

IsClientError returns true when this revoke user role ids forbidden response has a 4xx status code

func (*RevokeUserRoleIdsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this revoke user role ids forbidden response a status code equal to that given

func (*RevokeUserRoleIdsForbidden) IsRedirect added in v0.2.27

func (o *RevokeUserRoleIdsForbidden) IsRedirect() bool

IsRedirect returns true when this revoke user role ids forbidden response has a 3xx status code

func (*RevokeUserRoleIdsForbidden) IsServerError added in v0.2.27

func (o *RevokeUserRoleIdsForbidden) IsServerError() bool

IsServerError returns true when this revoke user role ids forbidden response has a 5xx status code

func (*RevokeUserRoleIdsForbidden) IsSuccess added in v0.2.27

func (o *RevokeUserRoleIdsForbidden) IsSuccess() bool

IsSuccess returns true when this revoke user role ids forbidden response has a 2xx status code

func (*RevokeUserRoleIdsForbidden) String added in v0.2.27

func (o *RevokeUserRoleIdsForbidden) String() string

type RevokeUserRoleIdsOK

type RevokeUserRoleIdsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIUserRoleIDsResponse
}

RevokeUserRoleIdsOK describes a response with status code 200, with default header values.

OK

func NewRevokeUserRoleIdsOK

func NewRevokeUserRoleIdsOK() *RevokeUserRoleIdsOK

NewRevokeUserRoleIdsOK creates a RevokeUserRoleIdsOK with default headers values

func (*RevokeUserRoleIdsOK) Code added in v0.2.33

func (o *RevokeUserRoleIdsOK) Code() int

Code gets the status code for the revoke user role ids o k response

func (*RevokeUserRoleIdsOK) Error

func (o *RevokeUserRoleIdsOK) Error() string

func (*RevokeUserRoleIdsOK) GetPayload

func (*RevokeUserRoleIdsOK) IsClientError added in v0.2.27

func (o *RevokeUserRoleIdsOK) IsClientError() bool

IsClientError returns true when this revoke user role ids o k response has a 4xx status code

func (*RevokeUserRoleIdsOK) IsCode added in v0.2.27

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

IsCode returns true when this revoke user role ids o k response a status code equal to that given

func (*RevokeUserRoleIdsOK) IsRedirect added in v0.2.27

func (o *RevokeUserRoleIdsOK) IsRedirect() bool

IsRedirect returns true when this revoke user role ids o k response has a 3xx status code

func (*RevokeUserRoleIdsOK) IsServerError added in v0.2.27

func (o *RevokeUserRoleIdsOK) IsServerError() bool

IsServerError returns true when this revoke user role ids o k response has a 5xx status code

func (*RevokeUserRoleIdsOK) IsSuccess added in v0.2.27

func (o *RevokeUserRoleIdsOK) IsSuccess() bool

IsSuccess returns true when this revoke user role ids o k response has a 2xx status code

func (*RevokeUserRoleIdsOK) String added in v0.2.27

func (o *RevokeUserRoleIdsOK) String() string

type RevokeUserRoleIdsParams

type RevokeUserRoleIdsParams struct {

	/* Ids.

	   One or more role IDs to revoke. Find a role's ID from `/users/queries/roles/v1`.
	*/
	Ids []string

	/* UserUUID.

	   ID of a user. Find a user's ID from `/users/entities/user/v1`.
	*/
	UserUUID string

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

RevokeUserRoleIdsParams contains all the parameters to send to the API endpoint

for the revoke user role ids operation.

Typically these are written to a http.Request.

func NewRevokeUserRoleIdsParams

func NewRevokeUserRoleIdsParams() *RevokeUserRoleIdsParams

NewRevokeUserRoleIdsParams creates a new RevokeUserRoleIdsParams 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 NewRevokeUserRoleIdsParamsWithContext

func NewRevokeUserRoleIdsParamsWithContext(ctx context.Context) *RevokeUserRoleIdsParams

NewRevokeUserRoleIdsParamsWithContext creates a new RevokeUserRoleIdsParams object with the ability to set a context for a request.

func NewRevokeUserRoleIdsParamsWithHTTPClient

func NewRevokeUserRoleIdsParamsWithHTTPClient(client *http.Client) *RevokeUserRoleIdsParams

NewRevokeUserRoleIdsParamsWithHTTPClient creates a new RevokeUserRoleIdsParams object with the ability to set a custom HTTPClient for a request.

func NewRevokeUserRoleIdsParamsWithTimeout

func NewRevokeUserRoleIdsParamsWithTimeout(timeout time.Duration) *RevokeUserRoleIdsParams

NewRevokeUserRoleIdsParamsWithTimeout creates a new RevokeUserRoleIdsParams object with the ability to set a timeout on a request.

func (*RevokeUserRoleIdsParams) SetContext

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

SetContext adds the context to the revoke user role ids params

func (*RevokeUserRoleIdsParams) SetDefaults

func (o *RevokeUserRoleIdsParams) SetDefaults()

SetDefaults hydrates default values in the revoke user role ids params (not the query body).

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

func (*RevokeUserRoleIdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the revoke user role ids params

func (*RevokeUserRoleIdsParams) SetIds

func (o *RevokeUserRoleIdsParams) SetIds(ids []string)

SetIds adds the ids to the revoke user role ids params

func (*RevokeUserRoleIdsParams) SetTimeout

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

SetTimeout adds the timeout to the revoke user role ids params

func (*RevokeUserRoleIdsParams) SetUserUUID

func (o *RevokeUserRoleIdsParams) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the revoke user role ids params

func (*RevokeUserRoleIdsParams) WithContext

WithContext adds the context to the revoke user role ids params

func (*RevokeUserRoleIdsParams) WithDefaults

WithDefaults hydrates default values in the revoke user role ids params (not the query body).

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

func (*RevokeUserRoleIdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the revoke user role ids params

func (*RevokeUserRoleIdsParams) WithIds

WithIds adds the ids to the revoke user role ids params

func (*RevokeUserRoleIdsParams) WithTimeout

WithTimeout adds the timeout to the revoke user role ids params

func (*RevokeUserRoleIdsParams) WithUserUUID

func (o *RevokeUserRoleIdsParams) WithUserUUID(userUUID string) *RevokeUserRoleIdsParams

WithUserUUID adds the userUUID to the revoke user role ids params

func (*RevokeUserRoleIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevokeUserRoleIdsReader

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

RevokeUserRoleIdsReader is a Reader for the RevokeUserRoleIds structure.

func (*RevokeUserRoleIdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RevokeUserRoleIdsTooManyRequests

type RevokeUserRoleIdsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewRevokeUserRoleIdsTooManyRequests

func NewRevokeUserRoleIdsTooManyRequests() *RevokeUserRoleIdsTooManyRequests

NewRevokeUserRoleIdsTooManyRequests creates a RevokeUserRoleIdsTooManyRequests with default headers values

func (*RevokeUserRoleIdsTooManyRequests) Code added in v0.2.33

Code gets the status code for the revoke user role ids too many requests response

func (*RevokeUserRoleIdsTooManyRequests) Error

func (*RevokeUserRoleIdsTooManyRequests) GetPayload

func (*RevokeUserRoleIdsTooManyRequests) IsClientError added in v0.2.27

func (o *RevokeUserRoleIdsTooManyRequests) IsClientError() bool

IsClientError returns true when this revoke user role ids too many requests response has a 4xx status code

func (*RevokeUserRoleIdsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this revoke user role ids too many requests response a status code equal to that given

func (*RevokeUserRoleIdsTooManyRequests) IsRedirect added in v0.2.27

func (o *RevokeUserRoleIdsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this revoke user role ids too many requests response has a 3xx status code

func (*RevokeUserRoleIdsTooManyRequests) IsServerError added in v0.2.27

func (o *RevokeUserRoleIdsTooManyRequests) IsServerError() bool

IsServerError returns true when this revoke user role ids too many requests response has a 5xx status code

func (*RevokeUserRoleIdsTooManyRequests) IsSuccess added in v0.2.27

func (o *RevokeUserRoleIdsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this revoke user role ids too many requests response has a 2xx status code

func (*RevokeUserRoleIdsTooManyRequests) String added in v0.2.27

type UpdateUserBadRequest

type UpdateUserBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Bad Request

func NewUpdateUserBadRequest

func NewUpdateUserBadRequest() *UpdateUserBadRequest

NewUpdateUserBadRequest creates a UpdateUserBadRequest with default headers values

func (*UpdateUserBadRequest) Code added in v0.2.33

func (o *UpdateUserBadRequest) Code() int

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

func (*UpdateUserBadRequest) Error

func (o *UpdateUserBadRequest) Error() string

func (*UpdateUserBadRequest) GetPayload

func (*UpdateUserBadRequest) IsClientError added in v0.2.27

func (o *UpdateUserBadRequest) IsClientError() bool

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

func (*UpdateUserBadRequest) IsCode added in v0.2.27

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

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

func (*UpdateUserBadRequest) IsRedirect added in v0.2.27

func (o *UpdateUserBadRequest) IsRedirect() bool

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

func (*UpdateUserBadRequest) IsServerError added in v0.2.27

func (o *UpdateUserBadRequest) IsServerError() bool

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

func (*UpdateUserBadRequest) IsSuccess added in v0.2.27

func (o *UpdateUserBadRequest) IsSuccess() bool

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

func (*UpdateUserBadRequest) String added in v0.2.27

func (o *UpdateUserBadRequest) String() string

type UpdateUserForbidden

type UpdateUserForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Forbidden

func NewUpdateUserForbidden

func NewUpdateUserForbidden() *UpdateUserForbidden

NewUpdateUserForbidden creates a UpdateUserForbidden with default headers values

func (*UpdateUserForbidden) Code added in v0.2.33

func (o *UpdateUserForbidden) Code() int

Code gets the status code for the update user forbidden response

func (*UpdateUserForbidden) Error

func (o *UpdateUserForbidden) Error() string

func (*UpdateUserForbidden) GetPayload

func (*UpdateUserForbidden) IsClientError added in v0.2.27

func (o *UpdateUserForbidden) IsClientError() bool

IsClientError returns true when this update user forbidden response has a 4xx status code

func (*UpdateUserForbidden) IsCode added in v0.2.27

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

IsCode returns true when this update user forbidden response a status code equal to that given

func (*UpdateUserForbidden) IsRedirect added in v0.2.27

func (o *UpdateUserForbidden) IsRedirect() bool

IsRedirect returns true when this update user forbidden response has a 3xx status code

func (*UpdateUserForbidden) IsServerError added in v0.2.27

func (o *UpdateUserForbidden) IsServerError() bool

IsServerError returns true when this update user forbidden response has a 5xx status code

func (*UpdateUserForbidden) IsSuccess added in v0.2.27

func (o *UpdateUserForbidden) IsSuccess() bool

IsSuccess returns true when this update user forbidden response has a 2xx status code

func (*UpdateUserForbidden) String added in v0.2.27

func (o *UpdateUserForbidden) String() string

type UpdateUserNotFound

type UpdateUserNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaEntitiesResponse
}

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

Not Found

func NewUpdateUserNotFound

func NewUpdateUserNotFound() *UpdateUserNotFound

NewUpdateUserNotFound creates a UpdateUserNotFound with default headers values

func (*UpdateUserNotFound) Code added in v0.2.33

func (o *UpdateUserNotFound) Code() int

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

func (*UpdateUserNotFound) Error

func (o *UpdateUserNotFound) Error() string

func (*UpdateUserNotFound) GetPayload

func (*UpdateUserNotFound) IsClientError added in v0.2.27

func (o *UpdateUserNotFound) IsClientError() bool

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

func (*UpdateUserNotFound) IsCode added in v0.2.27

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

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

func (*UpdateUserNotFound) IsRedirect added in v0.2.27

func (o *UpdateUserNotFound) IsRedirect() bool

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

func (*UpdateUserNotFound) IsServerError added in v0.2.27

func (o *UpdateUserNotFound) IsServerError() bool

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

func (*UpdateUserNotFound) IsSuccess added in v0.2.27

func (o *UpdateUserNotFound) IsSuccess() bool

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

func (*UpdateUserNotFound) String added in v0.2.27

func (o *UpdateUserNotFound) String() string

type UpdateUserOK

type UpdateUserOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIUserMetadataResponse
}

UpdateUserOK describes a response with status code 200, with default header values.

OK

func NewUpdateUserOK

func NewUpdateUserOK() *UpdateUserOK

NewUpdateUserOK creates a UpdateUserOK with default headers values

func (*UpdateUserOK) Code added in v0.2.33

func (o *UpdateUserOK) Code() int

Code gets the status code for the update user o k response

func (*UpdateUserOK) Error

func (o *UpdateUserOK) Error() string

func (*UpdateUserOK) GetPayload

func (o *UpdateUserOK) GetPayload() *models.APIUserMetadataResponse

func (*UpdateUserOK) IsClientError added in v0.2.27

func (o *UpdateUserOK) IsClientError() bool

IsClientError returns true when this update user o k response has a 4xx status code

func (*UpdateUserOK) IsCode added in v0.2.27

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

IsCode returns true when this update user o k response a status code equal to that given

func (*UpdateUserOK) IsRedirect added in v0.2.27

func (o *UpdateUserOK) IsRedirect() bool

IsRedirect returns true when this update user o k response has a 3xx status code

func (*UpdateUserOK) IsServerError added in v0.2.27

func (o *UpdateUserOK) IsServerError() bool

IsServerError returns true when this update user o k response has a 5xx status code

func (*UpdateUserOK) IsSuccess added in v0.2.27

func (o *UpdateUserOK) IsSuccess() bool

IsSuccess returns true when this update user o k response has a 2xx status code

func (*UpdateUserOK) String added in v0.2.27

func (o *UpdateUserOK) String() string

type UpdateUserParams

type UpdateUserParams struct {

	/* Body.

	   Attributes for this user. All attributes (shown below) are optional.
	*/
	Body *models.DomainUpdateUserFields

	/* UserUUID.

	   ID of a user. Find a user's ID from `/users/entities/user/v1`.
	*/
	UserUUID string

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

UpdateUserParams contains all the parameters to send to the API endpoint

for the update user operation.

Typically these are written to a http.Request.

func NewUpdateUserParams

func NewUpdateUserParams() *UpdateUserParams

NewUpdateUserParams creates a new UpdateUserParams 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 NewUpdateUserParamsWithContext

func NewUpdateUserParamsWithContext(ctx context.Context) *UpdateUserParams

NewUpdateUserParamsWithContext creates a new UpdateUserParams object with the ability to set a context for a request.

func NewUpdateUserParamsWithHTTPClient

func NewUpdateUserParamsWithHTTPClient(client *http.Client) *UpdateUserParams

NewUpdateUserParamsWithHTTPClient creates a new UpdateUserParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserParamsWithTimeout

func NewUpdateUserParamsWithTimeout(timeout time.Duration) *UpdateUserParams

NewUpdateUserParamsWithTimeout creates a new UpdateUserParams object with the ability to set a timeout on a request.

func (*UpdateUserParams) SetBody

SetBody adds the body to the update user params

func (*UpdateUserParams) SetContext

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

SetContext adds the context to the update user params

func (*UpdateUserParams) SetDefaults

func (o *UpdateUserParams) SetDefaults()

SetDefaults hydrates default values in the update user params (not the query body).

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

func (*UpdateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user params

func (*UpdateUserParams) SetTimeout

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

SetTimeout adds the timeout to the update user params

func (*UpdateUserParams) SetUserUUID

func (o *UpdateUserParams) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the update user params

func (*UpdateUserParams) WithBody

WithBody adds the body to the update user params

func (*UpdateUserParams) WithContext

func (o *UpdateUserParams) WithContext(ctx context.Context) *UpdateUserParams

WithContext adds the context to the update user params

func (*UpdateUserParams) WithDefaults

func (o *UpdateUserParams) WithDefaults() *UpdateUserParams

WithDefaults hydrates default values in the update user params (not the query body).

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

func (*UpdateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update user params

func (*UpdateUserParams) WithTimeout

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

WithTimeout adds the timeout to the update user params

func (*UpdateUserParams) WithUserUUID

func (o *UpdateUserParams) WithUserUUID(userUUID string) *UpdateUserParams

WithUserUUID adds the userUUID to the update user params

func (*UpdateUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUserReader

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

UpdateUserReader is a Reader for the UpdateUser structure.

func (*UpdateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserTooManyRequests

type UpdateUserTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewUpdateUserTooManyRequests

func NewUpdateUserTooManyRequests() *UpdateUserTooManyRequests

NewUpdateUserTooManyRequests creates a UpdateUserTooManyRequests with default headers values

func (*UpdateUserTooManyRequests) Code added in v0.2.33

func (o *UpdateUserTooManyRequests) Code() int

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

func (*UpdateUserTooManyRequests) Error

func (o *UpdateUserTooManyRequests) Error() string

func (*UpdateUserTooManyRequests) GetPayload

func (*UpdateUserTooManyRequests) IsClientError added in v0.2.27

func (o *UpdateUserTooManyRequests) IsClientError() bool

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

func (*UpdateUserTooManyRequests) IsCode added in v0.2.27

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

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

func (*UpdateUserTooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateUserTooManyRequests) IsRedirect() bool

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

func (*UpdateUserTooManyRequests) IsServerError added in v0.2.27

func (o *UpdateUserTooManyRequests) IsServerError() bool

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

func (*UpdateUserTooManyRequests) IsSuccess added in v0.2.27

func (o *UpdateUserTooManyRequests) IsSuccess() bool

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

func (*UpdateUserTooManyRequests) String added in v0.2.27

func (o *UpdateUserTooManyRequests) String() string

type UpdateUserV1BadRequest added in v0.2.25

type UpdateUserV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewUpdateUserV1BadRequest added in v0.2.25

func NewUpdateUserV1BadRequest() *UpdateUserV1BadRequest

NewUpdateUserV1BadRequest creates a UpdateUserV1BadRequest with default headers values

func (*UpdateUserV1BadRequest) Code added in v0.2.33

func (o *UpdateUserV1BadRequest) Code() int

Code gets the status code for the update user v1 bad request response

func (*UpdateUserV1BadRequest) Error added in v0.2.25

func (o *UpdateUserV1BadRequest) Error() string

func (*UpdateUserV1BadRequest) GetPayload added in v0.2.25

func (*UpdateUserV1BadRequest) IsClientError added in v0.2.27

func (o *UpdateUserV1BadRequest) IsClientError() bool

IsClientError returns true when this update user v1 bad request response has a 4xx status code

func (*UpdateUserV1BadRequest) IsCode added in v0.2.27

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

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

func (*UpdateUserV1BadRequest) IsRedirect added in v0.2.27

func (o *UpdateUserV1BadRequest) IsRedirect() bool

IsRedirect returns true when this update user v1 bad request response has a 3xx status code

func (*UpdateUserV1BadRequest) IsServerError added in v0.2.27

func (o *UpdateUserV1BadRequest) IsServerError() bool

IsServerError returns true when this update user v1 bad request response has a 5xx status code

func (*UpdateUserV1BadRequest) IsSuccess added in v0.2.27

func (o *UpdateUserV1BadRequest) IsSuccess() bool

IsSuccess returns true when this update user v1 bad request response has a 2xx status code

func (*UpdateUserV1BadRequest) String added in v0.2.27

func (o *UpdateUserV1BadRequest) String() string

type UpdateUserV1Forbidden added in v0.2.25

type UpdateUserV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewUpdateUserV1Forbidden added in v0.2.25

func NewUpdateUserV1Forbidden() *UpdateUserV1Forbidden

NewUpdateUserV1Forbidden creates a UpdateUserV1Forbidden with default headers values

func (*UpdateUserV1Forbidden) Code added in v0.2.33

func (o *UpdateUserV1Forbidden) Code() int

Code gets the status code for the update user v1 forbidden response

func (*UpdateUserV1Forbidden) Error added in v0.2.25

func (o *UpdateUserV1Forbidden) Error() string

func (*UpdateUserV1Forbidden) GetPayload added in v0.2.25

func (*UpdateUserV1Forbidden) IsClientError added in v0.2.27

func (o *UpdateUserV1Forbidden) IsClientError() bool

IsClientError returns true when this update user v1 forbidden response has a 4xx status code

func (*UpdateUserV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this update user v1 forbidden response a status code equal to that given

func (*UpdateUserV1Forbidden) IsRedirect added in v0.2.27

func (o *UpdateUserV1Forbidden) IsRedirect() bool

IsRedirect returns true when this update user v1 forbidden response has a 3xx status code

func (*UpdateUserV1Forbidden) IsServerError added in v0.2.27

func (o *UpdateUserV1Forbidden) IsServerError() bool

IsServerError returns true when this update user v1 forbidden response has a 5xx status code

func (*UpdateUserV1Forbidden) IsSuccess added in v0.2.27

func (o *UpdateUserV1Forbidden) IsSuccess() bool

IsSuccess returns true when this update user v1 forbidden response has a 2xx status code

func (*UpdateUserV1Forbidden) String added in v0.2.27

func (o *UpdateUserV1Forbidden) String() string

type UpdateUserV1InternalServerError added in v0.2.25

type UpdateUserV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

UpdateUserV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateUserV1InternalServerError added in v0.2.25

func NewUpdateUserV1InternalServerError() *UpdateUserV1InternalServerError

NewUpdateUserV1InternalServerError creates a UpdateUserV1InternalServerError with default headers values

func (*UpdateUserV1InternalServerError) Code added in v0.2.33

Code gets the status code for the update user v1 internal server error response

func (*UpdateUserV1InternalServerError) Error added in v0.2.25

func (*UpdateUserV1InternalServerError) GetPayload added in v0.2.25

func (*UpdateUserV1InternalServerError) IsClientError added in v0.2.27

func (o *UpdateUserV1InternalServerError) IsClientError() bool

IsClientError returns true when this update user v1 internal server error response has a 4xx status code

func (*UpdateUserV1InternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this update user v1 internal server error response a status code equal to that given

func (*UpdateUserV1InternalServerError) IsRedirect added in v0.2.27

func (o *UpdateUserV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this update user v1 internal server error response has a 3xx status code

func (*UpdateUserV1InternalServerError) IsServerError added in v0.2.27

func (o *UpdateUserV1InternalServerError) IsServerError() bool

IsServerError returns true when this update user v1 internal server error response has a 5xx status code

func (*UpdateUserV1InternalServerError) IsSuccess added in v0.2.27

func (o *UpdateUserV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this update user v1 internal server error response has a 2xx status code

func (*UpdateUserV1InternalServerError) String added in v0.2.27

type UpdateUserV1OK added in v0.2.25

type UpdateUserV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.FlightcontrolapiUserResponse
}

UpdateUserV1OK describes a response with status code 200, with default header values.

OK

func NewUpdateUserV1OK added in v0.2.25

func NewUpdateUserV1OK() *UpdateUserV1OK

NewUpdateUserV1OK creates a UpdateUserV1OK with default headers values

func (*UpdateUserV1OK) Code added in v0.2.33

func (o *UpdateUserV1OK) Code() int

Code gets the status code for the update user v1 o k response

func (*UpdateUserV1OK) Error added in v0.2.25

func (o *UpdateUserV1OK) Error() string

func (*UpdateUserV1OK) GetPayload added in v0.2.25

func (*UpdateUserV1OK) IsClientError added in v0.2.27

func (o *UpdateUserV1OK) IsClientError() bool

IsClientError returns true when this update user v1 o k response has a 4xx status code

func (*UpdateUserV1OK) IsCode added in v0.2.27

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

IsCode returns true when this update user v1 o k response a status code equal to that given

func (*UpdateUserV1OK) IsRedirect added in v0.2.27

func (o *UpdateUserV1OK) IsRedirect() bool

IsRedirect returns true when this update user v1 o k response has a 3xx status code

func (*UpdateUserV1OK) IsServerError added in v0.2.27

func (o *UpdateUserV1OK) IsServerError() bool

IsServerError returns true when this update user v1 o k response has a 5xx status code

func (*UpdateUserV1OK) IsSuccess added in v0.2.27

func (o *UpdateUserV1OK) IsSuccess() bool

IsSuccess returns true when this update user v1 o k response has a 2xx status code

func (*UpdateUserV1OK) String added in v0.2.27

func (o *UpdateUserV1OK) String() string

type UpdateUserV1Params added in v0.2.25

type UpdateUserV1Params struct {

	/* Body.

	   Both firstName and lastName have to specified.
	*/
	Body *models.DomainUpdateUserRequest

	/* UserUUID.

	   user uuid
	*/
	UserUUID string

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

UpdateUserV1Params contains all the parameters to send to the API endpoint

for the update user v1 operation.

Typically these are written to a http.Request.

func NewUpdateUserV1Params added in v0.2.25

func NewUpdateUserV1Params() *UpdateUserV1Params

NewUpdateUserV1Params creates a new UpdateUserV1Params 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 NewUpdateUserV1ParamsWithContext added in v0.2.25

func NewUpdateUserV1ParamsWithContext(ctx context.Context) *UpdateUserV1Params

NewUpdateUserV1ParamsWithContext creates a new UpdateUserV1Params object with the ability to set a context for a request.

func NewUpdateUserV1ParamsWithHTTPClient added in v0.2.25

func NewUpdateUserV1ParamsWithHTTPClient(client *http.Client) *UpdateUserV1Params

NewUpdateUserV1ParamsWithHTTPClient creates a new UpdateUserV1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserV1ParamsWithTimeout added in v0.2.25

func NewUpdateUserV1ParamsWithTimeout(timeout time.Duration) *UpdateUserV1Params

NewUpdateUserV1ParamsWithTimeout creates a new UpdateUserV1Params object with the ability to set a timeout on a request.

func (*UpdateUserV1Params) SetBody added in v0.2.25

SetBody adds the body to the update user v1 params

func (*UpdateUserV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the update user v1 params

func (*UpdateUserV1Params) SetDefaults added in v0.2.25

func (o *UpdateUserV1Params) SetDefaults()

SetDefaults hydrates default values in the update user v1 params (not the query body).

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

func (*UpdateUserV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the update user v1 params

func (*UpdateUserV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the update user v1 params

func (*UpdateUserV1Params) SetUserUUID added in v0.2.25

func (o *UpdateUserV1Params) SetUserUUID(userUUID string)

SetUserUUID adds the userUuid to the update user v1 params

func (*UpdateUserV1Params) WithBody added in v0.2.25

WithBody adds the body to the update user v1 params

func (*UpdateUserV1Params) WithContext added in v0.2.25

WithContext adds the context to the update user v1 params

func (*UpdateUserV1Params) WithDefaults added in v0.2.25

func (o *UpdateUserV1Params) WithDefaults() *UpdateUserV1Params

WithDefaults hydrates default values in the update user v1 params (not the query body).

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

func (*UpdateUserV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the update user v1 params

func (*UpdateUserV1Params) WithTimeout added in v0.2.25

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

WithTimeout adds the timeout to the update user v1 params

func (*UpdateUserV1Params) WithUserUUID added in v0.2.25

func (o *UpdateUserV1Params) WithUserUUID(userUUID string) *UpdateUserV1Params

WithUserUUID adds the userUUID to the update user v1 params

func (*UpdateUserV1Params) WriteToRequest added in v0.2.25

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

WriteToRequest writes these params to a swagger request

type UpdateUserV1Reader added in v0.2.25

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

UpdateUserV1Reader is a Reader for the UpdateUserV1 structure.

func (*UpdateUserV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type UpdateUserV1TooManyRequests added in v0.2.25

type UpdateUserV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewUpdateUserV1TooManyRequests added in v0.2.25

func NewUpdateUserV1TooManyRequests() *UpdateUserV1TooManyRequests

NewUpdateUserV1TooManyRequests creates a UpdateUserV1TooManyRequests with default headers values

func (*UpdateUserV1TooManyRequests) Code added in v0.2.33

func (o *UpdateUserV1TooManyRequests) Code() int

Code gets the status code for the update user v1 too many requests response

func (*UpdateUserV1TooManyRequests) Error added in v0.2.25

func (*UpdateUserV1TooManyRequests) GetPayload added in v0.2.25

func (*UpdateUserV1TooManyRequests) IsClientError added in v0.2.27

func (o *UpdateUserV1TooManyRequests) IsClientError() bool

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

func (*UpdateUserV1TooManyRequests) IsCode added in v0.2.27

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

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

func (*UpdateUserV1TooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateUserV1TooManyRequests) IsRedirect() bool

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

func (*UpdateUserV1TooManyRequests) IsServerError added in v0.2.27

func (o *UpdateUserV1TooManyRequests) IsServerError() bool

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

func (*UpdateUserV1TooManyRequests) IsSuccess added in v0.2.27

func (o *UpdateUserV1TooManyRequests) IsSuccess() bool

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

func (*UpdateUserV1TooManyRequests) String added in v0.2.27

func (o *UpdateUserV1TooManyRequests) String() string

type UserActionV1BadRequest added in v0.2.25

type UserActionV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewUserActionV1BadRequest added in v0.2.25

func NewUserActionV1BadRequest() *UserActionV1BadRequest

NewUserActionV1BadRequest creates a UserActionV1BadRequest with default headers values

func (*UserActionV1BadRequest) Code added in v0.2.33

func (o *UserActionV1BadRequest) Code() int

Code gets the status code for the user action v1 bad request response

func (*UserActionV1BadRequest) Error added in v0.2.25

func (o *UserActionV1BadRequest) Error() string

func (*UserActionV1BadRequest) GetPayload added in v0.2.25

func (*UserActionV1BadRequest) IsClientError added in v0.2.27

func (o *UserActionV1BadRequest) IsClientError() bool

IsClientError returns true when this user action v1 bad request response has a 4xx status code

func (*UserActionV1BadRequest) IsCode added in v0.2.27

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

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

func (*UserActionV1BadRequest) IsRedirect added in v0.2.27

func (o *UserActionV1BadRequest) IsRedirect() bool

IsRedirect returns true when this user action v1 bad request response has a 3xx status code

func (*UserActionV1BadRequest) IsServerError added in v0.2.27

func (o *UserActionV1BadRequest) IsServerError() bool

IsServerError returns true when this user action v1 bad request response has a 5xx status code

func (*UserActionV1BadRequest) IsSuccess added in v0.2.27

func (o *UserActionV1BadRequest) IsSuccess() bool

IsSuccess returns true when this user action v1 bad request response has a 2xx status code

func (*UserActionV1BadRequest) String added in v0.2.27

func (o *UserActionV1BadRequest) String() string

type UserActionV1Forbidden added in v0.2.25

type UserActionV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewUserActionV1Forbidden added in v0.2.25

func NewUserActionV1Forbidden() *UserActionV1Forbidden

NewUserActionV1Forbidden creates a UserActionV1Forbidden with default headers values

func (*UserActionV1Forbidden) Code added in v0.2.33

func (o *UserActionV1Forbidden) Code() int

Code gets the status code for the user action v1 forbidden response

func (*UserActionV1Forbidden) Error added in v0.2.25

func (o *UserActionV1Forbidden) Error() string

func (*UserActionV1Forbidden) GetPayload added in v0.2.25

func (*UserActionV1Forbidden) IsClientError added in v0.2.27

func (o *UserActionV1Forbidden) IsClientError() bool

IsClientError returns true when this user action v1 forbidden response has a 4xx status code

func (*UserActionV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this user action v1 forbidden response a status code equal to that given

func (*UserActionV1Forbidden) IsRedirect added in v0.2.27

func (o *UserActionV1Forbidden) IsRedirect() bool

IsRedirect returns true when this user action v1 forbidden response has a 3xx status code

func (*UserActionV1Forbidden) IsServerError added in v0.2.27

func (o *UserActionV1Forbidden) IsServerError() bool

IsServerError returns true when this user action v1 forbidden response has a 5xx status code

func (*UserActionV1Forbidden) IsSuccess added in v0.2.27

func (o *UserActionV1Forbidden) IsSuccess() bool

IsSuccess returns true when this user action v1 forbidden response has a 2xx status code

func (*UserActionV1Forbidden) String added in v0.2.27

func (o *UserActionV1Forbidden) String() string

type UserActionV1InternalServerError added in v0.2.25

type UserActionV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

UserActionV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUserActionV1InternalServerError added in v0.2.25

func NewUserActionV1InternalServerError() *UserActionV1InternalServerError

NewUserActionV1InternalServerError creates a UserActionV1InternalServerError with default headers values

func (*UserActionV1InternalServerError) Code added in v0.2.33

Code gets the status code for the user action v1 internal server error response

func (*UserActionV1InternalServerError) Error added in v0.2.25

func (*UserActionV1InternalServerError) GetPayload added in v0.2.25

func (*UserActionV1InternalServerError) IsClientError added in v0.2.27

func (o *UserActionV1InternalServerError) IsClientError() bool

IsClientError returns true when this user action v1 internal server error response has a 4xx status code

func (*UserActionV1InternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this user action v1 internal server error response a status code equal to that given

func (*UserActionV1InternalServerError) IsRedirect added in v0.2.27

func (o *UserActionV1InternalServerError) IsRedirect() bool

IsRedirect returns true when this user action v1 internal server error response has a 3xx status code

func (*UserActionV1InternalServerError) IsServerError added in v0.2.27

func (o *UserActionV1InternalServerError) IsServerError() bool

IsServerError returns true when this user action v1 internal server error response has a 5xx status code

func (*UserActionV1InternalServerError) IsSuccess added in v0.2.27

func (o *UserActionV1InternalServerError) IsSuccess() bool

IsSuccess returns true when this user action v1 internal server error response has a 2xx status code

func (*UserActionV1InternalServerError) String added in v0.2.27

type UserActionV1OK added in v0.2.25

type UserActionV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

UserActionV1OK describes a response with status code 200, with default header values.

OK

func NewUserActionV1OK added in v0.2.25

func NewUserActionV1OK() *UserActionV1OK

NewUserActionV1OK creates a UserActionV1OK with default headers values

func (*UserActionV1OK) Code added in v0.2.33

func (o *UserActionV1OK) Code() int

Code gets the status code for the user action v1 o k response

func (*UserActionV1OK) Error added in v0.2.25

func (o *UserActionV1OK) Error() string

func (*UserActionV1OK) GetPayload added in v0.2.25

func (o *UserActionV1OK) GetPayload() *models.MsaspecResponseFields

func (*UserActionV1OK) IsClientError added in v0.2.27

func (o *UserActionV1OK) IsClientError() bool

IsClientError returns true when this user action v1 o k response has a 4xx status code

func (*UserActionV1OK) IsCode added in v0.2.27

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

IsCode returns true when this user action v1 o k response a status code equal to that given

func (*UserActionV1OK) IsRedirect added in v0.2.27

func (o *UserActionV1OK) IsRedirect() bool

IsRedirect returns true when this user action v1 o k response has a 3xx status code

func (*UserActionV1OK) IsServerError added in v0.2.27

func (o *UserActionV1OK) IsServerError() bool

IsServerError returns true when this user action v1 o k response has a 5xx status code

func (*UserActionV1OK) IsSuccess added in v0.2.27

func (o *UserActionV1OK) IsSuccess() bool

IsSuccess returns true when this user action v1 o k response has a 2xx status code

func (*UserActionV1OK) String added in v0.2.27

func (o *UserActionV1OK) String() string

type UserActionV1Params added in v0.2.25

type UserActionV1Params struct {

	/* Body.

	   User UUIDs and Action Name params are required. Allowed values for Action Name param includes 'reset_2fa' and 'reset_password'
	*/
	Body *models.DomainUserActionRequest

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

UserActionV1Params contains all the parameters to send to the API endpoint

for the user action v1 operation.

Typically these are written to a http.Request.

func NewUserActionV1Params added in v0.2.25

func NewUserActionV1Params() *UserActionV1Params

NewUserActionV1Params creates a new UserActionV1Params 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 NewUserActionV1ParamsWithContext added in v0.2.25

func NewUserActionV1ParamsWithContext(ctx context.Context) *UserActionV1Params

NewUserActionV1ParamsWithContext creates a new UserActionV1Params object with the ability to set a context for a request.

func NewUserActionV1ParamsWithHTTPClient added in v0.2.25

func NewUserActionV1ParamsWithHTTPClient(client *http.Client) *UserActionV1Params

NewUserActionV1ParamsWithHTTPClient creates a new UserActionV1Params object with the ability to set a custom HTTPClient for a request.

func NewUserActionV1ParamsWithTimeout added in v0.2.25

func NewUserActionV1ParamsWithTimeout(timeout time.Duration) *UserActionV1Params

NewUserActionV1ParamsWithTimeout creates a new UserActionV1Params object with the ability to set a timeout on a request.

func (*UserActionV1Params) SetBody added in v0.2.25

SetBody adds the body to the user action v1 params

func (*UserActionV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the user action v1 params

func (*UserActionV1Params) SetDefaults added in v0.2.25

func (o *UserActionV1Params) SetDefaults()

SetDefaults hydrates default values in the user action v1 params (not the query body).

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

func (*UserActionV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the user action v1 params

func (*UserActionV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the user action v1 params

func (*UserActionV1Params) WithBody added in v0.2.25

WithBody adds the body to the user action v1 params

func (*UserActionV1Params) WithContext added in v0.2.25

WithContext adds the context to the user action v1 params

func (*UserActionV1Params) WithDefaults added in v0.2.25

func (o *UserActionV1Params) WithDefaults() *UserActionV1Params

WithDefaults hydrates default values in the user action v1 params (not the query body).

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

func (*UserActionV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the user action v1 params

func (*UserActionV1Params) WithTimeout added in v0.2.25

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

WithTimeout adds the timeout to the user action v1 params

func (*UserActionV1Params) WriteToRequest added in v0.2.25

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

WriteToRequest writes these params to a swagger request

type UserActionV1Reader added in v0.2.25

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

UserActionV1Reader is a Reader for the UserActionV1 structure.

func (*UserActionV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type UserActionV1TooManyRequests added in v0.2.25

type UserActionV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewUserActionV1TooManyRequests added in v0.2.25

func NewUserActionV1TooManyRequests() *UserActionV1TooManyRequests

NewUserActionV1TooManyRequests creates a UserActionV1TooManyRequests with default headers values

func (*UserActionV1TooManyRequests) Code added in v0.2.33

func (o *UserActionV1TooManyRequests) Code() int

Code gets the status code for the user action v1 too many requests response

func (*UserActionV1TooManyRequests) Error added in v0.2.25

func (*UserActionV1TooManyRequests) GetPayload added in v0.2.25

func (*UserActionV1TooManyRequests) IsClientError added in v0.2.27

func (o *UserActionV1TooManyRequests) IsClientError() bool

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

func (*UserActionV1TooManyRequests) IsCode added in v0.2.27

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

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

func (*UserActionV1TooManyRequests) IsRedirect added in v0.2.27

func (o *UserActionV1TooManyRequests) IsRedirect() bool

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

func (*UserActionV1TooManyRequests) IsServerError added in v0.2.27

func (o *UserActionV1TooManyRequests) IsServerError() bool

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

func (*UserActionV1TooManyRequests) IsSuccess added in v0.2.27

func (o *UserActionV1TooManyRequests) IsSuccess() bool

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

func (*UserActionV1TooManyRequests) String added in v0.2.27

func (o *UserActionV1TooManyRequests) String() string

type UserRolesActionV1BadRequest added in v0.2.25

type UserRolesActionV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewUserRolesActionV1BadRequest added in v0.2.25

func NewUserRolesActionV1BadRequest() *UserRolesActionV1BadRequest

NewUserRolesActionV1BadRequest creates a UserRolesActionV1BadRequest with default headers values

func (*UserRolesActionV1BadRequest) Code added in v0.2.33

func (o *UserRolesActionV1BadRequest) Code() int

Code gets the status code for the user roles action v1 bad request response

func (*UserRolesActionV1BadRequest) Error added in v0.2.25

func (*UserRolesActionV1BadRequest) GetPayload added in v0.2.25

func (*UserRolesActionV1BadRequest) IsClientError added in v0.2.27

func (o *UserRolesActionV1BadRequest) IsClientError() bool

IsClientError returns true when this user roles action v1 bad request response has a 4xx status code

func (*UserRolesActionV1BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this user roles action v1 bad request response a status code equal to that given

func (*UserRolesActionV1BadRequest) IsRedirect added in v0.2.27

func (o *UserRolesActionV1BadRequest) IsRedirect() bool

IsRedirect returns true when this user roles action v1 bad request response has a 3xx status code

func (*UserRolesActionV1BadRequest) IsServerError added in v0.2.27

func (o *UserRolesActionV1BadRequest) IsServerError() bool

IsServerError returns true when this user roles action v1 bad request response has a 5xx status code

func (*UserRolesActionV1BadRequest) IsSuccess added in v0.2.27

func (o *UserRolesActionV1BadRequest) IsSuccess() bool

IsSuccess returns true when this user roles action v1 bad request response has a 2xx status code

func (*UserRolesActionV1BadRequest) String added in v0.2.27

func (o *UserRolesActionV1BadRequest) String() string

type UserRolesActionV1Forbidden added in v0.2.25

type UserRolesActionV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewUserRolesActionV1Forbidden added in v0.2.25

func NewUserRolesActionV1Forbidden() *UserRolesActionV1Forbidden

NewUserRolesActionV1Forbidden creates a UserRolesActionV1Forbidden with default headers values

func (*UserRolesActionV1Forbidden) Code added in v0.2.33

func (o *UserRolesActionV1Forbidden) Code() int

Code gets the status code for the user roles action v1 forbidden response

func (*UserRolesActionV1Forbidden) Error added in v0.2.25

func (*UserRolesActionV1Forbidden) GetPayload added in v0.2.25

func (*UserRolesActionV1Forbidden) IsClientError added in v0.2.27

func (o *UserRolesActionV1Forbidden) IsClientError() bool

IsClientError returns true when this user roles action v1 forbidden response has a 4xx status code

func (*UserRolesActionV1Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this user roles action v1 forbidden response a status code equal to that given

func (*UserRolesActionV1Forbidden) IsRedirect added in v0.2.27

func (o *UserRolesActionV1Forbidden) IsRedirect() bool

IsRedirect returns true when this user roles action v1 forbidden response has a 3xx status code

func (*UserRolesActionV1Forbidden) IsServerError added in v0.2.27

func (o *UserRolesActionV1Forbidden) IsServerError() bool

IsServerError returns true when this user roles action v1 forbidden response has a 5xx status code

func (*UserRolesActionV1Forbidden) IsSuccess added in v0.2.27

func (o *UserRolesActionV1Forbidden) IsSuccess() bool

IsSuccess returns true when this user roles action v1 forbidden response has a 2xx status code

func (*UserRolesActionV1Forbidden) String added in v0.2.27

func (o *UserRolesActionV1Forbidden) String() string

type UserRolesActionV1InternalServerError added in v0.2.25

type UserRolesActionV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

UserRolesActionV1InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUserRolesActionV1InternalServerError added in v0.2.25

func NewUserRolesActionV1InternalServerError() *UserRolesActionV1InternalServerError

NewUserRolesActionV1InternalServerError creates a UserRolesActionV1InternalServerError with default headers values

func (*UserRolesActionV1InternalServerError) Code added in v0.2.33

Code gets the status code for the user roles action v1 internal server error response

func (*UserRolesActionV1InternalServerError) Error added in v0.2.25

func (*UserRolesActionV1InternalServerError) GetPayload added in v0.2.25

func (*UserRolesActionV1InternalServerError) IsClientError added in v0.2.27

func (o *UserRolesActionV1InternalServerError) IsClientError() bool

IsClientError returns true when this user roles action v1 internal server error response has a 4xx status code

func (*UserRolesActionV1InternalServerError) IsCode added in v0.2.27

IsCode returns true when this user roles action v1 internal server error response a status code equal to that given

func (*UserRolesActionV1InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this user roles action v1 internal server error response has a 3xx status code

func (*UserRolesActionV1InternalServerError) IsServerError added in v0.2.27

func (o *UserRolesActionV1InternalServerError) IsServerError() bool

IsServerError returns true when this user roles action v1 internal server error response has a 5xx status code

func (*UserRolesActionV1InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this user roles action v1 internal server error response has a 2xx status code

func (*UserRolesActionV1InternalServerError) String added in v0.2.27

type UserRolesActionV1OK added in v0.2.25

type UserRolesActionV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

UserRolesActionV1OK describes a response with status code 200, with default header values.

OK

func NewUserRolesActionV1OK added in v0.2.25

func NewUserRolesActionV1OK() *UserRolesActionV1OK

NewUserRolesActionV1OK creates a UserRolesActionV1OK with default headers values

func (*UserRolesActionV1OK) Code added in v0.2.33

func (o *UserRolesActionV1OK) Code() int

Code gets the status code for the user roles action v1 o k response

func (*UserRolesActionV1OK) Error added in v0.2.25

func (o *UserRolesActionV1OK) Error() string

func (*UserRolesActionV1OK) GetPayload added in v0.2.25

func (*UserRolesActionV1OK) IsClientError added in v0.2.27

func (o *UserRolesActionV1OK) IsClientError() bool

IsClientError returns true when this user roles action v1 o k response has a 4xx status code

func (*UserRolesActionV1OK) IsCode added in v0.2.27

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

IsCode returns true when this user roles action v1 o k response a status code equal to that given

func (*UserRolesActionV1OK) IsRedirect added in v0.2.27

func (o *UserRolesActionV1OK) IsRedirect() bool

IsRedirect returns true when this user roles action v1 o k response has a 3xx status code

func (*UserRolesActionV1OK) IsServerError added in v0.2.27

func (o *UserRolesActionV1OK) IsServerError() bool

IsServerError returns true when this user roles action v1 o k response has a 5xx status code

func (*UserRolesActionV1OK) IsSuccess added in v0.2.27

func (o *UserRolesActionV1OK) IsSuccess() bool

IsSuccess returns true when this user roles action v1 o k response has a 2xx status code

func (*UserRolesActionV1OK) String added in v0.2.27

func (o *UserRolesActionV1OK) String() string

type UserRolesActionV1Params added in v0.2.25

type UserRolesActionV1Params struct {

	/* Body.

	   All fields including CID, RoleID(s), User UUID and Action are required. Allowed values for Action param include 'grant' and 'revoke'.
	*/
	Body *models.DomainActionUserRolesRequest

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

UserRolesActionV1Params contains all the parameters to send to the API endpoint

for the user roles action v1 operation.

Typically these are written to a http.Request.

func NewUserRolesActionV1Params added in v0.2.25

func NewUserRolesActionV1Params() *UserRolesActionV1Params

NewUserRolesActionV1Params creates a new UserRolesActionV1Params 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 NewUserRolesActionV1ParamsWithContext added in v0.2.25

func NewUserRolesActionV1ParamsWithContext(ctx context.Context) *UserRolesActionV1Params

NewUserRolesActionV1ParamsWithContext creates a new UserRolesActionV1Params object with the ability to set a context for a request.

func NewUserRolesActionV1ParamsWithHTTPClient added in v0.2.25

func NewUserRolesActionV1ParamsWithHTTPClient(client *http.Client) *UserRolesActionV1Params

NewUserRolesActionV1ParamsWithHTTPClient creates a new UserRolesActionV1Params object with the ability to set a custom HTTPClient for a request.

func NewUserRolesActionV1ParamsWithTimeout added in v0.2.25

func NewUserRolesActionV1ParamsWithTimeout(timeout time.Duration) *UserRolesActionV1Params

NewUserRolesActionV1ParamsWithTimeout creates a new UserRolesActionV1Params object with the ability to set a timeout on a request.

func (*UserRolesActionV1Params) SetBody added in v0.2.25

SetBody adds the body to the user roles action v1 params

func (*UserRolesActionV1Params) SetContext added in v0.2.25

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

SetContext adds the context to the user roles action v1 params

func (*UserRolesActionV1Params) SetDefaults added in v0.2.25

func (o *UserRolesActionV1Params) SetDefaults()

SetDefaults hydrates default values in the user roles action v1 params (not the query body).

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

func (*UserRolesActionV1Params) SetHTTPClient added in v0.2.25

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

SetHTTPClient adds the HTTPClient to the user roles action v1 params

func (*UserRolesActionV1Params) SetTimeout added in v0.2.25

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

SetTimeout adds the timeout to the user roles action v1 params

func (*UserRolesActionV1Params) WithBody added in v0.2.25

WithBody adds the body to the user roles action v1 params

func (*UserRolesActionV1Params) WithContext added in v0.2.25

WithContext adds the context to the user roles action v1 params

func (*UserRolesActionV1Params) WithDefaults added in v0.2.25

WithDefaults hydrates default values in the user roles action v1 params (not the query body).

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

func (*UserRolesActionV1Params) WithHTTPClient added in v0.2.25

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

WithHTTPClient adds the HTTPClient to the user roles action v1 params

func (*UserRolesActionV1Params) WithTimeout added in v0.2.25

WithTimeout adds the timeout to the user roles action v1 params

func (*UserRolesActionV1Params) WriteToRequest added in v0.2.25

WriteToRequest writes these params to a swagger request

type UserRolesActionV1Reader added in v0.2.25

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

UserRolesActionV1Reader is a Reader for the UserRolesActionV1 structure.

func (*UserRolesActionV1Reader) ReadResponse added in v0.2.25

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

ReadResponse reads a server response into the received o.

type UserRolesActionV1TooManyRequests added in v0.2.25

type UserRolesActionV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewUserRolesActionV1TooManyRequests added in v0.2.25

func NewUserRolesActionV1TooManyRequests() *UserRolesActionV1TooManyRequests

NewUserRolesActionV1TooManyRequests creates a UserRolesActionV1TooManyRequests with default headers values

func (*UserRolesActionV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the user roles action v1 too many requests response

func (*UserRolesActionV1TooManyRequests) Error added in v0.2.25

func (*UserRolesActionV1TooManyRequests) GetPayload added in v0.2.25

func (*UserRolesActionV1TooManyRequests) IsClientError added in v0.2.27

func (o *UserRolesActionV1TooManyRequests) IsClientError() bool

IsClientError returns true when this user roles action v1 too many requests response has a 4xx status code

func (*UserRolesActionV1TooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this user roles action v1 too many requests response a status code equal to that given

func (*UserRolesActionV1TooManyRequests) IsRedirect added in v0.2.27

func (o *UserRolesActionV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this user roles action v1 too many requests response has a 3xx status code

func (*UserRolesActionV1TooManyRequests) IsServerError added in v0.2.27

func (o *UserRolesActionV1TooManyRequests) IsServerError() bool

IsServerError returns true when this user roles action v1 too many requests response has a 5xx status code

func (*UserRolesActionV1TooManyRequests) IsSuccess added in v0.2.27

func (o *UserRolesActionV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this user roles action v1 too many requests response has a 2xx status code

func (*UserRolesActionV1TooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL