Documentation ¶
Index ¶
- type Client
- func (a *Client) CombinedUserRolesV1(params *CombinedUserRolesV1Params, opts ...ClientOption) (*CombinedUserRolesV1OK, error)
- func (a *Client) CreateUser(params *CreateUserParams, opts ...ClientOption) (*CreateUserCreated, error)
- func (a *Client) CreateUserV1(params *CreateUserV1Params, opts ...ClientOption) (*CreateUserV1Created, error)
- func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)
- func (a *Client) DeleteUserV1(params *DeleteUserV1Params, opts ...ClientOption) (*DeleteUserV1OK, error)
- func (a *Client) EntitiesRolesV1(params *EntitiesRolesV1Params, opts ...ClientOption) (*EntitiesRolesV1OK, error)
- func (a *Client) GetAvailableRoleIds(params *GetAvailableRoleIdsParams, opts ...ClientOption) (*GetAvailableRoleIdsOK, error)
- func (a *Client) GetRoles(params *GetRolesParams, opts ...ClientOption) (*GetRolesOK, error)
- func (a *Client) GetUserRoleIds(params *GetUserRoleIdsParams, opts ...ClientOption) (*GetUserRoleIdsOK, error)
- func (a *Client) GrantUserRoleIds(params *GrantUserRoleIdsParams, opts ...ClientOption) (*GrantUserRoleIdsOK, error)
- func (a *Client) QueriesRolesV1(params *QueriesRolesV1Params, opts ...ClientOption) (*QueriesRolesV1OK, error)
- func (a *Client) QueryUserV1(params *QueryUserV1Params, opts ...ClientOption) (*QueryUserV1OK, error)
- func (a *Client) RetrieveEmailsByCID(params *RetrieveEmailsByCIDParams, opts ...ClientOption) (*RetrieveEmailsByCIDOK, error)
- func (a *Client) RetrieveUser(params *RetrieveUserParams, opts ...ClientOption) (*RetrieveUserOK, error)
- func (a *Client) RetrieveUserUUID(params *RetrieveUserUUIDParams, opts ...ClientOption) (*RetrieveUserUUIDOK, error)
- func (a *Client) RetrieveUserUUIDsByCID(params *RetrieveUserUUIDsByCIDParams, opts ...ClientOption) (*RetrieveUserUUIDsByCIDOK, error)
- func (a *Client) RetrieveUsersGETV1(params *RetrieveUsersGETV1Params, opts ...ClientOption) (*RetrieveUsersGETV1OK, error)
- func (a *Client) RevokeUserRoleIds(params *RevokeUserRoleIdsParams, opts ...ClientOption) (*RevokeUserRoleIdsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateUser(params *UpdateUserParams, opts ...ClientOption) (*UpdateUserOK, error)
- func (a *Client) UpdateUserV1(params *UpdateUserV1Params, opts ...ClientOption) (*UpdateUserV1OK, error)
- func (a *Client) UserActionV1(params *UserActionV1Params, opts ...ClientOption) (*UserActionV1OK, error)
- func (a *Client) UserRolesActionV1(params *UserRolesActionV1Params, opts ...ClientOption) (*UserRolesActionV1OK, error)
- type ClientOption
- type ClientService
- type CombinedUserRolesV1BadRequest
- func (o *CombinedUserRolesV1BadRequest) Code() int
- func (o *CombinedUserRolesV1BadRequest) Error() string
- func (o *CombinedUserRolesV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedUserRolesV1BadRequest) IsClientError() bool
- func (o *CombinedUserRolesV1BadRequest) IsCode(code int) bool
- func (o *CombinedUserRolesV1BadRequest) IsRedirect() bool
- func (o *CombinedUserRolesV1BadRequest) IsServerError() bool
- func (o *CombinedUserRolesV1BadRequest) IsSuccess() bool
- func (o *CombinedUserRolesV1BadRequest) String() string
- type CombinedUserRolesV1Forbidden
- func (o *CombinedUserRolesV1Forbidden) Code() int
- func (o *CombinedUserRolesV1Forbidden) Error() string
- func (o *CombinedUserRolesV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedUserRolesV1Forbidden) IsClientError() bool
- func (o *CombinedUserRolesV1Forbidden) IsCode(code int) bool
- func (o *CombinedUserRolesV1Forbidden) IsRedirect() bool
- func (o *CombinedUserRolesV1Forbidden) IsServerError() bool
- func (o *CombinedUserRolesV1Forbidden) IsSuccess() bool
- func (o *CombinedUserRolesV1Forbidden) String() string
- type CombinedUserRolesV1InternalServerError
- func (o *CombinedUserRolesV1InternalServerError) Code() int
- func (o *CombinedUserRolesV1InternalServerError) Error() string
- func (o *CombinedUserRolesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedUserRolesV1InternalServerError) IsClientError() bool
- func (o *CombinedUserRolesV1InternalServerError) IsCode(code int) bool
- func (o *CombinedUserRolesV1InternalServerError) IsRedirect() bool
- func (o *CombinedUserRolesV1InternalServerError) IsServerError() bool
- func (o *CombinedUserRolesV1InternalServerError) IsSuccess() bool
- func (o *CombinedUserRolesV1InternalServerError) String() string
- type CombinedUserRolesV1OK
- func (o *CombinedUserRolesV1OK) Code() int
- func (o *CombinedUserRolesV1OK) Error() string
- func (o *CombinedUserRolesV1OK) GetPayload() *models.FlightcontrolapiUserGrantResponse
- func (o *CombinedUserRolesV1OK) IsClientError() bool
- func (o *CombinedUserRolesV1OK) IsCode(code int) bool
- func (o *CombinedUserRolesV1OK) IsRedirect() bool
- func (o *CombinedUserRolesV1OK) IsServerError() bool
- func (o *CombinedUserRolesV1OK) IsSuccess() bool
- func (o *CombinedUserRolesV1OK) String() string
- type CombinedUserRolesV1Params
- func NewCombinedUserRolesV1Params() *CombinedUserRolesV1Params
- func NewCombinedUserRolesV1ParamsWithContext(ctx context.Context) *CombinedUserRolesV1Params
- func NewCombinedUserRolesV1ParamsWithHTTPClient(client *http.Client) *CombinedUserRolesV1Params
- func NewCombinedUserRolesV1ParamsWithTimeout(timeout time.Duration) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) SetCid(cid *string)
- func (o *CombinedUserRolesV1Params) SetContext(ctx context.Context)
- func (o *CombinedUserRolesV1Params) SetDefaults()
- func (o *CombinedUserRolesV1Params) SetDirectOnly(directOnly *bool)
- func (o *CombinedUserRolesV1Params) SetFilter(filter *string)
- func (o *CombinedUserRolesV1Params) SetHTTPClient(client *http.Client)
- func (o *CombinedUserRolesV1Params) SetLimit(limit *int64)
- func (o *CombinedUserRolesV1Params) SetOffset(offset *int64)
- func (o *CombinedUserRolesV1Params) SetSort(sort *string)
- func (o *CombinedUserRolesV1Params) SetTimeout(timeout time.Duration)
- func (o *CombinedUserRolesV1Params) SetUserUUID(userUUID string)
- func (o *CombinedUserRolesV1Params) WithCid(cid *string) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithContext(ctx context.Context) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithDefaults() *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithDirectOnly(directOnly *bool) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithFilter(filter *string) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithHTTPClient(client *http.Client) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithLimit(limit *int64) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithOffset(offset *int64) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithSort(sort *string) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithTimeout(timeout time.Duration) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WithUserUUID(userUUID string) *CombinedUserRolesV1Params
- func (o *CombinedUserRolesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CombinedUserRolesV1Reader
- type CombinedUserRolesV1TooManyRequests
- func (o *CombinedUserRolesV1TooManyRequests) Code() int
- func (o *CombinedUserRolesV1TooManyRequests) Error() string
- func (o *CombinedUserRolesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CombinedUserRolesV1TooManyRequests) IsClientError() bool
- func (o *CombinedUserRolesV1TooManyRequests) IsCode(code int) bool
- func (o *CombinedUserRolesV1TooManyRequests) IsRedirect() bool
- func (o *CombinedUserRolesV1TooManyRequests) IsServerError() bool
- func (o *CombinedUserRolesV1TooManyRequests) IsSuccess() bool
- func (o *CombinedUserRolesV1TooManyRequests) String() string
- type CreateUserBadRequest
- func (o *CreateUserBadRequest) Code() int
- func (o *CreateUserBadRequest) Error() string
- func (o *CreateUserBadRequest) GetPayload() *models.MsaEntitiesResponse
- func (o *CreateUserBadRequest) IsClientError() bool
- func (o *CreateUserBadRequest) IsCode(code int) bool
- func (o *CreateUserBadRequest) IsRedirect() bool
- func (o *CreateUserBadRequest) IsServerError() bool
- func (o *CreateUserBadRequest) IsSuccess() bool
- func (o *CreateUserBadRequest) String() string
- type CreateUserCreated
- func (o *CreateUserCreated) Code() int
- func (o *CreateUserCreated) Error() string
- func (o *CreateUserCreated) GetPayload() *models.APIUserMetadataResponse
- func (o *CreateUserCreated) IsClientError() bool
- func (o *CreateUserCreated) IsCode(code int) bool
- func (o *CreateUserCreated) IsRedirect() bool
- func (o *CreateUserCreated) IsServerError() bool
- func (o *CreateUserCreated) IsSuccess() bool
- func (o *CreateUserCreated) String() string
- type CreateUserForbidden
- func (o *CreateUserForbidden) Code() int
- func (o *CreateUserForbidden) Error() string
- func (o *CreateUserForbidden) GetPayload() *models.MsaEntitiesResponse
- func (o *CreateUserForbidden) IsClientError() bool
- func (o *CreateUserForbidden) IsCode(code int) bool
- func (o *CreateUserForbidden) IsRedirect() bool
- func (o *CreateUserForbidden) IsServerError() bool
- func (o *CreateUserForbidden) IsSuccess() bool
- func (o *CreateUserForbidden) String() string
- type CreateUserInternalServerError
- func (o *CreateUserInternalServerError) Code() int
- func (o *CreateUserInternalServerError) Error() string
- func (o *CreateUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateUserInternalServerError) IsClientError() bool
- func (o *CreateUserInternalServerError) IsCode(code int) bool
- func (o *CreateUserInternalServerError) IsRedirect() bool
- func (o *CreateUserInternalServerError) IsServerError() bool
- func (o *CreateUserInternalServerError) IsSuccess() bool
- func (o *CreateUserInternalServerError) String() string
- type CreateUserParams
- func (o *CreateUserParams) SetBody(body *models.DomainUserCreateRequest)
- func (o *CreateUserParams) SetContext(ctx context.Context)
- func (o *CreateUserParams) SetDefaults()
- func (o *CreateUserParams) SetHTTPClient(client *http.Client)
- func (o *CreateUserParams) SetTimeout(timeout time.Duration)
- func (o *CreateUserParams) WithBody(body *models.DomainUserCreateRequest) *CreateUserParams
- func (o *CreateUserParams) WithContext(ctx context.Context) *CreateUserParams
- func (o *CreateUserParams) WithDefaults() *CreateUserParams
- func (o *CreateUserParams) WithHTTPClient(client *http.Client) *CreateUserParams
- func (o *CreateUserParams) WithTimeout(timeout time.Duration) *CreateUserParams
- func (o *CreateUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUserReader
- type CreateUserTooManyRequests
- func (o *CreateUserTooManyRequests) Code() int
- func (o *CreateUserTooManyRequests) Error() string
- func (o *CreateUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateUserTooManyRequests) IsClientError() bool
- func (o *CreateUserTooManyRequests) IsCode(code int) bool
- func (o *CreateUserTooManyRequests) IsRedirect() bool
- func (o *CreateUserTooManyRequests) IsServerError() bool
- func (o *CreateUserTooManyRequests) IsSuccess() bool
- func (o *CreateUserTooManyRequests) String() string
- type CreateUserV1BadRequest
- func (o *CreateUserV1BadRequest) Code() int
- func (o *CreateUserV1BadRequest) Error() string
- func (o *CreateUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *CreateUserV1BadRequest) IsClientError() bool
- func (o *CreateUserV1BadRequest) IsCode(code int) bool
- func (o *CreateUserV1BadRequest) IsRedirect() bool
- func (o *CreateUserV1BadRequest) IsServerError() bool
- func (o *CreateUserV1BadRequest) IsSuccess() bool
- func (o *CreateUserV1BadRequest) String() string
- type CreateUserV1Created
- func (o *CreateUserV1Created) Code() int
- func (o *CreateUserV1Created) Error() string
- func (o *CreateUserV1Created) GetPayload() *models.FlightcontrolapiUserResponse
- func (o *CreateUserV1Created) IsClientError() bool
- func (o *CreateUserV1Created) IsCode(code int) bool
- func (o *CreateUserV1Created) IsRedirect() bool
- func (o *CreateUserV1Created) IsServerError() bool
- func (o *CreateUserV1Created) IsSuccess() bool
- func (o *CreateUserV1Created) String() string
- type CreateUserV1Forbidden
- func (o *CreateUserV1Forbidden) Code() int
- func (o *CreateUserV1Forbidden) Error() string
- func (o *CreateUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *CreateUserV1Forbidden) IsClientError() bool
- func (o *CreateUserV1Forbidden) IsCode(code int) bool
- func (o *CreateUserV1Forbidden) IsRedirect() bool
- func (o *CreateUserV1Forbidden) IsServerError() bool
- func (o *CreateUserV1Forbidden) IsSuccess() bool
- func (o *CreateUserV1Forbidden) String() string
- type CreateUserV1InternalServerError
- func (o *CreateUserV1InternalServerError) Code() int
- func (o *CreateUserV1InternalServerError) Error() string
- func (o *CreateUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *CreateUserV1InternalServerError) IsClientError() bool
- func (o *CreateUserV1InternalServerError) IsCode(code int) bool
- func (o *CreateUserV1InternalServerError) IsRedirect() bool
- func (o *CreateUserV1InternalServerError) IsServerError() bool
- func (o *CreateUserV1InternalServerError) IsSuccess() bool
- func (o *CreateUserV1InternalServerError) String() string
- type CreateUserV1Params
- func (o *CreateUserV1Params) SetBody(body *models.DomainCreateUserRequest)
- func (o *CreateUserV1Params) SetContext(ctx context.Context)
- func (o *CreateUserV1Params) SetDefaults()
- func (o *CreateUserV1Params) SetHTTPClient(client *http.Client)
- func (o *CreateUserV1Params) SetTimeout(timeout time.Duration)
- func (o *CreateUserV1Params) SetValidateOnly(validateOnly *bool)
- func (o *CreateUserV1Params) WithBody(body *models.DomainCreateUserRequest) *CreateUserV1Params
- func (o *CreateUserV1Params) WithContext(ctx context.Context) *CreateUserV1Params
- func (o *CreateUserV1Params) WithDefaults() *CreateUserV1Params
- func (o *CreateUserV1Params) WithHTTPClient(client *http.Client) *CreateUserV1Params
- func (o *CreateUserV1Params) WithTimeout(timeout time.Duration) *CreateUserV1Params
- func (o *CreateUserV1Params) WithValidateOnly(validateOnly *bool) *CreateUserV1Params
- func (o *CreateUserV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUserV1Reader
- type CreateUserV1TooManyRequests
- func (o *CreateUserV1TooManyRequests) Code() int
- func (o *CreateUserV1TooManyRequests) Error() string
- func (o *CreateUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateUserV1TooManyRequests) IsClientError() bool
- func (o *CreateUserV1TooManyRequests) IsCode(code int) bool
- func (o *CreateUserV1TooManyRequests) IsRedirect() bool
- func (o *CreateUserV1TooManyRequests) IsServerError() bool
- func (o *CreateUserV1TooManyRequests) IsSuccess() bool
- func (o *CreateUserV1TooManyRequests) String() string
- type DeleteUserBadRequest
- func (o *DeleteUserBadRequest) Code() int
- func (o *DeleteUserBadRequest) Error() string
- func (o *DeleteUserBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteUserBadRequest) IsClientError() bool
- func (o *DeleteUserBadRequest) IsCode(code int) bool
- func (o *DeleteUserBadRequest) IsRedirect() bool
- func (o *DeleteUserBadRequest) IsServerError() bool
- func (o *DeleteUserBadRequest) IsSuccess() bool
- func (o *DeleteUserBadRequest) String() string
- type DeleteUserForbidden
- func (o *DeleteUserForbidden) Code() int
- func (o *DeleteUserForbidden) Error() string
- func (o *DeleteUserForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteUserForbidden) IsClientError() bool
- func (o *DeleteUserForbidden) IsCode(code int) bool
- func (o *DeleteUserForbidden) IsRedirect() bool
- func (o *DeleteUserForbidden) IsServerError() bool
- func (o *DeleteUserForbidden) IsSuccess() bool
- func (o *DeleteUserForbidden) String() string
- type DeleteUserInternalServerError
- func (o *DeleteUserInternalServerError) Code() int
- func (o *DeleteUserInternalServerError) Error() string
- func (o *DeleteUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteUserInternalServerError) IsClientError() bool
- func (o *DeleteUserInternalServerError) IsCode(code int) bool
- func (o *DeleteUserInternalServerError) IsRedirect() bool
- func (o *DeleteUserInternalServerError) IsServerError() bool
- func (o *DeleteUserInternalServerError) IsSuccess() bool
- func (o *DeleteUserInternalServerError) String() string
- type DeleteUserNotFound
- func (o *DeleteUserNotFound) Code() int
- func (o *DeleteUserNotFound) Error() string
- func (o *DeleteUserNotFound) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteUserNotFound) IsClientError() bool
- func (o *DeleteUserNotFound) IsCode(code int) bool
- func (o *DeleteUserNotFound) IsRedirect() bool
- func (o *DeleteUserNotFound) IsServerError() bool
- func (o *DeleteUserNotFound) IsSuccess() bool
- func (o *DeleteUserNotFound) String() string
- type DeleteUserOK
- func (o *DeleteUserOK) Code() int
- func (o *DeleteUserOK) Error() string
- func (o *DeleteUserOK) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteUserOK) IsClientError() bool
- func (o *DeleteUserOK) IsCode(code int) bool
- func (o *DeleteUserOK) IsRedirect() bool
- func (o *DeleteUserOK) IsServerError() bool
- func (o *DeleteUserOK) IsSuccess() bool
- func (o *DeleteUserOK) String() string
- type DeleteUserParams
- func (o *DeleteUserParams) SetContext(ctx context.Context)
- func (o *DeleteUserParams) SetDefaults()
- func (o *DeleteUserParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUserParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUserParams) SetUserUUID(userUUID string)
- func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams
- func (o *DeleteUserParams) WithDefaults() *DeleteUserParams
- func (o *DeleteUserParams) WithHTTPClient(client *http.Client) *DeleteUserParams
- func (o *DeleteUserParams) WithTimeout(timeout time.Duration) *DeleteUserParams
- func (o *DeleteUserParams) WithUserUUID(userUUID string) *DeleteUserParams
- func (o *DeleteUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserReader
- type DeleteUserTooManyRequests
- func (o *DeleteUserTooManyRequests) Code() int
- func (o *DeleteUserTooManyRequests) Error() string
- func (o *DeleteUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteUserTooManyRequests) IsClientError() bool
- func (o *DeleteUserTooManyRequests) IsCode(code int) bool
- func (o *DeleteUserTooManyRequests) IsRedirect() bool
- func (o *DeleteUserTooManyRequests) IsServerError() bool
- func (o *DeleteUserTooManyRequests) IsSuccess() bool
- func (o *DeleteUserTooManyRequests) String() string
- type DeleteUserV1BadRequest
- func (o *DeleteUserV1BadRequest) Code() int
- func (o *DeleteUserV1BadRequest) Error() string
- func (o *DeleteUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *DeleteUserV1BadRequest) IsClientError() bool
- func (o *DeleteUserV1BadRequest) IsCode(code int) bool
- func (o *DeleteUserV1BadRequest) IsRedirect() bool
- func (o *DeleteUserV1BadRequest) IsServerError() bool
- func (o *DeleteUserV1BadRequest) IsSuccess() bool
- func (o *DeleteUserV1BadRequest) String() string
- type DeleteUserV1Forbidden
- func (o *DeleteUserV1Forbidden) Code() int
- func (o *DeleteUserV1Forbidden) Error() string
- func (o *DeleteUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *DeleteUserV1Forbidden) IsClientError() bool
- func (o *DeleteUserV1Forbidden) IsCode(code int) bool
- func (o *DeleteUserV1Forbidden) IsRedirect() bool
- func (o *DeleteUserV1Forbidden) IsServerError() bool
- func (o *DeleteUserV1Forbidden) IsSuccess() bool
- func (o *DeleteUserV1Forbidden) String() string
- type DeleteUserV1InternalServerError
- func (o *DeleteUserV1InternalServerError) Code() int
- func (o *DeleteUserV1InternalServerError) Error() string
- func (o *DeleteUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *DeleteUserV1InternalServerError) IsClientError() bool
- func (o *DeleteUserV1InternalServerError) IsCode(code int) bool
- func (o *DeleteUserV1InternalServerError) IsRedirect() bool
- func (o *DeleteUserV1InternalServerError) IsServerError() bool
- func (o *DeleteUserV1InternalServerError) IsSuccess() bool
- func (o *DeleteUserV1InternalServerError) String() string
- type DeleteUserV1OK
- func (o *DeleteUserV1OK) Code() int
- func (o *DeleteUserV1OK) Error() string
- func (o *DeleteUserV1OK) GetPayload() *models.MsaspecResponseFields
- func (o *DeleteUserV1OK) IsClientError() bool
- func (o *DeleteUserV1OK) IsCode(code int) bool
- func (o *DeleteUserV1OK) IsRedirect() bool
- func (o *DeleteUserV1OK) IsServerError() bool
- func (o *DeleteUserV1OK) IsSuccess() bool
- func (o *DeleteUserV1OK) String() string
- type DeleteUserV1Params
- func (o *DeleteUserV1Params) SetContext(ctx context.Context)
- func (o *DeleteUserV1Params) SetDefaults()
- func (o *DeleteUserV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteUserV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteUserV1Params) SetUserUUID(userUUID string)
- func (o *DeleteUserV1Params) WithContext(ctx context.Context) *DeleteUserV1Params
- func (o *DeleteUserV1Params) WithDefaults() *DeleteUserV1Params
- func (o *DeleteUserV1Params) WithHTTPClient(client *http.Client) *DeleteUserV1Params
- func (o *DeleteUserV1Params) WithTimeout(timeout time.Duration) *DeleteUserV1Params
- func (o *DeleteUserV1Params) WithUserUUID(userUUID string) *DeleteUserV1Params
- func (o *DeleteUserV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserV1Reader
- type DeleteUserV1TooManyRequests
- func (o *DeleteUserV1TooManyRequests) Code() int
- func (o *DeleteUserV1TooManyRequests) Error() string
- func (o *DeleteUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteUserV1TooManyRequests) IsClientError() bool
- func (o *DeleteUserV1TooManyRequests) IsCode(code int) bool
- func (o *DeleteUserV1TooManyRequests) IsRedirect() bool
- func (o *DeleteUserV1TooManyRequests) IsServerError() bool
- func (o *DeleteUserV1TooManyRequests) IsSuccess() bool
- func (o *DeleteUserV1TooManyRequests) String() string
- type EntitiesRolesV1BadRequest
- func (o *EntitiesRolesV1BadRequest) Code() int
- func (o *EntitiesRolesV1BadRequest) Error() string
- func (o *EntitiesRolesV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *EntitiesRolesV1BadRequest) IsClientError() bool
- func (o *EntitiesRolesV1BadRequest) IsCode(code int) bool
- func (o *EntitiesRolesV1BadRequest) IsRedirect() bool
- func (o *EntitiesRolesV1BadRequest) IsServerError() bool
- func (o *EntitiesRolesV1BadRequest) IsSuccess() bool
- func (o *EntitiesRolesV1BadRequest) String() string
- type EntitiesRolesV1Forbidden
- func (o *EntitiesRolesV1Forbidden) Code() int
- func (o *EntitiesRolesV1Forbidden) Error() string
- func (o *EntitiesRolesV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *EntitiesRolesV1Forbidden) IsClientError() bool
- func (o *EntitiesRolesV1Forbidden) IsCode(code int) bool
- func (o *EntitiesRolesV1Forbidden) IsRedirect() bool
- func (o *EntitiesRolesV1Forbidden) IsServerError() bool
- func (o *EntitiesRolesV1Forbidden) IsSuccess() bool
- func (o *EntitiesRolesV1Forbidden) String() string
- type EntitiesRolesV1InternalServerError
- func (o *EntitiesRolesV1InternalServerError) Code() int
- func (o *EntitiesRolesV1InternalServerError) Error() string
- func (o *EntitiesRolesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *EntitiesRolesV1InternalServerError) IsClientError() bool
- func (o *EntitiesRolesV1InternalServerError) IsCode(code int) bool
- func (o *EntitiesRolesV1InternalServerError) IsRedirect() bool
- func (o *EntitiesRolesV1InternalServerError) IsServerError() bool
- func (o *EntitiesRolesV1InternalServerError) IsSuccess() bool
- func (o *EntitiesRolesV1InternalServerError) String() string
- type EntitiesRolesV1NotFound
- func (o *EntitiesRolesV1NotFound) Code() int
- func (o *EntitiesRolesV1NotFound) Error() string
- func (o *EntitiesRolesV1NotFound) GetPayload() *models.MsaspecResponseFields
- func (o *EntitiesRolesV1NotFound) IsClientError() bool
- func (o *EntitiesRolesV1NotFound) IsCode(code int) bool
- func (o *EntitiesRolesV1NotFound) IsRedirect() bool
- func (o *EntitiesRolesV1NotFound) IsServerError() bool
- func (o *EntitiesRolesV1NotFound) IsSuccess() bool
- func (o *EntitiesRolesV1NotFound) String() string
- type EntitiesRolesV1OK
- func (o *EntitiesRolesV1OK) Code() int
- func (o *EntitiesRolesV1OK) Error() string
- func (o *EntitiesRolesV1OK) GetPayload() *models.FlightcontrolapiGetRolesResponse
- func (o *EntitiesRolesV1OK) IsClientError() bool
- func (o *EntitiesRolesV1OK) IsCode(code int) bool
- func (o *EntitiesRolesV1OK) IsRedirect() bool
- func (o *EntitiesRolesV1OK) IsServerError() bool
- func (o *EntitiesRolesV1OK) IsSuccess() bool
- func (o *EntitiesRolesV1OK) String() string
- type EntitiesRolesV1Params
- func NewEntitiesRolesV1Params() *EntitiesRolesV1Params
- func NewEntitiesRolesV1ParamsWithContext(ctx context.Context) *EntitiesRolesV1Params
- func NewEntitiesRolesV1ParamsWithHTTPClient(client *http.Client) *EntitiesRolesV1Params
- func NewEntitiesRolesV1ParamsWithTimeout(timeout time.Duration) *EntitiesRolesV1Params
- func (o *EntitiesRolesV1Params) SetCid(cid *string)
- func (o *EntitiesRolesV1Params) SetContext(ctx context.Context)
- func (o *EntitiesRolesV1Params) SetDefaults()
- func (o *EntitiesRolesV1Params) SetHTTPClient(client *http.Client)
- func (o *EntitiesRolesV1Params) SetIds(ids []string)
- func (o *EntitiesRolesV1Params) SetTimeout(timeout time.Duration)
- func (o *EntitiesRolesV1Params) WithCid(cid *string) *EntitiesRolesV1Params
- func (o *EntitiesRolesV1Params) WithContext(ctx context.Context) *EntitiesRolesV1Params
- func (o *EntitiesRolesV1Params) WithDefaults() *EntitiesRolesV1Params
- func (o *EntitiesRolesV1Params) WithHTTPClient(client *http.Client) *EntitiesRolesV1Params
- func (o *EntitiesRolesV1Params) WithIds(ids []string) *EntitiesRolesV1Params
- func (o *EntitiesRolesV1Params) WithTimeout(timeout time.Duration) *EntitiesRolesV1Params
- func (o *EntitiesRolesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EntitiesRolesV1Reader
- type EntitiesRolesV1TooManyRequests
- func (o *EntitiesRolesV1TooManyRequests) Code() int
- func (o *EntitiesRolesV1TooManyRequests) Error() string
- func (o *EntitiesRolesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *EntitiesRolesV1TooManyRequests) IsClientError() bool
- func (o *EntitiesRolesV1TooManyRequests) IsCode(code int) bool
- func (o *EntitiesRolesV1TooManyRequests) IsRedirect() bool
- func (o *EntitiesRolesV1TooManyRequests) IsServerError() bool
- func (o *EntitiesRolesV1TooManyRequests) IsSuccess() bool
- func (o *EntitiesRolesV1TooManyRequests) String() string
- type GetAvailableRoleIdsForbidden
- func (o *GetAvailableRoleIdsForbidden) Code() int
- func (o *GetAvailableRoleIdsForbidden) Error() string
- func (o *GetAvailableRoleIdsForbidden) GetPayload() *models.MsaQueryResponse
- func (o *GetAvailableRoleIdsForbidden) IsClientError() bool
- func (o *GetAvailableRoleIdsForbidden) IsCode(code int) bool
- func (o *GetAvailableRoleIdsForbidden) IsRedirect() bool
- func (o *GetAvailableRoleIdsForbidden) IsServerError() bool
- func (o *GetAvailableRoleIdsForbidden) IsSuccess() bool
- func (o *GetAvailableRoleIdsForbidden) String() string
- type GetAvailableRoleIdsInternalServerError
- func (o *GetAvailableRoleIdsInternalServerError) Code() int
- func (o *GetAvailableRoleIdsInternalServerError) Error() string
- func (o *GetAvailableRoleIdsInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *GetAvailableRoleIdsInternalServerError) IsClientError() bool
- func (o *GetAvailableRoleIdsInternalServerError) IsCode(code int) bool
- func (o *GetAvailableRoleIdsInternalServerError) IsRedirect() bool
- func (o *GetAvailableRoleIdsInternalServerError) IsServerError() bool
- func (o *GetAvailableRoleIdsInternalServerError) IsSuccess() bool
- func (o *GetAvailableRoleIdsInternalServerError) String() string
- type GetAvailableRoleIdsNotFound
- func (o *GetAvailableRoleIdsNotFound) Code() int
- func (o *GetAvailableRoleIdsNotFound) Error() string
- func (o *GetAvailableRoleIdsNotFound) GetPayload() *models.MsaQueryResponse
- func (o *GetAvailableRoleIdsNotFound) IsClientError() bool
- func (o *GetAvailableRoleIdsNotFound) IsCode(code int) bool
- func (o *GetAvailableRoleIdsNotFound) IsRedirect() bool
- func (o *GetAvailableRoleIdsNotFound) IsServerError() bool
- func (o *GetAvailableRoleIdsNotFound) IsSuccess() bool
- func (o *GetAvailableRoleIdsNotFound) String() string
- type GetAvailableRoleIdsOK
- func (o *GetAvailableRoleIdsOK) Code() int
- func (o *GetAvailableRoleIdsOK) Error() string
- func (o *GetAvailableRoleIdsOK) GetPayload() *models.MsaQueryResponse
- func (o *GetAvailableRoleIdsOK) IsClientError() bool
- func (o *GetAvailableRoleIdsOK) IsCode(code int) bool
- func (o *GetAvailableRoleIdsOK) IsRedirect() bool
- func (o *GetAvailableRoleIdsOK) IsServerError() bool
- func (o *GetAvailableRoleIdsOK) IsSuccess() bool
- func (o *GetAvailableRoleIdsOK) String() string
- type GetAvailableRoleIdsParams
- func NewGetAvailableRoleIdsParams() *GetAvailableRoleIdsParams
- func NewGetAvailableRoleIdsParamsWithContext(ctx context.Context) *GetAvailableRoleIdsParams
- func NewGetAvailableRoleIdsParamsWithHTTPClient(client *http.Client) *GetAvailableRoleIdsParams
- func NewGetAvailableRoleIdsParamsWithTimeout(timeout time.Duration) *GetAvailableRoleIdsParams
- func (o *GetAvailableRoleIdsParams) SetContext(ctx context.Context)
- func (o *GetAvailableRoleIdsParams) SetDefaults()
- func (o *GetAvailableRoleIdsParams) SetHTTPClient(client *http.Client)
- func (o *GetAvailableRoleIdsParams) SetTimeout(timeout time.Duration)
- func (o *GetAvailableRoleIdsParams) WithContext(ctx context.Context) *GetAvailableRoleIdsParams
- func (o *GetAvailableRoleIdsParams) WithDefaults() *GetAvailableRoleIdsParams
- func (o *GetAvailableRoleIdsParams) WithHTTPClient(client *http.Client) *GetAvailableRoleIdsParams
- func (o *GetAvailableRoleIdsParams) WithTimeout(timeout time.Duration) *GetAvailableRoleIdsParams
- func (o *GetAvailableRoleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAvailableRoleIdsReader
- type GetAvailableRoleIdsTooManyRequests
- func (o *GetAvailableRoleIdsTooManyRequests) Code() int
- func (o *GetAvailableRoleIdsTooManyRequests) Error() string
- func (o *GetAvailableRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAvailableRoleIdsTooManyRequests) IsClientError() bool
- func (o *GetAvailableRoleIdsTooManyRequests) IsCode(code int) bool
- func (o *GetAvailableRoleIdsTooManyRequests) IsRedirect() bool
- func (o *GetAvailableRoleIdsTooManyRequests) IsServerError() bool
- func (o *GetAvailableRoleIdsTooManyRequests) IsSuccess() bool
- func (o *GetAvailableRoleIdsTooManyRequests) String() string
- type GetRolesBadRequest
- func (o *GetRolesBadRequest) Code() int
- func (o *GetRolesBadRequest) Error() string
- func (o *GetRolesBadRequest) GetPayload() *models.MsaEntitiesResponse
- func (o *GetRolesBadRequest) IsClientError() bool
- func (o *GetRolesBadRequest) IsCode(code int) bool
- func (o *GetRolesBadRequest) IsRedirect() bool
- func (o *GetRolesBadRequest) IsServerError() bool
- func (o *GetRolesBadRequest) IsSuccess() bool
- func (o *GetRolesBadRequest) String() string
- type GetRolesForbidden
- func (o *GetRolesForbidden) Code() int
- func (o *GetRolesForbidden) Error() string
- func (o *GetRolesForbidden) GetPayload() *models.MsaEntitiesResponse
- func (o *GetRolesForbidden) IsClientError() bool
- func (o *GetRolesForbidden) IsCode(code int) bool
- func (o *GetRolesForbidden) IsRedirect() bool
- func (o *GetRolesForbidden) IsServerError() bool
- func (o *GetRolesForbidden) IsSuccess() bool
- func (o *GetRolesForbidden) String() string
- type GetRolesInternalServerError
- func (o *GetRolesInternalServerError) Code() int
- func (o *GetRolesInternalServerError) Error() string
- func (o *GetRolesInternalServerError) GetPayload() *models.MsaEntitiesResponse
- func (o *GetRolesInternalServerError) IsClientError() bool
- func (o *GetRolesInternalServerError) IsCode(code int) bool
- func (o *GetRolesInternalServerError) IsRedirect() bool
- func (o *GetRolesInternalServerError) IsServerError() bool
- func (o *GetRolesInternalServerError) IsSuccess() bool
- func (o *GetRolesInternalServerError) String() string
- type GetRolesNotFound
- func (o *GetRolesNotFound) Code() int
- func (o *GetRolesNotFound) Error() string
- func (o *GetRolesNotFound) GetPayload() *models.MsaEntitiesResponse
- func (o *GetRolesNotFound) IsClientError() bool
- func (o *GetRolesNotFound) IsCode(code int) bool
- func (o *GetRolesNotFound) IsRedirect() bool
- func (o *GetRolesNotFound) IsServerError() bool
- func (o *GetRolesNotFound) IsSuccess() bool
- func (o *GetRolesNotFound) String() string
- type GetRolesOK
- func (o *GetRolesOK) Code() int
- func (o *GetRolesOK) Error() string
- func (o *GetRolesOK) GetPayload() *models.APIUserRoleResponse
- func (o *GetRolesOK) IsClientError() bool
- func (o *GetRolesOK) IsCode(code int) bool
- func (o *GetRolesOK) IsRedirect() bool
- func (o *GetRolesOK) IsServerError() bool
- func (o *GetRolesOK) IsSuccess() bool
- func (o *GetRolesOK) String() string
- type GetRolesParams
- func (o *GetRolesParams) SetContext(ctx context.Context)
- func (o *GetRolesParams) SetDefaults()
- func (o *GetRolesParams) SetHTTPClient(client *http.Client)
- func (o *GetRolesParams) SetIds(ids []string)
- func (o *GetRolesParams) SetTimeout(timeout time.Duration)
- func (o *GetRolesParams) WithContext(ctx context.Context) *GetRolesParams
- func (o *GetRolesParams) WithDefaults() *GetRolesParams
- func (o *GetRolesParams) WithHTTPClient(client *http.Client) *GetRolesParams
- func (o *GetRolesParams) WithIds(ids []string) *GetRolesParams
- func (o *GetRolesParams) WithTimeout(timeout time.Duration) *GetRolesParams
- func (o *GetRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRolesReader
- type GetRolesTooManyRequests
- func (o *GetRolesTooManyRequests) Code() int
- func (o *GetRolesTooManyRequests) Error() string
- func (o *GetRolesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetRolesTooManyRequests) IsClientError() bool
- func (o *GetRolesTooManyRequests) IsCode(code int) bool
- func (o *GetRolesTooManyRequests) IsRedirect() bool
- func (o *GetRolesTooManyRequests) IsServerError() bool
- func (o *GetRolesTooManyRequests) IsSuccess() bool
- func (o *GetRolesTooManyRequests) String() string
- type GetUserRoleIdsBadRequest
- func (o *GetUserRoleIdsBadRequest) Code() int
- func (o *GetUserRoleIdsBadRequest) Error() string
- func (o *GetUserRoleIdsBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *GetUserRoleIdsBadRequest) IsClientError() bool
- func (o *GetUserRoleIdsBadRequest) IsCode(code int) bool
- func (o *GetUserRoleIdsBadRequest) IsRedirect() bool
- func (o *GetUserRoleIdsBadRequest) IsServerError() bool
- func (o *GetUserRoleIdsBadRequest) IsSuccess() bool
- func (o *GetUserRoleIdsBadRequest) String() string
- type GetUserRoleIdsForbidden
- func (o *GetUserRoleIdsForbidden) Code() int
- func (o *GetUserRoleIdsForbidden) Error() string
- func (o *GetUserRoleIdsForbidden) GetPayload() *models.MsaQueryResponse
- func (o *GetUserRoleIdsForbidden) IsClientError() bool
- func (o *GetUserRoleIdsForbidden) IsCode(code int) bool
- func (o *GetUserRoleIdsForbidden) IsRedirect() bool
- func (o *GetUserRoleIdsForbidden) IsServerError() bool
- func (o *GetUserRoleIdsForbidden) IsSuccess() bool
- func (o *GetUserRoleIdsForbidden) String() string
- type GetUserRoleIdsInternalServerError
- func (o *GetUserRoleIdsInternalServerError) Code() int
- func (o *GetUserRoleIdsInternalServerError) Error() string
- func (o *GetUserRoleIdsInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *GetUserRoleIdsInternalServerError) IsClientError() bool
- func (o *GetUserRoleIdsInternalServerError) IsCode(code int) bool
- func (o *GetUserRoleIdsInternalServerError) IsRedirect() bool
- func (o *GetUserRoleIdsInternalServerError) IsServerError() bool
- func (o *GetUserRoleIdsInternalServerError) IsSuccess() bool
- func (o *GetUserRoleIdsInternalServerError) String() string
- type GetUserRoleIdsOK
- func (o *GetUserRoleIdsOK) Code() int
- func (o *GetUserRoleIdsOK) Error() string
- func (o *GetUserRoleIdsOK) GetPayload() *models.MsaQueryResponse
- func (o *GetUserRoleIdsOK) IsClientError() bool
- func (o *GetUserRoleIdsOK) IsCode(code int) bool
- func (o *GetUserRoleIdsOK) IsRedirect() bool
- func (o *GetUserRoleIdsOK) IsServerError() bool
- func (o *GetUserRoleIdsOK) IsSuccess() bool
- func (o *GetUserRoleIdsOK) String() string
- type GetUserRoleIdsParams
- func NewGetUserRoleIdsParams() *GetUserRoleIdsParams
- func NewGetUserRoleIdsParamsWithContext(ctx context.Context) *GetUserRoleIdsParams
- func NewGetUserRoleIdsParamsWithHTTPClient(client *http.Client) *GetUserRoleIdsParams
- func NewGetUserRoleIdsParamsWithTimeout(timeout time.Duration) *GetUserRoleIdsParams
- func (o *GetUserRoleIdsParams) SetContext(ctx context.Context)
- func (o *GetUserRoleIdsParams) SetDefaults()
- func (o *GetUserRoleIdsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserRoleIdsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserRoleIdsParams) SetUserUUID(userUUID string)
- func (o *GetUserRoleIdsParams) WithContext(ctx context.Context) *GetUserRoleIdsParams
- func (o *GetUserRoleIdsParams) WithDefaults() *GetUserRoleIdsParams
- func (o *GetUserRoleIdsParams) WithHTTPClient(client *http.Client) *GetUserRoleIdsParams
- func (o *GetUserRoleIdsParams) WithTimeout(timeout time.Duration) *GetUserRoleIdsParams
- func (o *GetUserRoleIdsParams) WithUserUUID(userUUID string) *GetUserRoleIdsParams
- func (o *GetUserRoleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserRoleIdsReader
- type GetUserRoleIdsTooManyRequests
- func (o *GetUserRoleIdsTooManyRequests) Code() int
- func (o *GetUserRoleIdsTooManyRequests) Error() string
- func (o *GetUserRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetUserRoleIdsTooManyRequests) IsClientError() bool
- func (o *GetUserRoleIdsTooManyRequests) IsCode(code int) bool
- func (o *GetUserRoleIdsTooManyRequests) IsRedirect() bool
- func (o *GetUserRoleIdsTooManyRequests) IsServerError() bool
- func (o *GetUserRoleIdsTooManyRequests) IsSuccess() bool
- func (o *GetUserRoleIdsTooManyRequests) String() string
- type GrantUserRoleIdsBadRequest
- func (o *GrantUserRoleIdsBadRequest) Code() int
- func (o *GrantUserRoleIdsBadRequest) Error() string
- func (o *GrantUserRoleIdsBadRequest) GetPayload() *models.MsaEntitiesResponse
- func (o *GrantUserRoleIdsBadRequest) IsClientError() bool
- func (o *GrantUserRoleIdsBadRequest) IsCode(code int) bool
- func (o *GrantUserRoleIdsBadRequest) IsRedirect() bool
- func (o *GrantUserRoleIdsBadRequest) IsServerError() bool
- func (o *GrantUserRoleIdsBadRequest) IsSuccess() bool
- func (o *GrantUserRoleIdsBadRequest) String() string
- type GrantUserRoleIdsForbidden
- func (o *GrantUserRoleIdsForbidden) Code() int
- func (o *GrantUserRoleIdsForbidden) Error() string
- func (o *GrantUserRoleIdsForbidden) GetPayload() *models.MsaEntitiesResponse
- func (o *GrantUserRoleIdsForbidden) IsClientError() bool
- func (o *GrantUserRoleIdsForbidden) IsCode(code int) bool
- func (o *GrantUserRoleIdsForbidden) IsRedirect() bool
- func (o *GrantUserRoleIdsForbidden) IsServerError() bool
- func (o *GrantUserRoleIdsForbidden) IsSuccess() bool
- func (o *GrantUserRoleIdsForbidden) String() string
- type GrantUserRoleIdsInternalServerError
- func (o *GrantUserRoleIdsInternalServerError) Code() int
- func (o *GrantUserRoleIdsInternalServerError) Error() string
- func (o *GrantUserRoleIdsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GrantUserRoleIdsInternalServerError) IsClientError() bool
- func (o *GrantUserRoleIdsInternalServerError) IsCode(code int) bool
- func (o *GrantUserRoleIdsInternalServerError) IsRedirect() bool
- func (o *GrantUserRoleIdsInternalServerError) IsServerError() bool
- func (o *GrantUserRoleIdsInternalServerError) IsSuccess() bool
- func (o *GrantUserRoleIdsInternalServerError) String() string
- type GrantUserRoleIdsOK
- func (o *GrantUserRoleIdsOK) Code() int
- func (o *GrantUserRoleIdsOK) Error() string
- func (o *GrantUserRoleIdsOK) GetPayload() *models.APIUserRoleIDsResponse
- func (o *GrantUserRoleIdsOK) IsClientError() bool
- func (o *GrantUserRoleIdsOK) IsCode(code int) bool
- func (o *GrantUserRoleIdsOK) IsRedirect() bool
- func (o *GrantUserRoleIdsOK) IsServerError() bool
- func (o *GrantUserRoleIdsOK) IsSuccess() bool
- func (o *GrantUserRoleIdsOK) String() string
- type GrantUserRoleIdsParams
- func NewGrantUserRoleIdsParams() *GrantUserRoleIdsParams
- func NewGrantUserRoleIdsParamsWithContext(ctx context.Context) *GrantUserRoleIdsParams
- func NewGrantUserRoleIdsParamsWithHTTPClient(client *http.Client) *GrantUserRoleIdsParams
- func NewGrantUserRoleIdsParamsWithTimeout(timeout time.Duration) *GrantUserRoleIdsParams
- func (o *GrantUserRoleIdsParams) SetBody(body *models.DomainRoleIDs)
- func (o *GrantUserRoleIdsParams) SetContext(ctx context.Context)
- func (o *GrantUserRoleIdsParams) SetDefaults()
- func (o *GrantUserRoleIdsParams) SetHTTPClient(client *http.Client)
- func (o *GrantUserRoleIdsParams) SetTimeout(timeout time.Duration)
- func (o *GrantUserRoleIdsParams) SetUserUUID(userUUID string)
- func (o *GrantUserRoleIdsParams) WithBody(body *models.DomainRoleIDs) *GrantUserRoleIdsParams
- func (o *GrantUserRoleIdsParams) WithContext(ctx context.Context) *GrantUserRoleIdsParams
- func (o *GrantUserRoleIdsParams) WithDefaults() *GrantUserRoleIdsParams
- func (o *GrantUserRoleIdsParams) WithHTTPClient(client *http.Client) *GrantUserRoleIdsParams
- func (o *GrantUserRoleIdsParams) WithTimeout(timeout time.Duration) *GrantUserRoleIdsParams
- func (o *GrantUserRoleIdsParams) WithUserUUID(userUUID string) *GrantUserRoleIdsParams
- func (o *GrantUserRoleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GrantUserRoleIdsReader
- type GrantUserRoleIdsTooManyRequests
- func (o *GrantUserRoleIdsTooManyRequests) Code() int
- func (o *GrantUserRoleIdsTooManyRequests) Error() string
- func (o *GrantUserRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GrantUserRoleIdsTooManyRequests) IsClientError() bool
- func (o *GrantUserRoleIdsTooManyRequests) IsCode(code int) bool
- func (o *GrantUserRoleIdsTooManyRequests) IsRedirect() bool
- func (o *GrantUserRoleIdsTooManyRequests) IsServerError() bool
- func (o *GrantUserRoleIdsTooManyRequests) IsSuccess() bool
- func (o *GrantUserRoleIdsTooManyRequests) String() string
- type QueriesRolesV1BadRequest
- func (o *QueriesRolesV1BadRequest) Code() int
- func (o *QueriesRolesV1BadRequest) Error() string
- func (o *QueriesRolesV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *QueriesRolesV1BadRequest) IsClientError() bool
- func (o *QueriesRolesV1BadRequest) IsCode(code int) bool
- func (o *QueriesRolesV1BadRequest) IsRedirect() bool
- func (o *QueriesRolesV1BadRequest) IsServerError() bool
- func (o *QueriesRolesV1BadRequest) IsSuccess() bool
- func (o *QueriesRolesV1BadRequest) String() string
- type QueriesRolesV1Forbidden
- func (o *QueriesRolesV1Forbidden) Code() int
- func (o *QueriesRolesV1Forbidden) Error() string
- func (o *QueriesRolesV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *QueriesRolesV1Forbidden) IsClientError() bool
- func (o *QueriesRolesV1Forbidden) IsCode(code int) bool
- func (o *QueriesRolesV1Forbidden) IsRedirect() bool
- func (o *QueriesRolesV1Forbidden) IsServerError() bool
- func (o *QueriesRolesV1Forbidden) IsSuccess() bool
- func (o *QueriesRolesV1Forbidden) String() string
- type QueriesRolesV1InternalServerError
- func (o *QueriesRolesV1InternalServerError) Code() int
- func (o *QueriesRolesV1InternalServerError) Error() string
- func (o *QueriesRolesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *QueriesRolesV1InternalServerError) IsClientError() bool
- func (o *QueriesRolesV1InternalServerError) IsCode(code int) bool
- func (o *QueriesRolesV1InternalServerError) IsRedirect() bool
- func (o *QueriesRolesV1InternalServerError) IsServerError() bool
- func (o *QueriesRolesV1InternalServerError) IsSuccess() bool
- func (o *QueriesRolesV1InternalServerError) String() string
- type QueriesRolesV1OK
- func (o *QueriesRolesV1OK) Code() int
- func (o *QueriesRolesV1OK) Error() string
- func (o *QueriesRolesV1OK) GetPayload() *models.MsaspecQueryResponse
- func (o *QueriesRolesV1OK) IsClientError() bool
- func (o *QueriesRolesV1OK) IsCode(code int) bool
- func (o *QueriesRolesV1OK) IsRedirect() bool
- func (o *QueriesRolesV1OK) IsServerError() bool
- func (o *QueriesRolesV1OK) IsSuccess() bool
- func (o *QueriesRolesV1OK) String() string
- type QueriesRolesV1Params
- func NewQueriesRolesV1Params() *QueriesRolesV1Params
- func NewQueriesRolesV1ParamsWithContext(ctx context.Context) *QueriesRolesV1Params
- func NewQueriesRolesV1ParamsWithHTTPClient(client *http.Client) *QueriesRolesV1Params
- func NewQueriesRolesV1ParamsWithTimeout(timeout time.Duration) *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) SetAction(action *string)
- func (o *QueriesRolesV1Params) SetCid(cid *string)
- func (o *QueriesRolesV1Params) SetContext(ctx context.Context)
- func (o *QueriesRolesV1Params) SetDefaults()
- func (o *QueriesRolesV1Params) SetHTTPClient(client *http.Client)
- func (o *QueriesRolesV1Params) SetTimeout(timeout time.Duration)
- func (o *QueriesRolesV1Params) SetUserUUID(userUUID *string)
- func (o *QueriesRolesV1Params) WithAction(action *string) *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) WithCid(cid *string) *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) WithContext(ctx context.Context) *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) WithDefaults() *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) WithHTTPClient(client *http.Client) *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) WithTimeout(timeout time.Duration) *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) WithUserUUID(userUUID *string) *QueriesRolesV1Params
- func (o *QueriesRolesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueriesRolesV1Reader
- type QueriesRolesV1TooManyRequests
- func (o *QueriesRolesV1TooManyRequests) Code() int
- func (o *QueriesRolesV1TooManyRequests) Error() string
- func (o *QueriesRolesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueriesRolesV1TooManyRequests) IsClientError() bool
- func (o *QueriesRolesV1TooManyRequests) IsCode(code int) bool
- func (o *QueriesRolesV1TooManyRequests) IsRedirect() bool
- func (o *QueriesRolesV1TooManyRequests) IsServerError() bool
- func (o *QueriesRolesV1TooManyRequests) IsSuccess() bool
- func (o *QueriesRolesV1TooManyRequests) String() string
- type QueryUserV1BadRequest
- func (o *QueryUserV1BadRequest) Code() int
- func (o *QueryUserV1BadRequest) Error() string
- func (o *QueryUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *QueryUserV1BadRequest) IsClientError() bool
- func (o *QueryUserV1BadRequest) IsCode(code int) bool
- func (o *QueryUserV1BadRequest) IsRedirect() bool
- func (o *QueryUserV1BadRequest) IsServerError() bool
- func (o *QueryUserV1BadRequest) IsSuccess() bool
- func (o *QueryUserV1BadRequest) String() string
- type QueryUserV1Forbidden
- func (o *QueryUserV1Forbidden) Code() int
- func (o *QueryUserV1Forbidden) Error() string
- func (o *QueryUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *QueryUserV1Forbidden) IsClientError() bool
- func (o *QueryUserV1Forbidden) IsCode(code int) bool
- func (o *QueryUserV1Forbidden) IsRedirect() bool
- func (o *QueryUserV1Forbidden) IsServerError() bool
- func (o *QueryUserV1Forbidden) IsSuccess() bool
- func (o *QueryUserV1Forbidden) String() string
- type QueryUserV1InternalServerError
- func (o *QueryUserV1InternalServerError) Code() int
- func (o *QueryUserV1InternalServerError) Error() string
- func (o *QueryUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *QueryUserV1InternalServerError) IsClientError() bool
- func (o *QueryUserV1InternalServerError) IsCode(code int) bool
- func (o *QueryUserV1InternalServerError) IsRedirect() bool
- func (o *QueryUserV1InternalServerError) IsServerError() bool
- func (o *QueryUserV1InternalServerError) IsSuccess() bool
- func (o *QueryUserV1InternalServerError) String() string
- type QueryUserV1OK
- func (o *QueryUserV1OK) Code() int
- func (o *QueryUserV1OK) Error() string
- func (o *QueryUserV1OK) GetPayload() *models.MsaspecQueryResponse
- func (o *QueryUserV1OK) IsClientError() bool
- func (o *QueryUserV1OK) IsCode(code int) bool
- func (o *QueryUserV1OK) IsRedirect() bool
- func (o *QueryUserV1OK) IsServerError() bool
- func (o *QueryUserV1OK) IsSuccess() bool
- func (o *QueryUserV1OK) String() string
- type QueryUserV1Params
- func (o *QueryUserV1Params) SetContext(ctx context.Context)
- func (o *QueryUserV1Params) SetDefaults()
- func (o *QueryUserV1Params) SetFilter(filter *string)
- func (o *QueryUserV1Params) SetHTTPClient(client *http.Client)
- func (o *QueryUserV1Params) SetLimit(limit *int64)
- func (o *QueryUserV1Params) SetOffset(offset *int64)
- func (o *QueryUserV1Params) SetSort(sort *string)
- func (o *QueryUserV1Params) SetTimeout(timeout time.Duration)
- func (o *QueryUserV1Params) WithContext(ctx context.Context) *QueryUserV1Params
- func (o *QueryUserV1Params) WithDefaults() *QueryUserV1Params
- func (o *QueryUserV1Params) WithFilter(filter *string) *QueryUserV1Params
- func (o *QueryUserV1Params) WithHTTPClient(client *http.Client) *QueryUserV1Params
- func (o *QueryUserV1Params) WithLimit(limit *int64) *QueryUserV1Params
- func (o *QueryUserV1Params) WithOffset(offset *int64) *QueryUserV1Params
- func (o *QueryUserV1Params) WithSort(sort *string) *QueryUserV1Params
- func (o *QueryUserV1Params) WithTimeout(timeout time.Duration) *QueryUserV1Params
- func (o *QueryUserV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryUserV1Reader
- type QueryUserV1TooManyRequests
- func (o *QueryUserV1TooManyRequests) Code() int
- func (o *QueryUserV1TooManyRequests) Error() string
- func (o *QueryUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryUserV1TooManyRequests) IsClientError() bool
- func (o *QueryUserV1TooManyRequests) IsCode(code int) bool
- func (o *QueryUserV1TooManyRequests) IsRedirect() bool
- func (o *QueryUserV1TooManyRequests) IsServerError() bool
- func (o *QueryUserV1TooManyRequests) IsSuccess() bool
- func (o *QueryUserV1TooManyRequests) String() string
- type RetrieveEmailsByCIDBadRequest
- func (o *RetrieveEmailsByCIDBadRequest) Code() int
- func (o *RetrieveEmailsByCIDBadRequest) Error() string
- func (o *RetrieveEmailsByCIDBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveEmailsByCIDBadRequest) IsClientError() bool
- func (o *RetrieveEmailsByCIDBadRequest) IsCode(code int) bool
- func (o *RetrieveEmailsByCIDBadRequest) IsRedirect() bool
- func (o *RetrieveEmailsByCIDBadRequest) IsServerError() bool
- func (o *RetrieveEmailsByCIDBadRequest) IsSuccess() bool
- func (o *RetrieveEmailsByCIDBadRequest) String() string
- type RetrieveEmailsByCIDForbidden
- func (o *RetrieveEmailsByCIDForbidden) Code() int
- func (o *RetrieveEmailsByCIDForbidden) Error() string
- func (o *RetrieveEmailsByCIDForbidden) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveEmailsByCIDForbidden) IsClientError() bool
- func (o *RetrieveEmailsByCIDForbidden) IsCode(code int) bool
- func (o *RetrieveEmailsByCIDForbidden) IsRedirect() bool
- func (o *RetrieveEmailsByCIDForbidden) IsServerError() bool
- func (o *RetrieveEmailsByCIDForbidden) IsSuccess() bool
- func (o *RetrieveEmailsByCIDForbidden) String() string
- type RetrieveEmailsByCIDInternalServerError
- func (o *RetrieveEmailsByCIDInternalServerError) Code() int
- func (o *RetrieveEmailsByCIDInternalServerError) Error() string
- func (o *RetrieveEmailsByCIDInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveEmailsByCIDInternalServerError) IsClientError() bool
- func (o *RetrieveEmailsByCIDInternalServerError) IsCode(code int) bool
- func (o *RetrieveEmailsByCIDInternalServerError) IsRedirect() bool
- func (o *RetrieveEmailsByCIDInternalServerError) IsServerError() bool
- func (o *RetrieveEmailsByCIDInternalServerError) IsSuccess() bool
- func (o *RetrieveEmailsByCIDInternalServerError) String() string
- type RetrieveEmailsByCIDOK
- func (o *RetrieveEmailsByCIDOK) Code() int
- func (o *RetrieveEmailsByCIDOK) Error() string
- func (o *RetrieveEmailsByCIDOK) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveEmailsByCIDOK) IsClientError() bool
- func (o *RetrieveEmailsByCIDOK) IsCode(code int) bool
- func (o *RetrieveEmailsByCIDOK) IsRedirect() bool
- func (o *RetrieveEmailsByCIDOK) IsServerError() bool
- func (o *RetrieveEmailsByCIDOK) IsSuccess() bool
- func (o *RetrieveEmailsByCIDOK) String() string
- type RetrieveEmailsByCIDParams
- func NewRetrieveEmailsByCIDParams() *RetrieveEmailsByCIDParams
- func NewRetrieveEmailsByCIDParamsWithContext(ctx context.Context) *RetrieveEmailsByCIDParams
- func NewRetrieveEmailsByCIDParamsWithHTTPClient(client *http.Client) *RetrieveEmailsByCIDParams
- func NewRetrieveEmailsByCIDParamsWithTimeout(timeout time.Duration) *RetrieveEmailsByCIDParams
- func (o *RetrieveEmailsByCIDParams) SetContext(ctx context.Context)
- func (o *RetrieveEmailsByCIDParams) SetDefaults()
- func (o *RetrieveEmailsByCIDParams) SetHTTPClient(client *http.Client)
- func (o *RetrieveEmailsByCIDParams) SetTimeout(timeout time.Duration)
- func (o *RetrieveEmailsByCIDParams) WithContext(ctx context.Context) *RetrieveEmailsByCIDParams
- func (o *RetrieveEmailsByCIDParams) WithDefaults() *RetrieveEmailsByCIDParams
- func (o *RetrieveEmailsByCIDParams) WithHTTPClient(client *http.Client) *RetrieveEmailsByCIDParams
- func (o *RetrieveEmailsByCIDParams) WithTimeout(timeout time.Duration) *RetrieveEmailsByCIDParams
- func (o *RetrieveEmailsByCIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveEmailsByCIDReader
- type RetrieveEmailsByCIDTooManyRequests
- func (o *RetrieveEmailsByCIDTooManyRequests) Code() int
- func (o *RetrieveEmailsByCIDTooManyRequests) Error() string
- func (o *RetrieveEmailsByCIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveEmailsByCIDTooManyRequests) IsClientError() bool
- func (o *RetrieveEmailsByCIDTooManyRequests) IsCode(code int) bool
- func (o *RetrieveEmailsByCIDTooManyRequests) IsRedirect() bool
- func (o *RetrieveEmailsByCIDTooManyRequests) IsServerError() bool
- func (o *RetrieveEmailsByCIDTooManyRequests) IsSuccess() bool
- func (o *RetrieveEmailsByCIDTooManyRequests) String() string
- type RetrieveUserBadRequest
- func (o *RetrieveUserBadRequest) Code() int
- func (o *RetrieveUserBadRequest) Error() string
- func (o *RetrieveUserBadRequest) GetPayload() *models.MsaEntitiesResponse
- func (o *RetrieveUserBadRequest) IsClientError() bool
- func (o *RetrieveUserBadRequest) IsCode(code int) bool
- func (o *RetrieveUserBadRequest) IsRedirect() bool
- func (o *RetrieveUserBadRequest) IsServerError() bool
- func (o *RetrieveUserBadRequest) IsSuccess() bool
- func (o *RetrieveUserBadRequest) String() string
- type RetrieveUserForbidden
- func (o *RetrieveUserForbidden) Code() int
- func (o *RetrieveUserForbidden) Error() string
- func (o *RetrieveUserForbidden) GetPayload() *models.MsaEntitiesResponse
- func (o *RetrieveUserForbidden) IsClientError() bool
- func (o *RetrieveUserForbidden) IsCode(code int) bool
- func (o *RetrieveUserForbidden) IsRedirect() bool
- func (o *RetrieveUserForbidden) IsServerError() bool
- func (o *RetrieveUserForbidden) IsSuccess() bool
- func (o *RetrieveUserForbidden) String() string
- type RetrieveUserInternalServerError
- func (o *RetrieveUserInternalServerError) Code() int
- func (o *RetrieveUserInternalServerError) Error() string
- func (o *RetrieveUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveUserInternalServerError) IsClientError() bool
- func (o *RetrieveUserInternalServerError) IsCode(code int) bool
- func (o *RetrieveUserInternalServerError) IsRedirect() bool
- func (o *RetrieveUserInternalServerError) IsServerError() bool
- func (o *RetrieveUserInternalServerError) IsSuccess() bool
- func (o *RetrieveUserInternalServerError) String() string
- type RetrieveUserNotFound
- func (o *RetrieveUserNotFound) Code() int
- func (o *RetrieveUserNotFound) Error() string
- func (o *RetrieveUserNotFound) GetPayload() *models.MsaEntitiesResponse
- func (o *RetrieveUserNotFound) IsClientError() bool
- func (o *RetrieveUserNotFound) IsCode(code int) bool
- func (o *RetrieveUserNotFound) IsRedirect() bool
- func (o *RetrieveUserNotFound) IsServerError() bool
- func (o *RetrieveUserNotFound) IsSuccess() bool
- func (o *RetrieveUserNotFound) String() string
- type RetrieveUserOK
- func (o *RetrieveUserOK) Code() int
- func (o *RetrieveUserOK) Error() string
- func (o *RetrieveUserOK) GetPayload() *models.APIUserMetadataResponse
- func (o *RetrieveUserOK) IsClientError() bool
- func (o *RetrieveUserOK) IsCode(code int) bool
- func (o *RetrieveUserOK) IsRedirect() bool
- func (o *RetrieveUserOK) IsServerError() bool
- func (o *RetrieveUserOK) IsSuccess() bool
- func (o *RetrieveUserOK) String() string
- type RetrieveUserParams
- func (o *RetrieveUserParams) SetContext(ctx context.Context)
- func (o *RetrieveUserParams) SetDefaults()
- func (o *RetrieveUserParams) SetHTTPClient(client *http.Client)
- func (o *RetrieveUserParams) SetIds(ids []string)
- func (o *RetrieveUserParams) SetTimeout(timeout time.Duration)
- func (o *RetrieveUserParams) WithContext(ctx context.Context) *RetrieveUserParams
- func (o *RetrieveUserParams) WithDefaults() *RetrieveUserParams
- func (o *RetrieveUserParams) WithHTTPClient(client *http.Client) *RetrieveUserParams
- func (o *RetrieveUserParams) WithIds(ids []string) *RetrieveUserParams
- func (o *RetrieveUserParams) WithTimeout(timeout time.Duration) *RetrieveUserParams
- func (o *RetrieveUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveUserReader
- type RetrieveUserTooManyRequests
- func (o *RetrieveUserTooManyRequests) Code() int
- func (o *RetrieveUserTooManyRequests) Error() string
- func (o *RetrieveUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveUserTooManyRequests) IsClientError() bool
- func (o *RetrieveUserTooManyRequests) IsCode(code int) bool
- func (o *RetrieveUserTooManyRequests) IsRedirect() bool
- func (o *RetrieveUserTooManyRequests) IsServerError() bool
- func (o *RetrieveUserTooManyRequests) IsSuccess() bool
- func (o *RetrieveUserTooManyRequests) String() string
- type RetrieveUserUUIDBadRequest
- func (o *RetrieveUserUUIDBadRequest) Code() int
- func (o *RetrieveUserUUIDBadRequest) Error() string
- func (o *RetrieveUserUUIDBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveUserUUIDBadRequest) IsClientError() bool
- func (o *RetrieveUserUUIDBadRequest) IsCode(code int) bool
- func (o *RetrieveUserUUIDBadRequest) IsRedirect() bool
- func (o *RetrieveUserUUIDBadRequest) IsServerError() bool
- func (o *RetrieveUserUUIDBadRequest) IsSuccess() bool
- func (o *RetrieveUserUUIDBadRequest) String() string
- type RetrieveUserUUIDForbidden
- func (o *RetrieveUserUUIDForbidden) Code() int
- func (o *RetrieveUserUUIDForbidden) Error() string
- func (o *RetrieveUserUUIDForbidden) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveUserUUIDForbidden) IsClientError() bool
- func (o *RetrieveUserUUIDForbidden) IsCode(code int) bool
- func (o *RetrieveUserUUIDForbidden) IsRedirect() bool
- func (o *RetrieveUserUUIDForbidden) IsServerError() bool
- func (o *RetrieveUserUUIDForbidden) IsSuccess() bool
- func (o *RetrieveUserUUIDForbidden) String() string
- type RetrieveUserUUIDInternalServerError
- func (o *RetrieveUserUUIDInternalServerError) Code() int
- func (o *RetrieveUserUUIDInternalServerError) Error() string
- func (o *RetrieveUserUUIDInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveUserUUIDInternalServerError) IsClientError() bool
- func (o *RetrieveUserUUIDInternalServerError) IsCode(code int) bool
- func (o *RetrieveUserUUIDInternalServerError) IsRedirect() bool
- func (o *RetrieveUserUUIDInternalServerError) IsServerError() bool
- func (o *RetrieveUserUUIDInternalServerError) IsSuccess() bool
- func (o *RetrieveUserUUIDInternalServerError) String() string
- type RetrieveUserUUIDNotFound
- func (o *RetrieveUserUUIDNotFound) Code() int
- func (o *RetrieveUserUUIDNotFound) Error() string
- func (o *RetrieveUserUUIDNotFound) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveUserUUIDNotFound) IsClientError() bool
- func (o *RetrieveUserUUIDNotFound) IsCode(code int) bool
- func (o *RetrieveUserUUIDNotFound) IsRedirect() bool
- func (o *RetrieveUserUUIDNotFound) IsServerError() bool
- func (o *RetrieveUserUUIDNotFound) IsSuccess() bool
- func (o *RetrieveUserUUIDNotFound) String() string
- type RetrieveUserUUIDOK
- func (o *RetrieveUserUUIDOK) Code() int
- func (o *RetrieveUserUUIDOK) Error() string
- func (o *RetrieveUserUUIDOK) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveUserUUIDOK) IsClientError() bool
- func (o *RetrieveUserUUIDOK) IsCode(code int) bool
- func (o *RetrieveUserUUIDOK) IsRedirect() bool
- func (o *RetrieveUserUUIDOK) IsServerError() bool
- func (o *RetrieveUserUUIDOK) IsSuccess() bool
- func (o *RetrieveUserUUIDOK) String() string
- type RetrieveUserUUIDParams
- func NewRetrieveUserUUIDParams() *RetrieveUserUUIDParams
- func NewRetrieveUserUUIDParamsWithContext(ctx context.Context) *RetrieveUserUUIDParams
- func NewRetrieveUserUUIDParamsWithHTTPClient(client *http.Client) *RetrieveUserUUIDParams
- func NewRetrieveUserUUIDParamsWithTimeout(timeout time.Duration) *RetrieveUserUUIDParams
- func (o *RetrieveUserUUIDParams) SetContext(ctx context.Context)
- func (o *RetrieveUserUUIDParams) SetDefaults()
- func (o *RetrieveUserUUIDParams) SetHTTPClient(client *http.Client)
- func (o *RetrieveUserUUIDParams) SetTimeout(timeout time.Duration)
- func (o *RetrieveUserUUIDParams) SetUID(uid []string)
- func (o *RetrieveUserUUIDParams) WithContext(ctx context.Context) *RetrieveUserUUIDParams
- func (o *RetrieveUserUUIDParams) WithDefaults() *RetrieveUserUUIDParams
- func (o *RetrieveUserUUIDParams) WithHTTPClient(client *http.Client) *RetrieveUserUUIDParams
- func (o *RetrieveUserUUIDParams) WithTimeout(timeout time.Duration) *RetrieveUserUUIDParams
- func (o *RetrieveUserUUIDParams) WithUID(uid []string) *RetrieveUserUUIDParams
- func (o *RetrieveUserUUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveUserUUIDReader
- type RetrieveUserUUIDTooManyRequests
- func (o *RetrieveUserUUIDTooManyRequests) Code() int
- func (o *RetrieveUserUUIDTooManyRequests) Error() string
- func (o *RetrieveUserUUIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveUserUUIDTooManyRequests) IsClientError() bool
- func (o *RetrieveUserUUIDTooManyRequests) IsCode(code int) bool
- func (o *RetrieveUserUUIDTooManyRequests) IsRedirect() bool
- func (o *RetrieveUserUUIDTooManyRequests) IsServerError() bool
- func (o *RetrieveUserUUIDTooManyRequests) IsSuccess() bool
- func (o *RetrieveUserUUIDTooManyRequests) String() string
- type RetrieveUserUUIDsByCIDBadRequest
- func (o *RetrieveUserUUIDsByCIDBadRequest) Code() int
- func (o *RetrieveUserUUIDsByCIDBadRequest) Error() string
- func (o *RetrieveUserUUIDsByCIDBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveUserUUIDsByCIDBadRequest) IsClientError() bool
- func (o *RetrieveUserUUIDsByCIDBadRequest) IsCode(code int) bool
- func (o *RetrieveUserUUIDsByCIDBadRequest) IsRedirect() bool
- func (o *RetrieveUserUUIDsByCIDBadRequest) IsServerError() bool
- func (o *RetrieveUserUUIDsByCIDBadRequest) IsSuccess() bool
- func (o *RetrieveUserUUIDsByCIDBadRequest) String() string
- type RetrieveUserUUIDsByCIDForbidden
- func (o *RetrieveUserUUIDsByCIDForbidden) Code() int
- func (o *RetrieveUserUUIDsByCIDForbidden) Error() string
- func (o *RetrieveUserUUIDsByCIDForbidden) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveUserUUIDsByCIDForbidden) IsClientError() bool
- func (o *RetrieveUserUUIDsByCIDForbidden) IsCode(code int) bool
- func (o *RetrieveUserUUIDsByCIDForbidden) IsRedirect() bool
- func (o *RetrieveUserUUIDsByCIDForbidden) IsServerError() bool
- func (o *RetrieveUserUUIDsByCIDForbidden) IsSuccess() bool
- func (o *RetrieveUserUUIDsByCIDForbidden) String() string
- type RetrieveUserUUIDsByCIDInternalServerError
- func (o *RetrieveUserUUIDsByCIDInternalServerError) Code() int
- func (o *RetrieveUserUUIDsByCIDInternalServerError) Error() string
- func (o *RetrieveUserUUIDsByCIDInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveUserUUIDsByCIDInternalServerError) IsClientError() bool
- func (o *RetrieveUserUUIDsByCIDInternalServerError) IsCode(code int) bool
- func (o *RetrieveUserUUIDsByCIDInternalServerError) IsRedirect() bool
- func (o *RetrieveUserUUIDsByCIDInternalServerError) IsServerError() bool
- func (o *RetrieveUserUUIDsByCIDInternalServerError) IsSuccess() bool
- func (o *RetrieveUserUUIDsByCIDInternalServerError) String() string
- type RetrieveUserUUIDsByCIDOK
- func (o *RetrieveUserUUIDsByCIDOK) Code() int
- func (o *RetrieveUserUUIDsByCIDOK) Error() string
- func (o *RetrieveUserUUIDsByCIDOK) GetPayload() *models.MsaQueryResponse
- func (o *RetrieveUserUUIDsByCIDOK) IsClientError() bool
- func (o *RetrieveUserUUIDsByCIDOK) IsCode(code int) bool
- func (o *RetrieveUserUUIDsByCIDOK) IsRedirect() bool
- func (o *RetrieveUserUUIDsByCIDOK) IsServerError() bool
- func (o *RetrieveUserUUIDsByCIDOK) IsSuccess() bool
- func (o *RetrieveUserUUIDsByCIDOK) String() string
- type RetrieveUserUUIDsByCIDParams
- func NewRetrieveUserUUIDsByCIDParams() *RetrieveUserUUIDsByCIDParams
- func NewRetrieveUserUUIDsByCIDParamsWithContext(ctx context.Context) *RetrieveUserUUIDsByCIDParams
- func NewRetrieveUserUUIDsByCIDParamsWithHTTPClient(client *http.Client) *RetrieveUserUUIDsByCIDParams
- func NewRetrieveUserUUIDsByCIDParamsWithTimeout(timeout time.Duration) *RetrieveUserUUIDsByCIDParams
- func (o *RetrieveUserUUIDsByCIDParams) SetContext(ctx context.Context)
- func (o *RetrieveUserUUIDsByCIDParams) SetDefaults()
- func (o *RetrieveUserUUIDsByCIDParams) SetHTTPClient(client *http.Client)
- func (o *RetrieveUserUUIDsByCIDParams) SetTimeout(timeout time.Duration)
- func (o *RetrieveUserUUIDsByCIDParams) WithContext(ctx context.Context) *RetrieveUserUUIDsByCIDParams
- func (o *RetrieveUserUUIDsByCIDParams) WithDefaults() *RetrieveUserUUIDsByCIDParams
- func (o *RetrieveUserUUIDsByCIDParams) WithHTTPClient(client *http.Client) *RetrieveUserUUIDsByCIDParams
- func (o *RetrieveUserUUIDsByCIDParams) WithTimeout(timeout time.Duration) *RetrieveUserUUIDsByCIDParams
- func (o *RetrieveUserUUIDsByCIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveUserUUIDsByCIDReader
- type RetrieveUserUUIDsByCIDTooManyRequests
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) Code() int
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) Error() string
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsClientError() bool
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsCode(code int) bool
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsRedirect() bool
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsServerError() bool
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsSuccess() bool
- func (o *RetrieveUserUUIDsByCIDTooManyRequests) String() string
- type RetrieveUsersGETV1BadRequest
- func (o *RetrieveUsersGETV1BadRequest) Code() int
- func (o *RetrieveUsersGETV1BadRequest) Error() string
- func (o *RetrieveUsersGETV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *RetrieveUsersGETV1BadRequest) IsClientError() bool
- func (o *RetrieveUsersGETV1BadRequest) IsCode(code int) bool
- func (o *RetrieveUsersGETV1BadRequest) IsRedirect() bool
- func (o *RetrieveUsersGETV1BadRequest) IsServerError() bool
- func (o *RetrieveUsersGETV1BadRequest) IsSuccess() bool
- func (o *RetrieveUsersGETV1BadRequest) String() string
- type RetrieveUsersGETV1Forbidden
- func (o *RetrieveUsersGETV1Forbidden) Code() int
- func (o *RetrieveUsersGETV1Forbidden) Error() string
- func (o *RetrieveUsersGETV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *RetrieveUsersGETV1Forbidden) IsClientError() bool
- func (o *RetrieveUsersGETV1Forbidden) IsCode(code int) bool
- func (o *RetrieveUsersGETV1Forbidden) IsRedirect() bool
- func (o *RetrieveUsersGETV1Forbidden) IsServerError() bool
- func (o *RetrieveUsersGETV1Forbidden) IsSuccess() bool
- func (o *RetrieveUsersGETV1Forbidden) String() string
- type RetrieveUsersGETV1InternalServerError
- func (o *RetrieveUsersGETV1InternalServerError) Code() int
- func (o *RetrieveUsersGETV1InternalServerError) Error() string
- func (o *RetrieveUsersGETV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *RetrieveUsersGETV1InternalServerError) IsClientError() bool
- func (o *RetrieveUsersGETV1InternalServerError) IsCode(code int) bool
- func (o *RetrieveUsersGETV1InternalServerError) IsRedirect() bool
- func (o *RetrieveUsersGETV1InternalServerError) IsServerError() bool
- func (o *RetrieveUsersGETV1InternalServerError) IsSuccess() bool
- func (o *RetrieveUsersGETV1InternalServerError) String() string
- type RetrieveUsersGETV1OK
- func (o *RetrieveUsersGETV1OK) Code() int
- func (o *RetrieveUsersGETV1OK) Error() string
- func (o *RetrieveUsersGETV1OK) GetPayload() *models.FlightcontrolapiUserResponse
- func (o *RetrieveUsersGETV1OK) IsClientError() bool
- func (o *RetrieveUsersGETV1OK) IsCode(code int) bool
- func (o *RetrieveUsersGETV1OK) IsRedirect() bool
- func (o *RetrieveUsersGETV1OK) IsServerError() bool
- func (o *RetrieveUsersGETV1OK) IsSuccess() bool
- func (o *RetrieveUsersGETV1OK) String() string
- type RetrieveUsersGETV1Params
- func NewRetrieveUsersGETV1Params() *RetrieveUsersGETV1Params
- func NewRetrieveUsersGETV1ParamsWithContext(ctx context.Context) *RetrieveUsersGETV1Params
- func NewRetrieveUsersGETV1ParamsWithHTTPClient(client *http.Client) *RetrieveUsersGETV1Params
- func NewRetrieveUsersGETV1ParamsWithTimeout(timeout time.Duration) *RetrieveUsersGETV1Params
- func (o *RetrieveUsersGETV1Params) SetBody(body *models.MsaspecIdsRequest)
- func (o *RetrieveUsersGETV1Params) SetContext(ctx context.Context)
- func (o *RetrieveUsersGETV1Params) SetDefaults()
- func (o *RetrieveUsersGETV1Params) SetHTTPClient(client *http.Client)
- func (o *RetrieveUsersGETV1Params) SetTimeout(timeout time.Duration)
- func (o *RetrieveUsersGETV1Params) WithBody(body *models.MsaspecIdsRequest) *RetrieveUsersGETV1Params
- func (o *RetrieveUsersGETV1Params) WithContext(ctx context.Context) *RetrieveUsersGETV1Params
- func (o *RetrieveUsersGETV1Params) WithDefaults() *RetrieveUsersGETV1Params
- func (o *RetrieveUsersGETV1Params) WithHTTPClient(client *http.Client) *RetrieveUsersGETV1Params
- func (o *RetrieveUsersGETV1Params) WithTimeout(timeout time.Duration) *RetrieveUsersGETV1Params
- func (o *RetrieveUsersGETV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveUsersGETV1Reader
- type RetrieveUsersGETV1TooManyRequests
- func (o *RetrieveUsersGETV1TooManyRequests) Code() int
- func (o *RetrieveUsersGETV1TooManyRequests) Error() string
- func (o *RetrieveUsersGETV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RetrieveUsersGETV1TooManyRequests) IsClientError() bool
- func (o *RetrieveUsersGETV1TooManyRequests) IsCode(code int) bool
- func (o *RetrieveUsersGETV1TooManyRequests) IsRedirect() bool
- func (o *RetrieveUsersGETV1TooManyRequests) IsServerError() bool
- func (o *RetrieveUsersGETV1TooManyRequests) IsSuccess() bool
- func (o *RetrieveUsersGETV1TooManyRequests) String() string
- type RevokeUserRoleIdsBadRequest
- func (o *RevokeUserRoleIdsBadRequest) Code() int
- func (o *RevokeUserRoleIdsBadRequest) Error() string
- func (o *RevokeUserRoleIdsBadRequest) GetPayload() *models.MsaEntitiesResponse
- func (o *RevokeUserRoleIdsBadRequest) IsClientError() bool
- func (o *RevokeUserRoleIdsBadRequest) IsCode(code int) bool
- func (o *RevokeUserRoleIdsBadRequest) IsRedirect() bool
- func (o *RevokeUserRoleIdsBadRequest) IsServerError() bool
- func (o *RevokeUserRoleIdsBadRequest) IsSuccess() bool
- func (o *RevokeUserRoleIdsBadRequest) String() string
- type RevokeUserRoleIdsForbidden
- func (o *RevokeUserRoleIdsForbidden) Code() int
- func (o *RevokeUserRoleIdsForbidden) Error() string
- func (o *RevokeUserRoleIdsForbidden) GetPayload() *models.MsaEntitiesResponse
- func (o *RevokeUserRoleIdsForbidden) IsClientError() bool
- func (o *RevokeUserRoleIdsForbidden) IsCode(code int) bool
- func (o *RevokeUserRoleIdsForbidden) IsRedirect() bool
- func (o *RevokeUserRoleIdsForbidden) IsServerError() bool
- func (o *RevokeUserRoleIdsForbidden) IsSuccess() bool
- func (o *RevokeUserRoleIdsForbidden) String() string
- type RevokeUserRoleIdsInternalServerError
- func (o *RevokeUserRoleIdsInternalServerError) Code() int
- func (o *RevokeUserRoleIdsInternalServerError) Error() string
- func (o *RevokeUserRoleIdsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *RevokeUserRoleIdsInternalServerError) IsClientError() bool
- func (o *RevokeUserRoleIdsInternalServerError) IsCode(code int) bool
- func (o *RevokeUserRoleIdsInternalServerError) IsRedirect() bool
- func (o *RevokeUserRoleIdsInternalServerError) IsServerError() bool
- func (o *RevokeUserRoleIdsInternalServerError) IsSuccess() bool
- func (o *RevokeUserRoleIdsInternalServerError) String() string
- type RevokeUserRoleIdsOK
- func (o *RevokeUserRoleIdsOK) Code() int
- func (o *RevokeUserRoleIdsOK) Error() string
- func (o *RevokeUserRoleIdsOK) GetPayload() *models.APIUserRoleIDsResponse
- func (o *RevokeUserRoleIdsOK) IsClientError() bool
- func (o *RevokeUserRoleIdsOK) IsCode(code int) bool
- func (o *RevokeUserRoleIdsOK) IsRedirect() bool
- func (o *RevokeUserRoleIdsOK) IsServerError() bool
- func (o *RevokeUserRoleIdsOK) IsSuccess() bool
- func (o *RevokeUserRoleIdsOK) String() string
- type RevokeUserRoleIdsParams
- func NewRevokeUserRoleIdsParams() *RevokeUserRoleIdsParams
- func NewRevokeUserRoleIdsParamsWithContext(ctx context.Context) *RevokeUserRoleIdsParams
- func NewRevokeUserRoleIdsParamsWithHTTPClient(client *http.Client) *RevokeUserRoleIdsParams
- func NewRevokeUserRoleIdsParamsWithTimeout(timeout time.Duration) *RevokeUserRoleIdsParams
- func (o *RevokeUserRoleIdsParams) SetContext(ctx context.Context)
- func (o *RevokeUserRoleIdsParams) SetDefaults()
- func (o *RevokeUserRoleIdsParams) SetHTTPClient(client *http.Client)
- func (o *RevokeUserRoleIdsParams) SetIds(ids []string)
- func (o *RevokeUserRoleIdsParams) SetTimeout(timeout time.Duration)
- func (o *RevokeUserRoleIdsParams) SetUserUUID(userUUID string)
- func (o *RevokeUserRoleIdsParams) WithContext(ctx context.Context) *RevokeUserRoleIdsParams
- func (o *RevokeUserRoleIdsParams) WithDefaults() *RevokeUserRoleIdsParams
- func (o *RevokeUserRoleIdsParams) WithHTTPClient(client *http.Client) *RevokeUserRoleIdsParams
- func (o *RevokeUserRoleIdsParams) WithIds(ids []string) *RevokeUserRoleIdsParams
- func (o *RevokeUserRoleIdsParams) WithTimeout(timeout time.Duration) *RevokeUserRoleIdsParams
- func (o *RevokeUserRoleIdsParams) WithUserUUID(userUUID string) *RevokeUserRoleIdsParams
- func (o *RevokeUserRoleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeUserRoleIdsReader
- type RevokeUserRoleIdsTooManyRequests
- func (o *RevokeUserRoleIdsTooManyRequests) Code() int
- func (o *RevokeUserRoleIdsTooManyRequests) Error() string
- func (o *RevokeUserRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RevokeUserRoleIdsTooManyRequests) IsClientError() bool
- func (o *RevokeUserRoleIdsTooManyRequests) IsCode(code int) bool
- func (o *RevokeUserRoleIdsTooManyRequests) IsRedirect() bool
- func (o *RevokeUserRoleIdsTooManyRequests) IsServerError() bool
- func (o *RevokeUserRoleIdsTooManyRequests) IsSuccess() bool
- func (o *RevokeUserRoleIdsTooManyRequests) String() string
- type UpdateUserBadRequest
- func (o *UpdateUserBadRequest) Code() int
- func (o *UpdateUserBadRequest) Error() string
- func (o *UpdateUserBadRequest) GetPayload() *models.MsaEntitiesResponse
- func (o *UpdateUserBadRequest) IsClientError() bool
- func (o *UpdateUserBadRequest) IsCode(code int) bool
- func (o *UpdateUserBadRequest) IsRedirect() bool
- func (o *UpdateUserBadRequest) IsServerError() bool
- func (o *UpdateUserBadRequest) IsSuccess() bool
- func (o *UpdateUserBadRequest) String() string
- type UpdateUserForbidden
- func (o *UpdateUserForbidden) Code() int
- func (o *UpdateUserForbidden) Error() string
- func (o *UpdateUserForbidden) GetPayload() *models.MsaEntitiesResponse
- func (o *UpdateUserForbidden) IsClientError() bool
- func (o *UpdateUserForbidden) IsCode(code int) bool
- func (o *UpdateUserForbidden) IsRedirect() bool
- func (o *UpdateUserForbidden) IsServerError() bool
- func (o *UpdateUserForbidden) IsSuccess() bool
- func (o *UpdateUserForbidden) String() string
- type UpdateUserInternalServerError
- func (o *UpdateUserInternalServerError) Code() int
- func (o *UpdateUserInternalServerError) Error() string
- func (o *UpdateUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateUserInternalServerError) IsClientError() bool
- func (o *UpdateUserInternalServerError) IsCode(code int) bool
- func (o *UpdateUserInternalServerError) IsRedirect() bool
- func (o *UpdateUserInternalServerError) IsServerError() bool
- func (o *UpdateUserInternalServerError) IsSuccess() bool
- func (o *UpdateUserInternalServerError) String() string
- type UpdateUserNotFound
- func (o *UpdateUserNotFound) Code() int
- func (o *UpdateUserNotFound) Error() string
- func (o *UpdateUserNotFound) GetPayload() *models.MsaEntitiesResponse
- func (o *UpdateUserNotFound) IsClientError() bool
- func (o *UpdateUserNotFound) IsCode(code int) bool
- func (o *UpdateUserNotFound) IsRedirect() bool
- func (o *UpdateUserNotFound) IsServerError() bool
- func (o *UpdateUserNotFound) IsSuccess() bool
- func (o *UpdateUserNotFound) String() string
- type UpdateUserOK
- func (o *UpdateUserOK) Code() int
- func (o *UpdateUserOK) Error() string
- func (o *UpdateUserOK) GetPayload() *models.APIUserMetadataResponse
- func (o *UpdateUserOK) IsClientError() bool
- func (o *UpdateUserOK) IsCode(code int) bool
- func (o *UpdateUserOK) IsRedirect() bool
- func (o *UpdateUserOK) IsServerError() bool
- func (o *UpdateUserOK) IsSuccess() bool
- func (o *UpdateUserOK) String() string
- type UpdateUserParams
- func (o *UpdateUserParams) SetBody(body *models.DomainUpdateUserFields)
- func (o *UpdateUserParams) SetContext(ctx context.Context)
- func (o *UpdateUserParams) SetDefaults()
- func (o *UpdateUserParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserParams) SetUserUUID(userUUID string)
- func (o *UpdateUserParams) WithBody(body *models.DomainUpdateUserFields) *UpdateUserParams
- func (o *UpdateUserParams) WithContext(ctx context.Context) *UpdateUserParams
- func (o *UpdateUserParams) WithDefaults() *UpdateUserParams
- func (o *UpdateUserParams) WithHTTPClient(client *http.Client) *UpdateUserParams
- func (o *UpdateUserParams) WithTimeout(timeout time.Duration) *UpdateUserParams
- func (o *UpdateUserParams) WithUserUUID(userUUID string) *UpdateUserParams
- func (o *UpdateUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserReader
- type UpdateUserTooManyRequests
- func (o *UpdateUserTooManyRequests) Code() int
- func (o *UpdateUserTooManyRequests) Error() string
- func (o *UpdateUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateUserTooManyRequests) IsClientError() bool
- func (o *UpdateUserTooManyRequests) IsCode(code int) bool
- func (o *UpdateUserTooManyRequests) IsRedirect() bool
- func (o *UpdateUserTooManyRequests) IsServerError() bool
- func (o *UpdateUserTooManyRequests) IsSuccess() bool
- func (o *UpdateUserTooManyRequests) String() string
- type UpdateUserV1BadRequest
- func (o *UpdateUserV1BadRequest) Code() int
- func (o *UpdateUserV1BadRequest) Error() string
- func (o *UpdateUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *UpdateUserV1BadRequest) IsClientError() bool
- func (o *UpdateUserV1BadRequest) IsCode(code int) bool
- func (o *UpdateUserV1BadRequest) IsRedirect() bool
- func (o *UpdateUserV1BadRequest) IsServerError() bool
- func (o *UpdateUserV1BadRequest) IsSuccess() bool
- func (o *UpdateUserV1BadRequest) String() string
- type UpdateUserV1Forbidden
- func (o *UpdateUserV1Forbidden) Code() int
- func (o *UpdateUserV1Forbidden) Error() string
- func (o *UpdateUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *UpdateUserV1Forbidden) IsClientError() bool
- func (o *UpdateUserV1Forbidden) IsCode(code int) bool
- func (o *UpdateUserV1Forbidden) IsRedirect() bool
- func (o *UpdateUserV1Forbidden) IsServerError() bool
- func (o *UpdateUserV1Forbidden) IsSuccess() bool
- func (o *UpdateUserV1Forbidden) String() string
- type UpdateUserV1InternalServerError
- func (o *UpdateUserV1InternalServerError) Code() int
- func (o *UpdateUserV1InternalServerError) Error() string
- func (o *UpdateUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *UpdateUserV1InternalServerError) IsClientError() bool
- func (o *UpdateUserV1InternalServerError) IsCode(code int) bool
- func (o *UpdateUserV1InternalServerError) IsRedirect() bool
- func (o *UpdateUserV1InternalServerError) IsServerError() bool
- func (o *UpdateUserV1InternalServerError) IsSuccess() bool
- func (o *UpdateUserV1InternalServerError) String() string
- type UpdateUserV1OK
- func (o *UpdateUserV1OK) Code() int
- func (o *UpdateUserV1OK) Error() string
- func (o *UpdateUserV1OK) GetPayload() *models.FlightcontrolapiUserResponse
- func (o *UpdateUserV1OK) IsClientError() bool
- func (o *UpdateUserV1OK) IsCode(code int) bool
- func (o *UpdateUserV1OK) IsRedirect() bool
- func (o *UpdateUserV1OK) IsServerError() bool
- func (o *UpdateUserV1OK) IsSuccess() bool
- func (o *UpdateUserV1OK) String() string
- type UpdateUserV1Params
- func (o *UpdateUserV1Params) SetBody(body *models.DomainUpdateUserRequest)
- func (o *UpdateUserV1Params) SetContext(ctx context.Context)
- func (o *UpdateUserV1Params) SetDefaults()
- func (o *UpdateUserV1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateUserV1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateUserV1Params) SetUserUUID(userUUID string)
- func (o *UpdateUserV1Params) WithBody(body *models.DomainUpdateUserRequest) *UpdateUserV1Params
- func (o *UpdateUserV1Params) WithContext(ctx context.Context) *UpdateUserV1Params
- func (o *UpdateUserV1Params) WithDefaults() *UpdateUserV1Params
- func (o *UpdateUserV1Params) WithHTTPClient(client *http.Client) *UpdateUserV1Params
- func (o *UpdateUserV1Params) WithTimeout(timeout time.Duration) *UpdateUserV1Params
- func (o *UpdateUserV1Params) WithUserUUID(userUUID string) *UpdateUserV1Params
- func (o *UpdateUserV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserV1Reader
- type UpdateUserV1TooManyRequests
- func (o *UpdateUserV1TooManyRequests) Code() int
- func (o *UpdateUserV1TooManyRequests) Error() string
- func (o *UpdateUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateUserV1TooManyRequests) IsClientError() bool
- func (o *UpdateUserV1TooManyRequests) IsCode(code int) bool
- func (o *UpdateUserV1TooManyRequests) IsRedirect() bool
- func (o *UpdateUserV1TooManyRequests) IsServerError() bool
- func (o *UpdateUserV1TooManyRequests) IsSuccess() bool
- func (o *UpdateUserV1TooManyRequests) String() string
- type UserActionV1BadRequest
- func (o *UserActionV1BadRequest) Code() int
- func (o *UserActionV1BadRequest) Error() string
- func (o *UserActionV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *UserActionV1BadRequest) IsClientError() bool
- func (o *UserActionV1BadRequest) IsCode(code int) bool
- func (o *UserActionV1BadRequest) IsRedirect() bool
- func (o *UserActionV1BadRequest) IsServerError() bool
- func (o *UserActionV1BadRequest) IsSuccess() bool
- func (o *UserActionV1BadRequest) String() string
- type UserActionV1Forbidden
- func (o *UserActionV1Forbidden) Code() int
- func (o *UserActionV1Forbidden) Error() string
- func (o *UserActionV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *UserActionV1Forbidden) IsClientError() bool
- func (o *UserActionV1Forbidden) IsCode(code int) bool
- func (o *UserActionV1Forbidden) IsRedirect() bool
- func (o *UserActionV1Forbidden) IsServerError() bool
- func (o *UserActionV1Forbidden) IsSuccess() bool
- func (o *UserActionV1Forbidden) String() string
- type UserActionV1InternalServerError
- func (o *UserActionV1InternalServerError) Code() int
- func (o *UserActionV1InternalServerError) Error() string
- func (o *UserActionV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *UserActionV1InternalServerError) IsClientError() bool
- func (o *UserActionV1InternalServerError) IsCode(code int) bool
- func (o *UserActionV1InternalServerError) IsRedirect() bool
- func (o *UserActionV1InternalServerError) IsServerError() bool
- func (o *UserActionV1InternalServerError) IsSuccess() bool
- func (o *UserActionV1InternalServerError) String() string
- type UserActionV1OK
- func (o *UserActionV1OK) Code() int
- func (o *UserActionV1OK) Error() string
- func (o *UserActionV1OK) GetPayload() *models.MsaspecResponseFields
- func (o *UserActionV1OK) IsClientError() bool
- func (o *UserActionV1OK) IsCode(code int) bool
- func (o *UserActionV1OK) IsRedirect() bool
- func (o *UserActionV1OK) IsServerError() bool
- func (o *UserActionV1OK) IsSuccess() bool
- func (o *UserActionV1OK) String() string
- type UserActionV1Params
- func (o *UserActionV1Params) SetBody(body *models.DomainUserActionRequest)
- func (o *UserActionV1Params) SetContext(ctx context.Context)
- func (o *UserActionV1Params) SetDefaults()
- func (o *UserActionV1Params) SetHTTPClient(client *http.Client)
- func (o *UserActionV1Params) SetTimeout(timeout time.Duration)
- func (o *UserActionV1Params) WithBody(body *models.DomainUserActionRequest) *UserActionV1Params
- func (o *UserActionV1Params) WithContext(ctx context.Context) *UserActionV1Params
- func (o *UserActionV1Params) WithDefaults() *UserActionV1Params
- func (o *UserActionV1Params) WithHTTPClient(client *http.Client) *UserActionV1Params
- func (o *UserActionV1Params) WithTimeout(timeout time.Duration) *UserActionV1Params
- func (o *UserActionV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserActionV1Reader
- type UserActionV1TooManyRequests
- func (o *UserActionV1TooManyRequests) Code() int
- func (o *UserActionV1TooManyRequests) Error() string
- func (o *UserActionV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UserActionV1TooManyRequests) IsClientError() bool
- func (o *UserActionV1TooManyRequests) IsCode(code int) bool
- func (o *UserActionV1TooManyRequests) IsRedirect() bool
- func (o *UserActionV1TooManyRequests) IsServerError() bool
- func (o *UserActionV1TooManyRequests) IsSuccess() bool
- func (o *UserActionV1TooManyRequests) String() string
- type UserRolesActionV1BadRequest
- func (o *UserRolesActionV1BadRequest) Code() int
- func (o *UserRolesActionV1BadRequest) Error() string
- func (o *UserRolesActionV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *UserRolesActionV1BadRequest) IsClientError() bool
- func (o *UserRolesActionV1BadRequest) IsCode(code int) bool
- func (o *UserRolesActionV1BadRequest) IsRedirect() bool
- func (o *UserRolesActionV1BadRequest) IsServerError() bool
- func (o *UserRolesActionV1BadRequest) IsSuccess() bool
- func (o *UserRolesActionV1BadRequest) String() string
- type UserRolesActionV1Forbidden
- func (o *UserRolesActionV1Forbidden) Code() int
- func (o *UserRolesActionV1Forbidden) Error() string
- func (o *UserRolesActionV1Forbidden) GetPayload() *models.MsaspecResponseFields
- func (o *UserRolesActionV1Forbidden) IsClientError() bool
- func (o *UserRolesActionV1Forbidden) IsCode(code int) bool
- func (o *UserRolesActionV1Forbidden) IsRedirect() bool
- func (o *UserRolesActionV1Forbidden) IsServerError() bool
- func (o *UserRolesActionV1Forbidden) IsSuccess() bool
- func (o *UserRolesActionV1Forbidden) String() string
- type UserRolesActionV1InternalServerError
- func (o *UserRolesActionV1InternalServerError) Code() int
- func (o *UserRolesActionV1InternalServerError) Error() string
- func (o *UserRolesActionV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *UserRolesActionV1InternalServerError) IsClientError() bool
- func (o *UserRolesActionV1InternalServerError) IsCode(code int) bool
- func (o *UserRolesActionV1InternalServerError) IsRedirect() bool
- func (o *UserRolesActionV1InternalServerError) IsServerError() bool
- func (o *UserRolesActionV1InternalServerError) IsSuccess() bool
- func (o *UserRolesActionV1InternalServerError) String() string
- type UserRolesActionV1OK
- func (o *UserRolesActionV1OK) Code() int
- func (o *UserRolesActionV1OK) Error() string
- func (o *UserRolesActionV1OK) GetPayload() *models.MsaspecResponseFields
- func (o *UserRolesActionV1OK) IsClientError() bool
- func (o *UserRolesActionV1OK) IsCode(code int) bool
- func (o *UserRolesActionV1OK) IsRedirect() bool
- func (o *UserRolesActionV1OK) IsServerError() bool
- func (o *UserRolesActionV1OK) IsSuccess() bool
- func (o *UserRolesActionV1OK) String() string
- type UserRolesActionV1Params
- func NewUserRolesActionV1Params() *UserRolesActionV1Params
- func NewUserRolesActionV1ParamsWithContext(ctx context.Context) *UserRolesActionV1Params
- func NewUserRolesActionV1ParamsWithHTTPClient(client *http.Client) *UserRolesActionV1Params
- func NewUserRolesActionV1ParamsWithTimeout(timeout time.Duration) *UserRolesActionV1Params
- func (o *UserRolesActionV1Params) SetBody(body *models.DomainActionUserRolesRequest)
- func (o *UserRolesActionV1Params) SetContext(ctx context.Context)
- func (o *UserRolesActionV1Params) SetDefaults()
- func (o *UserRolesActionV1Params) SetHTTPClient(client *http.Client)
- func (o *UserRolesActionV1Params) SetTimeout(timeout time.Duration)
- func (o *UserRolesActionV1Params) WithBody(body *models.DomainActionUserRolesRequest) *UserRolesActionV1Params
- func (o *UserRolesActionV1Params) WithContext(ctx context.Context) *UserRolesActionV1Params
- func (o *UserRolesActionV1Params) WithDefaults() *UserRolesActionV1Params
- func (o *UserRolesActionV1Params) WithHTTPClient(client *http.Client) *UserRolesActionV1Params
- func (o *UserRolesActionV1Params) WithTimeout(timeout time.Duration) *UserRolesActionV1Params
- func (o *UserRolesActionV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserRolesActionV1Reader
- type UserRolesActionV1TooManyRequests
- func (o *UserRolesActionV1TooManyRequests) Code() int
- func (o *UserRolesActionV1TooManyRequests) Error() string
- func (o *UserRolesActionV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UserRolesActionV1TooManyRequests) IsClientError() bool
- func (o *UserRolesActionV1TooManyRequests) IsCode(code int) bool
- func (o *UserRolesActionV1TooManyRequests) IsRedirect() bool
- func (o *UserRolesActionV1TooManyRequests) IsServerError() bool
- func (o *UserRolesActionV1TooManyRequests) IsSuccess() bool
- func (o *UserRolesActionV1TooManyRequests) String() string
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
func (o *CombinedUserRolesV1BadRequest) Code() int
Code gets the status code for the combined user roles v1 bad request response
func (*CombinedUserRolesV1BadRequest) Error ¶ added in v0.2.25
func (o *CombinedUserRolesV1BadRequest) Error() string
func (*CombinedUserRolesV1BadRequest) GetPayload ¶ added in v0.2.25
func (o *CombinedUserRolesV1BadRequest) GetPayload() *models.MsaspecResponseFields
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
func (o *CombinedUserRolesV1BadRequest) String() string
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
func (o *CombinedUserRolesV1Forbidden) Code() int
Code gets the status code for the combined user roles v1 forbidden response
func (*CombinedUserRolesV1Forbidden) Error ¶ added in v0.2.25
func (o *CombinedUserRolesV1Forbidden) Error() string
func (*CombinedUserRolesV1Forbidden) GetPayload ¶ added in v0.2.25
func (o *CombinedUserRolesV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *CombinedUserRolesV1Forbidden) String() string
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
func (o *CombinedUserRolesV1InternalServerError) Code() int
Code gets the status code for the combined user roles v1 internal server error response
func (*CombinedUserRolesV1InternalServerError) Error ¶ added in v0.2.25
func (o *CombinedUserRolesV1InternalServerError) Error() string
func (*CombinedUserRolesV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *CombinedUserRolesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *CombinedUserRolesV1InternalServerError) IsCode(code int) bool
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
func (o *CombinedUserRolesV1InternalServerError) IsRedirect() bool
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
func (o *CombinedUserRolesV1InternalServerError) IsSuccess() bool
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
func (o *CombinedUserRolesV1InternalServerError) String() string
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 (o *CombinedUserRolesV1OK) GetPayload() *models.FlightcontrolapiUserGrantResponse
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
func (o *CombinedUserRolesV1Params) WithCid(cid *string) *CombinedUserRolesV1Params
WithCid adds the cid to the combined user roles v1 params
func (*CombinedUserRolesV1Params) WithContext ¶ added in v0.2.25
func (o *CombinedUserRolesV1Params) WithContext(ctx context.Context) *CombinedUserRolesV1Params
WithContext adds the context to the combined user roles v1 params
func (*CombinedUserRolesV1Params) WithDefaults ¶ added in v0.2.25
func (o *CombinedUserRolesV1Params) WithDefaults() *CombinedUserRolesV1Params
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
func (o *CombinedUserRolesV1Params) WithFilter(filter *string) *CombinedUserRolesV1Params
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
func (o *CombinedUserRolesV1Params) WithLimit(limit *int64) *CombinedUserRolesV1Params
WithLimit adds the limit to the combined user roles v1 params
func (*CombinedUserRolesV1Params) WithOffset ¶ added in v0.2.25
func (o *CombinedUserRolesV1Params) WithOffset(offset *int64) *CombinedUserRolesV1Params
WithOffset adds the offset to the combined user roles v1 params
func (*CombinedUserRolesV1Params) WithSort ¶ added in v0.2.25
func (o *CombinedUserRolesV1Params) WithSort(sort *string) *CombinedUserRolesV1Params
WithSort adds the sort to the combined user roles v1 params
func (*CombinedUserRolesV1Params) WithTimeout ¶ added in v0.2.25
func (o *CombinedUserRolesV1Params) WithTimeout(timeout time.Duration) *CombinedUserRolesV1Params
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
func (o *CombinedUserRolesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *CombinedUserRolesV1TooManyRequests) Code() int
Code gets the status code for the combined user roles v1 too many requests response
func (*CombinedUserRolesV1TooManyRequests) Error ¶ added in v0.2.25
func (o *CombinedUserRolesV1TooManyRequests) Error() string
func (*CombinedUserRolesV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *CombinedUserRolesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *CombinedUserRolesV1TooManyRequests) IsCode(code int) bool
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
func (o *CombinedUserRolesV1TooManyRequests) IsSuccess() bool
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
func (o *CombinedUserRolesV1TooManyRequests) String() string
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 (o *CreateUserBadRequest) GetPayload() *models.MsaEntitiesResponse
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 (o *CreateUserCreated) GetPayload() *models.APIUserMetadataResponse
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 (o *CreateUserForbidden) GetPayload() *models.MsaEntitiesResponse
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 CreateUserInternalServerError ¶ added in v0.9.0
type CreateUserInternalServerError 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 }
CreateUserInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewCreateUserInternalServerError ¶ added in v0.9.0
func NewCreateUserInternalServerError() *CreateUserInternalServerError
NewCreateUserInternalServerError creates a CreateUserInternalServerError with default headers values
func (*CreateUserInternalServerError) Code ¶ added in v0.9.0
func (o *CreateUserInternalServerError) Code() int
Code gets the status code for the create user internal server error response
func (*CreateUserInternalServerError) Error ¶ added in v0.9.0
func (o *CreateUserInternalServerError) Error() string
func (*CreateUserInternalServerError) GetPayload ¶ added in v0.9.0
func (o *CreateUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*CreateUserInternalServerError) IsClientError ¶ added in v0.9.0
func (o *CreateUserInternalServerError) IsClientError() bool
IsClientError returns true when this create user internal server error response has a 4xx status code
func (*CreateUserInternalServerError) IsCode ¶ added in v0.9.0
func (o *CreateUserInternalServerError) IsCode(code int) bool
IsCode returns true when this create user internal server error response a status code equal to that given
func (*CreateUserInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *CreateUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this create user internal server error response has a 3xx status code
func (*CreateUserInternalServerError) IsServerError ¶ added in v0.9.0
func (o *CreateUserInternalServerError) IsServerError() bool
IsServerError returns true when this create user internal server error response has a 5xx status code
func (*CreateUserInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *CreateUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this create user internal server error response has a 2xx status code
func (*CreateUserInternalServerError) String ¶ added in v0.9.0
func (o *CreateUserInternalServerError) 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 ¶
func (o *CreateUserParams) SetBody(body *models.DomainUserCreateRequest)
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 ¶
func (o *CreateUserParams) WithBody(body *models.DomainUserCreateRequest) *CreateUserParams
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 (o *CreateUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *CreateUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *CreateUserV1Created) GetPayload() *models.FlightcontrolapiUserResponse
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 (o *CreateUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *CreateUserV1InternalServerError) Code() int
Code gets the status code for the create user v1 internal server error response
func (*CreateUserV1InternalServerError) Error ¶ added in v0.2.25
func (o *CreateUserV1InternalServerError) Error() string
func (*CreateUserV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *CreateUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *CreateUserV1InternalServerError) String() string
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
func (o *CreateUserV1Params) SetBody(body *models.DomainCreateUserRequest)
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
func (o *CreateUserV1Params) WithBody(body *models.DomainCreateUserRequest) *CreateUserV1Params
WithBody adds the body to the create user v1 params
func (*CreateUserV1Params) WithContext ¶ added in v0.2.25
func (o *CreateUserV1Params) WithContext(ctx context.Context) *CreateUserV1Params
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 (o *CreateUserV1TooManyRequests) Error() string
func (*CreateUserV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *CreateUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 DeleteUserInternalServerError ¶ added in v0.9.0
type DeleteUserInternalServerError 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 }
DeleteUserInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewDeleteUserInternalServerError ¶ added in v0.9.0
func NewDeleteUserInternalServerError() *DeleteUserInternalServerError
NewDeleteUserInternalServerError creates a DeleteUserInternalServerError with default headers values
func (*DeleteUserInternalServerError) Code ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) Code() int
Code gets the status code for the delete user internal server error response
func (*DeleteUserInternalServerError) Error ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) Error() string
func (*DeleteUserInternalServerError) GetPayload ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteUserInternalServerError) IsClientError ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) IsClientError() bool
IsClientError returns true when this delete user internal server error response has a 4xx status code
func (*DeleteUserInternalServerError) IsCode ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) IsCode(code int) bool
IsCode returns true when this delete user internal server error response a status code equal to that given
func (*DeleteUserInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete user internal server error response has a 3xx status code
func (*DeleteUserInternalServerError) IsServerError ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) IsServerError() bool
IsServerError returns true when this delete user internal server error response has a 5xx status code
func (*DeleteUserInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete user internal server error response has a 2xx status code
func (*DeleteUserInternalServerError) String ¶ added in v0.9.0
func (o *DeleteUserInternalServerError) 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 (o *DeleteUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *DeleteUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *DeleteUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *DeleteUserV1InternalServerError) Code() int
Code gets the status code for the delete user v1 internal server error response
func (*DeleteUserV1InternalServerError) Error ¶ added in v0.2.25
func (o *DeleteUserV1InternalServerError) Error() string
func (*DeleteUserV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *DeleteUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *DeleteUserV1InternalServerError) String() string
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
func (o *DeleteUserV1Params) WithContext(ctx context.Context) *DeleteUserV1Params
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 (o *DeleteUserV1TooManyRequests) Error() string
func (*DeleteUserV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *DeleteUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *EntitiesRolesV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *EntitiesRolesV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *EntitiesRolesV1InternalServerError) Code() int
Code gets the status code for the entities roles v1 internal server error response
func (*EntitiesRolesV1InternalServerError) Error ¶ added in v0.2.25
func (o *EntitiesRolesV1InternalServerError) Error() string
func (*EntitiesRolesV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *EntitiesRolesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *EntitiesRolesV1InternalServerError) IsCode(code int) bool
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
func (o *EntitiesRolesV1InternalServerError) IsSuccess() bool
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
func (o *EntitiesRolesV1InternalServerError) String() string
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 (o *EntitiesRolesV1NotFound) GetPayload() *models.MsaspecResponseFields
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 (o *EntitiesRolesV1OK) GetPayload() *models.FlightcontrolapiGetRolesResponse
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
func (o *EntitiesRolesV1Params) WithCid(cid *string) *EntitiesRolesV1Params
WithCid adds the cid to the entities roles v1 params
func (*EntitiesRolesV1Params) WithContext ¶ added in v0.2.25
func (o *EntitiesRolesV1Params) WithContext(ctx context.Context) *EntitiesRolesV1Params
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
func (o *EntitiesRolesV1Params) WithIds(ids []string) *EntitiesRolesV1Params
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
func (o *EntitiesRolesV1TooManyRequests) Code() int
Code gets the status code for the entities roles v1 too many requests response
func (*EntitiesRolesV1TooManyRequests) Error ¶ added in v0.2.25
func (o *EntitiesRolesV1TooManyRequests) Error() string
func (*EntitiesRolesV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *EntitiesRolesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *EntitiesRolesV1TooManyRequests) String() string
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
func (o *GetAvailableRoleIdsForbidden) Code() int
Code gets the status code for the get available role ids forbidden response
func (*GetAvailableRoleIdsForbidden) Error ¶
func (o *GetAvailableRoleIdsForbidden) Error() string
func (*GetAvailableRoleIdsForbidden) GetPayload ¶
func (o *GetAvailableRoleIdsForbidden) GetPayload() *models.MsaQueryResponse
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
func (o *GetAvailableRoleIdsForbidden) String() string
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
func (o *GetAvailableRoleIdsInternalServerError) Code() int
Code gets the status code for the get available role ids internal server error response
func (*GetAvailableRoleIdsInternalServerError) Error ¶
func (o *GetAvailableRoleIdsInternalServerError) Error() string
func (*GetAvailableRoleIdsInternalServerError) GetPayload ¶
func (o *GetAvailableRoleIdsInternalServerError) GetPayload() *models.MsaQueryResponse
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
func (o *GetAvailableRoleIdsInternalServerError) IsCode(code int) bool
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
func (o *GetAvailableRoleIdsInternalServerError) IsRedirect() bool
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
func (o *GetAvailableRoleIdsInternalServerError) IsSuccess() bool
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
func (o *GetAvailableRoleIdsInternalServerError) String() string
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 (o *GetAvailableRoleIdsNotFound) Error() string
func (*GetAvailableRoleIdsNotFound) GetPayload ¶
func (o *GetAvailableRoleIdsNotFound) GetPayload() *models.MsaQueryResponse
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 (o *GetAvailableRoleIdsOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *GetAvailableRoleIdsParams) WithContext(ctx context.Context) *GetAvailableRoleIdsParams
WithContext adds the context to the get available role ids params
func (*GetAvailableRoleIdsParams) WithDefaults ¶
func (o *GetAvailableRoleIdsParams) WithDefaults() *GetAvailableRoleIdsParams
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 ¶
func (o *GetAvailableRoleIdsParams) WithTimeout(timeout time.Duration) *GetAvailableRoleIdsParams
WithTimeout adds the timeout to the get available role ids params
func (*GetAvailableRoleIdsParams) WriteToRequest ¶
func (o *GetAvailableRoleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetAvailableRoleIdsTooManyRequests) Code() int
Code gets the status code for the get available role ids too many requests response
func (*GetAvailableRoleIdsTooManyRequests) Error ¶
func (o *GetAvailableRoleIdsTooManyRequests) Error() string
func (*GetAvailableRoleIdsTooManyRequests) GetPayload ¶
func (o *GetAvailableRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetAvailableRoleIdsTooManyRequests) IsCode(code int) bool
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
func (o *GetAvailableRoleIdsTooManyRequests) IsSuccess() bool
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
func (o *GetAvailableRoleIdsTooManyRequests) String() string
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 (o *GetRolesBadRequest) GetPayload() *models.MsaEntitiesResponse
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 (o *GetRolesInternalServerError) Error() string
func (*GetRolesInternalServerError) GetPayload ¶
func (o *GetRolesInternalServerError) GetPayload() *models.MsaEntitiesResponse
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 (o *GetRolesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *GetUserRoleIdsBadRequest) GetPayload() *models.MsaQueryResponse
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 (o *GetUserRoleIdsForbidden) GetPayload() *models.MsaQueryResponse
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
func (o *GetUserRoleIdsInternalServerError) Code() int
Code gets the status code for the get user role ids internal server error response
func (*GetUserRoleIdsInternalServerError) Error ¶
func (o *GetUserRoleIdsInternalServerError) Error() string
func (*GetUserRoleIdsInternalServerError) GetPayload ¶
func (o *GetUserRoleIdsInternalServerError) GetPayload() *models.MsaQueryResponse
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
func (o *GetUserRoleIdsInternalServerError) String() string
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 ¶
func (o *GetUserRoleIdsParams) WithContext(ctx context.Context) *GetUserRoleIdsParams
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
func (o *GetUserRoleIdsTooManyRequests) Code() int
Code gets the status code for the get user role ids too many requests response
func (*GetUserRoleIdsTooManyRequests) Error ¶
func (o *GetUserRoleIdsTooManyRequests) Error() string
func (*GetUserRoleIdsTooManyRequests) GetPayload ¶
func (o *GetUserRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetUserRoleIdsTooManyRequests) String() string
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 (o *GrantUserRoleIdsBadRequest) Error() string
func (*GrantUserRoleIdsBadRequest) GetPayload ¶
func (o *GrantUserRoleIdsBadRequest) GetPayload() *models.MsaEntitiesResponse
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 (o *GrantUserRoleIdsForbidden) GetPayload() *models.MsaEntitiesResponse
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 GrantUserRoleIdsInternalServerError ¶ added in v0.9.0
type GrantUserRoleIdsInternalServerError 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 }
GrantUserRoleIdsInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewGrantUserRoleIdsInternalServerError ¶ added in v0.9.0
func NewGrantUserRoleIdsInternalServerError() *GrantUserRoleIdsInternalServerError
NewGrantUserRoleIdsInternalServerError creates a GrantUserRoleIdsInternalServerError with default headers values
func (*GrantUserRoleIdsInternalServerError) Code ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) Code() int
Code gets the status code for the grant user role ids internal server error response
func (*GrantUserRoleIdsInternalServerError) Error ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) Error() string
func (*GrantUserRoleIdsInternalServerError) GetPayload ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GrantUserRoleIdsInternalServerError) IsClientError ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) IsClientError() bool
IsClientError returns true when this grant user role ids internal server error response has a 4xx status code
func (*GrantUserRoleIdsInternalServerError) IsCode ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) IsCode(code int) bool
IsCode returns true when this grant user role ids internal server error response a status code equal to that given
func (*GrantUserRoleIdsInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) IsRedirect() bool
IsRedirect returns true when this grant user role ids internal server error response has a 3xx status code
func (*GrantUserRoleIdsInternalServerError) IsServerError ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) IsServerError() bool
IsServerError returns true when this grant user role ids internal server error response has a 5xx status code
func (*GrantUserRoleIdsInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) IsSuccess() bool
IsSuccess returns true when this grant user role ids internal server error response has a 2xx status code
func (*GrantUserRoleIdsInternalServerError) String ¶ added in v0.9.0
func (o *GrantUserRoleIdsInternalServerError) 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 (o *GrantUserRoleIdsOK) GetPayload() *models.APIUserRoleIDsResponse
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 ¶
func (o *GrantUserRoleIdsParams) WithBody(body *models.DomainRoleIDs) *GrantUserRoleIdsParams
WithBody adds the body to the grant user role ids params
func (*GrantUserRoleIdsParams) WithContext ¶
func (o *GrantUserRoleIdsParams) WithContext(ctx context.Context) *GrantUserRoleIdsParams
WithContext adds the context to the grant user role ids params
func (*GrantUserRoleIdsParams) WithDefaults ¶
func (o *GrantUserRoleIdsParams) WithDefaults() *GrantUserRoleIdsParams
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 ¶
func (o *GrantUserRoleIdsParams) WithTimeout(timeout time.Duration) *GrantUserRoleIdsParams
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 ¶
func (o *GrantUserRoleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GrantUserRoleIdsTooManyRequests) Code() int
Code gets the status code for the grant user role ids too many requests response
func (*GrantUserRoleIdsTooManyRequests) Error ¶
func (o *GrantUserRoleIdsTooManyRequests) Error() string
func (*GrantUserRoleIdsTooManyRequests) GetPayload ¶
func (o *GrantUserRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GrantUserRoleIdsTooManyRequests) String() string
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 (o *QueriesRolesV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *QueriesRolesV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *QueriesRolesV1InternalServerError) Code() int
Code gets the status code for the queries roles v1 internal server error response
func (*QueriesRolesV1InternalServerError) Error ¶ added in v0.2.25
func (o *QueriesRolesV1InternalServerError) Error() string
func (*QueriesRolesV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *QueriesRolesV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *QueriesRolesV1InternalServerError) String() string
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
func (o *QueriesRolesV1Params) WithCid(cid *string) *QueriesRolesV1Params
WithCid adds the cid to the queries roles v1 params
func (*QueriesRolesV1Params) WithContext ¶ added in v0.2.25
func (o *QueriesRolesV1Params) WithContext(ctx context.Context) *QueriesRolesV1Params
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
func (o *QueriesRolesV1TooManyRequests) Code() int
Code gets the status code for the queries roles v1 too many requests response
func (*QueriesRolesV1TooManyRequests) Error ¶ added in v0.2.25
func (o *QueriesRolesV1TooManyRequests) Error() string
func (*QueriesRolesV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *QueriesRolesV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *QueriesRolesV1TooManyRequests) String() string
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 (o *QueryUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *QueryUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *QueryUserV1InternalServerError) Code() int
Code gets the status code for the query user v1 internal server error response
func (*QueryUserV1InternalServerError) Error ¶ added in v0.2.25
func (o *QueryUserV1InternalServerError) Error() string
func (*QueryUserV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *QueryUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *QueryUserV1InternalServerError) String() string
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 (o *QueryUserV1TooManyRequests) Error() string
func (*QueryUserV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *QueryUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *RetrieveEmailsByCIDBadRequest) Code() int
Code gets the status code for the retrieve emails by c Id bad request response
func (*RetrieveEmailsByCIDBadRequest) Error ¶
func (o *RetrieveEmailsByCIDBadRequest) Error() string
func (*RetrieveEmailsByCIDBadRequest) GetPayload ¶
func (o *RetrieveEmailsByCIDBadRequest) GetPayload() *models.MsaQueryResponse
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
func (o *RetrieveEmailsByCIDBadRequest) String() string
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
func (o *RetrieveEmailsByCIDForbidden) Code() int
Code gets the status code for the retrieve emails by c Id forbidden response
func (*RetrieveEmailsByCIDForbidden) Error ¶
func (o *RetrieveEmailsByCIDForbidden) Error() string
func (*RetrieveEmailsByCIDForbidden) GetPayload ¶
func (o *RetrieveEmailsByCIDForbidden) GetPayload() *models.MsaQueryResponse
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
func (o *RetrieveEmailsByCIDForbidden) String() string
type RetrieveEmailsByCIDInternalServerError ¶ added in v0.9.0
type RetrieveEmailsByCIDInternalServerError 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 }
RetrieveEmailsByCIDInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewRetrieveEmailsByCIDInternalServerError ¶ added in v0.9.0
func NewRetrieveEmailsByCIDInternalServerError() *RetrieveEmailsByCIDInternalServerError
NewRetrieveEmailsByCIDInternalServerError creates a RetrieveEmailsByCIDInternalServerError with default headers values
func (*RetrieveEmailsByCIDInternalServerError) Code ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) Code() int
Code gets the status code for the retrieve emails by c Id internal server error response
func (*RetrieveEmailsByCIDInternalServerError) Error ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) Error() string
func (*RetrieveEmailsByCIDInternalServerError) GetPayload ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*RetrieveEmailsByCIDInternalServerError) IsClientError ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) IsClientError() bool
IsClientError returns true when this retrieve emails by c Id internal server error response has a 4xx status code
func (*RetrieveEmailsByCIDInternalServerError) IsCode ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) IsCode(code int) bool
IsCode returns true when this retrieve emails by c Id internal server error response a status code equal to that given
func (*RetrieveEmailsByCIDInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this retrieve emails by c Id internal server error response has a 3xx status code
func (*RetrieveEmailsByCIDInternalServerError) IsServerError ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) IsServerError() bool
IsServerError returns true when this retrieve emails by c Id internal server error response has a 5xx status code
func (*RetrieveEmailsByCIDInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this retrieve emails by c Id internal server error response has a 2xx status code
func (*RetrieveEmailsByCIDInternalServerError) String ¶ added in v0.9.0
func (o *RetrieveEmailsByCIDInternalServerError) String() string
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 (o *RetrieveEmailsByCIDOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *RetrieveEmailsByCIDParams) WithContext(ctx context.Context) *RetrieveEmailsByCIDParams
WithContext adds the context to the retrieve emails by c ID params
func (*RetrieveEmailsByCIDParams) WithDefaults ¶
func (o *RetrieveEmailsByCIDParams) WithDefaults() *RetrieveEmailsByCIDParams
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 ¶
func (o *RetrieveEmailsByCIDParams) WithTimeout(timeout time.Duration) *RetrieveEmailsByCIDParams
WithTimeout adds the timeout to the retrieve emails by c ID params
func (*RetrieveEmailsByCIDParams) WriteToRequest ¶
func (o *RetrieveEmailsByCIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *RetrieveEmailsByCIDTooManyRequests) Code() int
Code gets the status code for the retrieve emails by c Id too many requests response
func (*RetrieveEmailsByCIDTooManyRequests) Error ¶
func (o *RetrieveEmailsByCIDTooManyRequests) Error() string
func (*RetrieveEmailsByCIDTooManyRequests) GetPayload ¶
func (o *RetrieveEmailsByCIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *RetrieveEmailsByCIDTooManyRequests) IsCode(code int) bool
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
func (o *RetrieveEmailsByCIDTooManyRequests) IsSuccess() bool
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
func (o *RetrieveEmailsByCIDTooManyRequests) String() string
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 (o *RetrieveUserBadRequest) GetPayload() *models.MsaEntitiesResponse
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 (o *RetrieveUserForbidden) GetPayload() *models.MsaEntitiesResponse
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 RetrieveUserInternalServerError ¶ added in v0.9.0
type RetrieveUserInternalServerError 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 }
RetrieveUserInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewRetrieveUserInternalServerError ¶ added in v0.9.0
func NewRetrieveUserInternalServerError() *RetrieveUserInternalServerError
NewRetrieveUserInternalServerError creates a RetrieveUserInternalServerError with default headers values
func (*RetrieveUserInternalServerError) Code ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) Code() int
Code gets the status code for the retrieve user internal server error response
func (*RetrieveUserInternalServerError) Error ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) Error() string
func (*RetrieveUserInternalServerError) GetPayload ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*RetrieveUserInternalServerError) IsClientError ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) IsClientError() bool
IsClientError returns true when this retrieve user internal server error response has a 4xx status code
func (*RetrieveUserInternalServerError) IsCode ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) IsCode(code int) bool
IsCode returns true when this retrieve user internal server error response a status code equal to that given
func (*RetrieveUserInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this retrieve user internal server error response has a 3xx status code
func (*RetrieveUserInternalServerError) IsServerError ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) IsServerError() bool
IsServerError returns true when this retrieve user internal server error response has a 5xx status code
func (*RetrieveUserInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this retrieve user internal server error response has a 2xx status code
func (*RetrieveUserInternalServerError) String ¶ added in v0.9.0
func (o *RetrieveUserInternalServerError) 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 (o *RetrieveUserNotFound) GetPayload() *models.MsaEntitiesResponse
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 (o *RetrieveUserOK) GetPayload() *models.APIUserMetadataResponse
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 ¶
func (o *RetrieveUserParams) WithContext(ctx context.Context) *RetrieveUserParams
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 (o *RetrieveUserTooManyRequests) Error() string
func (*RetrieveUserTooManyRequests) GetPayload ¶
func (o *RetrieveUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *RetrieveUserUUIDBadRequest) Error() string
func (*RetrieveUserUUIDBadRequest) GetPayload ¶
func (o *RetrieveUserUUIDBadRequest) GetPayload() *models.MsaQueryResponse
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 (o *RetrieveUserUUIDForbidden) GetPayload() *models.MsaQueryResponse
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 RetrieveUserUUIDInternalServerError ¶ added in v0.9.0
type RetrieveUserUUIDInternalServerError 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 }
RetrieveUserUUIDInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewRetrieveUserUUIDInternalServerError ¶ added in v0.9.0
func NewRetrieveUserUUIDInternalServerError() *RetrieveUserUUIDInternalServerError
NewRetrieveUserUUIDInternalServerError creates a RetrieveUserUUIDInternalServerError with default headers values
func (*RetrieveUserUUIDInternalServerError) Code ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) Code() int
Code gets the status code for the retrieve user Uuid internal server error response
func (*RetrieveUserUUIDInternalServerError) Error ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) Error() string
func (*RetrieveUserUUIDInternalServerError) GetPayload ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*RetrieveUserUUIDInternalServerError) IsClientError ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) IsClientError() bool
IsClientError returns true when this retrieve user Uuid internal server error response has a 4xx status code
func (*RetrieveUserUUIDInternalServerError) IsCode ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) IsCode(code int) bool
IsCode returns true when this retrieve user Uuid internal server error response a status code equal to that given
func (*RetrieveUserUUIDInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this retrieve user Uuid internal server error response has a 3xx status code
func (*RetrieveUserUUIDInternalServerError) IsServerError ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) IsServerError() bool
IsServerError returns true when this retrieve user Uuid internal server error response has a 5xx status code
func (*RetrieveUserUUIDInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this retrieve user Uuid internal server error response has a 2xx status code
func (*RetrieveUserUUIDInternalServerError) String ¶ added in v0.9.0
func (o *RetrieveUserUUIDInternalServerError) 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 (o *RetrieveUserUUIDNotFound) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *RetrieveUserUUIDParams) WithContext(ctx context.Context) *RetrieveUserUUIDParams
WithContext adds the context to the retrieve user UUID params
func (*RetrieveUserUUIDParams) WithDefaults ¶
func (o *RetrieveUserUUIDParams) WithDefaults() *RetrieveUserUUIDParams
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 ¶
func (o *RetrieveUserUUIDParams) WithTimeout(timeout time.Duration) *RetrieveUserUUIDParams
WithTimeout adds the timeout to the retrieve user UUID params
func (*RetrieveUserUUIDParams) WithUID ¶
func (o *RetrieveUserUUIDParams) WithUID(uid []string) *RetrieveUserUUIDParams
WithUID adds the uid to the retrieve user UUID params
func (*RetrieveUserUUIDParams) WriteToRequest ¶
func (o *RetrieveUserUUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *RetrieveUserUUIDTooManyRequests) Code() int
Code gets the status code for the retrieve user Uuid too many requests response
func (*RetrieveUserUUIDTooManyRequests) Error ¶
func (o *RetrieveUserUUIDTooManyRequests) Error() string
func (*RetrieveUserUUIDTooManyRequests) GetPayload ¶
func (o *RetrieveUserUUIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *RetrieveUserUUIDTooManyRequests) String() string
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
func (o *RetrieveUserUUIDsByCIDBadRequest) Code() int
Code gets the status code for the retrieve user u Ui ds by c Id bad request response
func (*RetrieveUserUUIDsByCIDBadRequest) Error ¶
func (o *RetrieveUserUUIDsByCIDBadRequest) Error() string
func (*RetrieveUserUUIDsByCIDBadRequest) GetPayload ¶
func (o *RetrieveUserUUIDsByCIDBadRequest) GetPayload() *models.MsaQueryResponse
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
func (o *RetrieveUserUUIDsByCIDBadRequest) String() string
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
func (o *RetrieveUserUUIDsByCIDForbidden) Code() int
Code gets the status code for the retrieve user u Ui ds by c Id forbidden response
func (*RetrieveUserUUIDsByCIDForbidden) Error ¶
func (o *RetrieveUserUUIDsByCIDForbidden) Error() string
func (*RetrieveUserUUIDsByCIDForbidden) GetPayload ¶
func (o *RetrieveUserUUIDsByCIDForbidden) GetPayload() *models.MsaQueryResponse
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
func (o *RetrieveUserUUIDsByCIDForbidden) String() string
type RetrieveUserUUIDsByCIDInternalServerError ¶ added in v0.9.0
type RetrieveUserUUIDsByCIDInternalServerError 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 }
RetrieveUserUUIDsByCIDInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewRetrieveUserUUIDsByCIDInternalServerError ¶ added in v0.9.0
func NewRetrieveUserUUIDsByCIDInternalServerError() *RetrieveUserUUIDsByCIDInternalServerError
NewRetrieveUserUUIDsByCIDInternalServerError creates a RetrieveUserUUIDsByCIDInternalServerError with default headers values
func (*RetrieveUserUUIDsByCIDInternalServerError) Code ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) Code() int
Code gets the status code for the retrieve user u Ui ds by c Id internal server error response
func (*RetrieveUserUUIDsByCIDInternalServerError) Error ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) Error() string
func (*RetrieveUserUUIDsByCIDInternalServerError) GetPayload ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*RetrieveUserUUIDsByCIDInternalServerError) IsClientError ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) IsClientError() bool
IsClientError returns true when this retrieve user u Ui ds by c Id internal server error response has a 4xx status code
func (*RetrieveUserUUIDsByCIDInternalServerError) IsCode ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) IsCode(code int) bool
IsCode returns true when this retrieve user u Ui ds by c Id internal server error response a status code equal to that given
func (*RetrieveUserUUIDsByCIDInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this retrieve user u Ui ds by c Id internal server error response has a 3xx status code
func (*RetrieveUserUUIDsByCIDInternalServerError) IsServerError ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) IsServerError() bool
IsServerError returns true when this retrieve user u Ui ds by c Id internal server error response has a 5xx status code
func (*RetrieveUserUUIDsByCIDInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this retrieve user u Ui ds by c Id internal server error response has a 2xx status code
func (*RetrieveUserUUIDsByCIDInternalServerError) String ¶ added in v0.9.0
func (o *RetrieveUserUUIDsByCIDInternalServerError) String() string
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 (o *RetrieveUserUUIDsByCIDOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *RetrieveUserUUIDsByCIDParams) WithContext(ctx context.Context) *RetrieveUserUUIDsByCIDParams
WithContext adds the context to the retrieve user u UI ds by c ID params
func (*RetrieveUserUUIDsByCIDParams) WithDefaults ¶
func (o *RetrieveUserUUIDsByCIDParams) WithDefaults() *RetrieveUserUUIDsByCIDParams
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 ¶
func (o *RetrieveUserUUIDsByCIDParams) WithHTTPClient(client *http.Client) *RetrieveUserUUIDsByCIDParams
WithHTTPClient adds the HTTPClient to the retrieve user u UI ds by c ID params
func (*RetrieveUserUUIDsByCIDParams) WithTimeout ¶
func (o *RetrieveUserUUIDsByCIDParams) WithTimeout(timeout time.Duration) *RetrieveUserUUIDsByCIDParams
WithTimeout adds the timeout to the retrieve user u UI ds by c ID params
func (*RetrieveUserUUIDsByCIDParams) WriteToRequest ¶
func (o *RetrieveUserUUIDsByCIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *RetrieveUserUUIDsByCIDTooManyRequests) Code() int
Code gets the status code for the retrieve user u Ui ds by c Id too many requests response
func (*RetrieveUserUUIDsByCIDTooManyRequests) Error ¶
func (o *RetrieveUserUUIDsByCIDTooManyRequests) Error() string
func (*RetrieveUserUUIDsByCIDTooManyRequests) GetPayload ¶
func (o *RetrieveUserUUIDsByCIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsCode(code int) bool
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
func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsRedirect() bool
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
func (o *RetrieveUserUUIDsByCIDTooManyRequests) IsSuccess() bool
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
func (o *RetrieveUserUUIDsByCIDTooManyRequests) String() string
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
func (o *RetrieveUsersGETV1BadRequest) Code() int
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 (o *RetrieveUsersGETV1BadRequest) Error() string
func (*RetrieveUsersGETV1BadRequest) GetPayload ¶ added in v0.2.25
func (o *RetrieveUsersGETV1BadRequest) GetPayload() *models.MsaspecResponseFields
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
func (o *RetrieveUsersGETV1BadRequest) String() string
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 (o *RetrieveUsersGETV1Forbidden) Error() string
func (*RetrieveUsersGETV1Forbidden) GetPayload ¶ added in v0.2.25
func (o *RetrieveUsersGETV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *RetrieveUsersGETV1InternalServerError) Code() int
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 (o *RetrieveUsersGETV1InternalServerError) Error() string
func (*RetrieveUsersGETV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *RetrieveUsersGETV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *RetrieveUsersGETV1InternalServerError) IsCode(code int) bool
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
func (o *RetrieveUsersGETV1InternalServerError) IsRedirect() bool
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
func (o *RetrieveUsersGETV1InternalServerError) IsSuccess() bool
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
func (o *RetrieveUsersGETV1InternalServerError) String() string
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 (o *RetrieveUsersGETV1OK) GetPayload() *models.FlightcontrolapiUserResponse
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
func (o *RetrieveUsersGETV1Params) SetBody(body *models.MsaspecIdsRequest)
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
func (o *RetrieveUsersGETV1Params) WithBody(body *models.MsaspecIdsRequest) *RetrieveUsersGETV1Params
WithBody adds the body to the retrieve users g e t v1 params
func (*RetrieveUsersGETV1Params) WithContext ¶ added in v0.2.25
func (o *RetrieveUsersGETV1Params) WithContext(ctx context.Context) *RetrieveUsersGETV1Params
WithContext adds the context to the retrieve users g e t v1 params
func (*RetrieveUsersGETV1Params) WithDefaults ¶ added in v0.2.25
func (o *RetrieveUsersGETV1Params) WithDefaults() *RetrieveUsersGETV1Params
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
func (o *RetrieveUsersGETV1Params) WithTimeout(timeout time.Duration) *RetrieveUsersGETV1Params
WithTimeout adds the timeout to the retrieve users g e t v1 params
func (*RetrieveUsersGETV1Params) WriteToRequest ¶ added in v0.2.25
func (o *RetrieveUsersGETV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *RetrieveUsersGETV1TooManyRequests) Code() int
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 (o *RetrieveUsersGETV1TooManyRequests) Error() string
func (*RetrieveUsersGETV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *RetrieveUsersGETV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *RetrieveUsersGETV1TooManyRequests) String() string
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 (o *RevokeUserRoleIdsBadRequest) Error() string
func (*RevokeUserRoleIdsBadRequest) GetPayload ¶
func (o *RevokeUserRoleIdsBadRequest) GetPayload() *models.MsaEntitiesResponse
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 (o *RevokeUserRoleIdsForbidden) Error() string
func (*RevokeUserRoleIdsForbidden) GetPayload ¶
func (o *RevokeUserRoleIdsForbidden) GetPayload() *models.MsaEntitiesResponse
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 RevokeUserRoleIdsInternalServerError ¶ added in v0.9.0
type RevokeUserRoleIdsInternalServerError 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 }
RevokeUserRoleIdsInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewRevokeUserRoleIdsInternalServerError ¶ added in v0.9.0
func NewRevokeUserRoleIdsInternalServerError() *RevokeUserRoleIdsInternalServerError
NewRevokeUserRoleIdsInternalServerError creates a RevokeUserRoleIdsInternalServerError with default headers values
func (*RevokeUserRoleIdsInternalServerError) Code ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) Code() int
Code gets the status code for the revoke user role ids internal server error response
func (*RevokeUserRoleIdsInternalServerError) Error ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) Error() string
func (*RevokeUserRoleIdsInternalServerError) GetPayload ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*RevokeUserRoleIdsInternalServerError) IsClientError ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) IsClientError() bool
IsClientError returns true when this revoke user role ids internal server error response has a 4xx status code
func (*RevokeUserRoleIdsInternalServerError) IsCode ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) IsCode(code int) bool
IsCode returns true when this revoke user role ids internal server error response a status code equal to that given
func (*RevokeUserRoleIdsInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) IsRedirect() bool
IsRedirect returns true when this revoke user role ids internal server error response has a 3xx status code
func (*RevokeUserRoleIdsInternalServerError) IsServerError ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) IsServerError() bool
IsServerError returns true when this revoke user role ids internal server error response has a 5xx status code
func (*RevokeUserRoleIdsInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) IsSuccess() bool
IsSuccess returns true when this revoke user role ids internal server error response has a 2xx status code
func (*RevokeUserRoleIdsInternalServerError) String ¶ added in v0.9.0
func (o *RevokeUserRoleIdsInternalServerError) 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 (o *RevokeUserRoleIdsOK) GetPayload() *models.APIUserRoleIDsResponse
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 ¶
func (o *RevokeUserRoleIdsParams) WithContext(ctx context.Context) *RevokeUserRoleIdsParams
WithContext adds the context to the revoke user role ids params
func (*RevokeUserRoleIdsParams) WithDefaults ¶
func (o *RevokeUserRoleIdsParams) WithDefaults() *RevokeUserRoleIdsParams
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 ¶
func (o *RevokeUserRoleIdsParams) WithIds(ids []string) *RevokeUserRoleIdsParams
WithIds adds the ids to the revoke user role ids params
func (*RevokeUserRoleIdsParams) WithTimeout ¶
func (o *RevokeUserRoleIdsParams) WithTimeout(timeout time.Duration) *RevokeUserRoleIdsParams
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 ¶
func (o *RevokeUserRoleIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *RevokeUserRoleIdsTooManyRequests) Code() int
Code gets the status code for the revoke user role ids too many requests response
func (*RevokeUserRoleIdsTooManyRequests) Error ¶
func (o *RevokeUserRoleIdsTooManyRequests) Error() string
func (*RevokeUserRoleIdsTooManyRequests) GetPayload ¶
func (o *RevokeUserRoleIdsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *RevokeUserRoleIdsTooManyRequests) String() string
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 (o *UpdateUserBadRequest) GetPayload() *models.MsaEntitiesResponse
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 (o *UpdateUserForbidden) GetPayload() *models.MsaEntitiesResponse
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 UpdateUserInternalServerError ¶ added in v0.9.0
type UpdateUserInternalServerError 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 }
UpdateUserInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewUpdateUserInternalServerError ¶ added in v0.9.0
func NewUpdateUserInternalServerError() *UpdateUserInternalServerError
NewUpdateUserInternalServerError creates a UpdateUserInternalServerError with default headers values
func (*UpdateUserInternalServerError) Code ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) Code() int
Code gets the status code for the update user internal server error response
func (*UpdateUserInternalServerError) Error ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) Error() string
func (*UpdateUserInternalServerError) GetPayload ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateUserInternalServerError) IsClientError ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) IsClientError() bool
IsClientError returns true when this update user internal server error response has a 4xx status code
func (*UpdateUserInternalServerError) IsCode ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) IsCode(code int) bool
IsCode returns true when this update user internal server error response a status code equal to that given
func (*UpdateUserInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this update user internal server error response has a 3xx status code
func (*UpdateUserInternalServerError) IsServerError ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) IsServerError() bool
IsServerError returns true when this update user internal server error response has a 5xx status code
func (*UpdateUserInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this update user internal server error response has a 2xx status code
func (*UpdateUserInternalServerError) String ¶ added in v0.9.0
func (o *UpdateUserInternalServerError) 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 (o *UpdateUserNotFound) GetPayload() *models.MsaEntitiesResponse
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 ¶
func (o *UpdateUserParams) SetBody(body *models.DomainUpdateUserFields)
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 ¶
func (o *UpdateUserParams) WithBody(body *models.DomainUpdateUserFields) *UpdateUserParams
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 (o *UpdateUserTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *UpdateUserV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *UpdateUserV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *UpdateUserV1InternalServerError) Code() int
Code gets the status code for the update user v1 internal server error response
func (*UpdateUserV1InternalServerError) Error ¶ added in v0.2.25
func (o *UpdateUserV1InternalServerError) Error() string
func (*UpdateUserV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *UpdateUserV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *UpdateUserV1InternalServerError) String() string
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 (o *UpdateUserV1OK) GetPayload() *models.FlightcontrolapiUserResponse
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
func (o *UpdateUserV1Params) SetBody(body *models.DomainUpdateUserRequest)
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
func (o *UpdateUserV1Params) WithBody(body *models.DomainUpdateUserRequest) *UpdateUserV1Params
WithBody adds the body to the update user v1 params
func (*UpdateUserV1Params) WithContext ¶ added in v0.2.25
func (o *UpdateUserV1Params) WithContext(ctx context.Context) *UpdateUserV1Params
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 (o *UpdateUserV1TooManyRequests) Error() string
func (*UpdateUserV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *UpdateUserV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *UserActionV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *UserActionV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *UserActionV1InternalServerError) Code() int
Code gets the status code for the user action v1 internal server error response
func (*UserActionV1InternalServerError) Error ¶ added in v0.2.25
func (o *UserActionV1InternalServerError) Error() string
func (*UserActionV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *UserActionV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *UserActionV1InternalServerError) String() string
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
func (o *UserActionV1Params) SetBody(body *models.DomainUserActionRequest)
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
func (o *UserActionV1Params) WithBody(body *models.DomainUserActionRequest) *UserActionV1Params
WithBody adds the body to the user action v1 params
func (*UserActionV1Params) WithContext ¶ added in v0.2.25
func (o *UserActionV1Params) WithContext(ctx context.Context) *UserActionV1Params
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 (o *UserActionV1TooManyRequests) Error() string
func (*UserActionV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *UserActionV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *UserRolesActionV1BadRequest) Error() string
func (*UserRolesActionV1BadRequest) GetPayload ¶ added in v0.2.25
func (o *UserRolesActionV1BadRequest) GetPayload() *models.MsaspecResponseFields
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 (o *UserRolesActionV1Forbidden) Error() string
func (*UserRolesActionV1Forbidden) GetPayload ¶ added in v0.2.25
func (o *UserRolesActionV1Forbidden) GetPayload() *models.MsaspecResponseFields
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
func (o *UserRolesActionV1InternalServerError) Code() int
Code gets the status code for the user roles action v1 internal server error response
func (*UserRolesActionV1InternalServerError) Error ¶ added in v0.2.25
func (o *UserRolesActionV1InternalServerError) Error() string
func (*UserRolesActionV1InternalServerError) GetPayload ¶ added in v0.2.25
func (o *UserRolesActionV1InternalServerError) GetPayload() *models.MsaspecResponseFields
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
func (o *UserRolesActionV1InternalServerError) IsCode(code int) bool
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
func (o *UserRolesActionV1InternalServerError) IsRedirect() bool
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
func (o *UserRolesActionV1InternalServerError) IsSuccess() bool
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
func (o *UserRolesActionV1InternalServerError) String() string
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 (o *UserRolesActionV1OK) GetPayload() *models.MsaspecResponseFields
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
func (o *UserRolesActionV1Params) SetBody(body *models.DomainActionUserRolesRequest)
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
func (o *UserRolesActionV1Params) WithBody(body *models.DomainActionUserRolesRequest) *UserRolesActionV1Params
WithBody adds the body to the user roles action v1 params
func (*UserRolesActionV1Params) WithContext ¶ added in v0.2.25
func (o *UserRolesActionV1Params) WithContext(ctx context.Context) *UserRolesActionV1Params
WithContext adds the context to the user roles action v1 params
func (*UserRolesActionV1Params) WithDefaults ¶ added in v0.2.25
func (o *UserRolesActionV1Params) WithDefaults() *UserRolesActionV1Params
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
func (o *UserRolesActionV1Params) WithTimeout(timeout time.Duration) *UserRolesActionV1Params
WithTimeout adds the timeout to the user roles action v1 params
func (*UserRolesActionV1Params) WriteToRequest ¶ added in v0.2.25
func (o *UserRolesActionV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *UserRolesActionV1TooManyRequests) Code() int
Code gets the status code for the user roles action v1 too many requests response
func (*UserRolesActionV1TooManyRequests) Error ¶ added in v0.2.25
func (o *UserRolesActionV1TooManyRequests) Error() string
func (*UserRolesActionV1TooManyRequests) GetPayload ¶ added in v0.2.25
func (o *UserRolesActionV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
func (o *UserRolesActionV1TooManyRequests) String() string
Source Files ¶
- combined_user_roles_v1_parameters.go
- combined_user_roles_v1_responses.go
- create_user_parameters.go
- create_user_responses.go
- create_user_v1_parameters.go
- create_user_v1_responses.go
- delete_user_parameters.go
- delete_user_responses.go
- delete_user_v1_parameters.go
- delete_user_v1_responses.go
- entities_roles_v1_parameters.go
- entities_roles_v1_responses.go
- get_available_role_ids_parameters.go
- get_available_role_ids_responses.go
- get_roles_parameters.go
- get_roles_responses.go
- get_user_role_ids_parameters.go
- get_user_role_ids_responses.go
- grant_user_role_ids_parameters.go
- grant_user_role_ids_responses.go
- queries_roles_v1_parameters.go
- queries_roles_v1_responses.go
- query_user_v1_parameters.go
- query_user_v1_responses.go
- retrieve_emails_by_c_id_parameters.go
- retrieve_emails_by_c_id_responses.go
- retrieve_user_parameters.go
- retrieve_user_responses.go
- retrieve_user_u_ui_ds_by_c_id_parameters.go
- retrieve_user_u_ui_ds_by_c_id_responses.go
- retrieve_user_uuid_parameters.go
- retrieve_user_uuid_responses.go
- retrieve_users_g_e_t_v1_parameters.go
- retrieve_users_g_e_t_v1_responses.go
- revoke_user_role_ids_parameters.go
- revoke_user_role_ids_responses.go
- update_user_parameters.go
- update_user_responses.go
- update_user_v1_parameters.go
- update_user_v1_responses.go
- user_action_v1_parameters.go
- user_action_v1_responses.go
- user_management_client.go
- user_roles_action_v1_parameters.go
- user_roles_action_v1_responses.go