Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteScimUser(ctx context.Context, params *DeleteScimUserParams) (*DeleteScimUserOK, *DeleteScimUserNoContent, error)
- func (a *Client) DeleteScimV2User(ctx context.Context, params *DeleteScimV2UserParams) (*DeleteScimV2UserOK, *DeleteScimV2UserNoContent, error)
- func (a *Client) GetScimGroup(ctx context.Context, params *GetScimGroupParams) (*GetScimGroupOK, error)
- func (a *Client) GetScimGroups(ctx context.Context, params *GetScimGroupsParams) (*GetScimGroupsOK, error)
- func (a *Client) GetScimResourcetype(ctx context.Context, params *GetScimResourcetypeParams) (*GetScimResourcetypeOK, error)
- func (a *Client) GetScimResourcetypes(ctx context.Context, params *GetScimResourcetypesParams) (*GetScimResourcetypesOK, error)
- func (a *Client) GetScimSchema(ctx context.Context, params *GetScimSchemaParams) (*GetScimSchemaOK, error)
- func (a *Client) GetScimSchemas(ctx context.Context, params *GetScimSchemasParams) (*GetScimSchemasOK, error)
- func (a *Client) GetScimServiceproviderconfig(ctx context.Context, params *GetScimServiceproviderconfigParams) (*GetScimServiceproviderconfigOK, error)
- func (a *Client) GetScimUser(ctx context.Context, params *GetScimUserParams) (*GetScimUserOK, error)
- func (a *Client) GetScimUsers(ctx context.Context, params *GetScimUsersParams) (*GetScimUsersOK, error)
- func (a *Client) GetScimV2Group(ctx context.Context, params *GetScimV2GroupParams) (*GetScimV2GroupOK, error)
- func (a *Client) GetScimV2Groups(ctx context.Context, params *GetScimV2GroupsParams) (*GetScimV2GroupsOK, error)
- func (a *Client) GetScimV2Resourcetype(ctx context.Context, params *GetScimV2ResourcetypeParams) (*GetScimV2ResourcetypeOK, error)
- func (a *Client) GetScimV2Resourcetypes(ctx context.Context, params *GetScimV2ResourcetypesParams) (*GetScimV2ResourcetypesOK, error)
- func (a *Client) GetScimV2Schema(ctx context.Context, params *GetScimV2SchemaParams) (*GetScimV2SchemaOK, error)
- func (a *Client) GetScimV2Schemas(ctx context.Context, params *GetScimV2SchemasParams) (*GetScimV2SchemasOK, error)
- func (a *Client) GetScimV2Serviceproviderconfig(ctx context.Context, params *GetScimV2ServiceproviderconfigParams) (*GetScimV2ServiceproviderconfigOK, error)
- func (a *Client) GetScimV2User(ctx context.Context, params *GetScimV2UserParams) (*GetScimV2UserOK, error)
- func (a *Client) GetScimV2Users(ctx context.Context, params *GetScimV2UsersParams) (*GetScimV2UsersOK, error)
- func (a *Client) PatchScimGroup(ctx context.Context, params *PatchScimGroupParams) (*PatchScimGroupOK, error)
- func (a *Client) PatchScimUser(ctx context.Context, params *PatchScimUserParams) (*PatchScimUserOK, error)
- func (a *Client) PatchScimV2Group(ctx context.Context, params *PatchScimV2GroupParams) (*PatchScimV2GroupOK, error)
- func (a *Client) PatchScimV2User(ctx context.Context, params *PatchScimV2UserParams) (*PatchScimV2UserOK, error)
- func (a *Client) PostScimUsers(ctx context.Context, params *PostScimUsersParams) (*PostScimUsersOK, *PostScimUsersCreated, error)
- func (a *Client) PostScimV2Users(ctx context.Context, params *PostScimV2UsersParams) (*PostScimV2UsersOK, *PostScimV2UsersCreated, error)
- func (a *Client) PutScimGroup(ctx context.Context, params *PutScimGroupParams) (*PutScimGroupOK, error)
- func (a *Client) PutScimUser(ctx context.Context, params *PutScimUserParams) (*PutScimUserOK, error)
- func (a *Client) PutScimV2Group(ctx context.Context, params *PutScimV2GroupParams) (*PutScimV2GroupOK, error)
- func (a *Client) PutScimV2User(ctx context.Context, params *PutScimV2UserParams) (*PutScimV2UserOK, error)
- type DeleteScimUserBadRequest
- func (o *DeleteScimUserBadRequest) Error() string
- func (o *DeleteScimUserBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserBadRequest) IsClientError() bool
- func (o *DeleteScimUserBadRequest) IsCode(code int) bool
- func (o *DeleteScimUserBadRequest) IsRedirect() bool
- func (o *DeleteScimUserBadRequest) IsServerError() bool
- func (o *DeleteScimUserBadRequest) IsSuccess() bool
- func (o *DeleteScimUserBadRequest) String() string
- type DeleteScimUserConflict
- func (o *DeleteScimUserConflict) Error() string
- func (o *DeleteScimUserConflict) GetPayload() *models.ScimError
- func (o *DeleteScimUserConflict) IsClientError() bool
- func (o *DeleteScimUserConflict) IsCode(code int) bool
- func (o *DeleteScimUserConflict) IsRedirect() bool
- func (o *DeleteScimUserConflict) IsServerError() bool
- func (o *DeleteScimUserConflict) IsSuccess() bool
- func (o *DeleteScimUserConflict) String() string
- type DeleteScimUserForbidden
- func (o *DeleteScimUserForbidden) Error() string
- func (o *DeleteScimUserForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserForbidden) IsClientError() bool
- func (o *DeleteScimUserForbidden) IsCode(code int) bool
- func (o *DeleteScimUserForbidden) IsRedirect() bool
- func (o *DeleteScimUserForbidden) IsServerError() bool
- func (o *DeleteScimUserForbidden) IsSuccess() bool
- func (o *DeleteScimUserForbidden) String() string
- type DeleteScimUserGatewayTimeout
- func (o *DeleteScimUserGatewayTimeout) Error() string
- func (o *DeleteScimUserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserGatewayTimeout) IsClientError() bool
- func (o *DeleteScimUserGatewayTimeout) IsCode(code int) bool
- func (o *DeleteScimUserGatewayTimeout) IsRedirect() bool
- func (o *DeleteScimUserGatewayTimeout) IsServerError() bool
- func (o *DeleteScimUserGatewayTimeout) IsSuccess() bool
- func (o *DeleteScimUserGatewayTimeout) String() string
- type DeleteScimUserInternalServerError
- func (o *DeleteScimUserInternalServerError) Error() string
- func (o *DeleteScimUserInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserInternalServerError) IsClientError() bool
- func (o *DeleteScimUserInternalServerError) IsCode(code int) bool
- func (o *DeleteScimUserInternalServerError) IsRedirect() bool
- func (o *DeleteScimUserInternalServerError) IsServerError() bool
- func (o *DeleteScimUserInternalServerError) IsSuccess() bool
- func (o *DeleteScimUserInternalServerError) String() string
- type DeleteScimUserNoContent
- func (o *DeleteScimUserNoContent) Error() string
- func (o *DeleteScimUserNoContent) IsClientError() bool
- func (o *DeleteScimUserNoContent) IsCode(code int) bool
- func (o *DeleteScimUserNoContent) IsRedirect() bool
- func (o *DeleteScimUserNoContent) IsServerError() bool
- func (o *DeleteScimUserNoContent) IsSuccess() bool
- func (o *DeleteScimUserNoContent) String() string
- type DeleteScimUserNotFound
- func (o *DeleteScimUserNotFound) Error() string
- func (o *DeleteScimUserNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserNotFound) IsClientError() bool
- func (o *DeleteScimUserNotFound) IsCode(code int) bool
- func (o *DeleteScimUserNotFound) IsRedirect() bool
- func (o *DeleteScimUserNotFound) IsServerError() bool
- func (o *DeleteScimUserNotFound) IsSuccess() bool
- func (o *DeleteScimUserNotFound) String() string
- type DeleteScimUserOK
- func (o *DeleteScimUserOK) Error() string
- func (o *DeleteScimUserOK) GetPayload() models.Empty
- func (o *DeleteScimUserOK) IsClientError() bool
- func (o *DeleteScimUserOK) IsCode(code int) bool
- func (o *DeleteScimUserOK) IsRedirect() bool
- func (o *DeleteScimUserOK) IsServerError() bool
- func (o *DeleteScimUserOK) IsSuccess() bool
- func (o *DeleteScimUserOK) String() string
- type DeleteScimUserParams
- func NewDeleteScimUserParams() *DeleteScimUserParams
- func NewDeleteScimUserParamsWithContext(ctx context.Context) *DeleteScimUserParams
- func NewDeleteScimUserParamsWithHTTPClient(client *http.Client) *DeleteScimUserParams
- func NewDeleteScimUserParamsWithTimeout(timeout time.Duration) *DeleteScimUserParams
- func (o *DeleteScimUserParams) SetContext(ctx context.Context)
- func (o *DeleteScimUserParams) SetDefaults()
- func (o *DeleteScimUserParams) SetHTTPClient(client *http.Client)
- func (o *DeleteScimUserParams) SetIfMatch(ifMatch *string)
- func (o *DeleteScimUserParams) SetTimeout(timeout time.Duration)
- func (o *DeleteScimUserParams) SetUserID(userID string)
- func (o *DeleteScimUserParams) WithContext(ctx context.Context) *DeleteScimUserParams
- func (o *DeleteScimUserParams) WithDefaults() *DeleteScimUserParams
- func (o *DeleteScimUserParams) WithHTTPClient(client *http.Client) *DeleteScimUserParams
- func (o *DeleteScimUserParams) WithIfMatch(ifMatch *string) *DeleteScimUserParams
- func (o *DeleteScimUserParams) WithTimeout(timeout time.Duration) *DeleteScimUserParams
- func (o *DeleteScimUserParams) WithUserID(userID string) *DeleteScimUserParams
- func (o *DeleteScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteScimUserReader
- type DeleteScimUserRequestEntityTooLarge
- func (o *DeleteScimUserRequestEntityTooLarge) Error() string
- func (o *DeleteScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteScimUserRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteScimUserRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteScimUserRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteScimUserRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteScimUserRequestEntityTooLarge) String() string
- type DeleteScimUserRequestTimeout
- func (o *DeleteScimUserRequestTimeout) Error() string
- func (o *DeleteScimUserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserRequestTimeout) IsClientError() bool
- func (o *DeleteScimUserRequestTimeout) IsCode(code int) bool
- func (o *DeleteScimUserRequestTimeout) IsRedirect() bool
- func (o *DeleteScimUserRequestTimeout) IsServerError() bool
- func (o *DeleteScimUserRequestTimeout) IsSuccess() bool
- func (o *DeleteScimUserRequestTimeout) String() string
- type DeleteScimUserServiceUnavailable
- func (o *DeleteScimUserServiceUnavailable) Error() string
- func (o *DeleteScimUserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserServiceUnavailable) IsClientError() bool
- func (o *DeleteScimUserServiceUnavailable) IsCode(code int) bool
- func (o *DeleteScimUserServiceUnavailable) IsRedirect() bool
- func (o *DeleteScimUserServiceUnavailable) IsServerError() bool
- func (o *DeleteScimUserServiceUnavailable) IsSuccess() bool
- func (o *DeleteScimUserServiceUnavailable) String() string
- type DeleteScimUserTooManyRequests
- func (o *DeleteScimUserTooManyRequests) Error() string
- func (o *DeleteScimUserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserTooManyRequests) IsClientError() bool
- func (o *DeleteScimUserTooManyRequests) IsCode(code int) bool
- func (o *DeleteScimUserTooManyRequests) IsRedirect() bool
- func (o *DeleteScimUserTooManyRequests) IsServerError() bool
- func (o *DeleteScimUserTooManyRequests) IsSuccess() bool
- func (o *DeleteScimUserTooManyRequests) String() string
- type DeleteScimUserUnauthorized
- func (o *DeleteScimUserUnauthorized) Error() string
- func (o *DeleteScimUserUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserUnauthorized) IsClientError() bool
- func (o *DeleteScimUserUnauthorized) IsCode(code int) bool
- func (o *DeleteScimUserUnauthorized) IsRedirect() bool
- func (o *DeleteScimUserUnauthorized) IsServerError() bool
- func (o *DeleteScimUserUnauthorized) IsSuccess() bool
- func (o *DeleteScimUserUnauthorized) String() string
- type DeleteScimUserUnsupportedMediaType
- func (o *DeleteScimUserUnsupportedMediaType) Error() string
- func (o *DeleteScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteScimUserUnsupportedMediaType) IsClientError() bool
- func (o *DeleteScimUserUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteScimUserUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteScimUserUnsupportedMediaType) IsServerError() bool
- func (o *DeleteScimUserUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteScimUserUnsupportedMediaType) String() string
- type DeleteScimV2UserBadRequest
- func (o *DeleteScimV2UserBadRequest) Error() string
- func (o *DeleteScimV2UserBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserBadRequest) IsClientError() bool
- func (o *DeleteScimV2UserBadRequest) IsCode(code int) bool
- func (o *DeleteScimV2UserBadRequest) IsRedirect() bool
- func (o *DeleteScimV2UserBadRequest) IsServerError() bool
- func (o *DeleteScimV2UserBadRequest) IsSuccess() bool
- func (o *DeleteScimV2UserBadRequest) String() string
- type DeleteScimV2UserConflict
- func (o *DeleteScimV2UserConflict) Error() string
- func (o *DeleteScimV2UserConflict) GetPayload() *models.ScimError
- func (o *DeleteScimV2UserConflict) IsClientError() bool
- func (o *DeleteScimV2UserConflict) IsCode(code int) bool
- func (o *DeleteScimV2UserConflict) IsRedirect() bool
- func (o *DeleteScimV2UserConflict) IsServerError() bool
- func (o *DeleteScimV2UserConflict) IsSuccess() bool
- func (o *DeleteScimV2UserConflict) String() string
- type DeleteScimV2UserForbidden
- func (o *DeleteScimV2UserForbidden) Error() string
- func (o *DeleteScimV2UserForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserForbidden) IsClientError() bool
- func (o *DeleteScimV2UserForbidden) IsCode(code int) bool
- func (o *DeleteScimV2UserForbidden) IsRedirect() bool
- func (o *DeleteScimV2UserForbidden) IsServerError() bool
- func (o *DeleteScimV2UserForbidden) IsSuccess() bool
- func (o *DeleteScimV2UserForbidden) String() string
- type DeleteScimV2UserGatewayTimeout
- func (o *DeleteScimV2UserGatewayTimeout) Error() string
- func (o *DeleteScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserGatewayTimeout) IsClientError() bool
- func (o *DeleteScimV2UserGatewayTimeout) IsCode(code int) bool
- func (o *DeleteScimV2UserGatewayTimeout) IsRedirect() bool
- func (o *DeleteScimV2UserGatewayTimeout) IsServerError() bool
- func (o *DeleteScimV2UserGatewayTimeout) IsSuccess() bool
- func (o *DeleteScimV2UserGatewayTimeout) String() string
- type DeleteScimV2UserInternalServerError
- func (o *DeleteScimV2UserInternalServerError) Error() string
- func (o *DeleteScimV2UserInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserInternalServerError) IsClientError() bool
- func (o *DeleteScimV2UserInternalServerError) IsCode(code int) bool
- func (o *DeleteScimV2UserInternalServerError) IsRedirect() bool
- func (o *DeleteScimV2UserInternalServerError) IsServerError() bool
- func (o *DeleteScimV2UserInternalServerError) IsSuccess() bool
- func (o *DeleteScimV2UserInternalServerError) String() string
- type DeleteScimV2UserNoContent
- func (o *DeleteScimV2UserNoContent) Error() string
- func (o *DeleteScimV2UserNoContent) IsClientError() bool
- func (o *DeleteScimV2UserNoContent) IsCode(code int) bool
- func (o *DeleteScimV2UserNoContent) IsRedirect() bool
- func (o *DeleteScimV2UserNoContent) IsServerError() bool
- func (o *DeleteScimV2UserNoContent) IsSuccess() bool
- func (o *DeleteScimV2UserNoContent) String() string
- type DeleteScimV2UserNotFound
- func (o *DeleteScimV2UserNotFound) Error() string
- func (o *DeleteScimV2UserNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserNotFound) IsClientError() bool
- func (o *DeleteScimV2UserNotFound) IsCode(code int) bool
- func (o *DeleteScimV2UserNotFound) IsRedirect() bool
- func (o *DeleteScimV2UserNotFound) IsServerError() bool
- func (o *DeleteScimV2UserNotFound) IsSuccess() bool
- func (o *DeleteScimV2UserNotFound) String() string
- type DeleteScimV2UserOK
- func (o *DeleteScimV2UserOK) Error() string
- func (o *DeleteScimV2UserOK) GetPayload() models.Empty
- func (o *DeleteScimV2UserOK) IsClientError() bool
- func (o *DeleteScimV2UserOK) IsCode(code int) bool
- func (o *DeleteScimV2UserOK) IsRedirect() bool
- func (o *DeleteScimV2UserOK) IsServerError() bool
- func (o *DeleteScimV2UserOK) IsSuccess() bool
- func (o *DeleteScimV2UserOK) String() string
- type DeleteScimV2UserParams
- func NewDeleteScimV2UserParams() *DeleteScimV2UserParams
- func NewDeleteScimV2UserParamsWithContext(ctx context.Context) *DeleteScimV2UserParams
- func NewDeleteScimV2UserParamsWithHTTPClient(client *http.Client) *DeleteScimV2UserParams
- func NewDeleteScimV2UserParamsWithTimeout(timeout time.Duration) *DeleteScimV2UserParams
- func (o *DeleteScimV2UserParams) SetContext(ctx context.Context)
- func (o *DeleteScimV2UserParams) SetDefaults()
- func (o *DeleteScimV2UserParams) SetHTTPClient(client *http.Client)
- func (o *DeleteScimV2UserParams) SetIfMatch(ifMatch *string)
- func (o *DeleteScimV2UserParams) SetTimeout(timeout time.Duration)
- func (o *DeleteScimV2UserParams) SetUserID(userID string)
- func (o *DeleteScimV2UserParams) WithContext(ctx context.Context) *DeleteScimV2UserParams
- func (o *DeleteScimV2UserParams) WithDefaults() *DeleteScimV2UserParams
- func (o *DeleteScimV2UserParams) WithHTTPClient(client *http.Client) *DeleteScimV2UserParams
- func (o *DeleteScimV2UserParams) WithIfMatch(ifMatch *string) *DeleteScimV2UserParams
- func (o *DeleteScimV2UserParams) WithTimeout(timeout time.Duration) *DeleteScimV2UserParams
- func (o *DeleteScimV2UserParams) WithUserID(userID string) *DeleteScimV2UserParams
- func (o *DeleteScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteScimV2UserReader
- type DeleteScimV2UserRequestEntityTooLarge
- func (o *DeleteScimV2UserRequestEntityTooLarge) Error() string
- func (o *DeleteScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteScimV2UserRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteScimV2UserRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteScimV2UserRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteScimV2UserRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteScimV2UserRequestEntityTooLarge) String() string
- type DeleteScimV2UserRequestTimeout
- func (o *DeleteScimV2UserRequestTimeout) Error() string
- func (o *DeleteScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserRequestTimeout) IsClientError() bool
- func (o *DeleteScimV2UserRequestTimeout) IsCode(code int) bool
- func (o *DeleteScimV2UserRequestTimeout) IsRedirect() bool
- func (o *DeleteScimV2UserRequestTimeout) IsServerError() bool
- func (o *DeleteScimV2UserRequestTimeout) IsSuccess() bool
- func (o *DeleteScimV2UserRequestTimeout) String() string
- type DeleteScimV2UserServiceUnavailable
- func (o *DeleteScimV2UserServiceUnavailable) Error() string
- func (o *DeleteScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserServiceUnavailable) IsClientError() bool
- func (o *DeleteScimV2UserServiceUnavailable) IsCode(code int) bool
- func (o *DeleteScimV2UserServiceUnavailable) IsRedirect() bool
- func (o *DeleteScimV2UserServiceUnavailable) IsServerError() bool
- func (o *DeleteScimV2UserServiceUnavailable) IsSuccess() bool
- func (o *DeleteScimV2UserServiceUnavailable) String() string
- type DeleteScimV2UserTooManyRequests
- func (o *DeleteScimV2UserTooManyRequests) Error() string
- func (o *DeleteScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserTooManyRequests) IsClientError() bool
- func (o *DeleteScimV2UserTooManyRequests) IsCode(code int) bool
- func (o *DeleteScimV2UserTooManyRequests) IsRedirect() bool
- func (o *DeleteScimV2UserTooManyRequests) IsServerError() bool
- func (o *DeleteScimV2UserTooManyRequests) IsSuccess() bool
- func (o *DeleteScimV2UserTooManyRequests) String() string
- type DeleteScimV2UserUnauthorized
- func (o *DeleteScimV2UserUnauthorized) Error() string
- func (o *DeleteScimV2UserUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserUnauthorized) IsClientError() bool
- func (o *DeleteScimV2UserUnauthorized) IsCode(code int) bool
- func (o *DeleteScimV2UserUnauthorized) IsRedirect() bool
- func (o *DeleteScimV2UserUnauthorized) IsServerError() bool
- func (o *DeleteScimV2UserUnauthorized) IsSuccess() bool
- func (o *DeleteScimV2UserUnauthorized) String() string
- type DeleteScimV2UserUnsupportedMediaType
- func (o *DeleteScimV2UserUnsupportedMediaType) Error() string
- func (o *DeleteScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteScimV2UserUnsupportedMediaType) IsClientError() bool
- func (o *DeleteScimV2UserUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteScimV2UserUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteScimV2UserUnsupportedMediaType) IsServerError() bool
- func (o *DeleteScimV2UserUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteScimV2UserUnsupportedMediaType) String() string
- type GetScimGroupBadRequest
- func (o *GetScimGroupBadRequest) Error() string
- func (o *GetScimGroupBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimGroupBadRequest) IsClientError() bool
- func (o *GetScimGroupBadRequest) IsCode(code int) bool
- func (o *GetScimGroupBadRequest) IsRedirect() bool
- func (o *GetScimGroupBadRequest) IsServerError() bool
- func (o *GetScimGroupBadRequest) IsSuccess() bool
- func (o *GetScimGroupBadRequest) String() string
- type GetScimGroupForbidden
- func (o *GetScimGroupForbidden) Error() string
- func (o *GetScimGroupForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimGroupForbidden) IsClientError() bool
- func (o *GetScimGroupForbidden) IsCode(code int) bool
- func (o *GetScimGroupForbidden) IsRedirect() bool
- func (o *GetScimGroupForbidden) IsServerError() bool
- func (o *GetScimGroupForbidden) IsSuccess() bool
- func (o *GetScimGroupForbidden) String() string
- type GetScimGroupGatewayTimeout
- func (o *GetScimGroupGatewayTimeout) Error() string
- func (o *GetScimGroupGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimGroupGatewayTimeout) IsClientError() bool
- func (o *GetScimGroupGatewayTimeout) IsCode(code int) bool
- func (o *GetScimGroupGatewayTimeout) IsRedirect() bool
- func (o *GetScimGroupGatewayTimeout) IsServerError() bool
- func (o *GetScimGroupGatewayTimeout) IsSuccess() bool
- func (o *GetScimGroupGatewayTimeout) String() string
- type GetScimGroupInternalServerError
- func (o *GetScimGroupInternalServerError) Error() string
- func (o *GetScimGroupInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimGroupInternalServerError) IsClientError() bool
- func (o *GetScimGroupInternalServerError) IsCode(code int) bool
- func (o *GetScimGroupInternalServerError) IsRedirect() bool
- func (o *GetScimGroupInternalServerError) IsServerError() bool
- func (o *GetScimGroupInternalServerError) IsSuccess() bool
- func (o *GetScimGroupInternalServerError) String() string
- type GetScimGroupNotFound
- func (o *GetScimGroupNotFound) Error() string
- func (o *GetScimGroupNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimGroupNotFound) IsClientError() bool
- func (o *GetScimGroupNotFound) IsCode(code int) bool
- func (o *GetScimGroupNotFound) IsRedirect() bool
- func (o *GetScimGroupNotFound) IsServerError() bool
- func (o *GetScimGroupNotFound) IsSuccess() bool
- func (o *GetScimGroupNotFound) String() string
- type GetScimGroupNotModified
- func (o *GetScimGroupNotModified) Error() string
- func (o *GetScimGroupNotModified) IsClientError() bool
- func (o *GetScimGroupNotModified) IsCode(code int) bool
- func (o *GetScimGroupNotModified) IsRedirect() bool
- func (o *GetScimGroupNotModified) IsServerError() bool
- func (o *GetScimGroupNotModified) IsSuccess() bool
- func (o *GetScimGroupNotModified) String() string
- type GetScimGroupOK
- func (o *GetScimGroupOK) Error() string
- func (o *GetScimGroupOK) GetPayload() *models.ScimV2Group
- func (o *GetScimGroupOK) IsClientError() bool
- func (o *GetScimGroupOK) IsCode(code int) bool
- func (o *GetScimGroupOK) IsRedirect() bool
- func (o *GetScimGroupOK) IsServerError() bool
- func (o *GetScimGroupOK) IsSuccess() bool
- func (o *GetScimGroupOK) String() string
- type GetScimGroupParams
- func (o *GetScimGroupParams) SetAttributes(attributes []string)
- func (o *GetScimGroupParams) SetContext(ctx context.Context)
- func (o *GetScimGroupParams) SetDefaults()
- func (o *GetScimGroupParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimGroupParams) SetGroupID(groupID string)
- func (o *GetScimGroupParams) SetHTTPClient(client *http.Client)
- func (o *GetScimGroupParams) SetIfNoneMatch(ifNoneMatch *string)
- func (o *GetScimGroupParams) SetTimeout(timeout time.Duration)
- func (o *GetScimGroupParams) WithAttributes(attributes []string) *GetScimGroupParams
- func (o *GetScimGroupParams) WithContext(ctx context.Context) *GetScimGroupParams
- func (o *GetScimGroupParams) WithDefaults() *GetScimGroupParams
- func (o *GetScimGroupParams) WithExcludedAttributes(excludedAttributes []string) *GetScimGroupParams
- func (o *GetScimGroupParams) WithGroupID(groupID string) *GetScimGroupParams
- func (o *GetScimGroupParams) WithHTTPClient(client *http.Client) *GetScimGroupParams
- func (o *GetScimGroupParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimGroupParams
- func (o *GetScimGroupParams) WithTimeout(timeout time.Duration) *GetScimGroupParams
- func (o *GetScimGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimGroupReader
- type GetScimGroupRequestEntityTooLarge
- func (o *GetScimGroupRequestEntityTooLarge) Error() string
- func (o *GetScimGroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimGroupRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimGroupRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimGroupRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimGroupRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimGroupRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimGroupRequestEntityTooLarge) String() string
- type GetScimGroupRequestTimeout
- func (o *GetScimGroupRequestTimeout) Error() string
- func (o *GetScimGroupRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimGroupRequestTimeout) IsClientError() bool
- func (o *GetScimGroupRequestTimeout) IsCode(code int) bool
- func (o *GetScimGroupRequestTimeout) IsRedirect() bool
- func (o *GetScimGroupRequestTimeout) IsServerError() bool
- func (o *GetScimGroupRequestTimeout) IsSuccess() bool
- func (o *GetScimGroupRequestTimeout) String() string
- type GetScimGroupServiceUnavailable
- func (o *GetScimGroupServiceUnavailable) Error() string
- func (o *GetScimGroupServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimGroupServiceUnavailable) IsClientError() bool
- func (o *GetScimGroupServiceUnavailable) IsCode(code int) bool
- func (o *GetScimGroupServiceUnavailable) IsRedirect() bool
- func (o *GetScimGroupServiceUnavailable) IsServerError() bool
- func (o *GetScimGroupServiceUnavailable) IsSuccess() bool
- func (o *GetScimGroupServiceUnavailable) String() string
- type GetScimGroupTooManyRequests
- func (o *GetScimGroupTooManyRequests) Error() string
- func (o *GetScimGroupTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimGroupTooManyRequests) IsClientError() bool
- func (o *GetScimGroupTooManyRequests) IsCode(code int) bool
- func (o *GetScimGroupTooManyRequests) IsRedirect() bool
- func (o *GetScimGroupTooManyRequests) IsServerError() bool
- func (o *GetScimGroupTooManyRequests) IsSuccess() bool
- func (o *GetScimGroupTooManyRequests) String() string
- type GetScimGroupUnauthorized
- func (o *GetScimGroupUnauthorized) Error() string
- func (o *GetScimGroupUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimGroupUnauthorized) IsClientError() bool
- func (o *GetScimGroupUnauthorized) IsCode(code int) bool
- func (o *GetScimGroupUnauthorized) IsRedirect() bool
- func (o *GetScimGroupUnauthorized) IsServerError() bool
- func (o *GetScimGroupUnauthorized) IsSuccess() bool
- func (o *GetScimGroupUnauthorized) String() string
- type GetScimGroupUnsupportedMediaType
- func (o *GetScimGroupUnsupportedMediaType) Error() string
- func (o *GetScimGroupUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimGroupUnsupportedMediaType) IsClientError() bool
- func (o *GetScimGroupUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimGroupUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimGroupUnsupportedMediaType) IsServerError() bool
- func (o *GetScimGroupUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimGroupUnsupportedMediaType) String() string
- type GetScimGroupsBadRequest
- func (o *GetScimGroupsBadRequest) Error() string
- func (o *GetScimGroupsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsBadRequest) IsClientError() bool
- func (o *GetScimGroupsBadRequest) IsCode(code int) bool
- func (o *GetScimGroupsBadRequest) IsRedirect() bool
- func (o *GetScimGroupsBadRequest) IsServerError() bool
- func (o *GetScimGroupsBadRequest) IsSuccess() bool
- func (o *GetScimGroupsBadRequest) String() string
- type GetScimGroupsForbidden
- func (o *GetScimGroupsForbidden) Error() string
- func (o *GetScimGroupsForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsForbidden) IsClientError() bool
- func (o *GetScimGroupsForbidden) IsCode(code int) bool
- func (o *GetScimGroupsForbidden) IsRedirect() bool
- func (o *GetScimGroupsForbidden) IsServerError() bool
- func (o *GetScimGroupsForbidden) IsSuccess() bool
- func (o *GetScimGroupsForbidden) String() string
- type GetScimGroupsGatewayTimeout
- func (o *GetScimGroupsGatewayTimeout) Error() string
- func (o *GetScimGroupsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsGatewayTimeout) IsClientError() bool
- func (o *GetScimGroupsGatewayTimeout) IsCode(code int) bool
- func (o *GetScimGroupsGatewayTimeout) IsRedirect() bool
- func (o *GetScimGroupsGatewayTimeout) IsServerError() bool
- func (o *GetScimGroupsGatewayTimeout) IsSuccess() bool
- func (o *GetScimGroupsGatewayTimeout) String() string
- type GetScimGroupsInternalServerError
- func (o *GetScimGroupsInternalServerError) Error() string
- func (o *GetScimGroupsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsInternalServerError) IsClientError() bool
- func (o *GetScimGroupsInternalServerError) IsCode(code int) bool
- func (o *GetScimGroupsInternalServerError) IsRedirect() bool
- func (o *GetScimGroupsInternalServerError) IsServerError() bool
- func (o *GetScimGroupsInternalServerError) IsSuccess() bool
- func (o *GetScimGroupsInternalServerError) String() string
- type GetScimGroupsNotFound
- func (o *GetScimGroupsNotFound) Error() string
- func (o *GetScimGroupsNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsNotFound) IsClientError() bool
- func (o *GetScimGroupsNotFound) IsCode(code int) bool
- func (o *GetScimGroupsNotFound) IsRedirect() bool
- func (o *GetScimGroupsNotFound) IsServerError() bool
- func (o *GetScimGroupsNotFound) IsSuccess() bool
- func (o *GetScimGroupsNotFound) String() string
- type GetScimGroupsOK
- func (o *GetScimGroupsOK) Error() string
- func (o *GetScimGroupsOK) GetPayload() *models.ScimGroupListResponse
- func (o *GetScimGroupsOK) IsClientError() bool
- func (o *GetScimGroupsOK) IsCode(code int) bool
- func (o *GetScimGroupsOK) IsRedirect() bool
- func (o *GetScimGroupsOK) IsServerError() bool
- func (o *GetScimGroupsOK) IsSuccess() bool
- func (o *GetScimGroupsOK) String() string
- type GetScimGroupsParams
- func (o *GetScimGroupsParams) SetAttributes(attributes []string)
- func (o *GetScimGroupsParams) SetContext(ctx context.Context)
- func (o *GetScimGroupsParams) SetCount(count *int32)
- func (o *GetScimGroupsParams) SetDefaults()
- func (o *GetScimGroupsParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimGroupsParams) SetFilter(filter *string)
- func (o *GetScimGroupsParams) SetHTTPClient(client *http.Client)
- func (o *GetScimGroupsParams) SetStartIndex(startIndex *int32)
- func (o *GetScimGroupsParams) SetTimeout(timeout time.Duration)
- func (o *GetScimGroupsParams) WithAttributes(attributes []string) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithContext(ctx context.Context) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithCount(count *int32) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithDefaults() *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithExcludedAttributes(excludedAttributes []string) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithFilter(filter *string) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithHTTPClient(client *http.Client) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithStartIndex(startIndex *int32) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WithTimeout(timeout time.Duration) *GetScimGroupsParams
- func (o *GetScimGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimGroupsReader
- type GetScimGroupsRequestEntityTooLarge
- func (o *GetScimGroupsRequestEntityTooLarge) Error() string
- func (o *GetScimGroupsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimGroupsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimGroupsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimGroupsRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimGroupsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimGroupsRequestEntityTooLarge) String() string
- type GetScimGroupsRequestTimeout
- func (o *GetScimGroupsRequestTimeout) Error() string
- func (o *GetScimGroupsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsRequestTimeout) IsClientError() bool
- func (o *GetScimGroupsRequestTimeout) IsCode(code int) bool
- func (o *GetScimGroupsRequestTimeout) IsRedirect() bool
- func (o *GetScimGroupsRequestTimeout) IsServerError() bool
- func (o *GetScimGroupsRequestTimeout) IsSuccess() bool
- func (o *GetScimGroupsRequestTimeout) String() string
- type GetScimGroupsServiceUnavailable
- func (o *GetScimGroupsServiceUnavailable) Error() string
- func (o *GetScimGroupsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsServiceUnavailable) IsClientError() bool
- func (o *GetScimGroupsServiceUnavailable) IsCode(code int) bool
- func (o *GetScimGroupsServiceUnavailable) IsRedirect() bool
- func (o *GetScimGroupsServiceUnavailable) IsServerError() bool
- func (o *GetScimGroupsServiceUnavailable) IsSuccess() bool
- func (o *GetScimGroupsServiceUnavailable) String() string
- type GetScimGroupsTooManyRequests
- func (o *GetScimGroupsTooManyRequests) Error() string
- func (o *GetScimGroupsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsTooManyRequests) IsClientError() bool
- func (o *GetScimGroupsTooManyRequests) IsCode(code int) bool
- func (o *GetScimGroupsTooManyRequests) IsRedirect() bool
- func (o *GetScimGroupsTooManyRequests) IsServerError() bool
- func (o *GetScimGroupsTooManyRequests) IsSuccess() bool
- func (o *GetScimGroupsTooManyRequests) String() string
- type GetScimGroupsUnauthorized
- func (o *GetScimGroupsUnauthorized) Error() string
- func (o *GetScimGroupsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsUnauthorized) IsClientError() bool
- func (o *GetScimGroupsUnauthorized) IsCode(code int) bool
- func (o *GetScimGroupsUnauthorized) IsRedirect() bool
- func (o *GetScimGroupsUnauthorized) IsServerError() bool
- func (o *GetScimGroupsUnauthorized) IsSuccess() bool
- func (o *GetScimGroupsUnauthorized) String() string
- type GetScimGroupsUnsupportedMediaType
- func (o *GetScimGroupsUnsupportedMediaType) Error() string
- func (o *GetScimGroupsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimGroupsUnsupportedMediaType) IsClientError() bool
- func (o *GetScimGroupsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimGroupsUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimGroupsUnsupportedMediaType) IsServerError() bool
- func (o *GetScimGroupsUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimGroupsUnsupportedMediaType) String() string
- type GetScimResourcetypeBadRequest
- func (o *GetScimResourcetypeBadRequest) Error() string
- func (o *GetScimResourcetypeBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeBadRequest) IsClientError() bool
- func (o *GetScimResourcetypeBadRequest) IsCode(code int) bool
- func (o *GetScimResourcetypeBadRequest) IsRedirect() bool
- func (o *GetScimResourcetypeBadRequest) IsServerError() bool
- func (o *GetScimResourcetypeBadRequest) IsSuccess() bool
- func (o *GetScimResourcetypeBadRequest) String() string
- type GetScimResourcetypeForbidden
- func (o *GetScimResourcetypeForbidden) Error() string
- func (o *GetScimResourcetypeForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeForbidden) IsClientError() bool
- func (o *GetScimResourcetypeForbidden) IsCode(code int) bool
- func (o *GetScimResourcetypeForbidden) IsRedirect() bool
- func (o *GetScimResourcetypeForbidden) IsServerError() bool
- func (o *GetScimResourcetypeForbidden) IsSuccess() bool
- func (o *GetScimResourcetypeForbidden) String() string
- type GetScimResourcetypeGatewayTimeout
- func (o *GetScimResourcetypeGatewayTimeout) Error() string
- func (o *GetScimResourcetypeGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeGatewayTimeout) IsClientError() bool
- func (o *GetScimResourcetypeGatewayTimeout) IsCode(code int) bool
- func (o *GetScimResourcetypeGatewayTimeout) IsRedirect() bool
- func (o *GetScimResourcetypeGatewayTimeout) IsServerError() bool
- func (o *GetScimResourcetypeGatewayTimeout) IsSuccess() bool
- func (o *GetScimResourcetypeGatewayTimeout) String() string
- type GetScimResourcetypeInternalServerError
- func (o *GetScimResourcetypeInternalServerError) Error() string
- func (o *GetScimResourcetypeInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeInternalServerError) IsClientError() bool
- func (o *GetScimResourcetypeInternalServerError) IsCode(code int) bool
- func (o *GetScimResourcetypeInternalServerError) IsRedirect() bool
- func (o *GetScimResourcetypeInternalServerError) IsServerError() bool
- func (o *GetScimResourcetypeInternalServerError) IsSuccess() bool
- func (o *GetScimResourcetypeInternalServerError) String() string
- type GetScimResourcetypeNotFound
- func (o *GetScimResourcetypeNotFound) Error() string
- func (o *GetScimResourcetypeNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeNotFound) IsClientError() bool
- func (o *GetScimResourcetypeNotFound) IsCode(code int) bool
- func (o *GetScimResourcetypeNotFound) IsRedirect() bool
- func (o *GetScimResourcetypeNotFound) IsServerError() bool
- func (o *GetScimResourcetypeNotFound) IsSuccess() bool
- func (o *GetScimResourcetypeNotFound) String() string
- type GetScimResourcetypeOK
- func (o *GetScimResourcetypeOK) Error() string
- func (o *GetScimResourcetypeOK) GetPayload() *models.ScimConfigResourceType
- func (o *GetScimResourcetypeOK) IsClientError() bool
- func (o *GetScimResourcetypeOK) IsCode(code int) bool
- func (o *GetScimResourcetypeOK) IsRedirect() bool
- func (o *GetScimResourcetypeOK) IsServerError() bool
- func (o *GetScimResourcetypeOK) IsSuccess() bool
- func (o *GetScimResourcetypeOK) String() string
- type GetScimResourcetypeParams
- func NewGetScimResourcetypeParams() *GetScimResourcetypeParams
- func NewGetScimResourcetypeParamsWithContext(ctx context.Context) *GetScimResourcetypeParams
- func NewGetScimResourcetypeParamsWithHTTPClient(client *http.Client) *GetScimResourcetypeParams
- func NewGetScimResourcetypeParamsWithTimeout(timeout time.Duration) *GetScimResourcetypeParams
- func (o *GetScimResourcetypeParams) SetContext(ctx context.Context)
- func (o *GetScimResourcetypeParams) SetDefaults()
- func (o *GetScimResourcetypeParams) SetHTTPClient(client *http.Client)
- func (o *GetScimResourcetypeParams) SetResourceType(resourceType string)
- func (o *GetScimResourcetypeParams) SetTimeout(timeout time.Duration)
- func (o *GetScimResourcetypeParams) WithContext(ctx context.Context) *GetScimResourcetypeParams
- func (o *GetScimResourcetypeParams) WithDefaults() *GetScimResourcetypeParams
- func (o *GetScimResourcetypeParams) WithHTTPClient(client *http.Client) *GetScimResourcetypeParams
- func (o *GetScimResourcetypeParams) WithResourceType(resourceType string) *GetScimResourcetypeParams
- func (o *GetScimResourcetypeParams) WithTimeout(timeout time.Duration) *GetScimResourcetypeParams
- func (o *GetScimResourcetypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimResourcetypeReader
- type GetScimResourcetypeRequestEntityTooLarge
- func (o *GetScimResourcetypeRequestEntityTooLarge) Error() string
- func (o *GetScimResourcetypeRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimResourcetypeRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimResourcetypeRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimResourcetypeRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimResourcetypeRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimResourcetypeRequestEntityTooLarge) String() string
- type GetScimResourcetypeRequestTimeout
- func (o *GetScimResourcetypeRequestTimeout) Error() string
- func (o *GetScimResourcetypeRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeRequestTimeout) IsClientError() bool
- func (o *GetScimResourcetypeRequestTimeout) IsCode(code int) bool
- func (o *GetScimResourcetypeRequestTimeout) IsRedirect() bool
- func (o *GetScimResourcetypeRequestTimeout) IsServerError() bool
- func (o *GetScimResourcetypeRequestTimeout) IsSuccess() bool
- func (o *GetScimResourcetypeRequestTimeout) String() string
- type GetScimResourcetypeServiceUnavailable
- func (o *GetScimResourcetypeServiceUnavailable) Error() string
- func (o *GetScimResourcetypeServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeServiceUnavailable) IsClientError() bool
- func (o *GetScimResourcetypeServiceUnavailable) IsCode(code int) bool
- func (o *GetScimResourcetypeServiceUnavailable) IsRedirect() bool
- func (o *GetScimResourcetypeServiceUnavailable) IsServerError() bool
- func (o *GetScimResourcetypeServiceUnavailable) IsSuccess() bool
- func (o *GetScimResourcetypeServiceUnavailable) String() string
- type GetScimResourcetypeTooManyRequests
- func (o *GetScimResourcetypeTooManyRequests) Error() string
- func (o *GetScimResourcetypeTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeTooManyRequests) IsClientError() bool
- func (o *GetScimResourcetypeTooManyRequests) IsCode(code int) bool
- func (o *GetScimResourcetypeTooManyRequests) IsRedirect() bool
- func (o *GetScimResourcetypeTooManyRequests) IsServerError() bool
- func (o *GetScimResourcetypeTooManyRequests) IsSuccess() bool
- func (o *GetScimResourcetypeTooManyRequests) String() string
- type GetScimResourcetypeUnauthorized
- func (o *GetScimResourcetypeUnauthorized) Error() string
- func (o *GetScimResourcetypeUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeUnauthorized) IsClientError() bool
- func (o *GetScimResourcetypeUnauthorized) IsCode(code int) bool
- func (o *GetScimResourcetypeUnauthorized) IsRedirect() bool
- func (o *GetScimResourcetypeUnauthorized) IsServerError() bool
- func (o *GetScimResourcetypeUnauthorized) IsSuccess() bool
- func (o *GetScimResourcetypeUnauthorized) String() string
- type GetScimResourcetypeUnsupportedMediaType
- func (o *GetScimResourcetypeUnsupportedMediaType) Error() string
- func (o *GetScimResourcetypeUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypeUnsupportedMediaType) IsClientError() bool
- func (o *GetScimResourcetypeUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimResourcetypeUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimResourcetypeUnsupportedMediaType) IsServerError() bool
- func (o *GetScimResourcetypeUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimResourcetypeUnsupportedMediaType) String() string
- type GetScimResourcetypesBadRequest
- func (o *GetScimResourcetypesBadRequest) Error() string
- func (o *GetScimResourcetypesBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesBadRequest) IsClientError() bool
- func (o *GetScimResourcetypesBadRequest) IsCode(code int) bool
- func (o *GetScimResourcetypesBadRequest) IsRedirect() bool
- func (o *GetScimResourcetypesBadRequest) IsServerError() bool
- func (o *GetScimResourcetypesBadRequest) IsSuccess() bool
- func (o *GetScimResourcetypesBadRequest) String() string
- type GetScimResourcetypesForbidden
- func (o *GetScimResourcetypesForbidden) Error() string
- func (o *GetScimResourcetypesForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesForbidden) IsClientError() bool
- func (o *GetScimResourcetypesForbidden) IsCode(code int) bool
- func (o *GetScimResourcetypesForbidden) IsRedirect() bool
- func (o *GetScimResourcetypesForbidden) IsServerError() bool
- func (o *GetScimResourcetypesForbidden) IsSuccess() bool
- func (o *GetScimResourcetypesForbidden) String() string
- type GetScimResourcetypesGatewayTimeout
- func (o *GetScimResourcetypesGatewayTimeout) Error() string
- func (o *GetScimResourcetypesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesGatewayTimeout) IsClientError() bool
- func (o *GetScimResourcetypesGatewayTimeout) IsCode(code int) bool
- func (o *GetScimResourcetypesGatewayTimeout) IsRedirect() bool
- func (o *GetScimResourcetypesGatewayTimeout) IsServerError() bool
- func (o *GetScimResourcetypesGatewayTimeout) IsSuccess() bool
- func (o *GetScimResourcetypesGatewayTimeout) String() string
- type GetScimResourcetypesInternalServerError
- func (o *GetScimResourcetypesInternalServerError) Error() string
- func (o *GetScimResourcetypesInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesInternalServerError) IsClientError() bool
- func (o *GetScimResourcetypesInternalServerError) IsCode(code int) bool
- func (o *GetScimResourcetypesInternalServerError) IsRedirect() bool
- func (o *GetScimResourcetypesInternalServerError) IsServerError() bool
- func (o *GetScimResourcetypesInternalServerError) IsSuccess() bool
- func (o *GetScimResourcetypesInternalServerError) String() string
- type GetScimResourcetypesNotFound
- func (o *GetScimResourcetypesNotFound) Error() string
- func (o *GetScimResourcetypesNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesNotFound) IsClientError() bool
- func (o *GetScimResourcetypesNotFound) IsCode(code int) bool
- func (o *GetScimResourcetypesNotFound) IsRedirect() bool
- func (o *GetScimResourcetypesNotFound) IsServerError() bool
- func (o *GetScimResourcetypesNotFound) IsSuccess() bool
- func (o *GetScimResourcetypesNotFound) String() string
- type GetScimResourcetypesOK
- func (o *GetScimResourcetypesOK) Error() string
- func (o *GetScimResourcetypesOK) GetPayload() *models.ScimConfigResourceTypesListResponse
- func (o *GetScimResourcetypesOK) IsClientError() bool
- func (o *GetScimResourcetypesOK) IsCode(code int) bool
- func (o *GetScimResourcetypesOK) IsRedirect() bool
- func (o *GetScimResourcetypesOK) IsServerError() bool
- func (o *GetScimResourcetypesOK) IsSuccess() bool
- func (o *GetScimResourcetypesOK) String() string
- type GetScimResourcetypesParams
- func NewGetScimResourcetypesParams() *GetScimResourcetypesParams
- func NewGetScimResourcetypesParamsWithContext(ctx context.Context) *GetScimResourcetypesParams
- func NewGetScimResourcetypesParamsWithHTTPClient(client *http.Client) *GetScimResourcetypesParams
- func NewGetScimResourcetypesParamsWithTimeout(timeout time.Duration) *GetScimResourcetypesParams
- func (o *GetScimResourcetypesParams) SetContext(ctx context.Context)
- func (o *GetScimResourcetypesParams) SetDefaults()
- func (o *GetScimResourcetypesParams) SetHTTPClient(client *http.Client)
- func (o *GetScimResourcetypesParams) SetTimeout(timeout time.Duration)
- func (o *GetScimResourcetypesParams) WithContext(ctx context.Context) *GetScimResourcetypesParams
- func (o *GetScimResourcetypesParams) WithDefaults() *GetScimResourcetypesParams
- func (o *GetScimResourcetypesParams) WithHTTPClient(client *http.Client) *GetScimResourcetypesParams
- func (o *GetScimResourcetypesParams) WithTimeout(timeout time.Duration) *GetScimResourcetypesParams
- func (o *GetScimResourcetypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimResourcetypesReader
- type GetScimResourcetypesRequestEntityTooLarge
- func (o *GetScimResourcetypesRequestEntityTooLarge) Error() string
- func (o *GetScimResourcetypesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimResourcetypesRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimResourcetypesRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimResourcetypesRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimResourcetypesRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimResourcetypesRequestEntityTooLarge) String() string
- type GetScimResourcetypesRequestTimeout
- func (o *GetScimResourcetypesRequestTimeout) Error() string
- func (o *GetScimResourcetypesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesRequestTimeout) IsClientError() bool
- func (o *GetScimResourcetypesRequestTimeout) IsCode(code int) bool
- func (o *GetScimResourcetypesRequestTimeout) IsRedirect() bool
- func (o *GetScimResourcetypesRequestTimeout) IsServerError() bool
- func (o *GetScimResourcetypesRequestTimeout) IsSuccess() bool
- func (o *GetScimResourcetypesRequestTimeout) String() string
- type GetScimResourcetypesServiceUnavailable
- func (o *GetScimResourcetypesServiceUnavailable) Error() string
- func (o *GetScimResourcetypesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesServiceUnavailable) IsClientError() bool
- func (o *GetScimResourcetypesServiceUnavailable) IsCode(code int) bool
- func (o *GetScimResourcetypesServiceUnavailable) IsRedirect() bool
- func (o *GetScimResourcetypesServiceUnavailable) IsServerError() bool
- func (o *GetScimResourcetypesServiceUnavailable) IsSuccess() bool
- func (o *GetScimResourcetypesServiceUnavailable) String() string
- type GetScimResourcetypesTooManyRequests
- func (o *GetScimResourcetypesTooManyRequests) Error() string
- func (o *GetScimResourcetypesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesTooManyRequests) IsClientError() bool
- func (o *GetScimResourcetypesTooManyRequests) IsCode(code int) bool
- func (o *GetScimResourcetypesTooManyRequests) IsRedirect() bool
- func (o *GetScimResourcetypesTooManyRequests) IsServerError() bool
- func (o *GetScimResourcetypesTooManyRequests) IsSuccess() bool
- func (o *GetScimResourcetypesTooManyRequests) String() string
- type GetScimResourcetypesUnauthorized
- func (o *GetScimResourcetypesUnauthorized) Error() string
- func (o *GetScimResourcetypesUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesUnauthorized) IsClientError() bool
- func (o *GetScimResourcetypesUnauthorized) IsCode(code int) bool
- func (o *GetScimResourcetypesUnauthorized) IsRedirect() bool
- func (o *GetScimResourcetypesUnauthorized) IsServerError() bool
- func (o *GetScimResourcetypesUnauthorized) IsSuccess() bool
- func (o *GetScimResourcetypesUnauthorized) String() string
- type GetScimResourcetypesUnsupportedMediaType
- func (o *GetScimResourcetypesUnsupportedMediaType) Error() string
- func (o *GetScimResourcetypesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimResourcetypesUnsupportedMediaType) IsClientError() bool
- func (o *GetScimResourcetypesUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimResourcetypesUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimResourcetypesUnsupportedMediaType) IsServerError() bool
- func (o *GetScimResourcetypesUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimResourcetypesUnsupportedMediaType) String() string
- type GetScimSchemaBadRequest
- func (o *GetScimSchemaBadRequest) Error() string
- func (o *GetScimSchemaBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaBadRequest) IsClientError() bool
- func (o *GetScimSchemaBadRequest) IsCode(code int) bool
- func (o *GetScimSchemaBadRequest) IsRedirect() bool
- func (o *GetScimSchemaBadRequest) IsServerError() bool
- func (o *GetScimSchemaBadRequest) IsSuccess() bool
- func (o *GetScimSchemaBadRequest) String() string
- type GetScimSchemaForbidden
- func (o *GetScimSchemaForbidden) Error() string
- func (o *GetScimSchemaForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaForbidden) IsClientError() bool
- func (o *GetScimSchemaForbidden) IsCode(code int) bool
- func (o *GetScimSchemaForbidden) IsRedirect() bool
- func (o *GetScimSchemaForbidden) IsServerError() bool
- func (o *GetScimSchemaForbidden) IsSuccess() bool
- func (o *GetScimSchemaForbidden) String() string
- type GetScimSchemaGatewayTimeout
- func (o *GetScimSchemaGatewayTimeout) Error() string
- func (o *GetScimSchemaGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaGatewayTimeout) IsClientError() bool
- func (o *GetScimSchemaGatewayTimeout) IsCode(code int) bool
- func (o *GetScimSchemaGatewayTimeout) IsRedirect() bool
- func (o *GetScimSchemaGatewayTimeout) IsServerError() bool
- func (o *GetScimSchemaGatewayTimeout) IsSuccess() bool
- func (o *GetScimSchemaGatewayTimeout) String() string
- type GetScimSchemaInternalServerError
- func (o *GetScimSchemaInternalServerError) Error() string
- func (o *GetScimSchemaInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaInternalServerError) IsClientError() bool
- func (o *GetScimSchemaInternalServerError) IsCode(code int) bool
- func (o *GetScimSchemaInternalServerError) IsRedirect() bool
- func (o *GetScimSchemaInternalServerError) IsServerError() bool
- func (o *GetScimSchemaInternalServerError) IsSuccess() bool
- func (o *GetScimSchemaInternalServerError) String() string
- type GetScimSchemaNotFound
- func (o *GetScimSchemaNotFound) Error() string
- func (o *GetScimSchemaNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaNotFound) IsClientError() bool
- func (o *GetScimSchemaNotFound) IsCode(code int) bool
- func (o *GetScimSchemaNotFound) IsRedirect() bool
- func (o *GetScimSchemaNotFound) IsServerError() bool
- func (o *GetScimSchemaNotFound) IsSuccess() bool
- func (o *GetScimSchemaNotFound) String() string
- type GetScimSchemaOK
- func (o *GetScimSchemaOK) Error() string
- func (o *GetScimSchemaOK) GetPayload() *models.ScimV2SchemaDefinition
- func (o *GetScimSchemaOK) IsClientError() bool
- func (o *GetScimSchemaOK) IsCode(code int) bool
- func (o *GetScimSchemaOK) IsRedirect() bool
- func (o *GetScimSchemaOK) IsServerError() bool
- func (o *GetScimSchemaOK) IsSuccess() bool
- func (o *GetScimSchemaOK) String() string
- type GetScimSchemaParams
- func (o *GetScimSchemaParams) SetContext(ctx context.Context)
- func (o *GetScimSchemaParams) SetDefaults()
- func (o *GetScimSchemaParams) SetHTTPClient(client *http.Client)
- func (o *GetScimSchemaParams) SetSchemaID(schemaID string)
- func (o *GetScimSchemaParams) SetTimeout(timeout time.Duration)
- func (o *GetScimSchemaParams) WithContext(ctx context.Context) *GetScimSchemaParams
- func (o *GetScimSchemaParams) WithDefaults() *GetScimSchemaParams
- func (o *GetScimSchemaParams) WithHTTPClient(client *http.Client) *GetScimSchemaParams
- func (o *GetScimSchemaParams) WithSchemaID(schemaID string) *GetScimSchemaParams
- func (o *GetScimSchemaParams) WithTimeout(timeout time.Duration) *GetScimSchemaParams
- func (o *GetScimSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimSchemaReader
- type GetScimSchemaRequestEntityTooLarge
- func (o *GetScimSchemaRequestEntityTooLarge) Error() string
- func (o *GetScimSchemaRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimSchemaRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimSchemaRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimSchemaRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimSchemaRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimSchemaRequestEntityTooLarge) String() string
- type GetScimSchemaRequestTimeout
- func (o *GetScimSchemaRequestTimeout) Error() string
- func (o *GetScimSchemaRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaRequestTimeout) IsClientError() bool
- func (o *GetScimSchemaRequestTimeout) IsCode(code int) bool
- func (o *GetScimSchemaRequestTimeout) IsRedirect() bool
- func (o *GetScimSchemaRequestTimeout) IsServerError() bool
- func (o *GetScimSchemaRequestTimeout) IsSuccess() bool
- func (o *GetScimSchemaRequestTimeout) String() string
- type GetScimSchemaServiceUnavailable
- func (o *GetScimSchemaServiceUnavailable) Error() string
- func (o *GetScimSchemaServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaServiceUnavailable) IsClientError() bool
- func (o *GetScimSchemaServiceUnavailable) IsCode(code int) bool
- func (o *GetScimSchemaServiceUnavailable) IsRedirect() bool
- func (o *GetScimSchemaServiceUnavailable) IsServerError() bool
- func (o *GetScimSchemaServiceUnavailable) IsSuccess() bool
- func (o *GetScimSchemaServiceUnavailable) String() string
- type GetScimSchemaTooManyRequests
- func (o *GetScimSchemaTooManyRequests) Error() string
- func (o *GetScimSchemaTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaTooManyRequests) IsClientError() bool
- func (o *GetScimSchemaTooManyRequests) IsCode(code int) bool
- func (o *GetScimSchemaTooManyRequests) IsRedirect() bool
- func (o *GetScimSchemaTooManyRequests) IsServerError() bool
- func (o *GetScimSchemaTooManyRequests) IsSuccess() bool
- func (o *GetScimSchemaTooManyRequests) String() string
- type GetScimSchemaUnauthorized
- func (o *GetScimSchemaUnauthorized) Error() string
- func (o *GetScimSchemaUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaUnauthorized) IsClientError() bool
- func (o *GetScimSchemaUnauthorized) IsCode(code int) bool
- func (o *GetScimSchemaUnauthorized) IsRedirect() bool
- func (o *GetScimSchemaUnauthorized) IsServerError() bool
- func (o *GetScimSchemaUnauthorized) IsSuccess() bool
- func (o *GetScimSchemaUnauthorized) String() string
- type GetScimSchemaUnsupportedMediaType
- func (o *GetScimSchemaUnsupportedMediaType) Error() string
- func (o *GetScimSchemaUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimSchemaUnsupportedMediaType) IsClientError() bool
- func (o *GetScimSchemaUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimSchemaUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimSchemaUnsupportedMediaType) IsServerError() bool
- func (o *GetScimSchemaUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimSchemaUnsupportedMediaType) String() string
- type GetScimSchemasBadRequest
- func (o *GetScimSchemasBadRequest) Error() string
- func (o *GetScimSchemasBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasBadRequest) IsClientError() bool
- func (o *GetScimSchemasBadRequest) IsCode(code int) bool
- func (o *GetScimSchemasBadRequest) IsRedirect() bool
- func (o *GetScimSchemasBadRequest) IsServerError() bool
- func (o *GetScimSchemasBadRequest) IsSuccess() bool
- func (o *GetScimSchemasBadRequest) String() string
- type GetScimSchemasForbidden
- func (o *GetScimSchemasForbidden) Error() string
- func (o *GetScimSchemasForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasForbidden) IsClientError() bool
- func (o *GetScimSchemasForbidden) IsCode(code int) bool
- func (o *GetScimSchemasForbidden) IsRedirect() bool
- func (o *GetScimSchemasForbidden) IsServerError() bool
- func (o *GetScimSchemasForbidden) IsSuccess() bool
- func (o *GetScimSchemasForbidden) String() string
- type GetScimSchemasGatewayTimeout
- func (o *GetScimSchemasGatewayTimeout) Error() string
- func (o *GetScimSchemasGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasGatewayTimeout) IsClientError() bool
- func (o *GetScimSchemasGatewayTimeout) IsCode(code int) bool
- func (o *GetScimSchemasGatewayTimeout) IsRedirect() bool
- func (o *GetScimSchemasGatewayTimeout) IsServerError() bool
- func (o *GetScimSchemasGatewayTimeout) IsSuccess() bool
- func (o *GetScimSchemasGatewayTimeout) String() string
- type GetScimSchemasInternalServerError
- func (o *GetScimSchemasInternalServerError) Error() string
- func (o *GetScimSchemasInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasInternalServerError) IsClientError() bool
- func (o *GetScimSchemasInternalServerError) IsCode(code int) bool
- func (o *GetScimSchemasInternalServerError) IsRedirect() bool
- func (o *GetScimSchemasInternalServerError) IsServerError() bool
- func (o *GetScimSchemasInternalServerError) IsSuccess() bool
- func (o *GetScimSchemasInternalServerError) String() string
- type GetScimSchemasNotFound
- func (o *GetScimSchemasNotFound) Error() string
- func (o *GetScimSchemasNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasNotFound) IsClientError() bool
- func (o *GetScimSchemasNotFound) IsCode(code int) bool
- func (o *GetScimSchemasNotFound) IsRedirect() bool
- func (o *GetScimSchemasNotFound) IsServerError() bool
- func (o *GetScimSchemasNotFound) IsSuccess() bool
- func (o *GetScimSchemasNotFound) String() string
- type GetScimSchemasOK
- func (o *GetScimSchemasOK) Error() string
- func (o *GetScimSchemasOK) GetPayload() *models.ScimV2SchemaListResponse
- func (o *GetScimSchemasOK) IsClientError() bool
- func (o *GetScimSchemasOK) IsCode(code int) bool
- func (o *GetScimSchemasOK) IsRedirect() bool
- func (o *GetScimSchemasOK) IsServerError() bool
- func (o *GetScimSchemasOK) IsSuccess() bool
- func (o *GetScimSchemasOK) String() string
- type GetScimSchemasParams
- func NewGetScimSchemasParams() *GetScimSchemasParams
- func NewGetScimSchemasParamsWithContext(ctx context.Context) *GetScimSchemasParams
- func NewGetScimSchemasParamsWithHTTPClient(client *http.Client) *GetScimSchemasParams
- func NewGetScimSchemasParamsWithTimeout(timeout time.Duration) *GetScimSchemasParams
- func (o *GetScimSchemasParams) SetContext(ctx context.Context)
- func (o *GetScimSchemasParams) SetDefaults()
- func (o *GetScimSchemasParams) SetFilter(filter *string)
- func (o *GetScimSchemasParams) SetHTTPClient(client *http.Client)
- func (o *GetScimSchemasParams) SetTimeout(timeout time.Duration)
- func (o *GetScimSchemasParams) WithContext(ctx context.Context) *GetScimSchemasParams
- func (o *GetScimSchemasParams) WithDefaults() *GetScimSchemasParams
- func (o *GetScimSchemasParams) WithFilter(filter *string) *GetScimSchemasParams
- func (o *GetScimSchemasParams) WithHTTPClient(client *http.Client) *GetScimSchemasParams
- func (o *GetScimSchemasParams) WithTimeout(timeout time.Duration) *GetScimSchemasParams
- func (o *GetScimSchemasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimSchemasReader
- type GetScimSchemasRequestEntityTooLarge
- func (o *GetScimSchemasRequestEntityTooLarge) Error() string
- func (o *GetScimSchemasRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimSchemasRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimSchemasRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimSchemasRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimSchemasRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimSchemasRequestEntityTooLarge) String() string
- type GetScimSchemasRequestTimeout
- func (o *GetScimSchemasRequestTimeout) Error() string
- func (o *GetScimSchemasRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasRequestTimeout) IsClientError() bool
- func (o *GetScimSchemasRequestTimeout) IsCode(code int) bool
- func (o *GetScimSchemasRequestTimeout) IsRedirect() bool
- func (o *GetScimSchemasRequestTimeout) IsServerError() bool
- func (o *GetScimSchemasRequestTimeout) IsSuccess() bool
- func (o *GetScimSchemasRequestTimeout) String() string
- type GetScimSchemasServiceUnavailable
- func (o *GetScimSchemasServiceUnavailable) Error() string
- func (o *GetScimSchemasServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasServiceUnavailable) IsClientError() bool
- func (o *GetScimSchemasServiceUnavailable) IsCode(code int) bool
- func (o *GetScimSchemasServiceUnavailable) IsRedirect() bool
- func (o *GetScimSchemasServiceUnavailable) IsServerError() bool
- func (o *GetScimSchemasServiceUnavailable) IsSuccess() bool
- func (o *GetScimSchemasServiceUnavailable) String() string
- type GetScimSchemasTooManyRequests
- func (o *GetScimSchemasTooManyRequests) Error() string
- func (o *GetScimSchemasTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasTooManyRequests) IsClientError() bool
- func (o *GetScimSchemasTooManyRequests) IsCode(code int) bool
- func (o *GetScimSchemasTooManyRequests) IsRedirect() bool
- func (o *GetScimSchemasTooManyRequests) IsServerError() bool
- func (o *GetScimSchemasTooManyRequests) IsSuccess() bool
- func (o *GetScimSchemasTooManyRequests) String() string
- type GetScimSchemasUnauthorized
- func (o *GetScimSchemasUnauthorized) Error() string
- func (o *GetScimSchemasUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasUnauthorized) IsClientError() bool
- func (o *GetScimSchemasUnauthorized) IsCode(code int) bool
- func (o *GetScimSchemasUnauthorized) IsRedirect() bool
- func (o *GetScimSchemasUnauthorized) IsServerError() bool
- func (o *GetScimSchemasUnauthorized) IsSuccess() bool
- func (o *GetScimSchemasUnauthorized) String() string
- type GetScimSchemasUnsupportedMediaType
- func (o *GetScimSchemasUnsupportedMediaType) Error() string
- func (o *GetScimSchemasUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimSchemasUnsupportedMediaType) IsClientError() bool
- func (o *GetScimSchemasUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimSchemasUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimSchemasUnsupportedMediaType) IsServerError() bool
- func (o *GetScimSchemasUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimSchemasUnsupportedMediaType) String() string
- type GetScimServiceproviderconfigBadRequest
- func (o *GetScimServiceproviderconfigBadRequest) Error() string
- func (o *GetScimServiceproviderconfigBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigBadRequest) IsClientError() bool
- func (o *GetScimServiceproviderconfigBadRequest) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigBadRequest) IsRedirect() bool
- func (o *GetScimServiceproviderconfigBadRequest) IsServerError() bool
- func (o *GetScimServiceproviderconfigBadRequest) IsSuccess() bool
- func (o *GetScimServiceproviderconfigBadRequest) String() string
- type GetScimServiceproviderconfigForbidden
- func (o *GetScimServiceproviderconfigForbidden) Error() string
- func (o *GetScimServiceproviderconfigForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigForbidden) IsClientError() bool
- func (o *GetScimServiceproviderconfigForbidden) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigForbidden) IsRedirect() bool
- func (o *GetScimServiceproviderconfigForbidden) IsServerError() bool
- func (o *GetScimServiceproviderconfigForbidden) IsSuccess() bool
- func (o *GetScimServiceproviderconfigForbidden) String() string
- type GetScimServiceproviderconfigGatewayTimeout
- func (o *GetScimServiceproviderconfigGatewayTimeout) Error() string
- func (o *GetScimServiceproviderconfigGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigGatewayTimeout) IsClientError() bool
- func (o *GetScimServiceproviderconfigGatewayTimeout) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigGatewayTimeout) IsRedirect() bool
- func (o *GetScimServiceproviderconfigGatewayTimeout) IsServerError() bool
- func (o *GetScimServiceproviderconfigGatewayTimeout) IsSuccess() bool
- func (o *GetScimServiceproviderconfigGatewayTimeout) String() string
- type GetScimServiceproviderconfigInternalServerError
- func (o *GetScimServiceproviderconfigInternalServerError) Error() string
- func (o *GetScimServiceproviderconfigInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigInternalServerError) IsClientError() bool
- func (o *GetScimServiceproviderconfigInternalServerError) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigInternalServerError) IsRedirect() bool
- func (o *GetScimServiceproviderconfigInternalServerError) IsServerError() bool
- func (o *GetScimServiceproviderconfigInternalServerError) IsSuccess() bool
- func (o *GetScimServiceproviderconfigInternalServerError) String() string
- type GetScimServiceproviderconfigNotFound
- func (o *GetScimServiceproviderconfigNotFound) Error() string
- func (o *GetScimServiceproviderconfigNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigNotFound) IsClientError() bool
- func (o *GetScimServiceproviderconfigNotFound) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigNotFound) IsRedirect() bool
- func (o *GetScimServiceproviderconfigNotFound) IsServerError() bool
- func (o *GetScimServiceproviderconfigNotFound) IsSuccess() bool
- func (o *GetScimServiceproviderconfigNotFound) String() string
- type GetScimServiceproviderconfigOK
- func (o *GetScimServiceproviderconfigOK) Error() string
- func (o *GetScimServiceproviderconfigOK) GetPayload() *models.ScimServiceProviderConfig
- func (o *GetScimServiceproviderconfigOK) IsClientError() bool
- func (o *GetScimServiceproviderconfigOK) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigOK) IsRedirect() bool
- func (o *GetScimServiceproviderconfigOK) IsServerError() bool
- func (o *GetScimServiceproviderconfigOK) IsSuccess() bool
- func (o *GetScimServiceproviderconfigOK) String() string
- type GetScimServiceproviderconfigParams
- func NewGetScimServiceproviderconfigParams() *GetScimServiceproviderconfigParams
- func NewGetScimServiceproviderconfigParamsWithContext(ctx context.Context) *GetScimServiceproviderconfigParams
- func NewGetScimServiceproviderconfigParamsWithHTTPClient(client *http.Client) *GetScimServiceproviderconfigParams
- func NewGetScimServiceproviderconfigParamsWithTimeout(timeout time.Duration) *GetScimServiceproviderconfigParams
- func (o *GetScimServiceproviderconfigParams) SetContext(ctx context.Context)
- func (o *GetScimServiceproviderconfigParams) SetDefaults()
- func (o *GetScimServiceproviderconfigParams) SetHTTPClient(client *http.Client)
- func (o *GetScimServiceproviderconfigParams) SetIfNoneMatch(ifNoneMatch *string)
- func (o *GetScimServiceproviderconfigParams) SetTimeout(timeout time.Duration)
- func (o *GetScimServiceproviderconfigParams) WithContext(ctx context.Context) *GetScimServiceproviderconfigParams
- func (o *GetScimServiceproviderconfigParams) WithDefaults() *GetScimServiceproviderconfigParams
- func (o *GetScimServiceproviderconfigParams) WithHTTPClient(client *http.Client) *GetScimServiceproviderconfigParams
- func (o *GetScimServiceproviderconfigParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimServiceproviderconfigParams
- func (o *GetScimServiceproviderconfigParams) WithTimeout(timeout time.Duration) *GetScimServiceproviderconfigParams
- func (o *GetScimServiceproviderconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimServiceproviderconfigReader
- type GetScimServiceproviderconfigRequestEntityTooLarge
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) Error() string
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimServiceproviderconfigRequestEntityTooLarge) String() string
- type GetScimServiceproviderconfigRequestTimeout
- func (o *GetScimServiceproviderconfigRequestTimeout) Error() string
- func (o *GetScimServiceproviderconfigRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigRequestTimeout) IsClientError() bool
- func (o *GetScimServiceproviderconfigRequestTimeout) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigRequestTimeout) IsRedirect() bool
- func (o *GetScimServiceproviderconfigRequestTimeout) IsServerError() bool
- func (o *GetScimServiceproviderconfigRequestTimeout) IsSuccess() bool
- func (o *GetScimServiceproviderconfigRequestTimeout) String() string
- type GetScimServiceproviderconfigServiceUnavailable
- func (o *GetScimServiceproviderconfigServiceUnavailable) Error() string
- func (o *GetScimServiceproviderconfigServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigServiceUnavailable) IsClientError() bool
- func (o *GetScimServiceproviderconfigServiceUnavailable) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigServiceUnavailable) IsRedirect() bool
- func (o *GetScimServiceproviderconfigServiceUnavailable) IsServerError() bool
- func (o *GetScimServiceproviderconfigServiceUnavailable) IsSuccess() bool
- func (o *GetScimServiceproviderconfigServiceUnavailable) String() string
- type GetScimServiceproviderconfigTooManyRequests
- func (o *GetScimServiceproviderconfigTooManyRequests) Error() string
- func (o *GetScimServiceproviderconfigTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigTooManyRequests) IsClientError() bool
- func (o *GetScimServiceproviderconfigTooManyRequests) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigTooManyRequests) IsRedirect() bool
- func (o *GetScimServiceproviderconfigTooManyRequests) IsServerError() bool
- func (o *GetScimServiceproviderconfigTooManyRequests) IsSuccess() bool
- func (o *GetScimServiceproviderconfigTooManyRequests) String() string
- type GetScimServiceproviderconfigUnauthorized
- func (o *GetScimServiceproviderconfigUnauthorized) Error() string
- func (o *GetScimServiceproviderconfigUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigUnauthorized) IsClientError() bool
- func (o *GetScimServiceproviderconfigUnauthorized) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigUnauthorized) IsRedirect() bool
- func (o *GetScimServiceproviderconfigUnauthorized) IsServerError() bool
- func (o *GetScimServiceproviderconfigUnauthorized) IsSuccess() bool
- func (o *GetScimServiceproviderconfigUnauthorized) String() string
- type GetScimServiceproviderconfigUnsupportedMediaType
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) Error() string
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsClientError() bool
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsServerError() bool
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimServiceproviderconfigUnsupportedMediaType) String() string
- type GetScimUserBadRequest
- func (o *GetScimUserBadRequest) Error() string
- func (o *GetScimUserBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimUserBadRequest) IsClientError() bool
- func (o *GetScimUserBadRequest) IsCode(code int) bool
- func (o *GetScimUserBadRequest) IsRedirect() bool
- func (o *GetScimUserBadRequest) IsServerError() bool
- func (o *GetScimUserBadRequest) IsSuccess() bool
- func (o *GetScimUserBadRequest) String() string
- type GetScimUserForbidden
- func (o *GetScimUserForbidden) Error() string
- func (o *GetScimUserForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimUserForbidden) IsClientError() bool
- func (o *GetScimUserForbidden) IsCode(code int) bool
- func (o *GetScimUserForbidden) IsRedirect() bool
- func (o *GetScimUserForbidden) IsServerError() bool
- func (o *GetScimUserForbidden) IsSuccess() bool
- func (o *GetScimUserForbidden) String() string
- type GetScimUserGatewayTimeout
- func (o *GetScimUserGatewayTimeout) Error() string
- func (o *GetScimUserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimUserGatewayTimeout) IsClientError() bool
- func (o *GetScimUserGatewayTimeout) IsCode(code int) bool
- func (o *GetScimUserGatewayTimeout) IsRedirect() bool
- func (o *GetScimUserGatewayTimeout) IsServerError() bool
- func (o *GetScimUserGatewayTimeout) IsSuccess() bool
- func (o *GetScimUserGatewayTimeout) String() string
- type GetScimUserInternalServerError
- func (o *GetScimUserInternalServerError) Error() string
- func (o *GetScimUserInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimUserInternalServerError) IsClientError() bool
- func (o *GetScimUserInternalServerError) IsCode(code int) bool
- func (o *GetScimUserInternalServerError) IsRedirect() bool
- func (o *GetScimUserInternalServerError) IsServerError() bool
- func (o *GetScimUserInternalServerError) IsSuccess() bool
- func (o *GetScimUserInternalServerError) String() string
- type GetScimUserNotFound
- func (o *GetScimUserNotFound) Error() string
- func (o *GetScimUserNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimUserNotFound) IsClientError() bool
- func (o *GetScimUserNotFound) IsCode(code int) bool
- func (o *GetScimUserNotFound) IsRedirect() bool
- func (o *GetScimUserNotFound) IsServerError() bool
- func (o *GetScimUserNotFound) IsSuccess() bool
- func (o *GetScimUserNotFound) String() string
- type GetScimUserNotModified
- func (o *GetScimUserNotModified) Error() string
- func (o *GetScimUserNotModified) IsClientError() bool
- func (o *GetScimUserNotModified) IsCode(code int) bool
- func (o *GetScimUserNotModified) IsRedirect() bool
- func (o *GetScimUserNotModified) IsServerError() bool
- func (o *GetScimUserNotModified) IsSuccess() bool
- func (o *GetScimUserNotModified) String() string
- type GetScimUserOK
- func (o *GetScimUserOK) Error() string
- func (o *GetScimUserOK) GetPayload() *models.ScimV2User
- func (o *GetScimUserOK) IsClientError() bool
- func (o *GetScimUserOK) IsCode(code int) bool
- func (o *GetScimUserOK) IsRedirect() bool
- func (o *GetScimUserOK) IsServerError() bool
- func (o *GetScimUserOK) IsSuccess() bool
- func (o *GetScimUserOK) String() string
- type GetScimUserParams
- func (o *GetScimUserParams) SetAttributes(attributes []string)
- func (o *GetScimUserParams) SetContext(ctx context.Context)
- func (o *GetScimUserParams) SetDefaults()
- func (o *GetScimUserParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimUserParams) SetHTTPClient(client *http.Client)
- func (o *GetScimUserParams) SetIfNoneMatch(ifNoneMatch *string)
- func (o *GetScimUserParams) SetTimeout(timeout time.Duration)
- func (o *GetScimUserParams) SetUserID(userID string)
- func (o *GetScimUserParams) WithAttributes(attributes []string) *GetScimUserParams
- func (o *GetScimUserParams) WithContext(ctx context.Context) *GetScimUserParams
- func (o *GetScimUserParams) WithDefaults() *GetScimUserParams
- func (o *GetScimUserParams) WithExcludedAttributes(excludedAttributes []string) *GetScimUserParams
- func (o *GetScimUserParams) WithHTTPClient(client *http.Client) *GetScimUserParams
- func (o *GetScimUserParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimUserParams
- func (o *GetScimUserParams) WithTimeout(timeout time.Duration) *GetScimUserParams
- func (o *GetScimUserParams) WithUserID(userID string) *GetScimUserParams
- func (o *GetScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimUserReader
- type GetScimUserRequestEntityTooLarge
- func (o *GetScimUserRequestEntityTooLarge) Error() string
- func (o *GetScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimUserRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimUserRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimUserRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimUserRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimUserRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimUserRequestEntityTooLarge) String() string
- type GetScimUserRequestTimeout
- func (o *GetScimUserRequestTimeout) Error() string
- func (o *GetScimUserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimUserRequestTimeout) IsClientError() bool
- func (o *GetScimUserRequestTimeout) IsCode(code int) bool
- func (o *GetScimUserRequestTimeout) IsRedirect() bool
- func (o *GetScimUserRequestTimeout) IsServerError() bool
- func (o *GetScimUserRequestTimeout) IsSuccess() bool
- func (o *GetScimUserRequestTimeout) String() string
- type GetScimUserServiceUnavailable
- func (o *GetScimUserServiceUnavailable) Error() string
- func (o *GetScimUserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimUserServiceUnavailable) IsClientError() bool
- func (o *GetScimUserServiceUnavailable) IsCode(code int) bool
- func (o *GetScimUserServiceUnavailable) IsRedirect() bool
- func (o *GetScimUserServiceUnavailable) IsServerError() bool
- func (o *GetScimUserServiceUnavailable) IsSuccess() bool
- func (o *GetScimUserServiceUnavailable) String() string
- type GetScimUserTooManyRequests
- func (o *GetScimUserTooManyRequests) Error() string
- func (o *GetScimUserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimUserTooManyRequests) IsClientError() bool
- func (o *GetScimUserTooManyRequests) IsCode(code int) bool
- func (o *GetScimUserTooManyRequests) IsRedirect() bool
- func (o *GetScimUserTooManyRequests) IsServerError() bool
- func (o *GetScimUserTooManyRequests) IsSuccess() bool
- func (o *GetScimUserTooManyRequests) String() string
- type GetScimUserUnauthorized
- func (o *GetScimUserUnauthorized) Error() string
- func (o *GetScimUserUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimUserUnauthorized) IsClientError() bool
- func (o *GetScimUserUnauthorized) IsCode(code int) bool
- func (o *GetScimUserUnauthorized) IsRedirect() bool
- func (o *GetScimUserUnauthorized) IsServerError() bool
- func (o *GetScimUserUnauthorized) IsSuccess() bool
- func (o *GetScimUserUnauthorized) String() string
- type GetScimUserUnsupportedMediaType
- func (o *GetScimUserUnsupportedMediaType) Error() string
- func (o *GetScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimUserUnsupportedMediaType) IsClientError() bool
- func (o *GetScimUserUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimUserUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimUserUnsupportedMediaType) IsServerError() bool
- func (o *GetScimUserUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimUserUnsupportedMediaType) String() string
- type GetScimUsersBadRequest
- func (o *GetScimUsersBadRequest) Error() string
- func (o *GetScimUsersBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimUsersBadRequest) IsClientError() bool
- func (o *GetScimUsersBadRequest) IsCode(code int) bool
- func (o *GetScimUsersBadRequest) IsRedirect() bool
- func (o *GetScimUsersBadRequest) IsServerError() bool
- func (o *GetScimUsersBadRequest) IsSuccess() bool
- func (o *GetScimUsersBadRequest) String() string
- type GetScimUsersForbidden
- func (o *GetScimUsersForbidden) Error() string
- func (o *GetScimUsersForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimUsersForbidden) IsClientError() bool
- func (o *GetScimUsersForbidden) IsCode(code int) bool
- func (o *GetScimUsersForbidden) IsRedirect() bool
- func (o *GetScimUsersForbidden) IsServerError() bool
- func (o *GetScimUsersForbidden) IsSuccess() bool
- func (o *GetScimUsersForbidden) String() string
- type GetScimUsersGatewayTimeout
- func (o *GetScimUsersGatewayTimeout) Error() string
- func (o *GetScimUsersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimUsersGatewayTimeout) IsClientError() bool
- func (o *GetScimUsersGatewayTimeout) IsCode(code int) bool
- func (o *GetScimUsersGatewayTimeout) IsRedirect() bool
- func (o *GetScimUsersGatewayTimeout) IsServerError() bool
- func (o *GetScimUsersGatewayTimeout) IsSuccess() bool
- func (o *GetScimUsersGatewayTimeout) String() string
- type GetScimUsersInternalServerError
- func (o *GetScimUsersInternalServerError) Error() string
- func (o *GetScimUsersInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimUsersInternalServerError) IsClientError() bool
- func (o *GetScimUsersInternalServerError) IsCode(code int) bool
- func (o *GetScimUsersInternalServerError) IsRedirect() bool
- func (o *GetScimUsersInternalServerError) IsServerError() bool
- func (o *GetScimUsersInternalServerError) IsSuccess() bool
- func (o *GetScimUsersInternalServerError) String() string
- type GetScimUsersNotFound
- func (o *GetScimUsersNotFound) Error() string
- func (o *GetScimUsersNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimUsersNotFound) IsClientError() bool
- func (o *GetScimUsersNotFound) IsCode(code int) bool
- func (o *GetScimUsersNotFound) IsRedirect() bool
- func (o *GetScimUsersNotFound) IsServerError() bool
- func (o *GetScimUsersNotFound) IsSuccess() bool
- func (o *GetScimUsersNotFound) String() string
- type GetScimUsersOK
- func (o *GetScimUsersOK) Error() string
- func (o *GetScimUsersOK) GetPayload() *models.ScimUserListResponse
- func (o *GetScimUsersOK) IsClientError() bool
- func (o *GetScimUsersOK) IsCode(code int) bool
- func (o *GetScimUsersOK) IsRedirect() bool
- func (o *GetScimUsersOK) IsServerError() bool
- func (o *GetScimUsersOK) IsSuccess() bool
- func (o *GetScimUsersOK) String() string
- type GetScimUsersParams
- func (o *GetScimUsersParams) SetAttributes(attributes []string)
- func (o *GetScimUsersParams) SetContext(ctx context.Context)
- func (o *GetScimUsersParams) SetCount(count *int32)
- func (o *GetScimUsersParams) SetDefaults()
- func (o *GetScimUsersParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimUsersParams) SetFilter(filter *string)
- func (o *GetScimUsersParams) SetHTTPClient(client *http.Client)
- func (o *GetScimUsersParams) SetStartIndex(startIndex *int32)
- func (o *GetScimUsersParams) SetTimeout(timeout time.Duration)
- func (o *GetScimUsersParams) WithAttributes(attributes []string) *GetScimUsersParams
- func (o *GetScimUsersParams) WithContext(ctx context.Context) *GetScimUsersParams
- func (o *GetScimUsersParams) WithCount(count *int32) *GetScimUsersParams
- func (o *GetScimUsersParams) WithDefaults() *GetScimUsersParams
- func (o *GetScimUsersParams) WithExcludedAttributes(excludedAttributes []string) *GetScimUsersParams
- func (o *GetScimUsersParams) WithFilter(filter *string) *GetScimUsersParams
- func (o *GetScimUsersParams) WithHTTPClient(client *http.Client) *GetScimUsersParams
- func (o *GetScimUsersParams) WithStartIndex(startIndex *int32) *GetScimUsersParams
- func (o *GetScimUsersParams) WithTimeout(timeout time.Duration) *GetScimUsersParams
- func (o *GetScimUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimUsersReader
- type GetScimUsersRequestEntityTooLarge
- func (o *GetScimUsersRequestEntityTooLarge) Error() string
- func (o *GetScimUsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimUsersRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimUsersRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimUsersRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimUsersRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimUsersRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimUsersRequestEntityTooLarge) String() string
- type GetScimUsersRequestTimeout
- func (o *GetScimUsersRequestTimeout) Error() string
- func (o *GetScimUsersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimUsersRequestTimeout) IsClientError() bool
- func (o *GetScimUsersRequestTimeout) IsCode(code int) bool
- func (o *GetScimUsersRequestTimeout) IsRedirect() bool
- func (o *GetScimUsersRequestTimeout) IsServerError() bool
- func (o *GetScimUsersRequestTimeout) IsSuccess() bool
- func (o *GetScimUsersRequestTimeout) String() string
- type GetScimUsersServiceUnavailable
- func (o *GetScimUsersServiceUnavailable) Error() string
- func (o *GetScimUsersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimUsersServiceUnavailable) IsClientError() bool
- func (o *GetScimUsersServiceUnavailable) IsCode(code int) bool
- func (o *GetScimUsersServiceUnavailable) IsRedirect() bool
- func (o *GetScimUsersServiceUnavailable) IsServerError() bool
- func (o *GetScimUsersServiceUnavailable) IsSuccess() bool
- func (o *GetScimUsersServiceUnavailable) String() string
- type GetScimUsersTooManyRequests
- func (o *GetScimUsersTooManyRequests) Error() string
- func (o *GetScimUsersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimUsersTooManyRequests) IsClientError() bool
- func (o *GetScimUsersTooManyRequests) IsCode(code int) bool
- func (o *GetScimUsersTooManyRequests) IsRedirect() bool
- func (o *GetScimUsersTooManyRequests) IsServerError() bool
- func (o *GetScimUsersTooManyRequests) IsSuccess() bool
- func (o *GetScimUsersTooManyRequests) String() string
- type GetScimUsersUnauthorized
- func (o *GetScimUsersUnauthorized) Error() string
- func (o *GetScimUsersUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimUsersUnauthorized) IsClientError() bool
- func (o *GetScimUsersUnauthorized) IsCode(code int) bool
- func (o *GetScimUsersUnauthorized) IsRedirect() bool
- func (o *GetScimUsersUnauthorized) IsServerError() bool
- func (o *GetScimUsersUnauthorized) IsSuccess() bool
- func (o *GetScimUsersUnauthorized) String() string
- type GetScimUsersUnsupportedMediaType
- func (o *GetScimUsersUnsupportedMediaType) Error() string
- func (o *GetScimUsersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimUsersUnsupportedMediaType) IsClientError() bool
- func (o *GetScimUsersUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimUsersUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimUsersUnsupportedMediaType) IsServerError() bool
- func (o *GetScimUsersUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimUsersUnsupportedMediaType) String() string
- type GetScimV2GroupBadRequest
- func (o *GetScimV2GroupBadRequest) Error() string
- func (o *GetScimV2GroupBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupBadRequest) IsClientError() bool
- func (o *GetScimV2GroupBadRequest) IsCode(code int) bool
- func (o *GetScimV2GroupBadRequest) IsRedirect() bool
- func (o *GetScimV2GroupBadRequest) IsServerError() bool
- func (o *GetScimV2GroupBadRequest) IsSuccess() bool
- func (o *GetScimV2GroupBadRequest) String() string
- type GetScimV2GroupForbidden
- func (o *GetScimV2GroupForbidden) Error() string
- func (o *GetScimV2GroupForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupForbidden) IsClientError() bool
- func (o *GetScimV2GroupForbidden) IsCode(code int) bool
- func (o *GetScimV2GroupForbidden) IsRedirect() bool
- func (o *GetScimV2GroupForbidden) IsServerError() bool
- func (o *GetScimV2GroupForbidden) IsSuccess() bool
- func (o *GetScimV2GroupForbidden) String() string
- type GetScimV2GroupGatewayTimeout
- func (o *GetScimV2GroupGatewayTimeout) Error() string
- func (o *GetScimV2GroupGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupGatewayTimeout) IsClientError() bool
- func (o *GetScimV2GroupGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2GroupGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2GroupGatewayTimeout) IsServerError() bool
- func (o *GetScimV2GroupGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2GroupGatewayTimeout) String() string
- type GetScimV2GroupInternalServerError
- func (o *GetScimV2GroupInternalServerError) Error() string
- func (o *GetScimV2GroupInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupInternalServerError) IsClientError() bool
- func (o *GetScimV2GroupInternalServerError) IsCode(code int) bool
- func (o *GetScimV2GroupInternalServerError) IsRedirect() bool
- func (o *GetScimV2GroupInternalServerError) IsServerError() bool
- func (o *GetScimV2GroupInternalServerError) IsSuccess() bool
- func (o *GetScimV2GroupInternalServerError) String() string
- type GetScimV2GroupNotFound
- func (o *GetScimV2GroupNotFound) Error() string
- func (o *GetScimV2GroupNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupNotFound) IsClientError() bool
- func (o *GetScimV2GroupNotFound) IsCode(code int) bool
- func (o *GetScimV2GroupNotFound) IsRedirect() bool
- func (o *GetScimV2GroupNotFound) IsServerError() bool
- func (o *GetScimV2GroupNotFound) IsSuccess() bool
- func (o *GetScimV2GroupNotFound) String() string
- type GetScimV2GroupNotModified
- func (o *GetScimV2GroupNotModified) Error() string
- func (o *GetScimV2GroupNotModified) IsClientError() bool
- func (o *GetScimV2GroupNotModified) IsCode(code int) bool
- func (o *GetScimV2GroupNotModified) IsRedirect() bool
- func (o *GetScimV2GroupNotModified) IsServerError() bool
- func (o *GetScimV2GroupNotModified) IsSuccess() bool
- func (o *GetScimV2GroupNotModified) String() string
- type GetScimV2GroupOK
- func (o *GetScimV2GroupOK) Error() string
- func (o *GetScimV2GroupOK) GetPayload() *models.ScimV2Group
- func (o *GetScimV2GroupOK) IsClientError() bool
- func (o *GetScimV2GroupOK) IsCode(code int) bool
- func (o *GetScimV2GroupOK) IsRedirect() bool
- func (o *GetScimV2GroupOK) IsServerError() bool
- func (o *GetScimV2GroupOK) IsSuccess() bool
- func (o *GetScimV2GroupOK) String() string
- type GetScimV2GroupParams
- func NewGetScimV2GroupParams() *GetScimV2GroupParams
- func NewGetScimV2GroupParamsWithContext(ctx context.Context) *GetScimV2GroupParams
- func NewGetScimV2GroupParamsWithHTTPClient(client *http.Client) *GetScimV2GroupParams
- func NewGetScimV2GroupParamsWithTimeout(timeout time.Duration) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) SetAttributes(attributes []string)
- func (o *GetScimV2GroupParams) SetContext(ctx context.Context)
- func (o *GetScimV2GroupParams) SetDefaults()
- func (o *GetScimV2GroupParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimV2GroupParams) SetGroupID(groupID string)
- func (o *GetScimV2GroupParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2GroupParams) SetIfNoneMatch(ifNoneMatch *string)
- func (o *GetScimV2GroupParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2GroupParams) WithAttributes(attributes []string) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WithContext(ctx context.Context) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WithDefaults() *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WithGroupID(groupID string) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WithHTTPClient(client *http.Client) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WithTimeout(timeout time.Duration) *GetScimV2GroupParams
- func (o *GetScimV2GroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2GroupReader
- type GetScimV2GroupRequestEntityTooLarge
- func (o *GetScimV2GroupRequestEntityTooLarge) Error() string
- func (o *GetScimV2GroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2GroupRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2GroupRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2GroupRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2GroupRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2GroupRequestEntityTooLarge) String() string
- type GetScimV2GroupRequestTimeout
- func (o *GetScimV2GroupRequestTimeout) Error() string
- func (o *GetScimV2GroupRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupRequestTimeout) IsClientError() bool
- func (o *GetScimV2GroupRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2GroupRequestTimeout) IsRedirect() bool
- func (o *GetScimV2GroupRequestTimeout) IsServerError() bool
- func (o *GetScimV2GroupRequestTimeout) IsSuccess() bool
- func (o *GetScimV2GroupRequestTimeout) String() string
- type GetScimV2GroupServiceUnavailable
- func (o *GetScimV2GroupServiceUnavailable) Error() string
- func (o *GetScimV2GroupServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupServiceUnavailable) IsClientError() bool
- func (o *GetScimV2GroupServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2GroupServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2GroupServiceUnavailable) IsServerError() bool
- func (o *GetScimV2GroupServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2GroupServiceUnavailable) String() string
- type GetScimV2GroupTooManyRequests
- func (o *GetScimV2GroupTooManyRequests) Error() string
- func (o *GetScimV2GroupTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupTooManyRequests) IsClientError() bool
- func (o *GetScimV2GroupTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2GroupTooManyRequests) IsRedirect() bool
- func (o *GetScimV2GroupTooManyRequests) IsServerError() bool
- func (o *GetScimV2GroupTooManyRequests) IsSuccess() bool
- func (o *GetScimV2GroupTooManyRequests) String() string
- type GetScimV2GroupUnauthorized
- func (o *GetScimV2GroupUnauthorized) Error() string
- func (o *GetScimV2GroupUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupUnauthorized) IsClientError() bool
- func (o *GetScimV2GroupUnauthorized) IsCode(code int) bool
- func (o *GetScimV2GroupUnauthorized) IsRedirect() bool
- func (o *GetScimV2GroupUnauthorized) IsServerError() bool
- func (o *GetScimV2GroupUnauthorized) IsSuccess() bool
- func (o *GetScimV2GroupUnauthorized) String() string
- type GetScimV2GroupUnsupportedMediaType
- func (o *GetScimV2GroupUnsupportedMediaType) Error() string
- func (o *GetScimV2GroupUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2GroupUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2GroupUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2GroupUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2GroupUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2GroupUnsupportedMediaType) String() string
- type GetScimV2GroupsBadRequest
- func (o *GetScimV2GroupsBadRequest) Error() string
- func (o *GetScimV2GroupsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsBadRequest) IsClientError() bool
- func (o *GetScimV2GroupsBadRequest) IsCode(code int) bool
- func (o *GetScimV2GroupsBadRequest) IsRedirect() bool
- func (o *GetScimV2GroupsBadRequest) IsServerError() bool
- func (o *GetScimV2GroupsBadRequest) IsSuccess() bool
- func (o *GetScimV2GroupsBadRequest) String() string
- type GetScimV2GroupsForbidden
- func (o *GetScimV2GroupsForbidden) Error() string
- func (o *GetScimV2GroupsForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsForbidden) IsClientError() bool
- func (o *GetScimV2GroupsForbidden) IsCode(code int) bool
- func (o *GetScimV2GroupsForbidden) IsRedirect() bool
- func (o *GetScimV2GroupsForbidden) IsServerError() bool
- func (o *GetScimV2GroupsForbidden) IsSuccess() bool
- func (o *GetScimV2GroupsForbidden) String() string
- type GetScimV2GroupsGatewayTimeout
- func (o *GetScimV2GroupsGatewayTimeout) Error() string
- func (o *GetScimV2GroupsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsGatewayTimeout) IsClientError() bool
- func (o *GetScimV2GroupsGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2GroupsGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2GroupsGatewayTimeout) IsServerError() bool
- func (o *GetScimV2GroupsGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2GroupsGatewayTimeout) String() string
- type GetScimV2GroupsInternalServerError
- func (o *GetScimV2GroupsInternalServerError) Error() string
- func (o *GetScimV2GroupsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsInternalServerError) IsClientError() bool
- func (o *GetScimV2GroupsInternalServerError) IsCode(code int) bool
- func (o *GetScimV2GroupsInternalServerError) IsRedirect() bool
- func (o *GetScimV2GroupsInternalServerError) IsServerError() bool
- func (o *GetScimV2GroupsInternalServerError) IsSuccess() bool
- func (o *GetScimV2GroupsInternalServerError) String() string
- type GetScimV2GroupsNotFound
- func (o *GetScimV2GroupsNotFound) Error() string
- func (o *GetScimV2GroupsNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsNotFound) IsClientError() bool
- func (o *GetScimV2GroupsNotFound) IsCode(code int) bool
- func (o *GetScimV2GroupsNotFound) IsRedirect() bool
- func (o *GetScimV2GroupsNotFound) IsServerError() bool
- func (o *GetScimV2GroupsNotFound) IsSuccess() bool
- func (o *GetScimV2GroupsNotFound) String() string
- type GetScimV2GroupsOK
- func (o *GetScimV2GroupsOK) Error() string
- func (o *GetScimV2GroupsOK) GetPayload() *models.ScimGroupListResponse
- func (o *GetScimV2GroupsOK) IsClientError() bool
- func (o *GetScimV2GroupsOK) IsCode(code int) bool
- func (o *GetScimV2GroupsOK) IsRedirect() bool
- func (o *GetScimV2GroupsOK) IsServerError() bool
- func (o *GetScimV2GroupsOK) IsSuccess() bool
- func (o *GetScimV2GroupsOK) String() string
- type GetScimV2GroupsParams
- func NewGetScimV2GroupsParams() *GetScimV2GroupsParams
- func NewGetScimV2GroupsParamsWithContext(ctx context.Context) *GetScimV2GroupsParams
- func NewGetScimV2GroupsParamsWithHTTPClient(client *http.Client) *GetScimV2GroupsParams
- func NewGetScimV2GroupsParamsWithTimeout(timeout time.Duration) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) SetAttributes(attributes []string)
- func (o *GetScimV2GroupsParams) SetContext(ctx context.Context)
- func (o *GetScimV2GroupsParams) SetCount(count *int32)
- func (o *GetScimV2GroupsParams) SetDefaults()
- func (o *GetScimV2GroupsParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimV2GroupsParams) SetFilter(filter string)
- func (o *GetScimV2GroupsParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2GroupsParams) SetStartIndex(startIndex *int32)
- func (o *GetScimV2GroupsParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2GroupsParams) WithAttributes(attributes []string) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithContext(ctx context.Context) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithCount(count *int32) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithDefaults() *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithFilter(filter string) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithHTTPClient(client *http.Client) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithStartIndex(startIndex *int32) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WithTimeout(timeout time.Duration) *GetScimV2GroupsParams
- func (o *GetScimV2GroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2GroupsReader
- type GetScimV2GroupsRequestEntityTooLarge
- func (o *GetScimV2GroupsRequestEntityTooLarge) Error() string
- func (o *GetScimV2GroupsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2GroupsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2GroupsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2GroupsRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2GroupsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2GroupsRequestEntityTooLarge) String() string
- type GetScimV2GroupsRequestTimeout
- func (o *GetScimV2GroupsRequestTimeout) Error() string
- func (o *GetScimV2GroupsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsRequestTimeout) IsClientError() bool
- func (o *GetScimV2GroupsRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2GroupsRequestTimeout) IsRedirect() bool
- func (o *GetScimV2GroupsRequestTimeout) IsServerError() bool
- func (o *GetScimV2GroupsRequestTimeout) IsSuccess() bool
- func (o *GetScimV2GroupsRequestTimeout) String() string
- type GetScimV2GroupsServiceUnavailable
- func (o *GetScimV2GroupsServiceUnavailable) Error() string
- func (o *GetScimV2GroupsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsServiceUnavailable) IsClientError() bool
- func (o *GetScimV2GroupsServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2GroupsServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2GroupsServiceUnavailable) IsServerError() bool
- func (o *GetScimV2GroupsServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2GroupsServiceUnavailable) String() string
- type GetScimV2GroupsTooManyRequests
- func (o *GetScimV2GroupsTooManyRequests) Error() string
- func (o *GetScimV2GroupsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsTooManyRequests) IsClientError() bool
- func (o *GetScimV2GroupsTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2GroupsTooManyRequests) IsRedirect() bool
- func (o *GetScimV2GroupsTooManyRequests) IsServerError() bool
- func (o *GetScimV2GroupsTooManyRequests) IsSuccess() bool
- func (o *GetScimV2GroupsTooManyRequests) String() string
- type GetScimV2GroupsUnauthorized
- func (o *GetScimV2GroupsUnauthorized) Error() string
- func (o *GetScimV2GroupsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsUnauthorized) IsClientError() bool
- func (o *GetScimV2GroupsUnauthorized) IsCode(code int) bool
- func (o *GetScimV2GroupsUnauthorized) IsRedirect() bool
- func (o *GetScimV2GroupsUnauthorized) IsServerError() bool
- func (o *GetScimV2GroupsUnauthorized) IsSuccess() bool
- func (o *GetScimV2GroupsUnauthorized) String() string
- type GetScimV2GroupsUnsupportedMediaType
- func (o *GetScimV2GroupsUnsupportedMediaType) Error() string
- func (o *GetScimV2GroupsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2GroupsUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2GroupsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2GroupsUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2GroupsUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2GroupsUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2GroupsUnsupportedMediaType) String() string
- type GetScimV2ResourcetypeBadRequest
- func (o *GetScimV2ResourcetypeBadRequest) Error() string
- func (o *GetScimV2ResourcetypeBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeBadRequest) IsClientError() bool
- func (o *GetScimV2ResourcetypeBadRequest) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeBadRequest) IsRedirect() bool
- func (o *GetScimV2ResourcetypeBadRequest) IsServerError() bool
- func (o *GetScimV2ResourcetypeBadRequest) IsSuccess() bool
- func (o *GetScimV2ResourcetypeBadRequest) String() string
- type GetScimV2ResourcetypeForbidden
- func (o *GetScimV2ResourcetypeForbidden) Error() string
- func (o *GetScimV2ResourcetypeForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeForbidden) IsClientError() bool
- func (o *GetScimV2ResourcetypeForbidden) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeForbidden) IsRedirect() bool
- func (o *GetScimV2ResourcetypeForbidden) IsServerError() bool
- func (o *GetScimV2ResourcetypeForbidden) IsSuccess() bool
- func (o *GetScimV2ResourcetypeForbidden) String() string
- type GetScimV2ResourcetypeGatewayTimeout
- func (o *GetScimV2ResourcetypeGatewayTimeout) Error() string
- func (o *GetScimV2ResourcetypeGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeGatewayTimeout) IsClientError() bool
- func (o *GetScimV2ResourcetypeGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2ResourcetypeGatewayTimeout) IsServerError() bool
- func (o *GetScimV2ResourcetypeGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2ResourcetypeGatewayTimeout) String() string
- type GetScimV2ResourcetypeInternalServerError
- func (o *GetScimV2ResourcetypeInternalServerError) Error() string
- func (o *GetScimV2ResourcetypeInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeInternalServerError) IsClientError() bool
- func (o *GetScimV2ResourcetypeInternalServerError) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeInternalServerError) IsRedirect() bool
- func (o *GetScimV2ResourcetypeInternalServerError) IsServerError() bool
- func (o *GetScimV2ResourcetypeInternalServerError) IsSuccess() bool
- func (o *GetScimV2ResourcetypeInternalServerError) String() string
- type GetScimV2ResourcetypeNotFound
- func (o *GetScimV2ResourcetypeNotFound) Error() string
- func (o *GetScimV2ResourcetypeNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeNotFound) IsClientError() bool
- func (o *GetScimV2ResourcetypeNotFound) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeNotFound) IsRedirect() bool
- func (o *GetScimV2ResourcetypeNotFound) IsServerError() bool
- func (o *GetScimV2ResourcetypeNotFound) IsSuccess() bool
- func (o *GetScimV2ResourcetypeNotFound) String() string
- type GetScimV2ResourcetypeOK
- func (o *GetScimV2ResourcetypeOK) Error() string
- func (o *GetScimV2ResourcetypeOK) GetPayload() *models.ScimConfigResourceType
- func (o *GetScimV2ResourcetypeOK) IsClientError() bool
- func (o *GetScimV2ResourcetypeOK) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeOK) IsRedirect() bool
- func (o *GetScimV2ResourcetypeOK) IsServerError() bool
- func (o *GetScimV2ResourcetypeOK) IsSuccess() bool
- func (o *GetScimV2ResourcetypeOK) String() string
- type GetScimV2ResourcetypeParams
- func NewGetScimV2ResourcetypeParams() *GetScimV2ResourcetypeParams
- func NewGetScimV2ResourcetypeParamsWithContext(ctx context.Context) *GetScimV2ResourcetypeParams
- func NewGetScimV2ResourcetypeParamsWithHTTPClient(client *http.Client) *GetScimV2ResourcetypeParams
- func NewGetScimV2ResourcetypeParamsWithTimeout(timeout time.Duration) *GetScimV2ResourcetypeParams
- func (o *GetScimV2ResourcetypeParams) SetContext(ctx context.Context)
- func (o *GetScimV2ResourcetypeParams) SetDefaults()
- func (o *GetScimV2ResourcetypeParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2ResourcetypeParams) SetResourceType(resourceType string)
- func (o *GetScimV2ResourcetypeParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2ResourcetypeParams) WithContext(ctx context.Context) *GetScimV2ResourcetypeParams
- func (o *GetScimV2ResourcetypeParams) WithDefaults() *GetScimV2ResourcetypeParams
- func (o *GetScimV2ResourcetypeParams) WithHTTPClient(client *http.Client) *GetScimV2ResourcetypeParams
- func (o *GetScimV2ResourcetypeParams) WithResourceType(resourceType string) *GetScimV2ResourcetypeParams
- func (o *GetScimV2ResourcetypeParams) WithTimeout(timeout time.Duration) *GetScimV2ResourcetypeParams
- func (o *GetScimV2ResourcetypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2ResourcetypeReader
- type GetScimV2ResourcetypeRequestEntityTooLarge
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) Error() string
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2ResourcetypeRequestEntityTooLarge) String() string
- type GetScimV2ResourcetypeRequestTimeout
- func (o *GetScimV2ResourcetypeRequestTimeout) Error() string
- func (o *GetScimV2ResourcetypeRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeRequestTimeout) IsClientError() bool
- func (o *GetScimV2ResourcetypeRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeRequestTimeout) IsRedirect() bool
- func (o *GetScimV2ResourcetypeRequestTimeout) IsServerError() bool
- func (o *GetScimV2ResourcetypeRequestTimeout) IsSuccess() bool
- func (o *GetScimV2ResourcetypeRequestTimeout) String() string
- type GetScimV2ResourcetypeServiceUnavailable
- func (o *GetScimV2ResourcetypeServiceUnavailable) Error() string
- func (o *GetScimV2ResourcetypeServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeServiceUnavailable) IsClientError() bool
- func (o *GetScimV2ResourcetypeServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2ResourcetypeServiceUnavailable) IsServerError() bool
- func (o *GetScimV2ResourcetypeServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2ResourcetypeServiceUnavailable) String() string
- type GetScimV2ResourcetypeTooManyRequests
- func (o *GetScimV2ResourcetypeTooManyRequests) Error() string
- func (o *GetScimV2ResourcetypeTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeTooManyRequests) IsClientError() bool
- func (o *GetScimV2ResourcetypeTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeTooManyRequests) IsRedirect() bool
- func (o *GetScimV2ResourcetypeTooManyRequests) IsServerError() bool
- func (o *GetScimV2ResourcetypeTooManyRequests) IsSuccess() bool
- func (o *GetScimV2ResourcetypeTooManyRequests) String() string
- type GetScimV2ResourcetypeUnauthorized
- func (o *GetScimV2ResourcetypeUnauthorized) Error() string
- func (o *GetScimV2ResourcetypeUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeUnauthorized) IsClientError() bool
- func (o *GetScimV2ResourcetypeUnauthorized) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeUnauthorized) IsRedirect() bool
- func (o *GetScimV2ResourcetypeUnauthorized) IsServerError() bool
- func (o *GetScimV2ResourcetypeUnauthorized) IsSuccess() bool
- func (o *GetScimV2ResourcetypeUnauthorized) String() string
- type GetScimV2ResourcetypeUnsupportedMediaType
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) Error() string
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2ResourcetypeUnsupportedMediaType) String() string
- type GetScimV2ResourcetypesBadRequest
- func (o *GetScimV2ResourcetypesBadRequest) Error() string
- func (o *GetScimV2ResourcetypesBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesBadRequest) IsClientError() bool
- func (o *GetScimV2ResourcetypesBadRequest) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesBadRequest) IsRedirect() bool
- func (o *GetScimV2ResourcetypesBadRequest) IsServerError() bool
- func (o *GetScimV2ResourcetypesBadRequest) IsSuccess() bool
- func (o *GetScimV2ResourcetypesBadRequest) String() string
- type GetScimV2ResourcetypesForbidden
- func (o *GetScimV2ResourcetypesForbidden) Error() string
- func (o *GetScimV2ResourcetypesForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesForbidden) IsClientError() bool
- func (o *GetScimV2ResourcetypesForbidden) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesForbidden) IsRedirect() bool
- func (o *GetScimV2ResourcetypesForbidden) IsServerError() bool
- func (o *GetScimV2ResourcetypesForbidden) IsSuccess() bool
- func (o *GetScimV2ResourcetypesForbidden) String() string
- type GetScimV2ResourcetypesGatewayTimeout
- func (o *GetScimV2ResourcetypesGatewayTimeout) Error() string
- func (o *GetScimV2ResourcetypesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesGatewayTimeout) IsClientError() bool
- func (o *GetScimV2ResourcetypesGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2ResourcetypesGatewayTimeout) IsServerError() bool
- func (o *GetScimV2ResourcetypesGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2ResourcetypesGatewayTimeout) String() string
- type GetScimV2ResourcetypesInternalServerError
- func (o *GetScimV2ResourcetypesInternalServerError) Error() string
- func (o *GetScimV2ResourcetypesInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesInternalServerError) IsClientError() bool
- func (o *GetScimV2ResourcetypesInternalServerError) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesInternalServerError) IsRedirect() bool
- func (o *GetScimV2ResourcetypesInternalServerError) IsServerError() bool
- func (o *GetScimV2ResourcetypesInternalServerError) IsSuccess() bool
- func (o *GetScimV2ResourcetypesInternalServerError) String() string
- type GetScimV2ResourcetypesNotFound
- func (o *GetScimV2ResourcetypesNotFound) Error() string
- func (o *GetScimV2ResourcetypesNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesNotFound) IsClientError() bool
- func (o *GetScimV2ResourcetypesNotFound) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesNotFound) IsRedirect() bool
- func (o *GetScimV2ResourcetypesNotFound) IsServerError() bool
- func (o *GetScimV2ResourcetypesNotFound) IsSuccess() bool
- func (o *GetScimV2ResourcetypesNotFound) String() string
- type GetScimV2ResourcetypesOK
- func (o *GetScimV2ResourcetypesOK) Error() string
- func (o *GetScimV2ResourcetypesOK) GetPayload() *models.ScimConfigResourceTypesListResponse
- func (o *GetScimV2ResourcetypesOK) IsClientError() bool
- func (o *GetScimV2ResourcetypesOK) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesOK) IsRedirect() bool
- func (o *GetScimV2ResourcetypesOK) IsServerError() bool
- func (o *GetScimV2ResourcetypesOK) IsSuccess() bool
- func (o *GetScimV2ResourcetypesOK) String() string
- type GetScimV2ResourcetypesParams
- func NewGetScimV2ResourcetypesParams() *GetScimV2ResourcetypesParams
- func NewGetScimV2ResourcetypesParamsWithContext(ctx context.Context) *GetScimV2ResourcetypesParams
- func NewGetScimV2ResourcetypesParamsWithHTTPClient(client *http.Client) *GetScimV2ResourcetypesParams
- func NewGetScimV2ResourcetypesParamsWithTimeout(timeout time.Duration) *GetScimV2ResourcetypesParams
- func (o *GetScimV2ResourcetypesParams) SetContext(ctx context.Context)
- func (o *GetScimV2ResourcetypesParams) SetDefaults()
- func (o *GetScimV2ResourcetypesParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2ResourcetypesParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2ResourcetypesParams) WithContext(ctx context.Context) *GetScimV2ResourcetypesParams
- func (o *GetScimV2ResourcetypesParams) WithDefaults() *GetScimV2ResourcetypesParams
- func (o *GetScimV2ResourcetypesParams) WithHTTPClient(client *http.Client) *GetScimV2ResourcetypesParams
- func (o *GetScimV2ResourcetypesParams) WithTimeout(timeout time.Duration) *GetScimV2ResourcetypesParams
- func (o *GetScimV2ResourcetypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2ResourcetypesReader
- type GetScimV2ResourcetypesRequestEntityTooLarge
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) Error() string
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2ResourcetypesRequestEntityTooLarge) String() string
- type GetScimV2ResourcetypesRequestTimeout
- func (o *GetScimV2ResourcetypesRequestTimeout) Error() string
- func (o *GetScimV2ResourcetypesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesRequestTimeout) IsClientError() bool
- func (o *GetScimV2ResourcetypesRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesRequestTimeout) IsRedirect() bool
- func (o *GetScimV2ResourcetypesRequestTimeout) IsServerError() bool
- func (o *GetScimV2ResourcetypesRequestTimeout) IsSuccess() bool
- func (o *GetScimV2ResourcetypesRequestTimeout) String() string
- type GetScimV2ResourcetypesServiceUnavailable
- func (o *GetScimV2ResourcetypesServiceUnavailable) Error() string
- func (o *GetScimV2ResourcetypesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesServiceUnavailable) IsClientError() bool
- func (o *GetScimV2ResourcetypesServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2ResourcetypesServiceUnavailable) IsServerError() bool
- func (o *GetScimV2ResourcetypesServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2ResourcetypesServiceUnavailable) String() string
- type GetScimV2ResourcetypesTooManyRequests
- func (o *GetScimV2ResourcetypesTooManyRequests) Error() string
- func (o *GetScimV2ResourcetypesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesTooManyRequests) IsClientError() bool
- func (o *GetScimV2ResourcetypesTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesTooManyRequests) IsRedirect() bool
- func (o *GetScimV2ResourcetypesTooManyRequests) IsServerError() bool
- func (o *GetScimV2ResourcetypesTooManyRequests) IsSuccess() bool
- func (o *GetScimV2ResourcetypesTooManyRequests) String() string
- type GetScimV2ResourcetypesUnauthorized
- func (o *GetScimV2ResourcetypesUnauthorized) Error() string
- func (o *GetScimV2ResourcetypesUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesUnauthorized) IsClientError() bool
- func (o *GetScimV2ResourcetypesUnauthorized) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesUnauthorized) IsRedirect() bool
- func (o *GetScimV2ResourcetypesUnauthorized) IsServerError() bool
- func (o *GetScimV2ResourcetypesUnauthorized) IsSuccess() bool
- func (o *GetScimV2ResourcetypesUnauthorized) String() string
- type GetScimV2ResourcetypesUnsupportedMediaType
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) Error() string
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2ResourcetypesUnsupportedMediaType) String() string
- type GetScimV2SchemaBadRequest
- func (o *GetScimV2SchemaBadRequest) Error() string
- func (o *GetScimV2SchemaBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaBadRequest) IsClientError() bool
- func (o *GetScimV2SchemaBadRequest) IsCode(code int) bool
- func (o *GetScimV2SchemaBadRequest) IsRedirect() bool
- func (o *GetScimV2SchemaBadRequest) IsServerError() bool
- func (o *GetScimV2SchemaBadRequest) IsSuccess() bool
- func (o *GetScimV2SchemaBadRequest) String() string
- type GetScimV2SchemaForbidden
- func (o *GetScimV2SchemaForbidden) Error() string
- func (o *GetScimV2SchemaForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaForbidden) IsClientError() bool
- func (o *GetScimV2SchemaForbidden) IsCode(code int) bool
- func (o *GetScimV2SchemaForbidden) IsRedirect() bool
- func (o *GetScimV2SchemaForbidden) IsServerError() bool
- func (o *GetScimV2SchemaForbidden) IsSuccess() bool
- func (o *GetScimV2SchemaForbidden) String() string
- type GetScimV2SchemaGatewayTimeout
- func (o *GetScimV2SchemaGatewayTimeout) Error() string
- func (o *GetScimV2SchemaGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaGatewayTimeout) IsClientError() bool
- func (o *GetScimV2SchemaGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2SchemaGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2SchemaGatewayTimeout) IsServerError() bool
- func (o *GetScimV2SchemaGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2SchemaGatewayTimeout) String() string
- type GetScimV2SchemaInternalServerError
- func (o *GetScimV2SchemaInternalServerError) Error() string
- func (o *GetScimV2SchemaInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaInternalServerError) IsClientError() bool
- func (o *GetScimV2SchemaInternalServerError) IsCode(code int) bool
- func (o *GetScimV2SchemaInternalServerError) IsRedirect() bool
- func (o *GetScimV2SchemaInternalServerError) IsServerError() bool
- func (o *GetScimV2SchemaInternalServerError) IsSuccess() bool
- func (o *GetScimV2SchemaInternalServerError) String() string
- type GetScimV2SchemaNotFound
- func (o *GetScimV2SchemaNotFound) Error() string
- func (o *GetScimV2SchemaNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaNotFound) IsClientError() bool
- func (o *GetScimV2SchemaNotFound) IsCode(code int) bool
- func (o *GetScimV2SchemaNotFound) IsRedirect() bool
- func (o *GetScimV2SchemaNotFound) IsServerError() bool
- func (o *GetScimV2SchemaNotFound) IsSuccess() bool
- func (o *GetScimV2SchemaNotFound) String() string
- type GetScimV2SchemaOK
- func (o *GetScimV2SchemaOK) Error() string
- func (o *GetScimV2SchemaOK) GetPayload() *models.ScimV2SchemaDefinition
- func (o *GetScimV2SchemaOK) IsClientError() bool
- func (o *GetScimV2SchemaOK) IsCode(code int) bool
- func (o *GetScimV2SchemaOK) IsRedirect() bool
- func (o *GetScimV2SchemaOK) IsServerError() bool
- func (o *GetScimV2SchemaOK) IsSuccess() bool
- func (o *GetScimV2SchemaOK) String() string
- type GetScimV2SchemaParams
- func NewGetScimV2SchemaParams() *GetScimV2SchemaParams
- func NewGetScimV2SchemaParamsWithContext(ctx context.Context) *GetScimV2SchemaParams
- func NewGetScimV2SchemaParamsWithHTTPClient(client *http.Client) *GetScimV2SchemaParams
- func NewGetScimV2SchemaParamsWithTimeout(timeout time.Duration) *GetScimV2SchemaParams
- func (o *GetScimV2SchemaParams) SetContext(ctx context.Context)
- func (o *GetScimV2SchemaParams) SetDefaults()
- func (o *GetScimV2SchemaParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2SchemaParams) SetSchemaID(schemaID string)
- func (o *GetScimV2SchemaParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2SchemaParams) WithContext(ctx context.Context) *GetScimV2SchemaParams
- func (o *GetScimV2SchemaParams) WithDefaults() *GetScimV2SchemaParams
- func (o *GetScimV2SchemaParams) WithHTTPClient(client *http.Client) *GetScimV2SchemaParams
- func (o *GetScimV2SchemaParams) WithSchemaID(schemaID string) *GetScimV2SchemaParams
- func (o *GetScimV2SchemaParams) WithTimeout(timeout time.Duration) *GetScimV2SchemaParams
- func (o *GetScimV2SchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2SchemaReader
- type GetScimV2SchemaRequestEntityTooLarge
- func (o *GetScimV2SchemaRequestEntityTooLarge) Error() string
- func (o *GetScimV2SchemaRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2SchemaRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2SchemaRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2SchemaRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2SchemaRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2SchemaRequestEntityTooLarge) String() string
- type GetScimV2SchemaRequestTimeout
- func (o *GetScimV2SchemaRequestTimeout) Error() string
- func (o *GetScimV2SchemaRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaRequestTimeout) IsClientError() bool
- func (o *GetScimV2SchemaRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2SchemaRequestTimeout) IsRedirect() bool
- func (o *GetScimV2SchemaRequestTimeout) IsServerError() bool
- func (o *GetScimV2SchemaRequestTimeout) IsSuccess() bool
- func (o *GetScimV2SchemaRequestTimeout) String() string
- type GetScimV2SchemaServiceUnavailable
- func (o *GetScimV2SchemaServiceUnavailable) Error() string
- func (o *GetScimV2SchemaServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaServiceUnavailable) IsClientError() bool
- func (o *GetScimV2SchemaServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2SchemaServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2SchemaServiceUnavailable) IsServerError() bool
- func (o *GetScimV2SchemaServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2SchemaServiceUnavailable) String() string
- type GetScimV2SchemaTooManyRequests
- func (o *GetScimV2SchemaTooManyRequests) Error() string
- func (o *GetScimV2SchemaTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaTooManyRequests) IsClientError() bool
- func (o *GetScimV2SchemaTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2SchemaTooManyRequests) IsRedirect() bool
- func (o *GetScimV2SchemaTooManyRequests) IsServerError() bool
- func (o *GetScimV2SchemaTooManyRequests) IsSuccess() bool
- func (o *GetScimV2SchemaTooManyRequests) String() string
- type GetScimV2SchemaUnauthorized
- func (o *GetScimV2SchemaUnauthorized) Error() string
- func (o *GetScimV2SchemaUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaUnauthorized) IsClientError() bool
- func (o *GetScimV2SchemaUnauthorized) IsCode(code int) bool
- func (o *GetScimV2SchemaUnauthorized) IsRedirect() bool
- func (o *GetScimV2SchemaUnauthorized) IsServerError() bool
- func (o *GetScimV2SchemaUnauthorized) IsSuccess() bool
- func (o *GetScimV2SchemaUnauthorized) String() string
- type GetScimV2SchemaUnsupportedMediaType
- func (o *GetScimV2SchemaUnsupportedMediaType) Error() string
- func (o *GetScimV2SchemaUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemaUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2SchemaUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2SchemaUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2SchemaUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2SchemaUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2SchemaUnsupportedMediaType) String() string
- type GetScimV2SchemasBadRequest
- func (o *GetScimV2SchemasBadRequest) Error() string
- func (o *GetScimV2SchemasBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasBadRequest) IsClientError() bool
- func (o *GetScimV2SchemasBadRequest) IsCode(code int) bool
- func (o *GetScimV2SchemasBadRequest) IsRedirect() bool
- func (o *GetScimV2SchemasBadRequest) IsServerError() bool
- func (o *GetScimV2SchemasBadRequest) IsSuccess() bool
- func (o *GetScimV2SchemasBadRequest) String() string
- type GetScimV2SchemasForbidden
- func (o *GetScimV2SchemasForbidden) Error() string
- func (o *GetScimV2SchemasForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasForbidden) IsClientError() bool
- func (o *GetScimV2SchemasForbidden) IsCode(code int) bool
- func (o *GetScimV2SchemasForbidden) IsRedirect() bool
- func (o *GetScimV2SchemasForbidden) IsServerError() bool
- func (o *GetScimV2SchemasForbidden) IsSuccess() bool
- func (o *GetScimV2SchemasForbidden) String() string
- type GetScimV2SchemasGatewayTimeout
- func (o *GetScimV2SchemasGatewayTimeout) Error() string
- func (o *GetScimV2SchemasGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasGatewayTimeout) IsClientError() bool
- func (o *GetScimV2SchemasGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2SchemasGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2SchemasGatewayTimeout) IsServerError() bool
- func (o *GetScimV2SchemasGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2SchemasGatewayTimeout) String() string
- type GetScimV2SchemasInternalServerError
- func (o *GetScimV2SchemasInternalServerError) Error() string
- func (o *GetScimV2SchemasInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasInternalServerError) IsClientError() bool
- func (o *GetScimV2SchemasInternalServerError) IsCode(code int) bool
- func (o *GetScimV2SchemasInternalServerError) IsRedirect() bool
- func (o *GetScimV2SchemasInternalServerError) IsServerError() bool
- func (o *GetScimV2SchemasInternalServerError) IsSuccess() bool
- func (o *GetScimV2SchemasInternalServerError) String() string
- type GetScimV2SchemasNotFound
- func (o *GetScimV2SchemasNotFound) Error() string
- func (o *GetScimV2SchemasNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasNotFound) IsClientError() bool
- func (o *GetScimV2SchemasNotFound) IsCode(code int) bool
- func (o *GetScimV2SchemasNotFound) IsRedirect() bool
- func (o *GetScimV2SchemasNotFound) IsServerError() bool
- func (o *GetScimV2SchemasNotFound) IsSuccess() bool
- func (o *GetScimV2SchemasNotFound) String() string
- type GetScimV2SchemasOK
- func (o *GetScimV2SchemasOK) Error() string
- func (o *GetScimV2SchemasOK) GetPayload() *models.ScimV2SchemaListResponse
- func (o *GetScimV2SchemasOK) IsClientError() bool
- func (o *GetScimV2SchemasOK) IsCode(code int) bool
- func (o *GetScimV2SchemasOK) IsRedirect() bool
- func (o *GetScimV2SchemasOK) IsServerError() bool
- func (o *GetScimV2SchemasOK) IsSuccess() bool
- func (o *GetScimV2SchemasOK) String() string
- type GetScimV2SchemasParams
- func NewGetScimV2SchemasParams() *GetScimV2SchemasParams
- func NewGetScimV2SchemasParamsWithContext(ctx context.Context) *GetScimV2SchemasParams
- func NewGetScimV2SchemasParamsWithHTTPClient(client *http.Client) *GetScimV2SchemasParams
- func NewGetScimV2SchemasParamsWithTimeout(timeout time.Duration) *GetScimV2SchemasParams
- func (o *GetScimV2SchemasParams) SetContext(ctx context.Context)
- func (o *GetScimV2SchemasParams) SetDefaults()
- func (o *GetScimV2SchemasParams) SetFilter(filter *string)
- func (o *GetScimV2SchemasParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2SchemasParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2SchemasParams) WithContext(ctx context.Context) *GetScimV2SchemasParams
- func (o *GetScimV2SchemasParams) WithDefaults() *GetScimV2SchemasParams
- func (o *GetScimV2SchemasParams) WithFilter(filter *string) *GetScimV2SchemasParams
- func (o *GetScimV2SchemasParams) WithHTTPClient(client *http.Client) *GetScimV2SchemasParams
- func (o *GetScimV2SchemasParams) WithTimeout(timeout time.Duration) *GetScimV2SchemasParams
- func (o *GetScimV2SchemasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2SchemasReader
- type GetScimV2SchemasRequestEntityTooLarge
- func (o *GetScimV2SchemasRequestEntityTooLarge) Error() string
- func (o *GetScimV2SchemasRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2SchemasRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2SchemasRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2SchemasRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2SchemasRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2SchemasRequestEntityTooLarge) String() string
- type GetScimV2SchemasRequestTimeout
- func (o *GetScimV2SchemasRequestTimeout) Error() string
- func (o *GetScimV2SchemasRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasRequestTimeout) IsClientError() bool
- func (o *GetScimV2SchemasRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2SchemasRequestTimeout) IsRedirect() bool
- func (o *GetScimV2SchemasRequestTimeout) IsServerError() bool
- func (o *GetScimV2SchemasRequestTimeout) IsSuccess() bool
- func (o *GetScimV2SchemasRequestTimeout) String() string
- type GetScimV2SchemasServiceUnavailable
- func (o *GetScimV2SchemasServiceUnavailable) Error() string
- func (o *GetScimV2SchemasServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasServiceUnavailable) IsClientError() bool
- func (o *GetScimV2SchemasServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2SchemasServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2SchemasServiceUnavailable) IsServerError() bool
- func (o *GetScimV2SchemasServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2SchemasServiceUnavailable) String() string
- type GetScimV2SchemasTooManyRequests
- func (o *GetScimV2SchemasTooManyRequests) Error() string
- func (o *GetScimV2SchemasTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasTooManyRequests) IsClientError() bool
- func (o *GetScimV2SchemasTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2SchemasTooManyRequests) IsRedirect() bool
- func (o *GetScimV2SchemasTooManyRequests) IsServerError() bool
- func (o *GetScimV2SchemasTooManyRequests) IsSuccess() bool
- func (o *GetScimV2SchemasTooManyRequests) String() string
- type GetScimV2SchemasUnauthorized
- func (o *GetScimV2SchemasUnauthorized) Error() string
- func (o *GetScimV2SchemasUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasUnauthorized) IsClientError() bool
- func (o *GetScimV2SchemasUnauthorized) IsCode(code int) bool
- func (o *GetScimV2SchemasUnauthorized) IsRedirect() bool
- func (o *GetScimV2SchemasUnauthorized) IsServerError() bool
- func (o *GetScimV2SchemasUnauthorized) IsSuccess() bool
- func (o *GetScimV2SchemasUnauthorized) String() string
- type GetScimV2SchemasUnsupportedMediaType
- func (o *GetScimV2SchemasUnsupportedMediaType) Error() string
- func (o *GetScimV2SchemasUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2SchemasUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2SchemasUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2SchemasUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2SchemasUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2SchemasUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2SchemasUnsupportedMediaType) String() string
- type GetScimV2ServiceproviderconfigBadRequest
- func (o *GetScimV2ServiceproviderconfigBadRequest) Error() string
- func (o *GetScimV2ServiceproviderconfigBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigBadRequest) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigBadRequest) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigBadRequest) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigBadRequest) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigBadRequest) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigBadRequest) String() string
- type GetScimV2ServiceproviderconfigForbidden
- func (o *GetScimV2ServiceproviderconfigForbidden) Error() string
- func (o *GetScimV2ServiceproviderconfigForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigForbidden) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigForbidden) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigForbidden) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigForbidden) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigForbidden) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigForbidden) String() string
- type GetScimV2ServiceproviderconfigGatewayTimeout
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) Error() string
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigGatewayTimeout) String() string
- type GetScimV2ServiceproviderconfigInternalServerError
- func (o *GetScimV2ServiceproviderconfigInternalServerError) Error() string
- func (o *GetScimV2ServiceproviderconfigInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigInternalServerError) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigInternalServerError) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigInternalServerError) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigInternalServerError) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigInternalServerError) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigInternalServerError) String() string
- type GetScimV2ServiceproviderconfigNotFound
- func (o *GetScimV2ServiceproviderconfigNotFound) Error() string
- func (o *GetScimV2ServiceproviderconfigNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigNotFound) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigNotFound) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigNotFound) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigNotFound) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigNotFound) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigNotFound) String() string
- type GetScimV2ServiceproviderconfigOK
- func (o *GetScimV2ServiceproviderconfigOK) Error() string
- func (o *GetScimV2ServiceproviderconfigOK) GetPayload() *models.ScimServiceProviderConfig
- func (o *GetScimV2ServiceproviderconfigOK) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigOK) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigOK) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigOK) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigOK) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigOK) String() string
- type GetScimV2ServiceproviderconfigParams
- func NewGetScimV2ServiceproviderconfigParams() *GetScimV2ServiceproviderconfigParams
- func NewGetScimV2ServiceproviderconfigParamsWithContext(ctx context.Context) *GetScimV2ServiceproviderconfigParams
- func NewGetScimV2ServiceproviderconfigParamsWithHTTPClient(client *http.Client) *GetScimV2ServiceproviderconfigParams
- func NewGetScimV2ServiceproviderconfigParamsWithTimeout(timeout time.Duration) *GetScimV2ServiceproviderconfigParams
- func (o *GetScimV2ServiceproviderconfigParams) SetContext(ctx context.Context)
- func (o *GetScimV2ServiceproviderconfigParams) SetDefaults()
- func (o *GetScimV2ServiceproviderconfigParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2ServiceproviderconfigParams) SetIfNoneMatch(ifNoneMatch *string)
- func (o *GetScimV2ServiceproviderconfigParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2ServiceproviderconfigParams) WithContext(ctx context.Context) *GetScimV2ServiceproviderconfigParams
- func (o *GetScimV2ServiceproviderconfigParams) WithDefaults() *GetScimV2ServiceproviderconfigParams
- func (o *GetScimV2ServiceproviderconfigParams) WithHTTPClient(client *http.Client) *GetScimV2ServiceproviderconfigParams
- func (o *GetScimV2ServiceproviderconfigParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimV2ServiceproviderconfigParams
- func (o *GetScimV2ServiceproviderconfigParams) WithTimeout(timeout time.Duration) *GetScimV2ServiceproviderconfigParams
- func (o *GetScimV2ServiceproviderconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2ServiceproviderconfigReader
- type GetScimV2ServiceproviderconfigRequestEntityTooLarge
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) Error() string
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) String() string
- type GetScimV2ServiceproviderconfigRequestTimeout
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) Error() string
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigRequestTimeout) String() string
- type GetScimV2ServiceproviderconfigServiceUnavailable
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) Error() string
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigServiceUnavailable) String() string
- type GetScimV2ServiceproviderconfigTooManyRequests
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) Error() string
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigTooManyRequests) String() string
- type GetScimV2ServiceproviderconfigUnauthorized
- func (o *GetScimV2ServiceproviderconfigUnauthorized) Error() string
- func (o *GetScimV2ServiceproviderconfigUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigUnauthorized) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigUnauthorized) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigUnauthorized) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigUnauthorized) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigUnauthorized) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigUnauthorized) String() string
- type GetScimV2ServiceproviderconfigUnsupportedMediaType
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) Error() string
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) String() string
- type GetScimV2UserBadRequest
- func (o *GetScimV2UserBadRequest) Error() string
- func (o *GetScimV2UserBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserBadRequest) IsClientError() bool
- func (o *GetScimV2UserBadRequest) IsCode(code int) bool
- func (o *GetScimV2UserBadRequest) IsRedirect() bool
- func (o *GetScimV2UserBadRequest) IsServerError() bool
- func (o *GetScimV2UserBadRequest) IsSuccess() bool
- func (o *GetScimV2UserBadRequest) String() string
- type GetScimV2UserConflict
- func (o *GetScimV2UserConflict) Error() string
- func (o *GetScimV2UserConflict) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserConflict) IsClientError() bool
- func (o *GetScimV2UserConflict) IsCode(code int) bool
- func (o *GetScimV2UserConflict) IsRedirect() bool
- func (o *GetScimV2UserConflict) IsServerError() bool
- func (o *GetScimV2UserConflict) IsSuccess() bool
- func (o *GetScimV2UserConflict) String() string
- type GetScimV2UserForbidden
- func (o *GetScimV2UserForbidden) Error() string
- func (o *GetScimV2UserForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserForbidden) IsClientError() bool
- func (o *GetScimV2UserForbidden) IsCode(code int) bool
- func (o *GetScimV2UserForbidden) IsRedirect() bool
- func (o *GetScimV2UserForbidden) IsServerError() bool
- func (o *GetScimV2UserForbidden) IsSuccess() bool
- func (o *GetScimV2UserForbidden) String() string
- type GetScimV2UserGatewayTimeout
- func (o *GetScimV2UserGatewayTimeout) Error() string
- func (o *GetScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserGatewayTimeout) IsClientError() bool
- func (o *GetScimV2UserGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2UserGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2UserGatewayTimeout) IsServerError() bool
- func (o *GetScimV2UserGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2UserGatewayTimeout) String() string
- type GetScimV2UserInternalServerError
- func (o *GetScimV2UserInternalServerError) Error() string
- func (o *GetScimV2UserInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserInternalServerError) IsClientError() bool
- func (o *GetScimV2UserInternalServerError) IsCode(code int) bool
- func (o *GetScimV2UserInternalServerError) IsRedirect() bool
- func (o *GetScimV2UserInternalServerError) IsServerError() bool
- func (o *GetScimV2UserInternalServerError) IsSuccess() bool
- func (o *GetScimV2UserInternalServerError) String() string
- type GetScimV2UserNotFound
- func (o *GetScimV2UserNotFound) Error() string
- func (o *GetScimV2UserNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserNotFound) IsClientError() bool
- func (o *GetScimV2UserNotFound) IsCode(code int) bool
- func (o *GetScimV2UserNotFound) IsRedirect() bool
- func (o *GetScimV2UserNotFound) IsServerError() bool
- func (o *GetScimV2UserNotFound) IsSuccess() bool
- func (o *GetScimV2UserNotFound) String() string
- type GetScimV2UserNotModified
- func (o *GetScimV2UserNotModified) Error() string
- func (o *GetScimV2UserNotModified) IsClientError() bool
- func (o *GetScimV2UserNotModified) IsCode(code int) bool
- func (o *GetScimV2UserNotModified) IsRedirect() bool
- func (o *GetScimV2UserNotModified) IsServerError() bool
- func (o *GetScimV2UserNotModified) IsSuccess() bool
- func (o *GetScimV2UserNotModified) String() string
- type GetScimV2UserOK
- func (o *GetScimV2UserOK) Error() string
- func (o *GetScimV2UserOK) GetPayload() *models.ScimV2User
- func (o *GetScimV2UserOK) IsClientError() bool
- func (o *GetScimV2UserOK) IsCode(code int) bool
- func (o *GetScimV2UserOK) IsRedirect() bool
- func (o *GetScimV2UserOK) IsServerError() bool
- func (o *GetScimV2UserOK) IsSuccess() bool
- func (o *GetScimV2UserOK) String() string
- type GetScimV2UserParams
- func (o *GetScimV2UserParams) SetAttributes(attributes []string)
- func (o *GetScimV2UserParams) SetContext(ctx context.Context)
- func (o *GetScimV2UserParams) SetDefaults()
- func (o *GetScimV2UserParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimV2UserParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2UserParams) SetIfNoneMatch(ifNoneMatch *string)
- func (o *GetScimV2UserParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2UserParams) SetUserID(userID string)
- func (o *GetScimV2UserParams) WithAttributes(attributes []string) *GetScimV2UserParams
- func (o *GetScimV2UserParams) WithContext(ctx context.Context) *GetScimV2UserParams
- func (o *GetScimV2UserParams) WithDefaults() *GetScimV2UserParams
- func (o *GetScimV2UserParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2UserParams
- func (o *GetScimV2UserParams) WithHTTPClient(client *http.Client) *GetScimV2UserParams
- func (o *GetScimV2UserParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimV2UserParams
- func (o *GetScimV2UserParams) WithTimeout(timeout time.Duration) *GetScimV2UserParams
- func (o *GetScimV2UserParams) WithUserID(userID string) *GetScimV2UserParams
- func (o *GetScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2UserReader
- type GetScimV2UserRequestEntityTooLarge
- func (o *GetScimV2UserRequestEntityTooLarge) Error() string
- func (o *GetScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2UserRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2UserRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2UserRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2UserRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2UserRequestEntityTooLarge) String() string
- type GetScimV2UserRequestTimeout
- func (o *GetScimV2UserRequestTimeout) Error() string
- func (o *GetScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserRequestTimeout) IsClientError() bool
- func (o *GetScimV2UserRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2UserRequestTimeout) IsRedirect() bool
- func (o *GetScimV2UserRequestTimeout) IsServerError() bool
- func (o *GetScimV2UserRequestTimeout) IsSuccess() bool
- func (o *GetScimV2UserRequestTimeout) String() string
- type GetScimV2UserServiceUnavailable
- func (o *GetScimV2UserServiceUnavailable) Error() string
- func (o *GetScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserServiceUnavailable) IsClientError() bool
- func (o *GetScimV2UserServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2UserServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2UserServiceUnavailable) IsServerError() bool
- func (o *GetScimV2UserServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2UserServiceUnavailable) String() string
- type GetScimV2UserTooManyRequests
- func (o *GetScimV2UserTooManyRequests) Error() string
- func (o *GetScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserTooManyRequests) IsClientError() bool
- func (o *GetScimV2UserTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2UserTooManyRequests) IsRedirect() bool
- func (o *GetScimV2UserTooManyRequests) IsServerError() bool
- func (o *GetScimV2UserTooManyRequests) IsSuccess() bool
- func (o *GetScimV2UserTooManyRequests) String() string
- type GetScimV2UserUnauthorized
- func (o *GetScimV2UserUnauthorized) Error() string
- func (o *GetScimV2UserUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserUnauthorized) IsClientError() bool
- func (o *GetScimV2UserUnauthorized) IsCode(code int) bool
- func (o *GetScimV2UserUnauthorized) IsRedirect() bool
- func (o *GetScimV2UserUnauthorized) IsServerError() bool
- func (o *GetScimV2UserUnauthorized) IsSuccess() bool
- func (o *GetScimV2UserUnauthorized) String() string
- type GetScimV2UserUnsupportedMediaType
- func (o *GetScimV2UserUnsupportedMediaType) Error() string
- func (o *GetScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2UserUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2UserUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2UserUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2UserUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2UserUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2UserUnsupportedMediaType) String() string
- type GetScimV2UsersBadRequest
- func (o *GetScimV2UsersBadRequest) Error() string
- func (o *GetScimV2UsersBadRequest) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersBadRequest) IsClientError() bool
- func (o *GetScimV2UsersBadRequest) IsCode(code int) bool
- func (o *GetScimV2UsersBadRequest) IsRedirect() bool
- func (o *GetScimV2UsersBadRequest) IsServerError() bool
- func (o *GetScimV2UsersBadRequest) IsSuccess() bool
- func (o *GetScimV2UsersBadRequest) String() string
- type GetScimV2UsersForbidden
- func (o *GetScimV2UsersForbidden) Error() string
- func (o *GetScimV2UsersForbidden) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersForbidden) IsClientError() bool
- func (o *GetScimV2UsersForbidden) IsCode(code int) bool
- func (o *GetScimV2UsersForbidden) IsRedirect() bool
- func (o *GetScimV2UsersForbidden) IsServerError() bool
- func (o *GetScimV2UsersForbidden) IsSuccess() bool
- func (o *GetScimV2UsersForbidden) String() string
- type GetScimV2UsersGatewayTimeout
- func (o *GetScimV2UsersGatewayTimeout) Error() string
- func (o *GetScimV2UsersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersGatewayTimeout) IsClientError() bool
- func (o *GetScimV2UsersGatewayTimeout) IsCode(code int) bool
- func (o *GetScimV2UsersGatewayTimeout) IsRedirect() bool
- func (o *GetScimV2UsersGatewayTimeout) IsServerError() bool
- func (o *GetScimV2UsersGatewayTimeout) IsSuccess() bool
- func (o *GetScimV2UsersGatewayTimeout) String() string
- type GetScimV2UsersInternalServerError
- func (o *GetScimV2UsersInternalServerError) Error() string
- func (o *GetScimV2UsersInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersInternalServerError) IsClientError() bool
- func (o *GetScimV2UsersInternalServerError) IsCode(code int) bool
- func (o *GetScimV2UsersInternalServerError) IsRedirect() bool
- func (o *GetScimV2UsersInternalServerError) IsServerError() bool
- func (o *GetScimV2UsersInternalServerError) IsSuccess() bool
- func (o *GetScimV2UsersInternalServerError) String() string
- type GetScimV2UsersNotFound
- func (o *GetScimV2UsersNotFound) Error() string
- func (o *GetScimV2UsersNotFound) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersNotFound) IsClientError() bool
- func (o *GetScimV2UsersNotFound) IsCode(code int) bool
- func (o *GetScimV2UsersNotFound) IsRedirect() bool
- func (o *GetScimV2UsersNotFound) IsServerError() bool
- func (o *GetScimV2UsersNotFound) IsSuccess() bool
- func (o *GetScimV2UsersNotFound) String() string
- type GetScimV2UsersOK
- func (o *GetScimV2UsersOK) Error() string
- func (o *GetScimV2UsersOK) GetPayload() *models.ScimUserListResponse
- func (o *GetScimV2UsersOK) IsClientError() bool
- func (o *GetScimV2UsersOK) IsCode(code int) bool
- func (o *GetScimV2UsersOK) IsRedirect() bool
- func (o *GetScimV2UsersOK) IsServerError() bool
- func (o *GetScimV2UsersOK) IsSuccess() bool
- func (o *GetScimV2UsersOK) String() string
- type GetScimV2UsersParams
- func NewGetScimV2UsersParams() *GetScimV2UsersParams
- func NewGetScimV2UsersParamsWithContext(ctx context.Context) *GetScimV2UsersParams
- func NewGetScimV2UsersParamsWithHTTPClient(client *http.Client) *GetScimV2UsersParams
- func NewGetScimV2UsersParamsWithTimeout(timeout time.Duration) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) SetAttributes(attributes []string)
- func (o *GetScimV2UsersParams) SetContext(ctx context.Context)
- func (o *GetScimV2UsersParams) SetCount(count *int32)
- func (o *GetScimV2UsersParams) SetDefaults()
- func (o *GetScimV2UsersParams) SetExcludedAttributes(excludedAttributes []string)
- func (o *GetScimV2UsersParams) SetFilter(filter *string)
- func (o *GetScimV2UsersParams) SetHTTPClient(client *http.Client)
- func (o *GetScimV2UsersParams) SetStartIndex(startIndex *int32)
- func (o *GetScimV2UsersParams) SetTimeout(timeout time.Duration)
- func (o *GetScimV2UsersParams) WithAttributes(attributes []string) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithContext(ctx context.Context) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithCount(count *int32) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithDefaults() *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithFilter(filter *string) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithHTTPClient(client *http.Client) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithStartIndex(startIndex *int32) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WithTimeout(timeout time.Duration) *GetScimV2UsersParams
- func (o *GetScimV2UsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetScimV2UsersReader
- type GetScimV2UsersRequestEntityTooLarge
- func (o *GetScimV2UsersRequestEntityTooLarge) Error() string
- func (o *GetScimV2UsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersRequestEntityTooLarge) IsClientError() bool
- func (o *GetScimV2UsersRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetScimV2UsersRequestEntityTooLarge) IsRedirect() bool
- func (o *GetScimV2UsersRequestEntityTooLarge) IsServerError() bool
- func (o *GetScimV2UsersRequestEntityTooLarge) IsSuccess() bool
- func (o *GetScimV2UsersRequestEntityTooLarge) String() string
- type GetScimV2UsersRequestTimeout
- func (o *GetScimV2UsersRequestTimeout) Error() string
- func (o *GetScimV2UsersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersRequestTimeout) IsClientError() bool
- func (o *GetScimV2UsersRequestTimeout) IsCode(code int) bool
- func (o *GetScimV2UsersRequestTimeout) IsRedirect() bool
- func (o *GetScimV2UsersRequestTimeout) IsServerError() bool
- func (o *GetScimV2UsersRequestTimeout) IsSuccess() bool
- func (o *GetScimV2UsersRequestTimeout) String() string
- type GetScimV2UsersServiceUnavailable
- func (o *GetScimV2UsersServiceUnavailable) Error() string
- func (o *GetScimV2UsersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersServiceUnavailable) IsClientError() bool
- func (o *GetScimV2UsersServiceUnavailable) IsCode(code int) bool
- func (o *GetScimV2UsersServiceUnavailable) IsRedirect() bool
- func (o *GetScimV2UsersServiceUnavailable) IsServerError() bool
- func (o *GetScimV2UsersServiceUnavailable) IsSuccess() bool
- func (o *GetScimV2UsersServiceUnavailable) String() string
- type GetScimV2UsersTooManyRequests
- func (o *GetScimV2UsersTooManyRequests) Error() string
- func (o *GetScimV2UsersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersTooManyRequests) IsClientError() bool
- func (o *GetScimV2UsersTooManyRequests) IsCode(code int) bool
- func (o *GetScimV2UsersTooManyRequests) IsRedirect() bool
- func (o *GetScimV2UsersTooManyRequests) IsServerError() bool
- func (o *GetScimV2UsersTooManyRequests) IsSuccess() bool
- func (o *GetScimV2UsersTooManyRequests) String() string
- type GetScimV2UsersUnauthorized
- func (o *GetScimV2UsersUnauthorized) Error() string
- func (o *GetScimV2UsersUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersUnauthorized) IsClientError() bool
- func (o *GetScimV2UsersUnauthorized) IsCode(code int) bool
- func (o *GetScimV2UsersUnauthorized) IsRedirect() bool
- func (o *GetScimV2UsersUnauthorized) IsServerError() bool
- func (o *GetScimV2UsersUnauthorized) IsSuccess() bool
- func (o *GetScimV2UsersUnauthorized) String() string
- type GetScimV2UsersUnsupportedMediaType
- func (o *GetScimV2UsersUnsupportedMediaType) Error() string
- func (o *GetScimV2UsersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetScimV2UsersUnsupportedMediaType) IsClientError() bool
- func (o *GetScimV2UsersUnsupportedMediaType) IsCode(code int) bool
- func (o *GetScimV2UsersUnsupportedMediaType) IsRedirect() bool
- func (o *GetScimV2UsersUnsupportedMediaType) IsServerError() bool
- func (o *GetScimV2UsersUnsupportedMediaType) IsSuccess() bool
- func (o *GetScimV2UsersUnsupportedMediaType) String() string
- type PatchScimGroupBadRequest
- func (o *PatchScimGroupBadRequest) Error() string
- func (o *PatchScimGroupBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupBadRequest) IsClientError() bool
- func (o *PatchScimGroupBadRequest) IsCode(code int) bool
- func (o *PatchScimGroupBadRequest) IsRedirect() bool
- func (o *PatchScimGroupBadRequest) IsServerError() bool
- func (o *PatchScimGroupBadRequest) IsSuccess() bool
- func (o *PatchScimGroupBadRequest) String() string
- type PatchScimGroupConflict
- func (o *PatchScimGroupConflict) Error() string
- func (o *PatchScimGroupConflict) GetPayload() *models.ScimError
- func (o *PatchScimGroupConflict) IsClientError() bool
- func (o *PatchScimGroupConflict) IsCode(code int) bool
- func (o *PatchScimGroupConflict) IsRedirect() bool
- func (o *PatchScimGroupConflict) IsServerError() bool
- func (o *PatchScimGroupConflict) IsSuccess() bool
- func (o *PatchScimGroupConflict) String() string
- type PatchScimGroupForbidden
- func (o *PatchScimGroupForbidden) Error() string
- func (o *PatchScimGroupForbidden) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupForbidden) IsClientError() bool
- func (o *PatchScimGroupForbidden) IsCode(code int) bool
- func (o *PatchScimGroupForbidden) IsRedirect() bool
- func (o *PatchScimGroupForbidden) IsServerError() bool
- func (o *PatchScimGroupForbidden) IsSuccess() bool
- func (o *PatchScimGroupForbidden) String() string
- type PatchScimGroupGatewayTimeout
- func (o *PatchScimGroupGatewayTimeout) Error() string
- func (o *PatchScimGroupGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupGatewayTimeout) IsClientError() bool
- func (o *PatchScimGroupGatewayTimeout) IsCode(code int) bool
- func (o *PatchScimGroupGatewayTimeout) IsRedirect() bool
- func (o *PatchScimGroupGatewayTimeout) IsServerError() bool
- func (o *PatchScimGroupGatewayTimeout) IsSuccess() bool
- func (o *PatchScimGroupGatewayTimeout) String() string
- type PatchScimGroupInternalServerError
- func (o *PatchScimGroupInternalServerError) Error() string
- func (o *PatchScimGroupInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupInternalServerError) IsClientError() bool
- func (o *PatchScimGroupInternalServerError) IsCode(code int) bool
- func (o *PatchScimGroupInternalServerError) IsRedirect() bool
- func (o *PatchScimGroupInternalServerError) IsServerError() bool
- func (o *PatchScimGroupInternalServerError) IsSuccess() bool
- func (o *PatchScimGroupInternalServerError) String() string
- type PatchScimGroupNotFound
- func (o *PatchScimGroupNotFound) Error() string
- func (o *PatchScimGroupNotFound) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupNotFound) IsClientError() bool
- func (o *PatchScimGroupNotFound) IsCode(code int) bool
- func (o *PatchScimGroupNotFound) IsRedirect() bool
- func (o *PatchScimGroupNotFound) IsServerError() bool
- func (o *PatchScimGroupNotFound) IsSuccess() bool
- func (o *PatchScimGroupNotFound) String() string
- type PatchScimGroupOK
- func (o *PatchScimGroupOK) Error() string
- func (o *PatchScimGroupOK) GetPayload() *models.ScimV2Group
- func (o *PatchScimGroupOK) IsClientError() bool
- func (o *PatchScimGroupOK) IsCode(code int) bool
- func (o *PatchScimGroupOK) IsRedirect() bool
- func (o *PatchScimGroupOK) IsServerError() bool
- func (o *PatchScimGroupOK) IsSuccess() bool
- func (o *PatchScimGroupOK) String() string
- type PatchScimGroupParams
- func NewPatchScimGroupParams() *PatchScimGroupParams
- func NewPatchScimGroupParamsWithContext(ctx context.Context) *PatchScimGroupParams
- func NewPatchScimGroupParamsWithHTTPClient(client *http.Client) *PatchScimGroupParams
- func NewPatchScimGroupParamsWithTimeout(timeout time.Duration) *PatchScimGroupParams
- func (o *PatchScimGroupParams) SetBody(body *models.ScimV2PatchRequest)
- func (o *PatchScimGroupParams) SetContext(ctx context.Context)
- func (o *PatchScimGroupParams) SetDefaults()
- func (o *PatchScimGroupParams) SetGroupID(groupID string)
- func (o *PatchScimGroupParams) SetHTTPClient(client *http.Client)
- func (o *PatchScimGroupParams) SetIfMatch(ifMatch *string)
- func (o *PatchScimGroupParams) SetTimeout(timeout time.Duration)
- func (o *PatchScimGroupParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimGroupParams
- func (o *PatchScimGroupParams) WithContext(ctx context.Context) *PatchScimGroupParams
- func (o *PatchScimGroupParams) WithDefaults() *PatchScimGroupParams
- func (o *PatchScimGroupParams) WithGroupID(groupID string) *PatchScimGroupParams
- func (o *PatchScimGroupParams) WithHTTPClient(client *http.Client) *PatchScimGroupParams
- func (o *PatchScimGroupParams) WithIfMatch(ifMatch *string) *PatchScimGroupParams
- func (o *PatchScimGroupParams) WithTimeout(timeout time.Duration) *PatchScimGroupParams
- func (o *PatchScimGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchScimGroupReader
- type PatchScimGroupRequestEntityTooLarge
- func (o *PatchScimGroupRequestEntityTooLarge) Error() string
- func (o *PatchScimGroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupRequestEntityTooLarge) IsClientError() bool
- func (o *PatchScimGroupRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchScimGroupRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchScimGroupRequestEntityTooLarge) IsServerError() bool
- func (o *PatchScimGroupRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchScimGroupRequestEntityTooLarge) String() string
- type PatchScimGroupRequestTimeout
- func (o *PatchScimGroupRequestTimeout) Error() string
- func (o *PatchScimGroupRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupRequestTimeout) IsClientError() bool
- func (o *PatchScimGroupRequestTimeout) IsCode(code int) bool
- func (o *PatchScimGroupRequestTimeout) IsRedirect() bool
- func (o *PatchScimGroupRequestTimeout) IsServerError() bool
- func (o *PatchScimGroupRequestTimeout) IsSuccess() bool
- func (o *PatchScimGroupRequestTimeout) String() string
- type PatchScimGroupServiceUnavailable
- func (o *PatchScimGroupServiceUnavailable) Error() string
- func (o *PatchScimGroupServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupServiceUnavailable) IsClientError() bool
- func (o *PatchScimGroupServiceUnavailable) IsCode(code int) bool
- func (o *PatchScimGroupServiceUnavailable) IsRedirect() bool
- func (o *PatchScimGroupServiceUnavailable) IsServerError() bool
- func (o *PatchScimGroupServiceUnavailable) IsSuccess() bool
- func (o *PatchScimGroupServiceUnavailable) String() string
- type PatchScimGroupTooManyRequests
- func (o *PatchScimGroupTooManyRequests) Error() string
- func (o *PatchScimGroupTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupTooManyRequests) IsClientError() bool
- func (o *PatchScimGroupTooManyRequests) IsCode(code int) bool
- func (o *PatchScimGroupTooManyRequests) IsRedirect() bool
- func (o *PatchScimGroupTooManyRequests) IsServerError() bool
- func (o *PatchScimGroupTooManyRequests) IsSuccess() bool
- func (o *PatchScimGroupTooManyRequests) String() string
- type PatchScimGroupUnauthorized
- func (o *PatchScimGroupUnauthorized) Error() string
- func (o *PatchScimGroupUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupUnauthorized) IsClientError() bool
- func (o *PatchScimGroupUnauthorized) IsCode(code int) bool
- func (o *PatchScimGroupUnauthorized) IsRedirect() bool
- func (o *PatchScimGroupUnauthorized) IsServerError() bool
- func (o *PatchScimGroupUnauthorized) IsSuccess() bool
- func (o *PatchScimGroupUnauthorized) String() string
- type PatchScimGroupUnsupportedMediaType
- func (o *PatchScimGroupUnsupportedMediaType) Error() string
- func (o *PatchScimGroupUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchScimGroupUnsupportedMediaType) IsClientError() bool
- func (o *PatchScimGroupUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchScimGroupUnsupportedMediaType) IsRedirect() bool
- func (o *PatchScimGroupUnsupportedMediaType) IsServerError() bool
- func (o *PatchScimGroupUnsupportedMediaType) IsSuccess() bool
- func (o *PatchScimGroupUnsupportedMediaType) String() string
- type PatchScimUserBadRequest
- func (o *PatchScimUserBadRequest) Error() string
- func (o *PatchScimUserBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchScimUserBadRequest) IsClientError() bool
- func (o *PatchScimUserBadRequest) IsCode(code int) bool
- func (o *PatchScimUserBadRequest) IsRedirect() bool
- func (o *PatchScimUserBadRequest) IsServerError() bool
- func (o *PatchScimUserBadRequest) IsSuccess() bool
- func (o *PatchScimUserBadRequest) String() string
- type PatchScimUserConflict
- func (o *PatchScimUserConflict) Error() string
- func (o *PatchScimUserConflict) GetPayload() *models.ScimError
- func (o *PatchScimUserConflict) IsClientError() bool
- func (o *PatchScimUserConflict) IsCode(code int) bool
- func (o *PatchScimUserConflict) IsRedirect() bool
- func (o *PatchScimUserConflict) IsServerError() bool
- func (o *PatchScimUserConflict) IsSuccess() bool
- func (o *PatchScimUserConflict) String() string
- type PatchScimUserForbidden
- func (o *PatchScimUserForbidden) Error() string
- func (o *PatchScimUserForbidden) GetPayload() *models.ErrorBody
- func (o *PatchScimUserForbidden) IsClientError() bool
- func (o *PatchScimUserForbidden) IsCode(code int) bool
- func (o *PatchScimUserForbidden) IsRedirect() bool
- func (o *PatchScimUserForbidden) IsServerError() bool
- func (o *PatchScimUserForbidden) IsSuccess() bool
- func (o *PatchScimUserForbidden) String() string
- type PatchScimUserGatewayTimeout
- func (o *PatchScimUserGatewayTimeout) Error() string
- func (o *PatchScimUserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimUserGatewayTimeout) IsClientError() bool
- func (o *PatchScimUserGatewayTimeout) IsCode(code int) bool
- func (o *PatchScimUserGatewayTimeout) IsRedirect() bool
- func (o *PatchScimUserGatewayTimeout) IsServerError() bool
- func (o *PatchScimUserGatewayTimeout) IsSuccess() bool
- func (o *PatchScimUserGatewayTimeout) String() string
- type PatchScimUserInternalServerError
- func (o *PatchScimUserInternalServerError) Error() string
- func (o *PatchScimUserInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchScimUserInternalServerError) IsClientError() bool
- func (o *PatchScimUserInternalServerError) IsCode(code int) bool
- func (o *PatchScimUserInternalServerError) IsRedirect() bool
- func (o *PatchScimUserInternalServerError) IsServerError() bool
- func (o *PatchScimUserInternalServerError) IsSuccess() bool
- func (o *PatchScimUserInternalServerError) String() string
- type PatchScimUserNotFound
- func (o *PatchScimUserNotFound) Error() string
- func (o *PatchScimUserNotFound) GetPayload() *models.ErrorBody
- func (o *PatchScimUserNotFound) IsClientError() bool
- func (o *PatchScimUserNotFound) IsCode(code int) bool
- func (o *PatchScimUserNotFound) IsRedirect() bool
- func (o *PatchScimUserNotFound) IsServerError() bool
- func (o *PatchScimUserNotFound) IsSuccess() bool
- func (o *PatchScimUserNotFound) String() string
- type PatchScimUserOK
- func (o *PatchScimUserOK) Error() string
- func (o *PatchScimUserOK) GetPayload() *models.ScimV2User
- func (o *PatchScimUserOK) IsClientError() bool
- func (o *PatchScimUserOK) IsCode(code int) bool
- func (o *PatchScimUserOK) IsRedirect() bool
- func (o *PatchScimUserOK) IsServerError() bool
- func (o *PatchScimUserOK) IsSuccess() bool
- func (o *PatchScimUserOK) String() string
- type PatchScimUserParams
- func (o *PatchScimUserParams) SetBody(body *models.ScimV2PatchRequest)
- func (o *PatchScimUserParams) SetContext(ctx context.Context)
- func (o *PatchScimUserParams) SetDefaults()
- func (o *PatchScimUserParams) SetHTTPClient(client *http.Client)
- func (o *PatchScimUserParams) SetIfMatch(ifMatch *string)
- func (o *PatchScimUserParams) SetTimeout(timeout time.Duration)
- func (o *PatchScimUserParams) SetUserID(userID string)
- func (o *PatchScimUserParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimUserParams
- func (o *PatchScimUserParams) WithContext(ctx context.Context) *PatchScimUserParams
- func (o *PatchScimUserParams) WithDefaults() *PatchScimUserParams
- func (o *PatchScimUserParams) WithHTTPClient(client *http.Client) *PatchScimUserParams
- func (o *PatchScimUserParams) WithIfMatch(ifMatch *string) *PatchScimUserParams
- func (o *PatchScimUserParams) WithTimeout(timeout time.Duration) *PatchScimUserParams
- func (o *PatchScimUserParams) WithUserID(userID string) *PatchScimUserParams
- func (o *PatchScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchScimUserReader
- type PatchScimUserRequestEntityTooLarge
- func (o *PatchScimUserRequestEntityTooLarge) Error() string
- func (o *PatchScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchScimUserRequestEntityTooLarge) IsClientError() bool
- func (o *PatchScimUserRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchScimUserRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchScimUserRequestEntityTooLarge) IsServerError() bool
- func (o *PatchScimUserRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchScimUserRequestEntityTooLarge) String() string
- type PatchScimUserRequestTimeout
- func (o *PatchScimUserRequestTimeout) Error() string
- func (o *PatchScimUserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimUserRequestTimeout) IsClientError() bool
- func (o *PatchScimUserRequestTimeout) IsCode(code int) bool
- func (o *PatchScimUserRequestTimeout) IsRedirect() bool
- func (o *PatchScimUserRequestTimeout) IsServerError() bool
- func (o *PatchScimUserRequestTimeout) IsSuccess() bool
- func (o *PatchScimUserRequestTimeout) String() string
- type PatchScimUserServiceUnavailable
- func (o *PatchScimUserServiceUnavailable) Error() string
- func (o *PatchScimUserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchScimUserServiceUnavailable) IsClientError() bool
- func (o *PatchScimUserServiceUnavailable) IsCode(code int) bool
- func (o *PatchScimUserServiceUnavailable) IsRedirect() bool
- func (o *PatchScimUserServiceUnavailable) IsServerError() bool
- func (o *PatchScimUserServiceUnavailable) IsSuccess() bool
- func (o *PatchScimUserServiceUnavailable) String() string
- type PatchScimUserTooManyRequests
- func (o *PatchScimUserTooManyRequests) Error() string
- func (o *PatchScimUserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchScimUserTooManyRequests) IsClientError() bool
- func (o *PatchScimUserTooManyRequests) IsCode(code int) bool
- func (o *PatchScimUserTooManyRequests) IsRedirect() bool
- func (o *PatchScimUserTooManyRequests) IsServerError() bool
- func (o *PatchScimUserTooManyRequests) IsSuccess() bool
- func (o *PatchScimUserTooManyRequests) String() string
- type PatchScimUserUnauthorized
- func (o *PatchScimUserUnauthorized) Error() string
- func (o *PatchScimUserUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchScimUserUnauthorized) IsClientError() bool
- func (o *PatchScimUserUnauthorized) IsCode(code int) bool
- func (o *PatchScimUserUnauthorized) IsRedirect() bool
- func (o *PatchScimUserUnauthorized) IsServerError() bool
- func (o *PatchScimUserUnauthorized) IsSuccess() bool
- func (o *PatchScimUserUnauthorized) String() string
- type PatchScimUserUnsupportedMediaType
- func (o *PatchScimUserUnsupportedMediaType) Error() string
- func (o *PatchScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchScimUserUnsupportedMediaType) IsClientError() bool
- func (o *PatchScimUserUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchScimUserUnsupportedMediaType) IsRedirect() bool
- func (o *PatchScimUserUnsupportedMediaType) IsServerError() bool
- func (o *PatchScimUserUnsupportedMediaType) IsSuccess() bool
- func (o *PatchScimUserUnsupportedMediaType) String() string
- type PatchScimV2GroupBadRequest
- func (o *PatchScimV2GroupBadRequest) Error() string
- func (o *PatchScimV2GroupBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupBadRequest) IsClientError() bool
- func (o *PatchScimV2GroupBadRequest) IsCode(code int) bool
- func (o *PatchScimV2GroupBadRequest) IsRedirect() bool
- func (o *PatchScimV2GroupBadRequest) IsServerError() bool
- func (o *PatchScimV2GroupBadRequest) IsSuccess() bool
- func (o *PatchScimV2GroupBadRequest) String() string
- type PatchScimV2GroupConflict
- func (o *PatchScimV2GroupConflict) Error() string
- func (o *PatchScimV2GroupConflict) GetPayload() *models.ScimError
- func (o *PatchScimV2GroupConflict) IsClientError() bool
- func (o *PatchScimV2GroupConflict) IsCode(code int) bool
- func (o *PatchScimV2GroupConflict) IsRedirect() bool
- func (o *PatchScimV2GroupConflict) IsServerError() bool
- func (o *PatchScimV2GroupConflict) IsSuccess() bool
- func (o *PatchScimV2GroupConflict) String() string
- type PatchScimV2GroupForbidden
- func (o *PatchScimV2GroupForbidden) Error() string
- func (o *PatchScimV2GroupForbidden) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupForbidden) IsClientError() bool
- func (o *PatchScimV2GroupForbidden) IsCode(code int) bool
- func (o *PatchScimV2GroupForbidden) IsRedirect() bool
- func (o *PatchScimV2GroupForbidden) IsServerError() bool
- func (o *PatchScimV2GroupForbidden) IsSuccess() bool
- func (o *PatchScimV2GroupForbidden) String() string
- type PatchScimV2GroupGatewayTimeout
- func (o *PatchScimV2GroupGatewayTimeout) Error() string
- func (o *PatchScimV2GroupGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupGatewayTimeout) IsClientError() bool
- func (o *PatchScimV2GroupGatewayTimeout) IsCode(code int) bool
- func (o *PatchScimV2GroupGatewayTimeout) IsRedirect() bool
- func (o *PatchScimV2GroupGatewayTimeout) IsServerError() bool
- func (o *PatchScimV2GroupGatewayTimeout) IsSuccess() bool
- func (o *PatchScimV2GroupGatewayTimeout) String() string
- type PatchScimV2GroupInternalServerError
- func (o *PatchScimV2GroupInternalServerError) Error() string
- func (o *PatchScimV2GroupInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupInternalServerError) IsClientError() bool
- func (o *PatchScimV2GroupInternalServerError) IsCode(code int) bool
- func (o *PatchScimV2GroupInternalServerError) IsRedirect() bool
- func (o *PatchScimV2GroupInternalServerError) IsServerError() bool
- func (o *PatchScimV2GroupInternalServerError) IsSuccess() bool
- func (o *PatchScimV2GroupInternalServerError) String() string
- type PatchScimV2GroupNotFound
- func (o *PatchScimV2GroupNotFound) Error() string
- func (o *PatchScimV2GroupNotFound) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupNotFound) IsClientError() bool
- func (o *PatchScimV2GroupNotFound) IsCode(code int) bool
- func (o *PatchScimV2GroupNotFound) IsRedirect() bool
- func (o *PatchScimV2GroupNotFound) IsServerError() bool
- func (o *PatchScimV2GroupNotFound) IsSuccess() bool
- func (o *PatchScimV2GroupNotFound) String() string
- type PatchScimV2GroupOK
- func (o *PatchScimV2GroupOK) Error() string
- func (o *PatchScimV2GroupOK) GetPayload() *models.ScimV2Group
- func (o *PatchScimV2GroupOK) IsClientError() bool
- func (o *PatchScimV2GroupOK) IsCode(code int) bool
- func (o *PatchScimV2GroupOK) IsRedirect() bool
- func (o *PatchScimV2GroupOK) IsServerError() bool
- func (o *PatchScimV2GroupOK) IsSuccess() bool
- func (o *PatchScimV2GroupOK) String() string
- type PatchScimV2GroupParams
- func NewPatchScimV2GroupParams() *PatchScimV2GroupParams
- func NewPatchScimV2GroupParamsWithContext(ctx context.Context) *PatchScimV2GroupParams
- func NewPatchScimV2GroupParamsWithHTTPClient(client *http.Client) *PatchScimV2GroupParams
- func NewPatchScimV2GroupParamsWithTimeout(timeout time.Duration) *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) SetBody(body *models.ScimV2PatchRequest)
- func (o *PatchScimV2GroupParams) SetContext(ctx context.Context)
- func (o *PatchScimV2GroupParams) SetDefaults()
- func (o *PatchScimV2GroupParams) SetGroupID(groupID string)
- func (o *PatchScimV2GroupParams) SetHTTPClient(client *http.Client)
- func (o *PatchScimV2GroupParams) SetIfMatch(ifMatch *string)
- func (o *PatchScimV2GroupParams) SetTimeout(timeout time.Duration)
- func (o *PatchScimV2GroupParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) WithContext(ctx context.Context) *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) WithDefaults() *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) WithGroupID(groupID string) *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) WithHTTPClient(client *http.Client) *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) WithIfMatch(ifMatch *string) *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) WithTimeout(timeout time.Duration) *PatchScimV2GroupParams
- func (o *PatchScimV2GroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchScimV2GroupReader
- type PatchScimV2GroupRequestEntityTooLarge
- func (o *PatchScimV2GroupRequestEntityTooLarge) Error() string
- func (o *PatchScimV2GroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupRequestEntityTooLarge) IsClientError() bool
- func (o *PatchScimV2GroupRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchScimV2GroupRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchScimV2GroupRequestEntityTooLarge) IsServerError() bool
- func (o *PatchScimV2GroupRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchScimV2GroupRequestEntityTooLarge) String() string
- type PatchScimV2GroupRequestTimeout
- func (o *PatchScimV2GroupRequestTimeout) Error() string
- func (o *PatchScimV2GroupRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupRequestTimeout) IsClientError() bool
- func (o *PatchScimV2GroupRequestTimeout) IsCode(code int) bool
- func (o *PatchScimV2GroupRequestTimeout) IsRedirect() bool
- func (o *PatchScimV2GroupRequestTimeout) IsServerError() bool
- func (o *PatchScimV2GroupRequestTimeout) IsSuccess() bool
- func (o *PatchScimV2GroupRequestTimeout) String() string
- type PatchScimV2GroupServiceUnavailable
- func (o *PatchScimV2GroupServiceUnavailable) Error() string
- func (o *PatchScimV2GroupServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupServiceUnavailable) IsClientError() bool
- func (o *PatchScimV2GroupServiceUnavailable) IsCode(code int) bool
- func (o *PatchScimV2GroupServiceUnavailable) IsRedirect() bool
- func (o *PatchScimV2GroupServiceUnavailable) IsServerError() bool
- func (o *PatchScimV2GroupServiceUnavailable) IsSuccess() bool
- func (o *PatchScimV2GroupServiceUnavailable) String() string
- type PatchScimV2GroupTooManyRequests
- func (o *PatchScimV2GroupTooManyRequests) Error() string
- func (o *PatchScimV2GroupTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupTooManyRequests) IsClientError() bool
- func (o *PatchScimV2GroupTooManyRequests) IsCode(code int) bool
- func (o *PatchScimV2GroupTooManyRequests) IsRedirect() bool
- func (o *PatchScimV2GroupTooManyRequests) IsServerError() bool
- func (o *PatchScimV2GroupTooManyRequests) IsSuccess() bool
- func (o *PatchScimV2GroupTooManyRequests) String() string
- type PatchScimV2GroupUnauthorized
- func (o *PatchScimV2GroupUnauthorized) Error() string
- func (o *PatchScimV2GroupUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupUnauthorized) IsClientError() bool
- func (o *PatchScimV2GroupUnauthorized) IsCode(code int) bool
- func (o *PatchScimV2GroupUnauthorized) IsRedirect() bool
- func (o *PatchScimV2GroupUnauthorized) IsServerError() bool
- func (o *PatchScimV2GroupUnauthorized) IsSuccess() bool
- func (o *PatchScimV2GroupUnauthorized) String() string
- type PatchScimV2GroupUnsupportedMediaType
- func (o *PatchScimV2GroupUnsupportedMediaType) Error() string
- func (o *PatchScimV2GroupUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchScimV2GroupUnsupportedMediaType) IsClientError() bool
- func (o *PatchScimV2GroupUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchScimV2GroupUnsupportedMediaType) IsRedirect() bool
- func (o *PatchScimV2GroupUnsupportedMediaType) IsServerError() bool
- func (o *PatchScimV2GroupUnsupportedMediaType) IsSuccess() bool
- func (o *PatchScimV2GroupUnsupportedMediaType) String() string
- type PatchScimV2UserBadRequest
- func (o *PatchScimV2UserBadRequest) Error() string
- func (o *PatchScimV2UserBadRequest) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserBadRequest) IsClientError() bool
- func (o *PatchScimV2UserBadRequest) IsCode(code int) bool
- func (o *PatchScimV2UserBadRequest) IsRedirect() bool
- func (o *PatchScimV2UserBadRequest) IsServerError() bool
- func (o *PatchScimV2UserBadRequest) IsSuccess() bool
- func (o *PatchScimV2UserBadRequest) String() string
- type PatchScimV2UserConflict
- func (o *PatchScimV2UserConflict) Error() string
- func (o *PatchScimV2UserConflict) GetPayload() *models.ScimError
- func (o *PatchScimV2UserConflict) IsClientError() bool
- func (o *PatchScimV2UserConflict) IsCode(code int) bool
- func (o *PatchScimV2UserConflict) IsRedirect() bool
- func (o *PatchScimV2UserConflict) IsServerError() bool
- func (o *PatchScimV2UserConflict) IsSuccess() bool
- func (o *PatchScimV2UserConflict) String() string
- type PatchScimV2UserForbidden
- func (o *PatchScimV2UserForbidden) Error() string
- func (o *PatchScimV2UserForbidden) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserForbidden) IsClientError() bool
- func (o *PatchScimV2UserForbidden) IsCode(code int) bool
- func (o *PatchScimV2UserForbidden) IsRedirect() bool
- func (o *PatchScimV2UserForbidden) IsServerError() bool
- func (o *PatchScimV2UserForbidden) IsSuccess() bool
- func (o *PatchScimV2UserForbidden) String() string
- type PatchScimV2UserGatewayTimeout
- func (o *PatchScimV2UserGatewayTimeout) Error() string
- func (o *PatchScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserGatewayTimeout) IsClientError() bool
- func (o *PatchScimV2UserGatewayTimeout) IsCode(code int) bool
- func (o *PatchScimV2UserGatewayTimeout) IsRedirect() bool
- func (o *PatchScimV2UserGatewayTimeout) IsServerError() bool
- func (o *PatchScimV2UserGatewayTimeout) IsSuccess() bool
- func (o *PatchScimV2UserGatewayTimeout) String() string
- type PatchScimV2UserInternalServerError
- func (o *PatchScimV2UserInternalServerError) Error() string
- func (o *PatchScimV2UserInternalServerError) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserInternalServerError) IsClientError() bool
- func (o *PatchScimV2UserInternalServerError) IsCode(code int) bool
- func (o *PatchScimV2UserInternalServerError) IsRedirect() bool
- func (o *PatchScimV2UserInternalServerError) IsServerError() bool
- func (o *PatchScimV2UserInternalServerError) IsSuccess() bool
- func (o *PatchScimV2UserInternalServerError) String() string
- type PatchScimV2UserNotFound
- func (o *PatchScimV2UserNotFound) Error() string
- func (o *PatchScimV2UserNotFound) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserNotFound) IsClientError() bool
- func (o *PatchScimV2UserNotFound) IsCode(code int) bool
- func (o *PatchScimV2UserNotFound) IsRedirect() bool
- func (o *PatchScimV2UserNotFound) IsServerError() bool
- func (o *PatchScimV2UserNotFound) IsSuccess() bool
- func (o *PatchScimV2UserNotFound) String() string
- type PatchScimV2UserOK
- func (o *PatchScimV2UserOK) Error() string
- func (o *PatchScimV2UserOK) GetPayload() *models.ScimV2User
- func (o *PatchScimV2UserOK) IsClientError() bool
- func (o *PatchScimV2UserOK) IsCode(code int) bool
- func (o *PatchScimV2UserOK) IsRedirect() bool
- func (o *PatchScimV2UserOK) IsServerError() bool
- func (o *PatchScimV2UserOK) IsSuccess() bool
- func (o *PatchScimV2UserOK) String() string
- type PatchScimV2UserParams
- func NewPatchScimV2UserParams() *PatchScimV2UserParams
- func NewPatchScimV2UserParamsWithContext(ctx context.Context) *PatchScimV2UserParams
- func NewPatchScimV2UserParamsWithHTTPClient(client *http.Client) *PatchScimV2UserParams
- func NewPatchScimV2UserParamsWithTimeout(timeout time.Duration) *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) SetBody(body *models.ScimV2PatchRequest)
- func (o *PatchScimV2UserParams) SetContext(ctx context.Context)
- func (o *PatchScimV2UserParams) SetDefaults()
- func (o *PatchScimV2UserParams) SetHTTPClient(client *http.Client)
- func (o *PatchScimV2UserParams) SetIfMatch(ifMatch *string)
- func (o *PatchScimV2UserParams) SetTimeout(timeout time.Duration)
- func (o *PatchScimV2UserParams) SetUserID(userID string)
- func (o *PatchScimV2UserParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) WithContext(ctx context.Context) *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) WithDefaults() *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) WithHTTPClient(client *http.Client) *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) WithIfMatch(ifMatch *string) *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) WithTimeout(timeout time.Duration) *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) WithUserID(userID string) *PatchScimV2UserParams
- func (o *PatchScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchScimV2UserReader
- type PatchScimV2UserRequestEntityTooLarge
- func (o *PatchScimV2UserRequestEntityTooLarge) Error() string
- func (o *PatchScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserRequestEntityTooLarge) IsClientError() bool
- func (o *PatchScimV2UserRequestEntityTooLarge) IsCode(code int) bool
- func (o *PatchScimV2UserRequestEntityTooLarge) IsRedirect() bool
- func (o *PatchScimV2UserRequestEntityTooLarge) IsServerError() bool
- func (o *PatchScimV2UserRequestEntityTooLarge) IsSuccess() bool
- func (o *PatchScimV2UserRequestEntityTooLarge) String() string
- type PatchScimV2UserRequestTimeout
- func (o *PatchScimV2UserRequestTimeout) Error() string
- func (o *PatchScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserRequestTimeout) IsClientError() bool
- func (o *PatchScimV2UserRequestTimeout) IsCode(code int) bool
- func (o *PatchScimV2UserRequestTimeout) IsRedirect() bool
- func (o *PatchScimV2UserRequestTimeout) IsServerError() bool
- func (o *PatchScimV2UserRequestTimeout) IsSuccess() bool
- func (o *PatchScimV2UserRequestTimeout) String() string
- type PatchScimV2UserServiceUnavailable
- func (o *PatchScimV2UserServiceUnavailable) Error() string
- func (o *PatchScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserServiceUnavailable) IsClientError() bool
- func (o *PatchScimV2UserServiceUnavailable) IsCode(code int) bool
- func (o *PatchScimV2UserServiceUnavailable) IsRedirect() bool
- func (o *PatchScimV2UserServiceUnavailable) IsServerError() bool
- func (o *PatchScimV2UserServiceUnavailable) IsSuccess() bool
- func (o *PatchScimV2UserServiceUnavailable) String() string
- type PatchScimV2UserTooManyRequests
- func (o *PatchScimV2UserTooManyRequests) Error() string
- func (o *PatchScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserTooManyRequests) IsClientError() bool
- func (o *PatchScimV2UserTooManyRequests) IsCode(code int) bool
- func (o *PatchScimV2UserTooManyRequests) IsRedirect() bool
- func (o *PatchScimV2UserTooManyRequests) IsServerError() bool
- func (o *PatchScimV2UserTooManyRequests) IsSuccess() bool
- func (o *PatchScimV2UserTooManyRequests) String() string
- type PatchScimV2UserUnauthorized
- func (o *PatchScimV2UserUnauthorized) Error() string
- func (o *PatchScimV2UserUnauthorized) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserUnauthorized) IsClientError() bool
- func (o *PatchScimV2UserUnauthorized) IsCode(code int) bool
- func (o *PatchScimV2UserUnauthorized) IsRedirect() bool
- func (o *PatchScimV2UserUnauthorized) IsServerError() bool
- func (o *PatchScimV2UserUnauthorized) IsSuccess() bool
- func (o *PatchScimV2UserUnauthorized) String() string
- type PatchScimV2UserUnsupportedMediaType
- func (o *PatchScimV2UserUnsupportedMediaType) Error() string
- func (o *PatchScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PatchScimV2UserUnsupportedMediaType) IsClientError() bool
- func (o *PatchScimV2UserUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchScimV2UserUnsupportedMediaType) IsRedirect() bool
- func (o *PatchScimV2UserUnsupportedMediaType) IsServerError() bool
- func (o *PatchScimV2UserUnsupportedMediaType) IsSuccess() bool
- func (o *PatchScimV2UserUnsupportedMediaType) String() string
- type PostScimUsersBadRequest
- func (o *PostScimUsersBadRequest) Error() string
- func (o *PostScimUsersBadRequest) GetPayload() *models.ErrorBody
- func (o *PostScimUsersBadRequest) IsClientError() bool
- func (o *PostScimUsersBadRequest) IsCode(code int) bool
- func (o *PostScimUsersBadRequest) IsRedirect() bool
- func (o *PostScimUsersBadRequest) IsServerError() bool
- func (o *PostScimUsersBadRequest) IsSuccess() bool
- func (o *PostScimUsersBadRequest) String() string
- type PostScimUsersConflict
- func (o *PostScimUsersConflict) Error() string
- func (o *PostScimUsersConflict) GetPayload() *models.ScimError
- func (o *PostScimUsersConflict) IsClientError() bool
- func (o *PostScimUsersConflict) IsCode(code int) bool
- func (o *PostScimUsersConflict) IsRedirect() bool
- func (o *PostScimUsersConflict) IsServerError() bool
- func (o *PostScimUsersConflict) IsSuccess() bool
- func (o *PostScimUsersConflict) String() string
- type PostScimUsersCreated
- func (o *PostScimUsersCreated) Error() string
- func (o *PostScimUsersCreated) GetPayload() *models.ScimV2User
- func (o *PostScimUsersCreated) IsClientError() bool
- func (o *PostScimUsersCreated) IsCode(code int) bool
- func (o *PostScimUsersCreated) IsRedirect() bool
- func (o *PostScimUsersCreated) IsServerError() bool
- func (o *PostScimUsersCreated) IsSuccess() bool
- func (o *PostScimUsersCreated) String() string
- type PostScimUsersForbidden
- func (o *PostScimUsersForbidden) Error() string
- func (o *PostScimUsersForbidden) GetPayload() *models.ErrorBody
- func (o *PostScimUsersForbidden) IsClientError() bool
- func (o *PostScimUsersForbidden) IsCode(code int) bool
- func (o *PostScimUsersForbidden) IsRedirect() bool
- func (o *PostScimUsersForbidden) IsServerError() bool
- func (o *PostScimUsersForbidden) IsSuccess() bool
- func (o *PostScimUsersForbidden) String() string
- type PostScimUsersGatewayTimeout
- func (o *PostScimUsersGatewayTimeout) Error() string
- func (o *PostScimUsersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostScimUsersGatewayTimeout) IsClientError() bool
- func (o *PostScimUsersGatewayTimeout) IsCode(code int) bool
- func (o *PostScimUsersGatewayTimeout) IsRedirect() bool
- func (o *PostScimUsersGatewayTimeout) IsServerError() bool
- func (o *PostScimUsersGatewayTimeout) IsSuccess() bool
- func (o *PostScimUsersGatewayTimeout) String() string
- type PostScimUsersInternalServerError
- func (o *PostScimUsersInternalServerError) Error() string
- func (o *PostScimUsersInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostScimUsersInternalServerError) IsClientError() bool
- func (o *PostScimUsersInternalServerError) IsCode(code int) bool
- func (o *PostScimUsersInternalServerError) IsRedirect() bool
- func (o *PostScimUsersInternalServerError) IsServerError() bool
- func (o *PostScimUsersInternalServerError) IsSuccess() bool
- func (o *PostScimUsersInternalServerError) String() string
- type PostScimUsersNotFound
- func (o *PostScimUsersNotFound) Error() string
- func (o *PostScimUsersNotFound) GetPayload() *models.ErrorBody
- func (o *PostScimUsersNotFound) IsClientError() bool
- func (o *PostScimUsersNotFound) IsCode(code int) bool
- func (o *PostScimUsersNotFound) IsRedirect() bool
- func (o *PostScimUsersNotFound) IsServerError() bool
- func (o *PostScimUsersNotFound) IsSuccess() bool
- func (o *PostScimUsersNotFound) String() string
- type PostScimUsersOK
- func (o *PostScimUsersOK) Error() string
- func (o *PostScimUsersOK) GetPayload() *models.ScimV2User
- func (o *PostScimUsersOK) IsClientError() bool
- func (o *PostScimUsersOK) IsCode(code int) bool
- func (o *PostScimUsersOK) IsRedirect() bool
- func (o *PostScimUsersOK) IsServerError() bool
- func (o *PostScimUsersOK) IsSuccess() bool
- func (o *PostScimUsersOK) String() string
- type PostScimUsersParams
- func (o *PostScimUsersParams) SetBody(body *models.ScimV2CreateUser)
- func (o *PostScimUsersParams) SetContext(ctx context.Context)
- func (o *PostScimUsersParams) SetDefaults()
- func (o *PostScimUsersParams) SetHTTPClient(client *http.Client)
- func (o *PostScimUsersParams) SetTimeout(timeout time.Duration)
- func (o *PostScimUsersParams) WithBody(body *models.ScimV2CreateUser) *PostScimUsersParams
- func (o *PostScimUsersParams) WithContext(ctx context.Context) *PostScimUsersParams
- func (o *PostScimUsersParams) WithDefaults() *PostScimUsersParams
- func (o *PostScimUsersParams) WithHTTPClient(client *http.Client) *PostScimUsersParams
- func (o *PostScimUsersParams) WithTimeout(timeout time.Duration) *PostScimUsersParams
- func (o *PostScimUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostScimUsersReader
- type PostScimUsersRequestEntityTooLarge
- func (o *PostScimUsersRequestEntityTooLarge) Error() string
- func (o *PostScimUsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostScimUsersRequestEntityTooLarge) IsClientError() bool
- func (o *PostScimUsersRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostScimUsersRequestEntityTooLarge) IsRedirect() bool
- func (o *PostScimUsersRequestEntityTooLarge) IsServerError() bool
- func (o *PostScimUsersRequestEntityTooLarge) IsSuccess() bool
- func (o *PostScimUsersRequestEntityTooLarge) String() string
- type PostScimUsersRequestTimeout
- func (o *PostScimUsersRequestTimeout) Error() string
- func (o *PostScimUsersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostScimUsersRequestTimeout) IsClientError() bool
- func (o *PostScimUsersRequestTimeout) IsCode(code int) bool
- func (o *PostScimUsersRequestTimeout) IsRedirect() bool
- func (o *PostScimUsersRequestTimeout) IsServerError() bool
- func (o *PostScimUsersRequestTimeout) IsSuccess() bool
- func (o *PostScimUsersRequestTimeout) String() string
- type PostScimUsersServiceUnavailable
- func (o *PostScimUsersServiceUnavailable) Error() string
- func (o *PostScimUsersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostScimUsersServiceUnavailable) IsClientError() bool
- func (o *PostScimUsersServiceUnavailable) IsCode(code int) bool
- func (o *PostScimUsersServiceUnavailable) IsRedirect() bool
- func (o *PostScimUsersServiceUnavailable) IsServerError() bool
- func (o *PostScimUsersServiceUnavailable) IsSuccess() bool
- func (o *PostScimUsersServiceUnavailable) String() string
- type PostScimUsersTooManyRequests
- func (o *PostScimUsersTooManyRequests) Error() string
- func (o *PostScimUsersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostScimUsersTooManyRequests) IsClientError() bool
- func (o *PostScimUsersTooManyRequests) IsCode(code int) bool
- func (o *PostScimUsersTooManyRequests) IsRedirect() bool
- func (o *PostScimUsersTooManyRequests) IsServerError() bool
- func (o *PostScimUsersTooManyRequests) IsSuccess() bool
- func (o *PostScimUsersTooManyRequests) String() string
- type PostScimUsersUnauthorized
- func (o *PostScimUsersUnauthorized) Error() string
- func (o *PostScimUsersUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostScimUsersUnauthorized) IsClientError() bool
- func (o *PostScimUsersUnauthorized) IsCode(code int) bool
- func (o *PostScimUsersUnauthorized) IsRedirect() bool
- func (o *PostScimUsersUnauthorized) IsServerError() bool
- func (o *PostScimUsersUnauthorized) IsSuccess() bool
- func (o *PostScimUsersUnauthorized) String() string
- type PostScimUsersUnsupportedMediaType
- func (o *PostScimUsersUnsupportedMediaType) Error() string
- func (o *PostScimUsersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostScimUsersUnsupportedMediaType) IsClientError() bool
- func (o *PostScimUsersUnsupportedMediaType) IsCode(code int) bool
- func (o *PostScimUsersUnsupportedMediaType) IsRedirect() bool
- func (o *PostScimUsersUnsupportedMediaType) IsServerError() bool
- func (o *PostScimUsersUnsupportedMediaType) IsSuccess() bool
- func (o *PostScimUsersUnsupportedMediaType) String() string
- type PostScimV2UsersBadRequest
- func (o *PostScimV2UsersBadRequest) Error() string
- func (o *PostScimV2UsersBadRequest) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersBadRequest) IsClientError() bool
- func (o *PostScimV2UsersBadRequest) IsCode(code int) bool
- func (o *PostScimV2UsersBadRequest) IsRedirect() bool
- func (o *PostScimV2UsersBadRequest) IsServerError() bool
- func (o *PostScimV2UsersBadRequest) IsSuccess() bool
- func (o *PostScimV2UsersBadRequest) String() string
- type PostScimV2UsersConflict
- func (o *PostScimV2UsersConflict) Error() string
- func (o *PostScimV2UsersConflict) GetPayload() *models.ScimError
- func (o *PostScimV2UsersConflict) IsClientError() bool
- func (o *PostScimV2UsersConflict) IsCode(code int) bool
- func (o *PostScimV2UsersConflict) IsRedirect() bool
- func (o *PostScimV2UsersConflict) IsServerError() bool
- func (o *PostScimV2UsersConflict) IsSuccess() bool
- func (o *PostScimV2UsersConflict) String() string
- type PostScimV2UsersCreated
- func (o *PostScimV2UsersCreated) Error() string
- func (o *PostScimV2UsersCreated) GetPayload() *models.ScimV2User
- func (o *PostScimV2UsersCreated) IsClientError() bool
- func (o *PostScimV2UsersCreated) IsCode(code int) bool
- func (o *PostScimV2UsersCreated) IsRedirect() bool
- func (o *PostScimV2UsersCreated) IsServerError() bool
- func (o *PostScimV2UsersCreated) IsSuccess() bool
- func (o *PostScimV2UsersCreated) String() string
- type PostScimV2UsersForbidden
- func (o *PostScimV2UsersForbidden) Error() string
- func (o *PostScimV2UsersForbidden) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersForbidden) IsClientError() bool
- func (o *PostScimV2UsersForbidden) IsCode(code int) bool
- func (o *PostScimV2UsersForbidden) IsRedirect() bool
- func (o *PostScimV2UsersForbidden) IsServerError() bool
- func (o *PostScimV2UsersForbidden) IsSuccess() bool
- func (o *PostScimV2UsersForbidden) String() string
- type PostScimV2UsersGatewayTimeout
- func (o *PostScimV2UsersGatewayTimeout) Error() string
- func (o *PostScimV2UsersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersGatewayTimeout) IsClientError() bool
- func (o *PostScimV2UsersGatewayTimeout) IsCode(code int) bool
- func (o *PostScimV2UsersGatewayTimeout) IsRedirect() bool
- func (o *PostScimV2UsersGatewayTimeout) IsServerError() bool
- func (o *PostScimV2UsersGatewayTimeout) IsSuccess() bool
- func (o *PostScimV2UsersGatewayTimeout) String() string
- type PostScimV2UsersInternalServerError
- func (o *PostScimV2UsersInternalServerError) Error() string
- func (o *PostScimV2UsersInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersInternalServerError) IsClientError() bool
- func (o *PostScimV2UsersInternalServerError) IsCode(code int) bool
- func (o *PostScimV2UsersInternalServerError) IsRedirect() bool
- func (o *PostScimV2UsersInternalServerError) IsServerError() bool
- func (o *PostScimV2UsersInternalServerError) IsSuccess() bool
- func (o *PostScimV2UsersInternalServerError) String() string
- type PostScimV2UsersNotFound
- func (o *PostScimV2UsersNotFound) Error() string
- func (o *PostScimV2UsersNotFound) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersNotFound) IsClientError() bool
- func (o *PostScimV2UsersNotFound) IsCode(code int) bool
- func (o *PostScimV2UsersNotFound) IsRedirect() bool
- func (o *PostScimV2UsersNotFound) IsServerError() bool
- func (o *PostScimV2UsersNotFound) IsSuccess() bool
- func (o *PostScimV2UsersNotFound) String() string
- type PostScimV2UsersOK
- func (o *PostScimV2UsersOK) Error() string
- func (o *PostScimV2UsersOK) GetPayload() *models.ScimV2User
- func (o *PostScimV2UsersOK) IsClientError() bool
- func (o *PostScimV2UsersOK) IsCode(code int) bool
- func (o *PostScimV2UsersOK) IsRedirect() bool
- func (o *PostScimV2UsersOK) IsServerError() bool
- func (o *PostScimV2UsersOK) IsSuccess() bool
- func (o *PostScimV2UsersOK) String() string
- type PostScimV2UsersParams
- func NewPostScimV2UsersParams() *PostScimV2UsersParams
- func NewPostScimV2UsersParamsWithContext(ctx context.Context) *PostScimV2UsersParams
- func NewPostScimV2UsersParamsWithHTTPClient(client *http.Client) *PostScimV2UsersParams
- func NewPostScimV2UsersParamsWithTimeout(timeout time.Duration) *PostScimV2UsersParams
- func (o *PostScimV2UsersParams) SetBody(body *models.ScimV2CreateUser)
- func (o *PostScimV2UsersParams) SetContext(ctx context.Context)
- func (o *PostScimV2UsersParams) SetDefaults()
- func (o *PostScimV2UsersParams) SetHTTPClient(client *http.Client)
- func (o *PostScimV2UsersParams) SetTimeout(timeout time.Duration)
- func (o *PostScimV2UsersParams) WithBody(body *models.ScimV2CreateUser) *PostScimV2UsersParams
- func (o *PostScimV2UsersParams) WithContext(ctx context.Context) *PostScimV2UsersParams
- func (o *PostScimV2UsersParams) WithDefaults() *PostScimV2UsersParams
- func (o *PostScimV2UsersParams) WithHTTPClient(client *http.Client) *PostScimV2UsersParams
- func (o *PostScimV2UsersParams) WithTimeout(timeout time.Duration) *PostScimV2UsersParams
- func (o *PostScimV2UsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostScimV2UsersReader
- type PostScimV2UsersRequestEntityTooLarge
- func (o *PostScimV2UsersRequestEntityTooLarge) Error() string
- func (o *PostScimV2UsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersRequestEntityTooLarge) IsClientError() bool
- func (o *PostScimV2UsersRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostScimV2UsersRequestEntityTooLarge) IsRedirect() bool
- func (o *PostScimV2UsersRequestEntityTooLarge) IsServerError() bool
- func (o *PostScimV2UsersRequestEntityTooLarge) IsSuccess() bool
- func (o *PostScimV2UsersRequestEntityTooLarge) String() string
- type PostScimV2UsersRequestTimeout
- func (o *PostScimV2UsersRequestTimeout) Error() string
- func (o *PostScimV2UsersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersRequestTimeout) IsClientError() bool
- func (o *PostScimV2UsersRequestTimeout) IsCode(code int) bool
- func (o *PostScimV2UsersRequestTimeout) IsRedirect() bool
- func (o *PostScimV2UsersRequestTimeout) IsServerError() bool
- func (o *PostScimV2UsersRequestTimeout) IsSuccess() bool
- func (o *PostScimV2UsersRequestTimeout) String() string
- type PostScimV2UsersServiceUnavailable
- func (o *PostScimV2UsersServiceUnavailable) Error() string
- func (o *PostScimV2UsersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersServiceUnavailable) IsClientError() bool
- func (o *PostScimV2UsersServiceUnavailable) IsCode(code int) bool
- func (o *PostScimV2UsersServiceUnavailable) IsRedirect() bool
- func (o *PostScimV2UsersServiceUnavailable) IsServerError() bool
- func (o *PostScimV2UsersServiceUnavailable) IsSuccess() bool
- func (o *PostScimV2UsersServiceUnavailable) String() string
- type PostScimV2UsersTooManyRequests
- func (o *PostScimV2UsersTooManyRequests) Error() string
- func (o *PostScimV2UsersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersTooManyRequests) IsClientError() bool
- func (o *PostScimV2UsersTooManyRequests) IsCode(code int) bool
- func (o *PostScimV2UsersTooManyRequests) IsRedirect() bool
- func (o *PostScimV2UsersTooManyRequests) IsServerError() bool
- func (o *PostScimV2UsersTooManyRequests) IsSuccess() bool
- func (o *PostScimV2UsersTooManyRequests) String() string
- type PostScimV2UsersUnauthorized
- func (o *PostScimV2UsersUnauthorized) Error() string
- func (o *PostScimV2UsersUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersUnauthorized) IsClientError() bool
- func (o *PostScimV2UsersUnauthorized) IsCode(code int) bool
- func (o *PostScimV2UsersUnauthorized) IsRedirect() bool
- func (o *PostScimV2UsersUnauthorized) IsServerError() bool
- func (o *PostScimV2UsersUnauthorized) IsSuccess() bool
- func (o *PostScimV2UsersUnauthorized) String() string
- type PostScimV2UsersUnsupportedMediaType
- func (o *PostScimV2UsersUnsupportedMediaType) Error() string
- func (o *PostScimV2UsersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostScimV2UsersUnsupportedMediaType) IsClientError() bool
- func (o *PostScimV2UsersUnsupportedMediaType) IsCode(code int) bool
- func (o *PostScimV2UsersUnsupportedMediaType) IsRedirect() bool
- func (o *PostScimV2UsersUnsupportedMediaType) IsServerError() bool
- func (o *PostScimV2UsersUnsupportedMediaType) IsSuccess() bool
- func (o *PostScimV2UsersUnsupportedMediaType) String() string
- type PutScimGroupBadRequest
- func (o *PutScimGroupBadRequest) Error() string
- func (o *PutScimGroupBadRequest) GetPayload() *models.ErrorBody
- func (o *PutScimGroupBadRequest) IsClientError() bool
- func (o *PutScimGroupBadRequest) IsCode(code int) bool
- func (o *PutScimGroupBadRequest) IsRedirect() bool
- func (o *PutScimGroupBadRequest) IsServerError() bool
- func (o *PutScimGroupBadRequest) IsSuccess() bool
- func (o *PutScimGroupBadRequest) String() string
- type PutScimGroupConflict
- func (o *PutScimGroupConflict) Error() string
- func (o *PutScimGroupConflict) GetPayload() *models.ScimError
- func (o *PutScimGroupConflict) IsClientError() bool
- func (o *PutScimGroupConflict) IsCode(code int) bool
- func (o *PutScimGroupConflict) IsRedirect() bool
- func (o *PutScimGroupConflict) IsServerError() bool
- func (o *PutScimGroupConflict) IsSuccess() bool
- func (o *PutScimGroupConflict) String() string
- type PutScimGroupForbidden
- func (o *PutScimGroupForbidden) Error() string
- func (o *PutScimGroupForbidden) GetPayload() *models.ErrorBody
- func (o *PutScimGroupForbidden) IsClientError() bool
- func (o *PutScimGroupForbidden) IsCode(code int) bool
- func (o *PutScimGroupForbidden) IsRedirect() bool
- func (o *PutScimGroupForbidden) IsServerError() bool
- func (o *PutScimGroupForbidden) IsSuccess() bool
- func (o *PutScimGroupForbidden) String() string
- type PutScimGroupGatewayTimeout
- func (o *PutScimGroupGatewayTimeout) Error() string
- func (o *PutScimGroupGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimGroupGatewayTimeout) IsClientError() bool
- func (o *PutScimGroupGatewayTimeout) IsCode(code int) bool
- func (o *PutScimGroupGatewayTimeout) IsRedirect() bool
- func (o *PutScimGroupGatewayTimeout) IsServerError() bool
- func (o *PutScimGroupGatewayTimeout) IsSuccess() bool
- func (o *PutScimGroupGatewayTimeout) String() string
- type PutScimGroupInternalServerError
- func (o *PutScimGroupInternalServerError) Error() string
- func (o *PutScimGroupInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutScimGroupInternalServerError) IsClientError() bool
- func (o *PutScimGroupInternalServerError) IsCode(code int) bool
- func (o *PutScimGroupInternalServerError) IsRedirect() bool
- func (o *PutScimGroupInternalServerError) IsServerError() bool
- func (o *PutScimGroupInternalServerError) IsSuccess() bool
- func (o *PutScimGroupInternalServerError) String() string
- type PutScimGroupNotFound
- func (o *PutScimGroupNotFound) Error() string
- func (o *PutScimGroupNotFound) GetPayload() *models.ErrorBody
- func (o *PutScimGroupNotFound) IsClientError() bool
- func (o *PutScimGroupNotFound) IsCode(code int) bool
- func (o *PutScimGroupNotFound) IsRedirect() bool
- func (o *PutScimGroupNotFound) IsServerError() bool
- func (o *PutScimGroupNotFound) IsSuccess() bool
- func (o *PutScimGroupNotFound) String() string
- type PutScimGroupOK
- func (o *PutScimGroupOK) Error() string
- func (o *PutScimGroupOK) GetPayload() *models.ScimV2Group
- func (o *PutScimGroupOK) IsClientError() bool
- func (o *PutScimGroupOK) IsCode(code int) bool
- func (o *PutScimGroupOK) IsRedirect() bool
- func (o *PutScimGroupOK) IsServerError() bool
- func (o *PutScimGroupOK) IsSuccess() bool
- func (o *PutScimGroupOK) String() string
- type PutScimGroupParams
- func (o *PutScimGroupParams) SetBody(body *models.ScimV2Group)
- func (o *PutScimGroupParams) SetContext(ctx context.Context)
- func (o *PutScimGroupParams) SetDefaults()
- func (o *PutScimGroupParams) SetGroupID(groupID string)
- func (o *PutScimGroupParams) SetHTTPClient(client *http.Client)
- func (o *PutScimGroupParams) SetIfMatch(ifMatch *string)
- func (o *PutScimGroupParams) SetTimeout(timeout time.Duration)
- func (o *PutScimGroupParams) WithBody(body *models.ScimV2Group) *PutScimGroupParams
- func (o *PutScimGroupParams) WithContext(ctx context.Context) *PutScimGroupParams
- func (o *PutScimGroupParams) WithDefaults() *PutScimGroupParams
- func (o *PutScimGroupParams) WithGroupID(groupID string) *PutScimGroupParams
- func (o *PutScimGroupParams) WithHTTPClient(client *http.Client) *PutScimGroupParams
- func (o *PutScimGroupParams) WithIfMatch(ifMatch *string) *PutScimGroupParams
- func (o *PutScimGroupParams) WithTimeout(timeout time.Duration) *PutScimGroupParams
- func (o *PutScimGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutScimGroupReader
- type PutScimGroupRequestEntityTooLarge
- func (o *PutScimGroupRequestEntityTooLarge) Error() string
- func (o *PutScimGroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutScimGroupRequestEntityTooLarge) IsClientError() bool
- func (o *PutScimGroupRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutScimGroupRequestEntityTooLarge) IsRedirect() bool
- func (o *PutScimGroupRequestEntityTooLarge) IsServerError() bool
- func (o *PutScimGroupRequestEntityTooLarge) IsSuccess() bool
- func (o *PutScimGroupRequestEntityTooLarge) String() string
- type PutScimGroupRequestTimeout
- func (o *PutScimGroupRequestTimeout) Error() string
- func (o *PutScimGroupRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimGroupRequestTimeout) IsClientError() bool
- func (o *PutScimGroupRequestTimeout) IsCode(code int) bool
- func (o *PutScimGroupRequestTimeout) IsRedirect() bool
- func (o *PutScimGroupRequestTimeout) IsServerError() bool
- func (o *PutScimGroupRequestTimeout) IsSuccess() bool
- func (o *PutScimGroupRequestTimeout) String() string
- type PutScimGroupServiceUnavailable
- func (o *PutScimGroupServiceUnavailable) Error() string
- func (o *PutScimGroupServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutScimGroupServiceUnavailable) IsClientError() bool
- func (o *PutScimGroupServiceUnavailable) IsCode(code int) bool
- func (o *PutScimGroupServiceUnavailable) IsRedirect() bool
- func (o *PutScimGroupServiceUnavailable) IsServerError() bool
- func (o *PutScimGroupServiceUnavailable) IsSuccess() bool
- func (o *PutScimGroupServiceUnavailable) String() string
- type PutScimGroupTooManyRequests
- func (o *PutScimGroupTooManyRequests) Error() string
- func (o *PutScimGroupTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutScimGroupTooManyRequests) IsClientError() bool
- func (o *PutScimGroupTooManyRequests) IsCode(code int) bool
- func (o *PutScimGroupTooManyRequests) IsRedirect() bool
- func (o *PutScimGroupTooManyRequests) IsServerError() bool
- func (o *PutScimGroupTooManyRequests) IsSuccess() bool
- func (o *PutScimGroupTooManyRequests) String() string
- type PutScimGroupUnauthorized
- func (o *PutScimGroupUnauthorized) Error() string
- func (o *PutScimGroupUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutScimGroupUnauthorized) IsClientError() bool
- func (o *PutScimGroupUnauthorized) IsCode(code int) bool
- func (o *PutScimGroupUnauthorized) IsRedirect() bool
- func (o *PutScimGroupUnauthorized) IsServerError() bool
- func (o *PutScimGroupUnauthorized) IsSuccess() bool
- func (o *PutScimGroupUnauthorized) String() string
- type PutScimGroupUnsupportedMediaType
- func (o *PutScimGroupUnsupportedMediaType) Error() string
- func (o *PutScimGroupUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutScimGroupUnsupportedMediaType) IsClientError() bool
- func (o *PutScimGroupUnsupportedMediaType) IsCode(code int) bool
- func (o *PutScimGroupUnsupportedMediaType) IsRedirect() bool
- func (o *PutScimGroupUnsupportedMediaType) IsServerError() bool
- func (o *PutScimGroupUnsupportedMediaType) IsSuccess() bool
- func (o *PutScimGroupUnsupportedMediaType) String() string
- type PutScimUserBadRequest
- func (o *PutScimUserBadRequest) Error() string
- func (o *PutScimUserBadRequest) GetPayload() *models.ErrorBody
- func (o *PutScimUserBadRequest) IsClientError() bool
- func (o *PutScimUserBadRequest) IsCode(code int) bool
- func (o *PutScimUserBadRequest) IsRedirect() bool
- func (o *PutScimUserBadRequest) IsServerError() bool
- func (o *PutScimUserBadRequest) IsSuccess() bool
- func (o *PutScimUserBadRequest) String() string
- type PutScimUserConflict
- func (o *PutScimUserConflict) Error() string
- func (o *PutScimUserConflict) GetPayload() *models.ScimError
- func (o *PutScimUserConflict) IsClientError() bool
- func (o *PutScimUserConflict) IsCode(code int) bool
- func (o *PutScimUserConflict) IsRedirect() bool
- func (o *PutScimUserConflict) IsServerError() bool
- func (o *PutScimUserConflict) IsSuccess() bool
- func (o *PutScimUserConflict) String() string
- type PutScimUserForbidden
- func (o *PutScimUserForbidden) Error() string
- func (o *PutScimUserForbidden) GetPayload() *models.ErrorBody
- func (o *PutScimUserForbidden) IsClientError() bool
- func (o *PutScimUserForbidden) IsCode(code int) bool
- func (o *PutScimUserForbidden) IsRedirect() bool
- func (o *PutScimUserForbidden) IsServerError() bool
- func (o *PutScimUserForbidden) IsSuccess() bool
- func (o *PutScimUserForbidden) String() string
- type PutScimUserGatewayTimeout
- func (o *PutScimUserGatewayTimeout) Error() string
- func (o *PutScimUserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimUserGatewayTimeout) IsClientError() bool
- func (o *PutScimUserGatewayTimeout) IsCode(code int) bool
- func (o *PutScimUserGatewayTimeout) IsRedirect() bool
- func (o *PutScimUserGatewayTimeout) IsServerError() bool
- func (o *PutScimUserGatewayTimeout) IsSuccess() bool
- func (o *PutScimUserGatewayTimeout) String() string
- type PutScimUserInternalServerError
- func (o *PutScimUserInternalServerError) Error() string
- func (o *PutScimUserInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutScimUserInternalServerError) IsClientError() bool
- func (o *PutScimUserInternalServerError) IsCode(code int) bool
- func (o *PutScimUserInternalServerError) IsRedirect() bool
- func (o *PutScimUserInternalServerError) IsServerError() bool
- func (o *PutScimUserInternalServerError) IsSuccess() bool
- func (o *PutScimUserInternalServerError) String() string
- type PutScimUserNotFound
- func (o *PutScimUserNotFound) Error() string
- func (o *PutScimUserNotFound) GetPayload() *models.ErrorBody
- func (o *PutScimUserNotFound) IsClientError() bool
- func (o *PutScimUserNotFound) IsCode(code int) bool
- func (o *PutScimUserNotFound) IsRedirect() bool
- func (o *PutScimUserNotFound) IsServerError() bool
- func (o *PutScimUserNotFound) IsSuccess() bool
- func (o *PutScimUserNotFound) String() string
- type PutScimUserOK
- func (o *PutScimUserOK) Error() string
- func (o *PutScimUserOK) GetPayload() *models.ScimV2User
- func (o *PutScimUserOK) IsClientError() bool
- func (o *PutScimUserOK) IsCode(code int) bool
- func (o *PutScimUserOK) IsRedirect() bool
- func (o *PutScimUserOK) IsServerError() bool
- func (o *PutScimUserOK) IsSuccess() bool
- func (o *PutScimUserOK) String() string
- type PutScimUserParams
- func (o *PutScimUserParams) SetBody(body *models.ScimV2User)
- func (o *PutScimUserParams) SetContext(ctx context.Context)
- func (o *PutScimUserParams) SetDefaults()
- func (o *PutScimUserParams) SetHTTPClient(client *http.Client)
- func (o *PutScimUserParams) SetIfMatch(ifMatch *string)
- func (o *PutScimUserParams) SetTimeout(timeout time.Duration)
- func (o *PutScimUserParams) SetUserID(userID string)
- func (o *PutScimUserParams) WithBody(body *models.ScimV2User) *PutScimUserParams
- func (o *PutScimUserParams) WithContext(ctx context.Context) *PutScimUserParams
- func (o *PutScimUserParams) WithDefaults() *PutScimUserParams
- func (o *PutScimUserParams) WithHTTPClient(client *http.Client) *PutScimUserParams
- func (o *PutScimUserParams) WithIfMatch(ifMatch *string) *PutScimUserParams
- func (o *PutScimUserParams) WithTimeout(timeout time.Duration) *PutScimUserParams
- func (o *PutScimUserParams) WithUserID(userID string) *PutScimUserParams
- func (o *PutScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutScimUserReader
- type PutScimUserRequestEntityTooLarge
- func (o *PutScimUserRequestEntityTooLarge) Error() string
- func (o *PutScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutScimUserRequestEntityTooLarge) IsClientError() bool
- func (o *PutScimUserRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutScimUserRequestEntityTooLarge) IsRedirect() bool
- func (o *PutScimUserRequestEntityTooLarge) IsServerError() bool
- func (o *PutScimUserRequestEntityTooLarge) IsSuccess() bool
- func (o *PutScimUserRequestEntityTooLarge) String() string
- type PutScimUserRequestTimeout
- func (o *PutScimUserRequestTimeout) Error() string
- func (o *PutScimUserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimUserRequestTimeout) IsClientError() bool
- func (o *PutScimUserRequestTimeout) IsCode(code int) bool
- func (o *PutScimUserRequestTimeout) IsRedirect() bool
- func (o *PutScimUserRequestTimeout) IsServerError() bool
- func (o *PutScimUserRequestTimeout) IsSuccess() bool
- func (o *PutScimUserRequestTimeout) String() string
- type PutScimUserServiceUnavailable
- func (o *PutScimUserServiceUnavailable) Error() string
- func (o *PutScimUserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutScimUserServiceUnavailable) IsClientError() bool
- func (o *PutScimUserServiceUnavailable) IsCode(code int) bool
- func (o *PutScimUserServiceUnavailable) IsRedirect() bool
- func (o *PutScimUserServiceUnavailable) IsServerError() bool
- func (o *PutScimUserServiceUnavailable) IsSuccess() bool
- func (o *PutScimUserServiceUnavailable) String() string
- type PutScimUserTooManyRequests
- func (o *PutScimUserTooManyRequests) Error() string
- func (o *PutScimUserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutScimUserTooManyRequests) IsClientError() bool
- func (o *PutScimUserTooManyRequests) IsCode(code int) bool
- func (o *PutScimUserTooManyRequests) IsRedirect() bool
- func (o *PutScimUserTooManyRequests) IsServerError() bool
- func (o *PutScimUserTooManyRequests) IsSuccess() bool
- func (o *PutScimUserTooManyRequests) String() string
- type PutScimUserUnauthorized
- func (o *PutScimUserUnauthorized) Error() string
- func (o *PutScimUserUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutScimUserUnauthorized) IsClientError() bool
- func (o *PutScimUserUnauthorized) IsCode(code int) bool
- func (o *PutScimUserUnauthorized) IsRedirect() bool
- func (o *PutScimUserUnauthorized) IsServerError() bool
- func (o *PutScimUserUnauthorized) IsSuccess() bool
- func (o *PutScimUserUnauthorized) String() string
- type PutScimUserUnsupportedMediaType
- func (o *PutScimUserUnsupportedMediaType) Error() string
- func (o *PutScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutScimUserUnsupportedMediaType) IsClientError() bool
- func (o *PutScimUserUnsupportedMediaType) IsCode(code int) bool
- func (o *PutScimUserUnsupportedMediaType) IsRedirect() bool
- func (o *PutScimUserUnsupportedMediaType) IsServerError() bool
- func (o *PutScimUserUnsupportedMediaType) IsSuccess() bool
- func (o *PutScimUserUnsupportedMediaType) String() string
- type PutScimV2GroupBadRequest
- func (o *PutScimV2GroupBadRequest) Error() string
- func (o *PutScimV2GroupBadRequest) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupBadRequest) IsClientError() bool
- func (o *PutScimV2GroupBadRequest) IsCode(code int) bool
- func (o *PutScimV2GroupBadRequest) IsRedirect() bool
- func (o *PutScimV2GroupBadRequest) IsServerError() bool
- func (o *PutScimV2GroupBadRequest) IsSuccess() bool
- func (o *PutScimV2GroupBadRequest) String() string
- type PutScimV2GroupConflict
- func (o *PutScimV2GroupConflict) Error() string
- func (o *PutScimV2GroupConflict) GetPayload() *models.ScimError
- func (o *PutScimV2GroupConflict) IsClientError() bool
- func (o *PutScimV2GroupConflict) IsCode(code int) bool
- func (o *PutScimV2GroupConflict) IsRedirect() bool
- func (o *PutScimV2GroupConflict) IsServerError() bool
- func (o *PutScimV2GroupConflict) IsSuccess() bool
- func (o *PutScimV2GroupConflict) String() string
- type PutScimV2GroupForbidden
- func (o *PutScimV2GroupForbidden) Error() string
- func (o *PutScimV2GroupForbidden) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupForbidden) IsClientError() bool
- func (o *PutScimV2GroupForbidden) IsCode(code int) bool
- func (o *PutScimV2GroupForbidden) IsRedirect() bool
- func (o *PutScimV2GroupForbidden) IsServerError() bool
- func (o *PutScimV2GroupForbidden) IsSuccess() bool
- func (o *PutScimV2GroupForbidden) String() string
- type PutScimV2GroupGatewayTimeout
- func (o *PutScimV2GroupGatewayTimeout) Error() string
- func (o *PutScimV2GroupGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupGatewayTimeout) IsClientError() bool
- func (o *PutScimV2GroupGatewayTimeout) IsCode(code int) bool
- func (o *PutScimV2GroupGatewayTimeout) IsRedirect() bool
- func (o *PutScimV2GroupGatewayTimeout) IsServerError() bool
- func (o *PutScimV2GroupGatewayTimeout) IsSuccess() bool
- func (o *PutScimV2GroupGatewayTimeout) String() string
- type PutScimV2GroupInternalServerError
- func (o *PutScimV2GroupInternalServerError) Error() string
- func (o *PutScimV2GroupInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupInternalServerError) IsClientError() bool
- func (o *PutScimV2GroupInternalServerError) IsCode(code int) bool
- func (o *PutScimV2GroupInternalServerError) IsRedirect() bool
- func (o *PutScimV2GroupInternalServerError) IsServerError() bool
- func (o *PutScimV2GroupInternalServerError) IsSuccess() bool
- func (o *PutScimV2GroupInternalServerError) String() string
- type PutScimV2GroupNotFound
- func (o *PutScimV2GroupNotFound) Error() string
- func (o *PutScimV2GroupNotFound) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupNotFound) IsClientError() bool
- func (o *PutScimV2GroupNotFound) IsCode(code int) bool
- func (o *PutScimV2GroupNotFound) IsRedirect() bool
- func (o *PutScimV2GroupNotFound) IsServerError() bool
- func (o *PutScimV2GroupNotFound) IsSuccess() bool
- func (o *PutScimV2GroupNotFound) String() string
- type PutScimV2GroupOK
- func (o *PutScimV2GroupOK) Error() string
- func (o *PutScimV2GroupOK) GetPayload() *models.ScimV2Group
- func (o *PutScimV2GroupOK) IsClientError() bool
- func (o *PutScimV2GroupOK) IsCode(code int) bool
- func (o *PutScimV2GroupOK) IsRedirect() bool
- func (o *PutScimV2GroupOK) IsServerError() bool
- func (o *PutScimV2GroupOK) IsSuccess() bool
- func (o *PutScimV2GroupOK) String() string
- type PutScimV2GroupParams
- func NewPutScimV2GroupParams() *PutScimV2GroupParams
- func NewPutScimV2GroupParamsWithContext(ctx context.Context) *PutScimV2GroupParams
- func NewPutScimV2GroupParamsWithHTTPClient(client *http.Client) *PutScimV2GroupParams
- func NewPutScimV2GroupParamsWithTimeout(timeout time.Duration) *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) SetBody(body *models.ScimV2Group)
- func (o *PutScimV2GroupParams) SetContext(ctx context.Context)
- func (o *PutScimV2GroupParams) SetDefaults()
- func (o *PutScimV2GroupParams) SetGroupID(groupID string)
- func (o *PutScimV2GroupParams) SetHTTPClient(client *http.Client)
- func (o *PutScimV2GroupParams) SetIfMatch(ifMatch *string)
- func (o *PutScimV2GroupParams) SetTimeout(timeout time.Duration)
- func (o *PutScimV2GroupParams) WithBody(body *models.ScimV2Group) *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) WithContext(ctx context.Context) *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) WithDefaults() *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) WithGroupID(groupID string) *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) WithHTTPClient(client *http.Client) *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) WithIfMatch(ifMatch *string) *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) WithTimeout(timeout time.Duration) *PutScimV2GroupParams
- func (o *PutScimV2GroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutScimV2GroupReader
- type PutScimV2GroupRequestEntityTooLarge
- func (o *PutScimV2GroupRequestEntityTooLarge) Error() string
- func (o *PutScimV2GroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupRequestEntityTooLarge) IsClientError() bool
- func (o *PutScimV2GroupRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutScimV2GroupRequestEntityTooLarge) IsRedirect() bool
- func (o *PutScimV2GroupRequestEntityTooLarge) IsServerError() bool
- func (o *PutScimV2GroupRequestEntityTooLarge) IsSuccess() bool
- func (o *PutScimV2GroupRequestEntityTooLarge) String() string
- type PutScimV2GroupRequestTimeout
- func (o *PutScimV2GroupRequestTimeout) Error() string
- func (o *PutScimV2GroupRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupRequestTimeout) IsClientError() bool
- func (o *PutScimV2GroupRequestTimeout) IsCode(code int) bool
- func (o *PutScimV2GroupRequestTimeout) IsRedirect() bool
- func (o *PutScimV2GroupRequestTimeout) IsServerError() bool
- func (o *PutScimV2GroupRequestTimeout) IsSuccess() bool
- func (o *PutScimV2GroupRequestTimeout) String() string
- type PutScimV2GroupServiceUnavailable
- func (o *PutScimV2GroupServiceUnavailable) Error() string
- func (o *PutScimV2GroupServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupServiceUnavailable) IsClientError() bool
- func (o *PutScimV2GroupServiceUnavailable) IsCode(code int) bool
- func (o *PutScimV2GroupServiceUnavailable) IsRedirect() bool
- func (o *PutScimV2GroupServiceUnavailable) IsServerError() bool
- func (o *PutScimV2GroupServiceUnavailable) IsSuccess() bool
- func (o *PutScimV2GroupServiceUnavailable) String() string
- type PutScimV2GroupTooManyRequests
- func (o *PutScimV2GroupTooManyRequests) Error() string
- func (o *PutScimV2GroupTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupTooManyRequests) IsClientError() bool
- func (o *PutScimV2GroupTooManyRequests) IsCode(code int) bool
- func (o *PutScimV2GroupTooManyRequests) IsRedirect() bool
- func (o *PutScimV2GroupTooManyRequests) IsServerError() bool
- func (o *PutScimV2GroupTooManyRequests) IsSuccess() bool
- func (o *PutScimV2GroupTooManyRequests) String() string
- type PutScimV2GroupUnauthorized
- func (o *PutScimV2GroupUnauthorized) Error() string
- func (o *PutScimV2GroupUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupUnauthorized) IsClientError() bool
- func (o *PutScimV2GroupUnauthorized) IsCode(code int) bool
- func (o *PutScimV2GroupUnauthorized) IsRedirect() bool
- func (o *PutScimV2GroupUnauthorized) IsServerError() bool
- func (o *PutScimV2GroupUnauthorized) IsSuccess() bool
- func (o *PutScimV2GroupUnauthorized) String() string
- type PutScimV2GroupUnsupportedMediaType
- func (o *PutScimV2GroupUnsupportedMediaType) Error() string
- func (o *PutScimV2GroupUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutScimV2GroupUnsupportedMediaType) IsClientError() bool
- func (o *PutScimV2GroupUnsupportedMediaType) IsCode(code int) bool
- func (o *PutScimV2GroupUnsupportedMediaType) IsRedirect() bool
- func (o *PutScimV2GroupUnsupportedMediaType) IsServerError() bool
- func (o *PutScimV2GroupUnsupportedMediaType) IsSuccess() bool
- func (o *PutScimV2GroupUnsupportedMediaType) String() string
- type PutScimV2UserBadRequest
- func (o *PutScimV2UserBadRequest) Error() string
- func (o *PutScimV2UserBadRequest) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserBadRequest) IsClientError() bool
- func (o *PutScimV2UserBadRequest) IsCode(code int) bool
- func (o *PutScimV2UserBadRequest) IsRedirect() bool
- func (o *PutScimV2UserBadRequest) IsServerError() bool
- func (o *PutScimV2UserBadRequest) IsSuccess() bool
- func (o *PutScimV2UserBadRequest) String() string
- type PutScimV2UserConflict
- func (o *PutScimV2UserConflict) Error() string
- func (o *PutScimV2UserConflict) GetPayload() *models.ScimError
- func (o *PutScimV2UserConflict) IsClientError() bool
- func (o *PutScimV2UserConflict) IsCode(code int) bool
- func (o *PutScimV2UserConflict) IsRedirect() bool
- func (o *PutScimV2UserConflict) IsServerError() bool
- func (o *PutScimV2UserConflict) IsSuccess() bool
- func (o *PutScimV2UserConflict) String() string
- type PutScimV2UserForbidden
- func (o *PutScimV2UserForbidden) Error() string
- func (o *PutScimV2UserForbidden) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserForbidden) IsClientError() bool
- func (o *PutScimV2UserForbidden) IsCode(code int) bool
- func (o *PutScimV2UserForbidden) IsRedirect() bool
- func (o *PutScimV2UserForbidden) IsServerError() bool
- func (o *PutScimV2UserForbidden) IsSuccess() bool
- func (o *PutScimV2UserForbidden) String() string
- type PutScimV2UserGatewayTimeout
- func (o *PutScimV2UserGatewayTimeout) Error() string
- func (o *PutScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserGatewayTimeout) IsClientError() bool
- func (o *PutScimV2UserGatewayTimeout) IsCode(code int) bool
- func (o *PutScimV2UserGatewayTimeout) IsRedirect() bool
- func (o *PutScimV2UserGatewayTimeout) IsServerError() bool
- func (o *PutScimV2UserGatewayTimeout) IsSuccess() bool
- func (o *PutScimV2UserGatewayTimeout) String() string
- type PutScimV2UserInternalServerError
- func (o *PutScimV2UserInternalServerError) Error() string
- func (o *PutScimV2UserInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserInternalServerError) IsClientError() bool
- func (o *PutScimV2UserInternalServerError) IsCode(code int) bool
- func (o *PutScimV2UserInternalServerError) IsRedirect() bool
- func (o *PutScimV2UserInternalServerError) IsServerError() bool
- func (o *PutScimV2UserInternalServerError) IsSuccess() bool
- func (o *PutScimV2UserInternalServerError) String() string
- type PutScimV2UserNotFound
- func (o *PutScimV2UserNotFound) Error() string
- func (o *PutScimV2UserNotFound) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserNotFound) IsClientError() bool
- func (o *PutScimV2UserNotFound) IsCode(code int) bool
- func (o *PutScimV2UserNotFound) IsRedirect() bool
- func (o *PutScimV2UserNotFound) IsServerError() bool
- func (o *PutScimV2UserNotFound) IsSuccess() bool
- func (o *PutScimV2UserNotFound) String() string
- type PutScimV2UserOK
- func (o *PutScimV2UserOK) Error() string
- func (o *PutScimV2UserOK) GetPayload() *models.ScimV2User
- func (o *PutScimV2UserOK) IsClientError() bool
- func (o *PutScimV2UserOK) IsCode(code int) bool
- func (o *PutScimV2UserOK) IsRedirect() bool
- func (o *PutScimV2UserOK) IsServerError() bool
- func (o *PutScimV2UserOK) IsSuccess() bool
- func (o *PutScimV2UserOK) String() string
- type PutScimV2UserParams
- func (o *PutScimV2UserParams) SetBody(body *models.ScimV2User)
- func (o *PutScimV2UserParams) SetContext(ctx context.Context)
- func (o *PutScimV2UserParams) SetDefaults()
- func (o *PutScimV2UserParams) SetHTTPClient(client *http.Client)
- func (o *PutScimV2UserParams) SetIfMatch(ifMatch *string)
- func (o *PutScimV2UserParams) SetTimeout(timeout time.Duration)
- func (o *PutScimV2UserParams) SetUserID(userID string)
- func (o *PutScimV2UserParams) WithBody(body *models.ScimV2User) *PutScimV2UserParams
- func (o *PutScimV2UserParams) WithContext(ctx context.Context) *PutScimV2UserParams
- func (o *PutScimV2UserParams) WithDefaults() *PutScimV2UserParams
- func (o *PutScimV2UserParams) WithHTTPClient(client *http.Client) *PutScimV2UserParams
- func (o *PutScimV2UserParams) WithIfMatch(ifMatch *string) *PutScimV2UserParams
- func (o *PutScimV2UserParams) WithTimeout(timeout time.Duration) *PutScimV2UserParams
- func (o *PutScimV2UserParams) WithUserID(userID string) *PutScimV2UserParams
- func (o *PutScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutScimV2UserReader
- type PutScimV2UserRequestEntityTooLarge
- func (o *PutScimV2UserRequestEntityTooLarge) Error() string
- func (o *PutScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserRequestEntityTooLarge) IsClientError() bool
- func (o *PutScimV2UserRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutScimV2UserRequestEntityTooLarge) IsRedirect() bool
- func (o *PutScimV2UserRequestEntityTooLarge) IsServerError() bool
- func (o *PutScimV2UserRequestEntityTooLarge) IsSuccess() bool
- func (o *PutScimV2UserRequestEntityTooLarge) String() string
- type PutScimV2UserRequestTimeout
- func (o *PutScimV2UserRequestTimeout) Error() string
- func (o *PutScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserRequestTimeout) IsClientError() bool
- func (o *PutScimV2UserRequestTimeout) IsCode(code int) bool
- func (o *PutScimV2UserRequestTimeout) IsRedirect() bool
- func (o *PutScimV2UserRequestTimeout) IsServerError() bool
- func (o *PutScimV2UserRequestTimeout) IsSuccess() bool
- func (o *PutScimV2UserRequestTimeout) String() string
- type PutScimV2UserServiceUnavailable
- func (o *PutScimV2UserServiceUnavailable) Error() string
- func (o *PutScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserServiceUnavailable) IsClientError() bool
- func (o *PutScimV2UserServiceUnavailable) IsCode(code int) bool
- func (o *PutScimV2UserServiceUnavailable) IsRedirect() bool
- func (o *PutScimV2UserServiceUnavailable) IsServerError() bool
- func (o *PutScimV2UserServiceUnavailable) IsSuccess() bool
- func (o *PutScimV2UserServiceUnavailable) String() string
- type PutScimV2UserTooManyRequests
- func (o *PutScimV2UserTooManyRequests) Error() string
- func (o *PutScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserTooManyRequests) IsClientError() bool
- func (o *PutScimV2UserTooManyRequests) IsCode(code int) bool
- func (o *PutScimV2UserTooManyRequests) IsRedirect() bool
- func (o *PutScimV2UserTooManyRequests) IsServerError() bool
- func (o *PutScimV2UserTooManyRequests) IsSuccess() bool
- func (o *PutScimV2UserTooManyRequests) String() string
- type PutScimV2UserUnauthorized
- func (o *PutScimV2UserUnauthorized) Error() string
- func (o *PutScimV2UserUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserUnauthorized) IsClientError() bool
- func (o *PutScimV2UserUnauthorized) IsCode(code int) bool
- func (o *PutScimV2UserUnauthorized) IsRedirect() bool
- func (o *PutScimV2UserUnauthorized) IsServerError() bool
- func (o *PutScimV2UserUnauthorized) IsSuccess() bool
- func (o *PutScimV2UserUnauthorized) String() string
- type PutScimV2UserUnsupportedMediaType
- func (o *PutScimV2UserUnsupportedMediaType) Error() string
- func (o *PutScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutScimV2UserUnsupportedMediaType) IsClientError() bool
- func (o *PutScimV2UserUnsupportedMediaType) IsCode(code int) bool
- func (o *PutScimV2UserUnsupportedMediaType) IsRedirect() bool
- func (o *PutScimV2UserUnsupportedMediaType) IsServerError() bool
- func (o *PutScimV2UserUnsupportedMediaType) IsSuccess() bool
- func (o *PutScimV2UserUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { /* DeleteScimUser deletes a user */ DeleteScimUser(ctx context.Context, params *DeleteScimUserParams) (*DeleteScimUserOK, *DeleteScimUserNoContent, error) /* DeleteScimV2User deletes a user */ DeleteScimV2User(ctx context.Context, params *DeleteScimV2UserParams) (*DeleteScimV2UserOK, *DeleteScimV2UserNoContent, error) /* GetScimGroup gets a group */ GetScimGroup(ctx context.Context, params *GetScimGroupParams) (*GetScimGroupOK, error) /* GetScimGroups gets a list of groups */ GetScimGroups(ctx context.Context, params *GetScimGroupsParams) (*GetScimGroupsOK, error) /* GetScimResourcetype gets a resource type */ GetScimResourcetype(ctx context.Context, params *GetScimResourcetypeParams) (*GetScimResourcetypeOK, error) /* GetScimResourcetypes gets a list of resource types */ GetScimResourcetypes(ctx context.Context, params *GetScimResourcetypesParams) (*GetScimResourcetypesOK, error) /* GetScimSchema gets a s c i m schema */ GetScimSchema(ctx context.Context, params *GetScimSchemaParams) (*GetScimSchemaOK, error) /* GetScimSchemas gets a list of s c i m schemas */ GetScimSchemas(ctx context.Context, params *GetScimSchemasParams) (*GetScimSchemasOK, error) /* GetScimServiceproviderconfig gets a service provider s configuration */ GetScimServiceproviderconfig(ctx context.Context, params *GetScimServiceproviderconfigParams) (*GetScimServiceproviderconfigOK, error) /* GetScimUser gets a user */ GetScimUser(ctx context.Context, params *GetScimUserParams) (*GetScimUserOK, error) /* GetScimUsers gets a list of users To return all active users, do not use the filter parameter. To return inactive users, set the filter parameter to "active eq false". By default, returns SCIM attributes "externalId", "enterprise-user:manager", and "roles". To exclude these attributes, set the attributes parameter to "id,active" or the excludeAttributes parameter to "externalId,roles,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division". */ GetScimUsers(ctx context.Context, params *GetScimUsersParams) (*GetScimUsersOK, error) /* GetScimV2Group gets a group */ GetScimV2Group(ctx context.Context, params *GetScimV2GroupParams) (*GetScimV2GroupOK, error) /* GetScimV2Groups gets a list of groups */ GetScimV2Groups(ctx context.Context, params *GetScimV2GroupsParams) (*GetScimV2GroupsOK, error) /* GetScimV2Resourcetype gets a resource type */ GetScimV2Resourcetype(ctx context.Context, params *GetScimV2ResourcetypeParams) (*GetScimV2ResourcetypeOK, error) /* GetScimV2Resourcetypes gets a list of resource types */ GetScimV2Resourcetypes(ctx context.Context, params *GetScimV2ResourcetypesParams) (*GetScimV2ResourcetypesOK, error) /* GetScimV2Schema gets a s c i m schema */ GetScimV2Schema(ctx context.Context, params *GetScimV2SchemaParams) (*GetScimV2SchemaOK, error) /* GetScimV2Schemas gets a list of s c i m schemas */ GetScimV2Schemas(ctx context.Context, params *GetScimV2SchemasParams) (*GetScimV2SchemasOK, error) /* GetScimV2Serviceproviderconfig gets a service provider s configuration */ GetScimV2Serviceproviderconfig(ctx context.Context, params *GetScimV2ServiceproviderconfigParams) (*GetScimV2ServiceproviderconfigOK, error) /* GetScimV2User gets a user */ GetScimV2User(ctx context.Context, params *GetScimV2UserParams) (*GetScimV2UserOK, error) /* GetScimV2Users gets a list of users To return all active users, do not use the filter parameter. To return inactive users, set the filter parameter to "active eq false". By default, returns SCIM attributes "externalId", "enterprise-user:manager", and "roles". To exclude these attributes, set the attributes parameter to "id,active" or the excludeAttributes parameter to "externalId,roles,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division". */ GetScimV2Users(ctx context.Context, params *GetScimV2UsersParams) (*GetScimV2UsersOK, error) /* PatchScimGroup modifies a group */ PatchScimGroup(ctx context.Context, params *PatchScimGroupParams) (*PatchScimGroupOK, error) /* PatchScimUser modifies a user */ PatchScimUser(ctx context.Context, params *PatchScimUserParams) (*PatchScimUserOK, error) /* PatchScimV2Group modifies a group */ PatchScimV2Group(ctx context.Context, params *PatchScimV2GroupParams) (*PatchScimV2GroupOK, error) /* PatchScimV2User modifies a user */ PatchScimV2User(ctx context.Context, params *PatchScimV2UserParams) (*PatchScimV2UserOK, error) /* PostScimUsers creates a user */ PostScimUsers(ctx context.Context, params *PostScimUsersParams) (*PostScimUsersOK, *PostScimUsersCreated, error) /* PostScimV2Users creates a user */ PostScimV2Users(ctx context.Context, params *PostScimV2UsersParams) (*PostScimV2UsersOK, *PostScimV2UsersCreated, error) /* PutScimGroup replaces a group */ PutScimGroup(ctx context.Context, params *PutScimGroupParams) (*PutScimGroupOK, error) /* PutScimUser replaces a user */ PutScimUser(ctx context.Context, params *PutScimUserParams) (*PutScimUserOK, error) /* PutScimV2Group replaces a group */ PutScimV2Group(ctx context.Context, params *PutScimV2GroupParams) (*PutScimV2GroupOK, error) /* PutScimV2User replaces a user */ PutScimV2User(ctx context.Context, params *PutScimV2UserParams) (*PutScimV2UserOK, error) }
API is the interface of the s c i m client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for s c i m API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new s c i m API client.
func (*Client) DeleteScimUser ¶
func (a *Client) DeleteScimUser(ctx context.Context, params *DeleteScimUserParams) (*DeleteScimUserOK, *DeleteScimUserNoContent, error)
DeleteScimUser deletes a user
func (*Client) DeleteScimV2User ¶
func (a *Client) DeleteScimV2User(ctx context.Context, params *DeleteScimV2UserParams) (*DeleteScimV2UserOK, *DeleteScimV2UserNoContent, error)
DeleteScimV2User deletes a user
func (*Client) GetScimGroup ¶
func (a *Client) GetScimGroup(ctx context.Context, params *GetScimGroupParams) (*GetScimGroupOK, error)
GetScimGroup gets a group
func (*Client) GetScimGroups ¶
func (a *Client) GetScimGroups(ctx context.Context, params *GetScimGroupsParams) (*GetScimGroupsOK, error)
GetScimGroups gets a list of groups
func (*Client) GetScimResourcetype ¶
func (a *Client) GetScimResourcetype(ctx context.Context, params *GetScimResourcetypeParams) (*GetScimResourcetypeOK, error)
GetScimResourcetype gets a resource type
func (*Client) GetScimResourcetypes ¶
func (a *Client) GetScimResourcetypes(ctx context.Context, params *GetScimResourcetypesParams) (*GetScimResourcetypesOK, error)
GetScimResourcetypes gets a list of resource types
func (*Client) GetScimSchema ¶
func (a *Client) GetScimSchema(ctx context.Context, params *GetScimSchemaParams) (*GetScimSchemaOK, error)
GetScimSchema gets a s c i m schema
func (*Client) GetScimSchemas ¶
func (a *Client) GetScimSchemas(ctx context.Context, params *GetScimSchemasParams) (*GetScimSchemasOK, error)
GetScimSchemas gets a list of s c i m schemas
func (*Client) GetScimServiceproviderconfig ¶
func (a *Client) GetScimServiceproviderconfig(ctx context.Context, params *GetScimServiceproviderconfigParams) (*GetScimServiceproviderconfigOK, error)
GetScimServiceproviderconfig gets a service provider s configuration
func (*Client) GetScimUser ¶
func (a *Client) GetScimUser(ctx context.Context, params *GetScimUserParams) (*GetScimUserOK, error)
GetScimUser gets a user
func (*Client) GetScimUsers ¶
func (a *Client) GetScimUsers(ctx context.Context, params *GetScimUsersParams) (*GetScimUsersOK, error)
GetScimUsers gets a list of users
To return all active users, do not use the filter parameter. To return inactive users, set the filter parameter to "active eq false". By default, returns SCIM attributes "externalId", "enterprise-user:manager", and "roles". To exclude these attributes, set the attributes parameter to "id,active" or the excludeAttributes parameter to "externalId,roles,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division".
func (*Client) GetScimV2Group ¶
func (a *Client) GetScimV2Group(ctx context.Context, params *GetScimV2GroupParams) (*GetScimV2GroupOK, error)
GetScimV2Group gets a group
func (*Client) GetScimV2Groups ¶
func (a *Client) GetScimV2Groups(ctx context.Context, params *GetScimV2GroupsParams) (*GetScimV2GroupsOK, error)
GetScimV2Groups gets a list of groups
func (*Client) GetScimV2Resourcetype ¶
func (a *Client) GetScimV2Resourcetype(ctx context.Context, params *GetScimV2ResourcetypeParams) (*GetScimV2ResourcetypeOK, error)
GetScimV2Resourcetype gets a resource type
func (*Client) GetScimV2Resourcetypes ¶
func (a *Client) GetScimV2Resourcetypes(ctx context.Context, params *GetScimV2ResourcetypesParams) (*GetScimV2ResourcetypesOK, error)
GetScimV2Resourcetypes gets a list of resource types
func (*Client) GetScimV2Schema ¶
func (a *Client) GetScimV2Schema(ctx context.Context, params *GetScimV2SchemaParams) (*GetScimV2SchemaOK, error)
GetScimV2Schema gets a s c i m schema
func (*Client) GetScimV2Schemas ¶
func (a *Client) GetScimV2Schemas(ctx context.Context, params *GetScimV2SchemasParams) (*GetScimV2SchemasOK, error)
GetScimV2Schemas gets a list of s c i m schemas
func (*Client) GetScimV2Serviceproviderconfig ¶
func (a *Client) GetScimV2Serviceproviderconfig(ctx context.Context, params *GetScimV2ServiceproviderconfigParams) (*GetScimV2ServiceproviderconfigOK, error)
GetScimV2Serviceproviderconfig gets a service provider s configuration
func (*Client) GetScimV2User ¶
func (a *Client) GetScimV2User(ctx context.Context, params *GetScimV2UserParams) (*GetScimV2UserOK, error)
GetScimV2User gets a user
func (*Client) GetScimV2Users ¶
func (a *Client) GetScimV2Users(ctx context.Context, params *GetScimV2UsersParams) (*GetScimV2UsersOK, error)
GetScimV2Users gets a list of users
To return all active users, do not use the filter parameter. To return inactive users, set the filter parameter to "active eq false". By default, returns SCIM attributes "externalId", "enterprise-user:manager", and "roles". To exclude these attributes, set the attributes parameter to "id,active" or the excludeAttributes parameter to "externalId,roles,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division".
func (*Client) PatchScimGroup ¶
func (a *Client) PatchScimGroup(ctx context.Context, params *PatchScimGroupParams) (*PatchScimGroupOK, error)
PatchScimGroup modifies a group
func (*Client) PatchScimUser ¶
func (a *Client) PatchScimUser(ctx context.Context, params *PatchScimUserParams) (*PatchScimUserOK, error)
PatchScimUser modifies a user
func (*Client) PatchScimV2Group ¶
func (a *Client) PatchScimV2Group(ctx context.Context, params *PatchScimV2GroupParams) (*PatchScimV2GroupOK, error)
PatchScimV2Group modifies a group
func (*Client) PatchScimV2User ¶
func (a *Client) PatchScimV2User(ctx context.Context, params *PatchScimV2UserParams) (*PatchScimV2UserOK, error)
PatchScimV2User modifies a user
func (*Client) PostScimUsers ¶
func (a *Client) PostScimUsers(ctx context.Context, params *PostScimUsersParams) (*PostScimUsersOK, *PostScimUsersCreated, error)
PostScimUsers creates a user
func (*Client) PostScimV2Users ¶
func (a *Client) PostScimV2Users(ctx context.Context, params *PostScimV2UsersParams) (*PostScimV2UsersOK, *PostScimV2UsersCreated, error)
PostScimV2Users creates a user
func (*Client) PutScimGroup ¶
func (a *Client) PutScimGroup(ctx context.Context, params *PutScimGroupParams) (*PutScimGroupOK, error)
PutScimGroup replaces a group
func (*Client) PutScimUser ¶
func (a *Client) PutScimUser(ctx context.Context, params *PutScimUserParams) (*PutScimUserOK, error)
PutScimUser replaces a user
func (*Client) PutScimV2Group ¶
func (a *Client) PutScimV2Group(ctx context.Context, params *PutScimV2GroupParams) (*PutScimV2GroupOK, error)
PutScimV2Group replaces a group
func (*Client) PutScimV2User ¶
func (a *Client) PutScimV2User(ctx context.Context, params *PutScimV2UserParams) (*PutScimV2UserOK, error)
PutScimV2User replaces a user
type DeleteScimUserBadRequest ¶
DeleteScimUserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewDeleteScimUserBadRequest ¶
func NewDeleteScimUserBadRequest() *DeleteScimUserBadRequest
NewDeleteScimUserBadRequest creates a DeleteScimUserBadRequest with default headers values
func (*DeleteScimUserBadRequest) Error ¶
func (o *DeleteScimUserBadRequest) Error() string
func (*DeleteScimUserBadRequest) GetPayload ¶
func (o *DeleteScimUserBadRequest) GetPayload() *models.ErrorBody
func (*DeleteScimUserBadRequest) IsClientError ¶
func (o *DeleteScimUserBadRequest) IsClientError() bool
IsClientError returns true when this delete scim user bad request response has a 4xx status code
func (*DeleteScimUserBadRequest) IsCode ¶
func (o *DeleteScimUserBadRequest) IsCode(code int) bool
IsCode returns true when this delete scim user bad request response a status code equal to that given
func (*DeleteScimUserBadRequest) IsRedirect ¶
func (o *DeleteScimUserBadRequest) IsRedirect() bool
IsRedirect returns true when this delete scim user bad request response has a 3xx status code
func (*DeleteScimUserBadRequest) IsServerError ¶
func (o *DeleteScimUserBadRequest) IsServerError() bool
IsServerError returns true when this delete scim user bad request response has a 5xx status code
func (*DeleteScimUserBadRequest) IsSuccess ¶
func (o *DeleteScimUserBadRequest) IsSuccess() bool
IsSuccess returns true when this delete scim user bad request response has a 2xx status code
func (*DeleteScimUserBadRequest) String ¶
func (o *DeleteScimUserBadRequest) String() string
type DeleteScimUserConflict ¶
DeleteScimUserConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewDeleteScimUserConflict ¶
func NewDeleteScimUserConflict() *DeleteScimUserConflict
NewDeleteScimUserConflict creates a DeleteScimUserConflict with default headers values
func (*DeleteScimUserConflict) Error ¶
func (o *DeleteScimUserConflict) Error() string
func (*DeleteScimUserConflict) GetPayload ¶
func (o *DeleteScimUserConflict) GetPayload() *models.ScimError
func (*DeleteScimUserConflict) IsClientError ¶
func (o *DeleteScimUserConflict) IsClientError() bool
IsClientError returns true when this delete scim user conflict response has a 4xx status code
func (*DeleteScimUserConflict) IsCode ¶
func (o *DeleteScimUserConflict) IsCode(code int) bool
IsCode returns true when this delete scim user conflict response a status code equal to that given
func (*DeleteScimUserConflict) IsRedirect ¶
func (o *DeleteScimUserConflict) IsRedirect() bool
IsRedirect returns true when this delete scim user conflict response has a 3xx status code
func (*DeleteScimUserConflict) IsServerError ¶
func (o *DeleteScimUserConflict) IsServerError() bool
IsServerError returns true when this delete scim user conflict response has a 5xx status code
func (*DeleteScimUserConflict) IsSuccess ¶
func (o *DeleteScimUserConflict) IsSuccess() bool
IsSuccess returns true when this delete scim user conflict response has a 2xx status code
func (*DeleteScimUserConflict) String ¶
func (o *DeleteScimUserConflict) String() string
type DeleteScimUserForbidden ¶
DeleteScimUserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteScimUserForbidden ¶
func NewDeleteScimUserForbidden() *DeleteScimUserForbidden
NewDeleteScimUserForbidden creates a DeleteScimUserForbidden with default headers values
func (*DeleteScimUserForbidden) Error ¶
func (o *DeleteScimUserForbidden) Error() string
func (*DeleteScimUserForbidden) GetPayload ¶
func (o *DeleteScimUserForbidden) GetPayload() *models.ErrorBody
func (*DeleteScimUserForbidden) IsClientError ¶
func (o *DeleteScimUserForbidden) IsClientError() bool
IsClientError returns true when this delete scim user forbidden response has a 4xx status code
func (*DeleteScimUserForbidden) IsCode ¶
func (o *DeleteScimUserForbidden) IsCode(code int) bool
IsCode returns true when this delete scim user forbidden response a status code equal to that given
func (*DeleteScimUserForbidden) IsRedirect ¶
func (o *DeleteScimUserForbidden) IsRedirect() bool
IsRedirect returns true when this delete scim user forbidden response has a 3xx status code
func (*DeleteScimUserForbidden) IsServerError ¶
func (o *DeleteScimUserForbidden) IsServerError() bool
IsServerError returns true when this delete scim user forbidden response has a 5xx status code
func (*DeleteScimUserForbidden) IsSuccess ¶
func (o *DeleteScimUserForbidden) IsSuccess() bool
IsSuccess returns true when this delete scim user forbidden response has a 2xx status code
func (*DeleteScimUserForbidden) String ¶
func (o *DeleteScimUserForbidden) String() string
type DeleteScimUserGatewayTimeout ¶
DeleteScimUserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteScimUserGatewayTimeout ¶
func NewDeleteScimUserGatewayTimeout() *DeleteScimUserGatewayTimeout
NewDeleteScimUserGatewayTimeout creates a DeleteScimUserGatewayTimeout with default headers values
func (*DeleteScimUserGatewayTimeout) Error ¶
func (o *DeleteScimUserGatewayTimeout) Error() string
func (*DeleteScimUserGatewayTimeout) GetPayload ¶
func (o *DeleteScimUserGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteScimUserGatewayTimeout) IsClientError ¶
func (o *DeleteScimUserGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete scim user gateway timeout response has a 4xx status code
func (*DeleteScimUserGatewayTimeout) IsCode ¶
func (o *DeleteScimUserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete scim user gateway timeout response a status code equal to that given
func (*DeleteScimUserGatewayTimeout) IsRedirect ¶
func (o *DeleteScimUserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete scim user gateway timeout response has a 3xx status code
func (*DeleteScimUserGatewayTimeout) IsServerError ¶
func (o *DeleteScimUserGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete scim user gateway timeout response has a 5xx status code
func (*DeleteScimUserGatewayTimeout) IsSuccess ¶
func (o *DeleteScimUserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete scim user gateway timeout response has a 2xx status code
func (*DeleteScimUserGatewayTimeout) String ¶
func (o *DeleteScimUserGatewayTimeout) String() string
type DeleteScimUserInternalServerError ¶
DeleteScimUserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewDeleteScimUserInternalServerError ¶
func NewDeleteScimUserInternalServerError() *DeleteScimUserInternalServerError
NewDeleteScimUserInternalServerError creates a DeleteScimUserInternalServerError with default headers values
func (*DeleteScimUserInternalServerError) Error ¶
func (o *DeleteScimUserInternalServerError) Error() string
func (*DeleteScimUserInternalServerError) GetPayload ¶
func (o *DeleteScimUserInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteScimUserInternalServerError) IsClientError ¶
func (o *DeleteScimUserInternalServerError) IsClientError() bool
IsClientError returns true when this delete scim user internal server error response has a 4xx status code
func (*DeleteScimUserInternalServerError) IsCode ¶
func (o *DeleteScimUserInternalServerError) IsCode(code int) bool
IsCode returns true when this delete scim user internal server error response a status code equal to that given
func (*DeleteScimUserInternalServerError) IsRedirect ¶
func (o *DeleteScimUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete scim user internal server error response has a 3xx status code
func (*DeleteScimUserInternalServerError) IsServerError ¶
func (o *DeleteScimUserInternalServerError) IsServerError() bool
IsServerError returns true when this delete scim user internal server error response has a 5xx status code
func (*DeleteScimUserInternalServerError) IsSuccess ¶
func (o *DeleteScimUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete scim user internal server error response has a 2xx status code
func (*DeleteScimUserInternalServerError) String ¶
func (o *DeleteScimUserInternalServerError) String() string
type DeleteScimUserNoContent ¶
type DeleteScimUserNoContent struct { }
DeleteScimUserNoContent describes a response with status code 204, with default header values.
User Deleted with no content returned.
func NewDeleteScimUserNoContent ¶
func NewDeleteScimUserNoContent() *DeleteScimUserNoContent
NewDeleteScimUserNoContent creates a DeleteScimUserNoContent with default headers values
func (*DeleteScimUserNoContent) Error ¶
func (o *DeleteScimUserNoContent) Error() string
func (*DeleteScimUserNoContent) IsClientError ¶
func (o *DeleteScimUserNoContent) IsClientError() bool
IsClientError returns true when this delete scim user no content response has a 4xx status code
func (*DeleteScimUserNoContent) IsCode ¶
func (o *DeleteScimUserNoContent) IsCode(code int) bool
IsCode returns true when this delete scim user no content response a status code equal to that given
func (*DeleteScimUserNoContent) IsRedirect ¶
func (o *DeleteScimUserNoContent) IsRedirect() bool
IsRedirect returns true when this delete scim user no content response has a 3xx status code
func (*DeleteScimUserNoContent) IsServerError ¶
func (o *DeleteScimUserNoContent) IsServerError() bool
IsServerError returns true when this delete scim user no content response has a 5xx status code
func (*DeleteScimUserNoContent) IsSuccess ¶
func (o *DeleteScimUserNoContent) IsSuccess() bool
IsSuccess returns true when this delete scim user no content response has a 2xx status code
func (*DeleteScimUserNoContent) String ¶
func (o *DeleteScimUserNoContent) String() string
type DeleteScimUserNotFound ¶
DeleteScimUserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteScimUserNotFound ¶
func NewDeleteScimUserNotFound() *DeleteScimUserNotFound
NewDeleteScimUserNotFound creates a DeleteScimUserNotFound with default headers values
func (*DeleteScimUserNotFound) Error ¶
func (o *DeleteScimUserNotFound) Error() string
func (*DeleteScimUserNotFound) GetPayload ¶
func (o *DeleteScimUserNotFound) GetPayload() *models.ErrorBody
func (*DeleteScimUserNotFound) IsClientError ¶
func (o *DeleteScimUserNotFound) IsClientError() bool
IsClientError returns true when this delete scim user not found response has a 4xx status code
func (*DeleteScimUserNotFound) IsCode ¶
func (o *DeleteScimUserNotFound) IsCode(code int) bool
IsCode returns true when this delete scim user not found response a status code equal to that given
func (*DeleteScimUserNotFound) IsRedirect ¶
func (o *DeleteScimUserNotFound) IsRedirect() bool
IsRedirect returns true when this delete scim user not found response has a 3xx status code
func (*DeleteScimUserNotFound) IsServerError ¶
func (o *DeleteScimUserNotFound) IsServerError() bool
IsServerError returns true when this delete scim user not found response has a 5xx status code
func (*DeleteScimUserNotFound) IsSuccess ¶
func (o *DeleteScimUserNotFound) IsSuccess() bool
IsSuccess returns true when this delete scim user not found response has a 2xx status code
func (*DeleteScimUserNotFound) String ¶
func (o *DeleteScimUserNotFound) String() string
type DeleteScimUserOK ¶
DeleteScimUserOK describes a response with status code 200, with default header values.
successful operation
func NewDeleteScimUserOK ¶
func NewDeleteScimUserOK() *DeleteScimUserOK
NewDeleteScimUserOK creates a DeleteScimUserOK with default headers values
func (*DeleteScimUserOK) Error ¶
func (o *DeleteScimUserOK) Error() string
func (*DeleteScimUserOK) GetPayload ¶
func (o *DeleteScimUserOK) GetPayload() models.Empty
func (*DeleteScimUserOK) IsClientError ¶
func (o *DeleteScimUserOK) IsClientError() bool
IsClientError returns true when this delete scim user o k response has a 4xx status code
func (*DeleteScimUserOK) IsCode ¶
func (o *DeleteScimUserOK) IsCode(code int) bool
IsCode returns true when this delete scim user o k response a status code equal to that given
func (*DeleteScimUserOK) IsRedirect ¶
func (o *DeleteScimUserOK) IsRedirect() bool
IsRedirect returns true when this delete scim user o k response has a 3xx status code
func (*DeleteScimUserOK) IsServerError ¶
func (o *DeleteScimUserOK) IsServerError() bool
IsServerError returns true when this delete scim user o k response has a 5xx status code
func (*DeleteScimUserOK) IsSuccess ¶
func (o *DeleteScimUserOK) IsSuccess() bool
IsSuccess returns true when this delete scim user o k response has a 2xx status code
func (*DeleteScimUserOK) String ¶
func (o *DeleteScimUserOK) String() string
type DeleteScimUserParams ¶
type DeleteScimUserParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* UserID. The ID of a user. Returned with GET /api/v2/scim/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteScimUserParams contains all the parameters to send to the API endpoint
for the delete scim user operation. Typically these are written to a http.Request.
func NewDeleteScimUserParams ¶
func NewDeleteScimUserParams() *DeleteScimUserParams
NewDeleteScimUserParams creates a new DeleteScimUserParams 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 NewDeleteScimUserParamsWithContext ¶
func NewDeleteScimUserParamsWithContext(ctx context.Context) *DeleteScimUserParams
NewDeleteScimUserParamsWithContext creates a new DeleteScimUserParams object with the ability to set a context for a request.
func NewDeleteScimUserParamsWithHTTPClient ¶
func NewDeleteScimUserParamsWithHTTPClient(client *http.Client) *DeleteScimUserParams
NewDeleteScimUserParamsWithHTTPClient creates a new DeleteScimUserParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteScimUserParamsWithTimeout ¶
func NewDeleteScimUserParamsWithTimeout(timeout time.Duration) *DeleteScimUserParams
NewDeleteScimUserParamsWithTimeout creates a new DeleteScimUserParams object with the ability to set a timeout on a request.
func (*DeleteScimUserParams) SetContext ¶
func (o *DeleteScimUserParams) SetContext(ctx context.Context)
SetContext adds the context to the delete scim user params
func (*DeleteScimUserParams) SetDefaults ¶
func (o *DeleteScimUserParams) SetDefaults()
SetDefaults hydrates default values in the delete scim user params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteScimUserParams) SetHTTPClient ¶
func (o *DeleteScimUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete scim user params
func (*DeleteScimUserParams) SetIfMatch ¶
func (o *DeleteScimUserParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the delete scim user params
func (*DeleteScimUserParams) SetTimeout ¶
func (o *DeleteScimUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete scim user params
func (*DeleteScimUserParams) SetUserID ¶
func (o *DeleteScimUserParams) SetUserID(userID string)
SetUserID adds the userId to the delete scim user params
func (*DeleteScimUserParams) WithContext ¶
func (o *DeleteScimUserParams) WithContext(ctx context.Context) *DeleteScimUserParams
WithContext adds the context to the delete scim user params
func (*DeleteScimUserParams) WithDefaults ¶
func (o *DeleteScimUserParams) WithDefaults() *DeleteScimUserParams
WithDefaults hydrates default values in the delete scim user params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteScimUserParams) WithHTTPClient ¶
func (o *DeleteScimUserParams) WithHTTPClient(client *http.Client) *DeleteScimUserParams
WithHTTPClient adds the HTTPClient to the delete scim user params
func (*DeleteScimUserParams) WithIfMatch ¶
func (o *DeleteScimUserParams) WithIfMatch(ifMatch *string) *DeleteScimUserParams
WithIfMatch adds the ifMatch to the delete scim user params
func (*DeleteScimUserParams) WithTimeout ¶
func (o *DeleteScimUserParams) WithTimeout(timeout time.Duration) *DeleteScimUserParams
WithTimeout adds the timeout to the delete scim user params
func (*DeleteScimUserParams) WithUserID ¶
func (o *DeleteScimUserParams) WithUserID(userID string) *DeleteScimUserParams
WithUserID adds the userID to the delete scim user params
func (*DeleteScimUserParams) WriteToRequest ¶
func (o *DeleteScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteScimUserReader ¶
type DeleteScimUserReader struct {
// contains filtered or unexported fields
}
DeleteScimUserReader is a Reader for the DeleteScimUser structure.
func (*DeleteScimUserReader) ReadResponse ¶
func (o *DeleteScimUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteScimUserRequestEntityTooLarge ¶
DeleteScimUserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteScimUserRequestEntityTooLarge ¶
func NewDeleteScimUserRequestEntityTooLarge() *DeleteScimUserRequestEntityTooLarge
NewDeleteScimUserRequestEntityTooLarge creates a DeleteScimUserRequestEntityTooLarge with default headers values
func (*DeleteScimUserRequestEntityTooLarge) Error ¶
func (o *DeleteScimUserRequestEntityTooLarge) Error() string
func (*DeleteScimUserRequestEntityTooLarge) GetPayload ¶
func (o *DeleteScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteScimUserRequestEntityTooLarge) IsClientError ¶
func (o *DeleteScimUserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete scim user request entity too large response has a 4xx status code
func (*DeleteScimUserRequestEntityTooLarge) IsCode ¶
func (o *DeleteScimUserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete scim user request entity too large response a status code equal to that given
func (*DeleteScimUserRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteScimUserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete scim user request entity too large response has a 3xx status code
func (*DeleteScimUserRequestEntityTooLarge) IsServerError ¶
func (o *DeleteScimUserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete scim user request entity too large response has a 5xx status code
func (*DeleteScimUserRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteScimUserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete scim user request entity too large response has a 2xx status code
func (*DeleteScimUserRequestEntityTooLarge) String ¶
func (o *DeleteScimUserRequestEntityTooLarge) String() string
type DeleteScimUserRequestTimeout ¶
DeleteScimUserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewDeleteScimUserRequestTimeout ¶
func NewDeleteScimUserRequestTimeout() *DeleteScimUserRequestTimeout
NewDeleteScimUserRequestTimeout creates a DeleteScimUserRequestTimeout with default headers values
func (*DeleteScimUserRequestTimeout) Error ¶
func (o *DeleteScimUserRequestTimeout) Error() string
func (*DeleteScimUserRequestTimeout) GetPayload ¶
func (o *DeleteScimUserRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteScimUserRequestTimeout) IsClientError ¶
func (o *DeleteScimUserRequestTimeout) IsClientError() bool
IsClientError returns true when this delete scim user request timeout response has a 4xx status code
func (*DeleteScimUserRequestTimeout) IsCode ¶
func (o *DeleteScimUserRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete scim user request timeout response a status code equal to that given
func (*DeleteScimUserRequestTimeout) IsRedirect ¶
func (o *DeleteScimUserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete scim user request timeout response has a 3xx status code
func (*DeleteScimUserRequestTimeout) IsServerError ¶
func (o *DeleteScimUserRequestTimeout) IsServerError() bool
IsServerError returns true when this delete scim user request timeout response has a 5xx status code
func (*DeleteScimUserRequestTimeout) IsSuccess ¶
func (o *DeleteScimUserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete scim user request timeout response has a 2xx status code
func (*DeleteScimUserRequestTimeout) String ¶
func (o *DeleteScimUserRequestTimeout) String() string
type DeleteScimUserServiceUnavailable ¶
type DeleteScimUserServiceUnavailable struct {
}DeleteScimUserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewDeleteScimUserServiceUnavailable ¶
func NewDeleteScimUserServiceUnavailable() *DeleteScimUserServiceUnavailable
NewDeleteScimUserServiceUnavailable creates a DeleteScimUserServiceUnavailable with default headers values
func (*DeleteScimUserServiceUnavailable) Error ¶
func (o *DeleteScimUserServiceUnavailable) Error() string
func (*DeleteScimUserServiceUnavailable) GetPayload ¶
func (o *DeleteScimUserServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteScimUserServiceUnavailable) IsClientError ¶
func (o *DeleteScimUserServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete scim user service unavailable response has a 4xx status code
func (*DeleteScimUserServiceUnavailable) IsCode ¶
func (o *DeleteScimUserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete scim user service unavailable response a status code equal to that given
func (*DeleteScimUserServiceUnavailable) IsRedirect ¶
func (o *DeleteScimUserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete scim user service unavailable response has a 3xx status code
func (*DeleteScimUserServiceUnavailable) IsServerError ¶
func (o *DeleteScimUserServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete scim user service unavailable response has a 5xx status code
func (*DeleteScimUserServiceUnavailable) IsSuccess ¶
func (o *DeleteScimUserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete scim user service unavailable response has a 2xx status code
func (*DeleteScimUserServiceUnavailable) String ¶
func (o *DeleteScimUserServiceUnavailable) String() string
type DeleteScimUserTooManyRequests ¶
DeleteScimUserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteScimUserTooManyRequests ¶
func NewDeleteScimUserTooManyRequests() *DeleteScimUserTooManyRequests
NewDeleteScimUserTooManyRequests creates a DeleteScimUserTooManyRequests with default headers values
func (*DeleteScimUserTooManyRequests) Error ¶
func (o *DeleteScimUserTooManyRequests) Error() string
func (*DeleteScimUserTooManyRequests) GetPayload ¶
func (o *DeleteScimUserTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteScimUserTooManyRequests) IsClientError ¶
func (o *DeleteScimUserTooManyRequests) IsClientError() bool
IsClientError returns true when this delete scim user too many requests response has a 4xx status code
func (*DeleteScimUserTooManyRequests) IsCode ¶
func (o *DeleteScimUserTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete scim user too many requests response a status code equal to that given
func (*DeleteScimUserTooManyRequests) IsRedirect ¶
func (o *DeleteScimUserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete scim user too many requests response has a 3xx status code
func (*DeleteScimUserTooManyRequests) IsServerError ¶
func (o *DeleteScimUserTooManyRequests) IsServerError() bool
IsServerError returns true when this delete scim user too many requests response has a 5xx status code
func (*DeleteScimUserTooManyRequests) IsSuccess ¶
func (o *DeleteScimUserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete scim user too many requests response has a 2xx status code
func (*DeleteScimUserTooManyRequests) String ¶
func (o *DeleteScimUserTooManyRequests) String() string
type DeleteScimUserUnauthorized ¶
type DeleteScimUserUnauthorized struct {
}DeleteScimUserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteScimUserUnauthorized ¶
func NewDeleteScimUserUnauthorized() *DeleteScimUserUnauthorized
NewDeleteScimUserUnauthorized creates a DeleteScimUserUnauthorized with default headers values
func (*DeleteScimUserUnauthorized) Error ¶
func (o *DeleteScimUserUnauthorized) Error() string
func (*DeleteScimUserUnauthorized) GetPayload ¶
func (o *DeleteScimUserUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteScimUserUnauthorized) IsClientError ¶
func (o *DeleteScimUserUnauthorized) IsClientError() bool
IsClientError returns true when this delete scim user unauthorized response has a 4xx status code
func (*DeleteScimUserUnauthorized) IsCode ¶
func (o *DeleteScimUserUnauthorized) IsCode(code int) bool
IsCode returns true when this delete scim user unauthorized response a status code equal to that given
func (*DeleteScimUserUnauthorized) IsRedirect ¶
func (o *DeleteScimUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete scim user unauthorized response has a 3xx status code
func (*DeleteScimUserUnauthorized) IsServerError ¶
func (o *DeleteScimUserUnauthorized) IsServerError() bool
IsServerError returns true when this delete scim user unauthorized response has a 5xx status code
func (*DeleteScimUserUnauthorized) IsSuccess ¶
func (o *DeleteScimUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete scim user unauthorized response has a 2xx status code
func (*DeleteScimUserUnauthorized) String ¶
func (o *DeleteScimUserUnauthorized) String() string
type DeleteScimUserUnsupportedMediaType ¶
DeleteScimUserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewDeleteScimUserUnsupportedMediaType ¶
func NewDeleteScimUserUnsupportedMediaType() *DeleteScimUserUnsupportedMediaType
NewDeleteScimUserUnsupportedMediaType creates a DeleteScimUserUnsupportedMediaType with default headers values
func (*DeleteScimUserUnsupportedMediaType) Error ¶
func (o *DeleteScimUserUnsupportedMediaType) Error() string
func (*DeleteScimUserUnsupportedMediaType) GetPayload ¶
func (o *DeleteScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteScimUserUnsupportedMediaType) IsClientError ¶
func (o *DeleteScimUserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete scim user unsupported media type response has a 4xx status code
func (*DeleteScimUserUnsupportedMediaType) IsCode ¶
func (o *DeleteScimUserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete scim user unsupported media type response a status code equal to that given
func (*DeleteScimUserUnsupportedMediaType) IsRedirect ¶
func (o *DeleteScimUserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete scim user unsupported media type response has a 3xx status code
func (*DeleteScimUserUnsupportedMediaType) IsServerError ¶
func (o *DeleteScimUserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete scim user unsupported media type response has a 5xx status code
func (*DeleteScimUserUnsupportedMediaType) IsSuccess ¶
func (o *DeleteScimUserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete scim user unsupported media type response has a 2xx status code
func (*DeleteScimUserUnsupportedMediaType) String ¶
func (o *DeleteScimUserUnsupportedMediaType) String() string
type DeleteScimV2UserBadRequest ¶
DeleteScimV2UserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewDeleteScimV2UserBadRequest ¶
func NewDeleteScimV2UserBadRequest() *DeleteScimV2UserBadRequest
NewDeleteScimV2UserBadRequest creates a DeleteScimV2UserBadRequest with default headers values
func (*DeleteScimV2UserBadRequest) Error ¶
func (o *DeleteScimV2UserBadRequest) Error() string
func (*DeleteScimV2UserBadRequest) GetPayload ¶
func (o *DeleteScimV2UserBadRequest) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserBadRequest) IsClientError ¶
func (o *DeleteScimV2UserBadRequest) IsClientError() bool
IsClientError returns true when this delete scim v2 user bad request response has a 4xx status code
func (*DeleteScimV2UserBadRequest) IsCode ¶
func (o *DeleteScimV2UserBadRequest) IsCode(code int) bool
IsCode returns true when this delete scim v2 user bad request response a status code equal to that given
func (*DeleteScimV2UserBadRequest) IsRedirect ¶
func (o *DeleteScimV2UserBadRequest) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user bad request response has a 3xx status code
func (*DeleteScimV2UserBadRequest) IsServerError ¶
func (o *DeleteScimV2UserBadRequest) IsServerError() bool
IsServerError returns true when this delete scim v2 user bad request response has a 5xx status code
func (*DeleteScimV2UserBadRequest) IsSuccess ¶
func (o *DeleteScimV2UserBadRequest) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user bad request response has a 2xx status code
func (*DeleteScimV2UserBadRequest) String ¶
func (o *DeleteScimV2UserBadRequest) String() string
type DeleteScimV2UserConflict ¶
DeleteScimV2UserConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewDeleteScimV2UserConflict ¶
func NewDeleteScimV2UserConflict() *DeleteScimV2UserConflict
NewDeleteScimV2UserConflict creates a DeleteScimV2UserConflict with default headers values
func (*DeleteScimV2UserConflict) Error ¶
func (o *DeleteScimV2UserConflict) Error() string
func (*DeleteScimV2UserConflict) GetPayload ¶
func (o *DeleteScimV2UserConflict) GetPayload() *models.ScimError
func (*DeleteScimV2UserConflict) IsClientError ¶
func (o *DeleteScimV2UserConflict) IsClientError() bool
IsClientError returns true when this delete scim v2 user conflict response has a 4xx status code
func (*DeleteScimV2UserConflict) IsCode ¶
func (o *DeleteScimV2UserConflict) IsCode(code int) bool
IsCode returns true when this delete scim v2 user conflict response a status code equal to that given
func (*DeleteScimV2UserConflict) IsRedirect ¶
func (o *DeleteScimV2UserConflict) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user conflict response has a 3xx status code
func (*DeleteScimV2UserConflict) IsServerError ¶
func (o *DeleteScimV2UserConflict) IsServerError() bool
IsServerError returns true when this delete scim v2 user conflict response has a 5xx status code
func (*DeleteScimV2UserConflict) IsSuccess ¶
func (o *DeleteScimV2UserConflict) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user conflict response has a 2xx status code
func (*DeleteScimV2UserConflict) String ¶
func (o *DeleteScimV2UserConflict) String() string
type DeleteScimV2UserForbidden ¶
DeleteScimV2UserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteScimV2UserForbidden ¶
func NewDeleteScimV2UserForbidden() *DeleteScimV2UserForbidden
NewDeleteScimV2UserForbidden creates a DeleteScimV2UserForbidden with default headers values
func (*DeleteScimV2UserForbidden) Error ¶
func (o *DeleteScimV2UserForbidden) Error() string
func (*DeleteScimV2UserForbidden) GetPayload ¶
func (o *DeleteScimV2UserForbidden) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserForbidden) IsClientError ¶
func (o *DeleteScimV2UserForbidden) IsClientError() bool
IsClientError returns true when this delete scim v2 user forbidden response has a 4xx status code
func (*DeleteScimV2UserForbidden) IsCode ¶
func (o *DeleteScimV2UserForbidden) IsCode(code int) bool
IsCode returns true when this delete scim v2 user forbidden response a status code equal to that given
func (*DeleteScimV2UserForbidden) IsRedirect ¶
func (o *DeleteScimV2UserForbidden) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user forbidden response has a 3xx status code
func (*DeleteScimV2UserForbidden) IsServerError ¶
func (o *DeleteScimV2UserForbidden) IsServerError() bool
IsServerError returns true when this delete scim v2 user forbidden response has a 5xx status code
func (*DeleteScimV2UserForbidden) IsSuccess ¶
func (o *DeleteScimV2UserForbidden) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user forbidden response has a 2xx status code
func (*DeleteScimV2UserForbidden) String ¶
func (o *DeleteScimV2UserForbidden) String() string
type DeleteScimV2UserGatewayTimeout ¶
DeleteScimV2UserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteScimV2UserGatewayTimeout ¶
func NewDeleteScimV2UserGatewayTimeout() *DeleteScimV2UserGatewayTimeout
NewDeleteScimV2UserGatewayTimeout creates a DeleteScimV2UserGatewayTimeout with default headers values
func (*DeleteScimV2UserGatewayTimeout) Error ¶
func (o *DeleteScimV2UserGatewayTimeout) Error() string
func (*DeleteScimV2UserGatewayTimeout) GetPayload ¶
func (o *DeleteScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserGatewayTimeout) IsClientError ¶
func (o *DeleteScimV2UserGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete scim v2 user gateway timeout response has a 4xx status code
func (*DeleteScimV2UserGatewayTimeout) IsCode ¶
func (o *DeleteScimV2UserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete scim v2 user gateway timeout response a status code equal to that given
func (*DeleteScimV2UserGatewayTimeout) IsRedirect ¶
func (o *DeleteScimV2UserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user gateway timeout response has a 3xx status code
func (*DeleteScimV2UserGatewayTimeout) IsServerError ¶
func (o *DeleteScimV2UserGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete scim v2 user gateway timeout response has a 5xx status code
func (*DeleteScimV2UserGatewayTimeout) IsSuccess ¶
func (o *DeleteScimV2UserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user gateway timeout response has a 2xx status code
func (*DeleteScimV2UserGatewayTimeout) String ¶
func (o *DeleteScimV2UserGatewayTimeout) String() string
type DeleteScimV2UserInternalServerError ¶
DeleteScimV2UserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewDeleteScimV2UserInternalServerError ¶
func NewDeleteScimV2UserInternalServerError() *DeleteScimV2UserInternalServerError
NewDeleteScimV2UserInternalServerError creates a DeleteScimV2UserInternalServerError with default headers values
func (*DeleteScimV2UserInternalServerError) Error ¶
func (o *DeleteScimV2UserInternalServerError) Error() string
func (*DeleteScimV2UserInternalServerError) GetPayload ¶
func (o *DeleteScimV2UserInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserInternalServerError) IsClientError ¶
func (o *DeleteScimV2UserInternalServerError) IsClientError() bool
IsClientError returns true when this delete scim v2 user internal server error response has a 4xx status code
func (*DeleteScimV2UserInternalServerError) IsCode ¶
func (o *DeleteScimV2UserInternalServerError) IsCode(code int) bool
IsCode returns true when this delete scim v2 user internal server error response a status code equal to that given
func (*DeleteScimV2UserInternalServerError) IsRedirect ¶
func (o *DeleteScimV2UserInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user internal server error response has a 3xx status code
func (*DeleteScimV2UserInternalServerError) IsServerError ¶
func (o *DeleteScimV2UserInternalServerError) IsServerError() bool
IsServerError returns true when this delete scim v2 user internal server error response has a 5xx status code
func (*DeleteScimV2UserInternalServerError) IsSuccess ¶
func (o *DeleteScimV2UserInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user internal server error response has a 2xx status code
func (*DeleteScimV2UserInternalServerError) String ¶
func (o *DeleteScimV2UserInternalServerError) String() string
type DeleteScimV2UserNoContent ¶
type DeleteScimV2UserNoContent struct { }
DeleteScimV2UserNoContent describes a response with status code 204, with default header values.
User Deleted with no content returned.
func NewDeleteScimV2UserNoContent ¶
func NewDeleteScimV2UserNoContent() *DeleteScimV2UserNoContent
NewDeleteScimV2UserNoContent creates a DeleteScimV2UserNoContent with default headers values
func (*DeleteScimV2UserNoContent) Error ¶
func (o *DeleteScimV2UserNoContent) Error() string
func (*DeleteScimV2UserNoContent) IsClientError ¶
func (o *DeleteScimV2UserNoContent) IsClientError() bool
IsClientError returns true when this delete scim v2 user no content response has a 4xx status code
func (*DeleteScimV2UserNoContent) IsCode ¶
func (o *DeleteScimV2UserNoContent) IsCode(code int) bool
IsCode returns true when this delete scim v2 user no content response a status code equal to that given
func (*DeleteScimV2UserNoContent) IsRedirect ¶
func (o *DeleteScimV2UserNoContent) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user no content response has a 3xx status code
func (*DeleteScimV2UserNoContent) IsServerError ¶
func (o *DeleteScimV2UserNoContent) IsServerError() bool
IsServerError returns true when this delete scim v2 user no content response has a 5xx status code
func (*DeleteScimV2UserNoContent) IsSuccess ¶
func (o *DeleteScimV2UserNoContent) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user no content response has a 2xx status code
func (*DeleteScimV2UserNoContent) String ¶
func (o *DeleteScimV2UserNoContent) String() string
type DeleteScimV2UserNotFound ¶
DeleteScimV2UserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteScimV2UserNotFound ¶
func NewDeleteScimV2UserNotFound() *DeleteScimV2UserNotFound
NewDeleteScimV2UserNotFound creates a DeleteScimV2UserNotFound with default headers values
func (*DeleteScimV2UserNotFound) Error ¶
func (o *DeleteScimV2UserNotFound) Error() string
func (*DeleteScimV2UserNotFound) GetPayload ¶
func (o *DeleteScimV2UserNotFound) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserNotFound) IsClientError ¶
func (o *DeleteScimV2UserNotFound) IsClientError() bool
IsClientError returns true when this delete scim v2 user not found response has a 4xx status code
func (*DeleteScimV2UserNotFound) IsCode ¶
func (o *DeleteScimV2UserNotFound) IsCode(code int) bool
IsCode returns true when this delete scim v2 user not found response a status code equal to that given
func (*DeleteScimV2UserNotFound) IsRedirect ¶
func (o *DeleteScimV2UserNotFound) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user not found response has a 3xx status code
func (*DeleteScimV2UserNotFound) IsServerError ¶
func (o *DeleteScimV2UserNotFound) IsServerError() bool
IsServerError returns true when this delete scim v2 user not found response has a 5xx status code
func (*DeleteScimV2UserNotFound) IsSuccess ¶
func (o *DeleteScimV2UserNotFound) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user not found response has a 2xx status code
func (*DeleteScimV2UserNotFound) String ¶
func (o *DeleteScimV2UserNotFound) String() string
type DeleteScimV2UserOK ¶
DeleteScimV2UserOK describes a response with status code 200, with default header values.
successful operation
func NewDeleteScimV2UserOK ¶
func NewDeleteScimV2UserOK() *DeleteScimV2UserOK
NewDeleteScimV2UserOK creates a DeleteScimV2UserOK with default headers values
func (*DeleteScimV2UserOK) Error ¶
func (o *DeleteScimV2UserOK) Error() string
func (*DeleteScimV2UserOK) GetPayload ¶
func (o *DeleteScimV2UserOK) GetPayload() models.Empty
func (*DeleteScimV2UserOK) IsClientError ¶
func (o *DeleteScimV2UserOK) IsClientError() bool
IsClientError returns true when this delete scim v2 user o k response has a 4xx status code
func (*DeleteScimV2UserOK) IsCode ¶
func (o *DeleteScimV2UserOK) IsCode(code int) bool
IsCode returns true when this delete scim v2 user o k response a status code equal to that given
func (*DeleteScimV2UserOK) IsRedirect ¶
func (o *DeleteScimV2UserOK) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user o k response has a 3xx status code
func (*DeleteScimV2UserOK) IsServerError ¶
func (o *DeleteScimV2UserOK) IsServerError() bool
IsServerError returns true when this delete scim v2 user o k response has a 5xx status code
func (*DeleteScimV2UserOK) IsSuccess ¶
func (o *DeleteScimV2UserOK) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user o k response has a 2xx status code
func (*DeleteScimV2UserOK) String ¶
func (o *DeleteScimV2UserOK) String() string
type DeleteScimV2UserParams ¶
type DeleteScimV2UserParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* UserID. The ID of a user. Returned with GET /api/v2/scim/v2/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteScimV2UserParams contains all the parameters to send to the API endpoint
for the delete scim v2 user operation. Typically these are written to a http.Request.
func NewDeleteScimV2UserParams ¶
func NewDeleteScimV2UserParams() *DeleteScimV2UserParams
NewDeleteScimV2UserParams creates a new DeleteScimV2UserParams 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 NewDeleteScimV2UserParamsWithContext ¶
func NewDeleteScimV2UserParamsWithContext(ctx context.Context) *DeleteScimV2UserParams
NewDeleteScimV2UserParamsWithContext creates a new DeleteScimV2UserParams object with the ability to set a context for a request.
func NewDeleteScimV2UserParamsWithHTTPClient ¶
func NewDeleteScimV2UserParamsWithHTTPClient(client *http.Client) *DeleteScimV2UserParams
NewDeleteScimV2UserParamsWithHTTPClient creates a new DeleteScimV2UserParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteScimV2UserParamsWithTimeout ¶
func NewDeleteScimV2UserParamsWithTimeout(timeout time.Duration) *DeleteScimV2UserParams
NewDeleteScimV2UserParamsWithTimeout creates a new DeleteScimV2UserParams object with the ability to set a timeout on a request.
func (*DeleteScimV2UserParams) SetContext ¶
func (o *DeleteScimV2UserParams) SetContext(ctx context.Context)
SetContext adds the context to the delete scim v2 user params
func (*DeleteScimV2UserParams) SetDefaults ¶
func (o *DeleteScimV2UserParams) SetDefaults()
SetDefaults hydrates default values in the delete scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteScimV2UserParams) SetHTTPClient ¶
func (o *DeleteScimV2UserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete scim v2 user params
func (*DeleteScimV2UserParams) SetIfMatch ¶
func (o *DeleteScimV2UserParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the delete scim v2 user params
func (*DeleteScimV2UserParams) SetTimeout ¶
func (o *DeleteScimV2UserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete scim v2 user params
func (*DeleteScimV2UserParams) SetUserID ¶
func (o *DeleteScimV2UserParams) SetUserID(userID string)
SetUserID adds the userId to the delete scim v2 user params
func (*DeleteScimV2UserParams) WithContext ¶
func (o *DeleteScimV2UserParams) WithContext(ctx context.Context) *DeleteScimV2UserParams
WithContext adds the context to the delete scim v2 user params
func (*DeleteScimV2UserParams) WithDefaults ¶
func (o *DeleteScimV2UserParams) WithDefaults() *DeleteScimV2UserParams
WithDefaults hydrates default values in the delete scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteScimV2UserParams) WithHTTPClient ¶
func (o *DeleteScimV2UserParams) WithHTTPClient(client *http.Client) *DeleteScimV2UserParams
WithHTTPClient adds the HTTPClient to the delete scim v2 user params
func (*DeleteScimV2UserParams) WithIfMatch ¶
func (o *DeleteScimV2UserParams) WithIfMatch(ifMatch *string) *DeleteScimV2UserParams
WithIfMatch adds the ifMatch to the delete scim v2 user params
func (*DeleteScimV2UserParams) WithTimeout ¶
func (o *DeleteScimV2UserParams) WithTimeout(timeout time.Duration) *DeleteScimV2UserParams
WithTimeout adds the timeout to the delete scim v2 user params
func (*DeleteScimV2UserParams) WithUserID ¶
func (o *DeleteScimV2UserParams) WithUserID(userID string) *DeleteScimV2UserParams
WithUserID adds the userID to the delete scim v2 user params
func (*DeleteScimV2UserParams) WriteToRequest ¶
func (o *DeleteScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteScimV2UserReader ¶
type DeleteScimV2UserReader struct {
// contains filtered or unexported fields
}
DeleteScimV2UserReader is a Reader for the DeleteScimV2User structure.
func (*DeleteScimV2UserReader) ReadResponse ¶
func (o *DeleteScimV2UserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteScimV2UserRequestEntityTooLarge ¶
DeleteScimV2UserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteScimV2UserRequestEntityTooLarge ¶
func NewDeleteScimV2UserRequestEntityTooLarge() *DeleteScimV2UserRequestEntityTooLarge
NewDeleteScimV2UserRequestEntityTooLarge creates a DeleteScimV2UserRequestEntityTooLarge with default headers values
func (*DeleteScimV2UserRequestEntityTooLarge) Error ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) Error() string
func (*DeleteScimV2UserRequestEntityTooLarge) GetPayload ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserRequestEntityTooLarge) IsClientError ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete scim v2 user request entity too large response has a 4xx status code
func (*DeleteScimV2UserRequestEntityTooLarge) IsCode ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete scim v2 user request entity too large response a status code equal to that given
func (*DeleteScimV2UserRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user request entity too large response has a 3xx status code
func (*DeleteScimV2UserRequestEntityTooLarge) IsServerError ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete scim v2 user request entity too large response has a 5xx status code
func (*DeleteScimV2UserRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user request entity too large response has a 2xx status code
func (*DeleteScimV2UserRequestEntityTooLarge) String ¶
func (o *DeleteScimV2UserRequestEntityTooLarge) String() string
type DeleteScimV2UserRequestTimeout ¶
DeleteScimV2UserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewDeleteScimV2UserRequestTimeout ¶
func NewDeleteScimV2UserRequestTimeout() *DeleteScimV2UserRequestTimeout
NewDeleteScimV2UserRequestTimeout creates a DeleteScimV2UserRequestTimeout with default headers values
func (*DeleteScimV2UserRequestTimeout) Error ¶
func (o *DeleteScimV2UserRequestTimeout) Error() string
func (*DeleteScimV2UserRequestTimeout) GetPayload ¶
func (o *DeleteScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserRequestTimeout) IsClientError ¶
func (o *DeleteScimV2UserRequestTimeout) IsClientError() bool
IsClientError returns true when this delete scim v2 user request timeout response has a 4xx status code
func (*DeleteScimV2UserRequestTimeout) IsCode ¶
func (o *DeleteScimV2UserRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete scim v2 user request timeout response a status code equal to that given
func (*DeleteScimV2UserRequestTimeout) IsRedirect ¶
func (o *DeleteScimV2UserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user request timeout response has a 3xx status code
func (*DeleteScimV2UserRequestTimeout) IsServerError ¶
func (o *DeleteScimV2UserRequestTimeout) IsServerError() bool
IsServerError returns true when this delete scim v2 user request timeout response has a 5xx status code
func (*DeleteScimV2UserRequestTimeout) IsSuccess ¶
func (o *DeleteScimV2UserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user request timeout response has a 2xx status code
func (*DeleteScimV2UserRequestTimeout) String ¶
func (o *DeleteScimV2UserRequestTimeout) String() string
type DeleteScimV2UserServiceUnavailable ¶
type DeleteScimV2UserServiceUnavailable struct {
}DeleteScimV2UserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewDeleteScimV2UserServiceUnavailable ¶
func NewDeleteScimV2UserServiceUnavailable() *DeleteScimV2UserServiceUnavailable
NewDeleteScimV2UserServiceUnavailable creates a DeleteScimV2UserServiceUnavailable with default headers values
func (*DeleteScimV2UserServiceUnavailable) Error ¶
func (o *DeleteScimV2UserServiceUnavailable) Error() string
func (*DeleteScimV2UserServiceUnavailable) GetPayload ¶
func (o *DeleteScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserServiceUnavailable) IsClientError ¶
func (o *DeleteScimV2UserServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete scim v2 user service unavailable response has a 4xx status code
func (*DeleteScimV2UserServiceUnavailable) IsCode ¶
func (o *DeleteScimV2UserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete scim v2 user service unavailable response a status code equal to that given
func (*DeleteScimV2UserServiceUnavailable) IsRedirect ¶
func (o *DeleteScimV2UserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user service unavailable response has a 3xx status code
func (*DeleteScimV2UserServiceUnavailable) IsServerError ¶
func (o *DeleteScimV2UserServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete scim v2 user service unavailable response has a 5xx status code
func (*DeleteScimV2UserServiceUnavailable) IsSuccess ¶
func (o *DeleteScimV2UserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user service unavailable response has a 2xx status code
func (*DeleteScimV2UserServiceUnavailable) String ¶
func (o *DeleteScimV2UserServiceUnavailable) String() string
type DeleteScimV2UserTooManyRequests ¶
DeleteScimV2UserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteScimV2UserTooManyRequests ¶
func NewDeleteScimV2UserTooManyRequests() *DeleteScimV2UserTooManyRequests
NewDeleteScimV2UserTooManyRequests creates a DeleteScimV2UserTooManyRequests with default headers values
func (*DeleteScimV2UserTooManyRequests) Error ¶
func (o *DeleteScimV2UserTooManyRequests) Error() string
func (*DeleteScimV2UserTooManyRequests) GetPayload ¶
func (o *DeleteScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserTooManyRequests) IsClientError ¶
func (o *DeleteScimV2UserTooManyRequests) IsClientError() bool
IsClientError returns true when this delete scim v2 user too many requests response has a 4xx status code
func (*DeleteScimV2UserTooManyRequests) IsCode ¶
func (o *DeleteScimV2UserTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete scim v2 user too many requests response a status code equal to that given
func (*DeleteScimV2UserTooManyRequests) IsRedirect ¶
func (o *DeleteScimV2UserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user too many requests response has a 3xx status code
func (*DeleteScimV2UserTooManyRequests) IsServerError ¶
func (o *DeleteScimV2UserTooManyRequests) IsServerError() bool
IsServerError returns true when this delete scim v2 user too many requests response has a 5xx status code
func (*DeleteScimV2UserTooManyRequests) IsSuccess ¶
func (o *DeleteScimV2UserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user too many requests response has a 2xx status code
func (*DeleteScimV2UserTooManyRequests) String ¶
func (o *DeleteScimV2UserTooManyRequests) String() string
type DeleteScimV2UserUnauthorized ¶
type DeleteScimV2UserUnauthorized struct {
}DeleteScimV2UserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteScimV2UserUnauthorized ¶
func NewDeleteScimV2UserUnauthorized() *DeleteScimV2UserUnauthorized
NewDeleteScimV2UserUnauthorized creates a DeleteScimV2UserUnauthorized with default headers values
func (*DeleteScimV2UserUnauthorized) Error ¶
func (o *DeleteScimV2UserUnauthorized) Error() string
func (*DeleteScimV2UserUnauthorized) GetPayload ¶
func (o *DeleteScimV2UserUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserUnauthorized) IsClientError ¶
func (o *DeleteScimV2UserUnauthorized) IsClientError() bool
IsClientError returns true when this delete scim v2 user unauthorized response has a 4xx status code
func (*DeleteScimV2UserUnauthorized) IsCode ¶
func (o *DeleteScimV2UserUnauthorized) IsCode(code int) bool
IsCode returns true when this delete scim v2 user unauthorized response a status code equal to that given
func (*DeleteScimV2UserUnauthorized) IsRedirect ¶
func (o *DeleteScimV2UserUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user unauthorized response has a 3xx status code
func (*DeleteScimV2UserUnauthorized) IsServerError ¶
func (o *DeleteScimV2UserUnauthorized) IsServerError() bool
IsServerError returns true when this delete scim v2 user unauthorized response has a 5xx status code
func (*DeleteScimV2UserUnauthorized) IsSuccess ¶
func (o *DeleteScimV2UserUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user unauthorized response has a 2xx status code
func (*DeleteScimV2UserUnauthorized) String ¶
func (o *DeleteScimV2UserUnauthorized) String() string
type DeleteScimV2UserUnsupportedMediaType ¶
DeleteScimV2UserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewDeleteScimV2UserUnsupportedMediaType ¶
func NewDeleteScimV2UserUnsupportedMediaType() *DeleteScimV2UserUnsupportedMediaType
NewDeleteScimV2UserUnsupportedMediaType creates a DeleteScimV2UserUnsupportedMediaType with default headers values
func (*DeleteScimV2UserUnsupportedMediaType) Error ¶
func (o *DeleteScimV2UserUnsupportedMediaType) Error() string
func (*DeleteScimV2UserUnsupportedMediaType) GetPayload ¶
func (o *DeleteScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteScimV2UserUnsupportedMediaType) IsClientError ¶
func (o *DeleteScimV2UserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete scim v2 user unsupported media type response has a 4xx status code
func (*DeleteScimV2UserUnsupportedMediaType) IsCode ¶
func (o *DeleteScimV2UserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete scim v2 user unsupported media type response a status code equal to that given
func (*DeleteScimV2UserUnsupportedMediaType) IsRedirect ¶
func (o *DeleteScimV2UserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete scim v2 user unsupported media type response has a 3xx status code
func (*DeleteScimV2UserUnsupportedMediaType) IsServerError ¶
func (o *DeleteScimV2UserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete scim v2 user unsupported media type response has a 5xx status code
func (*DeleteScimV2UserUnsupportedMediaType) IsSuccess ¶
func (o *DeleteScimV2UserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete scim v2 user unsupported media type response has a 2xx status code
func (*DeleteScimV2UserUnsupportedMediaType) String ¶
func (o *DeleteScimV2UserUnsupportedMediaType) String() string
type GetScimGroupBadRequest ¶
GetScimGroupBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimGroupBadRequest ¶
func NewGetScimGroupBadRequest() *GetScimGroupBadRequest
NewGetScimGroupBadRequest creates a GetScimGroupBadRequest with default headers values
func (*GetScimGroupBadRequest) Error ¶
func (o *GetScimGroupBadRequest) Error() string
func (*GetScimGroupBadRequest) GetPayload ¶
func (o *GetScimGroupBadRequest) GetPayload() *models.ErrorBody
func (*GetScimGroupBadRequest) IsClientError ¶
func (o *GetScimGroupBadRequest) IsClientError() bool
IsClientError returns true when this get scim group bad request response has a 4xx status code
func (*GetScimGroupBadRequest) IsCode ¶
func (o *GetScimGroupBadRequest) IsCode(code int) bool
IsCode returns true when this get scim group bad request response a status code equal to that given
func (*GetScimGroupBadRequest) IsRedirect ¶
func (o *GetScimGroupBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim group bad request response has a 3xx status code
func (*GetScimGroupBadRequest) IsServerError ¶
func (o *GetScimGroupBadRequest) IsServerError() bool
IsServerError returns true when this get scim group bad request response has a 5xx status code
func (*GetScimGroupBadRequest) IsSuccess ¶
func (o *GetScimGroupBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim group bad request response has a 2xx status code
func (*GetScimGroupBadRequest) String ¶
func (o *GetScimGroupBadRequest) String() string
type GetScimGroupForbidden ¶
GetScimGroupForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimGroupForbidden ¶
func NewGetScimGroupForbidden() *GetScimGroupForbidden
NewGetScimGroupForbidden creates a GetScimGroupForbidden with default headers values
func (*GetScimGroupForbidden) Error ¶
func (o *GetScimGroupForbidden) Error() string
func (*GetScimGroupForbidden) GetPayload ¶
func (o *GetScimGroupForbidden) GetPayload() *models.ErrorBody
func (*GetScimGroupForbidden) IsClientError ¶
func (o *GetScimGroupForbidden) IsClientError() bool
IsClientError returns true when this get scim group forbidden response has a 4xx status code
func (*GetScimGroupForbidden) IsCode ¶
func (o *GetScimGroupForbidden) IsCode(code int) bool
IsCode returns true when this get scim group forbidden response a status code equal to that given
func (*GetScimGroupForbidden) IsRedirect ¶
func (o *GetScimGroupForbidden) IsRedirect() bool
IsRedirect returns true when this get scim group forbidden response has a 3xx status code
func (*GetScimGroupForbidden) IsServerError ¶
func (o *GetScimGroupForbidden) IsServerError() bool
IsServerError returns true when this get scim group forbidden response has a 5xx status code
func (*GetScimGroupForbidden) IsSuccess ¶
func (o *GetScimGroupForbidden) IsSuccess() bool
IsSuccess returns true when this get scim group forbidden response has a 2xx status code
func (*GetScimGroupForbidden) String ¶
func (o *GetScimGroupForbidden) String() string
type GetScimGroupGatewayTimeout ¶
GetScimGroupGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimGroupGatewayTimeout ¶
func NewGetScimGroupGatewayTimeout() *GetScimGroupGatewayTimeout
NewGetScimGroupGatewayTimeout creates a GetScimGroupGatewayTimeout with default headers values
func (*GetScimGroupGatewayTimeout) Error ¶
func (o *GetScimGroupGatewayTimeout) Error() string
func (*GetScimGroupGatewayTimeout) GetPayload ¶
func (o *GetScimGroupGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimGroupGatewayTimeout) IsClientError ¶
func (o *GetScimGroupGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim group gateway timeout response has a 4xx status code
func (*GetScimGroupGatewayTimeout) IsCode ¶
func (o *GetScimGroupGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim group gateway timeout response a status code equal to that given
func (*GetScimGroupGatewayTimeout) IsRedirect ¶
func (o *GetScimGroupGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim group gateway timeout response has a 3xx status code
func (*GetScimGroupGatewayTimeout) IsServerError ¶
func (o *GetScimGroupGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim group gateway timeout response has a 5xx status code
func (*GetScimGroupGatewayTimeout) IsSuccess ¶
func (o *GetScimGroupGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim group gateway timeout response has a 2xx status code
func (*GetScimGroupGatewayTimeout) String ¶
func (o *GetScimGroupGatewayTimeout) String() string
type GetScimGroupInternalServerError ¶
GetScimGroupInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimGroupInternalServerError ¶
func NewGetScimGroupInternalServerError() *GetScimGroupInternalServerError
NewGetScimGroupInternalServerError creates a GetScimGroupInternalServerError with default headers values
func (*GetScimGroupInternalServerError) Error ¶
func (o *GetScimGroupInternalServerError) Error() string
func (*GetScimGroupInternalServerError) GetPayload ¶
func (o *GetScimGroupInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimGroupInternalServerError) IsClientError ¶
func (o *GetScimGroupInternalServerError) IsClientError() bool
IsClientError returns true when this get scim group internal server error response has a 4xx status code
func (*GetScimGroupInternalServerError) IsCode ¶
func (o *GetScimGroupInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim group internal server error response a status code equal to that given
func (*GetScimGroupInternalServerError) IsRedirect ¶
func (o *GetScimGroupInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim group internal server error response has a 3xx status code
func (*GetScimGroupInternalServerError) IsServerError ¶
func (o *GetScimGroupInternalServerError) IsServerError() bool
IsServerError returns true when this get scim group internal server error response has a 5xx status code
func (*GetScimGroupInternalServerError) IsSuccess ¶
func (o *GetScimGroupInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim group internal server error response has a 2xx status code
func (*GetScimGroupInternalServerError) String ¶
func (o *GetScimGroupInternalServerError) String() string
type GetScimGroupNotFound ¶
GetScimGroupNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimGroupNotFound ¶
func NewGetScimGroupNotFound() *GetScimGroupNotFound
NewGetScimGroupNotFound creates a GetScimGroupNotFound with default headers values
func (*GetScimGroupNotFound) Error ¶
func (o *GetScimGroupNotFound) Error() string
func (*GetScimGroupNotFound) GetPayload ¶
func (o *GetScimGroupNotFound) GetPayload() *models.ErrorBody
func (*GetScimGroupNotFound) IsClientError ¶
func (o *GetScimGroupNotFound) IsClientError() bool
IsClientError returns true when this get scim group not found response has a 4xx status code
func (*GetScimGroupNotFound) IsCode ¶
func (o *GetScimGroupNotFound) IsCode(code int) bool
IsCode returns true when this get scim group not found response a status code equal to that given
func (*GetScimGroupNotFound) IsRedirect ¶
func (o *GetScimGroupNotFound) IsRedirect() bool
IsRedirect returns true when this get scim group not found response has a 3xx status code
func (*GetScimGroupNotFound) IsServerError ¶
func (o *GetScimGroupNotFound) IsServerError() bool
IsServerError returns true when this get scim group not found response has a 5xx status code
func (*GetScimGroupNotFound) IsSuccess ¶
func (o *GetScimGroupNotFound) IsSuccess() bool
IsSuccess returns true when this get scim group not found response has a 2xx status code
func (*GetScimGroupNotFound) String ¶
func (o *GetScimGroupNotFound) String() string
type GetScimGroupNotModified ¶
type GetScimGroupNotModified struct { }
GetScimGroupNotModified describes a response with status code 304, with default header values.
If-Non-Match header matches current version. No content returned.
func NewGetScimGroupNotModified ¶
func NewGetScimGroupNotModified() *GetScimGroupNotModified
NewGetScimGroupNotModified creates a GetScimGroupNotModified with default headers values
func (*GetScimGroupNotModified) Error ¶
func (o *GetScimGroupNotModified) Error() string
func (*GetScimGroupNotModified) IsClientError ¶
func (o *GetScimGroupNotModified) IsClientError() bool
IsClientError returns true when this get scim group not modified response has a 4xx status code
func (*GetScimGroupNotModified) IsCode ¶
func (o *GetScimGroupNotModified) IsCode(code int) bool
IsCode returns true when this get scim group not modified response a status code equal to that given
func (*GetScimGroupNotModified) IsRedirect ¶
func (o *GetScimGroupNotModified) IsRedirect() bool
IsRedirect returns true when this get scim group not modified response has a 3xx status code
func (*GetScimGroupNotModified) IsServerError ¶
func (o *GetScimGroupNotModified) IsServerError() bool
IsServerError returns true when this get scim group not modified response has a 5xx status code
func (*GetScimGroupNotModified) IsSuccess ¶
func (o *GetScimGroupNotModified) IsSuccess() bool
IsSuccess returns true when this get scim group not modified response has a 2xx status code
func (*GetScimGroupNotModified) String ¶
func (o *GetScimGroupNotModified) String() string
type GetScimGroupOK ¶
type GetScimGroupOK struct {
Payload *models.ScimV2Group
}
GetScimGroupOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimGroupOK ¶
func NewGetScimGroupOK() *GetScimGroupOK
NewGetScimGroupOK creates a GetScimGroupOK with default headers values
func (*GetScimGroupOK) Error ¶
func (o *GetScimGroupOK) Error() string
func (*GetScimGroupOK) GetPayload ¶
func (o *GetScimGroupOK) GetPayload() *models.ScimV2Group
func (*GetScimGroupOK) IsClientError ¶
func (o *GetScimGroupOK) IsClientError() bool
IsClientError returns true when this get scim group o k response has a 4xx status code
func (*GetScimGroupOK) IsCode ¶
func (o *GetScimGroupOK) IsCode(code int) bool
IsCode returns true when this get scim group o k response a status code equal to that given
func (*GetScimGroupOK) IsRedirect ¶
func (o *GetScimGroupOK) IsRedirect() bool
IsRedirect returns true when this get scim group o k response has a 3xx status code
func (*GetScimGroupOK) IsServerError ¶
func (o *GetScimGroupOK) IsServerError() bool
IsServerError returns true when this get scim group o k response has a 5xx status code
func (*GetScimGroupOK) IsSuccess ¶
func (o *GetScimGroupOK) IsSuccess() bool
IsSuccess returns true when this get scim group o k response has a 2xx status code
func (*GetScimGroupOK) String ¶
func (o *GetScimGroupOK) String() string
type GetScimGroupParams ¶
type GetScimGroupParams struct { /* IfNoneMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/groups/{groupId}. Example: "42". If the ETag is different from the version on the server, returns the current configuration of the resource. If the ETag is current, returns 304 Not Modified. */ IfNoneMatch *string /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns "id", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* GroupID. The ID of a group. Returned with GET /api/v2/scim/groups. */ GroupID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimGroupParams contains all the parameters to send to the API endpoint
for the get scim group operation. Typically these are written to a http.Request.
func NewGetScimGroupParams ¶
func NewGetScimGroupParams() *GetScimGroupParams
NewGetScimGroupParams creates a new GetScimGroupParams 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 NewGetScimGroupParamsWithContext ¶
func NewGetScimGroupParamsWithContext(ctx context.Context) *GetScimGroupParams
NewGetScimGroupParamsWithContext creates a new GetScimGroupParams object with the ability to set a context for a request.
func NewGetScimGroupParamsWithHTTPClient ¶
func NewGetScimGroupParamsWithHTTPClient(client *http.Client) *GetScimGroupParams
NewGetScimGroupParamsWithHTTPClient creates a new GetScimGroupParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimGroupParamsWithTimeout ¶
func NewGetScimGroupParamsWithTimeout(timeout time.Duration) *GetScimGroupParams
NewGetScimGroupParamsWithTimeout creates a new GetScimGroupParams object with the ability to set a timeout on a request.
func (*GetScimGroupParams) SetAttributes ¶
func (o *GetScimGroupParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim group params
func (*GetScimGroupParams) SetContext ¶
func (o *GetScimGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim group params
func (*GetScimGroupParams) SetDefaults ¶
func (o *GetScimGroupParams) SetDefaults()
SetDefaults hydrates default values in the get scim group params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimGroupParams) SetExcludedAttributes ¶
func (o *GetScimGroupParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim group params
func (*GetScimGroupParams) SetGroupID ¶
func (o *GetScimGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the get scim group params
func (*GetScimGroupParams) SetHTTPClient ¶
func (o *GetScimGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim group params
func (*GetScimGroupParams) SetIfNoneMatch ¶
func (o *GetScimGroupParams) SetIfNoneMatch(ifNoneMatch *string)
SetIfNoneMatch adds the ifNoneMatch to the get scim group params
func (*GetScimGroupParams) SetTimeout ¶
func (o *GetScimGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim group params
func (*GetScimGroupParams) WithAttributes ¶
func (o *GetScimGroupParams) WithAttributes(attributes []string) *GetScimGroupParams
WithAttributes adds the attributes to the get scim group params
func (*GetScimGroupParams) WithContext ¶
func (o *GetScimGroupParams) WithContext(ctx context.Context) *GetScimGroupParams
WithContext adds the context to the get scim group params
func (*GetScimGroupParams) WithDefaults ¶
func (o *GetScimGroupParams) WithDefaults() *GetScimGroupParams
WithDefaults hydrates default values in the get scim group params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimGroupParams) WithExcludedAttributes ¶
func (o *GetScimGroupParams) WithExcludedAttributes(excludedAttributes []string) *GetScimGroupParams
WithExcludedAttributes adds the excludedAttributes to the get scim group params
func (*GetScimGroupParams) WithGroupID ¶
func (o *GetScimGroupParams) WithGroupID(groupID string) *GetScimGroupParams
WithGroupID adds the groupID to the get scim group params
func (*GetScimGroupParams) WithHTTPClient ¶
func (o *GetScimGroupParams) WithHTTPClient(client *http.Client) *GetScimGroupParams
WithHTTPClient adds the HTTPClient to the get scim group params
func (*GetScimGroupParams) WithIfNoneMatch ¶
func (o *GetScimGroupParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimGroupParams
WithIfNoneMatch adds the ifNoneMatch to the get scim group params
func (*GetScimGroupParams) WithTimeout ¶
func (o *GetScimGroupParams) WithTimeout(timeout time.Duration) *GetScimGroupParams
WithTimeout adds the timeout to the get scim group params
func (*GetScimGroupParams) WriteToRequest ¶
func (o *GetScimGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimGroupReader ¶
type GetScimGroupReader struct {
// contains filtered or unexported fields
}
GetScimGroupReader is a Reader for the GetScimGroup structure.
func (*GetScimGroupReader) ReadResponse ¶
func (o *GetScimGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimGroupRequestEntityTooLarge ¶
GetScimGroupRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimGroupRequestEntityTooLarge ¶
func NewGetScimGroupRequestEntityTooLarge() *GetScimGroupRequestEntityTooLarge
NewGetScimGroupRequestEntityTooLarge creates a GetScimGroupRequestEntityTooLarge with default headers values
func (*GetScimGroupRequestEntityTooLarge) Error ¶
func (o *GetScimGroupRequestEntityTooLarge) Error() string
func (*GetScimGroupRequestEntityTooLarge) GetPayload ¶
func (o *GetScimGroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimGroupRequestEntityTooLarge) IsClientError ¶
func (o *GetScimGroupRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim group request entity too large response has a 4xx status code
func (*GetScimGroupRequestEntityTooLarge) IsCode ¶
func (o *GetScimGroupRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim group request entity too large response a status code equal to that given
func (*GetScimGroupRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimGroupRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim group request entity too large response has a 3xx status code
func (*GetScimGroupRequestEntityTooLarge) IsServerError ¶
func (o *GetScimGroupRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim group request entity too large response has a 5xx status code
func (*GetScimGroupRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimGroupRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim group request entity too large response has a 2xx status code
func (*GetScimGroupRequestEntityTooLarge) String ¶
func (o *GetScimGroupRequestEntityTooLarge) String() string
type GetScimGroupRequestTimeout ¶
GetScimGroupRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimGroupRequestTimeout ¶
func NewGetScimGroupRequestTimeout() *GetScimGroupRequestTimeout
NewGetScimGroupRequestTimeout creates a GetScimGroupRequestTimeout with default headers values
func (*GetScimGroupRequestTimeout) Error ¶
func (o *GetScimGroupRequestTimeout) Error() string
func (*GetScimGroupRequestTimeout) GetPayload ¶
func (o *GetScimGroupRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimGroupRequestTimeout) IsClientError ¶
func (o *GetScimGroupRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim group request timeout response has a 4xx status code
func (*GetScimGroupRequestTimeout) IsCode ¶
func (o *GetScimGroupRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim group request timeout response a status code equal to that given
func (*GetScimGroupRequestTimeout) IsRedirect ¶
func (o *GetScimGroupRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim group request timeout response has a 3xx status code
func (*GetScimGroupRequestTimeout) IsServerError ¶
func (o *GetScimGroupRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim group request timeout response has a 5xx status code
func (*GetScimGroupRequestTimeout) IsSuccess ¶
func (o *GetScimGroupRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim group request timeout response has a 2xx status code
func (*GetScimGroupRequestTimeout) String ¶
func (o *GetScimGroupRequestTimeout) String() string
type GetScimGroupServiceUnavailable ¶
type GetScimGroupServiceUnavailable struct {
}GetScimGroupServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimGroupServiceUnavailable ¶
func NewGetScimGroupServiceUnavailable() *GetScimGroupServiceUnavailable
NewGetScimGroupServiceUnavailable creates a GetScimGroupServiceUnavailable with default headers values
func (*GetScimGroupServiceUnavailable) Error ¶
func (o *GetScimGroupServiceUnavailable) Error() string
func (*GetScimGroupServiceUnavailable) GetPayload ¶
func (o *GetScimGroupServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimGroupServiceUnavailable) IsClientError ¶
func (o *GetScimGroupServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim group service unavailable response has a 4xx status code
func (*GetScimGroupServiceUnavailable) IsCode ¶
func (o *GetScimGroupServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim group service unavailable response a status code equal to that given
func (*GetScimGroupServiceUnavailable) IsRedirect ¶
func (o *GetScimGroupServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim group service unavailable response has a 3xx status code
func (*GetScimGroupServiceUnavailable) IsServerError ¶
func (o *GetScimGroupServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim group service unavailable response has a 5xx status code
func (*GetScimGroupServiceUnavailable) IsSuccess ¶
func (o *GetScimGroupServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim group service unavailable response has a 2xx status code
func (*GetScimGroupServiceUnavailable) String ¶
func (o *GetScimGroupServiceUnavailable) String() string
type GetScimGroupTooManyRequests ¶
GetScimGroupTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimGroupTooManyRequests ¶
func NewGetScimGroupTooManyRequests() *GetScimGroupTooManyRequests
NewGetScimGroupTooManyRequests creates a GetScimGroupTooManyRequests with default headers values
func (*GetScimGroupTooManyRequests) Error ¶
func (o *GetScimGroupTooManyRequests) Error() string
func (*GetScimGroupTooManyRequests) GetPayload ¶
func (o *GetScimGroupTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimGroupTooManyRequests) IsClientError ¶
func (o *GetScimGroupTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim group too many requests response has a 4xx status code
func (*GetScimGroupTooManyRequests) IsCode ¶
func (o *GetScimGroupTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim group too many requests response a status code equal to that given
func (*GetScimGroupTooManyRequests) IsRedirect ¶
func (o *GetScimGroupTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim group too many requests response has a 3xx status code
func (*GetScimGroupTooManyRequests) IsServerError ¶
func (o *GetScimGroupTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim group too many requests response has a 5xx status code
func (*GetScimGroupTooManyRequests) IsSuccess ¶
func (o *GetScimGroupTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim group too many requests response has a 2xx status code
func (*GetScimGroupTooManyRequests) String ¶
func (o *GetScimGroupTooManyRequests) String() string
type GetScimGroupUnauthorized ¶
type GetScimGroupUnauthorized struct {
}GetScimGroupUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimGroupUnauthorized ¶
func NewGetScimGroupUnauthorized() *GetScimGroupUnauthorized
NewGetScimGroupUnauthorized creates a GetScimGroupUnauthorized with default headers values
func (*GetScimGroupUnauthorized) Error ¶
func (o *GetScimGroupUnauthorized) Error() string
func (*GetScimGroupUnauthorized) GetPayload ¶
func (o *GetScimGroupUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimGroupUnauthorized) IsClientError ¶
func (o *GetScimGroupUnauthorized) IsClientError() bool
IsClientError returns true when this get scim group unauthorized response has a 4xx status code
func (*GetScimGroupUnauthorized) IsCode ¶
func (o *GetScimGroupUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim group unauthorized response a status code equal to that given
func (*GetScimGroupUnauthorized) IsRedirect ¶
func (o *GetScimGroupUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim group unauthorized response has a 3xx status code
func (*GetScimGroupUnauthorized) IsServerError ¶
func (o *GetScimGroupUnauthorized) IsServerError() bool
IsServerError returns true when this get scim group unauthorized response has a 5xx status code
func (*GetScimGroupUnauthorized) IsSuccess ¶
func (o *GetScimGroupUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim group unauthorized response has a 2xx status code
func (*GetScimGroupUnauthorized) String ¶
func (o *GetScimGroupUnauthorized) String() string
type GetScimGroupUnsupportedMediaType ¶
GetScimGroupUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimGroupUnsupportedMediaType ¶
func NewGetScimGroupUnsupportedMediaType() *GetScimGroupUnsupportedMediaType
NewGetScimGroupUnsupportedMediaType creates a GetScimGroupUnsupportedMediaType with default headers values
func (*GetScimGroupUnsupportedMediaType) Error ¶
func (o *GetScimGroupUnsupportedMediaType) Error() string
func (*GetScimGroupUnsupportedMediaType) GetPayload ¶
func (o *GetScimGroupUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimGroupUnsupportedMediaType) IsClientError ¶
func (o *GetScimGroupUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim group unsupported media type response has a 4xx status code
func (*GetScimGroupUnsupportedMediaType) IsCode ¶
func (o *GetScimGroupUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim group unsupported media type response a status code equal to that given
func (*GetScimGroupUnsupportedMediaType) IsRedirect ¶
func (o *GetScimGroupUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim group unsupported media type response has a 3xx status code
func (*GetScimGroupUnsupportedMediaType) IsServerError ¶
func (o *GetScimGroupUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim group unsupported media type response has a 5xx status code
func (*GetScimGroupUnsupportedMediaType) IsSuccess ¶
func (o *GetScimGroupUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim group unsupported media type response has a 2xx status code
func (*GetScimGroupUnsupportedMediaType) String ¶
func (o *GetScimGroupUnsupportedMediaType) String() string
type GetScimGroupsBadRequest ¶
GetScimGroupsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimGroupsBadRequest ¶
func NewGetScimGroupsBadRequest() *GetScimGroupsBadRequest
NewGetScimGroupsBadRequest creates a GetScimGroupsBadRequest with default headers values
func (*GetScimGroupsBadRequest) Error ¶
func (o *GetScimGroupsBadRequest) Error() string
func (*GetScimGroupsBadRequest) GetPayload ¶
func (o *GetScimGroupsBadRequest) GetPayload() *models.ErrorBody
func (*GetScimGroupsBadRequest) IsClientError ¶
func (o *GetScimGroupsBadRequest) IsClientError() bool
IsClientError returns true when this get scim groups bad request response has a 4xx status code
func (*GetScimGroupsBadRequest) IsCode ¶
func (o *GetScimGroupsBadRequest) IsCode(code int) bool
IsCode returns true when this get scim groups bad request response a status code equal to that given
func (*GetScimGroupsBadRequest) IsRedirect ¶
func (o *GetScimGroupsBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim groups bad request response has a 3xx status code
func (*GetScimGroupsBadRequest) IsServerError ¶
func (o *GetScimGroupsBadRequest) IsServerError() bool
IsServerError returns true when this get scim groups bad request response has a 5xx status code
func (*GetScimGroupsBadRequest) IsSuccess ¶
func (o *GetScimGroupsBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim groups bad request response has a 2xx status code
func (*GetScimGroupsBadRequest) String ¶
func (o *GetScimGroupsBadRequest) String() string
type GetScimGroupsForbidden ¶
GetScimGroupsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimGroupsForbidden ¶
func NewGetScimGroupsForbidden() *GetScimGroupsForbidden
NewGetScimGroupsForbidden creates a GetScimGroupsForbidden with default headers values
func (*GetScimGroupsForbidden) Error ¶
func (o *GetScimGroupsForbidden) Error() string
func (*GetScimGroupsForbidden) GetPayload ¶
func (o *GetScimGroupsForbidden) GetPayload() *models.ErrorBody
func (*GetScimGroupsForbidden) IsClientError ¶
func (o *GetScimGroupsForbidden) IsClientError() bool
IsClientError returns true when this get scim groups forbidden response has a 4xx status code
func (*GetScimGroupsForbidden) IsCode ¶
func (o *GetScimGroupsForbidden) IsCode(code int) bool
IsCode returns true when this get scim groups forbidden response a status code equal to that given
func (*GetScimGroupsForbidden) IsRedirect ¶
func (o *GetScimGroupsForbidden) IsRedirect() bool
IsRedirect returns true when this get scim groups forbidden response has a 3xx status code
func (*GetScimGroupsForbidden) IsServerError ¶
func (o *GetScimGroupsForbidden) IsServerError() bool
IsServerError returns true when this get scim groups forbidden response has a 5xx status code
func (*GetScimGroupsForbidden) IsSuccess ¶
func (o *GetScimGroupsForbidden) IsSuccess() bool
IsSuccess returns true when this get scim groups forbidden response has a 2xx status code
func (*GetScimGroupsForbidden) String ¶
func (o *GetScimGroupsForbidden) String() string
type GetScimGroupsGatewayTimeout ¶
GetScimGroupsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimGroupsGatewayTimeout ¶
func NewGetScimGroupsGatewayTimeout() *GetScimGroupsGatewayTimeout
NewGetScimGroupsGatewayTimeout creates a GetScimGroupsGatewayTimeout with default headers values
func (*GetScimGroupsGatewayTimeout) Error ¶
func (o *GetScimGroupsGatewayTimeout) Error() string
func (*GetScimGroupsGatewayTimeout) GetPayload ¶
func (o *GetScimGroupsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimGroupsGatewayTimeout) IsClientError ¶
func (o *GetScimGroupsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim groups gateway timeout response has a 4xx status code
func (*GetScimGroupsGatewayTimeout) IsCode ¶
func (o *GetScimGroupsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim groups gateway timeout response a status code equal to that given
func (*GetScimGroupsGatewayTimeout) IsRedirect ¶
func (o *GetScimGroupsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim groups gateway timeout response has a 3xx status code
func (*GetScimGroupsGatewayTimeout) IsServerError ¶
func (o *GetScimGroupsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim groups gateway timeout response has a 5xx status code
func (*GetScimGroupsGatewayTimeout) IsSuccess ¶
func (o *GetScimGroupsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim groups gateway timeout response has a 2xx status code
func (*GetScimGroupsGatewayTimeout) String ¶
func (o *GetScimGroupsGatewayTimeout) String() string
type GetScimGroupsInternalServerError ¶
GetScimGroupsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimGroupsInternalServerError ¶
func NewGetScimGroupsInternalServerError() *GetScimGroupsInternalServerError
NewGetScimGroupsInternalServerError creates a GetScimGroupsInternalServerError with default headers values
func (*GetScimGroupsInternalServerError) Error ¶
func (o *GetScimGroupsInternalServerError) Error() string
func (*GetScimGroupsInternalServerError) GetPayload ¶
func (o *GetScimGroupsInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimGroupsInternalServerError) IsClientError ¶
func (o *GetScimGroupsInternalServerError) IsClientError() bool
IsClientError returns true when this get scim groups internal server error response has a 4xx status code
func (*GetScimGroupsInternalServerError) IsCode ¶
func (o *GetScimGroupsInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim groups internal server error response a status code equal to that given
func (*GetScimGroupsInternalServerError) IsRedirect ¶
func (o *GetScimGroupsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim groups internal server error response has a 3xx status code
func (*GetScimGroupsInternalServerError) IsServerError ¶
func (o *GetScimGroupsInternalServerError) IsServerError() bool
IsServerError returns true when this get scim groups internal server error response has a 5xx status code
func (*GetScimGroupsInternalServerError) IsSuccess ¶
func (o *GetScimGroupsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim groups internal server error response has a 2xx status code
func (*GetScimGroupsInternalServerError) String ¶
func (o *GetScimGroupsInternalServerError) String() string
type GetScimGroupsNotFound ¶
GetScimGroupsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimGroupsNotFound ¶
func NewGetScimGroupsNotFound() *GetScimGroupsNotFound
NewGetScimGroupsNotFound creates a GetScimGroupsNotFound with default headers values
func (*GetScimGroupsNotFound) Error ¶
func (o *GetScimGroupsNotFound) Error() string
func (*GetScimGroupsNotFound) GetPayload ¶
func (o *GetScimGroupsNotFound) GetPayload() *models.ErrorBody
func (*GetScimGroupsNotFound) IsClientError ¶
func (o *GetScimGroupsNotFound) IsClientError() bool
IsClientError returns true when this get scim groups not found response has a 4xx status code
func (*GetScimGroupsNotFound) IsCode ¶
func (o *GetScimGroupsNotFound) IsCode(code int) bool
IsCode returns true when this get scim groups not found response a status code equal to that given
func (*GetScimGroupsNotFound) IsRedirect ¶
func (o *GetScimGroupsNotFound) IsRedirect() bool
IsRedirect returns true when this get scim groups not found response has a 3xx status code
func (*GetScimGroupsNotFound) IsServerError ¶
func (o *GetScimGroupsNotFound) IsServerError() bool
IsServerError returns true when this get scim groups not found response has a 5xx status code
func (*GetScimGroupsNotFound) IsSuccess ¶
func (o *GetScimGroupsNotFound) IsSuccess() bool
IsSuccess returns true when this get scim groups not found response has a 2xx status code
func (*GetScimGroupsNotFound) String ¶
func (o *GetScimGroupsNotFound) String() string
type GetScimGroupsOK ¶
type GetScimGroupsOK struct {
Payload *models.ScimGroupListResponse
}
GetScimGroupsOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimGroupsOK ¶
func NewGetScimGroupsOK() *GetScimGroupsOK
NewGetScimGroupsOK creates a GetScimGroupsOK with default headers values
func (*GetScimGroupsOK) Error ¶
func (o *GetScimGroupsOK) Error() string
func (*GetScimGroupsOK) GetPayload ¶
func (o *GetScimGroupsOK) GetPayload() *models.ScimGroupListResponse
func (*GetScimGroupsOK) IsClientError ¶
func (o *GetScimGroupsOK) IsClientError() bool
IsClientError returns true when this get scim groups o k response has a 4xx status code
func (*GetScimGroupsOK) IsCode ¶
func (o *GetScimGroupsOK) IsCode(code int) bool
IsCode returns true when this get scim groups o k response a status code equal to that given
func (*GetScimGroupsOK) IsRedirect ¶
func (o *GetScimGroupsOK) IsRedirect() bool
IsRedirect returns true when this get scim groups o k response has a 3xx status code
func (*GetScimGroupsOK) IsServerError ¶
func (o *GetScimGroupsOK) IsServerError() bool
IsServerError returns true when this get scim groups o k response has a 5xx status code
func (*GetScimGroupsOK) IsSuccess ¶
func (o *GetScimGroupsOK) IsSuccess() bool
IsSuccess returns true when this get scim groups o k response has a 2xx status code
func (*GetScimGroupsOK) String ¶
func (o *GetScimGroupsOK) String() string
type GetScimGroupsParams ¶
type GetScimGroupsParams struct { /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* Count. The requested number of items per page. A value of 0 returns "totalResults". A page size over 25 may exceed internal resource limits and return a 429 error. For a page size over 25, use the "excludedAttributes" or "attributes" query parameters to exclude or only include secondary lookup values such as "externalId", "roles", "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingLanguages", or "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingSkills". Format: int32 Default: 25 */ Count *int32 /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns "id", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* Filter. Filters results. If nothing is specified, returns all groups. Examples of valid values: "id eq 5f4bc742-a019-4e38-8e2a-d39d5bc0b0f3", "displayname eq Sales". */ Filter *string /* StartIndex. The 1-based index of the first query result. Format: int32 Default: 1 */ StartIndex *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimGroupsParams contains all the parameters to send to the API endpoint
for the get scim groups operation. Typically these are written to a http.Request.
func NewGetScimGroupsParams ¶
func NewGetScimGroupsParams() *GetScimGroupsParams
NewGetScimGroupsParams creates a new GetScimGroupsParams 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 NewGetScimGroupsParamsWithContext ¶
func NewGetScimGroupsParamsWithContext(ctx context.Context) *GetScimGroupsParams
NewGetScimGroupsParamsWithContext creates a new GetScimGroupsParams object with the ability to set a context for a request.
func NewGetScimGroupsParamsWithHTTPClient ¶
func NewGetScimGroupsParamsWithHTTPClient(client *http.Client) *GetScimGroupsParams
NewGetScimGroupsParamsWithHTTPClient creates a new GetScimGroupsParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimGroupsParamsWithTimeout ¶
func NewGetScimGroupsParamsWithTimeout(timeout time.Duration) *GetScimGroupsParams
NewGetScimGroupsParamsWithTimeout creates a new GetScimGroupsParams object with the ability to set a timeout on a request.
func (*GetScimGroupsParams) SetAttributes ¶
func (o *GetScimGroupsParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim groups params
func (*GetScimGroupsParams) SetContext ¶
func (o *GetScimGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim groups params
func (*GetScimGroupsParams) SetCount ¶
func (o *GetScimGroupsParams) SetCount(count *int32)
SetCount adds the count to the get scim groups params
func (*GetScimGroupsParams) SetDefaults ¶
func (o *GetScimGroupsParams) SetDefaults()
SetDefaults hydrates default values in the get scim groups params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimGroupsParams) SetExcludedAttributes ¶
func (o *GetScimGroupsParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim groups params
func (*GetScimGroupsParams) SetFilter ¶
func (o *GetScimGroupsParams) SetFilter(filter *string)
SetFilter adds the filter to the get scim groups params
func (*GetScimGroupsParams) SetHTTPClient ¶
func (o *GetScimGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim groups params
func (*GetScimGroupsParams) SetStartIndex ¶
func (o *GetScimGroupsParams) SetStartIndex(startIndex *int32)
SetStartIndex adds the startIndex to the get scim groups params
func (*GetScimGroupsParams) SetTimeout ¶
func (o *GetScimGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim groups params
func (*GetScimGroupsParams) WithAttributes ¶
func (o *GetScimGroupsParams) WithAttributes(attributes []string) *GetScimGroupsParams
WithAttributes adds the attributes to the get scim groups params
func (*GetScimGroupsParams) WithContext ¶
func (o *GetScimGroupsParams) WithContext(ctx context.Context) *GetScimGroupsParams
WithContext adds the context to the get scim groups params
func (*GetScimGroupsParams) WithCount ¶
func (o *GetScimGroupsParams) WithCount(count *int32) *GetScimGroupsParams
WithCount adds the count to the get scim groups params
func (*GetScimGroupsParams) WithDefaults ¶
func (o *GetScimGroupsParams) WithDefaults() *GetScimGroupsParams
WithDefaults hydrates default values in the get scim groups params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimGroupsParams) WithExcludedAttributes ¶
func (o *GetScimGroupsParams) WithExcludedAttributes(excludedAttributes []string) *GetScimGroupsParams
WithExcludedAttributes adds the excludedAttributes to the get scim groups params
func (*GetScimGroupsParams) WithFilter ¶
func (o *GetScimGroupsParams) WithFilter(filter *string) *GetScimGroupsParams
WithFilter adds the filter to the get scim groups params
func (*GetScimGroupsParams) WithHTTPClient ¶
func (o *GetScimGroupsParams) WithHTTPClient(client *http.Client) *GetScimGroupsParams
WithHTTPClient adds the HTTPClient to the get scim groups params
func (*GetScimGroupsParams) WithStartIndex ¶
func (o *GetScimGroupsParams) WithStartIndex(startIndex *int32) *GetScimGroupsParams
WithStartIndex adds the startIndex to the get scim groups params
func (*GetScimGroupsParams) WithTimeout ¶
func (o *GetScimGroupsParams) WithTimeout(timeout time.Duration) *GetScimGroupsParams
WithTimeout adds the timeout to the get scim groups params
func (*GetScimGroupsParams) WriteToRequest ¶
func (o *GetScimGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimGroupsReader ¶
type GetScimGroupsReader struct {
// contains filtered or unexported fields
}
GetScimGroupsReader is a Reader for the GetScimGroups structure.
func (*GetScimGroupsReader) ReadResponse ¶
func (o *GetScimGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimGroupsRequestEntityTooLarge ¶
GetScimGroupsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimGroupsRequestEntityTooLarge ¶
func NewGetScimGroupsRequestEntityTooLarge() *GetScimGroupsRequestEntityTooLarge
NewGetScimGroupsRequestEntityTooLarge creates a GetScimGroupsRequestEntityTooLarge with default headers values
func (*GetScimGroupsRequestEntityTooLarge) Error ¶
func (o *GetScimGroupsRequestEntityTooLarge) Error() string
func (*GetScimGroupsRequestEntityTooLarge) GetPayload ¶
func (o *GetScimGroupsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimGroupsRequestEntityTooLarge) IsClientError ¶
func (o *GetScimGroupsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim groups request entity too large response has a 4xx status code
func (*GetScimGroupsRequestEntityTooLarge) IsCode ¶
func (o *GetScimGroupsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim groups request entity too large response a status code equal to that given
func (*GetScimGroupsRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimGroupsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim groups request entity too large response has a 3xx status code
func (*GetScimGroupsRequestEntityTooLarge) IsServerError ¶
func (o *GetScimGroupsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim groups request entity too large response has a 5xx status code
func (*GetScimGroupsRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimGroupsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim groups request entity too large response has a 2xx status code
func (*GetScimGroupsRequestEntityTooLarge) String ¶
func (o *GetScimGroupsRequestEntityTooLarge) String() string
type GetScimGroupsRequestTimeout ¶
GetScimGroupsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimGroupsRequestTimeout ¶
func NewGetScimGroupsRequestTimeout() *GetScimGroupsRequestTimeout
NewGetScimGroupsRequestTimeout creates a GetScimGroupsRequestTimeout with default headers values
func (*GetScimGroupsRequestTimeout) Error ¶
func (o *GetScimGroupsRequestTimeout) Error() string
func (*GetScimGroupsRequestTimeout) GetPayload ¶
func (o *GetScimGroupsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimGroupsRequestTimeout) IsClientError ¶
func (o *GetScimGroupsRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim groups request timeout response has a 4xx status code
func (*GetScimGroupsRequestTimeout) IsCode ¶
func (o *GetScimGroupsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim groups request timeout response a status code equal to that given
func (*GetScimGroupsRequestTimeout) IsRedirect ¶
func (o *GetScimGroupsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim groups request timeout response has a 3xx status code
func (*GetScimGroupsRequestTimeout) IsServerError ¶
func (o *GetScimGroupsRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim groups request timeout response has a 5xx status code
func (*GetScimGroupsRequestTimeout) IsSuccess ¶
func (o *GetScimGroupsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim groups request timeout response has a 2xx status code
func (*GetScimGroupsRequestTimeout) String ¶
func (o *GetScimGroupsRequestTimeout) String() string
type GetScimGroupsServiceUnavailable ¶
type GetScimGroupsServiceUnavailable struct {
}GetScimGroupsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimGroupsServiceUnavailable ¶
func NewGetScimGroupsServiceUnavailable() *GetScimGroupsServiceUnavailable
NewGetScimGroupsServiceUnavailable creates a GetScimGroupsServiceUnavailable with default headers values
func (*GetScimGroupsServiceUnavailable) Error ¶
func (o *GetScimGroupsServiceUnavailable) Error() string
func (*GetScimGroupsServiceUnavailable) GetPayload ¶
func (o *GetScimGroupsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimGroupsServiceUnavailable) IsClientError ¶
func (o *GetScimGroupsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim groups service unavailable response has a 4xx status code
func (*GetScimGroupsServiceUnavailable) IsCode ¶
func (o *GetScimGroupsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim groups service unavailable response a status code equal to that given
func (*GetScimGroupsServiceUnavailable) IsRedirect ¶
func (o *GetScimGroupsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim groups service unavailable response has a 3xx status code
func (*GetScimGroupsServiceUnavailable) IsServerError ¶
func (o *GetScimGroupsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim groups service unavailable response has a 5xx status code
func (*GetScimGroupsServiceUnavailable) IsSuccess ¶
func (o *GetScimGroupsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim groups service unavailable response has a 2xx status code
func (*GetScimGroupsServiceUnavailable) String ¶
func (o *GetScimGroupsServiceUnavailable) String() string
type GetScimGroupsTooManyRequests ¶
GetScimGroupsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimGroupsTooManyRequests ¶
func NewGetScimGroupsTooManyRequests() *GetScimGroupsTooManyRequests
NewGetScimGroupsTooManyRequests creates a GetScimGroupsTooManyRequests with default headers values
func (*GetScimGroupsTooManyRequests) Error ¶
func (o *GetScimGroupsTooManyRequests) Error() string
func (*GetScimGroupsTooManyRequests) GetPayload ¶
func (o *GetScimGroupsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimGroupsTooManyRequests) IsClientError ¶
func (o *GetScimGroupsTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim groups too many requests response has a 4xx status code
func (*GetScimGroupsTooManyRequests) IsCode ¶
func (o *GetScimGroupsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim groups too many requests response a status code equal to that given
func (*GetScimGroupsTooManyRequests) IsRedirect ¶
func (o *GetScimGroupsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim groups too many requests response has a 3xx status code
func (*GetScimGroupsTooManyRequests) IsServerError ¶
func (o *GetScimGroupsTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim groups too many requests response has a 5xx status code
func (*GetScimGroupsTooManyRequests) IsSuccess ¶
func (o *GetScimGroupsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim groups too many requests response has a 2xx status code
func (*GetScimGroupsTooManyRequests) String ¶
func (o *GetScimGroupsTooManyRequests) String() string
type GetScimGroupsUnauthorized ¶
type GetScimGroupsUnauthorized struct {
}GetScimGroupsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimGroupsUnauthorized ¶
func NewGetScimGroupsUnauthorized() *GetScimGroupsUnauthorized
NewGetScimGroupsUnauthorized creates a GetScimGroupsUnauthorized with default headers values
func (*GetScimGroupsUnauthorized) Error ¶
func (o *GetScimGroupsUnauthorized) Error() string
func (*GetScimGroupsUnauthorized) GetPayload ¶
func (o *GetScimGroupsUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimGroupsUnauthorized) IsClientError ¶
func (o *GetScimGroupsUnauthorized) IsClientError() bool
IsClientError returns true when this get scim groups unauthorized response has a 4xx status code
func (*GetScimGroupsUnauthorized) IsCode ¶
func (o *GetScimGroupsUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim groups unauthorized response a status code equal to that given
func (*GetScimGroupsUnauthorized) IsRedirect ¶
func (o *GetScimGroupsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim groups unauthorized response has a 3xx status code
func (*GetScimGroupsUnauthorized) IsServerError ¶
func (o *GetScimGroupsUnauthorized) IsServerError() bool
IsServerError returns true when this get scim groups unauthorized response has a 5xx status code
func (*GetScimGroupsUnauthorized) IsSuccess ¶
func (o *GetScimGroupsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim groups unauthorized response has a 2xx status code
func (*GetScimGroupsUnauthorized) String ¶
func (o *GetScimGroupsUnauthorized) String() string
type GetScimGroupsUnsupportedMediaType ¶
GetScimGroupsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimGroupsUnsupportedMediaType ¶
func NewGetScimGroupsUnsupportedMediaType() *GetScimGroupsUnsupportedMediaType
NewGetScimGroupsUnsupportedMediaType creates a GetScimGroupsUnsupportedMediaType with default headers values
func (*GetScimGroupsUnsupportedMediaType) Error ¶
func (o *GetScimGroupsUnsupportedMediaType) Error() string
func (*GetScimGroupsUnsupportedMediaType) GetPayload ¶
func (o *GetScimGroupsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimGroupsUnsupportedMediaType) IsClientError ¶
func (o *GetScimGroupsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim groups unsupported media type response has a 4xx status code
func (*GetScimGroupsUnsupportedMediaType) IsCode ¶
func (o *GetScimGroupsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim groups unsupported media type response a status code equal to that given
func (*GetScimGroupsUnsupportedMediaType) IsRedirect ¶
func (o *GetScimGroupsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim groups unsupported media type response has a 3xx status code
func (*GetScimGroupsUnsupportedMediaType) IsServerError ¶
func (o *GetScimGroupsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim groups unsupported media type response has a 5xx status code
func (*GetScimGroupsUnsupportedMediaType) IsSuccess ¶
func (o *GetScimGroupsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim groups unsupported media type response has a 2xx status code
func (*GetScimGroupsUnsupportedMediaType) String ¶
func (o *GetScimGroupsUnsupportedMediaType) String() string
type GetScimResourcetypeBadRequest ¶
GetScimResourcetypeBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimResourcetypeBadRequest ¶
func NewGetScimResourcetypeBadRequest() *GetScimResourcetypeBadRequest
NewGetScimResourcetypeBadRequest creates a GetScimResourcetypeBadRequest with default headers values
func (*GetScimResourcetypeBadRequest) Error ¶
func (o *GetScimResourcetypeBadRequest) Error() string
func (*GetScimResourcetypeBadRequest) GetPayload ¶
func (o *GetScimResourcetypeBadRequest) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeBadRequest) IsClientError ¶
func (o *GetScimResourcetypeBadRequest) IsClientError() bool
IsClientError returns true when this get scim resourcetype bad request response has a 4xx status code
func (*GetScimResourcetypeBadRequest) IsCode ¶
func (o *GetScimResourcetypeBadRequest) IsCode(code int) bool
IsCode returns true when this get scim resourcetype bad request response a status code equal to that given
func (*GetScimResourcetypeBadRequest) IsRedirect ¶
func (o *GetScimResourcetypeBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype bad request response has a 3xx status code
func (*GetScimResourcetypeBadRequest) IsServerError ¶
func (o *GetScimResourcetypeBadRequest) IsServerError() bool
IsServerError returns true when this get scim resourcetype bad request response has a 5xx status code
func (*GetScimResourcetypeBadRequest) IsSuccess ¶
func (o *GetScimResourcetypeBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype bad request response has a 2xx status code
func (*GetScimResourcetypeBadRequest) String ¶
func (o *GetScimResourcetypeBadRequest) String() string
type GetScimResourcetypeForbidden ¶
GetScimResourcetypeForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimResourcetypeForbidden ¶
func NewGetScimResourcetypeForbidden() *GetScimResourcetypeForbidden
NewGetScimResourcetypeForbidden creates a GetScimResourcetypeForbidden with default headers values
func (*GetScimResourcetypeForbidden) Error ¶
func (o *GetScimResourcetypeForbidden) Error() string
func (*GetScimResourcetypeForbidden) GetPayload ¶
func (o *GetScimResourcetypeForbidden) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeForbidden) IsClientError ¶
func (o *GetScimResourcetypeForbidden) IsClientError() bool
IsClientError returns true when this get scim resourcetype forbidden response has a 4xx status code
func (*GetScimResourcetypeForbidden) IsCode ¶
func (o *GetScimResourcetypeForbidden) IsCode(code int) bool
IsCode returns true when this get scim resourcetype forbidden response a status code equal to that given
func (*GetScimResourcetypeForbidden) IsRedirect ¶
func (o *GetScimResourcetypeForbidden) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype forbidden response has a 3xx status code
func (*GetScimResourcetypeForbidden) IsServerError ¶
func (o *GetScimResourcetypeForbidden) IsServerError() bool
IsServerError returns true when this get scim resourcetype forbidden response has a 5xx status code
func (*GetScimResourcetypeForbidden) IsSuccess ¶
func (o *GetScimResourcetypeForbidden) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype forbidden response has a 2xx status code
func (*GetScimResourcetypeForbidden) String ¶
func (o *GetScimResourcetypeForbidden) String() string
type GetScimResourcetypeGatewayTimeout ¶
GetScimResourcetypeGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimResourcetypeGatewayTimeout ¶
func NewGetScimResourcetypeGatewayTimeout() *GetScimResourcetypeGatewayTimeout
NewGetScimResourcetypeGatewayTimeout creates a GetScimResourcetypeGatewayTimeout with default headers values
func (*GetScimResourcetypeGatewayTimeout) Error ¶
func (o *GetScimResourcetypeGatewayTimeout) Error() string
func (*GetScimResourcetypeGatewayTimeout) GetPayload ¶
func (o *GetScimResourcetypeGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeGatewayTimeout) IsClientError ¶
func (o *GetScimResourcetypeGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim resourcetype gateway timeout response has a 4xx status code
func (*GetScimResourcetypeGatewayTimeout) IsCode ¶
func (o *GetScimResourcetypeGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim resourcetype gateway timeout response a status code equal to that given
func (*GetScimResourcetypeGatewayTimeout) IsRedirect ¶
func (o *GetScimResourcetypeGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype gateway timeout response has a 3xx status code
func (*GetScimResourcetypeGatewayTimeout) IsServerError ¶
func (o *GetScimResourcetypeGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim resourcetype gateway timeout response has a 5xx status code
func (*GetScimResourcetypeGatewayTimeout) IsSuccess ¶
func (o *GetScimResourcetypeGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype gateway timeout response has a 2xx status code
func (*GetScimResourcetypeGatewayTimeout) String ¶
func (o *GetScimResourcetypeGatewayTimeout) String() string
type GetScimResourcetypeInternalServerError ¶
GetScimResourcetypeInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimResourcetypeInternalServerError ¶
func NewGetScimResourcetypeInternalServerError() *GetScimResourcetypeInternalServerError
NewGetScimResourcetypeInternalServerError creates a GetScimResourcetypeInternalServerError with default headers values
func (*GetScimResourcetypeInternalServerError) Error ¶
func (o *GetScimResourcetypeInternalServerError) Error() string
func (*GetScimResourcetypeInternalServerError) GetPayload ¶
func (o *GetScimResourcetypeInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeInternalServerError) IsClientError ¶
func (o *GetScimResourcetypeInternalServerError) IsClientError() bool
IsClientError returns true when this get scim resourcetype internal server error response has a 4xx status code
func (*GetScimResourcetypeInternalServerError) IsCode ¶
func (o *GetScimResourcetypeInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim resourcetype internal server error response a status code equal to that given
func (*GetScimResourcetypeInternalServerError) IsRedirect ¶
func (o *GetScimResourcetypeInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype internal server error response has a 3xx status code
func (*GetScimResourcetypeInternalServerError) IsServerError ¶
func (o *GetScimResourcetypeInternalServerError) IsServerError() bool
IsServerError returns true when this get scim resourcetype internal server error response has a 5xx status code
func (*GetScimResourcetypeInternalServerError) IsSuccess ¶
func (o *GetScimResourcetypeInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype internal server error response has a 2xx status code
func (*GetScimResourcetypeInternalServerError) String ¶
func (o *GetScimResourcetypeInternalServerError) String() string
type GetScimResourcetypeNotFound ¶
GetScimResourcetypeNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimResourcetypeNotFound ¶
func NewGetScimResourcetypeNotFound() *GetScimResourcetypeNotFound
NewGetScimResourcetypeNotFound creates a GetScimResourcetypeNotFound with default headers values
func (*GetScimResourcetypeNotFound) Error ¶
func (o *GetScimResourcetypeNotFound) Error() string
func (*GetScimResourcetypeNotFound) GetPayload ¶
func (o *GetScimResourcetypeNotFound) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeNotFound) IsClientError ¶
func (o *GetScimResourcetypeNotFound) IsClientError() bool
IsClientError returns true when this get scim resourcetype not found response has a 4xx status code
func (*GetScimResourcetypeNotFound) IsCode ¶
func (o *GetScimResourcetypeNotFound) IsCode(code int) bool
IsCode returns true when this get scim resourcetype not found response a status code equal to that given
func (*GetScimResourcetypeNotFound) IsRedirect ¶
func (o *GetScimResourcetypeNotFound) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype not found response has a 3xx status code
func (*GetScimResourcetypeNotFound) IsServerError ¶
func (o *GetScimResourcetypeNotFound) IsServerError() bool
IsServerError returns true when this get scim resourcetype not found response has a 5xx status code
func (*GetScimResourcetypeNotFound) IsSuccess ¶
func (o *GetScimResourcetypeNotFound) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype not found response has a 2xx status code
func (*GetScimResourcetypeNotFound) String ¶
func (o *GetScimResourcetypeNotFound) String() string
type GetScimResourcetypeOK ¶
type GetScimResourcetypeOK struct {
Payload *models.ScimConfigResourceType
}
GetScimResourcetypeOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimResourcetypeOK ¶
func NewGetScimResourcetypeOK() *GetScimResourcetypeOK
NewGetScimResourcetypeOK creates a GetScimResourcetypeOK with default headers values
func (*GetScimResourcetypeOK) Error ¶
func (o *GetScimResourcetypeOK) Error() string
func (*GetScimResourcetypeOK) GetPayload ¶
func (o *GetScimResourcetypeOK) GetPayload() *models.ScimConfigResourceType
func (*GetScimResourcetypeOK) IsClientError ¶
func (o *GetScimResourcetypeOK) IsClientError() bool
IsClientError returns true when this get scim resourcetype o k response has a 4xx status code
func (*GetScimResourcetypeOK) IsCode ¶
func (o *GetScimResourcetypeOK) IsCode(code int) bool
IsCode returns true when this get scim resourcetype o k response a status code equal to that given
func (*GetScimResourcetypeOK) IsRedirect ¶
func (o *GetScimResourcetypeOK) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype o k response has a 3xx status code
func (*GetScimResourcetypeOK) IsServerError ¶
func (o *GetScimResourcetypeOK) IsServerError() bool
IsServerError returns true when this get scim resourcetype o k response has a 5xx status code
func (*GetScimResourcetypeOK) IsSuccess ¶
func (o *GetScimResourcetypeOK) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype o k response has a 2xx status code
func (*GetScimResourcetypeOK) String ¶
func (o *GetScimResourcetypeOK) String() string
type GetScimResourcetypeParams ¶
type GetScimResourcetypeParams struct { /* ResourceType. The type of resource. Returned with GET /api/v2/scim/resourcetypes. */ ResourceType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimResourcetypeParams contains all the parameters to send to the API endpoint
for the get scim resourcetype operation. Typically these are written to a http.Request.
func NewGetScimResourcetypeParams ¶
func NewGetScimResourcetypeParams() *GetScimResourcetypeParams
NewGetScimResourcetypeParams creates a new GetScimResourcetypeParams 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 NewGetScimResourcetypeParamsWithContext ¶
func NewGetScimResourcetypeParamsWithContext(ctx context.Context) *GetScimResourcetypeParams
NewGetScimResourcetypeParamsWithContext creates a new GetScimResourcetypeParams object with the ability to set a context for a request.
func NewGetScimResourcetypeParamsWithHTTPClient ¶
func NewGetScimResourcetypeParamsWithHTTPClient(client *http.Client) *GetScimResourcetypeParams
NewGetScimResourcetypeParamsWithHTTPClient creates a new GetScimResourcetypeParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimResourcetypeParamsWithTimeout ¶
func NewGetScimResourcetypeParamsWithTimeout(timeout time.Duration) *GetScimResourcetypeParams
NewGetScimResourcetypeParamsWithTimeout creates a new GetScimResourcetypeParams object with the ability to set a timeout on a request.
func (*GetScimResourcetypeParams) SetContext ¶
func (o *GetScimResourcetypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim resourcetype params
func (*GetScimResourcetypeParams) SetDefaults ¶
func (o *GetScimResourcetypeParams) SetDefaults()
SetDefaults hydrates default values in the get scim resourcetype params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimResourcetypeParams) SetHTTPClient ¶
func (o *GetScimResourcetypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim resourcetype params
func (*GetScimResourcetypeParams) SetResourceType ¶
func (o *GetScimResourcetypeParams) SetResourceType(resourceType string)
SetResourceType adds the resourceType to the get scim resourcetype params
func (*GetScimResourcetypeParams) SetTimeout ¶
func (o *GetScimResourcetypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim resourcetype params
func (*GetScimResourcetypeParams) WithContext ¶
func (o *GetScimResourcetypeParams) WithContext(ctx context.Context) *GetScimResourcetypeParams
WithContext adds the context to the get scim resourcetype params
func (*GetScimResourcetypeParams) WithDefaults ¶
func (o *GetScimResourcetypeParams) WithDefaults() *GetScimResourcetypeParams
WithDefaults hydrates default values in the get scim resourcetype params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimResourcetypeParams) WithHTTPClient ¶
func (o *GetScimResourcetypeParams) WithHTTPClient(client *http.Client) *GetScimResourcetypeParams
WithHTTPClient adds the HTTPClient to the get scim resourcetype params
func (*GetScimResourcetypeParams) WithResourceType ¶
func (o *GetScimResourcetypeParams) WithResourceType(resourceType string) *GetScimResourcetypeParams
WithResourceType adds the resourceType to the get scim resourcetype params
func (*GetScimResourcetypeParams) WithTimeout ¶
func (o *GetScimResourcetypeParams) WithTimeout(timeout time.Duration) *GetScimResourcetypeParams
WithTimeout adds the timeout to the get scim resourcetype params
func (*GetScimResourcetypeParams) WriteToRequest ¶
func (o *GetScimResourcetypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimResourcetypeReader ¶
type GetScimResourcetypeReader struct {
// contains filtered or unexported fields
}
GetScimResourcetypeReader is a Reader for the GetScimResourcetype structure.
func (*GetScimResourcetypeReader) ReadResponse ¶
func (o *GetScimResourcetypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimResourcetypeRequestEntityTooLarge ¶
GetScimResourcetypeRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimResourcetypeRequestEntityTooLarge ¶
func NewGetScimResourcetypeRequestEntityTooLarge() *GetScimResourcetypeRequestEntityTooLarge
NewGetScimResourcetypeRequestEntityTooLarge creates a GetScimResourcetypeRequestEntityTooLarge with default headers values
func (*GetScimResourcetypeRequestEntityTooLarge) Error ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) Error() string
func (*GetScimResourcetypeRequestEntityTooLarge) GetPayload ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeRequestEntityTooLarge) IsClientError ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim resourcetype request entity too large response has a 4xx status code
func (*GetScimResourcetypeRequestEntityTooLarge) IsCode ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim resourcetype request entity too large response a status code equal to that given
func (*GetScimResourcetypeRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype request entity too large response has a 3xx status code
func (*GetScimResourcetypeRequestEntityTooLarge) IsServerError ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim resourcetype request entity too large response has a 5xx status code
func (*GetScimResourcetypeRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype request entity too large response has a 2xx status code
func (*GetScimResourcetypeRequestEntityTooLarge) String ¶
func (o *GetScimResourcetypeRequestEntityTooLarge) String() string
type GetScimResourcetypeRequestTimeout ¶
GetScimResourcetypeRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimResourcetypeRequestTimeout ¶
func NewGetScimResourcetypeRequestTimeout() *GetScimResourcetypeRequestTimeout
NewGetScimResourcetypeRequestTimeout creates a GetScimResourcetypeRequestTimeout with default headers values
func (*GetScimResourcetypeRequestTimeout) Error ¶
func (o *GetScimResourcetypeRequestTimeout) Error() string
func (*GetScimResourcetypeRequestTimeout) GetPayload ¶
func (o *GetScimResourcetypeRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeRequestTimeout) IsClientError ¶
func (o *GetScimResourcetypeRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim resourcetype request timeout response has a 4xx status code
func (*GetScimResourcetypeRequestTimeout) IsCode ¶
func (o *GetScimResourcetypeRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim resourcetype request timeout response a status code equal to that given
func (*GetScimResourcetypeRequestTimeout) IsRedirect ¶
func (o *GetScimResourcetypeRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype request timeout response has a 3xx status code
func (*GetScimResourcetypeRequestTimeout) IsServerError ¶
func (o *GetScimResourcetypeRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim resourcetype request timeout response has a 5xx status code
func (*GetScimResourcetypeRequestTimeout) IsSuccess ¶
func (o *GetScimResourcetypeRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype request timeout response has a 2xx status code
func (*GetScimResourcetypeRequestTimeout) String ¶
func (o *GetScimResourcetypeRequestTimeout) String() string
type GetScimResourcetypeServiceUnavailable ¶
type GetScimResourcetypeServiceUnavailable struct {
}GetScimResourcetypeServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimResourcetypeServiceUnavailable ¶
func NewGetScimResourcetypeServiceUnavailable() *GetScimResourcetypeServiceUnavailable
NewGetScimResourcetypeServiceUnavailable creates a GetScimResourcetypeServiceUnavailable with default headers values
func (*GetScimResourcetypeServiceUnavailable) Error ¶
func (o *GetScimResourcetypeServiceUnavailable) Error() string
func (*GetScimResourcetypeServiceUnavailable) GetPayload ¶
func (o *GetScimResourcetypeServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeServiceUnavailable) IsClientError ¶
func (o *GetScimResourcetypeServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim resourcetype service unavailable response has a 4xx status code
func (*GetScimResourcetypeServiceUnavailable) IsCode ¶
func (o *GetScimResourcetypeServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim resourcetype service unavailable response a status code equal to that given
func (*GetScimResourcetypeServiceUnavailable) IsRedirect ¶
func (o *GetScimResourcetypeServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype service unavailable response has a 3xx status code
func (*GetScimResourcetypeServiceUnavailable) IsServerError ¶
func (o *GetScimResourcetypeServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim resourcetype service unavailable response has a 5xx status code
func (*GetScimResourcetypeServiceUnavailable) IsSuccess ¶
func (o *GetScimResourcetypeServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype service unavailable response has a 2xx status code
func (*GetScimResourcetypeServiceUnavailable) String ¶
func (o *GetScimResourcetypeServiceUnavailable) String() string
type GetScimResourcetypeTooManyRequests ¶
GetScimResourcetypeTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimResourcetypeTooManyRequests ¶
func NewGetScimResourcetypeTooManyRequests() *GetScimResourcetypeTooManyRequests
NewGetScimResourcetypeTooManyRequests creates a GetScimResourcetypeTooManyRequests with default headers values
func (*GetScimResourcetypeTooManyRequests) Error ¶
func (o *GetScimResourcetypeTooManyRequests) Error() string
func (*GetScimResourcetypeTooManyRequests) GetPayload ¶
func (o *GetScimResourcetypeTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeTooManyRequests) IsClientError ¶
func (o *GetScimResourcetypeTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim resourcetype too many requests response has a 4xx status code
func (*GetScimResourcetypeTooManyRequests) IsCode ¶
func (o *GetScimResourcetypeTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim resourcetype too many requests response a status code equal to that given
func (*GetScimResourcetypeTooManyRequests) IsRedirect ¶
func (o *GetScimResourcetypeTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype too many requests response has a 3xx status code
func (*GetScimResourcetypeTooManyRequests) IsServerError ¶
func (o *GetScimResourcetypeTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim resourcetype too many requests response has a 5xx status code
func (*GetScimResourcetypeTooManyRequests) IsSuccess ¶
func (o *GetScimResourcetypeTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype too many requests response has a 2xx status code
func (*GetScimResourcetypeTooManyRequests) String ¶
func (o *GetScimResourcetypeTooManyRequests) String() string
type GetScimResourcetypeUnauthorized ¶
type GetScimResourcetypeUnauthorized struct {
}GetScimResourcetypeUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimResourcetypeUnauthorized ¶
func NewGetScimResourcetypeUnauthorized() *GetScimResourcetypeUnauthorized
NewGetScimResourcetypeUnauthorized creates a GetScimResourcetypeUnauthorized with default headers values
func (*GetScimResourcetypeUnauthorized) Error ¶
func (o *GetScimResourcetypeUnauthorized) Error() string
func (*GetScimResourcetypeUnauthorized) GetPayload ¶
func (o *GetScimResourcetypeUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeUnauthorized) IsClientError ¶
func (o *GetScimResourcetypeUnauthorized) IsClientError() bool
IsClientError returns true when this get scim resourcetype unauthorized response has a 4xx status code
func (*GetScimResourcetypeUnauthorized) IsCode ¶
func (o *GetScimResourcetypeUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim resourcetype unauthorized response a status code equal to that given
func (*GetScimResourcetypeUnauthorized) IsRedirect ¶
func (o *GetScimResourcetypeUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype unauthorized response has a 3xx status code
func (*GetScimResourcetypeUnauthorized) IsServerError ¶
func (o *GetScimResourcetypeUnauthorized) IsServerError() bool
IsServerError returns true when this get scim resourcetype unauthorized response has a 5xx status code
func (*GetScimResourcetypeUnauthorized) IsSuccess ¶
func (o *GetScimResourcetypeUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype unauthorized response has a 2xx status code
func (*GetScimResourcetypeUnauthorized) String ¶
func (o *GetScimResourcetypeUnauthorized) String() string
type GetScimResourcetypeUnsupportedMediaType ¶
GetScimResourcetypeUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimResourcetypeUnsupportedMediaType ¶
func NewGetScimResourcetypeUnsupportedMediaType() *GetScimResourcetypeUnsupportedMediaType
NewGetScimResourcetypeUnsupportedMediaType creates a GetScimResourcetypeUnsupportedMediaType with default headers values
func (*GetScimResourcetypeUnsupportedMediaType) Error ¶
func (o *GetScimResourcetypeUnsupportedMediaType) Error() string
func (*GetScimResourcetypeUnsupportedMediaType) GetPayload ¶
func (o *GetScimResourcetypeUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimResourcetypeUnsupportedMediaType) IsClientError ¶
func (o *GetScimResourcetypeUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim resourcetype unsupported media type response has a 4xx status code
func (*GetScimResourcetypeUnsupportedMediaType) IsCode ¶
func (o *GetScimResourcetypeUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim resourcetype unsupported media type response a status code equal to that given
func (*GetScimResourcetypeUnsupportedMediaType) IsRedirect ¶
func (o *GetScimResourcetypeUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim resourcetype unsupported media type response has a 3xx status code
func (*GetScimResourcetypeUnsupportedMediaType) IsServerError ¶
func (o *GetScimResourcetypeUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim resourcetype unsupported media type response has a 5xx status code
func (*GetScimResourcetypeUnsupportedMediaType) IsSuccess ¶
func (o *GetScimResourcetypeUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim resourcetype unsupported media type response has a 2xx status code
func (*GetScimResourcetypeUnsupportedMediaType) String ¶
func (o *GetScimResourcetypeUnsupportedMediaType) String() string
type GetScimResourcetypesBadRequest ¶
GetScimResourcetypesBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimResourcetypesBadRequest ¶
func NewGetScimResourcetypesBadRequest() *GetScimResourcetypesBadRequest
NewGetScimResourcetypesBadRequest creates a GetScimResourcetypesBadRequest with default headers values
func (*GetScimResourcetypesBadRequest) Error ¶
func (o *GetScimResourcetypesBadRequest) Error() string
func (*GetScimResourcetypesBadRequest) GetPayload ¶
func (o *GetScimResourcetypesBadRequest) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesBadRequest) IsClientError ¶
func (o *GetScimResourcetypesBadRequest) IsClientError() bool
IsClientError returns true when this get scim resourcetypes bad request response has a 4xx status code
func (*GetScimResourcetypesBadRequest) IsCode ¶
func (o *GetScimResourcetypesBadRequest) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes bad request response a status code equal to that given
func (*GetScimResourcetypesBadRequest) IsRedirect ¶
func (o *GetScimResourcetypesBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes bad request response has a 3xx status code
func (*GetScimResourcetypesBadRequest) IsServerError ¶
func (o *GetScimResourcetypesBadRequest) IsServerError() bool
IsServerError returns true when this get scim resourcetypes bad request response has a 5xx status code
func (*GetScimResourcetypesBadRequest) IsSuccess ¶
func (o *GetScimResourcetypesBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes bad request response has a 2xx status code
func (*GetScimResourcetypesBadRequest) String ¶
func (o *GetScimResourcetypesBadRequest) String() string
type GetScimResourcetypesForbidden ¶
GetScimResourcetypesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimResourcetypesForbidden ¶
func NewGetScimResourcetypesForbidden() *GetScimResourcetypesForbidden
NewGetScimResourcetypesForbidden creates a GetScimResourcetypesForbidden with default headers values
func (*GetScimResourcetypesForbidden) Error ¶
func (o *GetScimResourcetypesForbidden) Error() string
func (*GetScimResourcetypesForbidden) GetPayload ¶
func (o *GetScimResourcetypesForbidden) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesForbidden) IsClientError ¶
func (o *GetScimResourcetypesForbidden) IsClientError() bool
IsClientError returns true when this get scim resourcetypes forbidden response has a 4xx status code
func (*GetScimResourcetypesForbidden) IsCode ¶
func (o *GetScimResourcetypesForbidden) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes forbidden response a status code equal to that given
func (*GetScimResourcetypesForbidden) IsRedirect ¶
func (o *GetScimResourcetypesForbidden) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes forbidden response has a 3xx status code
func (*GetScimResourcetypesForbidden) IsServerError ¶
func (o *GetScimResourcetypesForbidden) IsServerError() bool
IsServerError returns true when this get scim resourcetypes forbidden response has a 5xx status code
func (*GetScimResourcetypesForbidden) IsSuccess ¶
func (o *GetScimResourcetypesForbidden) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes forbidden response has a 2xx status code
func (*GetScimResourcetypesForbidden) String ¶
func (o *GetScimResourcetypesForbidden) String() string
type GetScimResourcetypesGatewayTimeout ¶
GetScimResourcetypesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimResourcetypesGatewayTimeout ¶
func NewGetScimResourcetypesGatewayTimeout() *GetScimResourcetypesGatewayTimeout
NewGetScimResourcetypesGatewayTimeout creates a GetScimResourcetypesGatewayTimeout with default headers values
func (*GetScimResourcetypesGatewayTimeout) Error ¶
func (o *GetScimResourcetypesGatewayTimeout) Error() string
func (*GetScimResourcetypesGatewayTimeout) GetPayload ¶
func (o *GetScimResourcetypesGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesGatewayTimeout) IsClientError ¶
func (o *GetScimResourcetypesGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim resourcetypes gateway timeout response has a 4xx status code
func (*GetScimResourcetypesGatewayTimeout) IsCode ¶
func (o *GetScimResourcetypesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes gateway timeout response a status code equal to that given
func (*GetScimResourcetypesGatewayTimeout) IsRedirect ¶
func (o *GetScimResourcetypesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes gateway timeout response has a 3xx status code
func (*GetScimResourcetypesGatewayTimeout) IsServerError ¶
func (o *GetScimResourcetypesGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim resourcetypes gateway timeout response has a 5xx status code
func (*GetScimResourcetypesGatewayTimeout) IsSuccess ¶
func (o *GetScimResourcetypesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes gateway timeout response has a 2xx status code
func (*GetScimResourcetypesGatewayTimeout) String ¶
func (o *GetScimResourcetypesGatewayTimeout) String() string
type GetScimResourcetypesInternalServerError ¶
GetScimResourcetypesInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimResourcetypesInternalServerError ¶
func NewGetScimResourcetypesInternalServerError() *GetScimResourcetypesInternalServerError
NewGetScimResourcetypesInternalServerError creates a GetScimResourcetypesInternalServerError with default headers values
func (*GetScimResourcetypesInternalServerError) Error ¶
func (o *GetScimResourcetypesInternalServerError) Error() string
func (*GetScimResourcetypesInternalServerError) GetPayload ¶
func (o *GetScimResourcetypesInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesInternalServerError) IsClientError ¶
func (o *GetScimResourcetypesInternalServerError) IsClientError() bool
IsClientError returns true when this get scim resourcetypes internal server error response has a 4xx status code
func (*GetScimResourcetypesInternalServerError) IsCode ¶
func (o *GetScimResourcetypesInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes internal server error response a status code equal to that given
func (*GetScimResourcetypesInternalServerError) IsRedirect ¶
func (o *GetScimResourcetypesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes internal server error response has a 3xx status code
func (*GetScimResourcetypesInternalServerError) IsServerError ¶
func (o *GetScimResourcetypesInternalServerError) IsServerError() bool
IsServerError returns true when this get scim resourcetypes internal server error response has a 5xx status code
func (*GetScimResourcetypesInternalServerError) IsSuccess ¶
func (o *GetScimResourcetypesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes internal server error response has a 2xx status code
func (*GetScimResourcetypesInternalServerError) String ¶
func (o *GetScimResourcetypesInternalServerError) String() string
type GetScimResourcetypesNotFound ¶
GetScimResourcetypesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimResourcetypesNotFound ¶
func NewGetScimResourcetypesNotFound() *GetScimResourcetypesNotFound
NewGetScimResourcetypesNotFound creates a GetScimResourcetypesNotFound with default headers values
func (*GetScimResourcetypesNotFound) Error ¶
func (o *GetScimResourcetypesNotFound) Error() string
func (*GetScimResourcetypesNotFound) GetPayload ¶
func (o *GetScimResourcetypesNotFound) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesNotFound) IsClientError ¶
func (o *GetScimResourcetypesNotFound) IsClientError() bool
IsClientError returns true when this get scim resourcetypes not found response has a 4xx status code
func (*GetScimResourcetypesNotFound) IsCode ¶
func (o *GetScimResourcetypesNotFound) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes not found response a status code equal to that given
func (*GetScimResourcetypesNotFound) IsRedirect ¶
func (o *GetScimResourcetypesNotFound) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes not found response has a 3xx status code
func (*GetScimResourcetypesNotFound) IsServerError ¶
func (o *GetScimResourcetypesNotFound) IsServerError() bool
IsServerError returns true when this get scim resourcetypes not found response has a 5xx status code
func (*GetScimResourcetypesNotFound) IsSuccess ¶
func (o *GetScimResourcetypesNotFound) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes not found response has a 2xx status code
func (*GetScimResourcetypesNotFound) String ¶
func (o *GetScimResourcetypesNotFound) String() string
type GetScimResourcetypesOK ¶
type GetScimResourcetypesOK struct {
Payload *models.ScimConfigResourceTypesListResponse
}
GetScimResourcetypesOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimResourcetypesOK ¶
func NewGetScimResourcetypesOK() *GetScimResourcetypesOK
NewGetScimResourcetypesOK creates a GetScimResourcetypesOK with default headers values
func (*GetScimResourcetypesOK) Error ¶
func (o *GetScimResourcetypesOK) Error() string
func (*GetScimResourcetypesOK) GetPayload ¶
func (o *GetScimResourcetypesOK) GetPayload() *models.ScimConfigResourceTypesListResponse
func (*GetScimResourcetypesOK) IsClientError ¶
func (o *GetScimResourcetypesOK) IsClientError() bool
IsClientError returns true when this get scim resourcetypes o k response has a 4xx status code
func (*GetScimResourcetypesOK) IsCode ¶
func (o *GetScimResourcetypesOK) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes o k response a status code equal to that given
func (*GetScimResourcetypesOK) IsRedirect ¶
func (o *GetScimResourcetypesOK) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes o k response has a 3xx status code
func (*GetScimResourcetypesOK) IsServerError ¶
func (o *GetScimResourcetypesOK) IsServerError() bool
IsServerError returns true when this get scim resourcetypes o k response has a 5xx status code
func (*GetScimResourcetypesOK) IsSuccess ¶
func (o *GetScimResourcetypesOK) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes o k response has a 2xx status code
func (*GetScimResourcetypesOK) String ¶
func (o *GetScimResourcetypesOK) String() string
type GetScimResourcetypesParams ¶
type GetScimResourcetypesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimResourcetypesParams contains all the parameters to send to the API endpoint
for the get scim resourcetypes operation. Typically these are written to a http.Request.
func NewGetScimResourcetypesParams ¶
func NewGetScimResourcetypesParams() *GetScimResourcetypesParams
NewGetScimResourcetypesParams creates a new GetScimResourcetypesParams 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 NewGetScimResourcetypesParamsWithContext ¶
func NewGetScimResourcetypesParamsWithContext(ctx context.Context) *GetScimResourcetypesParams
NewGetScimResourcetypesParamsWithContext creates a new GetScimResourcetypesParams object with the ability to set a context for a request.
func NewGetScimResourcetypesParamsWithHTTPClient ¶
func NewGetScimResourcetypesParamsWithHTTPClient(client *http.Client) *GetScimResourcetypesParams
NewGetScimResourcetypesParamsWithHTTPClient creates a new GetScimResourcetypesParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimResourcetypesParamsWithTimeout ¶
func NewGetScimResourcetypesParamsWithTimeout(timeout time.Duration) *GetScimResourcetypesParams
NewGetScimResourcetypesParamsWithTimeout creates a new GetScimResourcetypesParams object with the ability to set a timeout on a request.
func (*GetScimResourcetypesParams) SetContext ¶
func (o *GetScimResourcetypesParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim resourcetypes params
func (*GetScimResourcetypesParams) SetDefaults ¶
func (o *GetScimResourcetypesParams) SetDefaults()
SetDefaults hydrates default values in the get scim resourcetypes params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimResourcetypesParams) SetHTTPClient ¶
func (o *GetScimResourcetypesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim resourcetypes params
func (*GetScimResourcetypesParams) SetTimeout ¶
func (o *GetScimResourcetypesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim resourcetypes params
func (*GetScimResourcetypesParams) WithContext ¶
func (o *GetScimResourcetypesParams) WithContext(ctx context.Context) *GetScimResourcetypesParams
WithContext adds the context to the get scim resourcetypes params
func (*GetScimResourcetypesParams) WithDefaults ¶
func (o *GetScimResourcetypesParams) WithDefaults() *GetScimResourcetypesParams
WithDefaults hydrates default values in the get scim resourcetypes params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimResourcetypesParams) WithHTTPClient ¶
func (o *GetScimResourcetypesParams) WithHTTPClient(client *http.Client) *GetScimResourcetypesParams
WithHTTPClient adds the HTTPClient to the get scim resourcetypes params
func (*GetScimResourcetypesParams) WithTimeout ¶
func (o *GetScimResourcetypesParams) WithTimeout(timeout time.Duration) *GetScimResourcetypesParams
WithTimeout adds the timeout to the get scim resourcetypes params
func (*GetScimResourcetypesParams) WriteToRequest ¶
func (o *GetScimResourcetypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimResourcetypesReader ¶
type GetScimResourcetypesReader struct {
// contains filtered or unexported fields
}
GetScimResourcetypesReader is a Reader for the GetScimResourcetypes structure.
func (*GetScimResourcetypesReader) ReadResponse ¶
func (o *GetScimResourcetypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimResourcetypesRequestEntityTooLarge ¶
GetScimResourcetypesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimResourcetypesRequestEntityTooLarge ¶
func NewGetScimResourcetypesRequestEntityTooLarge() *GetScimResourcetypesRequestEntityTooLarge
NewGetScimResourcetypesRequestEntityTooLarge creates a GetScimResourcetypesRequestEntityTooLarge with default headers values
func (*GetScimResourcetypesRequestEntityTooLarge) Error ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) Error() string
func (*GetScimResourcetypesRequestEntityTooLarge) GetPayload ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesRequestEntityTooLarge) IsClientError ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim resourcetypes request entity too large response has a 4xx status code
func (*GetScimResourcetypesRequestEntityTooLarge) IsCode ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes request entity too large response a status code equal to that given
func (*GetScimResourcetypesRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes request entity too large response has a 3xx status code
func (*GetScimResourcetypesRequestEntityTooLarge) IsServerError ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim resourcetypes request entity too large response has a 5xx status code
func (*GetScimResourcetypesRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes request entity too large response has a 2xx status code
func (*GetScimResourcetypesRequestEntityTooLarge) String ¶
func (o *GetScimResourcetypesRequestEntityTooLarge) String() string
type GetScimResourcetypesRequestTimeout ¶
GetScimResourcetypesRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimResourcetypesRequestTimeout ¶
func NewGetScimResourcetypesRequestTimeout() *GetScimResourcetypesRequestTimeout
NewGetScimResourcetypesRequestTimeout creates a GetScimResourcetypesRequestTimeout with default headers values
func (*GetScimResourcetypesRequestTimeout) Error ¶
func (o *GetScimResourcetypesRequestTimeout) Error() string
func (*GetScimResourcetypesRequestTimeout) GetPayload ¶
func (o *GetScimResourcetypesRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesRequestTimeout) IsClientError ¶
func (o *GetScimResourcetypesRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim resourcetypes request timeout response has a 4xx status code
func (*GetScimResourcetypesRequestTimeout) IsCode ¶
func (o *GetScimResourcetypesRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes request timeout response a status code equal to that given
func (*GetScimResourcetypesRequestTimeout) IsRedirect ¶
func (o *GetScimResourcetypesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes request timeout response has a 3xx status code
func (*GetScimResourcetypesRequestTimeout) IsServerError ¶
func (o *GetScimResourcetypesRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim resourcetypes request timeout response has a 5xx status code
func (*GetScimResourcetypesRequestTimeout) IsSuccess ¶
func (o *GetScimResourcetypesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes request timeout response has a 2xx status code
func (*GetScimResourcetypesRequestTimeout) String ¶
func (o *GetScimResourcetypesRequestTimeout) String() string
type GetScimResourcetypesServiceUnavailable ¶
type GetScimResourcetypesServiceUnavailable struct {
}GetScimResourcetypesServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimResourcetypesServiceUnavailable ¶
func NewGetScimResourcetypesServiceUnavailable() *GetScimResourcetypesServiceUnavailable
NewGetScimResourcetypesServiceUnavailable creates a GetScimResourcetypesServiceUnavailable with default headers values
func (*GetScimResourcetypesServiceUnavailable) Error ¶
func (o *GetScimResourcetypesServiceUnavailable) Error() string
func (*GetScimResourcetypesServiceUnavailable) GetPayload ¶
func (o *GetScimResourcetypesServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesServiceUnavailable) IsClientError ¶
func (o *GetScimResourcetypesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim resourcetypes service unavailable response has a 4xx status code
func (*GetScimResourcetypesServiceUnavailable) IsCode ¶
func (o *GetScimResourcetypesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes service unavailable response a status code equal to that given
func (*GetScimResourcetypesServiceUnavailable) IsRedirect ¶
func (o *GetScimResourcetypesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes service unavailable response has a 3xx status code
func (*GetScimResourcetypesServiceUnavailable) IsServerError ¶
func (o *GetScimResourcetypesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim resourcetypes service unavailable response has a 5xx status code
func (*GetScimResourcetypesServiceUnavailable) IsSuccess ¶
func (o *GetScimResourcetypesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes service unavailable response has a 2xx status code
func (*GetScimResourcetypesServiceUnavailable) String ¶
func (o *GetScimResourcetypesServiceUnavailable) String() string
type GetScimResourcetypesTooManyRequests ¶
GetScimResourcetypesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimResourcetypesTooManyRequests ¶
func NewGetScimResourcetypesTooManyRequests() *GetScimResourcetypesTooManyRequests
NewGetScimResourcetypesTooManyRequests creates a GetScimResourcetypesTooManyRequests with default headers values
func (*GetScimResourcetypesTooManyRequests) Error ¶
func (o *GetScimResourcetypesTooManyRequests) Error() string
func (*GetScimResourcetypesTooManyRequests) GetPayload ¶
func (o *GetScimResourcetypesTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesTooManyRequests) IsClientError ¶
func (o *GetScimResourcetypesTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim resourcetypes too many requests response has a 4xx status code
func (*GetScimResourcetypesTooManyRequests) IsCode ¶
func (o *GetScimResourcetypesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes too many requests response a status code equal to that given
func (*GetScimResourcetypesTooManyRequests) IsRedirect ¶
func (o *GetScimResourcetypesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes too many requests response has a 3xx status code
func (*GetScimResourcetypesTooManyRequests) IsServerError ¶
func (o *GetScimResourcetypesTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim resourcetypes too many requests response has a 5xx status code
func (*GetScimResourcetypesTooManyRequests) IsSuccess ¶
func (o *GetScimResourcetypesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes too many requests response has a 2xx status code
func (*GetScimResourcetypesTooManyRequests) String ¶
func (o *GetScimResourcetypesTooManyRequests) String() string
type GetScimResourcetypesUnauthorized ¶
type GetScimResourcetypesUnauthorized struct {
}GetScimResourcetypesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimResourcetypesUnauthorized ¶
func NewGetScimResourcetypesUnauthorized() *GetScimResourcetypesUnauthorized
NewGetScimResourcetypesUnauthorized creates a GetScimResourcetypesUnauthorized with default headers values
func (*GetScimResourcetypesUnauthorized) Error ¶
func (o *GetScimResourcetypesUnauthorized) Error() string
func (*GetScimResourcetypesUnauthorized) GetPayload ¶
func (o *GetScimResourcetypesUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesUnauthorized) IsClientError ¶
func (o *GetScimResourcetypesUnauthorized) IsClientError() bool
IsClientError returns true when this get scim resourcetypes unauthorized response has a 4xx status code
func (*GetScimResourcetypesUnauthorized) IsCode ¶
func (o *GetScimResourcetypesUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes unauthorized response a status code equal to that given
func (*GetScimResourcetypesUnauthorized) IsRedirect ¶
func (o *GetScimResourcetypesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes unauthorized response has a 3xx status code
func (*GetScimResourcetypesUnauthorized) IsServerError ¶
func (o *GetScimResourcetypesUnauthorized) IsServerError() bool
IsServerError returns true when this get scim resourcetypes unauthorized response has a 5xx status code
func (*GetScimResourcetypesUnauthorized) IsSuccess ¶
func (o *GetScimResourcetypesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes unauthorized response has a 2xx status code
func (*GetScimResourcetypesUnauthorized) String ¶
func (o *GetScimResourcetypesUnauthorized) String() string
type GetScimResourcetypesUnsupportedMediaType ¶
GetScimResourcetypesUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimResourcetypesUnsupportedMediaType ¶
func NewGetScimResourcetypesUnsupportedMediaType() *GetScimResourcetypesUnsupportedMediaType
NewGetScimResourcetypesUnsupportedMediaType creates a GetScimResourcetypesUnsupportedMediaType with default headers values
func (*GetScimResourcetypesUnsupportedMediaType) Error ¶
func (o *GetScimResourcetypesUnsupportedMediaType) Error() string
func (*GetScimResourcetypesUnsupportedMediaType) GetPayload ¶
func (o *GetScimResourcetypesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimResourcetypesUnsupportedMediaType) IsClientError ¶
func (o *GetScimResourcetypesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim resourcetypes unsupported media type response has a 4xx status code
func (*GetScimResourcetypesUnsupportedMediaType) IsCode ¶
func (o *GetScimResourcetypesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim resourcetypes unsupported media type response a status code equal to that given
func (*GetScimResourcetypesUnsupportedMediaType) IsRedirect ¶
func (o *GetScimResourcetypesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim resourcetypes unsupported media type response has a 3xx status code
func (*GetScimResourcetypesUnsupportedMediaType) IsServerError ¶
func (o *GetScimResourcetypesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim resourcetypes unsupported media type response has a 5xx status code
func (*GetScimResourcetypesUnsupportedMediaType) IsSuccess ¶
func (o *GetScimResourcetypesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim resourcetypes unsupported media type response has a 2xx status code
func (*GetScimResourcetypesUnsupportedMediaType) String ¶
func (o *GetScimResourcetypesUnsupportedMediaType) String() string
type GetScimSchemaBadRequest ¶
GetScimSchemaBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimSchemaBadRequest ¶
func NewGetScimSchemaBadRequest() *GetScimSchemaBadRequest
NewGetScimSchemaBadRequest creates a GetScimSchemaBadRequest with default headers values
func (*GetScimSchemaBadRequest) Error ¶
func (o *GetScimSchemaBadRequest) Error() string
func (*GetScimSchemaBadRequest) GetPayload ¶
func (o *GetScimSchemaBadRequest) GetPayload() *models.ErrorBody
func (*GetScimSchemaBadRequest) IsClientError ¶
func (o *GetScimSchemaBadRequest) IsClientError() bool
IsClientError returns true when this get scim schema bad request response has a 4xx status code
func (*GetScimSchemaBadRequest) IsCode ¶
func (o *GetScimSchemaBadRequest) IsCode(code int) bool
IsCode returns true when this get scim schema bad request response a status code equal to that given
func (*GetScimSchemaBadRequest) IsRedirect ¶
func (o *GetScimSchemaBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim schema bad request response has a 3xx status code
func (*GetScimSchemaBadRequest) IsServerError ¶
func (o *GetScimSchemaBadRequest) IsServerError() bool
IsServerError returns true when this get scim schema bad request response has a 5xx status code
func (*GetScimSchemaBadRequest) IsSuccess ¶
func (o *GetScimSchemaBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim schema bad request response has a 2xx status code
func (*GetScimSchemaBadRequest) String ¶
func (o *GetScimSchemaBadRequest) String() string
type GetScimSchemaForbidden ¶
GetScimSchemaForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimSchemaForbidden ¶
func NewGetScimSchemaForbidden() *GetScimSchemaForbidden
NewGetScimSchemaForbidden creates a GetScimSchemaForbidden with default headers values
func (*GetScimSchemaForbidden) Error ¶
func (o *GetScimSchemaForbidden) Error() string
func (*GetScimSchemaForbidden) GetPayload ¶
func (o *GetScimSchemaForbidden) GetPayload() *models.ErrorBody
func (*GetScimSchemaForbidden) IsClientError ¶
func (o *GetScimSchemaForbidden) IsClientError() bool
IsClientError returns true when this get scim schema forbidden response has a 4xx status code
func (*GetScimSchemaForbidden) IsCode ¶
func (o *GetScimSchemaForbidden) IsCode(code int) bool
IsCode returns true when this get scim schema forbidden response a status code equal to that given
func (*GetScimSchemaForbidden) IsRedirect ¶
func (o *GetScimSchemaForbidden) IsRedirect() bool
IsRedirect returns true when this get scim schema forbidden response has a 3xx status code
func (*GetScimSchemaForbidden) IsServerError ¶
func (o *GetScimSchemaForbidden) IsServerError() bool
IsServerError returns true when this get scim schema forbidden response has a 5xx status code
func (*GetScimSchemaForbidden) IsSuccess ¶
func (o *GetScimSchemaForbidden) IsSuccess() bool
IsSuccess returns true when this get scim schema forbidden response has a 2xx status code
func (*GetScimSchemaForbidden) String ¶
func (o *GetScimSchemaForbidden) String() string
type GetScimSchemaGatewayTimeout ¶
GetScimSchemaGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimSchemaGatewayTimeout ¶
func NewGetScimSchemaGatewayTimeout() *GetScimSchemaGatewayTimeout
NewGetScimSchemaGatewayTimeout creates a GetScimSchemaGatewayTimeout with default headers values
func (*GetScimSchemaGatewayTimeout) Error ¶
func (o *GetScimSchemaGatewayTimeout) Error() string
func (*GetScimSchemaGatewayTimeout) GetPayload ¶
func (o *GetScimSchemaGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimSchemaGatewayTimeout) IsClientError ¶
func (o *GetScimSchemaGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim schema gateway timeout response has a 4xx status code
func (*GetScimSchemaGatewayTimeout) IsCode ¶
func (o *GetScimSchemaGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim schema gateway timeout response a status code equal to that given
func (*GetScimSchemaGatewayTimeout) IsRedirect ¶
func (o *GetScimSchemaGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim schema gateway timeout response has a 3xx status code
func (*GetScimSchemaGatewayTimeout) IsServerError ¶
func (o *GetScimSchemaGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim schema gateway timeout response has a 5xx status code
func (*GetScimSchemaGatewayTimeout) IsSuccess ¶
func (o *GetScimSchemaGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim schema gateway timeout response has a 2xx status code
func (*GetScimSchemaGatewayTimeout) String ¶
func (o *GetScimSchemaGatewayTimeout) String() string
type GetScimSchemaInternalServerError ¶
GetScimSchemaInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimSchemaInternalServerError ¶
func NewGetScimSchemaInternalServerError() *GetScimSchemaInternalServerError
NewGetScimSchemaInternalServerError creates a GetScimSchemaInternalServerError with default headers values
func (*GetScimSchemaInternalServerError) Error ¶
func (o *GetScimSchemaInternalServerError) Error() string
func (*GetScimSchemaInternalServerError) GetPayload ¶
func (o *GetScimSchemaInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimSchemaInternalServerError) IsClientError ¶
func (o *GetScimSchemaInternalServerError) IsClientError() bool
IsClientError returns true when this get scim schema internal server error response has a 4xx status code
func (*GetScimSchemaInternalServerError) IsCode ¶
func (o *GetScimSchemaInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim schema internal server error response a status code equal to that given
func (*GetScimSchemaInternalServerError) IsRedirect ¶
func (o *GetScimSchemaInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim schema internal server error response has a 3xx status code
func (*GetScimSchemaInternalServerError) IsServerError ¶
func (o *GetScimSchemaInternalServerError) IsServerError() bool
IsServerError returns true when this get scim schema internal server error response has a 5xx status code
func (*GetScimSchemaInternalServerError) IsSuccess ¶
func (o *GetScimSchemaInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim schema internal server error response has a 2xx status code
func (*GetScimSchemaInternalServerError) String ¶
func (o *GetScimSchemaInternalServerError) String() string
type GetScimSchemaNotFound ¶
GetScimSchemaNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimSchemaNotFound ¶
func NewGetScimSchemaNotFound() *GetScimSchemaNotFound
NewGetScimSchemaNotFound creates a GetScimSchemaNotFound with default headers values
func (*GetScimSchemaNotFound) Error ¶
func (o *GetScimSchemaNotFound) Error() string
func (*GetScimSchemaNotFound) GetPayload ¶
func (o *GetScimSchemaNotFound) GetPayload() *models.ErrorBody
func (*GetScimSchemaNotFound) IsClientError ¶
func (o *GetScimSchemaNotFound) IsClientError() bool
IsClientError returns true when this get scim schema not found response has a 4xx status code
func (*GetScimSchemaNotFound) IsCode ¶
func (o *GetScimSchemaNotFound) IsCode(code int) bool
IsCode returns true when this get scim schema not found response a status code equal to that given
func (*GetScimSchemaNotFound) IsRedirect ¶
func (o *GetScimSchemaNotFound) IsRedirect() bool
IsRedirect returns true when this get scim schema not found response has a 3xx status code
func (*GetScimSchemaNotFound) IsServerError ¶
func (o *GetScimSchemaNotFound) IsServerError() bool
IsServerError returns true when this get scim schema not found response has a 5xx status code
func (*GetScimSchemaNotFound) IsSuccess ¶
func (o *GetScimSchemaNotFound) IsSuccess() bool
IsSuccess returns true when this get scim schema not found response has a 2xx status code
func (*GetScimSchemaNotFound) String ¶
func (o *GetScimSchemaNotFound) String() string
type GetScimSchemaOK ¶
type GetScimSchemaOK struct {
Payload *models.ScimV2SchemaDefinition
}
GetScimSchemaOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimSchemaOK ¶
func NewGetScimSchemaOK() *GetScimSchemaOK
NewGetScimSchemaOK creates a GetScimSchemaOK with default headers values
func (*GetScimSchemaOK) Error ¶
func (o *GetScimSchemaOK) Error() string
func (*GetScimSchemaOK) GetPayload ¶
func (o *GetScimSchemaOK) GetPayload() *models.ScimV2SchemaDefinition
func (*GetScimSchemaOK) IsClientError ¶
func (o *GetScimSchemaOK) IsClientError() bool
IsClientError returns true when this get scim schema o k response has a 4xx status code
func (*GetScimSchemaOK) IsCode ¶
func (o *GetScimSchemaOK) IsCode(code int) bool
IsCode returns true when this get scim schema o k response a status code equal to that given
func (*GetScimSchemaOK) IsRedirect ¶
func (o *GetScimSchemaOK) IsRedirect() bool
IsRedirect returns true when this get scim schema o k response has a 3xx status code
func (*GetScimSchemaOK) IsServerError ¶
func (o *GetScimSchemaOK) IsServerError() bool
IsServerError returns true when this get scim schema o k response has a 5xx status code
func (*GetScimSchemaOK) IsSuccess ¶
func (o *GetScimSchemaOK) IsSuccess() bool
IsSuccess returns true when this get scim schema o k response has a 2xx status code
func (*GetScimSchemaOK) String ¶
func (o *GetScimSchemaOK) String() string
type GetScimSchemaParams ¶
type GetScimSchemaParams struct { /* SchemaID. The ID of a schema. Returned with GET /api/v2/scim/schemas. */ SchemaID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimSchemaParams contains all the parameters to send to the API endpoint
for the get scim schema operation. Typically these are written to a http.Request.
func NewGetScimSchemaParams ¶
func NewGetScimSchemaParams() *GetScimSchemaParams
NewGetScimSchemaParams creates a new GetScimSchemaParams 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 NewGetScimSchemaParamsWithContext ¶
func NewGetScimSchemaParamsWithContext(ctx context.Context) *GetScimSchemaParams
NewGetScimSchemaParamsWithContext creates a new GetScimSchemaParams object with the ability to set a context for a request.
func NewGetScimSchemaParamsWithHTTPClient ¶
func NewGetScimSchemaParamsWithHTTPClient(client *http.Client) *GetScimSchemaParams
NewGetScimSchemaParamsWithHTTPClient creates a new GetScimSchemaParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimSchemaParamsWithTimeout ¶
func NewGetScimSchemaParamsWithTimeout(timeout time.Duration) *GetScimSchemaParams
NewGetScimSchemaParamsWithTimeout creates a new GetScimSchemaParams object with the ability to set a timeout on a request.
func (*GetScimSchemaParams) SetContext ¶
func (o *GetScimSchemaParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim schema params
func (*GetScimSchemaParams) SetDefaults ¶
func (o *GetScimSchemaParams) SetDefaults()
SetDefaults hydrates default values in the get scim schema params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimSchemaParams) SetHTTPClient ¶
func (o *GetScimSchemaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim schema params
func (*GetScimSchemaParams) SetSchemaID ¶
func (o *GetScimSchemaParams) SetSchemaID(schemaID string)
SetSchemaID adds the schemaId to the get scim schema params
func (*GetScimSchemaParams) SetTimeout ¶
func (o *GetScimSchemaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim schema params
func (*GetScimSchemaParams) WithContext ¶
func (o *GetScimSchemaParams) WithContext(ctx context.Context) *GetScimSchemaParams
WithContext adds the context to the get scim schema params
func (*GetScimSchemaParams) WithDefaults ¶
func (o *GetScimSchemaParams) WithDefaults() *GetScimSchemaParams
WithDefaults hydrates default values in the get scim schema params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimSchemaParams) WithHTTPClient ¶
func (o *GetScimSchemaParams) WithHTTPClient(client *http.Client) *GetScimSchemaParams
WithHTTPClient adds the HTTPClient to the get scim schema params
func (*GetScimSchemaParams) WithSchemaID ¶
func (o *GetScimSchemaParams) WithSchemaID(schemaID string) *GetScimSchemaParams
WithSchemaID adds the schemaID to the get scim schema params
func (*GetScimSchemaParams) WithTimeout ¶
func (o *GetScimSchemaParams) WithTimeout(timeout time.Duration) *GetScimSchemaParams
WithTimeout adds the timeout to the get scim schema params
func (*GetScimSchemaParams) WriteToRequest ¶
func (o *GetScimSchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimSchemaReader ¶
type GetScimSchemaReader struct {
// contains filtered or unexported fields
}
GetScimSchemaReader is a Reader for the GetScimSchema structure.
func (*GetScimSchemaReader) ReadResponse ¶
func (o *GetScimSchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimSchemaRequestEntityTooLarge ¶
GetScimSchemaRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimSchemaRequestEntityTooLarge ¶
func NewGetScimSchemaRequestEntityTooLarge() *GetScimSchemaRequestEntityTooLarge
NewGetScimSchemaRequestEntityTooLarge creates a GetScimSchemaRequestEntityTooLarge with default headers values
func (*GetScimSchemaRequestEntityTooLarge) Error ¶
func (o *GetScimSchemaRequestEntityTooLarge) Error() string
func (*GetScimSchemaRequestEntityTooLarge) GetPayload ¶
func (o *GetScimSchemaRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimSchemaRequestEntityTooLarge) IsClientError ¶
func (o *GetScimSchemaRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim schema request entity too large response has a 4xx status code
func (*GetScimSchemaRequestEntityTooLarge) IsCode ¶
func (o *GetScimSchemaRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim schema request entity too large response a status code equal to that given
func (*GetScimSchemaRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimSchemaRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim schema request entity too large response has a 3xx status code
func (*GetScimSchemaRequestEntityTooLarge) IsServerError ¶
func (o *GetScimSchemaRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim schema request entity too large response has a 5xx status code
func (*GetScimSchemaRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimSchemaRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim schema request entity too large response has a 2xx status code
func (*GetScimSchemaRequestEntityTooLarge) String ¶
func (o *GetScimSchemaRequestEntityTooLarge) String() string
type GetScimSchemaRequestTimeout ¶
GetScimSchemaRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimSchemaRequestTimeout ¶
func NewGetScimSchemaRequestTimeout() *GetScimSchemaRequestTimeout
NewGetScimSchemaRequestTimeout creates a GetScimSchemaRequestTimeout with default headers values
func (*GetScimSchemaRequestTimeout) Error ¶
func (o *GetScimSchemaRequestTimeout) Error() string
func (*GetScimSchemaRequestTimeout) GetPayload ¶
func (o *GetScimSchemaRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimSchemaRequestTimeout) IsClientError ¶
func (o *GetScimSchemaRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim schema request timeout response has a 4xx status code
func (*GetScimSchemaRequestTimeout) IsCode ¶
func (o *GetScimSchemaRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim schema request timeout response a status code equal to that given
func (*GetScimSchemaRequestTimeout) IsRedirect ¶
func (o *GetScimSchemaRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim schema request timeout response has a 3xx status code
func (*GetScimSchemaRequestTimeout) IsServerError ¶
func (o *GetScimSchemaRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim schema request timeout response has a 5xx status code
func (*GetScimSchemaRequestTimeout) IsSuccess ¶
func (o *GetScimSchemaRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim schema request timeout response has a 2xx status code
func (*GetScimSchemaRequestTimeout) String ¶
func (o *GetScimSchemaRequestTimeout) String() string
type GetScimSchemaServiceUnavailable ¶
type GetScimSchemaServiceUnavailable struct {
}GetScimSchemaServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimSchemaServiceUnavailable ¶
func NewGetScimSchemaServiceUnavailable() *GetScimSchemaServiceUnavailable
NewGetScimSchemaServiceUnavailable creates a GetScimSchemaServiceUnavailable with default headers values
func (*GetScimSchemaServiceUnavailable) Error ¶
func (o *GetScimSchemaServiceUnavailable) Error() string
func (*GetScimSchemaServiceUnavailable) GetPayload ¶
func (o *GetScimSchemaServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimSchemaServiceUnavailable) IsClientError ¶
func (o *GetScimSchemaServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim schema service unavailable response has a 4xx status code
func (*GetScimSchemaServiceUnavailable) IsCode ¶
func (o *GetScimSchemaServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim schema service unavailable response a status code equal to that given
func (*GetScimSchemaServiceUnavailable) IsRedirect ¶
func (o *GetScimSchemaServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim schema service unavailable response has a 3xx status code
func (*GetScimSchemaServiceUnavailable) IsServerError ¶
func (o *GetScimSchemaServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim schema service unavailable response has a 5xx status code
func (*GetScimSchemaServiceUnavailable) IsSuccess ¶
func (o *GetScimSchemaServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim schema service unavailable response has a 2xx status code
func (*GetScimSchemaServiceUnavailable) String ¶
func (o *GetScimSchemaServiceUnavailable) String() string
type GetScimSchemaTooManyRequests ¶
GetScimSchemaTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimSchemaTooManyRequests ¶
func NewGetScimSchemaTooManyRequests() *GetScimSchemaTooManyRequests
NewGetScimSchemaTooManyRequests creates a GetScimSchemaTooManyRequests with default headers values
func (*GetScimSchemaTooManyRequests) Error ¶
func (o *GetScimSchemaTooManyRequests) Error() string
func (*GetScimSchemaTooManyRequests) GetPayload ¶
func (o *GetScimSchemaTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimSchemaTooManyRequests) IsClientError ¶
func (o *GetScimSchemaTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim schema too many requests response has a 4xx status code
func (*GetScimSchemaTooManyRequests) IsCode ¶
func (o *GetScimSchemaTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim schema too many requests response a status code equal to that given
func (*GetScimSchemaTooManyRequests) IsRedirect ¶
func (o *GetScimSchemaTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim schema too many requests response has a 3xx status code
func (*GetScimSchemaTooManyRequests) IsServerError ¶
func (o *GetScimSchemaTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim schema too many requests response has a 5xx status code
func (*GetScimSchemaTooManyRequests) IsSuccess ¶
func (o *GetScimSchemaTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim schema too many requests response has a 2xx status code
func (*GetScimSchemaTooManyRequests) String ¶
func (o *GetScimSchemaTooManyRequests) String() string
type GetScimSchemaUnauthorized ¶
type GetScimSchemaUnauthorized struct {
}GetScimSchemaUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimSchemaUnauthorized ¶
func NewGetScimSchemaUnauthorized() *GetScimSchemaUnauthorized
NewGetScimSchemaUnauthorized creates a GetScimSchemaUnauthorized with default headers values
func (*GetScimSchemaUnauthorized) Error ¶
func (o *GetScimSchemaUnauthorized) Error() string
func (*GetScimSchemaUnauthorized) GetPayload ¶
func (o *GetScimSchemaUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimSchemaUnauthorized) IsClientError ¶
func (o *GetScimSchemaUnauthorized) IsClientError() bool
IsClientError returns true when this get scim schema unauthorized response has a 4xx status code
func (*GetScimSchemaUnauthorized) IsCode ¶
func (o *GetScimSchemaUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim schema unauthorized response a status code equal to that given
func (*GetScimSchemaUnauthorized) IsRedirect ¶
func (o *GetScimSchemaUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim schema unauthorized response has a 3xx status code
func (*GetScimSchemaUnauthorized) IsServerError ¶
func (o *GetScimSchemaUnauthorized) IsServerError() bool
IsServerError returns true when this get scim schema unauthorized response has a 5xx status code
func (*GetScimSchemaUnauthorized) IsSuccess ¶
func (o *GetScimSchemaUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim schema unauthorized response has a 2xx status code
func (*GetScimSchemaUnauthorized) String ¶
func (o *GetScimSchemaUnauthorized) String() string
type GetScimSchemaUnsupportedMediaType ¶
GetScimSchemaUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimSchemaUnsupportedMediaType ¶
func NewGetScimSchemaUnsupportedMediaType() *GetScimSchemaUnsupportedMediaType
NewGetScimSchemaUnsupportedMediaType creates a GetScimSchemaUnsupportedMediaType with default headers values
func (*GetScimSchemaUnsupportedMediaType) Error ¶
func (o *GetScimSchemaUnsupportedMediaType) Error() string
func (*GetScimSchemaUnsupportedMediaType) GetPayload ¶
func (o *GetScimSchemaUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimSchemaUnsupportedMediaType) IsClientError ¶
func (o *GetScimSchemaUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim schema unsupported media type response has a 4xx status code
func (*GetScimSchemaUnsupportedMediaType) IsCode ¶
func (o *GetScimSchemaUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim schema unsupported media type response a status code equal to that given
func (*GetScimSchemaUnsupportedMediaType) IsRedirect ¶
func (o *GetScimSchemaUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim schema unsupported media type response has a 3xx status code
func (*GetScimSchemaUnsupportedMediaType) IsServerError ¶
func (o *GetScimSchemaUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim schema unsupported media type response has a 5xx status code
func (*GetScimSchemaUnsupportedMediaType) IsSuccess ¶
func (o *GetScimSchemaUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim schema unsupported media type response has a 2xx status code
func (*GetScimSchemaUnsupportedMediaType) String ¶
func (o *GetScimSchemaUnsupportedMediaType) String() string
type GetScimSchemasBadRequest ¶
GetScimSchemasBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimSchemasBadRequest ¶
func NewGetScimSchemasBadRequest() *GetScimSchemasBadRequest
NewGetScimSchemasBadRequest creates a GetScimSchemasBadRequest with default headers values
func (*GetScimSchemasBadRequest) Error ¶
func (o *GetScimSchemasBadRequest) Error() string
func (*GetScimSchemasBadRequest) GetPayload ¶
func (o *GetScimSchemasBadRequest) GetPayload() *models.ErrorBody
func (*GetScimSchemasBadRequest) IsClientError ¶
func (o *GetScimSchemasBadRequest) IsClientError() bool
IsClientError returns true when this get scim schemas bad request response has a 4xx status code
func (*GetScimSchemasBadRequest) IsCode ¶
func (o *GetScimSchemasBadRequest) IsCode(code int) bool
IsCode returns true when this get scim schemas bad request response a status code equal to that given
func (*GetScimSchemasBadRequest) IsRedirect ¶
func (o *GetScimSchemasBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim schemas bad request response has a 3xx status code
func (*GetScimSchemasBadRequest) IsServerError ¶
func (o *GetScimSchemasBadRequest) IsServerError() bool
IsServerError returns true when this get scim schemas bad request response has a 5xx status code
func (*GetScimSchemasBadRequest) IsSuccess ¶
func (o *GetScimSchemasBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim schemas bad request response has a 2xx status code
func (*GetScimSchemasBadRequest) String ¶
func (o *GetScimSchemasBadRequest) String() string
type GetScimSchemasForbidden ¶
GetScimSchemasForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimSchemasForbidden ¶
func NewGetScimSchemasForbidden() *GetScimSchemasForbidden
NewGetScimSchemasForbidden creates a GetScimSchemasForbidden with default headers values
func (*GetScimSchemasForbidden) Error ¶
func (o *GetScimSchemasForbidden) Error() string
func (*GetScimSchemasForbidden) GetPayload ¶
func (o *GetScimSchemasForbidden) GetPayload() *models.ErrorBody
func (*GetScimSchemasForbidden) IsClientError ¶
func (o *GetScimSchemasForbidden) IsClientError() bool
IsClientError returns true when this get scim schemas forbidden response has a 4xx status code
func (*GetScimSchemasForbidden) IsCode ¶
func (o *GetScimSchemasForbidden) IsCode(code int) bool
IsCode returns true when this get scim schemas forbidden response a status code equal to that given
func (*GetScimSchemasForbidden) IsRedirect ¶
func (o *GetScimSchemasForbidden) IsRedirect() bool
IsRedirect returns true when this get scim schemas forbidden response has a 3xx status code
func (*GetScimSchemasForbidden) IsServerError ¶
func (o *GetScimSchemasForbidden) IsServerError() bool
IsServerError returns true when this get scim schemas forbidden response has a 5xx status code
func (*GetScimSchemasForbidden) IsSuccess ¶
func (o *GetScimSchemasForbidden) IsSuccess() bool
IsSuccess returns true when this get scim schemas forbidden response has a 2xx status code
func (*GetScimSchemasForbidden) String ¶
func (o *GetScimSchemasForbidden) String() string
type GetScimSchemasGatewayTimeout ¶
GetScimSchemasGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimSchemasGatewayTimeout ¶
func NewGetScimSchemasGatewayTimeout() *GetScimSchemasGatewayTimeout
NewGetScimSchemasGatewayTimeout creates a GetScimSchemasGatewayTimeout with default headers values
func (*GetScimSchemasGatewayTimeout) Error ¶
func (o *GetScimSchemasGatewayTimeout) Error() string
func (*GetScimSchemasGatewayTimeout) GetPayload ¶
func (o *GetScimSchemasGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimSchemasGatewayTimeout) IsClientError ¶
func (o *GetScimSchemasGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim schemas gateway timeout response has a 4xx status code
func (*GetScimSchemasGatewayTimeout) IsCode ¶
func (o *GetScimSchemasGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim schemas gateway timeout response a status code equal to that given
func (*GetScimSchemasGatewayTimeout) IsRedirect ¶
func (o *GetScimSchemasGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim schemas gateway timeout response has a 3xx status code
func (*GetScimSchemasGatewayTimeout) IsServerError ¶
func (o *GetScimSchemasGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim schemas gateway timeout response has a 5xx status code
func (*GetScimSchemasGatewayTimeout) IsSuccess ¶
func (o *GetScimSchemasGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim schemas gateway timeout response has a 2xx status code
func (*GetScimSchemasGatewayTimeout) String ¶
func (o *GetScimSchemasGatewayTimeout) String() string
type GetScimSchemasInternalServerError ¶
GetScimSchemasInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimSchemasInternalServerError ¶
func NewGetScimSchemasInternalServerError() *GetScimSchemasInternalServerError
NewGetScimSchemasInternalServerError creates a GetScimSchemasInternalServerError with default headers values
func (*GetScimSchemasInternalServerError) Error ¶
func (o *GetScimSchemasInternalServerError) Error() string
func (*GetScimSchemasInternalServerError) GetPayload ¶
func (o *GetScimSchemasInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimSchemasInternalServerError) IsClientError ¶
func (o *GetScimSchemasInternalServerError) IsClientError() bool
IsClientError returns true when this get scim schemas internal server error response has a 4xx status code
func (*GetScimSchemasInternalServerError) IsCode ¶
func (o *GetScimSchemasInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim schemas internal server error response a status code equal to that given
func (*GetScimSchemasInternalServerError) IsRedirect ¶
func (o *GetScimSchemasInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim schemas internal server error response has a 3xx status code
func (*GetScimSchemasInternalServerError) IsServerError ¶
func (o *GetScimSchemasInternalServerError) IsServerError() bool
IsServerError returns true when this get scim schemas internal server error response has a 5xx status code
func (*GetScimSchemasInternalServerError) IsSuccess ¶
func (o *GetScimSchemasInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim schemas internal server error response has a 2xx status code
func (*GetScimSchemasInternalServerError) String ¶
func (o *GetScimSchemasInternalServerError) String() string
type GetScimSchemasNotFound ¶
GetScimSchemasNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimSchemasNotFound ¶
func NewGetScimSchemasNotFound() *GetScimSchemasNotFound
NewGetScimSchemasNotFound creates a GetScimSchemasNotFound with default headers values
func (*GetScimSchemasNotFound) Error ¶
func (o *GetScimSchemasNotFound) Error() string
func (*GetScimSchemasNotFound) GetPayload ¶
func (o *GetScimSchemasNotFound) GetPayload() *models.ErrorBody
func (*GetScimSchemasNotFound) IsClientError ¶
func (o *GetScimSchemasNotFound) IsClientError() bool
IsClientError returns true when this get scim schemas not found response has a 4xx status code
func (*GetScimSchemasNotFound) IsCode ¶
func (o *GetScimSchemasNotFound) IsCode(code int) bool
IsCode returns true when this get scim schemas not found response a status code equal to that given
func (*GetScimSchemasNotFound) IsRedirect ¶
func (o *GetScimSchemasNotFound) IsRedirect() bool
IsRedirect returns true when this get scim schemas not found response has a 3xx status code
func (*GetScimSchemasNotFound) IsServerError ¶
func (o *GetScimSchemasNotFound) IsServerError() bool
IsServerError returns true when this get scim schemas not found response has a 5xx status code
func (*GetScimSchemasNotFound) IsSuccess ¶
func (o *GetScimSchemasNotFound) IsSuccess() bool
IsSuccess returns true when this get scim schemas not found response has a 2xx status code
func (*GetScimSchemasNotFound) String ¶
func (o *GetScimSchemasNotFound) String() string
type GetScimSchemasOK ¶
type GetScimSchemasOK struct {
Payload *models.ScimV2SchemaListResponse
}
GetScimSchemasOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimSchemasOK ¶
func NewGetScimSchemasOK() *GetScimSchemasOK
NewGetScimSchemasOK creates a GetScimSchemasOK with default headers values
func (*GetScimSchemasOK) Error ¶
func (o *GetScimSchemasOK) Error() string
func (*GetScimSchemasOK) GetPayload ¶
func (o *GetScimSchemasOK) GetPayload() *models.ScimV2SchemaListResponse
func (*GetScimSchemasOK) IsClientError ¶
func (o *GetScimSchemasOK) IsClientError() bool
IsClientError returns true when this get scim schemas o k response has a 4xx status code
func (*GetScimSchemasOK) IsCode ¶
func (o *GetScimSchemasOK) IsCode(code int) bool
IsCode returns true when this get scim schemas o k response a status code equal to that given
func (*GetScimSchemasOK) IsRedirect ¶
func (o *GetScimSchemasOK) IsRedirect() bool
IsRedirect returns true when this get scim schemas o k response has a 3xx status code
func (*GetScimSchemasOK) IsServerError ¶
func (o *GetScimSchemasOK) IsServerError() bool
IsServerError returns true when this get scim schemas o k response has a 5xx status code
func (*GetScimSchemasOK) IsSuccess ¶
func (o *GetScimSchemasOK) IsSuccess() bool
IsSuccess returns true when this get scim schemas o k response has a 2xx status code
func (*GetScimSchemasOK) String ¶
func (o *GetScimSchemasOK) String() string
type GetScimSchemasParams ¶
type GetScimSchemasParams struct { /* Filter. Filtered results are invalid and return 403 Unauthorized. */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimSchemasParams contains all the parameters to send to the API endpoint
for the get scim schemas operation. Typically these are written to a http.Request.
func NewGetScimSchemasParams ¶
func NewGetScimSchemasParams() *GetScimSchemasParams
NewGetScimSchemasParams creates a new GetScimSchemasParams 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 NewGetScimSchemasParamsWithContext ¶
func NewGetScimSchemasParamsWithContext(ctx context.Context) *GetScimSchemasParams
NewGetScimSchemasParamsWithContext creates a new GetScimSchemasParams object with the ability to set a context for a request.
func NewGetScimSchemasParamsWithHTTPClient ¶
func NewGetScimSchemasParamsWithHTTPClient(client *http.Client) *GetScimSchemasParams
NewGetScimSchemasParamsWithHTTPClient creates a new GetScimSchemasParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimSchemasParamsWithTimeout ¶
func NewGetScimSchemasParamsWithTimeout(timeout time.Duration) *GetScimSchemasParams
NewGetScimSchemasParamsWithTimeout creates a new GetScimSchemasParams object with the ability to set a timeout on a request.
func (*GetScimSchemasParams) SetContext ¶
func (o *GetScimSchemasParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim schemas params
func (*GetScimSchemasParams) SetDefaults ¶
func (o *GetScimSchemasParams) SetDefaults()
SetDefaults hydrates default values in the get scim schemas params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimSchemasParams) SetFilter ¶
func (o *GetScimSchemasParams) SetFilter(filter *string)
SetFilter adds the filter to the get scim schemas params
func (*GetScimSchemasParams) SetHTTPClient ¶
func (o *GetScimSchemasParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim schemas params
func (*GetScimSchemasParams) SetTimeout ¶
func (o *GetScimSchemasParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim schemas params
func (*GetScimSchemasParams) WithContext ¶
func (o *GetScimSchemasParams) WithContext(ctx context.Context) *GetScimSchemasParams
WithContext adds the context to the get scim schemas params
func (*GetScimSchemasParams) WithDefaults ¶
func (o *GetScimSchemasParams) WithDefaults() *GetScimSchemasParams
WithDefaults hydrates default values in the get scim schemas params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimSchemasParams) WithFilter ¶
func (o *GetScimSchemasParams) WithFilter(filter *string) *GetScimSchemasParams
WithFilter adds the filter to the get scim schemas params
func (*GetScimSchemasParams) WithHTTPClient ¶
func (o *GetScimSchemasParams) WithHTTPClient(client *http.Client) *GetScimSchemasParams
WithHTTPClient adds the HTTPClient to the get scim schemas params
func (*GetScimSchemasParams) WithTimeout ¶
func (o *GetScimSchemasParams) WithTimeout(timeout time.Duration) *GetScimSchemasParams
WithTimeout adds the timeout to the get scim schemas params
func (*GetScimSchemasParams) WriteToRequest ¶
func (o *GetScimSchemasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimSchemasReader ¶
type GetScimSchemasReader struct {
// contains filtered or unexported fields
}
GetScimSchemasReader is a Reader for the GetScimSchemas structure.
func (*GetScimSchemasReader) ReadResponse ¶
func (o *GetScimSchemasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimSchemasRequestEntityTooLarge ¶
GetScimSchemasRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimSchemasRequestEntityTooLarge ¶
func NewGetScimSchemasRequestEntityTooLarge() *GetScimSchemasRequestEntityTooLarge
NewGetScimSchemasRequestEntityTooLarge creates a GetScimSchemasRequestEntityTooLarge with default headers values
func (*GetScimSchemasRequestEntityTooLarge) Error ¶
func (o *GetScimSchemasRequestEntityTooLarge) Error() string
func (*GetScimSchemasRequestEntityTooLarge) GetPayload ¶
func (o *GetScimSchemasRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimSchemasRequestEntityTooLarge) IsClientError ¶
func (o *GetScimSchemasRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim schemas request entity too large response has a 4xx status code
func (*GetScimSchemasRequestEntityTooLarge) IsCode ¶
func (o *GetScimSchemasRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim schemas request entity too large response a status code equal to that given
func (*GetScimSchemasRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimSchemasRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim schemas request entity too large response has a 3xx status code
func (*GetScimSchemasRequestEntityTooLarge) IsServerError ¶
func (o *GetScimSchemasRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim schemas request entity too large response has a 5xx status code
func (*GetScimSchemasRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimSchemasRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim schemas request entity too large response has a 2xx status code
func (*GetScimSchemasRequestEntityTooLarge) String ¶
func (o *GetScimSchemasRequestEntityTooLarge) String() string
type GetScimSchemasRequestTimeout ¶
GetScimSchemasRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimSchemasRequestTimeout ¶
func NewGetScimSchemasRequestTimeout() *GetScimSchemasRequestTimeout
NewGetScimSchemasRequestTimeout creates a GetScimSchemasRequestTimeout with default headers values
func (*GetScimSchemasRequestTimeout) Error ¶
func (o *GetScimSchemasRequestTimeout) Error() string
func (*GetScimSchemasRequestTimeout) GetPayload ¶
func (o *GetScimSchemasRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimSchemasRequestTimeout) IsClientError ¶
func (o *GetScimSchemasRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim schemas request timeout response has a 4xx status code
func (*GetScimSchemasRequestTimeout) IsCode ¶
func (o *GetScimSchemasRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim schemas request timeout response a status code equal to that given
func (*GetScimSchemasRequestTimeout) IsRedirect ¶
func (o *GetScimSchemasRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim schemas request timeout response has a 3xx status code
func (*GetScimSchemasRequestTimeout) IsServerError ¶
func (o *GetScimSchemasRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim schemas request timeout response has a 5xx status code
func (*GetScimSchemasRequestTimeout) IsSuccess ¶
func (o *GetScimSchemasRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim schemas request timeout response has a 2xx status code
func (*GetScimSchemasRequestTimeout) String ¶
func (o *GetScimSchemasRequestTimeout) String() string
type GetScimSchemasServiceUnavailable ¶
type GetScimSchemasServiceUnavailable struct {
}GetScimSchemasServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimSchemasServiceUnavailable ¶
func NewGetScimSchemasServiceUnavailable() *GetScimSchemasServiceUnavailable
NewGetScimSchemasServiceUnavailable creates a GetScimSchemasServiceUnavailable with default headers values
func (*GetScimSchemasServiceUnavailable) Error ¶
func (o *GetScimSchemasServiceUnavailable) Error() string
func (*GetScimSchemasServiceUnavailable) GetPayload ¶
func (o *GetScimSchemasServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimSchemasServiceUnavailable) IsClientError ¶
func (o *GetScimSchemasServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim schemas service unavailable response has a 4xx status code
func (*GetScimSchemasServiceUnavailable) IsCode ¶
func (o *GetScimSchemasServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim schemas service unavailable response a status code equal to that given
func (*GetScimSchemasServiceUnavailable) IsRedirect ¶
func (o *GetScimSchemasServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim schemas service unavailable response has a 3xx status code
func (*GetScimSchemasServiceUnavailable) IsServerError ¶
func (o *GetScimSchemasServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim schemas service unavailable response has a 5xx status code
func (*GetScimSchemasServiceUnavailable) IsSuccess ¶
func (o *GetScimSchemasServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim schemas service unavailable response has a 2xx status code
func (*GetScimSchemasServiceUnavailable) String ¶
func (o *GetScimSchemasServiceUnavailable) String() string
type GetScimSchemasTooManyRequests ¶
GetScimSchemasTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimSchemasTooManyRequests ¶
func NewGetScimSchemasTooManyRequests() *GetScimSchemasTooManyRequests
NewGetScimSchemasTooManyRequests creates a GetScimSchemasTooManyRequests with default headers values
func (*GetScimSchemasTooManyRequests) Error ¶
func (o *GetScimSchemasTooManyRequests) Error() string
func (*GetScimSchemasTooManyRequests) GetPayload ¶
func (o *GetScimSchemasTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimSchemasTooManyRequests) IsClientError ¶
func (o *GetScimSchemasTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim schemas too many requests response has a 4xx status code
func (*GetScimSchemasTooManyRequests) IsCode ¶
func (o *GetScimSchemasTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim schemas too many requests response a status code equal to that given
func (*GetScimSchemasTooManyRequests) IsRedirect ¶
func (o *GetScimSchemasTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim schemas too many requests response has a 3xx status code
func (*GetScimSchemasTooManyRequests) IsServerError ¶
func (o *GetScimSchemasTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim schemas too many requests response has a 5xx status code
func (*GetScimSchemasTooManyRequests) IsSuccess ¶
func (o *GetScimSchemasTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim schemas too many requests response has a 2xx status code
func (*GetScimSchemasTooManyRequests) String ¶
func (o *GetScimSchemasTooManyRequests) String() string
type GetScimSchemasUnauthorized ¶
type GetScimSchemasUnauthorized struct {
}GetScimSchemasUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimSchemasUnauthorized ¶
func NewGetScimSchemasUnauthorized() *GetScimSchemasUnauthorized
NewGetScimSchemasUnauthorized creates a GetScimSchemasUnauthorized with default headers values
func (*GetScimSchemasUnauthorized) Error ¶
func (o *GetScimSchemasUnauthorized) Error() string
func (*GetScimSchemasUnauthorized) GetPayload ¶
func (o *GetScimSchemasUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimSchemasUnauthorized) IsClientError ¶
func (o *GetScimSchemasUnauthorized) IsClientError() bool
IsClientError returns true when this get scim schemas unauthorized response has a 4xx status code
func (*GetScimSchemasUnauthorized) IsCode ¶
func (o *GetScimSchemasUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim schemas unauthorized response a status code equal to that given
func (*GetScimSchemasUnauthorized) IsRedirect ¶
func (o *GetScimSchemasUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim schemas unauthorized response has a 3xx status code
func (*GetScimSchemasUnauthorized) IsServerError ¶
func (o *GetScimSchemasUnauthorized) IsServerError() bool
IsServerError returns true when this get scim schemas unauthorized response has a 5xx status code
func (*GetScimSchemasUnauthorized) IsSuccess ¶
func (o *GetScimSchemasUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim schemas unauthorized response has a 2xx status code
func (*GetScimSchemasUnauthorized) String ¶
func (o *GetScimSchemasUnauthorized) String() string
type GetScimSchemasUnsupportedMediaType ¶
GetScimSchemasUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimSchemasUnsupportedMediaType ¶
func NewGetScimSchemasUnsupportedMediaType() *GetScimSchemasUnsupportedMediaType
NewGetScimSchemasUnsupportedMediaType creates a GetScimSchemasUnsupportedMediaType with default headers values
func (*GetScimSchemasUnsupportedMediaType) Error ¶
func (o *GetScimSchemasUnsupportedMediaType) Error() string
func (*GetScimSchemasUnsupportedMediaType) GetPayload ¶
func (o *GetScimSchemasUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimSchemasUnsupportedMediaType) IsClientError ¶
func (o *GetScimSchemasUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim schemas unsupported media type response has a 4xx status code
func (*GetScimSchemasUnsupportedMediaType) IsCode ¶
func (o *GetScimSchemasUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim schemas unsupported media type response a status code equal to that given
func (*GetScimSchemasUnsupportedMediaType) IsRedirect ¶
func (o *GetScimSchemasUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim schemas unsupported media type response has a 3xx status code
func (*GetScimSchemasUnsupportedMediaType) IsServerError ¶
func (o *GetScimSchemasUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim schemas unsupported media type response has a 5xx status code
func (*GetScimSchemasUnsupportedMediaType) IsSuccess ¶
func (o *GetScimSchemasUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim schemas unsupported media type response has a 2xx status code
func (*GetScimSchemasUnsupportedMediaType) String ¶
func (o *GetScimSchemasUnsupportedMediaType) String() string
type GetScimServiceproviderconfigBadRequest ¶
GetScimServiceproviderconfigBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimServiceproviderconfigBadRequest ¶
func NewGetScimServiceproviderconfigBadRequest() *GetScimServiceproviderconfigBadRequest
NewGetScimServiceproviderconfigBadRequest creates a GetScimServiceproviderconfigBadRequest with default headers values
func (*GetScimServiceproviderconfigBadRequest) Error ¶
func (o *GetScimServiceproviderconfigBadRequest) Error() string
func (*GetScimServiceproviderconfigBadRequest) GetPayload ¶
func (o *GetScimServiceproviderconfigBadRequest) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigBadRequest) IsClientError ¶
func (o *GetScimServiceproviderconfigBadRequest) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig bad request response has a 4xx status code
func (*GetScimServiceproviderconfigBadRequest) IsCode ¶
func (o *GetScimServiceproviderconfigBadRequest) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig bad request response a status code equal to that given
func (*GetScimServiceproviderconfigBadRequest) IsRedirect ¶
func (o *GetScimServiceproviderconfigBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig bad request response has a 3xx status code
func (*GetScimServiceproviderconfigBadRequest) IsServerError ¶
func (o *GetScimServiceproviderconfigBadRequest) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig bad request response has a 5xx status code
func (*GetScimServiceproviderconfigBadRequest) IsSuccess ¶
func (o *GetScimServiceproviderconfigBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig bad request response has a 2xx status code
func (*GetScimServiceproviderconfigBadRequest) String ¶
func (o *GetScimServiceproviderconfigBadRequest) String() string
type GetScimServiceproviderconfigForbidden ¶
GetScimServiceproviderconfigForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimServiceproviderconfigForbidden ¶
func NewGetScimServiceproviderconfigForbidden() *GetScimServiceproviderconfigForbidden
NewGetScimServiceproviderconfigForbidden creates a GetScimServiceproviderconfigForbidden with default headers values
func (*GetScimServiceproviderconfigForbidden) Error ¶
func (o *GetScimServiceproviderconfigForbidden) Error() string
func (*GetScimServiceproviderconfigForbidden) GetPayload ¶
func (o *GetScimServiceproviderconfigForbidden) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigForbidden) IsClientError ¶
func (o *GetScimServiceproviderconfigForbidden) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig forbidden response has a 4xx status code
func (*GetScimServiceproviderconfigForbidden) IsCode ¶
func (o *GetScimServiceproviderconfigForbidden) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig forbidden response a status code equal to that given
func (*GetScimServiceproviderconfigForbidden) IsRedirect ¶
func (o *GetScimServiceproviderconfigForbidden) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig forbidden response has a 3xx status code
func (*GetScimServiceproviderconfigForbidden) IsServerError ¶
func (o *GetScimServiceproviderconfigForbidden) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig forbidden response has a 5xx status code
func (*GetScimServiceproviderconfigForbidden) IsSuccess ¶
func (o *GetScimServiceproviderconfigForbidden) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig forbidden response has a 2xx status code
func (*GetScimServiceproviderconfigForbidden) String ¶
func (o *GetScimServiceproviderconfigForbidden) String() string
type GetScimServiceproviderconfigGatewayTimeout ¶
GetScimServiceproviderconfigGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimServiceproviderconfigGatewayTimeout ¶
func NewGetScimServiceproviderconfigGatewayTimeout() *GetScimServiceproviderconfigGatewayTimeout
NewGetScimServiceproviderconfigGatewayTimeout creates a GetScimServiceproviderconfigGatewayTimeout with default headers values
func (*GetScimServiceproviderconfigGatewayTimeout) Error ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) Error() string
func (*GetScimServiceproviderconfigGatewayTimeout) GetPayload ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigGatewayTimeout) IsClientError ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig gateway timeout response has a 4xx status code
func (*GetScimServiceproviderconfigGatewayTimeout) IsCode ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig gateway timeout response a status code equal to that given
func (*GetScimServiceproviderconfigGatewayTimeout) IsRedirect ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig gateway timeout response has a 3xx status code
func (*GetScimServiceproviderconfigGatewayTimeout) IsServerError ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig gateway timeout response has a 5xx status code
func (*GetScimServiceproviderconfigGatewayTimeout) IsSuccess ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig gateway timeout response has a 2xx status code
func (*GetScimServiceproviderconfigGatewayTimeout) String ¶
func (o *GetScimServiceproviderconfigGatewayTimeout) String() string
type GetScimServiceproviderconfigInternalServerError ¶
GetScimServiceproviderconfigInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimServiceproviderconfigInternalServerError ¶
func NewGetScimServiceproviderconfigInternalServerError() *GetScimServiceproviderconfigInternalServerError
NewGetScimServiceproviderconfigInternalServerError creates a GetScimServiceproviderconfigInternalServerError with default headers values
func (*GetScimServiceproviderconfigInternalServerError) Error ¶
func (o *GetScimServiceproviderconfigInternalServerError) Error() string
func (*GetScimServiceproviderconfigInternalServerError) GetPayload ¶
func (o *GetScimServiceproviderconfigInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigInternalServerError) IsClientError ¶
func (o *GetScimServiceproviderconfigInternalServerError) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig internal server error response has a 4xx status code
func (*GetScimServiceproviderconfigInternalServerError) IsCode ¶
func (o *GetScimServiceproviderconfigInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig internal server error response a status code equal to that given
func (*GetScimServiceproviderconfigInternalServerError) IsRedirect ¶
func (o *GetScimServiceproviderconfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig internal server error response has a 3xx status code
func (*GetScimServiceproviderconfigInternalServerError) IsServerError ¶
func (o *GetScimServiceproviderconfigInternalServerError) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig internal server error response has a 5xx status code
func (*GetScimServiceproviderconfigInternalServerError) IsSuccess ¶
func (o *GetScimServiceproviderconfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig internal server error response has a 2xx status code
func (*GetScimServiceproviderconfigInternalServerError) String ¶
func (o *GetScimServiceproviderconfigInternalServerError) String() string
type GetScimServiceproviderconfigNotFound ¶
GetScimServiceproviderconfigNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimServiceproviderconfigNotFound ¶
func NewGetScimServiceproviderconfigNotFound() *GetScimServiceproviderconfigNotFound
NewGetScimServiceproviderconfigNotFound creates a GetScimServiceproviderconfigNotFound with default headers values
func (*GetScimServiceproviderconfigNotFound) Error ¶
func (o *GetScimServiceproviderconfigNotFound) Error() string
func (*GetScimServiceproviderconfigNotFound) GetPayload ¶
func (o *GetScimServiceproviderconfigNotFound) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigNotFound) IsClientError ¶
func (o *GetScimServiceproviderconfigNotFound) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig not found response has a 4xx status code
func (*GetScimServiceproviderconfigNotFound) IsCode ¶
func (o *GetScimServiceproviderconfigNotFound) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig not found response a status code equal to that given
func (*GetScimServiceproviderconfigNotFound) IsRedirect ¶
func (o *GetScimServiceproviderconfigNotFound) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig not found response has a 3xx status code
func (*GetScimServiceproviderconfigNotFound) IsServerError ¶
func (o *GetScimServiceproviderconfigNotFound) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig not found response has a 5xx status code
func (*GetScimServiceproviderconfigNotFound) IsSuccess ¶
func (o *GetScimServiceproviderconfigNotFound) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig not found response has a 2xx status code
func (*GetScimServiceproviderconfigNotFound) String ¶
func (o *GetScimServiceproviderconfigNotFound) String() string
type GetScimServiceproviderconfigOK ¶
type GetScimServiceproviderconfigOK struct {
Payload *models.ScimServiceProviderConfig
}
GetScimServiceproviderconfigOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimServiceproviderconfigOK ¶
func NewGetScimServiceproviderconfigOK() *GetScimServiceproviderconfigOK
NewGetScimServiceproviderconfigOK creates a GetScimServiceproviderconfigOK with default headers values
func (*GetScimServiceproviderconfigOK) Error ¶
func (o *GetScimServiceproviderconfigOK) Error() string
func (*GetScimServiceproviderconfigOK) GetPayload ¶
func (o *GetScimServiceproviderconfigOK) GetPayload() *models.ScimServiceProviderConfig
func (*GetScimServiceproviderconfigOK) IsClientError ¶
func (o *GetScimServiceproviderconfigOK) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig o k response has a 4xx status code
func (*GetScimServiceproviderconfigOK) IsCode ¶
func (o *GetScimServiceproviderconfigOK) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig o k response a status code equal to that given
func (*GetScimServiceproviderconfigOK) IsRedirect ¶
func (o *GetScimServiceproviderconfigOK) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig o k response has a 3xx status code
func (*GetScimServiceproviderconfigOK) IsServerError ¶
func (o *GetScimServiceproviderconfigOK) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig o k response has a 5xx status code
func (*GetScimServiceproviderconfigOK) IsSuccess ¶
func (o *GetScimServiceproviderconfigOK) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig o k response has a 2xx status code
func (*GetScimServiceproviderconfigOK) String ¶
func (o *GetScimServiceproviderconfigOK) String() string
type GetScimServiceproviderconfigParams ¶
type GetScimServiceproviderconfigParams struct { /* IfNoneMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/serviceproviderconfig. Example: "42". If the ETag is different from the version on the server, returns the current configuration of the resource. If the ETag is current, returns 304 Not Modified. */ IfNoneMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimServiceproviderconfigParams contains all the parameters to send to the API endpoint
for the get scim serviceproviderconfig operation. Typically these are written to a http.Request.
func NewGetScimServiceproviderconfigParams ¶
func NewGetScimServiceproviderconfigParams() *GetScimServiceproviderconfigParams
NewGetScimServiceproviderconfigParams creates a new GetScimServiceproviderconfigParams 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 NewGetScimServiceproviderconfigParamsWithContext ¶
func NewGetScimServiceproviderconfigParamsWithContext(ctx context.Context) *GetScimServiceproviderconfigParams
NewGetScimServiceproviderconfigParamsWithContext creates a new GetScimServiceproviderconfigParams object with the ability to set a context for a request.
func NewGetScimServiceproviderconfigParamsWithHTTPClient ¶
func NewGetScimServiceproviderconfigParamsWithHTTPClient(client *http.Client) *GetScimServiceproviderconfigParams
NewGetScimServiceproviderconfigParamsWithHTTPClient creates a new GetScimServiceproviderconfigParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimServiceproviderconfigParamsWithTimeout ¶
func NewGetScimServiceproviderconfigParamsWithTimeout(timeout time.Duration) *GetScimServiceproviderconfigParams
NewGetScimServiceproviderconfigParamsWithTimeout creates a new GetScimServiceproviderconfigParams object with the ability to set a timeout on a request.
func (*GetScimServiceproviderconfigParams) SetContext ¶
func (o *GetScimServiceproviderconfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) SetDefaults ¶
func (o *GetScimServiceproviderconfigParams) SetDefaults()
SetDefaults hydrates default values in the get scim serviceproviderconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimServiceproviderconfigParams) SetHTTPClient ¶
func (o *GetScimServiceproviderconfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) SetIfNoneMatch ¶
func (o *GetScimServiceproviderconfigParams) SetIfNoneMatch(ifNoneMatch *string)
SetIfNoneMatch adds the ifNoneMatch to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) SetTimeout ¶
func (o *GetScimServiceproviderconfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) WithContext ¶
func (o *GetScimServiceproviderconfigParams) WithContext(ctx context.Context) *GetScimServiceproviderconfigParams
WithContext adds the context to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) WithDefaults ¶
func (o *GetScimServiceproviderconfigParams) WithDefaults() *GetScimServiceproviderconfigParams
WithDefaults hydrates default values in the get scim serviceproviderconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimServiceproviderconfigParams) WithHTTPClient ¶
func (o *GetScimServiceproviderconfigParams) WithHTTPClient(client *http.Client) *GetScimServiceproviderconfigParams
WithHTTPClient adds the HTTPClient to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) WithIfNoneMatch ¶
func (o *GetScimServiceproviderconfigParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimServiceproviderconfigParams
WithIfNoneMatch adds the ifNoneMatch to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) WithTimeout ¶
func (o *GetScimServiceproviderconfigParams) WithTimeout(timeout time.Duration) *GetScimServiceproviderconfigParams
WithTimeout adds the timeout to the get scim serviceproviderconfig params
func (*GetScimServiceproviderconfigParams) WriteToRequest ¶
func (o *GetScimServiceproviderconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimServiceproviderconfigReader ¶
type GetScimServiceproviderconfigReader struct {
// contains filtered or unexported fields
}
GetScimServiceproviderconfigReader is a Reader for the GetScimServiceproviderconfig structure.
func (*GetScimServiceproviderconfigReader) ReadResponse ¶
func (o *GetScimServiceproviderconfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimServiceproviderconfigRequestEntityTooLarge ¶
GetScimServiceproviderconfigRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimServiceproviderconfigRequestEntityTooLarge ¶
func NewGetScimServiceproviderconfigRequestEntityTooLarge() *GetScimServiceproviderconfigRequestEntityTooLarge
NewGetScimServiceproviderconfigRequestEntityTooLarge creates a GetScimServiceproviderconfigRequestEntityTooLarge with default headers values
func (*GetScimServiceproviderconfigRequestEntityTooLarge) Error ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) Error() string
func (*GetScimServiceproviderconfigRequestEntityTooLarge) GetPayload ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsClientError ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig request entity too large response has a 4xx status code
func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsCode ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig request entity too large response a status code equal to that given
func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig request entity too large response has a 3xx status code
func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsServerError ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig request entity too large response has a 5xx status code
func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig request entity too large response has a 2xx status code
func (*GetScimServiceproviderconfigRequestEntityTooLarge) String ¶
func (o *GetScimServiceproviderconfigRequestEntityTooLarge) String() string
type GetScimServiceproviderconfigRequestTimeout ¶
GetScimServiceproviderconfigRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimServiceproviderconfigRequestTimeout ¶
func NewGetScimServiceproviderconfigRequestTimeout() *GetScimServiceproviderconfigRequestTimeout
NewGetScimServiceproviderconfigRequestTimeout creates a GetScimServiceproviderconfigRequestTimeout with default headers values
func (*GetScimServiceproviderconfigRequestTimeout) Error ¶
func (o *GetScimServiceproviderconfigRequestTimeout) Error() string
func (*GetScimServiceproviderconfigRequestTimeout) GetPayload ¶
func (o *GetScimServiceproviderconfigRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigRequestTimeout) IsClientError ¶
func (o *GetScimServiceproviderconfigRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig request timeout response has a 4xx status code
func (*GetScimServiceproviderconfigRequestTimeout) IsCode ¶
func (o *GetScimServiceproviderconfigRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig request timeout response a status code equal to that given
func (*GetScimServiceproviderconfigRequestTimeout) IsRedirect ¶
func (o *GetScimServiceproviderconfigRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig request timeout response has a 3xx status code
func (*GetScimServiceproviderconfigRequestTimeout) IsServerError ¶
func (o *GetScimServiceproviderconfigRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig request timeout response has a 5xx status code
func (*GetScimServiceproviderconfigRequestTimeout) IsSuccess ¶
func (o *GetScimServiceproviderconfigRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig request timeout response has a 2xx status code
func (*GetScimServiceproviderconfigRequestTimeout) String ¶
func (o *GetScimServiceproviderconfigRequestTimeout) String() string
type GetScimServiceproviderconfigServiceUnavailable ¶
type GetScimServiceproviderconfigServiceUnavailable struct {
}GetScimServiceproviderconfigServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimServiceproviderconfigServiceUnavailable ¶
func NewGetScimServiceproviderconfigServiceUnavailable() *GetScimServiceproviderconfigServiceUnavailable
NewGetScimServiceproviderconfigServiceUnavailable creates a GetScimServiceproviderconfigServiceUnavailable with default headers values
func (*GetScimServiceproviderconfigServiceUnavailable) Error ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) Error() string
func (*GetScimServiceproviderconfigServiceUnavailable) GetPayload ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigServiceUnavailable) IsClientError ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig service unavailable response has a 4xx status code
func (*GetScimServiceproviderconfigServiceUnavailable) IsCode ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig service unavailable response a status code equal to that given
func (*GetScimServiceproviderconfigServiceUnavailable) IsRedirect ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig service unavailable response has a 3xx status code
func (*GetScimServiceproviderconfigServiceUnavailable) IsServerError ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig service unavailable response has a 5xx status code
func (*GetScimServiceproviderconfigServiceUnavailable) IsSuccess ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig service unavailable response has a 2xx status code
func (*GetScimServiceproviderconfigServiceUnavailable) String ¶
func (o *GetScimServiceproviderconfigServiceUnavailable) String() string
type GetScimServiceproviderconfigTooManyRequests ¶
GetScimServiceproviderconfigTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimServiceproviderconfigTooManyRequests ¶
func NewGetScimServiceproviderconfigTooManyRequests() *GetScimServiceproviderconfigTooManyRequests
NewGetScimServiceproviderconfigTooManyRequests creates a GetScimServiceproviderconfigTooManyRequests with default headers values
func (*GetScimServiceproviderconfigTooManyRequests) Error ¶
func (o *GetScimServiceproviderconfigTooManyRequests) Error() string
func (*GetScimServiceproviderconfigTooManyRequests) GetPayload ¶
func (o *GetScimServiceproviderconfigTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigTooManyRequests) IsClientError ¶
func (o *GetScimServiceproviderconfigTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig too many requests response has a 4xx status code
func (*GetScimServiceproviderconfigTooManyRequests) IsCode ¶
func (o *GetScimServiceproviderconfigTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig too many requests response a status code equal to that given
func (*GetScimServiceproviderconfigTooManyRequests) IsRedirect ¶
func (o *GetScimServiceproviderconfigTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig too many requests response has a 3xx status code
func (*GetScimServiceproviderconfigTooManyRequests) IsServerError ¶
func (o *GetScimServiceproviderconfigTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig too many requests response has a 5xx status code
func (*GetScimServiceproviderconfigTooManyRequests) IsSuccess ¶
func (o *GetScimServiceproviderconfigTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig too many requests response has a 2xx status code
func (*GetScimServiceproviderconfigTooManyRequests) String ¶
func (o *GetScimServiceproviderconfigTooManyRequests) String() string
type GetScimServiceproviderconfigUnauthorized ¶
type GetScimServiceproviderconfigUnauthorized struct {
}GetScimServiceproviderconfigUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimServiceproviderconfigUnauthorized ¶
func NewGetScimServiceproviderconfigUnauthorized() *GetScimServiceproviderconfigUnauthorized
NewGetScimServiceproviderconfigUnauthorized creates a GetScimServiceproviderconfigUnauthorized with default headers values
func (*GetScimServiceproviderconfigUnauthorized) Error ¶
func (o *GetScimServiceproviderconfigUnauthorized) Error() string
func (*GetScimServiceproviderconfigUnauthorized) GetPayload ¶
func (o *GetScimServiceproviderconfigUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigUnauthorized) IsClientError ¶
func (o *GetScimServiceproviderconfigUnauthorized) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig unauthorized response has a 4xx status code
func (*GetScimServiceproviderconfigUnauthorized) IsCode ¶
func (o *GetScimServiceproviderconfigUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig unauthorized response a status code equal to that given
func (*GetScimServiceproviderconfigUnauthorized) IsRedirect ¶
func (o *GetScimServiceproviderconfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig unauthorized response has a 3xx status code
func (*GetScimServiceproviderconfigUnauthorized) IsServerError ¶
func (o *GetScimServiceproviderconfigUnauthorized) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig unauthorized response has a 5xx status code
func (*GetScimServiceproviderconfigUnauthorized) IsSuccess ¶
func (o *GetScimServiceproviderconfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig unauthorized response has a 2xx status code
func (*GetScimServiceproviderconfigUnauthorized) String ¶
func (o *GetScimServiceproviderconfigUnauthorized) String() string
type GetScimServiceproviderconfigUnsupportedMediaType ¶
GetScimServiceproviderconfigUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimServiceproviderconfigUnsupportedMediaType ¶
func NewGetScimServiceproviderconfigUnsupportedMediaType() *GetScimServiceproviderconfigUnsupportedMediaType
NewGetScimServiceproviderconfigUnsupportedMediaType creates a GetScimServiceproviderconfigUnsupportedMediaType with default headers values
func (*GetScimServiceproviderconfigUnsupportedMediaType) Error ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) Error() string
func (*GetScimServiceproviderconfigUnsupportedMediaType) GetPayload ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimServiceproviderconfigUnsupportedMediaType) IsClientError ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim serviceproviderconfig unsupported media type response has a 4xx status code
func (*GetScimServiceproviderconfigUnsupportedMediaType) IsCode ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim serviceproviderconfig unsupported media type response a status code equal to that given
func (*GetScimServiceproviderconfigUnsupportedMediaType) IsRedirect ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim serviceproviderconfig unsupported media type response has a 3xx status code
func (*GetScimServiceproviderconfigUnsupportedMediaType) IsServerError ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim serviceproviderconfig unsupported media type response has a 5xx status code
func (*GetScimServiceproviderconfigUnsupportedMediaType) IsSuccess ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim serviceproviderconfig unsupported media type response has a 2xx status code
func (*GetScimServiceproviderconfigUnsupportedMediaType) String ¶
func (o *GetScimServiceproviderconfigUnsupportedMediaType) String() string
type GetScimUserBadRequest ¶
GetScimUserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimUserBadRequest ¶
func NewGetScimUserBadRequest() *GetScimUserBadRequest
NewGetScimUserBadRequest creates a GetScimUserBadRequest with default headers values
func (*GetScimUserBadRequest) Error ¶
func (o *GetScimUserBadRequest) Error() string
func (*GetScimUserBadRequest) GetPayload ¶
func (o *GetScimUserBadRequest) GetPayload() *models.ErrorBody
func (*GetScimUserBadRequest) IsClientError ¶
func (o *GetScimUserBadRequest) IsClientError() bool
IsClientError returns true when this get scim user bad request response has a 4xx status code
func (*GetScimUserBadRequest) IsCode ¶
func (o *GetScimUserBadRequest) IsCode(code int) bool
IsCode returns true when this get scim user bad request response a status code equal to that given
func (*GetScimUserBadRequest) IsRedirect ¶
func (o *GetScimUserBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim user bad request response has a 3xx status code
func (*GetScimUserBadRequest) IsServerError ¶
func (o *GetScimUserBadRequest) IsServerError() bool
IsServerError returns true when this get scim user bad request response has a 5xx status code
func (*GetScimUserBadRequest) IsSuccess ¶
func (o *GetScimUserBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim user bad request response has a 2xx status code
func (*GetScimUserBadRequest) String ¶
func (o *GetScimUserBadRequest) String() string
type GetScimUserForbidden ¶
GetScimUserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimUserForbidden ¶
func NewGetScimUserForbidden() *GetScimUserForbidden
NewGetScimUserForbidden creates a GetScimUserForbidden with default headers values
func (*GetScimUserForbidden) Error ¶
func (o *GetScimUserForbidden) Error() string
func (*GetScimUserForbidden) GetPayload ¶
func (o *GetScimUserForbidden) GetPayload() *models.ErrorBody
func (*GetScimUserForbidden) IsClientError ¶
func (o *GetScimUserForbidden) IsClientError() bool
IsClientError returns true when this get scim user forbidden response has a 4xx status code
func (*GetScimUserForbidden) IsCode ¶
func (o *GetScimUserForbidden) IsCode(code int) bool
IsCode returns true when this get scim user forbidden response a status code equal to that given
func (*GetScimUserForbidden) IsRedirect ¶
func (o *GetScimUserForbidden) IsRedirect() bool
IsRedirect returns true when this get scim user forbidden response has a 3xx status code
func (*GetScimUserForbidden) IsServerError ¶
func (o *GetScimUserForbidden) IsServerError() bool
IsServerError returns true when this get scim user forbidden response has a 5xx status code
func (*GetScimUserForbidden) IsSuccess ¶
func (o *GetScimUserForbidden) IsSuccess() bool
IsSuccess returns true when this get scim user forbidden response has a 2xx status code
func (*GetScimUserForbidden) String ¶
func (o *GetScimUserForbidden) String() string
type GetScimUserGatewayTimeout ¶
GetScimUserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimUserGatewayTimeout ¶
func NewGetScimUserGatewayTimeout() *GetScimUserGatewayTimeout
NewGetScimUserGatewayTimeout creates a GetScimUserGatewayTimeout with default headers values
func (*GetScimUserGatewayTimeout) Error ¶
func (o *GetScimUserGatewayTimeout) Error() string
func (*GetScimUserGatewayTimeout) GetPayload ¶
func (o *GetScimUserGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimUserGatewayTimeout) IsClientError ¶
func (o *GetScimUserGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim user gateway timeout response has a 4xx status code
func (*GetScimUserGatewayTimeout) IsCode ¶
func (o *GetScimUserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim user gateway timeout response a status code equal to that given
func (*GetScimUserGatewayTimeout) IsRedirect ¶
func (o *GetScimUserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim user gateway timeout response has a 3xx status code
func (*GetScimUserGatewayTimeout) IsServerError ¶
func (o *GetScimUserGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim user gateway timeout response has a 5xx status code
func (*GetScimUserGatewayTimeout) IsSuccess ¶
func (o *GetScimUserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim user gateway timeout response has a 2xx status code
func (*GetScimUserGatewayTimeout) String ¶
func (o *GetScimUserGatewayTimeout) String() string
type GetScimUserInternalServerError ¶
GetScimUserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimUserInternalServerError ¶
func NewGetScimUserInternalServerError() *GetScimUserInternalServerError
NewGetScimUserInternalServerError creates a GetScimUserInternalServerError with default headers values
func (*GetScimUserInternalServerError) Error ¶
func (o *GetScimUserInternalServerError) Error() string
func (*GetScimUserInternalServerError) GetPayload ¶
func (o *GetScimUserInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimUserInternalServerError) IsClientError ¶
func (o *GetScimUserInternalServerError) IsClientError() bool
IsClientError returns true when this get scim user internal server error response has a 4xx status code
func (*GetScimUserInternalServerError) IsCode ¶
func (o *GetScimUserInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim user internal server error response a status code equal to that given
func (*GetScimUserInternalServerError) IsRedirect ¶
func (o *GetScimUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim user internal server error response has a 3xx status code
func (*GetScimUserInternalServerError) IsServerError ¶
func (o *GetScimUserInternalServerError) IsServerError() bool
IsServerError returns true when this get scim user internal server error response has a 5xx status code
func (*GetScimUserInternalServerError) IsSuccess ¶
func (o *GetScimUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim user internal server error response has a 2xx status code
func (*GetScimUserInternalServerError) String ¶
func (o *GetScimUserInternalServerError) String() string
type GetScimUserNotFound ¶
GetScimUserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimUserNotFound ¶
func NewGetScimUserNotFound() *GetScimUserNotFound
NewGetScimUserNotFound creates a GetScimUserNotFound with default headers values
func (*GetScimUserNotFound) Error ¶
func (o *GetScimUserNotFound) Error() string
func (*GetScimUserNotFound) GetPayload ¶
func (o *GetScimUserNotFound) GetPayload() *models.ErrorBody
func (*GetScimUserNotFound) IsClientError ¶
func (o *GetScimUserNotFound) IsClientError() bool
IsClientError returns true when this get scim user not found response has a 4xx status code
func (*GetScimUserNotFound) IsCode ¶
func (o *GetScimUserNotFound) IsCode(code int) bool
IsCode returns true when this get scim user not found response a status code equal to that given
func (*GetScimUserNotFound) IsRedirect ¶
func (o *GetScimUserNotFound) IsRedirect() bool
IsRedirect returns true when this get scim user not found response has a 3xx status code
func (*GetScimUserNotFound) IsServerError ¶
func (o *GetScimUserNotFound) IsServerError() bool
IsServerError returns true when this get scim user not found response has a 5xx status code
func (*GetScimUserNotFound) IsSuccess ¶
func (o *GetScimUserNotFound) IsSuccess() bool
IsSuccess returns true when this get scim user not found response has a 2xx status code
func (*GetScimUserNotFound) String ¶
func (o *GetScimUserNotFound) String() string
type GetScimUserNotModified ¶
type GetScimUserNotModified struct { }
GetScimUserNotModified describes a response with status code 304, with default header values.
If-Non-Match header matches current version. No content returned.
func NewGetScimUserNotModified ¶
func NewGetScimUserNotModified() *GetScimUserNotModified
NewGetScimUserNotModified creates a GetScimUserNotModified with default headers values
func (*GetScimUserNotModified) Error ¶
func (o *GetScimUserNotModified) Error() string
func (*GetScimUserNotModified) IsClientError ¶
func (o *GetScimUserNotModified) IsClientError() bool
IsClientError returns true when this get scim user not modified response has a 4xx status code
func (*GetScimUserNotModified) IsCode ¶
func (o *GetScimUserNotModified) IsCode(code int) bool
IsCode returns true when this get scim user not modified response a status code equal to that given
func (*GetScimUserNotModified) IsRedirect ¶
func (o *GetScimUserNotModified) IsRedirect() bool
IsRedirect returns true when this get scim user not modified response has a 3xx status code
func (*GetScimUserNotModified) IsServerError ¶
func (o *GetScimUserNotModified) IsServerError() bool
IsServerError returns true when this get scim user not modified response has a 5xx status code
func (*GetScimUserNotModified) IsSuccess ¶
func (o *GetScimUserNotModified) IsSuccess() bool
IsSuccess returns true when this get scim user not modified response has a 2xx status code
func (*GetScimUserNotModified) String ¶
func (o *GetScimUserNotModified) String() string
type GetScimUserOK ¶
type GetScimUserOK struct {
Payload *models.ScimV2User
}
GetScimUserOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimUserOK ¶
func NewGetScimUserOK() *GetScimUserOK
NewGetScimUserOK creates a GetScimUserOK with default headers values
func (*GetScimUserOK) Error ¶
func (o *GetScimUserOK) Error() string
func (*GetScimUserOK) GetPayload ¶
func (o *GetScimUserOK) GetPayload() *models.ScimV2User
func (*GetScimUserOK) IsClientError ¶
func (o *GetScimUserOK) IsClientError() bool
IsClientError returns true when this get scim user o k response has a 4xx status code
func (*GetScimUserOK) IsCode ¶
func (o *GetScimUserOK) IsCode(code int) bool
IsCode returns true when this get scim user o k response a status code equal to that given
func (*GetScimUserOK) IsRedirect ¶
func (o *GetScimUserOK) IsRedirect() bool
IsRedirect returns true when this get scim user o k response has a 3xx status code
func (*GetScimUserOK) IsServerError ¶
func (o *GetScimUserOK) IsServerError() bool
IsServerError returns true when this get scim user o k response has a 5xx status code
func (*GetScimUserOK) IsSuccess ¶
func (o *GetScimUserOK) IsSuccess() bool
IsSuccess returns true when this get scim user o k response has a 2xx status code
func (*GetScimUserOK) String ¶
func (o *GetScimUserOK) String() string
type GetScimUserParams ¶
type GetScimUserParams struct { /* IfNoneMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns the current configuration of the resource. If the ETag is current, returns 304 Not Modified. */ IfNoneMatch *string /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "userName", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns the "id", "userName", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* UserID. The ID of a user. Returned with GET /api/v2/scim/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimUserParams contains all the parameters to send to the API endpoint
for the get scim user operation. Typically these are written to a http.Request.
func NewGetScimUserParams ¶
func NewGetScimUserParams() *GetScimUserParams
NewGetScimUserParams creates a new GetScimUserParams 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 NewGetScimUserParamsWithContext ¶
func NewGetScimUserParamsWithContext(ctx context.Context) *GetScimUserParams
NewGetScimUserParamsWithContext creates a new GetScimUserParams object with the ability to set a context for a request.
func NewGetScimUserParamsWithHTTPClient ¶
func NewGetScimUserParamsWithHTTPClient(client *http.Client) *GetScimUserParams
NewGetScimUserParamsWithHTTPClient creates a new GetScimUserParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimUserParamsWithTimeout ¶
func NewGetScimUserParamsWithTimeout(timeout time.Duration) *GetScimUserParams
NewGetScimUserParamsWithTimeout creates a new GetScimUserParams object with the ability to set a timeout on a request.
func (*GetScimUserParams) SetAttributes ¶
func (o *GetScimUserParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim user params
func (*GetScimUserParams) SetContext ¶
func (o *GetScimUserParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim user params
func (*GetScimUserParams) SetDefaults ¶
func (o *GetScimUserParams) SetDefaults()
SetDefaults hydrates default values in the get scim user params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimUserParams) SetExcludedAttributes ¶
func (o *GetScimUserParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim user params
func (*GetScimUserParams) SetHTTPClient ¶
func (o *GetScimUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim user params
func (*GetScimUserParams) SetIfNoneMatch ¶
func (o *GetScimUserParams) SetIfNoneMatch(ifNoneMatch *string)
SetIfNoneMatch adds the ifNoneMatch to the get scim user params
func (*GetScimUserParams) SetTimeout ¶
func (o *GetScimUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim user params
func (*GetScimUserParams) SetUserID ¶
func (o *GetScimUserParams) SetUserID(userID string)
SetUserID adds the userId to the get scim user params
func (*GetScimUserParams) WithAttributes ¶
func (o *GetScimUserParams) WithAttributes(attributes []string) *GetScimUserParams
WithAttributes adds the attributes to the get scim user params
func (*GetScimUserParams) WithContext ¶
func (o *GetScimUserParams) WithContext(ctx context.Context) *GetScimUserParams
WithContext adds the context to the get scim user params
func (*GetScimUserParams) WithDefaults ¶
func (o *GetScimUserParams) WithDefaults() *GetScimUserParams
WithDefaults hydrates default values in the get scim user params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimUserParams) WithExcludedAttributes ¶
func (o *GetScimUserParams) WithExcludedAttributes(excludedAttributes []string) *GetScimUserParams
WithExcludedAttributes adds the excludedAttributes to the get scim user params
func (*GetScimUserParams) WithHTTPClient ¶
func (o *GetScimUserParams) WithHTTPClient(client *http.Client) *GetScimUserParams
WithHTTPClient adds the HTTPClient to the get scim user params
func (*GetScimUserParams) WithIfNoneMatch ¶
func (o *GetScimUserParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimUserParams
WithIfNoneMatch adds the ifNoneMatch to the get scim user params
func (*GetScimUserParams) WithTimeout ¶
func (o *GetScimUserParams) WithTimeout(timeout time.Duration) *GetScimUserParams
WithTimeout adds the timeout to the get scim user params
func (*GetScimUserParams) WithUserID ¶
func (o *GetScimUserParams) WithUserID(userID string) *GetScimUserParams
WithUserID adds the userID to the get scim user params
func (*GetScimUserParams) WriteToRequest ¶
func (o *GetScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimUserReader ¶
type GetScimUserReader struct {
// contains filtered or unexported fields
}
GetScimUserReader is a Reader for the GetScimUser structure.
func (*GetScimUserReader) ReadResponse ¶
func (o *GetScimUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimUserRequestEntityTooLarge ¶
GetScimUserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimUserRequestEntityTooLarge ¶
func NewGetScimUserRequestEntityTooLarge() *GetScimUserRequestEntityTooLarge
NewGetScimUserRequestEntityTooLarge creates a GetScimUserRequestEntityTooLarge with default headers values
func (*GetScimUserRequestEntityTooLarge) Error ¶
func (o *GetScimUserRequestEntityTooLarge) Error() string
func (*GetScimUserRequestEntityTooLarge) GetPayload ¶
func (o *GetScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimUserRequestEntityTooLarge) IsClientError ¶
func (o *GetScimUserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim user request entity too large response has a 4xx status code
func (*GetScimUserRequestEntityTooLarge) IsCode ¶
func (o *GetScimUserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim user request entity too large response a status code equal to that given
func (*GetScimUserRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimUserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim user request entity too large response has a 3xx status code
func (*GetScimUserRequestEntityTooLarge) IsServerError ¶
func (o *GetScimUserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim user request entity too large response has a 5xx status code
func (*GetScimUserRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimUserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim user request entity too large response has a 2xx status code
func (*GetScimUserRequestEntityTooLarge) String ¶
func (o *GetScimUserRequestEntityTooLarge) String() string
type GetScimUserRequestTimeout ¶
GetScimUserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimUserRequestTimeout ¶
func NewGetScimUserRequestTimeout() *GetScimUserRequestTimeout
NewGetScimUserRequestTimeout creates a GetScimUserRequestTimeout with default headers values
func (*GetScimUserRequestTimeout) Error ¶
func (o *GetScimUserRequestTimeout) Error() string
func (*GetScimUserRequestTimeout) GetPayload ¶
func (o *GetScimUserRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimUserRequestTimeout) IsClientError ¶
func (o *GetScimUserRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim user request timeout response has a 4xx status code
func (*GetScimUserRequestTimeout) IsCode ¶
func (o *GetScimUserRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim user request timeout response a status code equal to that given
func (*GetScimUserRequestTimeout) IsRedirect ¶
func (o *GetScimUserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim user request timeout response has a 3xx status code
func (*GetScimUserRequestTimeout) IsServerError ¶
func (o *GetScimUserRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim user request timeout response has a 5xx status code
func (*GetScimUserRequestTimeout) IsSuccess ¶
func (o *GetScimUserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim user request timeout response has a 2xx status code
func (*GetScimUserRequestTimeout) String ¶
func (o *GetScimUserRequestTimeout) String() string
type GetScimUserServiceUnavailable ¶
type GetScimUserServiceUnavailable struct {
}GetScimUserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimUserServiceUnavailable ¶
func NewGetScimUserServiceUnavailable() *GetScimUserServiceUnavailable
NewGetScimUserServiceUnavailable creates a GetScimUserServiceUnavailable with default headers values
func (*GetScimUserServiceUnavailable) Error ¶
func (o *GetScimUserServiceUnavailable) Error() string
func (*GetScimUserServiceUnavailable) GetPayload ¶
func (o *GetScimUserServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimUserServiceUnavailable) IsClientError ¶
func (o *GetScimUserServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim user service unavailable response has a 4xx status code
func (*GetScimUserServiceUnavailable) IsCode ¶
func (o *GetScimUserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim user service unavailable response a status code equal to that given
func (*GetScimUserServiceUnavailable) IsRedirect ¶
func (o *GetScimUserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim user service unavailable response has a 3xx status code
func (*GetScimUserServiceUnavailable) IsServerError ¶
func (o *GetScimUserServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim user service unavailable response has a 5xx status code
func (*GetScimUserServiceUnavailable) IsSuccess ¶
func (o *GetScimUserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim user service unavailable response has a 2xx status code
func (*GetScimUserServiceUnavailable) String ¶
func (o *GetScimUserServiceUnavailable) String() string
type GetScimUserTooManyRequests ¶
GetScimUserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimUserTooManyRequests ¶
func NewGetScimUserTooManyRequests() *GetScimUserTooManyRequests
NewGetScimUserTooManyRequests creates a GetScimUserTooManyRequests with default headers values
func (*GetScimUserTooManyRequests) Error ¶
func (o *GetScimUserTooManyRequests) Error() string
func (*GetScimUserTooManyRequests) GetPayload ¶
func (o *GetScimUserTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimUserTooManyRequests) IsClientError ¶
func (o *GetScimUserTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim user too many requests response has a 4xx status code
func (*GetScimUserTooManyRequests) IsCode ¶
func (o *GetScimUserTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim user too many requests response a status code equal to that given
func (*GetScimUserTooManyRequests) IsRedirect ¶
func (o *GetScimUserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim user too many requests response has a 3xx status code
func (*GetScimUserTooManyRequests) IsServerError ¶
func (o *GetScimUserTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim user too many requests response has a 5xx status code
func (*GetScimUserTooManyRequests) IsSuccess ¶
func (o *GetScimUserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim user too many requests response has a 2xx status code
func (*GetScimUserTooManyRequests) String ¶
func (o *GetScimUserTooManyRequests) String() string
type GetScimUserUnauthorized ¶
type GetScimUserUnauthorized struct {
}GetScimUserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimUserUnauthorized ¶
func NewGetScimUserUnauthorized() *GetScimUserUnauthorized
NewGetScimUserUnauthorized creates a GetScimUserUnauthorized with default headers values
func (*GetScimUserUnauthorized) Error ¶
func (o *GetScimUserUnauthorized) Error() string
func (*GetScimUserUnauthorized) GetPayload ¶
func (o *GetScimUserUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimUserUnauthorized) IsClientError ¶
func (o *GetScimUserUnauthorized) IsClientError() bool
IsClientError returns true when this get scim user unauthorized response has a 4xx status code
func (*GetScimUserUnauthorized) IsCode ¶
func (o *GetScimUserUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim user unauthorized response a status code equal to that given
func (*GetScimUserUnauthorized) IsRedirect ¶
func (o *GetScimUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim user unauthorized response has a 3xx status code
func (*GetScimUserUnauthorized) IsServerError ¶
func (o *GetScimUserUnauthorized) IsServerError() bool
IsServerError returns true when this get scim user unauthorized response has a 5xx status code
func (*GetScimUserUnauthorized) IsSuccess ¶
func (o *GetScimUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim user unauthorized response has a 2xx status code
func (*GetScimUserUnauthorized) String ¶
func (o *GetScimUserUnauthorized) String() string
type GetScimUserUnsupportedMediaType ¶
GetScimUserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimUserUnsupportedMediaType ¶
func NewGetScimUserUnsupportedMediaType() *GetScimUserUnsupportedMediaType
NewGetScimUserUnsupportedMediaType creates a GetScimUserUnsupportedMediaType with default headers values
func (*GetScimUserUnsupportedMediaType) Error ¶
func (o *GetScimUserUnsupportedMediaType) Error() string
func (*GetScimUserUnsupportedMediaType) GetPayload ¶
func (o *GetScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimUserUnsupportedMediaType) IsClientError ¶
func (o *GetScimUserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim user unsupported media type response has a 4xx status code
func (*GetScimUserUnsupportedMediaType) IsCode ¶
func (o *GetScimUserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim user unsupported media type response a status code equal to that given
func (*GetScimUserUnsupportedMediaType) IsRedirect ¶
func (o *GetScimUserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim user unsupported media type response has a 3xx status code
func (*GetScimUserUnsupportedMediaType) IsServerError ¶
func (o *GetScimUserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim user unsupported media type response has a 5xx status code
func (*GetScimUserUnsupportedMediaType) IsSuccess ¶
func (o *GetScimUserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim user unsupported media type response has a 2xx status code
func (*GetScimUserUnsupportedMediaType) String ¶
func (o *GetScimUserUnsupportedMediaType) String() string
type GetScimUsersBadRequest ¶
GetScimUsersBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimUsersBadRequest ¶
func NewGetScimUsersBadRequest() *GetScimUsersBadRequest
NewGetScimUsersBadRequest creates a GetScimUsersBadRequest with default headers values
func (*GetScimUsersBadRequest) Error ¶
func (o *GetScimUsersBadRequest) Error() string
func (*GetScimUsersBadRequest) GetPayload ¶
func (o *GetScimUsersBadRequest) GetPayload() *models.ErrorBody
func (*GetScimUsersBadRequest) IsClientError ¶
func (o *GetScimUsersBadRequest) IsClientError() bool
IsClientError returns true when this get scim users bad request response has a 4xx status code
func (*GetScimUsersBadRequest) IsCode ¶
func (o *GetScimUsersBadRequest) IsCode(code int) bool
IsCode returns true when this get scim users bad request response a status code equal to that given
func (*GetScimUsersBadRequest) IsRedirect ¶
func (o *GetScimUsersBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim users bad request response has a 3xx status code
func (*GetScimUsersBadRequest) IsServerError ¶
func (o *GetScimUsersBadRequest) IsServerError() bool
IsServerError returns true when this get scim users bad request response has a 5xx status code
func (*GetScimUsersBadRequest) IsSuccess ¶
func (o *GetScimUsersBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim users bad request response has a 2xx status code
func (*GetScimUsersBadRequest) String ¶
func (o *GetScimUsersBadRequest) String() string
type GetScimUsersForbidden ¶
GetScimUsersForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimUsersForbidden ¶
func NewGetScimUsersForbidden() *GetScimUsersForbidden
NewGetScimUsersForbidden creates a GetScimUsersForbidden with default headers values
func (*GetScimUsersForbidden) Error ¶
func (o *GetScimUsersForbidden) Error() string
func (*GetScimUsersForbidden) GetPayload ¶
func (o *GetScimUsersForbidden) GetPayload() *models.ErrorBody
func (*GetScimUsersForbidden) IsClientError ¶
func (o *GetScimUsersForbidden) IsClientError() bool
IsClientError returns true when this get scim users forbidden response has a 4xx status code
func (*GetScimUsersForbidden) IsCode ¶
func (o *GetScimUsersForbidden) IsCode(code int) bool
IsCode returns true when this get scim users forbidden response a status code equal to that given
func (*GetScimUsersForbidden) IsRedirect ¶
func (o *GetScimUsersForbidden) IsRedirect() bool
IsRedirect returns true when this get scim users forbidden response has a 3xx status code
func (*GetScimUsersForbidden) IsServerError ¶
func (o *GetScimUsersForbidden) IsServerError() bool
IsServerError returns true when this get scim users forbidden response has a 5xx status code
func (*GetScimUsersForbidden) IsSuccess ¶
func (o *GetScimUsersForbidden) IsSuccess() bool
IsSuccess returns true when this get scim users forbidden response has a 2xx status code
func (*GetScimUsersForbidden) String ¶
func (o *GetScimUsersForbidden) String() string
type GetScimUsersGatewayTimeout ¶
GetScimUsersGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimUsersGatewayTimeout ¶
func NewGetScimUsersGatewayTimeout() *GetScimUsersGatewayTimeout
NewGetScimUsersGatewayTimeout creates a GetScimUsersGatewayTimeout with default headers values
func (*GetScimUsersGatewayTimeout) Error ¶
func (o *GetScimUsersGatewayTimeout) Error() string
func (*GetScimUsersGatewayTimeout) GetPayload ¶
func (o *GetScimUsersGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimUsersGatewayTimeout) IsClientError ¶
func (o *GetScimUsersGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim users gateway timeout response has a 4xx status code
func (*GetScimUsersGatewayTimeout) IsCode ¶
func (o *GetScimUsersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim users gateway timeout response a status code equal to that given
func (*GetScimUsersGatewayTimeout) IsRedirect ¶
func (o *GetScimUsersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim users gateway timeout response has a 3xx status code
func (*GetScimUsersGatewayTimeout) IsServerError ¶
func (o *GetScimUsersGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim users gateway timeout response has a 5xx status code
func (*GetScimUsersGatewayTimeout) IsSuccess ¶
func (o *GetScimUsersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim users gateway timeout response has a 2xx status code
func (*GetScimUsersGatewayTimeout) String ¶
func (o *GetScimUsersGatewayTimeout) String() string
type GetScimUsersInternalServerError ¶
GetScimUsersInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimUsersInternalServerError ¶
func NewGetScimUsersInternalServerError() *GetScimUsersInternalServerError
NewGetScimUsersInternalServerError creates a GetScimUsersInternalServerError with default headers values
func (*GetScimUsersInternalServerError) Error ¶
func (o *GetScimUsersInternalServerError) Error() string
func (*GetScimUsersInternalServerError) GetPayload ¶
func (o *GetScimUsersInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimUsersInternalServerError) IsClientError ¶
func (o *GetScimUsersInternalServerError) IsClientError() bool
IsClientError returns true when this get scim users internal server error response has a 4xx status code
func (*GetScimUsersInternalServerError) IsCode ¶
func (o *GetScimUsersInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim users internal server error response a status code equal to that given
func (*GetScimUsersInternalServerError) IsRedirect ¶
func (o *GetScimUsersInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim users internal server error response has a 3xx status code
func (*GetScimUsersInternalServerError) IsServerError ¶
func (o *GetScimUsersInternalServerError) IsServerError() bool
IsServerError returns true when this get scim users internal server error response has a 5xx status code
func (*GetScimUsersInternalServerError) IsSuccess ¶
func (o *GetScimUsersInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim users internal server error response has a 2xx status code
func (*GetScimUsersInternalServerError) String ¶
func (o *GetScimUsersInternalServerError) String() string
type GetScimUsersNotFound ¶
GetScimUsersNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimUsersNotFound ¶
func NewGetScimUsersNotFound() *GetScimUsersNotFound
NewGetScimUsersNotFound creates a GetScimUsersNotFound with default headers values
func (*GetScimUsersNotFound) Error ¶
func (o *GetScimUsersNotFound) Error() string
func (*GetScimUsersNotFound) GetPayload ¶
func (o *GetScimUsersNotFound) GetPayload() *models.ErrorBody
func (*GetScimUsersNotFound) IsClientError ¶
func (o *GetScimUsersNotFound) IsClientError() bool
IsClientError returns true when this get scim users not found response has a 4xx status code
func (*GetScimUsersNotFound) IsCode ¶
func (o *GetScimUsersNotFound) IsCode(code int) bool
IsCode returns true when this get scim users not found response a status code equal to that given
func (*GetScimUsersNotFound) IsRedirect ¶
func (o *GetScimUsersNotFound) IsRedirect() bool
IsRedirect returns true when this get scim users not found response has a 3xx status code
func (*GetScimUsersNotFound) IsServerError ¶
func (o *GetScimUsersNotFound) IsServerError() bool
IsServerError returns true when this get scim users not found response has a 5xx status code
func (*GetScimUsersNotFound) IsSuccess ¶
func (o *GetScimUsersNotFound) IsSuccess() bool
IsSuccess returns true when this get scim users not found response has a 2xx status code
func (*GetScimUsersNotFound) String ¶
func (o *GetScimUsersNotFound) String() string
type GetScimUsersOK ¶
type GetScimUsersOK struct {
Payload *models.ScimUserListResponse
}
GetScimUsersOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimUsersOK ¶
func NewGetScimUsersOK() *GetScimUsersOK
NewGetScimUsersOK creates a GetScimUsersOK with default headers values
func (*GetScimUsersOK) Error ¶
func (o *GetScimUsersOK) Error() string
func (*GetScimUsersOK) GetPayload ¶
func (o *GetScimUsersOK) GetPayload() *models.ScimUserListResponse
func (*GetScimUsersOK) IsClientError ¶
func (o *GetScimUsersOK) IsClientError() bool
IsClientError returns true when this get scim users o k response has a 4xx status code
func (*GetScimUsersOK) IsCode ¶
func (o *GetScimUsersOK) IsCode(code int) bool
IsCode returns true when this get scim users o k response a status code equal to that given
func (*GetScimUsersOK) IsRedirect ¶
func (o *GetScimUsersOK) IsRedirect() bool
IsRedirect returns true when this get scim users o k response has a 3xx status code
func (*GetScimUsersOK) IsServerError ¶
func (o *GetScimUsersOK) IsServerError() bool
IsServerError returns true when this get scim users o k response has a 5xx status code
func (*GetScimUsersOK) IsSuccess ¶
func (o *GetScimUsersOK) IsSuccess() bool
IsSuccess returns true when this get scim users o k response has a 2xx status code
func (*GetScimUsersOK) String ¶
func (o *GetScimUsersOK) String() string
type GetScimUsersParams ¶
type GetScimUsersParams struct { /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "userName", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* Count. The requested number of items per page. A value of 0 returns "totalResults". A page size over 25 may exceed internal resource limits and return a 429 error. For a page size over 25, use the "excludedAttributes" or "attributes" query parameters to exclude or only include secondary lookup values such as "externalId", "roles", "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingLanguages", or "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingSkills". Format: int32 Default: 25 */ Count *int32 /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns the "id", "userName", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* Filter. Filters results. If nothing is specified, returns all active users. Examples of valid values: "id eq 857449b0-d9e7-4cd0-acbf-a6adfb9ef1e9", "userName eq search@sample.org", "manager eq 16e10e2f-1136-43fe-bb84-eac073168a49", "email eq search@sample.org", "division eq divisionName", "externalId eq 167844", "active eq false", "employeeNumber eq 9876543210". */ Filter *string /* StartIndex. The 1-based index of the first query result. Format: int32 Default: 1 */ StartIndex *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimUsersParams contains all the parameters to send to the API endpoint
for the get scim users operation. Typically these are written to a http.Request.
func NewGetScimUsersParams ¶
func NewGetScimUsersParams() *GetScimUsersParams
NewGetScimUsersParams creates a new GetScimUsersParams 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 NewGetScimUsersParamsWithContext ¶
func NewGetScimUsersParamsWithContext(ctx context.Context) *GetScimUsersParams
NewGetScimUsersParamsWithContext creates a new GetScimUsersParams object with the ability to set a context for a request.
func NewGetScimUsersParamsWithHTTPClient ¶
func NewGetScimUsersParamsWithHTTPClient(client *http.Client) *GetScimUsersParams
NewGetScimUsersParamsWithHTTPClient creates a new GetScimUsersParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimUsersParamsWithTimeout ¶
func NewGetScimUsersParamsWithTimeout(timeout time.Duration) *GetScimUsersParams
NewGetScimUsersParamsWithTimeout creates a new GetScimUsersParams object with the ability to set a timeout on a request.
func (*GetScimUsersParams) SetAttributes ¶
func (o *GetScimUsersParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim users params
func (*GetScimUsersParams) SetContext ¶
func (o *GetScimUsersParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim users params
func (*GetScimUsersParams) SetCount ¶
func (o *GetScimUsersParams) SetCount(count *int32)
SetCount adds the count to the get scim users params
func (*GetScimUsersParams) SetDefaults ¶
func (o *GetScimUsersParams) SetDefaults()
SetDefaults hydrates default values in the get scim users params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimUsersParams) SetExcludedAttributes ¶
func (o *GetScimUsersParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim users params
func (*GetScimUsersParams) SetFilter ¶
func (o *GetScimUsersParams) SetFilter(filter *string)
SetFilter adds the filter to the get scim users params
func (*GetScimUsersParams) SetHTTPClient ¶
func (o *GetScimUsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim users params
func (*GetScimUsersParams) SetStartIndex ¶
func (o *GetScimUsersParams) SetStartIndex(startIndex *int32)
SetStartIndex adds the startIndex to the get scim users params
func (*GetScimUsersParams) SetTimeout ¶
func (o *GetScimUsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim users params
func (*GetScimUsersParams) WithAttributes ¶
func (o *GetScimUsersParams) WithAttributes(attributes []string) *GetScimUsersParams
WithAttributes adds the attributes to the get scim users params
func (*GetScimUsersParams) WithContext ¶
func (o *GetScimUsersParams) WithContext(ctx context.Context) *GetScimUsersParams
WithContext adds the context to the get scim users params
func (*GetScimUsersParams) WithCount ¶
func (o *GetScimUsersParams) WithCount(count *int32) *GetScimUsersParams
WithCount adds the count to the get scim users params
func (*GetScimUsersParams) WithDefaults ¶
func (o *GetScimUsersParams) WithDefaults() *GetScimUsersParams
WithDefaults hydrates default values in the get scim users params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimUsersParams) WithExcludedAttributes ¶
func (o *GetScimUsersParams) WithExcludedAttributes(excludedAttributes []string) *GetScimUsersParams
WithExcludedAttributes adds the excludedAttributes to the get scim users params
func (*GetScimUsersParams) WithFilter ¶
func (o *GetScimUsersParams) WithFilter(filter *string) *GetScimUsersParams
WithFilter adds the filter to the get scim users params
func (*GetScimUsersParams) WithHTTPClient ¶
func (o *GetScimUsersParams) WithHTTPClient(client *http.Client) *GetScimUsersParams
WithHTTPClient adds the HTTPClient to the get scim users params
func (*GetScimUsersParams) WithStartIndex ¶
func (o *GetScimUsersParams) WithStartIndex(startIndex *int32) *GetScimUsersParams
WithStartIndex adds the startIndex to the get scim users params
func (*GetScimUsersParams) WithTimeout ¶
func (o *GetScimUsersParams) WithTimeout(timeout time.Duration) *GetScimUsersParams
WithTimeout adds the timeout to the get scim users params
func (*GetScimUsersParams) WriteToRequest ¶
func (o *GetScimUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimUsersReader ¶
type GetScimUsersReader struct {
// contains filtered or unexported fields
}
GetScimUsersReader is a Reader for the GetScimUsers structure.
func (*GetScimUsersReader) ReadResponse ¶
func (o *GetScimUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimUsersRequestEntityTooLarge ¶
GetScimUsersRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimUsersRequestEntityTooLarge ¶
func NewGetScimUsersRequestEntityTooLarge() *GetScimUsersRequestEntityTooLarge
NewGetScimUsersRequestEntityTooLarge creates a GetScimUsersRequestEntityTooLarge with default headers values
func (*GetScimUsersRequestEntityTooLarge) Error ¶
func (o *GetScimUsersRequestEntityTooLarge) Error() string
func (*GetScimUsersRequestEntityTooLarge) GetPayload ¶
func (o *GetScimUsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimUsersRequestEntityTooLarge) IsClientError ¶
func (o *GetScimUsersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim users request entity too large response has a 4xx status code
func (*GetScimUsersRequestEntityTooLarge) IsCode ¶
func (o *GetScimUsersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim users request entity too large response a status code equal to that given
func (*GetScimUsersRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimUsersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim users request entity too large response has a 3xx status code
func (*GetScimUsersRequestEntityTooLarge) IsServerError ¶
func (o *GetScimUsersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim users request entity too large response has a 5xx status code
func (*GetScimUsersRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimUsersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim users request entity too large response has a 2xx status code
func (*GetScimUsersRequestEntityTooLarge) String ¶
func (o *GetScimUsersRequestEntityTooLarge) String() string
type GetScimUsersRequestTimeout ¶
GetScimUsersRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimUsersRequestTimeout ¶
func NewGetScimUsersRequestTimeout() *GetScimUsersRequestTimeout
NewGetScimUsersRequestTimeout creates a GetScimUsersRequestTimeout with default headers values
func (*GetScimUsersRequestTimeout) Error ¶
func (o *GetScimUsersRequestTimeout) Error() string
func (*GetScimUsersRequestTimeout) GetPayload ¶
func (o *GetScimUsersRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimUsersRequestTimeout) IsClientError ¶
func (o *GetScimUsersRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim users request timeout response has a 4xx status code
func (*GetScimUsersRequestTimeout) IsCode ¶
func (o *GetScimUsersRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim users request timeout response a status code equal to that given
func (*GetScimUsersRequestTimeout) IsRedirect ¶
func (o *GetScimUsersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim users request timeout response has a 3xx status code
func (*GetScimUsersRequestTimeout) IsServerError ¶
func (o *GetScimUsersRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim users request timeout response has a 5xx status code
func (*GetScimUsersRequestTimeout) IsSuccess ¶
func (o *GetScimUsersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim users request timeout response has a 2xx status code
func (*GetScimUsersRequestTimeout) String ¶
func (o *GetScimUsersRequestTimeout) String() string
type GetScimUsersServiceUnavailable ¶
type GetScimUsersServiceUnavailable struct {
}GetScimUsersServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimUsersServiceUnavailable ¶
func NewGetScimUsersServiceUnavailable() *GetScimUsersServiceUnavailable
NewGetScimUsersServiceUnavailable creates a GetScimUsersServiceUnavailable with default headers values
func (*GetScimUsersServiceUnavailable) Error ¶
func (o *GetScimUsersServiceUnavailable) Error() string
func (*GetScimUsersServiceUnavailable) GetPayload ¶
func (o *GetScimUsersServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimUsersServiceUnavailable) IsClientError ¶
func (o *GetScimUsersServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim users service unavailable response has a 4xx status code
func (*GetScimUsersServiceUnavailable) IsCode ¶
func (o *GetScimUsersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim users service unavailable response a status code equal to that given
func (*GetScimUsersServiceUnavailable) IsRedirect ¶
func (o *GetScimUsersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim users service unavailable response has a 3xx status code
func (*GetScimUsersServiceUnavailable) IsServerError ¶
func (o *GetScimUsersServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim users service unavailable response has a 5xx status code
func (*GetScimUsersServiceUnavailable) IsSuccess ¶
func (o *GetScimUsersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim users service unavailable response has a 2xx status code
func (*GetScimUsersServiceUnavailable) String ¶
func (o *GetScimUsersServiceUnavailable) String() string
type GetScimUsersTooManyRequests ¶
GetScimUsersTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimUsersTooManyRequests ¶
func NewGetScimUsersTooManyRequests() *GetScimUsersTooManyRequests
NewGetScimUsersTooManyRequests creates a GetScimUsersTooManyRequests with default headers values
func (*GetScimUsersTooManyRequests) Error ¶
func (o *GetScimUsersTooManyRequests) Error() string
func (*GetScimUsersTooManyRequests) GetPayload ¶
func (o *GetScimUsersTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimUsersTooManyRequests) IsClientError ¶
func (o *GetScimUsersTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim users too many requests response has a 4xx status code
func (*GetScimUsersTooManyRequests) IsCode ¶
func (o *GetScimUsersTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim users too many requests response a status code equal to that given
func (*GetScimUsersTooManyRequests) IsRedirect ¶
func (o *GetScimUsersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim users too many requests response has a 3xx status code
func (*GetScimUsersTooManyRequests) IsServerError ¶
func (o *GetScimUsersTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim users too many requests response has a 5xx status code
func (*GetScimUsersTooManyRequests) IsSuccess ¶
func (o *GetScimUsersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim users too many requests response has a 2xx status code
func (*GetScimUsersTooManyRequests) String ¶
func (o *GetScimUsersTooManyRequests) String() string
type GetScimUsersUnauthorized ¶
type GetScimUsersUnauthorized struct {
}GetScimUsersUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimUsersUnauthorized ¶
func NewGetScimUsersUnauthorized() *GetScimUsersUnauthorized
NewGetScimUsersUnauthorized creates a GetScimUsersUnauthorized with default headers values
func (*GetScimUsersUnauthorized) Error ¶
func (o *GetScimUsersUnauthorized) Error() string
func (*GetScimUsersUnauthorized) GetPayload ¶
func (o *GetScimUsersUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimUsersUnauthorized) IsClientError ¶
func (o *GetScimUsersUnauthorized) IsClientError() bool
IsClientError returns true when this get scim users unauthorized response has a 4xx status code
func (*GetScimUsersUnauthorized) IsCode ¶
func (o *GetScimUsersUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim users unauthorized response a status code equal to that given
func (*GetScimUsersUnauthorized) IsRedirect ¶
func (o *GetScimUsersUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim users unauthorized response has a 3xx status code
func (*GetScimUsersUnauthorized) IsServerError ¶
func (o *GetScimUsersUnauthorized) IsServerError() bool
IsServerError returns true when this get scim users unauthorized response has a 5xx status code
func (*GetScimUsersUnauthorized) IsSuccess ¶
func (o *GetScimUsersUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim users unauthorized response has a 2xx status code
func (*GetScimUsersUnauthorized) String ¶
func (o *GetScimUsersUnauthorized) String() string
type GetScimUsersUnsupportedMediaType ¶
GetScimUsersUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimUsersUnsupportedMediaType ¶
func NewGetScimUsersUnsupportedMediaType() *GetScimUsersUnsupportedMediaType
NewGetScimUsersUnsupportedMediaType creates a GetScimUsersUnsupportedMediaType with default headers values
func (*GetScimUsersUnsupportedMediaType) Error ¶
func (o *GetScimUsersUnsupportedMediaType) Error() string
func (*GetScimUsersUnsupportedMediaType) GetPayload ¶
func (o *GetScimUsersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimUsersUnsupportedMediaType) IsClientError ¶
func (o *GetScimUsersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim users unsupported media type response has a 4xx status code
func (*GetScimUsersUnsupportedMediaType) IsCode ¶
func (o *GetScimUsersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim users unsupported media type response a status code equal to that given
func (*GetScimUsersUnsupportedMediaType) IsRedirect ¶
func (o *GetScimUsersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim users unsupported media type response has a 3xx status code
func (*GetScimUsersUnsupportedMediaType) IsServerError ¶
func (o *GetScimUsersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim users unsupported media type response has a 5xx status code
func (*GetScimUsersUnsupportedMediaType) IsSuccess ¶
func (o *GetScimUsersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim users unsupported media type response has a 2xx status code
func (*GetScimUsersUnsupportedMediaType) String ¶
func (o *GetScimUsersUnsupportedMediaType) String() string
type GetScimV2GroupBadRequest ¶
GetScimV2GroupBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2GroupBadRequest ¶
func NewGetScimV2GroupBadRequest() *GetScimV2GroupBadRequest
NewGetScimV2GroupBadRequest creates a GetScimV2GroupBadRequest with default headers values
func (*GetScimV2GroupBadRequest) Error ¶
func (o *GetScimV2GroupBadRequest) Error() string
func (*GetScimV2GroupBadRequest) GetPayload ¶
func (o *GetScimV2GroupBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2GroupBadRequest) IsClientError ¶
func (o *GetScimV2GroupBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 group bad request response has a 4xx status code
func (*GetScimV2GroupBadRequest) IsCode ¶
func (o *GetScimV2GroupBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 group bad request response a status code equal to that given
func (*GetScimV2GroupBadRequest) IsRedirect ¶
func (o *GetScimV2GroupBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 group bad request response has a 3xx status code
func (*GetScimV2GroupBadRequest) IsServerError ¶
func (o *GetScimV2GroupBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 group bad request response has a 5xx status code
func (*GetScimV2GroupBadRequest) IsSuccess ¶
func (o *GetScimV2GroupBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 group bad request response has a 2xx status code
func (*GetScimV2GroupBadRequest) String ¶
func (o *GetScimV2GroupBadRequest) String() string
type GetScimV2GroupForbidden ¶
GetScimV2GroupForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2GroupForbidden ¶
func NewGetScimV2GroupForbidden() *GetScimV2GroupForbidden
NewGetScimV2GroupForbidden creates a GetScimV2GroupForbidden with default headers values
func (*GetScimV2GroupForbidden) Error ¶
func (o *GetScimV2GroupForbidden) Error() string
func (*GetScimV2GroupForbidden) GetPayload ¶
func (o *GetScimV2GroupForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2GroupForbidden) IsClientError ¶
func (o *GetScimV2GroupForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 group forbidden response has a 4xx status code
func (*GetScimV2GroupForbidden) IsCode ¶
func (o *GetScimV2GroupForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 group forbidden response a status code equal to that given
func (*GetScimV2GroupForbidden) IsRedirect ¶
func (o *GetScimV2GroupForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 group forbidden response has a 3xx status code
func (*GetScimV2GroupForbidden) IsServerError ¶
func (o *GetScimV2GroupForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 group forbidden response has a 5xx status code
func (*GetScimV2GroupForbidden) IsSuccess ¶
func (o *GetScimV2GroupForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 group forbidden response has a 2xx status code
func (*GetScimV2GroupForbidden) String ¶
func (o *GetScimV2GroupForbidden) String() string
type GetScimV2GroupGatewayTimeout ¶
GetScimV2GroupGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2GroupGatewayTimeout ¶
func NewGetScimV2GroupGatewayTimeout() *GetScimV2GroupGatewayTimeout
NewGetScimV2GroupGatewayTimeout creates a GetScimV2GroupGatewayTimeout with default headers values
func (*GetScimV2GroupGatewayTimeout) Error ¶
func (o *GetScimV2GroupGatewayTimeout) Error() string
func (*GetScimV2GroupGatewayTimeout) GetPayload ¶
func (o *GetScimV2GroupGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2GroupGatewayTimeout) IsClientError ¶
func (o *GetScimV2GroupGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 group gateway timeout response has a 4xx status code
func (*GetScimV2GroupGatewayTimeout) IsCode ¶
func (o *GetScimV2GroupGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 group gateway timeout response a status code equal to that given
func (*GetScimV2GroupGatewayTimeout) IsRedirect ¶
func (o *GetScimV2GroupGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 group gateway timeout response has a 3xx status code
func (*GetScimV2GroupGatewayTimeout) IsServerError ¶
func (o *GetScimV2GroupGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 group gateway timeout response has a 5xx status code
func (*GetScimV2GroupGatewayTimeout) IsSuccess ¶
func (o *GetScimV2GroupGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 group gateway timeout response has a 2xx status code
func (*GetScimV2GroupGatewayTimeout) String ¶
func (o *GetScimV2GroupGatewayTimeout) String() string
type GetScimV2GroupInternalServerError ¶
GetScimV2GroupInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2GroupInternalServerError ¶
func NewGetScimV2GroupInternalServerError() *GetScimV2GroupInternalServerError
NewGetScimV2GroupInternalServerError creates a GetScimV2GroupInternalServerError with default headers values
func (*GetScimV2GroupInternalServerError) Error ¶
func (o *GetScimV2GroupInternalServerError) Error() string
func (*GetScimV2GroupInternalServerError) GetPayload ¶
func (o *GetScimV2GroupInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2GroupInternalServerError) IsClientError ¶
func (o *GetScimV2GroupInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 group internal server error response has a 4xx status code
func (*GetScimV2GroupInternalServerError) IsCode ¶
func (o *GetScimV2GroupInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 group internal server error response a status code equal to that given
func (*GetScimV2GroupInternalServerError) IsRedirect ¶
func (o *GetScimV2GroupInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 group internal server error response has a 3xx status code
func (*GetScimV2GroupInternalServerError) IsServerError ¶
func (o *GetScimV2GroupInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 group internal server error response has a 5xx status code
func (*GetScimV2GroupInternalServerError) IsSuccess ¶
func (o *GetScimV2GroupInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 group internal server error response has a 2xx status code
func (*GetScimV2GroupInternalServerError) String ¶
func (o *GetScimV2GroupInternalServerError) String() string
type GetScimV2GroupNotFound ¶
GetScimV2GroupNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2GroupNotFound ¶
func NewGetScimV2GroupNotFound() *GetScimV2GroupNotFound
NewGetScimV2GroupNotFound creates a GetScimV2GroupNotFound with default headers values
func (*GetScimV2GroupNotFound) Error ¶
func (o *GetScimV2GroupNotFound) Error() string
func (*GetScimV2GroupNotFound) GetPayload ¶
func (o *GetScimV2GroupNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2GroupNotFound) IsClientError ¶
func (o *GetScimV2GroupNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 group not found response has a 4xx status code
func (*GetScimV2GroupNotFound) IsCode ¶
func (o *GetScimV2GroupNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 group not found response a status code equal to that given
func (*GetScimV2GroupNotFound) IsRedirect ¶
func (o *GetScimV2GroupNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 group not found response has a 3xx status code
func (*GetScimV2GroupNotFound) IsServerError ¶
func (o *GetScimV2GroupNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 group not found response has a 5xx status code
func (*GetScimV2GroupNotFound) IsSuccess ¶
func (o *GetScimV2GroupNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 group not found response has a 2xx status code
func (*GetScimV2GroupNotFound) String ¶
func (o *GetScimV2GroupNotFound) String() string
type GetScimV2GroupNotModified ¶
type GetScimV2GroupNotModified struct { }
GetScimV2GroupNotModified describes a response with status code 304, with default header values.
If-Non-Match header matches current version. No content returned.
func NewGetScimV2GroupNotModified ¶
func NewGetScimV2GroupNotModified() *GetScimV2GroupNotModified
NewGetScimV2GroupNotModified creates a GetScimV2GroupNotModified with default headers values
func (*GetScimV2GroupNotModified) Error ¶
func (o *GetScimV2GroupNotModified) Error() string
func (*GetScimV2GroupNotModified) IsClientError ¶
func (o *GetScimV2GroupNotModified) IsClientError() bool
IsClientError returns true when this get scim v2 group not modified response has a 4xx status code
func (*GetScimV2GroupNotModified) IsCode ¶
func (o *GetScimV2GroupNotModified) IsCode(code int) bool
IsCode returns true when this get scim v2 group not modified response a status code equal to that given
func (*GetScimV2GroupNotModified) IsRedirect ¶
func (o *GetScimV2GroupNotModified) IsRedirect() bool
IsRedirect returns true when this get scim v2 group not modified response has a 3xx status code
func (*GetScimV2GroupNotModified) IsServerError ¶
func (o *GetScimV2GroupNotModified) IsServerError() bool
IsServerError returns true when this get scim v2 group not modified response has a 5xx status code
func (*GetScimV2GroupNotModified) IsSuccess ¶
func (o *GetScimV2GroupNotModified) IsSuccess() bool
IsSuccess returns true when this get scim v2 group not modified response has a 2xx status code
func (*GetScimV2GroupNotModified) String ¶
func (o *GetScimV2GroupNotModified) String() string
type GetScimV2GroupOK ¶
type GetScimV2GroupOK struct {
Payload *models.ScimV2Group
}
GetScimV2GroupOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2GroupOK ¶
func NewGetScimV2GroupOK() *GetScimV2GroupOK
NewGetScimV2GroupOK creates a GetScimV2GroupOK with default headers values
func (*GetScimV2GroupOK) Error ¶
func (o *GetScimV2GroupOK) Error() string
func (*GetScimV2GroupOK) GetPayload ¶
func (o *GetScimV2GroupOK) GetPayload() *models.ScimV2Group
func (*GetScimV2GroupOK) IsClientError ¶
func (o *GetScimV2GroupOK) IsClientError() bool
IsClientError returns true when this get scim v2 group o k response has a 4xx status code
func (*GetScimV2GroupOK) IsCode ¶
func (o *GetScimV2GroupOK) IsCode(code int) bool
IsCode returns true when this get scim v2 group o k response a status code equal to that given
func (*GetScimV2GroupOK) IsRedirect ¶
func (o *GetScimV2GroupOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 group o k response has a 3xx status code
func (*GetScimV2GroupOK) IsServerError ¶
func (o *GetScimV2GroupOK) IsServerError() bool
IsServerError returns true when this get scim v2 group o k response has a 5xx status code
func (*GetScimV2GroupOK) IsSuccess ¶
func (o *GetScimV2GroupOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 group o k response has a 2xx status code
func (*GetScimV2GroupOK) String ¶
func (o *GetScimV2GroupOK) String() string
type GetScimV2GroupParams ¶
type GetScimV2GroupParams struct { /* IfNoneMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/groups/{groupId}. Example: "42". If the ETag is different from the version on the server, returns the current configuration of the resource. If the ETag is current, returns 304 Not Modified. */ IfNoneMatch *string /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns "id", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* GroupID. The ID of a group. Returned with GET /api/v2/scim/v2/groups. */ GroupID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2GroupParams contains all the parameters to send to the API endpoint
for the get scim v2 group operation. Typically these are written to a http.Request.
func NewGetScimV2GroupParams ¶
func NewGetScimV2GroupParams() *GetScimV2GroupParams
NewGetScimV2GroupParams creates a new GetScimV2GroupParams 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 NewGetScimV2GroupParamsWithContext ¶
func NewGetScimV2GroupParamsWithContext(ctx context.Context) *GetScimV2GroupParams
NewGetScimV2GroupParamsWithContext creates a new GetScimV2GroupParams object with the ability to set a context for a request.
func NewGetScimV2GroupParamsWithHTTPClient ¶
func NewGetScimV2GroupParamsWithHTTPClient(client *http.Client) *GetScimV2GroupParams
NewGetScimV2GroupParamsWithHTTPClient creates a new GetScimV2GroupParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2GroupParamsWithTimeout ¶
func NewGetScimV2GroupParamsWithTimeout(timeout time.Duration) *GetScimV2GroupParams
NewGetScimV2GroupParamsWithTimeout creates a new GetScimV2GroupParams object with the ability to set a timeout on a request.
func (*GetScimV2GroupParams) SetAttributes ¶
func (o *GetScimV2GroupParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim v2 group params
func (*GetScimV2GroupParams) SetContext ¶
func (o *GetScimV2GroupParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 group params
func (*GetScimV2GroupParams) SetDefaults ¶
func (o *GetScimV2GroupParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 group params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2GroupParams) SetExcludedAttributes ¶
func (o *GetScimV2GroupParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim v2 group params
func (*GetScimV2GroupParams) SetGroupID ¶
func (o *GetScimV2GroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the get scim v2 group params
func (*GetScimV2GroupParams) SetHTTPClient ¶
func (o *GetScimV2GroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 group params
func (*GetScimV2GroupParams) SetIfNoneMatch ¶
func (o *GetScimV2GroupParams) SetIfNoneMatch(ifNoneMatch *string)
SetIfNoneMatch adds the ifNoneMatch to the get scim v2 group params
func (*GetScimV2GroupParams) SetTimeout ¶
func (o *GetScimV2GroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 group params
func (*GetScimV2GroupParams) WithAttributes ¶
func (o *GetScimV2GroupParams) WithAttributes(attributes []string) *GetScimV2GroupParams
WithAttributes adds the attributes to the get scim v2 group params
func (*GetScimV2GroupParams) WithContext ¶
func (o *GetScimV2GroupParams) WithContext(ctx context.Context) *GetScimV2GroupParams
WithContext adds the context to the get scim v2 group params
func (*GetScimV2GroupParams) WithDefaults ¶
func (o *GetScimV2GroupParams) WithDefaults() *GetScimV2GroupParams
WithDefaults hydrates default values in the get scim v2 group params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2GroupParams) WithExcludedAttributes ¶
func (o *GetScimV2GroupParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2GroupParams
WithExcludedAttributes adds the excludedAttributes to the get scim v2 group params
func (*GetScimV2GroupParams) WithGroupID ¶
func (o *GetScimV2GroupParams) WithGroupID(groupID string) *GetScimV2GroupParams
WithGroupID adds the groupID to the get scim v2 group params
func (*GetScimV2GroupParams) WithHTTPClient ¶
func (o *GetScimV2GroupParams) WithHTTPClient(client *http.Client) *GetScimV2GroupParams
WithHTTPClient adds the HTTPClient to the get scim v2 group params
func (*GetScimV2GroupParams) WithIfNoneMatch ¶
func (o *GetScimV2GroupParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimV2GroupParams
WithIfNoneMatch adds the ifNoneMatch to the get scim v2 group params
func (*GetScimV2GroupParams) WithTimeout ¶
func (o *GetScimV2GroupParams) WithTimeout(timeout time.Duration) *GetScimV2GroupParams
WithTimeout adds the timeout to the get scim v2 group params
func (*GetScimV2GroupParams) WriteToRequest ¶
func (o *GetScimV2GroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2GroupReader ¶
type GetScimV2GroupReader struct {
// contains filtered or unexported fields
}
GetScimV2GroupReader is a Reader for the GetScimV2Group structure.
func (*GetScimV2GroupReader) ReadResponse ¶
func (o *GetScimV2GroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2GroupRequestEntityTooLarge ¶
GetScimV2GroupRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2GroupRequestEntityTooLarge ¶
func NewGetScimV2GroupRequestEntityTooLarge() *GetScimV2GroupRequestEntityTooLarge
NewGetScimV2GroupRequestEntityTooLarge creates a GetScimV2GroupRequestEntityTooLarge with default headers values
func (*GetScimV2GroupRequestEntityTooLarge) Error ¶
func (o *GetScimV2GroupRequestEntityTooLarge) Error() string
func (*GetScimV2GroupRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2GroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2GroupRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2GroupRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 group request entity too large response has a 4xx status code
func (*GetScimV2GroupRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2GroupRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 group request entity too large response a status code equal to that given
func (*GetScimV2GroupRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2GroupRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 group request entity too large response has a 3xx status code
func (*GetScimV2GroupRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2GroupRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 group request entity too large response has a 5xx status code
func (*GetScimV2GroupRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2GroupRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 group request entity too large response has a 2xx status code
func (*GetScimV2GroupRequestEntityTooLarge) String ¶
func (o *GetScimV2GroupRequestEntityTooLarge) String() string
type GetScimV2GroupRequestTimeout ¶
GetScimV2GroupRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2GroupRequestTimeout ¶
func NewGetScimV2GroupRequestTimeout() *GetScimV2GroupRequestTimeout
NewGetScimV2GroupRequestTimeout creates a GetScimV2GroupRequestTimeout with default headers values
func (*GetScimV2GroupRequestTimeout) Error ¶
func (o *GetScimV2GroupRequestTimeout) Error() string
func (*GetScimV2GroupRequestTimeout) GetPayload ¶
func (o *GetScimV2GroupRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2GroupRequestTimeout) IsClientError ¶
func (o *GetScimV2GroupRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 group request timeout response has a 4xx status code
func (*GetScimV2GroupRequestTimeout) IsCode ¶
func (o *GetScimV2GroupRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 group request timeout response a status code equal to that given
func (*GetScimV2GroupRequestTimeout) IsRedirect ¶
func (o *GetScimV2GroupRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 group request timeout response has a 3xx status code
func (*GetScimV2GroupRequestTimeout) IsServerError ¶
func (o *GetScimV2GroupRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 group request timeout response has a 5xx status code
func (*GetScimV2GroupRequestTimeout) IsSuccess ¶
func (o *GetScimV2GroupRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 group request timeout response has a 2xx status code
func (*GetScimV2GroupRequestTimeout) String ¶
func (o *GetScimV2GroupRequestTimeout) String() string
type GetScimV2GroupServiceUnavailable ¶
type GetScimV2GroupServiceUnavailable struct {
}GetScimV2GroupServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2GroupServiceUnavailable ¶
func NewGetScimV2GroupServiceUnavailable() *GetScimV2GroupServiceUnavailable
NewGetScimV2GroupServiceUnavailable creates a GetScimV2GroupServiceUnavailable with default headers values
func (*GetScimV2GroupServiceUnavailable) Error ¶
func (o *GetScimV2GroupServiceUnavailable) Error() string
func (*GetScimV2GroupServiceUnavailable) GetPayload ¶
func (o *GetScimV2GroupServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2GroupServiceUnavailable) IsClientError ¶
func (o *GetScimV2GroupServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 group service unavailable response has a 4xx status code
func (*GetScimV2GroupServiceUnavailable) IsCode ¶
func (o *GetScimV2GroupServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 group service unavailable response a status code equal to that given
func (*GetScimV2GroupServiceUnavailable) IsRedirect ¶
func (o *GetScimV2GroupServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 group service unavailable response has a 3xx status code
func (*GetScimV2GroupServiceUnavailable) IsServerError ¶
func (o *GetScimV2GroupServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 group service unavailable response has a 5xx status code
func (*GetScimV2GroupServiceUnavailable) IsSuccess ¶
func (o *GetScimV2GroupServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 group service unavailable response has a 2xx status code
func (*GetScimV2GroupServiceUnavailable) String ¶
func (o *GetScimV2GroupServiceUnavailable) String() string
type GetScimV2GroupTooManyRequests ¶
GetScimV2GroupTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2GroupTooManyRequests ¶
func NewGetScimV2GroupTooManyRequests() *GetScimV2GroupTooManyRequests
NewGetScimV2GroupTooManyRequests creates a GetScimV2GroupTooManyRequests with default headers values
func (*GetScimV2GroupTooManyRequests) Error ¶
func (o *GetScimV2GroupTooManyRequests) Error() string
func (*GetScimV2GroupTooManyRequests) GetPayload ¶
func (o *GetScimV2GroupTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2GroupTooManyRequests) IsClientError ¶
func (o *GetScimV2GroupTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 group too many requests response has a 4xx status code
func (*GetScimV2GroupTooManyRequests) IsCode ¶
func (o *GetScimV2GroupTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 group too many requests response a status code equal to that given
func (*GetScimV2GroupTooManyRequests) IsRedirect ¶
func (o *GetScimV2GroupTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 group too many requests response has a 3xx status code
func (*GetScimV2GroupTooManyRequests) IsServerError ¶
func (o *GetScimV2GroupTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 group too many requests response has a 5xx status code
func (*GetScimV2GroupTooManyRequests) IsSuccess ¶
func (o *GetScimV2GroupTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 group too many requests response has a 2xx status code
func (*GetScimV2GroupTooManyRequests) String ¶
func (o *GetScimV2GroupTooManyRequests) String() string
type GetScimV2GroupUnauthorized ¶
type GetScimV2GroupUnauthorized struct {
}GetScimV2GroupUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2GroupUnauthorized ¶
func NewGetScimV2GroupUnauthorized() *GetScimV2GroupUnauthorized
NewGetScimV2GroupUnauthorized creates a GetScimV2GroupUnauthorized with default headers values
func (*GetScimV2GroupUnauthorized) Error ¶
func (o *GetScimV2GroupUnauthorized) Error() string
func (*GetScimV2GroupUnauthorized) GetPayload ¶
func (o *GetScimV2GroupUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2GroupUnauthorized) IsClientError ¶
func (o *GetScimV2GroupUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 group unauthorized response has a 4xx status code
func (*GetScimV2GroupUnauthorized) IsCode ¶
func (o *GetScimV2GroupUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 group unauthorized response a status code equal to that given
func (*GetScimV2GroupUnauthorized) IsRedirect ¶
func (o *GetScimV2GroupUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 group unauthorized response has a 3xx status code
func (*GetScimV2GroupUnauthorized) IsServerError ¶
func (o *GetScimV2GroupUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 group unauthorized response has a 5xx status code
func (*GetScimV2GroupUnauthorized) IsSuccess ¶
func (o *GetScimV2GroupUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 group unauthorized response has a 2xx status code
func (*GetScimV2GroupUnauthorized) String ¶
func (o *GetScimV2GroupUnauthorized) String() string
type GetScimV2GroupUnsupportedMediaType ¶
GetScimV2GroupUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2GroupUnsupportedMediaType ¶
func NewGetScimV2GroupUnsupportedMediaType() *GetScimV2GroupUnsupportedMediaType
NewGetScimV2GroupUnsupportedMediaType creates a GetScimV2GroupUnsupportedMediaType with default headers values
func (*GetScimV2GroupUnsupportedMediaType) Error ¶
func (o *GetScimV2GroupUnsupportedMediaType) Error() string
func (*GetScimV2GroupUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2GroupUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2GroupUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2GroupUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 group unsupported media type response has a 4xx status code
func (*GetScimV2GroupUnsupportedMediaType) IsCode ¶
func (o *GetScimV2GroupUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 group unsupported media type response a status code equal to that given
func (*GetScimV2GroupUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2GroupUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 group unsupported media type response has a 3xx status code
func (*GetScimV2GroupUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2GroupUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 group unsupported media type response has a 5xx status code
func (*GetScimV2GroupUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2GroupUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 group unsupported media type response has a 2xx status code
func (*GetScimV2GroupUnsupportedMediaType) String ¶
func (o *GetScimV2GroupUnsupportedMediaType) String() string
type GetScimV2GroupsBadRequest ¶
GetScimV2GroupsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2GroupsBadRequest ¶
func NewGetScimV2GroupsBadRequest() *GetScimV2GroupsBadRequest
NewGetScimV2GroupsBadRequest creates a GetScimV2GroupsBadRequest with default headers values
func (*GetScimV2GroupsBadRequest) Error ¶
func (o *GetScimV2GroupsBadRequest) Error() string
func (*GetScimV2GroupsBadRequest) GetPayload ¶
func (o *GetScimV2GroupsBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsBadRequest) IsClientError ¶
func (o *GetScimV2GroupsBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 groups bad request response has a 4xx status code
func (*GetScimV2GroupsBadRequest) IsCode ¶
func (o *GetScimV2GroupsBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 groups bad request response a status code equal to that given
func (*GetScimV2GroupsBadRequest) IsRedirect ¶
func (o *GetScimV2GroupsBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups bad request response has a 3xx status code
func (*GetScimV2GroupsBadRequest) IsServerError ¶
func (o *GetScimV2GroupsBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 groups bad request response has a 5xx status code
func (*GetScimV2GroupsBadRequest) IsSuccess ¶
func (o *GetScimV2GroupsBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups bad request response has a 2xx status code
func (*GetScimV2GroupsBadRequest) String ¶
func (o *GetScimV2GroupsBadRequest) String() string
type GetScimV2GroupsForbidden ¶
GetScimV2GroupsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2GroupsForbidden ¶
func NewGetScimV2GroupsForbidden() *GetScimV2GroupsForbidden
NewGetScimV2GroupsForbidden creates a GetScimV2GroupsForbidden with default headers values
func (*GetScimV2GroupsForbidden) Error ¶
func (o *GetScimV2GroupsForbidden) Error() string
func (*GetScimV2GroupsForbidden) GetPayload ¶
func (o *GetScimV2GroupsForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsForbidden) IsClientError ¶
func (o *GetScimV2GroupsForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 groups forbidden response has a 4xx status code
func (*GetScimV2GroupsForbidden) IsCode ¶
func (o *GetScimV2GroupsForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 groups forbidden response a status code equal to that given
func (*GetScimV2GroupsForbidden) IsRedirect ¶
func (o *GetScimV2GroupsForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups forbidden response has a 3xx status code
func (*GetScimV2GroupsForbidden) IsServerError ¶
func (o *GetScimV2GroupsForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 groups forbidden response has a 5xx status code
func (*GetScimV2GroupsForbidden) IsSuccess ¶
func (o *GetScimV2GroupsForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups forbidden response has a 2xx status code
func (*GetScimV2GroupsForbidden) String ¶
func (o *GetScimV2GroupsForbidden) String() string
type GetScimV2GroupsGatewayTimeout ¶
GetScimV2GroupsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2GroupsGatewayTimeout ¶
func NewGetScimV2GroupsGatewayTimeout() *GetScimV2GroupsGatewayTimeout
NewGetScimV2GroupsGatewayTimeout creates a GetScimV2GroupsGatewayTimeout with default headers values
func (*GetScimV2GroupsGatewayTimeout) Error ¶
func (o *GetScimV2GroupsGatewayTimeout) Error() string
func (*GetScimV2GroupsGatewayTimeout) GetPayload ¶
func (o *GetScimV2GroupsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsGatewayTimeout) IsClientError ¶
func (o *GetScimV2GroupsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 groups gateway timeout response has a 4xx status code
func (*GetScimV2GroupsGatewayTimeout) IsCode ¶
func (o *GetScimV2GroupsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 groups gateway timeout response a status code equal to that given
func (*GetScimV2GroupsGatewayTimeout) IsRedirect ¶
func (o *GetScimV2GroupsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups gateway timeout response has a 3xx status code
func (*GetScimV2GroupsGatewayTimeout) IsServerError ¶
func (o *GetScimV2GroupsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 groups gateway timeout response has a 5xx status code
func (*GetScimV2GroupsGatewayTimeout) IsSuccess ¶
func (o *GetScimV2GroupsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups gateway timeout response has a 2xx status code
func (*GetScimV2GroupsGatewayTimeout) String ¶
func (o *GetScimV2GroupsGatewayTimeout) String() string
type GetScimV2GroupsInternalServerError ¶
GetScimV2GroupsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2GroupsInternalServerError ¶
func NewGetScimV2GroupsInternalServerError() *GetScimV2GroupsInternalServerError
NewGetScimV2GroupsInternalServerError creates a GetScimV2GroupsInternalServerError with default headers values
func (*GetScimV2GroupsInternalServerError) Error ¶
func (o *GetScimV2GroupsInternalServerError) Error() string
func (*GetScimV2GroupsInternalServerError) GetPayload ¶
func (o *GetScimV2GroupsInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsInternalServerError) IsClientError ¶
func (o *GetScimV2GroupsInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 groups internal server error response has a 4xx status code
func (*GetScimV2GroupsInternalServerError) IsCode ¶
func (o *GetScimV2GroupsInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 groups internal server error response a status code equal to that given
func (*GetScimV2GroupsInternalServerError) IsRedirect ¶
func (o *GetScimV2GroupsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups internal server error response has a 3xx status code
func (*GetScimV2GroupsInternalServerError) IsServerError ¶
func (o *GetScimV2GroupsInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 groups internal server error response has a 5xx status code
func (*GetScimV2GroupsInternalServerError) IsSuccess ¶
func (o *GetScimV2GroupsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups internal server error response has a 2xx status code
func (*GetScimV2GroupsInternalServerError) String ¶
func (o *GetScimV2GroupsInternalServerError) String() string
type GetScimV2GroupsNotFound ¶
GetScimV2GroupsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2GroupsNotFound ¶
func NewGetScimV2GroupsNotFound() *GetScimV2GroupsNotFound
NewGetScimV2GroupsNotFound creates a GetScimV2GroupsNotFound with default headers values
func (*GetScimV2GroupsNotFound) Error ¶
func (o *GetScimV2GroupsNotFound) Error() string
func (*GetScimV2GroupsNotFound) GetPayload ¶
func (o *GetScimV2GroupsNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsNotFound) IsClientError ¶
func (o *GetScimV2GroupsNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 groups not found response has a 4xx status code
func (*GetScimV2GroupsNotFound) IsCode ¶
func (o *GetScimV2GroupsNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 groups not found response a status code equal to that given
func (*GetScimV2GroupsNotFound) IsRedirect ¶
func (o *GetScimV2GroupsNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups not found response has a 3xx status code
func (*GetScimV2GroupsNotFound) IsServerError ¶
func (o *GetScimV2GroupsNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 groups not found response has a 5xx status code
func (*GetScimV2GroupsNotFound) IsSuccess ¶
func (o *GetScimV2GroupsNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups not found response has a 2xx status code
func (*GetScimV2GroupsNotFound) String ¶
func (o *GetScimV2GroupsNotFound) String() string
type GetScimV2GroupsOK ¶
type GetScimV2GroupsOK struct {
Payload *models.ScimGroupListResponse
}
GetScimV2GroupsOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2GroupsOK ¶
func NewGetScimV2GroupsOK() *GetScimV2GroupsOK
NewGetScimV2GroupsOK creates a GetScimV2GroupsOK with default headers values
func (*GetScimV2GroupsOK) Error ¶
func (o *GetScimV2GroupsOK) Error() string
func (*GetScimV2GroupsOK) GetPayload ¶
func (o *GetScimV2GroupsOK) GetPayload() *models.ScimGroupListResponse
func (*GetScimV2GroupsOK) IsClientError ¶
func (o *GetScimV2GroupsOK) IsClientError() bool
IsClientError returns true when this get scim v2 groups o k response has a 4xx status code
func (*GetScimV2GroupsOK) IsCode ¶
func (o *GetScimV2GroupsOK) IsCode(code int) bool
IsCode returns true when this get scim v2 groups o k response a status code equal to that given
func (*GetScimV2GroupsOK) IsRedirect ¶
func (o *GetScimV2GroupsOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups o k response has a 3xx status code
func (*GetScimV2GroupsOK) IsServerError ¶
func (o *GetScimV2GroupsOK) IsServerError() bool
IsServerError returns true when this get scim v2 groups o k response has a 5xx status code
func (*GetScimV2GroupsOK) IsSuccess ¶
func (o *GetScimV2GroupsOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups o k response has a 2xx status code
func (*GetScimV2GroupsOK) String ¶
func (o *GetScimV2GroupsOK) String() string
type GetScimV2GroupsParams ¶
type GetScimV2GroupsParams struct { /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* Count. The requested number of items per page. A value of 0 returns "totalResults". A page size over 25 may exceed internal resource limits and return a 429 error. For a page size over 25, use the "excludedAttributes" or "attributes" query parameters to exclude or only include secondary lookup values such as "externalId", "roles", "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingLanguages", or "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingSkills". Format: int32 Default: 25 */ Count *int32 /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns "id", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* Filter. Filters results. If nothing is specified, returns all groups. Examples of valid values: "id eq 5f4bc742-a019-4e38-8e2a-d39d5bc0b0f3", "displayname eq Sales". */ Filter string /* StartIndex. The 1-based index of the first query result. Format: int32 Default: 1 */ StartIndex *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2GroupsParams contains all the parameters to send to the API endpoint
for the get scim v2 groups operation. Typically these are written to a http.Request.
func NewGetScimV2GroupsParams ¶
func NewGetScimV2GroupsParams() *GetScimV2GroupsParams
NewGetScimV2GroupsParams creates a new GetScimV2GroupsParams 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 NewGetScimV2GroupsParamsWithContext ¶
func NewGetScimV2GroupsParamsWithContext(ctx context.Context) *GetScimV2GroupsParams
NewGetScimV2GroupsParamsWithContext creates a new GetScimV2GroupsParams object with the ability to set a context for a request.
func NewGetScimV2GroupsParamsWithHTTPClient ¶
func NewGetScimV2GroupsParamsWithHTTPClient(client *http.Client) *GetScimV2GroupsParams
NewGetScimV2GroupsParamsWithHTTPClient creates a new GetScimV2GroupsParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2GroupsParamsWithTimeout ¶
func NewGetScimV2GroupsParamsWithTimeout(timeout time.Duration) *GetScimV2GroupsParams
NewGetScimV2GroupsParamsWithTimeout creates a new GetScimV2GroupsParams object with the ability to set a timeout on a request.
func (*GetScimV2GroupsParams) SetAttributes ¶
func (o *GetScimV2GroupsParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim v2 groups params
func (*GetScimV2GroupsParams) SetContext ¶
func (o *GetScimV2GroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 groups params
func (*GetScimV2GroupsParams) SetCount ¶
func (o *GetScimV2GroupsParams) SetCount(count *int32)
SetCount adds the count to the get scim v2 groups params
func (*GetScimV2GroupsParams) SetDefaults ¶
func (o *GetScimV2GroupsParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 groups params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2GroupsParams) SetExcludedAttributes ¶
func (o *GetScimV2GroupsParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim v2 groups params
func (*GetScimV2GroupsParams) SetFilter ¶
func (o *GetScimV2GroupsParams) SetFilter(filter string)
SetFilter adds the filter to the get scim v2 groups params
func (*GetScimV2GroupsParams) SetHTTPClient ¶
func (o *GetScimV2GroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 groups params
func (*GetScimV2GroupsParams) SetStartIndex ¶
func (o *GetScimV2GroupsParams) SetStartIndex(startIndex *int32)
SetStartIndex adds the startIndex to the get scim v2 groups params
func (*GetScimV2GroupsParams) SetTimeout ¶
func (o *GetScimV2GroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithAttributes ¶
func (o *GetScimV2GroupsParams) WithAttributes(attributes []string) *GetScimV2GroupsParams
WithAttributes adds the attributes to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithContext ¶
func (o *GetScimV2GroupsParams) WithContext(ctx context.Context) *GetScimV2GroupsParams
WithContext adds the context to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithCount ¶
func (o *GetScimV2GroupsParams) WithCount(count *int32) *GetScimV2GroupsParams
WithCount adds the count to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithDefaults ¶
func (o *GetScimV2GroupsParams) WithDefaults() *GetScimV2GroupsParams
WithDefaults hydrates default values in the get scim v2 groups params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2GroupsParams) WithExcludedAttributes ¶
func (o *GetScimV2GroupsParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2GroupsParams
WithExcludedAttributes adds the excludedAttributes to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithFilter ¶
func (o *GetScimV2GroupsParams) WithFilter(filter string) *GetScimV2GroupsParams
WithFilter adds the filter to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithHTTPClient ¶
func (o *GetScimV2GroupsParams) WithHTTPClient(client *http.Client) *GetScimV2GroupsParams
WithHTTPClient adds the HTTPClient to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithStartIndex ¶
func (o *GetScimV2GroupsParams) WithStartIndex(startIndex *int32) *GetScimV2GroupsParams
WithStartIndex adds the startIndex to the get scim v2 groups params
func (*GetScimV2GroupsParams) WithTimeout ¶
func (o *GetScimV2GroupsParams) WithTimeout(timeout time.Duration) *GetScimV2GroupsParams
WithTimeout adds the timeout to the get scim v2 groups params
func (*GetScimV2GroupsParams) WriteToRequest ¶
func (o *GetScimV2GroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2GroupsReader ¶
type GetScimV2GroupsReader struct {
// contains filtered or unexported fields
}
GetScimV2GroupsReader is a Reader for the GetScimV2Groups structure.
func (*GetScimV2GroupsReader) ReadResponse ¶
func (o *GetScimV2GroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2GroupsRequestEntityTooLarge ¶
GetScimV2GroupsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2GroupsRequestEntityTooLarge ¶
func NewGetScimV2GroupsRequestEntityTooLarge() *GetScimV2GroupsRequestEntityTooLarge
NewGetScimV2GroupsRequestEntityTooLarge creates a GetScimV2GroupsRequestEntityTooLarge with default headers values
func (*GetScimV2GroupsRequestEntityTooLarge) Error ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) Error() string
func (*GetScimV2GroupsRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 groups request entity too large response has a 4xx status code
func (*GetScimV2GroupsRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 groups request entity too large response a status code equal to that given
func (*GetScimV2GroupsRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups request entity too large response has a 3xx status code
func (*GetScimV2GroupsRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 groups request entity too large response has a 5xx status code
func (*GetScimV2GroupsRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups request entity too large response has a 2xx status code
func (*GetScimV2GroupsRequestEntityTooLarge) String ¶
func (o *GetScimV2GroupsRequestEntityTooLarge) String() string
type GetScimV2GroupsRequestTimeout ¶
GetScimV2GroupsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2GroupsRequestTimeout ¶
func NewGetScimV2GroupsRequestTimeout() *GetScimV2GroupsRequestTimeout
NewGetScimV2GroupsRequestTimeout creates a GetScimV2GroupsRequestTimeout with default headers values
func (*GetScimV2GroupsRequestTimeout) Error ¶
func (o *GetScimV2GroupsRequestTimeout) Error() string
func (*GetScimV2GroupsRequestTimeout) GetPayload ¶
func (o *GetScimV2GroupsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsRequestTimeout) IsClientError ¶
func (o *GetScimV2GroupsRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 groups request timeout response has a 4xx status code
func (*GetScimV2GroupsRequestTimeout) IsCode ¶
func (o *GetScimV2GroupsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 groups request timeout response a status code equal to that given
func (*GetScimV2GroupsRequestTimeout) IsRedirect ¶
func (o *GetScimV2GroupsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups request timeout response has a 3xx status code
func (*GetScimV2GroupsRequestTimeout) IsServerError ¶
func (o *GetScimV2GroupsRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 groups request timeout response has a 5xx status code
func (*GetScimV2GroupsRequestTimeout) IsSuccess ¶
func (o *GetScimV2GroupsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups request timeout response has a 2xx status code
func (*GetScimV2GroupsRequestTimeout) String ¶
func (o *GetScimV2GroupsRequestTimeout) String() string
type GetScimV2GroupsServiceUnavailable ¶
type GetScimV2GroupsServiceUnavailable struct {
}GetScimV2GroupsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2GroupsServiceUnavailable ¶
func NewGetScimV2GroupsServiceUnavailable() *GetScimV2GroupsServiceUnavailable
NewGetScimV2GroupsServiceUnavailable creates a GetScimV2GroupsServiceUnavailable with default headers values
func (*GetScimV2GroupsServiceUnavailable) Error ¶
func (o *GetScimV2GroupsServiceUnavailable) Error() string
func (*GetScimV2GroupsServiceUnavailable) GetPayload ¶
func (o *GetScimV2GroupsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsServiceUnavailable) IsClientError ¶
func (o *GetScimV2GroupsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 groups service unavailable response has a 4xx status code
func (*GetScimV2GroupsServiceUnavailable) IsCode ¶
func (o *GetScimV2GroupsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 groups service unavailable response a status code equal to that given
func (*GetScimV2GroupsServiceUnavailable) IsRedirect ¶
func (o *GetScimV2GroupsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups service unavailable response has a 3xx status code
func (*GetScimV2GroupsServiceUnavailable) IsServerError ¶
func (o *GetScimV2GroupsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 groups service unavailable response has a 5xx status code
func (*GetScimV2GroupsServiceUnavailable) IsSuccess ¶
func (o *GetScimV2GroupsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups service unavailable response has a 2xx status code
func (*GetScimV2GroupsServiceUnavailable) String ¶
func (o *GetScimV2GroupsServiceUnavailable) String() string
type GetScimV2GroupsTooManyRequests ¶
GetScimV2GroupsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2GroupsTooManyRequests ¶
func NewGetScimV2GroupsTooManyRequests() *GetScimV2GroupsTooManyRequests
NewGetScimV2GroupsTooManyRequests creates a GetScimV2GroupsTooManyRequests with default headers values
func (*GetScimV2GroupsTooManyRequests) Error ¶
func (o *GetScimV2GroupsTooManyRequests) Error() string
func (*GetScimV2GroupsTooManyRequests) GetPayload ¶
func (o *GetScimV2GroupsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsTooManyRequests) IsClientError ¶
func (o *GetScimV2GroupsTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 groups too many requests response has a 4xx status code
func (*GetScimV2GroupsTooManyRequests) IsCode ¶
func (o *GetScimV2GroupsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 groups too many requests response a status code equal to that given
func (*GetScimV2GroupsTooManyRequests) IsRedirect ¶
func (o *GetScimV2GroupsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups too many requests response has a 3xx status code
func (*GetScimV2GroupsTooManyRequests) IsServerError ¶
func (o *GetScimV2GroupsTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 groups too many requests response has a 5xx status code
func (*GetScimV2GroupsTooManyRequests) IsSuccess ¶
func (o *GetScimV2GroupsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups too many requests response has a 2xx status code
func (*GetScimV2GroupsTooManyRequests) String ¶
func (o *GetScimV2GroupsTooManyRequests) String() string
type GetScimV2GroupsUnauthorized ¶
type GetScimV2GroupsUnauthorized struct {
}GetScimV2GroupsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2GroupsUnauthorized ¶
func NewGetScimV2GroupsUnauthorized() *GetScimV2GroupsUnauthorized
NewGetScimV2GroupsUnauthorized creates a GetScimV2GroupsUnauthorized with default headers values
func (*GetScimV2GroupsUnauthorized) Error ¶
func (o *GetScimV2GroupsUnauthorized) Error() string
func (*GetScimV2GroupsUnauthorized) GetPayload ¶
func (o *GetScimV2GroupsUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsUnauthorized) IsClientError ¶
func (o *GetScimV2GroupsUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 groups unauthorized response has a 4xx status code
func (*GetScimV2GroupsUnauthorized) IsCode ¶
func (o *GetScimV2GroupsUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 groups unauthorized response a status code equal to that given
func (*GetScimV2GroupsUnauthorized) IsRedirect ¶
func (o *GetScimV2GroupsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups unauthorized response has a 3xx status code
func (*GetScimV2GroupsUnauthorized) IsServerError ¶
func (o *GetScimV2GroupsUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 groups unauthorized response has a 5xx status code
func (*GetScimV2GroupsUnauthorized) IsSuccess ¶
func (o *GetScimV2GroupsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups unauthorized response has a 2xx status code
func (*GetScimV2GroupsUnauthorized) String ¶
func (o *GetScimV2GroupsUnauthorized) String() string
type GetScimV2GroupsUnsupportedMediaType ¶
GetScimV2GroupsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2GroupsUnsupportedMediaType ¶
func NewGetScimV2GroupsUnsupportedMediaType() *GetScimV2GroupsUnsupportedMediaType
NewGetScimV2GroupsUnsupportedMediaType creates a GetScimV2GroupsUnsupportedMediaType with default headers values
func (*GetScimV2GroupsUnsupportedMediaType) Error ¶
func (o *GetScimV2GroupsUnsupportedMediaType) Error() string
func (*GetScimV2GroupsUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2GroupsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2GroupsUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2GroupsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 groups unsupported media type response has a 4xx status code
func (*GetScimV2GroupsUnsupportedMediaType) IsCode ¶
func (o *GetScimV2GroupsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 groups unsupported media type response a status code equal to that given
func (*GetScimV2GroupsUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2GroupsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 groups unsupported media type response has a 3xx status code
func (*GetScimV2GroupsUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2GroupsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 groups unsupported media type response has a 5xx status code
func (*GetScimV2GroupsUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2GroupsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 groups unsupported media type response has a 2xx status code
func (*GetScimV2GroupsUnsupportedMediaType) String ¶
func (o *GetScimV2GroupsUnsupportedMediaType) String() string
type GetScimV2ResourcetypeBadRequest ¶
GetScimV2ResourcetypeBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2ResourcetypeBadRequest ¶
func NewGetScimV2ResourcetypeBadRequest() *GetScimV2ResourcetypeBadRequest
NewGetScimV2ResourcetypeBadRequest creates a GetScimV2ResourcetypeBadRequest with default headers values
func (*GetScimV2ResourcetypeBadRequest) Error ¶
func (o *GetScimV2ResourcetypeBadRequest) Error() string
func (*GetScimV2ResourcetypeBadRequest) GetPayload ¶
func (o *GetScimV2ResourcetypeBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeBadRequest) IsClientError ¶
func (o *GetScimV2ResourcetypeBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype bad request response has a 4xx status code
func (*GetScimV2ResourcetypeBadRequest) IsCode ¶
func (o *GetScimV2ResourcetypeBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype bad request response a status code equal to that given
func (*GetScimV2ResourcetypeBadRequest) IsRedirect ¶
func (o *GetScimV2ResourcetypeBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype bad request response has a 3xx status code
func (*GetScimV2ResourcetypeBadRequest) IsServerError ¶
func (o *GetScimV2ResourcetypeBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype bad request response has a 5xx status code
func (*GetScimV2ResourcetypeBadRequest) IsSuccess ¶
func (o *GetScimV2ResourcetypeBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype bad request response has a 2xx status code
func (*GetScimV2ResourcetypeBadRequest) String ¶
func (o *GetScimV2ResourcetypeBadRequest) String() string
type GetScimV2ResourcetypeForbidden ¶
GetScimV2ResourcetypeForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2ResourcetypeForbidden ¶
func NewGetScimV2ResourcetypeForbidden() *GetScimV2ResourcetypeForbidden
NewGetScimV2ResourcetypeForbidden creates a GetScimV2ResourcetypeForbidden with default headers values
func (*GetScimV2ResourcetypeForbidden) Error ¶
func (o *GetScimV2ResourcetypeForbidden) Error() string
func (*GetScimV2ResourcetypeForbidden) GetPayload ¶
func (o *GetScimV2ResourcetypeForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeForbidden) IsClientError ¶
func (o *GetScimV2ResourcetypeForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype forbidden response has a 4xx status code
func (*GetScimV2ResourcetypeForbidden) IsCode ¶
func (o *GetScimV2ResourcetypeForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype forbidden response a status code equal to that given
func (*GetScimV2ResourcetypeForbidden) IsRedirect ¶
func (o *GetScimV2ResourcetypeForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype forbidden response has a 3xx status code
func (*GetScimV2ResourcetypeForbidden) IsServerError ¶
func (o *GetScimV2ResourcetypeForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype forbidden response has a 5xx status code
func (*GetScimV2ResourcetypeForbidden) IsSuccess ¶
func (o *GetScimV2ResourcetypeForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype forbidden response has a 2xx status code
func (*GetScimV2ResourcetypeForbidden) String ¶
func (o *GetScimV2ResourcetypeForbidden) String() string
type GetScimV2ResourcetypeGatewayTimeout ¶
GetScimV2ResourcetypeGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2ResourcetypeGatewayTimeout ¶
func NewGetScimV2ResourcetypeGatewayTimeout() *GetScimV2ResourcetypeGatewayTimeout
NewGetScimV2ResourcetypeGatewayTimeout creates a GetScimV2ResourcetypeGatewayTimeout with default headers values
func (*GetScimV2ResourcetypeGatewayTimeout) Error ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) Error() string
func (*GetScimV2ResourcetypeGatewayTimeout) GetPayload ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeGatewayTimeout) IsClientError ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype gateway timeout response has a 4xx status code
func (*GetScimV2ResourcetypeGatewayTimeout) IsCode ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype gateway timeout response a status code equal to that given
func (*GetScimV2ResourcetypeGatewayTimeout) IsRedirect ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype gateway timeout response has a 3xx status code
func (*GetScimV2ResourcetypeGatewayTimeout) IsServerError ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype gateway timeout response has a 5xx status code
func (*GetScimV2ResourcetypeGatewayTimeout) IsSuccess ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype gateway timeout response has a 2xx status code
func (*GetScimV2ResourcetypeGatewayTimeout) String ¶
func (o *GetScimV2ResourcetypeGatewayTimeout) String() string
type GetScimV2ResourcetypeInternalServerError ¶
GetScimV2ResourcetypeInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2ResourcetypeInternalServerError ¶
func NewGetScimV2ResourcetypeInternalServerError() *GetScimV2ResourcetypeInternalServerError
NewGetScimV2ResourcetypeInternalServerError creates a GetScimV2ResourcetypeInternalServerError with default headers values
func (*GetScimV2ResourcetypeInternalServerError) Error ¶
func (o *GetScimV2ResourcetypeInternalServerError) Error() string
func (*GetScimV2ResourcetypeInternalServerError) GetPayload ¶
func (o *GetScimV2ResourcetypeInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeInternalServerError) IsClientError ¶
func (o *GetScimV2ResourcetypeInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype internal server error response has a 4xx status code
func (*GetScimV2ResourcetypeInternalServerError) IsCode ¶
func (o *GetScimV2ResourcetypeInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype internal server error response a status code equal to that given
func (*GetScimV2ResourcetypeInternalServerError) IsRedirect ¶
func (o *GetScimV2ResourcetypeInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype internal server error response has a 3xx status code
func (*GetScimV2ResourcetypeInternalServerError) IsServerError ¶
func (o *GetScimV2ResourcetypeInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype internal server error response has a 5xx status code
func (*GetScimV2ResourcetypeInternalServerError) IsSuccess ¶
func (o *GetScimV2ResourcetypeInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype internal server error response has a 2xx status code
func (*GetScimV2ResourcetypeInternalServerError) String ¶
func (o *GetScimV2ResourcetypeInternalServerError) String() string
type GetScimV2ResourcetypeNotFound ¶
GetScimV2ResourcetypeNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2ResourcetypeNotFound ¶
func NewGetScimV2ResourcetypeNotFound() *GetScimV2ResourcetypeNotFound
NewGetScimV2ResourcetypeNotFound creates a GetScimV2ResourcetypeNotFound with default headers values
func (*GetScimV2ResourcetypeNotFound) Error ¶
func (o *GetScimV2ResourcetypeNotFound) Error() string
func (*GetScimV2ResourcetypeNotFound) GetPayload ¶
func (o *GetScimV2ResourcetypeNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeNotFound) IsClientError ¶
func (o *GetScimV2ResourcetypeNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype not found response has a 4xx status code
func (*GetScimV2ResourcetypeNotFound) IsCode ¶
func (o *GetScimV2ResourcetypeNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype not found response a status code equal to that given
func (*GetScimV2ResourcetypeNotFound) IsRedirect ¶
func (o *GetScimV2ResourcetypeNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype not found response has a 3xx status code
func (*GetScimV2ResourcetypeNotFound) IsServerError ¶
func (o *GetScimV2ResourcetypeNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype not found response has a 5xx status code
func (*GetScimV2ResourcetypeNotFound) IsSuccess ¶
func (o *GetScimV2ResourcetypeNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype not found response has a 2xx status code
func (*GetScimV2ResourcetypeNotFound) String ¶
func (o *GetScimV2ResourcetypeNotFound) String() string
type GetScimV2ResourcetypeOK ¶
type GetScimV2ResourcetypeOK struct {
Payload *models.ScimConfigResourceType
}
GetScimV2ResourcetypeOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2ResourcetypeOK ¶
func NewGetScimV2ResourcetypeOK() *GetScimV2ResourcetypeOK
NewGetScimV2ResourcetypeOK creates a GetScimV2ResourcetypeOK with default headers values
func (*GetScimV2ResourcetypeOK) Error ¶
func (o *GetScimV2ResourcetypeOK) Error() string
func (*GetScimV2ResourcetypeOK) GetPayload ¶
func (o *GetScimV2ResourcetypeOK) GetPayload() *models.ScimConfigResourceType
func (*GetScimV2ResourcetypeOK) IsClientError ¶
func (o *GetScimV2ResourcetypeOK) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype o k response has a 4xx status code
func (*GetScimV2ResourcetypeOK) IsCode ¶
func (o *GetScimV2ResourcetypeOK) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype o k response a status code equal to that given
func (*GetScimV2ResourcetypeOK) IsRedirect ¶
func (o *GetScimV2ResourcetypeOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype o k response has a 3xx status code
func (*GetScimV2ResourcetypeOK) IsServerError ¶
func (o *GetScimV2ResourcetypeOK) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype o k response has a 5xx status code
func (*GetScimV2ResourcetypeOK) IsSuccess ¶
func (o *GetScimV2ResourcetypeOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype o k response has a 2xx status code
func (*GetScimV2ResourcetypeOK) String ¶
func (o *GetScimV2ResourcetypeOK) String() string
type GetScimV2ResourcetypeParams ¶
type GetScimV2ResourcetypeParams struct { /* ResourceType. The type of resource. Returned with GET /api/v2/scim/v2/resourcetypes. */ ResourceType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2ResourcetypeParams contains all the parameters to send to the API endpoint
for the get scim v2 resourcetype operation. Typically these are written to a http.Request.
func NewGetScimV2ResourcetypeParams ¶
func NewGetScimV2ResourcetypeParams() *GetScimV2ResourcetypeParams
NewGetScimV2ResourcetypeParams creates a new GetScimV2ResourcetypeParams 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 NewGetScimV2ResourcetypeParamsWithContext ¶
func NewGetScimV2ResourcetypeParamsWithContext(ctx context.Context) *GetScimV2ResourcetypeParams
NewGetScimV2ResourcetypeParamsWithContext creates a new GetScimV2ResourcetypeParams object with the ability to set a context for a request.
func NewGetScimV2ResourcetypeParamsWithHTTPClient ¶
func NewGetScimV2ResourcetypeParamsWithHTTPClient(client *http.Client) *GetScimV2ResourcetypeParams
NewGetScimV2ResourcetypeParamsWithHTTPClient creates a new GetScimV2ResourcetypeParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2ResourcetypeParamsWithTimeout ¶
func NewGetScimV2ResourcetypeParamsWithTimeout(timeout time.Duration) *GetScimV2ResourcetypeParams
NewGetScimV2ResourcetypeParamsWithTimeout creates a new GetScimV2ResourcetypeParams object with the ability to set a timeout on a request.
func (*GetScimV2ResourcetypeParams) SetContext ¶
func (o *GetScimV2ResourcetypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) SetDefaults ¶
func (o *GetScimV2ResourcetypeParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 resourcetype params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2ResourcetypeParams) SetHTTPClient ¶
func (o *GetScimV2ResourcetypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) SetResourceType ¶
func (o *GetScimV2ResourcetypeParams) SetResourceType(resourceType string)
SetResourceType adds the resourceType to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) SetTimeout ¶
func (o *GetScimV2ResourcetypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) WithContext ¶
func (o *GetScimV2ResourcetypeParams) WithContext(ctx context.Context) *GetScimV2ResourcetypeParams
WithContext adds the context to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) WithDefaults ¶
func (o *GetScimV2ResourcetypeParams) WithDefaults() *GetScimV2ResourcetypeParams
WithDefaults hydrates default values in the get scim v2 resourcetype params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2ResourcetypeParams) WithHTTPClient ¶
func (o *GetScimV2ResourcetypeParams) WithHTTPClient(client *http.Client) *GetScimV2ResourcetypeParams
WithHTTPClient adds the HTTPClient to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) WithResourceType ¶
func (o *GetScimV2ResourcetypeParams) WithResourceType(resourceType string) *GetScimV2ResourcetypeParams
WithResourceType adds the resourceType to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) WithTimeout ¶
func (o *GetScimV2ResourcetypeParams) WithTimeout(timeout time.Duration) *GetScimV2ResourcetypeParams
WithTimeout adds the timeout to the get scim v2 resourcetype params
func (*GetScimV2ResourcetypeParams) WriteToRequest ¶
func (o *GetScimV2ResourcetypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2ResourcetypeReader ¶
type GetScimV2ResourcetypeReader struct {
// contains filtered or unexported fields
}
GetScimV2ResourcetypeReader is a Reader for the GetScimV2Resourcetype structure.
func (*GetScimV2ResourcetypeReader) ReadResponse ¶
func (o *GetScimV2ResourcetypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2ResourcetypeRequestEntityTooLarge ¶
GetScimV2ResourcetypeRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2ResourcetypeRequestEntityTooLarge ¶
func NewGetScimV2ResourcetypeRequestEntityTooLarge() *GetScimV2ResourcetypeRequestEntityTooLarge
NewGetScimV2ResourcetypeRequestEntityTooLarge creates a GetScimV2ResourcetypeRequestEntityTooLarge with default headers values
func (*GetScimV2ResourcetypeRequestEntityTooLarge) Error ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) Error() string
func (*GetScimV2ResourcetypeRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype request entity too large response has a 4xx status code
func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype request entity too large response a status code equal to that given
func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype request entity too large response has a 3xx status code
func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype request entity too large response has a 5xx status code
func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype request entity too large response has a 2xx status code
func (*GetScimV2ResourcetypeRequestEntityTooLarge) String ¶
func (o *GetScimV2ResourcetypeRequestEntityTooLarge) String() string
type GetScimV2ResourcetypeRequestTimeout ¶
GetScimV2ResourcetypeRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2ResourcetypeRequestTimeout ¶
func NewGetScimV2ResourcetypeRequestTimeout() *GetScimV2ResourcetypeRequestTimeout
NewGetScimV2ResourcetypeRequestTimeout creates a GetScimV2ResourcetypeRequestTimeout with default headers values
func (*GetScimV2ResourcetypeRequestTimeout) Error ¶
func (o *GetScimV2ResourcetypeRequestTimeout) Error() string
func (*GetScimV2ResourcetypeRequestTimeout) GetPayload ¶
func (o *GetScimV2ResourcetypeRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeRequestTimeout) IsClientError ¶
func (o *GetScimV2ResourcetypeRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype request timeout response has a 4xx status code
func (*GetScimV2ResourcetypeRequestTimeout) IsCode ¶
func (o *GetScimV2ResourcetypeRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype request timeout response a status code equal to that given
func (*GetScimV2ResourcetypeRequestTimeout) IsRedirect ¶
func (o *GetScimV2ResourcetypeRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype request timeout response has a 3xx status code
func (*GetScimV2ResourcetypeRequestTimeout) IsServerError ¶
func (o *GetScimV2ResourcetypeRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype request timeout response has a 5xx status code
func (*GetScimV2ResourcetypeRequestTimeout) IsSuccess ¶
func (o *GetScimV2ResourcetypeRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype request timeout response has a 2xx status code
func (*GetScimV2ResourcetypeRequestTimeout) String ¶
func (o *GetScimV2ResourcetypeRequestTimeout) String() string
type GetScimV2ResourcetypeServiceUnavailable ¶
type GetScimV2ResourcetypeServiceUnavailable struct {
}GetScimV2ResourcetypeServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2ResourcetypeServiceUnavailable ¶
func NewGetScimV2ResourcetypeServiceUnavailable() *GetScimV2ResourcetypeServiceUnavailable
NewGetScimV2ResourcetypeServiceUnavailable creates a GetScimV2ResourcetypeServiceUnavailable with default headers values
func (*GetScimV2ResourcetypeServiceUnavailable) Error ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) Error() string
func (*GetScimV2ResourcetypeServiceUnavailable) GetPayload ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeServiceUnavailable) IsClientError ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype service unavailable response has a 4xx status code
func (*GetScimV2ResourcetypeServiceUnavailable) IsCode ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype service unavailable response a status code equal to that given
func (*GetScimV2ResourcetypeServiceUnavailable) IsRedirect ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype service unavailable response has a 3xx status code
func (*GetScimV2ResourcetypeServiceUnavailable) IsServerError ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype service unavailable response has a 5xx status code
func (*GetScimV2ResourcetypeServiceUnavailable) IsSuccess ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype service unavailable response has a 2xx status code
func (*GetScimV2ResourcetypeServiceUnavailable) String ¶
func (o *GetScimV2ResourcetypeServiceUnavailable) String() string
type GetScimV2ResourcetypeTooManyRequests ¶
GetScimV2ResourcetypeTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2ResourcetypeTooManyRequests ¶
func NewGetScimV2ResourcetypeTooManyRequests() *GetScimV2ResourcetypeTooManyRequests
NewGetScimV2ResourcetypeTooManyRequests creates a GetScimV2ResourcetypeTooManyRequests with default headers values
func (*GetScimV2ResourcetypeTooManyRequests) Error ¶
func (o *GetScimV2ResourcetypeTooManyRequests) Error() string
func (*GetScimV2ResourcetypeTooManyRequests) GetPayload ¶
func (o *GetScimV2ResourcetypeTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeTooManyRequests) IsClientError ¶
func (o *GetScimV2ResourcetypeTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype too many requests response has a 4xx status code
func (*GetScimV2ResourcetypeTooManyRequests) IsCode ¶
func (o *GetScimV2ResourcetypeTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype too many requests response a status code equal to that given
func (*GetScimV2ResourcetypeTooManyRequests) IsRedirect ¶
func (o *GetScimV2ResourcetypeTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype too many requests response has a 3xx status code
func (*GetScimV2ResourcetypeTooManyRequests) IsServerError ¶
func (o *GetScimV2ResourcetypeTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype too many requests response has a 5xx status code
func (*GetScimV2ResourcetypeTooManyRequests) IsSuccess ¶
func (o *GetScimV2ResourcetypeTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype too many requests response has a 2xx status code
func (*GetScimV2ResourcetypeTooManyRequests) String ¶
func (o *GetScimV2ResourcetypeTooManyRequests) String() string
type GetScimV2ResourcetypeUnauthorized ¶
type GetScimV2ResourcetypeUnauthorized struct {
}GetScimV2ResourcetypeUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2ResourcetypeUnauthorized ¶
func NewGetScimV2ResourcetypeUnauthorized() *GetScimV2ResourcetypeUnauthorized
NewGetScimV2ResourcetypeUnauthorized creates a GetScimV2ResourcetypeUnauthorized with default headers values
func (*GetScimV2ResourcetypeUnauthorized) Error ¶
func (o *GetScimV2ResourcetypeUnauthorized) Error() string
func (*GetScimV2ResourcetypeUnauthorized) GetPayload ¶
func (o *GetScimV2ResourcetypeUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeUnauthorized) IsClientError ¶
func (o *GetScimV2ResourcetypeUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype unauthorized response has a 4xx status code
func (*GetScimV2ResourcetypeUnauthorized) IsCode ¶
func (o *GetScimV2ResourcetypeUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype unauthorized response a status code equal to that given
func (*GetScimV2ResourcetypeUnauthorized) IsRedirect ¶
func (o *GetScimV2ResourcetypeUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype unauthorized response has a 3xx status code
func (*GetScimV2ResourcetypeUnauthorized) IsServerError ¶
func (o *GetScimV2ResourcetypeUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype unauthorized response has a 5xx status code
func (*GetScimV2ResourcetypeUnauthorized) IsSuccess ¶
func (o *GetScimV2ResourcetypeUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype unauthorized response has a 2xx status code
func (*GetScimV2ResourcetypeUnauthorized) String ¶
func (o *GetScimV2ResourcetypeUnauthorized) String() string
type GetScimV2ResourcetypeUnsupportedMediaType ¶
GetScimV2ResourcetypeUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2ResourcetypeUnsupportedMediaType ¶
func NewGetScimV2ResourcetypeUnsupportedMediaType() *GetScimV2ResourcetypeUnsupportedMediaType
NewGetScimV2ResourcetypeUnsupportedMediaType creates a GetScimV2ResourcetypeUnsupportedMediaType with default headers values
func (*GetScimV2ResourcetypeUnsupportedMediaType) Error ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) Error() string
func (*GetScimV2ResourcetypeUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypeUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetype unsupported media type response has a 4xx status code
func (*GetScimV2ResourcetypeUnsupportedMediaType) IsCode ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetype unsupported media type response a status code equal to that given
func (*GetScimV2ResourcetypeUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetype unsupported media type response has a 3xx status code
func (*GetScimV2ResourcetypeUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetype unsupported media type response has a 5xx status code
func (*GetScimV2ResourcetypeUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetype unsupported media type response has a 2xx status code
func (*GetScimV2ResourcetypeUnsupportedMediaType) String ¶
func (o *GetScimV2ResourcetypeUnsupportedMediaType) String() string
type GetScimV2ResourcetypesBadRequest ¶
GetScimV2ResourcetypesBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2ResourcetypesBadRequest ¶
func NewGetScimV2ResourcetypesBadRequest() *GetScimV2ResourcetypesBadRequest
NewGetScimV2ResourcetypesBadRequest creates a GetScimV2ResourcetypesBadRequest with default headers values
func (*GetScimV2ResourcetypesBadRequest) Error ¶
func (o *GetScimV2ResourcetypesBadRequest) Error() string
func (*GetScimV2ResourcetypesBadRequest) GetPayload ¶
func (o *GetScimV2ResourcetypesBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesBadRequest) IsClientError ¶
func (o *GetScimV2ResourcetypesBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes bad request response has a 4xx status code
func (*GetScimV2ResourcetypesBadRequest) IsCode ¶
func (o *GetScimV2ResourcetypesBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes bad request response a status code equal to that given
func (*GetScimV2ResourcetypesBadRequest) IsRedirect ¶
func (o *GetScimV2ResourcetypesBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes bad request response has a 3xx status code
func (*GetScimV2ResourcetypesBadRequest) IsServerError ¶
func (o *GetScimV2ResourcetypesBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes bad request response has a 5xx status code
func (*GetScimV2ResourcetypesBadRequest) IsSuccess ¶
func (o *GetScimV2ResourcetypesBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes bad request response has a 2xx status code
func (*GetScimV2ResourcetypesBadRequest) String ¶
func (o *GetScimV2ResourcetypesBadRequest) String() string
type GetScimV2ResourcetypesForbidden ¶
GetScimV2ResourcetypesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2ResourcetypesForbidden ¶
func NewGetScimV2ResourcetypesForbidden() *GetScimV2ResourcetypesForbidden
NewGetScimV2ResourcetypesForbidden creates a GetScimV2ResourcetypesForbidden with default headers values
func (*GetScimV2ResourcetypesForbidden) Error ¶
func (o *GetScimV2ResourcetypesForbidden) Error() string
func (*GetScimV2ResourcetypesForbidden) GetPayload ¶
func (o *GetScimV2ResourcetypesForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesForbidden) IsClientError ¶
func (o *GetScimV2ResourcetypesForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes forbidden response has a 4xx status code
func (*GetScimV2ResourcetypesForbidden) IsCode ¶
func (o *GetScimV2ResourcetypesForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes forbidden response a status code equal to that given
func (*GetScimV2ResourcetypesForbidden) IsRedirect ¶
func (o *GetScimV2ResourcetypesForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes forbidden response has a 3xx status code
func (*GetScimV2ResourcetypesForbidden) IsServerError ¶
func (o *GetScimV2ResourcetypesForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes forbidden response has a 5xx status code
func (*GetScimV2ResourcetypesForbidden) IsSuccess ¶
func (o *GetScimV2ResourcetypesForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes forbidden response has a 2xx status code
func (*GetScimV2ResourcetypesForbidden) String ¶
func (o *GetScimV2ResourcetypesForbidden) String() string
type GetScimV2ResourcetypesGatewayTimeout ¶
GetScimV2ResourcetypesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2ResourcetypesGatewayTimeout ¶
func NewGetScimV2ResourcetypesGatewayTimeout() *GetScimV2ResourcetypesGatewayTimeout
NewGetScimV2ResourcetypesGatewayTimeout creates a GetScimV2ResourcetypesGatewayTimeout with default headers values
func (*GetScimV2ResourcetypesGatewayTimeout) Error ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) Error() string
func (*GetScimV2ResourcetypesGatewayTimeout) GetPayload ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesGatewayTimeout) IsClientError ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes gateway timeout response has a 4xx status code
func (*GetScimV2ResourcetypesGatewayTimeout) IsCode ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes gateway timeout response a status code equal to that given
func (*GetScimV2ResourcetypesGatewayTimeout) IsRedirect ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes gateway timeout response has a 3xx status code
func (*GetScimV2ResourcetypesGatewayTimeout) IsServerError ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes gateway timeout response has a 5xx status code
func (*GetScimV2ResourcetypesGatewayTimeout) IsSuccess ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes gateway timeout response has a 2xx status code
func (*GetScimV2ResourcetypesGatewayTimeout) String ¶
func (o *GetScimV2ResourcetypesGatewayTimeout) String() string
type GetScimV2ResourcetypesInternalServerError ¶
GetScimV2ResourcetypesInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2ResourcetypesInternalServerError ¶
func NewGetScimV2ResourcetypesInternalServerError() *GetScimV2ResourcetypesInternalServerError
NewGetScimV2ResourcetypesInternalServerError creates a GetScimV2ResourcetypesInternalServerError with default headers values
func (*GetScimV2ResourcetypesInternalServerError) Error ¶
func (o *GetScimV2ResourcetypesInternalServerError) Error() string
func (*GetScimV2ResourcetypesInternalServerError) GetPayload ¶
func (o *GetScimV2ResourcetypesInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesInternalServerError) IsClientError ¶
func (o *GetScimV2ResourcetypesInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes internal server error response has a 4xx status code
func (*GetScimV2ResourcetypesInternalServerError) IsCode ¶
func (o *GetScimV2ResourcetypesInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes internal server error response a status code equal to that given
func (*GetScimV2ResourcetypesInternalServerError) IsRedirect ¶
func (o *GetScimV2ResourcetypesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes internal server error response has a 3xx status code
func (*GetScimV2ResourcetypesInternalServerError) IsServerError ¶
func (o *GetScimV2ResourcetypesInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes internal server error response has a 5xx status code
func (*GetScimV2ResourcetypesInternalServerError) IsSuccess ¶
func (o *GetScimV2ResourcetypesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes internal server error response has a 2xx status code
func (*GetScimV2ResourcetypesInternalServerError) String ¶
func (o *GetScimV2ResourcetypesInternalServerError) String() string
type GetScimV2ResourcetypesNotFound ¶
GetScimV2ResourcetypesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2ResourcetypesNotFound ¶
func NewGetScimV2ResourcetypesNotFound() *GetScimV2ResourcetypesNotFound
NewGetScimV2ResourcetypesNotFound creates a GetScimV2ResourcetypesNotFound with default headers values
func (*GetScimV2ResourcetypesNotFound) Error ¶
func (o *GetScimV2ResourcetypesNotFound) Error() string
func (*GetScimV2ResourcetypesNotFound) GetPayload ¶
func (o *GetScimV2ResourcetypesNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesNotFound) IsClientError ¶
func (o *GetScimV2ResourcetypesNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes not found response has a 4xx status code
func (*GetScimV2ResourcetypesNotFound) IsCode ¶
func (o *GetScimV2ResourcetypesNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes not found response a status code equal to that given
func (*GetScimV2ResourcetypesNotFound) IsRedirect ¶
func (o *GetScimV2ResourcetypesNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes not found response has a 3xx status code
func (*GetScimV2ResourcetypesNotFound) IsServerError ¶
func (o *GetScimV2ResourcetypesNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes not found response has a 5xx status code
func (*GetScimV2ResourcetypesNotFound) IsSuccess ¶
func (o *GetScimV2ResourcetypesNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes not found response has a 2xx status code
func (*GetScimV2ResourcetypesNotFound) String ¶
func (o *GetScimV2ResourcetypesNotFound) String() string
type GetScimV2ResourcetypesOK ¶
type GetScimV2ResourcetypesOK struct {
Payload *models.ScimConfigResourceTypesListResponse
}
GetScimV2ResourcetypesOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2ResourcetypesOK ¶
func NewGetScimV2ResourcetypesOK() *GetScimV2ResourcetypesOK
NewGetScimV2ResourcetypesOK creates a GetScimV2ResourcetypesOK with default headers values
func (*GetScimV2ResourcetypesOK) Error ¶
func (o *GetScimV2ResourcetypesOK) Error() string
func (*GetScimV2ResourcetypesOK) GetPayload ¶
func (o *GetScimV2ResourcetypesOK) GetPayload() *models.ScimConfigResourceTypesListResponse
func (*GetScimV2ResourcetypesOK) IsClientError ¶
func (o *GetScimV2ResourcetypesOK) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes o k response has a 4xx status code
func (*GetScimV2ResourcetypesOK) IsCode ¶
func (o *GetScimV2ResourcetypesOK) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes o k response a status code equal to that given
func (*GetScimV2ResourcetypesOK) IsRedirect ¶
func (o *GetScimV2ResourcetypesOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes o k response has a 3xx status code
func (*GetScimV2ResourcetypesOK) IsServerError ¶
func (o *GetScimV2ResourcetypesOK) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes o k response has a 5xx status code
func (*GetScimV2ResourcetypesOK) IsSuccess ¶
func (o *GetScimV2ResourcetypesOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes o k response has a 2xx status code
func (*GetScimV2ResourcetypesOK) String ¶
func (o *GetScimV2ResourcetypesOK) String() string
type GetScimV2ResourcetypesParams ¶
type GetScimV2ResourcetypesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2ResourcetypesParams contains all the parameters to send to the API endpoint
for the get scim v2 resourcetypes operation. Typically these are written to a http.Request.
func NewGetScimV2ResourcetypesParams ¶
func NewGetScimV2ResourcetypesParams() *GetScimV2ResourcetypesParams
NewGetScimV2ResourcetypesParams creates a new GetScimV2ResourcetypesParams 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 NewGetScimV2ResourcetypesParamsWithContext ¶
func NewGetScimV2ResourcetypesParamsWithContext(ctx context.Context) *GetScimV2ResourcetypesParams
NewGetScimV2ResourcetypesParamsWithContext creates a new GetScimV2ResourcetypesParams object with the ability to set a context for a request.
func NewGetScimV2ResourcetypesParamsWithHTTPClient ¶
func NewGetScimV2ResourcetypesParamsWithHTTPClient(client *http.Client) *GetScimV2ResourcetypesParams
NewGetScimV2ResourcetypesParamsWithHTTPClient creates a new GetScimV2ResourcetypesParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2ResourcetypesParamsWithTimeout ¶
func NewGetScimV2ResourcetypesParamsWithTimeout(timeout time.Duration) *GetScimV2ResourcetypesParams
NewGetScimV2ResourcetypesParamsWithTimeout creates a new GetScimV2ResourcetypesParams object with the ability to set a timeout on a request.
func (*GetScimV2ResourcetypesParams) SetContext ¶
func (o *GetScimV2ResourcetypesParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 resourcetypes params
func (*GetScimV2ResourcetypesParams) SetDefaults ¶
func (o *GetScimV2ResourcetypesParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 resourcetypes params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2ResourcetypesParams) SetHTTPClient ¶
func (o *GetScimV2ResourcetypesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 resourcetypes params
func (*GetScimV2ResourcetypesParams) SetTimeout ¶
func (o *GetScimV2ResourcetypesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 resourcetypes params
func (*GetScimV2ResourcetypesParams) WithContext ¶
func (o *GetScimV2ResourcetypesParams) WithContext(ctx context.Context) *GetScimV2ResourcetypesParams
WithContext adds the context to the get scim v2 resourcetypes params
func (*GetScimV2ResourcetypesParams) WithDefaults ¶
func (o *GetScimV2ResourcetypesParams) WithDefaults() *GetScimV2ResourcetypesParams
WithDefaults hydrates default values in the get scim v2 resourcetypes params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2ResourcetypesParams) WithHTTPClient ¶
func (o *GetScimV2ResourcetypesParams) WithHTTPClient(client *http.Client) *GetScimV2ResourcetypesParams
WithHTTPClient adds the HTTPClient to the get scim v2 resourcetypes params
func (*GetScimV2ResourcetypesParams) WithTimeout ¶
func (o *GetScimV2ResourcetypesParams) WithTimeout(timeout time.Duration) *GetScimV2ResourcetypesParams
WithTimeout adds the timeout to the get scim v2 resourcetypes params
func (*GetScimV2ResourcetypesParams) WriteToRequest ¶
func (o *GetScimV2ResourcetypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2ResourcetypesReader ¶
type GetScimV2ResourcetypesReader struct {
// contains filtered or unexported fields
}
GetScimV2ResourcetypesReader is a Reader for the GetScimV2Resourcetypes structure.
func (*GetScimV2ResourcetypesReader) ReadResponse ¶
func (o *GetScimV2ResourcetypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2ResourcetypesRequestEntityTooLarge ¶
GetScimV2ResourcetypesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2ResourcetypesRequestEntityTooLarge ¶
func NewGetScimV2ResourcetypesRequestEntityTooLarge() *GetScimV2ResourcetypesRequestEntityTooLarge
NewGetScimV2ResourcetypesRequestEntityTooLarge creates a GetScimV2ResourcetypesRequestEntityTooLarge with default headers values
func (*GetScimV2ResourcetypesRequestEntityTooLarge) Error ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) Error() string
func (*GetScimV2ResourcetypesRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes request entity too large response has a 4xx status code
func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes request entity too large response a status code equal to that given
func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes request entity too large response has a 3xx status code
func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes request entity too large response has a 5xx status code
func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes request entity too large response has a 2xx status code
func (*GetScimV2ResourcetypesRequestEntityTooLarge) String ¶
func (o *GetScimV2ResourcetypesRequestEntityTooLarge) String() string
type GetScimV2ResourcetypesRequestTimeout ¶
GetScimV2ResourcetypesRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2ResourcetypesRequestTimeout ¶
func NewGetScimV2ResourcetypesRequestTimeout() *GetScimV2ResourcetypesRequestTimeout
NewGetScimV2ResourcetypesRequestTimeout creates a GetScimV2ResourcetypesRequestTimeout with default headers values
func (*GetScimV2ResourcetypesRequestTimeout) Error ¶
func (o *GetScimV2ResourcetypesRequestTimeout) Error() string
func (*GetScimV2ResourcetypesRequestTimeout) GetPayload ¶
func (o *GetScimV2ResourcetypesRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesRequestTimeout) IsClientError ¶
func (o *GetScimV2ResourcetypesRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes request timeout response has a 4xx status code
func (*GetScimV2ResourcetypesRequestTimeout) IsCode ¶
func (o *GetScimV2ResourcetypesRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes request timeout response a status code equal to that given
func (*GetScimV2ResourcetypesRequestTimeout) IsRedirect ¶
func (o *GetScimV2ResourcetypesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes request timeout response has a 3xx status code
func (*GetScimV2ResourcetypesRequestTimeout) IsServerError ¶
func (o *GetScimV2ResourcetypesRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes request timeout response has a 5xx status code
func (*GetScimV2ResourcetypesRequestTimeout) IsSuccess ¶
func (o *GetScimV2ResourcetypesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes request timeout response has a 2xx status code
func (*GetScimV2ResourcetypesRequestTimeout) String ¶
func (o *GetScimV2ResourcetypesRequestTimeout) String() string
type GetScimV2ResourcetypesServiceUnavailable ¶
type GetScimV2ResourcetypesServiceUnavailable struct {
}GetScimV2ResourcetypesServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2ResourcetypesServiceUnavailable ¶
func NewGetScimV2ResourcetypesServiceUnavailable() *GetScimV2ResourcetypesServiceUnavailable
NewGetScimV2ResourcetypesServiceUnavailable creates a GetScimV2ResourcetypesServiceUnavailable with default headers values
func (*GetScimV2ResourcetypesServiceUnavailable) Error ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) Error() string
func (*GetScimV2ResourcetypesServiceUnavailable) GetPayload ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesServiceUnavailable) IsClientError ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes service unavailable response has a 4xx status code
func (*GetScimV2ResourcetypesServiceUnavailable) IsCode ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes service unavailable response a status code equal to that given
func (*GetScimV2ResourcetypesServiceUnavailable) IsRedirect ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes service unavailable response has a 3xx status code
func (*GetScimV2ResourcetypesServiceUnavailable) IsServerError ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes service unavailable response has a 5xx status code
func (*GetScimV2ResourcetypesServiceUnavailable) IsSuccess ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes service unavailable response has a 2xx status code
func (*GetScimV2ResourcetypesServiceUnavailable) String ¶
func (o *GetScimV2ResourcetypesServiceUnavailable) String() string
type GetScimV2ResourcetypesTooManyRequests ¶
GetScimV2ResourcetypesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2ResourcetypesTooManyRequests ¶
func NewGetScimV2ResourcetypesTooManyRequests() *GetScimV2ResourcetypesTooManyRequests
NewGetScimV2ResourcetypesTooManyRequests creates a GetScimV2ResourcetypesTooManyRequests with default headers values
func (*GetScimV2ResourcetypesTooManyRequests) Error ¶
func (o *GetScimV2ResourcetypesTooManyRequests) Error() string
func (*GetScimV2ResourcetypesTooManyRequests) GetPayload ¶
func (o *GetScimV2ResourcetypesTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesTooManyRequests) IsClientError ¶
func (o *GetScimV2ResourcetypesTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes too many requests response has a 4xx status code
func (*GetScimV2ResourcetypesTooManyRequests) IsCode ¶
func (o *GetScimV2ResourcetypesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes too many requests response a status code equal to that given
func (*GetScimV2ResourcetypesTooManyRequests) IsRedirect ¶
func (o *GetScimV2ResourcetypesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes too many requests response has a 3xx status code
func (*GetScimV2ResourcetypesTooManyRequests) IsServerError ¶
func (o *GetScimV2ResourcetypesTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes too many requests response has a 5xx status code
func (*GetScimV2ResourcetypesTooManyRequests) IsSuccess ¶
func (o *GetScimV2ResourcetypesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes too many requests response has a 2xx status code
func (*GetScimV2ResourcetypesTooManyRequests) String ¶
func (o *GetScimV2ResourcetypesTooManyRequests) String() string
type GetScimV2ResourcetypesUnauthorized ¶
type GetScimV2ResourcetypesUnauthorized struct {
}GetScimV2ResourcetypesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2ResourcetypesUnauthorized ¶
func NewGetScimV2ResourcetypesUnauthorized() *GetScimV2ResourcetypesUnauthorized
NewGetScimV2ResourcetypesUnauthorized creates a GetScimV2ResourcetypesUnauthorized with default headers values
func (*GetScimV2ResourcetypesUnauthorized) Error ¶
func (o *GetScimV2ResourcetypesUnauthorized) Error() string
func (*GetScimV2ResourcetypesUnauthorized) GetPayload ¶
func (o *GetScimV2ResourcetypesUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesUnauthorized) IsClientError ¶
func (o *GetScimV2ResourcetypesUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes unauthorized response has a 4xx status code
func (*GetScimV2ResourcetypesUnauthorized) IsCode ¶
func (o *GetScimV2ResourcetypesUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes unauthorized response a status code equal to that given
func (*GetScimV2ResourcetypesUnauthorized) IsRedirect ¶
func (o *GetScimV2ResourcetypesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes unauthorized response has a 3xx status code
func (*GetScimV2ResourcetypesUnauthorized) IsServerError ¶
func (o *GetScimV2ResourcetypesUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes unauthorized response has a 5xx status code
func (*GetScimV2ResourcetypesUnauthorized) IsSuccess ¶
func (o *GetScimV2ResourcetypesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes unauthorized response has a 2xx status code
func (*GetScimV2ResourcetypesUnauthorized) String ¶
func (o *GetScimV2ResourcetypesUnauthorized) String() string
type GetScimV2ResourcetypesUnsupportedMediaType ¶
GetScimV2ResourcetypesUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2ResourcetypesUnsupportedMediaType ¶
func NewGetScimV2ResourcetypesUnsupportedMediaType() *GetScimV2ResourcetypesUnsupportedMediaType
NewGetScimV2ResourcetypesUnsupportedMediaType creates a GetScimV2ResourcetypesUnsupportedMediaType with default headers values
func (*GetScimV2ResourcetypesUnsupportedMediaType) Error ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) Error() string
func (*GetScimV2ResourcetypesUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2ResourcetypesUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 resourcetypes unsupported media type response has a 4xx status code
func (*GetScimV2ResourcetypesUnsupportedMediaType) IsCode ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 resourcetypes unsupported media type response a status code equal to that given
func (*GetScimV2ResourcetypesUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 resourcetypes unsupported media type response has a 3xx status code
func (*GetScimV2ResourcetypesUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 resourcetypes unsupported media type response has a 5xx status code
func (*GetScimV2ResourcetypesUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 resourcetypes unsupported media type response has a 2xx status code
func (*GetScimV2ResourcetypesUnsupportedMediaType) String ¶
func (o *GetScimV2ResourcetypesUnsupportedMediaType) String() string
type GetScimV2SchemaBadRequest ¶
GetScimV2SchemaBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2SchemaBadRequest ¶
func NewGetScimV2SchemaBadRequest() *GetScimV2SchemaBadRequest
NewGetScimV2SchemaBadRequest creates a GetScimV2SchemaBadRequest with default headers values
func (*GetScimV2SchemaBadRequest) Error ¶
func (o *GetScimV2SchemaBadRequest) Error() string
func (*GetScimV2SchemaBadRequest) GetPayload ¶
func (o *GetScimV2SchemaBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaBadRequest) IsClientError ¶
func (o *GetScimV2SchemaBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 schema bad request response has a 4xx status code
func (*GetScimV2SchemaBadRequest) IsCode ¶
func (o *GetScimV2SchemaBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 schema bad request response a status code equal to that given
func (*GetScimV2SchemaBadRequest) IsRedirect ¶
func (o *GetScimV2SchemaBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema bad request response has a 3xx status code
func (*GetScimV2SchemaBadRequest) IsServerError ¶
func (o *GetScimV2SchemaBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 schema bad request response has a 5xx status code
func (*GetScimV2SchemaBadRequest) IsSuccess ¶
func (o *GetScimV2SchemaBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema bad request response has a 2xx status code
func (*GetScimV2SchemaBadRequest) String ¶
func (o *GetScimV2SchemaBadRequest) String() string
type GetScimV2SchemaForbidden ¶
GetScimV2SchemaForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2SchemaForbidden ¶
func NewGetScimV2SchemaForbidden() *GetScimV2SchemaForbidden
NewGetScimV2SchemaForbidden creates a GetScimV2SchemaForbidden with default headers values
func (*GetScimV2SchemaForbidden) Error ¶
func (o *GetScimV2SchemaForbidden) Error() string
func (*GetScimV2SchemaForbidden) GetPayload ¶
func (o *GetScimV2SchemaForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaForbidden) IsClientError ¶
func (o *GetScimV2SchemaForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 schema forbidden response has a 4xx status code
func (*GetScimV2SchemaForbidden) IsCode ¶
func (o *GetScimV2SchemaForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 schema forbidden response a status code equal to that given
func (*GetScimV2SchemaForbidden) IsRedirect ¶
func (o *GetScimV2SchemaForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema forbidden response has a 3xx status code
func (*GetScimV2SchemaForbidden) IsServerError ¶
func (o *GetScimV2SchemaForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 schema forbidden response has a 5xx status code
func (*GetScimV2SchemaForbidden) IsSuccess ¶
func (o *GetScimV2SchemaForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema forbidden response has a 2xx status code
func (*GetScimV2SchemaForbidden) String ¶
func (o *GetScimV2SchemaForbidden) String() string
type GetScimV2SchemaGatewayTimeout ¶
GetScimV2SchemaGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2SchemaGatewayTimeout ¶
func NewGetScimV2SchemaGatewayTimeout() *GetScimV2SchemaGatewayTimeout
NewGetScimV2SchemaGatewayTimeout creates a GetScimV2SchemaGatewayTimeout with default headers values
func (*GetScimV2SchemaGatewayTimeout) Error ¶
func (o *GetScimV2SchemaGatewayTimeout) Error() string
func (*GetScimV2SchemaGatewayTimeout) GetPayload ¶
func (o *GetScimV2SchemaGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaGatewayTimeout) IsClientError ¶
func (o *GetScimV2SchemaGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 schema gateway timeout response has a 4xx status code
func (*GetScimV2SchemaGatewayTimeout) IsCode ¶
func (o *GetScimV2SchemaGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 schema gateway timeout response a status code equal to that given
func (*GetScimV2SchemaGatewayTimeout) IsRedirect ¶
func (o *GetScimV2SchemaGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema gateway timeout response has a 3xx status code
func (*GetScimV2SchemaGatewayTimeout) IsServerError ¶
func (o *GetScimV2SchemaGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 schema gateway timeout response has a 5xx status code
func (*GetScimV2SchemaGatewayTimeout) IsSuccess ¶
func (o *GetScimV2SchemaGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema gateway timeout response has a 2xx status code
func (*GetScimV2SchemaGatewayTimeout) String ¶
func (o *GetScimV2SchemaGatewayTimeout) String() string
type GetScimV2SchemaInternalServerError ¶
GetScimV2SchemaInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2SchemaInternalServerError ¶
func NewGetScimV2SchemaInternalServerError() *GetScimV2SchemaInternalServerError
NewGetScimV2SchemaInternalServerError creates a GetScimV2SchemaInternalServerError with default headers values
func (*GetScimV2SchemaInternalServerError) Error ¶
func (o *GetScimV2SchemaInternalServerError) Error() string
func (*GetScimV2SchemaInternalServerError) GetPayload ¶
func (o *GetScimV2SchemaInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaInternalServerError) IsClientError ¶
func (o *GetScimV2SchemaInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 schema internal server error response has a 4xx status code
func (*GetScimV2SchemaInternalServerError) IsCode ¶
func (o *GetScimV2SchemaInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 schema internal server error response a status code equal to that given
func (*GetScimV2SchemaInternalServerError) IsRedirect ¶
func (o *GetScimV2SchemaInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema internal server error response has a 3xx status code
func (*GetScimV2SchemaInternalServerError) IsServerError ¶
func (o *GetScimV2SchemaInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 schema internal server error response has a 5xx status code
func (*GetScimV2SchemaInternalServerError) IsSuccess ¶
func (o *GetScimV2SchemaInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema internal server error response has a 2xx status code
func (*GetScimV2SchemaInternalServerError) String ¶
func (o *GetScimV2SchemaInternalServerError) String() string
type GetScimV2SchemaNotFound ¶
GetScimV2SchemaNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2SchemaNotFound ¶
func NewGetScimV2SchemaNotFound() *GetScimV2SchemaNotFound
NewGetScimV2SchemaNotFound creates a GetScimV2SchemaNotFound with default headers values
func (*GetScimV2SchemaNotFound) Error ¶
func (o *GetScimV2SchemaNotFound) Error() string
func (*GetScimV2SchemaNotFound) GetPayload ¶
func (o *GetScimV2SchemaNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaNotFound) IsClientError ¶
func (o *GetScimV2SchemaNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 schema not found response has a 4xx status code
func (*GetScimV2SchemaNotFound) IsCode ¶
func (o *GetScimV2SchemaNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 schema not found response a status code equal to that given
func (*GetScimV2SchemaNotFound) IsRedirect ¶
func (o *GetScimV2SchemaNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema not found response has a 3xx status code
func (*GetScimV2SchemaNotFound) IsServerError ¶
func (o *GetScimV2SchemaNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 schema not found response has a 5xx status code
func (*GetScimV2SchemaNotFound) IsSuccess ¶
func (o *GetScimV2SchemaNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema not found response has a 2xx status code
func (*GetScimV2SchemaNotFound) String ¶
func (o *GetScimV2SchemaNotFound) String() string
type GetScimV2SchemaOK ¶
type GetScimV2SchemaOK struct {
Payload *models.ScimV2SchemaDefinition
}
GetScimV2SchemaOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2SchemaOK ¶
func NewGetScimV2SchemaOK() *GetScimV2SchemaOK
NewGetScimV2SchemaOK creates a GetScimV2SchemaOK with default headers values
func (*GetScimV2SchemaOK) Error ¶
func (o *GetScimV2SchemaOK) Error() string
func (*GetScimV2SchemaOK) GetPayload ¶
func (o *GetScimV2SchemaOK) GetPayload() *models.ScimV2SchemaDefinition
func (*GetScimV2SchemaOK) IsClientError ¶
func (o *GetScimV2SchemaOK) IsClientError() bool
IsClientError returns true when this get scim v2 schema o k response has a 4xx status code
func (*GetScimV2SchemaOK) IsCode ¶
func (o *GetScimV2SchemaOK) IsCode(code int) bool
IsCode returns true when this get scim v2 schema o k response a status code equal to that given
func (*GetScimV2SchemaOK) IsRedirect ¶
func (o *GetScimV2SchemaOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema o k response has a 3xx status code
func (*GetScimV2SchemaOK) IsServerError ¶
func (o *GetScimV2SchemaOK) IsServerError() bool
IsServerError returns true when this get scim v2 schema o k response has a 5xx status code
func (*GetScimV2SchemaOK) IsSuccess ¶
func (o *GetScimV2SchemaOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema o k response has a 2xx status code
func (*GetScimV2SchemaOK) String ¶
func (o *GetScimV2SchemaOK) String() string
type GetScimV2SchemaParams ¶
type GetScimV2SchemaParams struct { /* SchemaID. The ID of a schema. Returned with GET /api/v2/scim/v2/schemas. */ SchemaID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2SchemaParams contains all the parameters to send to the API endpoint
for the get scim v2 schema operation. Typically these are written to a http.Request.
func NewGetScimV2SchemaParams ¶
func NewGetScimV2SchemaParams() *GetScimV2SchemaParams
NewGetScimV2SchemaParams creates a new GetScimV2SchemaParams 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 NewGetScimV2SchemaParamsWithContext ¶
func NewGetScimV2SchemaParamsWithContext(ctx context.Context) *GetScimV2SchemaParams
NewGetScimV2SchemaParamsWithContext creates a new GetScimV2SchemaParams object with the ability to set a context for a request.
func NewGetScimV2SchemaParamsWithHTTPClient ¶
func NewGetScimV2SchemaParamsWithHTTPClient(client *http.Client) *GetScimV2SchemaParams
NewGetScimV2SchemaParamsWithHTTPClient creates a new GetScimV2SchemaParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2SchemaParamsWithTimeout ¶
func NewGetScimV2SchemaParamsWithTimeout(timeout time.Duration) *GetScimV2SchemaParams
NewGetScimV2SchemaParamsWithTimeout creates a new GetScimV2SchemaParams object with the ability to set a timeout on a request.
func (*GetScimV2SchemaParams) SetContext ¶
func (o *GetScimV2SchemaParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 schema params
func (*GetScimV2SchemaParams) SetDefaults ¶
func (o *GetScimV2SchemaParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 schema params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2SchemaParams) SetHTTPClient ¶
func (o *GetScimV2SchemaParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 schema params
func (*GetScimV2SchemaParams) SetSchemaID ¶
func (o *GetScimV2SchemaParams) SetSchemaID(schemaID string)
SetSchemaID adds the schemaId to the get scim v2 schema params
func (*GetScimV2SchemaParams) SetTimeout ¶
func (o *GetScimV2SchemaParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 schema params
func (*GetScimV2SchemaParams) WithContext ¶
func (o *GetScimV2SchemaParams) WithContext(ctx context.Context) *GetScimV2SchemaParams
WithContext adds the context to the get scim v2 schema params
func (*GetScimV2SchemaParams) WithDefaults ¶
func (o *GetScimV2SchemaParams) WithDefaults() *GetScimV2SchemaParams
WithDefaults hydrates default values in the get scim v2 schema params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2SchemaParams) WithHTTPClient ¶
func (o *GetScimV2SchemaParams) WithHTTPClient(client *http.Client) *GetScimV2SchemaParams
WithHTTPClient adds the HTTPClient to the get scim v2 schema params
func (*GetScimV2SchemaParams) WithSchemaID ¶
func (o *GetScimV2SchemaParams) WithSchemaID(schemaID string) *GetScimV2SchemaParams
WithSchemaID adds the schemaID to the get scim v2 schema params
func (*GetScimV2SchemaParams) WithTimeout ¶
func (o *GetScimV2SchemaParams) WithTimeout(timeout time.Duration) *GetScimV2SchemaParams
WithTimeout adds the timeout to the get scim v2 schema params
func (*GetScimV2SchemaParams) WriteToRequest ¶
func (o *GetScimV2SchemaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2SchemaReader ¶
type GetScimV2SchemaReader struct {
// contains filtered or unexported fields
}
GetScimV2SchemaReader is a Reader for the GetScimV2Schema structure.
func (*GetScimV2SchemaReader) ReadResponse ¶
func (o *GetScimV2SchemaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2SchemaRequestEntityTooLarge ¶
GetScimV2SchemaRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2SchemaRequestEntityTooLarge ¶
func NewGetScimV2SchemaRequestEntityTooLarge() *GetScimV2SchemaRequestEntityTooLarge
NewGetScimV2SchemaRequestEntityTooLarge creates a GetScimV2SchemaRequestEntityTooLarge with default headers values
func (*GetScimV2SchemaRequestEntityTooLarge) Error ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) Error() string
func (*GetScimV2SchemaRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 schema request entity too large response has a 4xx status code
func (*GetScimV2SchemaRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 schema request entity too large response a status code equal to that given
func (*GetScimV2SchemaRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema request entity too large response has a 3xx status code
func (*GetScimV2SchemaRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 schema request entity too large response has a 5xx status code
func (*GetScimV2SchemaRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema request entity too large response has a 2xx status code
func (*GetScimV2SchemaRequestEntityTooLarge) String ¶
func (o *GetScimV2SchemaRequestEntityTooLarge) String() string
type GetScimV2SchemaRequestTimeout ¶
GetScimV2SchemaRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2SchemaRequestTimeout ¶
func NewGetScimV2SchemaRequestTimeout() *GetScimV2SchemaRequestTimeout
NewGetScimV2SchemaRequestTimeout creates a GetScimV2SchemaRequestTimeout with default headers values
func (*GetScimV2SchemaRequestTimeout) Error ¶
func (o *GetScimV2SchemaRequestTimeout) Error() string
func (*GetScimV2SchemaRequestTimeout) GetPayload ¶
func (o *GetScimV2SchemaRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaRequestTimeout) IsClientError ¶
func (o *GetScimV2SchemaRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 schema request timeout response has a 4xx status code
func (*GetScimV2SchemaRequestTimeout) IsCode ¶
func (o *GetScimV2SchemaRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 schema request timeout response a status code equal to that given
func (*GetScimV2SchemaRequestTimeout) IsRedirect ¶
func (o *GetScimV2SchemaRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema request timeout response has a 3xx status code
func (*GetScimV2SchemaRequestTimeout) IsServerError ¶
func (o *GetScimV2SchemaRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 schema request timeout response has a 5xx status code
func (*GetScimV2SchemaRequestTimeout) IsSuccess ¶
func (o *GetScimV2SchemaRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema request timeout response has a 2xx status code
func (*GetScimV2SchemaRequestTimeout) String ¶
func (o *GetScimV2SchemaRequestTimeout) String() string
type GetScimV2SchemaServiceUnavailable ¶
type GetScimV2SchemaServiceUnavailable struct {
}GetScimV2SchemaServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2SchemaServiceUnavailable ¶
func NewGetScimV2SchemaServiceUnavailable() *GetScimV2SchemaServiceUnavailable
NewGetScimV2SchemaServiceUnavailable creates a GetScimV2SchemaServiceUnavailable with default headers values
func (*GetScimV2SchemaServiceUnavailable) Error ¶
func (o *GetScimV2SchemaServiceUnavailable) Error() string
func (*GetScimV2SchemaServiceUnavailable) GetPayload ¶
func (o *GetScimV2SchemaServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaServiceUnavailable) IsClientError ¶
func (o *GetScimV2SchemaServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 schema service unavailable response has a 4xx status code
func (*GetScimV2SchemaServiceUnavailable) IsCode ¶
func (o *GetScimV2SchemaServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 schema service unavailable response a status code equal to that given
func (*GetScimV2SchemaServiceUnavailable) IsRedirect ¶
func (o *GetScimV2SchemaServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema service unavailable response has a 3xx status code
func (*GetScimV2SchemaServiceUnavailable) IsServerError ¶
func (o *GetScimV2SchemaServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 schema service unavailable response has a 5xx status code
func (*GetScimV2SchemaServiceUnavailable) IsSuccess ¶
func (o *GetScimV2SchemaServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema service unavailable response has a 2xx status code
func (*GetScimV2SchemaServiceUnavailable) String ¶
func (o *GetScimV2SchemaServiceUnavailable) String() string
type GetScimV2SchemaTooManyRequests ¶
GetScimV2SchemaTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2SchemaTooManyRequests ¶
func NewGetScimV2SchemaTooManyRequests() *GetScimV2SchemaTooManyRequests
NewGetScimV2SchemaTooManyRequests creates a GetScimV2SchemaTooManyRequests with default headers values
func (*GetScimV2SchemaTooManyRequests) Error ¶
func (o *GetScimV2SchemaTooManyRequests) Error() string
func (*GetScimV2SchemaTooManyRequests) GetPayload ¶
func (o *GetScimV2SchemaTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaTooManyRequests) IsClientError ¶
func (o *GetScimV2SchemaTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 schema too many requests response has a 4xx status code
func (*GetScimV2SchemaTooManyRequests) IsCode ¶
func (o *GetScimV2SchemaTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 schema too many requests response a status code equal to that given
func (*GetScimV2SchemaTooManyRequests) IsRedirect ¶
func (o *GetScimV2SchemaTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema too many requests response has a 3xx status code
func (*GetScimV2SchemaTooManyRequests) IsServerError ¶
func (o *GetScimV2SchemaTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 schema too many requests response has a 5xx status code
func (*GetScimV2SchemaTooManyRequests) IsSuccess ¶
func (o *GetScimV2SchemaTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema too many requests response has a 2xx status code
func (*GetScimV2SchemaTooManyRequests) String ¶
func (o *GetScimV2SchemaTooManyRequests) String() string
type GetScimV2SchemaUnauthorized ¶
type GetScimV2SchemaUnauthorized struct {
}GetScimV2SchemaUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2SchemaUnauthorized ¶
func NewGetScimV2SchemaUnauthorized() *GetScimV2SchemaUnauthorized
NewGetScimV2SchemaUnauthorized creates a GetScimV2SchemaUnauthorized with default headers values
func (*GetScimV2SchemaUnauthorized) Error ¶
func (o *GetScimV2SchemaUnauthorized) Error() string
func (*GetScimV2SchemaUnauthorized) GetPayload ¶
func (o *GetScimV2SchemaUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaUnauthorized) IsClientError ¶
func (o *GetScimV2SchemaUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 schema unauthorized response has a 4xx status code
func (*GetScimV2SchemaUnauthorized) IsCode ¶
func (o *GetScimV2SchemaUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 schema unauthorized response a status code equal to that given
func (*GetScimV2SchemaUnauthorized) IsRedirect ¶
func (o *GetScimV2SchemaUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema unauthorized response has a 3xx status code
func (*GetScimV2SchemaUnauthorized) IsServerError ¶
func (o *GetScimV2SchemaUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 schema unauthorized response has a 5xx status code
func (*GetScimV2SchemaUnauthorized) IsSuccess ¶
func (o *GetScimV2SchemaUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema unauthorized response has a 2xx status code
func (*GetScimV2SchemaUnauthorized) String ¶
func (o *GetScimV2SchemaUnauthorized) String() string
type GetScimV2SchemaUnsupportedMediaType ¶
GetScimV2SchemaUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2SchemaUnsupportedMediaType ¶
func NewGetScimV2SchemaUnsupportedMediaType() *GetScimV2SchemaUnsupportedMediaType
NewGetScimV2SchemaUnsupportedMediaType creates a GetScimV2SchemaUnsupportedMediaType with default headers values
func (*GetScimV2SchemaUnsupportedMediaType) Error ¶
func (o *GetScimV2SchemaUnsupportedMediaType) Error() string
func (*GetScimV2SchemaUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2SchemaUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2SchemaUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2SchemaUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 schema unsupported media type response has a 4xx status code
func (*GetScimV2SchemaUnsupportedMediaType) IsCode ¶
func (o *GetScimV2SchemaUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 schema unsupported media type response a status code equal to that given
func (*GetScimV2SchemaUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2SchemaUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 schema unsupported media type response has a 3xx status code
func (*GetScimV2SchemaUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2SchemaUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 schema unsupported media type response has a 5xx status code
func (*GetScimV2SchemaUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2SchemaUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 schema unsupported media type response has a 2xx status code
func (*GetScimV2SchemaUnsupportedMediaType) String ¶
func (o *GetScimV2SchemaUnsupportedMediaType) String() string
type GetScimV2SchemasBadRequest ¶
GetScimV2SchemasBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2SchemasBadRequest ¶
func NewGetScimV2SchemasBadRequest() *GetScimV2SchemasBadRequest
NewGetScimV2SchemasBadRequest creates a GetScimV2SchemasBadRequest with default headers values
func (*GetScimV2SchemasBadRequest) Error ¶
func (o *GetScimV2SchemasBadRequest) Error() string
func (*GetScimV2SchemasBadRequest) GetPayload ¶
func (o *GetScimV2SchemasBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasBadRequest) IsClientError ¶
func (o *GetScimV2SchemasBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 schemas bad request response has a 4xx status code
func (*GetScimV2SchemasBadRequest) IsCode ¶
func (o *GetScimV2SchemasBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas bad request response a status code equal to that given
func (*GetScimV2SchemasBadRequest) IsRedirect ¶
func (o *GetScimV2SchemasBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas bad request response has a 3xx status code
func (*GetScimV2SchemasBadRequest) IsServerError ¶
func (o *GetScimV2SchemasBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 schemas bad request response has a 5xx status code
func (*GetScimV2SchemasBadRequest) IsSuccess ¶
func (o *GetScimV2SchemasBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas bad request response has a 2xx status code
func (*GetScimV2SchemasBadRequest) String ¶
func (o *GetScimV2SchemasBadRequest) String() string
type GetScimV2SchemasForbidden ¶
GetScimV2SchemasForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2SchemasForbidden ¶
func NewGetScimV2SchemasForbidden() *GetScimV2SchemasForbidden
NewGetScimV2SchemasForbidden creates a GetScimV2SchemasForbidden with default headers values
func (*GetScimV2SchemasForbidden) Error ¶
func (o *GetScimV2SchemasForbidden) Error() string
func (*GetScimV2SchemasForbidden) GetPayload ¶
func (o *GetScimV2SchemasForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasForbidden) IsClientError ¶
func (o *GetScimV2SchemasForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 schemas forbidden response has a 4xx status code
func (*GetScimV2SchemasForbidden) IsCode ¶
func (o *GetScimV2SchemasForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas forbidden response a status code equal to that given
func (*GetScimV2SchemasForbidden) IsRedirect ¶
func (o *GetScimV2SchemasForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas forbidden response has a 3xx status code
func (*GetScimV2SchemasForbidden) IsServerError ¶
func (o *GetScimV2SchemasForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 schemas forbidden response has a 5xx status code
func (*GetScimV2SchemasForbidden) IsSuccess ¶
func (o *GetScimV2SchemasForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas forbidden response has a 2xx status code
func (*GetScimV2SchemasForbidden) String ¶
func (o *GetScimV2SchemasForbidden) String() string
type GetScimV2SchemasGatewayTimeout ¶
GetScimV2SchemasGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2SchemasGatewayTimeout ¶
func NewGetScimV2SchemasGatewayTimeout() *GetScimV2SchemasGatewayTimeout
NewGetScimV2SchemasGatewayTimeout creates a GetScimV2SchemasGatewayTimeout with default headers values
func (*GetScimV2SchemasGatewayTimeout) Error ¶
func (o *GetScimV2SchemasGatewayTimeout) Error() string
func (*GetScimV2SchemasGatewayTimeout) GetPayload ¶
func (o *GetScimV2SchemasGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasGatewayTimeout) IsClientError ¶
func (o *GetScimV2SchemasGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 schemas gateway timeout response has a 4xx status code
func (*GetScimV2SchemasGatewayTimeout) IsCode ¶
func (o *GetScimV2SchemasGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas gateway timeout response a status code equal to that given
func (*GetScimV2SchemasGatewayTimeout) IsRedirect ¶
func (o *GetScimV2SchemasGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas gateway timeout response has a 3xx status code
func (*GetScimV2SchemasGatewayTimeout) IsServerError ¶
func (o *GetScimV2SchemasGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 schemas gateway timeout response has a 5xx status code
func (*GetScimV2SchemasGatewayTimeout) IsSuccess ¶
func (o *GetScimV2SchemasGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas gateway timeout response has a 2xx status code
func (*GetScimV2SchemasGatewayTimeout) String ¶
func (o *GetScimV2SchemasGatewayTimeout) String() string
type GetScimV2SchemasInternalServerError ¶
GetScimV2SchemasInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2SchemasInternalServerError ¶
func NewGetScimV2SchemasInternalServerError() *GetScimV2SchemasInternalServerError
NewGetScimV2SchemasInternalServerError creates a GetScimV2SchemasInternalServerError with default headers values
func (*GetScimV2SchemasInternalServerError) Error ¶
func (o *GetScimV2SchemasInternalServerError) Error() string
func (*GetScimV2SchemasInternalServerError) GetPayload ¶
func (o *GetScimV2SchemasInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasInternalServerError) IsClientError ¶
func (o *GetScimV2SchemasInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 schemas internal server error response has a 4xx status code
func (*GetScimV2SchemasInternalServerError) IsCode ¶
func (o *GetScimV2SchemasInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas internal server error response a status code equal to that given
func (*GetScimV2SchemasInternalServerError) IsRedirect ¶
func (o *GetScimV2SchemasInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas internal server error response has a 3xx status code
func (*GetScimV2SchemasInternalServerError) IsServerError ¶
func (o *GetScimV2SchemasInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 schemas internal server error response has a 5xx status code
func (*GetScimV2SchemasInternalServerError) IsSuccess ¶
func (o *GetScimV2SchemasInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas internal server error response has a 2xx status code
func (*GetScimV2SchemasInternalServerError) String ¶
func (o *GetScimV2SchemasInternalServerError) String() string
type GetScimV2SchemasNotFound ¶
GetScimV2SchemasNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2SchemasNotFound ¶
func NewGetScimV2SchemasNotFound() *GetScimV2SchemasNotFound
NewGetScimV2SchemasNotFound creates a GetScimV2SchemasNotFound with default headers values
func (*GetScimV2SchemasNotFound) Error ¶
func (o *GetScimV2SchemasNotFound) Error() string
func (*GetScimV2SchemasNotFound) GetPayload ¶
func (o *GetScimV2SchemasNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasNotFound) IsClientError ¶
func (o *GetScimV2SchemasNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 schemas not found response has a 4xx status code
func (*GetScimV2SchemasNotFound) IsCode ¶
func (o *GetScimV2SchemasNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas not found response a status code equal to that given
func (*GetScimV2SchemasNotFound) IsRedirect ¶
func (o *GetScimV2SchemasNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas not found response has a 3xx status code
func (*GetScimV2SchemasNotFound) IsServerError ¶
func (o *GetScimV2SchemasNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 schemas not found response has a 5xx status code
func (*GetScimV2SchemasNotFound) IsSuccess ¶
func (o *GetScimV2SchemasNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas not found response has a 2xx status code
func (*GetScimV2SchemasNotFound) String ¶
func (o *GetScimV2SchemasNotFound) String() string
type GetScimV2SchemasOK ¶
type GetScimV2SchemasOK struct {
Payload *models.ScimV2SchemaListResponse
}
GetScimV2SchemasOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2SchemasOK ¶
func NewGetScimV2SchemasOK() *GetScimV2SchemasOK
NewGetScimV2SchemasOK creates a GetScimV2SchemasOK with default headers values
func (*GetScimV2SchemasOK) Error ¶
func (o *GetScimV2SchemasOK) Error() string
func (*GetScimV2SchemasOK) GetPayload ¶
func (o *GetScimV2SchemasOK) GetPayload() *models.ScimV2SchemaListResponse
func (*GetScimV2SchemasOK) IsClientError ¶
func (o *GetScimV2SchemasOK) IsClientError() bool
IsClientError returns true when this get scim v2 schemas o k response has a 4xx status code
func (*GetScimV2SchemasOK) IsCode ¶
func (o *GetScimV2SchemasOK) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas o k response a status code equal to that given
func (*GetScimV2SchemasOK) IsRedirect ¶
func (o *GetScimV2SchemasOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas o k response has a 3xx status code
func (*GetScimV2SchemasOK) IsServerError ¶
func (o *GetScimV2SchemasOK) IsServerError() bool
IsServerError returns true when this get scim v2 schemas o k response has a 5xx status code
func (*GetScimV2SchemasOK) IsSuccess ¶
func (o *GetScimV2SchemasOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas o k response has a 2xx status code
func (*GetScimV2SchemasOK) String ¶
func (o *GetScimV2SchemasOK) String() string
type GetScimV2SchemasParams ¶
type GetScimV2SchemasParams struct { /* Filter. Filtered results are invalid and return 403 Unauthorized. */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2SchemasParams contains all the parameters to send to the API endpoint
for the get scim v2 schemas operation. Typically these are written to a http.Request.
func NewGetScimV2SchemasParams ¶
func NewGetScimV2SchemasParams() *GetScimV2SchemasParams
NewGetScimV2SchemasParams creates a new GetScimV2SchemasParams 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 NewGetScimV2SchemasParamsWithContext ¶
func NewGetScimV2SchemasParamsWithContext(ctx context.Context) *GetScimV2SchemasParams
NewGetScimV2SchemasParamsWithContext creates a new GetScimV2SchemasParams object with the ability to set a context for a request.
func NewGetScimV2SchemasParamsWithHTTPClient ¶
func NewGetScimV2SchemasParamsWithHTTPClient(client *http.Client) *GetScimV2SchemasParams
NewGetScimV2SchemasParamsWithHTTPClient creates a new GetScimV2SchemasParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2SchemasParamsWithTimeout ¶
func NewGetScimV2SchemasParamsWithTimeout(timeout time.Duration) *GetScimV2SchemasParams
NewGetScimV2SchemasParamsWithTimeout creates a new GetScimV2SchemasParams object with the ability to set a timeout on a request.
func (*GetScimV2SchemasParams) SetContext ¶
func (o *GetScimV2SchemasParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 schemas params
func (*GetScimV2SchemasParams) SetDefaults ¶
func (o *GetScimV2SchemasParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 schemas params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2SchemasParams) SetFilter ¶
func (o *GetScimV2SchemasParams) SetFilter(filter *string)
SetFilter adds the filter to the get scim v2 schemas params
func (*GetScimV2SchemasParams) SetHTTPClient ¶
func (o *GetScimV2SchemasParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 schemas params
func (*GetScimV2SchemasParams) SetTimeout ¶
func (o *GetScimV2SchemasParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 schemas params
func (*GetScimV2SchemasParams) WithContext ¶
func (o *GetScimV2SchemasParams) WithContext(ctx context.Context) *GetScimV2SchemasParams
WithContext adds the context to the get scim v2 schemas params
func (*GetScimV2SchemasParams) WithDefaults ¶
func (o *GetScimV2SchemasParams) WithDefaults() *GetScimV2SchemasParams
WithDefaults hydrates default values in the get scim v2 schemas params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2SchemasParams) WithFilter ¶
func (o *GetScimV2SchemasParams) WithFilter(filter *string) *GetScimV2SchemasParams
WithFilter adds the filter to the get scim v2 schemas params
func (*GetScimV2SchemasParams) WithHTTPClient ¶
func (o *GetScimV2SchemasParams) WithHTTPClient(client *http.Client) *GetScimV2SchemasParams
WithHTTPClient adds the HTTPClient to the get scim v2 schemas params
func (*GetScimV2SchemasParams) WithTimeout ¶
func (o *GetScimV2SchemasParams) WithTimeout(timeout time.Duration) *GetScimV2SchemasParams
WithTimeout adds the timeout to the get scim v2 schemas params
func (*GetScimV2SchemasParams) WriteToRequest ¶
func (o *GetScimV2SchemasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2SchemasReader ¶
type GetScimV2SchemasReader struct {
// contains filtered or unexported fields
}
GetScimV2SchemasReader is a Reader for the GetScimV2Schemas structure.
func (*GetScimV2SchemasReader) ReadResponse ¶
func (o *GetScimV2SchemasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2SchemasRequestEntityTooLarge ¶
GetScimV2SchemasRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2SchemasRequestEntityTooLarge ¶
func NewGetScimV2SchemasRequestEntityTooLarge() *GetScimV2SchemasRequestEntityTooLarge
NewGetScimV2SchemasRequestEntityTooLarge creates a GetScimV2SchemasRequestEntityTooLarge with default headers values
func (*GetScimV2SchemasRequestEntityTooLarge) Error ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) Error() string
func (*GetScimV2SchemasRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 schemas request entity too large response has a 4xx status code
func (*GetScimV2SchemasRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas request entity too large response a status code equal to that given
func (*GetScimV2SchemasRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas request entity too large response has a 3xx status code
func (*GetScimV2SchemasRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 schemas request entity too large response has a 5xx status code
func (*GetScimV2SchemasRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas request entity too large response has a 2xx status code
func (*GetScimV2SchemasRequestEntityTooLarge) String ¶
func (o *GetScimV2SchemasRequestEntityTooLarge) String() string
type GetScimV2SchemasRequestTimeout ¶
GetScimV2SchemasRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2SchemasRequestTimeout ¶
func NewGetScimV2SchemasRequestTimeout() *GetScimV2SchemasRequestTimeout
NewGetScimV2SchemasRequestTimeout creates a GetScimV2SchemasRequestTimeout with default headers values
func (*GetScimV2SchemasRequestTimeout) Error ¶
func (o *GetScimV2SchemasRequestTimeout) Error() string
func (*GetScimV2SchemasRequestTimeout) GetPayload ¶
func (o *GetScimV2SchemasRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasRequestTimeout) IsClientError ¶
func (o *GetScimV2SchemasRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 schemas request timeout response has a 4xx status code
func (*GetScimV2SchemasRequestTimeout) IsCode ¶
func (o *GetScimV2SchemasRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas request timeout response a status code equal to that given
func (*GetScimV2SchemasRequestTimeout) IsRedirect ¶
func (o *GetScimV2SchemasRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas request timeout response has a 3xx status code
func (*GetScimV2SchemasRequestTimeout) IsServerError ¶
func (o *GetScimV2SchemasRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 schemas request timeout response has a 5xx status code
func (*GetScimV2SchemasRequestTimeout) IsSuccess ¶
func (o *GetScimV2SchemasRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas request timeout response has a 2xx status code
func (*GetScimV2SchemasRequestTimeout) String ¶
func (o *GetScimV2SchemasRequestTimeout) String() string
type GetScimV2SchemasServiceUnavailable ¶
type GetScimV2SchemasServiceUnavailable struct {
}GetScimV2SchemasServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2SchemasServiceUnavailable ¶
func NewGetScimV2SchemasServiceUnavailable() *GetScimV2SchemasServiceUnavailable
NewGetScimV2SchemasServiceUnavailable creates a GetScimV2SchemasServiceUnavailable with default headers values
func (*GetScimV2SchemasServiceUnavailable) Error ¶
func (o *GetScimV2SchemasServiceUnavailable) Error() string
func (*GetScimV2SchemasServiceUnavailable) GetPayload ¶
func (o *GetScimV2SchemasServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasServiceUnavailable) IsClientError ¶
func (o *GetScimV2SchemasServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 schemas service unavailable response has a 4xx status code
func (*GetScimV2SchemasServiceUnavailable) IsCode ¶
func (o *GetScimV2SchemasServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas service unavailable response a status code equal to that given
func (*GetScimV2SchemasServiceUnavailable) IsRedirect ¶
func (o *GetScimV2SchemasServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas service unavailable response has a 3xx status code
func (*GetScimV2SchemasServiceUnavailable) IsServerError ¶
func (o *GetScimV2SchemasServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 schemas service unavailable response has a 5xx status code
func (*GetScimV2SchemasServiceUnavailable) IsSuccess ¶
func (o *GetScimV2SchemasServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas service unavailable response has a 2xx status code
func (*GetScimV2SchemasServiceUnavailable) String ¶
func (o *GetScimV2SchemasServiceUnavailable) String() string
type GetScimV2SchemasTooManyRequests ¶
GetScimV2SchemasTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2SchemasTooManyRequests ¶
func NewGetScimV2SchemasTooManyRequests() *GetScimV2SchemasTooManyRequests
NewGetScimV2SchemasTooManyRequests creates a GetScimV2SchemasTooManyRequests with default headers values
func (*GetScimV2SchemasTooManyRequests) Error ¶
func (o *GetScimV2SchemasTooManyRequests) Error() string
func (*GetScimV2SchemasTooManyRequests) GetPayload ¶
func (o *GetScimV2SchemasTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasTooManyRequests) IsClientError ¶
func (o *GetScimV2SchemasTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 schemas too many requests response has a 4xx status code
func (*GetScimV2SchemasTooManyRequests) IsCode ¶
func (o *GetScimV2SchemasTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas too many requests response a status code equal to that given
func (*GetScimV2SchemasTooManyRequests) IsRedirect ¶
func (o *GetScimV2SchemasTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas too many requests response has a 3xx status code
func (*GetScimV2SchemasTooManyRequests) IsServerError ¶
func (o *GetScimV2SchemasTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 schemas too many requests response has a 5xx status code
func (*GetScimV2SchemasTooManyRequests) IsSuccess ¶
func (o *GetScimV2SchemasTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas too many requests response has a 2xx status code
func (*GetScimV2SchemasTooManyRequests) String ¶
func (o *GetScimV2SchemasTooManyRequests) String() string
type GetScimV2SchemasUnauthorized ¶
type GetScimV2SchemasUnauthorized struct {
}GetScimV2SchemasUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2SchemasUnauthorized ¶
func NewGetScimV2SchemasUnauthorized() *GetScimV2SchemasUnauthorized
NewGetScimV2SchemasUnauthorized creates a GetScimV2SchemasUnauthorized with default headers values
func (*GetScimV2SchemasUnauthorized) Error ¶
func (o *GetScimV2SchemasUnauthorized) Error() string
func (*GetScimV2SchemasUnauthorized) GetPayload ¶
func (o *GetScimV2SchemasUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasUnauthorized) IsClientError ¶
func (o *GetScimV2SchemasUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 schemas unauthorized response has a 4xx status code
func (*GetScimV2SchemasUnauthorized) IsCode ¶
func (o *GetScimV2SchemasUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas unauthorized response a status code equal to that given
func (*GetScimV2SchemasUnauthorized) IsRedirect ¶
func (o *GetScimV2SchemasUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas unauthorized response has a 3xx status code
func (*GetScimV2SchemasUnauthorized) IsServerError ¶
func (o *GetScimV2SchemasUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 schemas unauthorized response has a 5xx status code
func (*GetScimV2SchemasUnauthorized) IsSuccess ¶
func (o *GetScimV2SchemasUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas unauthorized response has a 2xx status code
func (*GetScimV2SchemasUnauthorized) String ¶
func (o *GetScimV2SchemasUnauthorized) String() string
type GetScimV2SchemasUnsupportedMediaType ¶
GetScimV2SchemasUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2SchemasUnsupportedMediaType ¶
func NewGetScimV2SchemasUnsupportedMediaType() *GetScimV2SchemasUnsupportedMediaType
NewGetScimV2SchemasUnsupportedMediaType creates a GetScimV2SchemasUnsupportedMediaType with default headers values
func (*GetScimV2SchemasUnsupportedMediaType) Error ¶
func (o *GetScimV2SchemasUnsupportedMediaType) Error() string
func (*GetScimV2SchemasUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2SchemasUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2SchemasUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2SchemasUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 schemas unsupported media type response has a 4xx status code
func (*GetScimV2SchemasUnsupportedMediaType) IsCode ¶
func (o *GetScimV2SchemasUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 schemas unsupported media type response a status code equal to that given
func (*GetScimV2SchemasUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2SchemasUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 schemas unsupported media type response has a 3xx status code
func (*GetScimV2SchemasUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2SchemasUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 schemas unsupported media type response has a 5xx status code
func (*GetScimV2SchemasUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2SchemasUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 schemas unsupported media type response has a 2xx status code
func (*GetScimV2SchemasUnsupportedMediaType) String ¶
func (o *GetScimV2SchemasUnsupportedMediaType) String() string
type GetScimV2ServiceproviderconfigBadRequest ¶
GetScimV2ServiceproviderconfigBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2ServiceproviderconfigBadRequest ¶
func NewGetScimV2ServiceproviderconfigBadRequest() *GetScimV2ServiceproviderconfigBadRequest
NewGetScimV2ServiceproviderconfigBadRequest creates a GetScimV2ServiceproviderconfigBadRequest with default headers values
func (*GetScimV2ServiceproviderconfigBadRequest) Error ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) Error() string
func (*GetScimV2ServiceproviderconfigBadRequest) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigBadRequest) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig bad request response has a 4xx status code
func (*GetScimV2ServiceproviderconfigBadRequest) IsCode ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig bad request response a status code equal to that given
func (*GetScimV2ServiceproviderconfigBadRequest) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig bad request response has a 3xx status code
func (*GetScimV2ServiceproviderconfigBadRequest) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig bad request response has a 5xx status code
func (*GetScimV2ServiceproviderconfigBadRequest) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig bad request response has a 2xx status code
func (*GetScimV2ServiceproviderconfigBadRequest) String ¶
func (o *GetScimV2ServiceproviderconfigBadRequest) String() string
type GetScimV2ServiceproviderconfigForbidden ¶
GetScimV2ServiceproviderconfigForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2ServiceproviderconfigForbidden ¶
func NewGetScimV2ServiceproviderconfigForbidden() *GetScimV2ServiceproviderconfigForbidden
NewGetScimV2ServiceproviderconfigForbidden creates a GetScimV2ServiceproviderconfigForbidden with default headers values
func (*GetScimV2ServiceproviderconfigForbidden) Error ¶
func (o *GetScimV2ServiceproviderconfigForbidden) Error() string
func (*GetScimV2ServiceproviderconfigForbidden) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigForbidden) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig forbidden response has a 4xx status code
func (*GetScimV2ServiceproviderconfigForbidden) IsCode ¶
func (o *GetScimV2ServiceproviderconfigForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig forbidden response a status code equal to that given
func (*GetScimV2ServiceproviderconfigForbidden) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig forbidden response has a 3xx status code
func (*GetScimV2ServiceproviderconfigForbidden) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig forbidden response has a 5xx status code
func (*GetScimV2ServiceproviderconfigForbidden) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig forbidden response has a 2xx status code
func (*GetScimV2ServiceproviderconfigForbidden) String ¶
func (o *GetScimV2ServiceproviderconfigForbidden) String() string
type GetScimV2ServiceproviderconfigGatewayTimeout ¶
GetScimV2ServiceproviderconfigGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2ServiceproviderconfigGatewayTimeout ¶
func NewGetScimV2ServiceproviderconfigGatewayTimeout() *GetScimV2ServiceproviderconfigGatewayTimeout
NewGetScimV2ServiceproviderconfigGatewayTimeout creates a GetScimV2ServiceproviderconfigGatewayTimeout with default headers values
func (*GetScimV2ServiceproviderconfigGatewayTimeout) Error ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) Error() string
func (*GetScimV2ServiceproviderconfigGatewayTimeout) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 4xx status code
func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsCode ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig gateway timeout response a status code equal to that given
func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 3xx status code
func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 5xx status code
func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 2xx status code
func (*GetScimV2ServiceproviderconfigGatewayTimeout) String ¶
func (o *GetScimV2ServiceproviderconfigGatewayTimeout) String() string
type GetScimV2ServiceproviderconfigInternalServerError ¶
GetScimV2ServiceproviderconfigInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2ServiceproviderconfigInternalServerError ¶
func NewGetScimV2ServiceproviderconfigInternalServerError() *GetScimV2ServiceproviderconfigInternalServerError
NewGetScimV2ServiceproviderconfigInternalServerError creates a GetScimV2ServiceproviderconfigInternalServerError with default headers values
func (*GetScimV2ServiceproviderconfigInternalServerError) Error ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) Error() string
func (*GetScimV2ServiceproviderconfigInternalServerError) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigInternalServerError) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig internal server error response has a 4xx status code
func (*GetScimV2ServiceproviderconfigInternalServerError) IsCode ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig internal server error response a status code equal to that given
func (*GetScimV2ServiceproviderconfigInternalServerError) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig internal server error response has a 3xx status code
func (*GetScimV2ServiceproviderconfigInternalServerError) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig internal server error response has a 5xx status code
func (*GetScimV2ServiceproviderconfigInternalServerError) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig internal server error response has a 2xx status code
func (*GetScimV2ServiceproviderconfigInternalServerError) String ¶
func (o *GetScimV2ServiceproviderconfigInternalServerError) String() string
type GetScimV2ServiceproviderconfigNotFound ¶
GetScimV2ServiceproviderconfigNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2ServiceproviderconfigNotFound ¶
func NewGetScimV2ServiceproviderconfigNotFound() *GetScimV2ServiceproviderconfigNotFound
NewGetScimV2ServiceproviderconfigNotFound creates a GetScimV2ServiceproviderconfigNotFound with default headers values
func (*GetScimV2ServiceproviderconfigNotFound) Error ¶
func (o *GetScimV2ServiceproviderconfigNotFound) Error() string
func (*GetScimV2ServiceproviderconfigNotFound) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigNotFound) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig not found response has a 4xx status code
func (*GetScimV2ServiceproviderconfigNotFound) IsCode ¶
func (o *GetScimV2ServiceproviderconfigNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig not found response a status code equal to that given
func (*GetScimV2ServiceproviderconfigNotFound) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig not found response has a 3xx status code
func (*GetScimV2ServiceproviderconfigNotFound) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig not found response has a 5xx status code
func (*GetScimV2ServiceproviderconfigNotFound) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig not found response has a 2xx status code
func (*GetScimV2ServiceproviderconfigNotFound) String ¶
func (o *GetScimV2ServiceproviderconfigNotFound) String() string
type GetScimV2ServiceproviderconfigOK ¶
type GetScimV2ServiceproviderconfigOK struct {
Payload *models.ScimServiceProviderConfig
}
GetScimV2ServiceproviderconfigOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2ServiceproviderconfigOK ¶
func NewGetScimV2ServiceproviderconfigOK() *GetScimV2ServiceproviderconfigOK
NewGetScimV2ServiceproviderconfigOK creates a GetScimV2ServiceproviderconfigOK with default headers values
func (*GetScimV2ServiceproviderconfigOK) Error ¶
func (o *GetScimV2ServiceproviderconfigOK) Error() string
func (*GetScimV2ServiceproviderconfigOK) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigOK) GetPayload() *models.ScimServiceProviderConfig
func (*GetScimV2ServiceproviderconfigOK) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigOK) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig o k response has a 4xx status code
func (*GetScimV2ServiceproviderconfigOK) IsCode ¶
func (o *GetScimV2ServiceproviderconfigOK) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig o k response a status code equal to that given
func (*GetScimV2ServiceproviderconfigOK) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig o k response has a 3xx status code
func (*GetScimV2ServiceproviderconfigOK) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigOK) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig o k response has a 5xx status code
func (*GetScimV2ServiceproviderconfigOK) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig o k response has a 2xx status code
func (*GetScimV2ServiceproviderconfigOK) String ¶
func (o *GetScimV2ServiceproviderconfigOK) String() string
type GetScimV2ServiceproviderconfigParams ¶
type GetScimV2ServiceproviderconfigParams struct { /* IfNoneMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/serviceproviderconfig. Example: "42". If the ETag is different from the version on the server, returns the current configuration of the resource. If the ETag is current, returns 304 Not Modified. */ IfNoneMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2ServiceproviderconfigParams contains all the parameters to send to the API endpoint
for the get scim v2 serviceproviderconfig operation. Typically these are written to a http.Request.
func NewGetScimV2ServiceproviderconfigParams ¶
func NewGetScimV2ServiceproviderconfigParams() *GetScimV2ServiceproviderconfigParams
NewGetScimV2ServiceproviderconfigParams creates a new GetScimV2ServiceproviderconfigParams 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 NewGetScimV2ServiceproviderconfigParamsWithContext ¶
func NewGetScimV2ServiceproviderconfigParamsWithContext(ctx context.Context) *GetScimV2ServiceproviderconfigParams
NewGetScimV2ServiceproviderconfigParamsWithContext creates a new GetScimV2ServiceproviderconfigParams object with the ability to set a context for a request.
func NewGetScimV2ServiceproviderconfigParamsWithHTTPClient ¶
func NewGetScimV2ServiceproviderconfigParamsWithHTTPClient(client *http.Client) *GetScimV2ServiceproviderconfigParams
NewGetScimV2ServiceproviderconfigParamsWithHTTPClient creates a new GetScimV2ServiceproviderconfigParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2ServiceproviderconfigParamsWithTimeout ¶
func NewGetScimV2ServiceproviderconfigParamsWithTimeout(timeout time.Duration) *GetScimV2ServiceproviderconfigParams
NewGetScimV2ServiceproviderconfigParamsWithTimeout creates a new GetScimV2ServiceproviderconfigParams object with the ability to set a timeout on a request.
func (*GetScimV2ServiceproviderconfigParams) SetContext ¶
func (o *GetScimV2ServiceproviderconfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) SetDefaults ¶
func (o *GetScimV2ServiceproviderconfigParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 serviceproviderconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2ServiceproviderconfigParams) SetHTTPClient ¶
func (o *GetScimV2ServiceproviderconfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) SetIfNoneMatch ¶
func (o *GetScimV2ServiceproviderconfigParams) SetIfNoneMatch(ifNoneMatch *string)
SetIfNoneMatch adds the ifNoneMatch to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) SetTimeout ¶
func (o *GetScimV2ServiceproviderconfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) WithContext ¶
func (o *GetScimV2ServiceproviderconfigParams) WithContext(ctx context.Context) *GetScimV2ServiceproviderconfigParams
WithContext adds the context to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) WithDefaults ¶
func (o *GetScimV2ServiceproviderconfigParams) WithDefaults() *GetScimV2ServiceproviderconfigParams
WithDefaults hydrates default values in the get scim v2 serviceproviderconfig params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2ServiceproviderconfigParams) WithHTTPClient ¶
func (o *GetScimV2ServiceproviderconfigParams) WithHTTPClient(client *http.Client) *GetScimV2ServiceproviderconfigParams
WithHTTPClient adds the HTTPClient to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) WithIfNoneMatch ¶
func (o *GetScimV2ServiceproviderconfigParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimV2ServiceproviderconfigParams
WithIfNoneMatch adds the ifNoneMatch to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) WithTimeout ¶
func (o *GetScimV2ServiceproviderconfigParams) WithTimeout(timeout time.Duration) *GetScimV2ServiceproviderconfigParams
WithTimeout adds the timeout to the get scim v2 serviceproviderconfig params
func (*GetScimV2ServiceproviderconfigParams) WriteToRequest ¶
func (o *GetScimV2ServiceproviderconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2ServiceproviderconfigReader ¶
type GetScimV2ServiceproviderconfigReader struct {
// contains filtered or unexported fields
}
GetScimV2ServiceproviderconfigReader is a Reader for the GetScimV2Serviceproviderconfig structure.
func (*GetScimV2ServiceproviderconfigReader) ReadResponse ¶
func (o *GetScimV2ServiceproviderconfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2ServiceproviderconfigRequestEntityTooLarge ¶
GetScimV2ServiceproviderconfigRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2ServiceproviderconfigRequestEntityTooLarge ¶
func NewGetScimV2ServiceproviderconfigRequestEntityTooLarge() *GetScimV2ServiceproviderconfigRequestEntityTooLarge
NewGetScimV2ServiceproviderconfigRequestEntityTooLarge creates a GetScimV2ServiceproviderconfigRequestEntityTooLarge with default headers values
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) Error ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) Error() string
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig request entity too large response has a 4xx status code
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig request entity too large response a status code equal to that given
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig request entity too large response has a 3xx status code
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig request entity too large response has a 5xx status code
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig request entity too large response has a 2xx status code
func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) String ¶
func (o *GetScimV2ServiceproviderconfigRequestEntityTooLarge) String() string
type GetScimV2ServiceproviderconfigRequestTimeout ¶
GetScimV2ServiceproviderconfigRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2ServiceproviderconfigRequestTimeout ¶
func NewGetScimV2ServiceproviderconfigRequestTimeout() *GetScimV2ServiceproviderconfigRequestTimeout
NewGetScimV2ServiceproviderconfigRequestTimeout creates a GetScimV2ServiceproviderconfigRequestTimeout with default headers values
func (*GetScimV2ServiceproviderconfigRequestTimeout) Error ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) Error() string
func (*GetScimV2ServiceproviderconfigRequestTimeout) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigRequestTimeout) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig request timeout response has a 4xx status code
func (*GetScimV2ServiceproviderconfigRequestTimeout) IsCode ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig request timeout response a status code equal to that given
func (*GetScimV2ServiceproviderconfigRequestTimeout) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig request timeout response has a 3xx status code
func (*GetScimV2ServiceproviderconfigRequestTimeout) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig request timeout response has a 5xx status code
func (*GetScimV2ServiceproviderconfigRequestTimeout) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig request timeout response has a 2xx status code
func (*GetScimV2ServiceproviderconfigRequestTimeout) String ¶
func (o *GetScimV2ServiceproviderconfigRequestTimeout) String() string
type GetScimV2ServiceproviderconfigServiceUnavailable ¶
type GetScimV2ServiceproviderconfigServiceUnavailable struct {
}GetScimV2ServiceproviderconfigServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2ServiceproviderconfigServiceUnavailable ¶
func NewGetScimV2ServiceproviderconfigServiceUnavailable() *GetScimV2ServiceproviderconfigServiceUnavailable
NewGetScimV2ServiceproviderconfigServiceUnavailable creates a GetScimV2ServiceproviderconfigServiceUnavailable with default headers values
func (*GetScimV2ServiceproviderconfigServiceUnavailable) Error ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) Error() string
func (*GetScimV2ServiceproviderconfigServiceUnavailable) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig service unavailable response has a 4xx status code
func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsCode ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig service unavailable response a status code equal to that given
func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig service unavailable response has a 3xx status code
func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig service unavailable response has a 5xx status code
func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig service unavailable response has a 2xx status code
func (*GetScimV2ServiceproviderconfigServiceUnavailable) String ¶
func (o *GetScimV2ServiceproviderconfigServiceUnavailable) String() string
type GetScimV2ServiceproviderconfigTooManyRequests ¶
GetScimV2ServiceproviderconfigTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2ServiceproviderconfigTooManyRequests ¶
func NewGetScimV2ServiceproviderconfigTooManyRequests() *GetScimV2ServiceproviderconfigTooManyRequests
NewGetScimV2ServiceproviderconfigTooManyRequests creates a GetScimV2ServiceproviderconfigTooManyRequests with default headers values
func (*GetScimV2ServiceproviderconfigTooManyRequests) Error ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) Error() string
func (*GetScimV2ServiceproviderconfigTooManyRequests) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigTooManyRequests) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig too many requests response has a 4xx status code
func (*GetScimV2ServiceproviderconfigTooManyRequests) IsCode ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig too many requests response a status code equal to that given
func (*GetScimV2ServiceproviderconfigTooManyRequests) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig too many requests response has a 3xx status code
func (*GetScimV2ServiceproviderconfigTooManyRequests) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig too many requests response has a 5xx status code
func (*GetScimV2ServiceproviderconfigTooManyRequests) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig too many requests response has a 2xx status code
func (*GetScimV2ServiceproviderconfigTooManyRequests) String ¶
func (o *GetScimV2ServiceproviderconfigTooManyRequests) String() string
type GetScimV2ServiceproviderconfigUnauthorized ¶
type GetScimV2ServiceproviderconfigUnauthorized struct {
}GetScimV2ServiceproviderconfigUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2ServiceproviderconfigUnauthorized ¶
func NewGetScimV2ServiceproviderconfigUnauthorized() *GetScimV2ServiceproviderconfigUnauthorized
NewGetScimV2ServiceproviderconfigUnauthorized creates a GetScimV2ServiceproviderconfigUnauthorized with default headers values
func (*GetScimV2ServiceproviderconfigUnauthorized) Error ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) Error() string
func (*GetScimV2ServiceproviderconfigUnauthorized) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigUnauthorized) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig unauthorized response has a 4xx status code
func (*GetScimV2ServiceproviderconfigUnauthorized) IsCode ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig unauthorized response a status code equal to that given
func (*GetScimV2ServiceproviderconfigUnauthorized) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig unauthorized response has a 3xx status code
func (*GetScimV2ServiceproviderconfigUnauthorized) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig unauthorized response has a 5xx status code
func (*GetScimV2ServiceproviderconfigUnauthorized) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig unauthorized response has a 2xx status code
func (*GetScimV2ServiceproviderconfigUnauthorized) String ¶
func (o *GetScimV2ServiceproviderconfigUnauthorized) String() string
type GetScimV2ServiceproviderconfigUnsupportedMediaType ¶
GetScimV2ServiceproviderconfigUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2ServiceproviderconfigUnsupportedMediaType ¶
func NewGetScimV2ServiceproviderconfigUnsupportedMediaType() *GetScimV2ServiceproviderconfigUnsupportedMediaType
NewGetScimV2ServiceproviderconfigUnsupportedMediaType creates a GetScimV2ServiceproviderconfigUnsupportedMediaType with default headers values
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) Error ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) Error() string
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 4xx status code
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsCode ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 serviceproviderconfig unsupported media type response a status code equal to that given
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 3xx status code
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 5xx status code
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 2xx status code
func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) String ¶
func (o *GetScimV2ServiceproviderconfigUnsupportedMediaType) String() string
type GetScimV2UserBadRequest ¶
GetScimV2UserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2UserBadRequest ¶
func NewGetScimV2UserBadRequest() *GetScimV2UserBadRequest
NewGetScimV2UserBadRequest creates a GetScimV2UserBadRequest with default headers values
func (*GetScimV2UserBadRequest) Error ¶
func (o *GetScimV2UserBadRequest) Error() string
func (*GetScimV2UserBadRequest) GetPayload ¶
func (o *GetScimV2UserBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2UserBadRequest) IsClientError ¶
func (o *GetScimV2UserBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 user bad request response has a 4xx status code
func (*GetScimV2UserBadRequest) IsCode ¶
func (o *GetScimV2UserBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 user bad request response a status code equal to that given
func (*GetScimV2UserBadRequest) IsRedirect ¶
func (o *GetScimV2UserBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 user bad request response has a 3xx status code
func (*GetScimV2UserBadRequest) IsServerError ¶
func (o *GetScimV2UserBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 user bad request response has a 5xx status code
func (*GetScimV2UserBadRequest) IsSuccess ¶
func (o *GetScimV2UserBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 user bad request response has a 2xx status code
func (*GetScimV2UserBadRequest) String ¶
func (o *GetScimV2UserBadRequest) String() string
type GetScimV2UserConflict ¶
GetScimV2UserConflict describes a response with status code 409, with default header values.
Conflict
func NewGetScimV2UserConflict ¶
func NewGetScimV2UserConflict() *GetScimV2UserConflict
NewGetScimV2UserConflict creates a GetScimV2UserConflict with default headers values
func (*GetScimV2UserConflict) Error ¶
func (o *GetScimV2UserConflict) Error() string
func (*GetScimV2UserConflict) GetPayload ¶
func (o *GetScimV2UserConflict) GetPayload() *models.ErrorBody
func (*GetScimV2UserConflict) IsClientError ¶
func (o *GetScimV2UserConflict) IsClientError() bool
IsClientError returns true when this get scim v2 user conflict response has a 4xx status code
func (*GetScimV2UserConflict) IsCode ¶
func (o *GetScimV2UserConflict) IsCode(code int) bool
IsCode returns true when this get scim v2 user conflict response a status code equal to that given
func (*GetScimV2UserConflict) IsRedirect ¶
func (o *GetScimV2UserConflict) IsRedirect() bool
IsRedirect returns true when this get scim v2 user conflict response has a 3xx status code
func (*GetScimV2UserConflict) IsServerError ¶
func (o *GetScimV2UserConflict) IsServerError() bool
IsServerError returns true when this get scim v2 user conflict response has a 5xx status code
func (*GetScimV2UserConflict) IsSuccess ¶
func (o *GetScimV2UserConflict) IsSuccess() bool
IsSuccess returns true when this get scim v2 user conflict response has a 2xx status code
func (*GetScimV2UserConflict) String ¶
func (o *GetScimV2UserConflict) String() string
type GetScimV2UserForbidden ¶
GetScimV2UserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2UserForbidden ¶
func NewGetScimV2UserForbidden() *GetScimV2UserForbidden
NewGetScimV2UserForbidden creates a GetScimV2UserForbidden with default headers values
func (*GetScimV2UserForbidden) Error ¶
func (o *GetScimV2UserForbidden) Error() string
func (*GetScimV2UserForbidden) GetPayload ¶
func (o *GetScimV2UserForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2UserForbidden) IsClientError ¶
func (o *GetScimV2UserForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 user forbidden response has a 4xx status code
func (*GetScimV2UserForbidden) IsCode ¶
func (o *GetScimV2UserForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 user forbidden response a status code equal to that given
func (*GetScimV2UserForbidden) IsRedirect ¶
func (o *GetScimV2UserForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 user forbidden response has a 3xx status code
func (*GetScimV2UserForbidden) IsServerError ¶
func (o *GetScimV2UserForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 user forbidden response has a 5xx status code
func (*GetScimV2UserForbidden) IsSuccess ¶
func (o *GetScimV2UserForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 user forbidden response has a 2xx status code
func (*GetScimV2UserForbidden) String ¶
func (o *GetScimV2UserForbidden) String() string
type GetScimV2UserGatewayTimeout ¶
GetScimV2UserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2UserGatewayTimeout ¶
func NewGetScimV2UserGatewayTimeout() *GetScimV2UserGatewayTimeout
NewGetScimV2UserGatewayTimeout creates a GetScimV2UserGatewayTimeout with default headers values
func (*GetScimV2UserGatewayTimeout) Error ¶
func (o *GetScimV2UserGatewayTimeout) Error() string
func (*GetScimV2UserGatewayTimeout) GetPayload ¶
func (o *GetScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2UserGatewayTimeout) IsClientError ¶
func (o *GetScimV2UserGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 user gateway timeout response has a 4xx status code
func (*GetScimV2UserGatewayTimeout) IsCode ¶
func (o *GetScimV2UserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 user gateway timeout response a status code equal to that given
func (*GetScimV2UserGatewayTimeout) IsRedirect ¶
func (o *GetScimV2UserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 user gateway timeout response has a 3xx status code
func (*GetScimV2UserGatewayTimeout) IsServerError ¶
func (o *GetScimV2UserGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 user gateway timeout response has a 5xx status code
func (*GetScimV2UserGatewayTimeout) IsSuccess ¶
func (o *GetScimV2UserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 user gateway timeout response has a 2xx status code
func (*GetScimV2UserGatewayTimeout) String ¶
func (o *GetScimV2UserGatewayTimeout) String() string
type GetScimV2UserInternalServerError ¶
GetScimV2UserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2UserInternalServerError ¶
func NewGetScimV2UserInternalServerError() *GetScimV2UserInternalServerError
NewGetScimV2UserInternalServerError creates a GetScimV2UserInternalServerError with default headers values
func (*GetScimV2UserInternalServerError) Error ¶
func (o *GetScimV2UserInternalServerError) Error() string
func (*GetScimV2UserInternalServerError) GetPayload ¶
func (o *GetScimV2UserInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2UserInternalServerError) IsClientError ¶
func (o *GetScimV2UserInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 user internal server error response has a 4xx status code
func (*GetScimV2UserInternalServerError) IsCode ¶
func (o *GetScimV2UserInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 user internal server error response a status code equal to that given
func (*GetScimV2UserInternalServerError) IsRedirect ¶
func (o *GetScimV2UserInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 user internal server error response has a 3xx status code
func (*GetScimV2UserInternalServerError) IsServerError ¶
func (o *GetScimV2UserInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 user internal server error response has a 5xx status code
func (*GetScimV2UserInternalServerError) IsSuccess ¶
func (o *GetScimV2UserInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 user internal server error response has a 2xx status code
func (*GetScimV2UserInternalServerError) String ¶
func (o *GetScimV2UserInternalServerError) String() string
type GetScimV2UserNotFound ¶
GetScimV2UserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2UserNotFound ¶
func NewGetScimV2UserNotFound() *GetScimV2UserNotFound
NewGetScimV2UserNotFound creates a GetScimV2UserNotFound with default headers values
func (*GetScimV2UserNotFound) Error ¶
func (o *GetScimV2UserNotFound) Error() string
func (*GetScimV2UserNotFound) GetPayload ¶
func (o *GetScimV2UserNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2UserNotFound) IsClientError ¶
func (o *GetScimV2UserNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 user not found response has a 4xx status code
func (*GetScimV2UserNotFound) IsCode ¶
func (o *GetScimV2UserNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 user not found response a status code equal to that given
func (*GetScimV2UserNotFound) IsRedirect ¶
func (o *GetScimV2UserNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 user not found response has a 3xx status code
func (*GetScimV2UserNotFound) IsServerError ¶
func (o *GetScimV2UserNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 user not found response has a 5xx status code
func (*GetScimV2UserNotFound) IsSuccess ¶
func (o *GetScimV2UserNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 user not found response has a 2xx status code
func (*GetScimV2UserNotFound) String ¶
func (o *GetScimV2UserNotFound) String() string
type GetScimV2UserNotModified ¶
type GetScimV2UserNotModified struct { }
GetScimV2UserNotModified describes a response with status code 304, with default header values.
If-Non-Match header matches current version. No content returned.
func NewGetScimV2UserNotModified ¶
func NewGetScimV2UserNotModified() *GetScimV2UserNotModified
NewGetScimV2UserNotModified creates a GetScimV2UserNotModified with default headers values
func (*GetScimV2UserNotModified) Error ¶
func (o *GetScimV2UserNotModified) Error() string
func (*GetScimV2UserNotModified) IsClientError ¶
func (o *GetScimV2UserNotModified) IsClientError() bool
IsClientError returns true when this get scim v2 user not modified response has a 4xx status code
func (*GetScimV2UserNotModified) IsCode ¶
func (o *GetScimV2UserNotModified) IsCode(code int) bool
IsCode returns true when this get scim v2 user not modified response a status code equal to that given
func (*GetScimV2UserNotModified) IsRedirect ¶
func (o *GetScimV2UserNotModified) IsRedirect() bool
IsRedirect returns true when this get scim v2 user not modified response has a 3xx status code
func (*GetScimV2UserNotModified) IsServerError ¶
func (o *GetScimV2UserNotModified) IsServerError() bool
IsServerError returns true when this get scim v2 user not modified response has a 5xx status code
func (*GetScimV2UserNotModified) IsSuccess ¶
func (o *GetScimV2UserNotModified) IsSuccess() bool
IsSuccess returns true when this get scim v2 user not modified response has a 2xx status code
func (*GetScimV2UserNotModified) String ¶
func (o *GetScimV2UserNotModified) String() string
type GetScimV2UserOK ¶
type GetScimV2UserOK struct {
Payload *models.ScimV2User
}
GetScimV2UserOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2UserOK ¶
func NewGetScimV2UserOK() *GetScimV2UserOK
NewGetScimV2UserOK creates a GetScimV2UserOK with default headers values
func (*GetScimV2UserOK) Error ¶
func (o *GetScimV2UserOK) Error() string
func (*GetScimV2UserOK) GetPayload ¶
func (o *GetScimV2UserOK) GetPayload() *models.ScimV2User
func (*GetScimV2UserOK) IsClientError ¶
func (o *GetScimV2UserOK) IsClientError() bool
IsClientError returns true when this get scim v2 user o k response has a 4xx status code
func (*GetScimV2UserOK) IsCode ¶
func (o *GetScimV2UserOK) IsCode(code int) bool
IsCode returns true when this get scim v2 user o k response a status code equal to that given
func (*GetScimV2UserOK) IsRedirect ¶
func (o *GetScimV2UserOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 user o k response has a 3xx status code
func (*GetScimV2UserOK) IsServerError ¶
func (o *GetScimV2UserOK) IsServerError() bool
IsServerError returns true when this get scim v2 user o k response has a 5xx status code
func (*GetScimV2UserOK) IsSuccess ¶
func (o *GetScimV2UserOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 user o k response has a 2xx status code
func (*GetScimV2UserOK) String ¶
func (o *GetScimV2UserOK) String() string
type GetScimV2UserParams ¶
type GetScimV2UserParams struct { /* IfNoneMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns the current configuration of the resource. If the ETag is current, returns 304 Not Modified. */ IfNoneMatch *string /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "userName", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns the "id", "userName", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* UserID. The ID of a user. Returned with GET /api/v2/scim/v2/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2UserParams contains all the parameters to send to the API endpoint
for the get scim v2 user operation. Typically these are written to a http.Request.
func NewGetScimV2UserParams ¶
func NewGetScimV2UserParams() *GetScimV2UserParams
NewGetScimV2UserParams creates a new GetScimV2UserParams 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 NewGetScimV2UserParamsWithContext ¶
func NewGetScimV2UserParamsWithContext(ctx context.Context) *GetScimV2UserParams
NewGetScimV2UserParamsWithContext creates a new GetScimV2UserParams object with the ability to set a context for a request.
func NewGetScimV2UserParamsWithHTTPClient ¶
func NewGetScimV2UserParamsWithHTTPClient(client *http.Client) *GetScimV2UserParams
NewGetScimV2UserParamsWithHTTPClient creates a new GetScimV2UserParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2UserParamsWithTimeout ¶
func NewGetScimV2UserParamsWithTimeout(timeout time.Duration) *GetScimV2UserParams
NewGetScimV2UserParamsWithTimeout creates a new GetScimV2UserParams object with the ability to set a timeout on a request.
func (*GetScimV2UserParams) SetAttributes ¶
func (o *GetScimV2UserParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim v2 user params
func (*GetScimV2UserParams) SetContext ¶
func (o *GetScimV2UserParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 user params
func (*GetScimV2UserParams) SetDefaults ¶
func (o *GetScimV2UserParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2UserParams) SetExcludedAttributes ¶
func (o *GetScimV2UserParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim v2 user params
func (*GetScimV2UserParams) SetHTTPClient ¶
func (o *GetScimV2UserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 user params
func (*GetScimV2UserParams) SetIfNoneMatch ¶
func (o *GetScimV2UserParams) SetIfNoneMatch(ifNoneMatch *string)
SetIfNoneMatch adds the ifNoneMatch to the get scim v2 user params
func (*GetScimV2UserParams) SetTimeout ¶
func (o *GetScimV2UserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 user params
func (*GetScimV2UserParams) SetUserID ¶
func (o *GetScimV2UserParams) SetUserID(userID string)
SetUserID adds the userId to the get scim v2 user params
func (*GetScimV2UserParams) WithAttributes ¶
func (o *GetScimV2UserParams) WithAttributes(attributes []string) *GetScimV2UserParams
WithAttributes adds the attributes to the get scim v2 user params
func (*GetScimV2UserParams) WithContext ¶
func (o *GetScimV2UserParams) WithContext(ctx context.Context) *GetScimV2UserParams
WithContext adds the context to the get scim v2 user params
func (*GetScimV2UserParams) WithDefaults ¶
func (o *GetScimV2UserParams) WithDefaults() *GetScimV2UserParams
WithDefaults hydrates default values in the get scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2UserParams) WithExcludedAttributes ¶
func (o *GetScimV2UserParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2UserParams
WithExcludedAttributes adds the excludedAttributes to the get scim v2 user params
func (*GetScimV2UserParams) WithHTTPClient ¶
func (o *GetScimV2UserParams) WithHTTPClient(client *http.Client) *GetScimV2UserParams
WithHTTPClient adds the HTTPClient to the get scim v2 user params
func (*GetScimV2UserParams) WithIfNoneMatch ¶
func (o *GetScimV2UserParams) WithIfNoneMatch(ifNoneMatch *string) *GetScimV2UserParams
WithIfNoneMatch adds the ifNoneMatch to the get scim v2 user params
func (*GetScimV2UserParams) WithTimeout ¶
func (o *GetScimV2UserParams) WithTimeout(timeout time.Duration) *GetScimV2UserParams
WithTimeout adds the timeout to the get scim v2 user params
func (*GetScimV2UserParams) WithUserID ¶
func (o *GetScimV2UserParams) WithUserID(userID string) *GetScimV2UserParams
WithUserID adds the userID to the get scim v2 user params
func (*GetScimV2UserParams) WriteToRequest ¶
func (o *GetScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2UserReader ¶
type GetScimV2UserReader struct {
// contains filtered or unexported fields
}
GetScimV2UserReader is a Reader for the GetScimV2User structure.
func (*GetScimV2UserReader) ReadResponse ¶
func (o *GetScimV2UserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2UserRequestEntityTooLarge ¶
GetScimV2UserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2UserRequestEntityTooLarge ¶
func NewGetScimV2UserRequestEntityTooLarge() *GetScimV2UserRequestEntityTooLarge
NewGetScimV2UserRequestEntityTooLarge creates a GetScimV2UserRequestEntityTooLarge with default headers values
func (*GetScimV2UserRequestEntityTooLarge) Error ¶
func (o *GetScimV2UserRequestEntityTooLarge) Error() string
func (*GetScimV2UserRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2UserRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2UserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 user request entity too large response has a 4xx status code
func (*GetScimV2UserRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2UserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 user request entity too large response a status code equal to that given
func (*GetScimV2UserRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2UserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 user request entity too large response has a 3xx status code
func (*GetScimV2UserRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2UserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 user request entity too large response has a 5xx status code
func (*GetScimV2UserRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2UserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 user request entity too large response has a 2xx status code
func (*GetScimV2UserRequestEntityTooLarge) String ¶
func (o *GetScimV2UserRequestEntityTooLarge) String() string
type GetScimV2UserRequestTimeout ¶
GetScimV2UserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2UserRequestTimeout ¶
func NewGetScimV2UserRequestTimeout() *GetScimV2UserRequestTimeout
NewGetScimV2UserRequestTimeout creates a GetScimV2UserRequestTimeout with default headers values
func (*GetScimV2UserRequestTimeout) Error ¶
func (o *GetScimV2UserRequestTimeout) Error() string
func (*GetScimV2UserRequestTimeout) GetPayload ¶
func (o *GetScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2UserRequestTimeout) IsClientError ¶
func (o *GetScimV2UserRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 user request timeout response has a 4xx status code
func (*GetScimV2UserRequestTimeout) IsCode ¶
func (o *GetScimV2UserRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 user request timeout response a status code equal to that given
func (*GetScimV2UserRequestTimeout) IsRedirect ¶
func (o *GetScimV2UserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 user request timeout response has a 3xx status code
func (*GetScimV2UserRequestTimeout) IsServerError ¶
func (o *GetScimV2UserRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 user request timeout response has a 5xx status code
func (*GetScimV2UserRequestTimeout) IsSuccess ¶
func (o *GetScimV2UserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 user request timeout response has a 2xx status code
func (*GetScimV2UserRequestTimeout) String ¶
func (o *GetScimV2UserRequestTimeout) String() string
type GetScimV2UserServiceUnavailable ¶
type GetScimV2UserServiceUnavailable struct {
}GetScimV2UserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2UserServiceUnavailable ¶
func NewGetScimV2UserServiceUnavailable() *GetScimV2UserServiceUnavailable
NewGetScimV2UserServiceUnavailable creates a GetScimV2UserServiceUnavailable with default headers values
func (*GetScimV2UserServiceUnavailable) Error ¶
func (o *GetScimV2UserServiceUnavailable) Error() string
func (*GetScimV2UserServiceUnavailable) GetPayload ¶
func (o *GetScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2UserServiceUnavailable) IsClientError ¶
func (o *GetScimV2UserServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 user service unavailable response has a 4xx status code
func (*GetScimV2UserServiceUnavailable) IsCode ¶
func (o *GetScimV2UserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 user service unavailable response a status code equal to that given
func (*GetScimV2UserServiceUnavailable) IsRedirect ¶
func (o *GetScimV2UserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 user service unavailable response has a 3xx status code
func (*GetScimV2UserServiceUnavailable) IsServerError ¶
func (o *GetScimV2UserServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 user service unavailable response has a 5xx status code
func (*GetScimV2UserServiceUnavailable) IsSuccess ¶
func (o *GetScimV2UserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 user service unavailable response has a 2xx status code
func (*GetScimV2UserServiceUnavailable) String ¶
func (o *GetScimV2UserServiceUnavailable) String() string
type GetScimV2UserTooManyRequests ¶
GetScimV2UserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2UserTooManyRequests ¶
func NewGetScimV2UserTooManyRequests() *GetScimV2UserTooManyRequests
NewGetScimV2UserTooManyRequests creates a GetScimV2UserTooManyRequests with default headers values
func (*GetScimV2UserTooManyRequests) Error ¶
func (o *GetScimV2UserTooManyRequests) Error() string
func (*GetScimV2UserTooManyRequests) GetPayload ¶
func (o *GetScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2UserTooManyRequests) IsClientError ¶
func (o *GetScimV2UserTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 user too many requests response has a 4xx status code
func (*GetScimV2UserTooManyRequests) IsCode ¶
func (o *GetScimV2UserTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 user too many requests response a status code equal to that given
func (*GetScimV2UserTooManyRequests) IsRedirect ¶
func (o *GetScimV2UserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 user too many requests response has a 3xx status code
func (*GetScimV2UserTooManyRequests) IsServerError ¶
func (o *GetScimV2UserTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 user too many requests response has a 5xx status code
func (*GetScimV2UserTooManyRequests) IsSuccess ¶
func (o *GetScimV2UserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 user too many requests response has a 2xx status code
func (*GetScimV2UserTooManyRequests) String ¶
func (o *GetScimV2UserTooManyRequests) String() string
type GetScimV2UserUnauthorized ¶
type GetScimV2UserUnauthorized struct {
}GetScimV2UserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2UserUnauthorized ¶
func NewGetScimV2UserUnauthorized() *GetScimV2UserUnauthorized
NewGetScimV2UserUnauthorized creates a GetScimV2UserUnauthorized with default headers values
func (*GetScimV2UserUnauthorized) Error ¶
func (o *GetScimV2UserUnauthorized) Error() string
func (*GetScimV2UserUnauthorized) GetPayload ¶
func (o *GetScimV2UserUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2UserUnauthorized) IsClientError ¶
func (o *GetScimV2UserUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 user unauthorized response has a 4xx status code
func (*GetScimV2UserUnauthorized) IsCode ¶
func (o *GetScimV2UserUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 user unauthorized response a status code equal to that given
func (*GetScimV2UserUnauthorized) IsRedirect ¶
func (o *GetScimV2UserUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 user unauthorized response has a 3xx status code
func (*GetScimV2UserUnauthorized) IsServerError ¶
func (o *GetScimV2UserUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 user unauthorized response has a 5xx status code
func (*GetScimV2UserUnauthorized) IsSuccess ¶
func (o *GetScimV2UserUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 user unauthorized response has a 2xx status code
func (*GetScimV2UserUnauthorized) String ¶
func (o *GetScimV2UserUnauthorized) String() string
type GetScimV2UserUnsupportedMediaType ¶
GetScimV2UserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2UserUnsupportedMediaType ¶
func NewGetScimV2UserUnsupportedMediaType() *GetScimV2UserUnsupportedMediaType
NewGetScimV2UserUnsupportedMediaType creates a GetScimV2UserUnsupportedMediaType with default headers values
func (*GetScimV2UserUnsupportedMediaType) Error ¶
func (o *GetScimV2UserUnsupportedMediaType) Error() string
func (*GetScimV2UserUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2UserUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2UserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 user unsupported media type response has a 4xx status code
func (*GetScimV2UserUnsupportedMediaType) IsCode ¶
func (o *GetScimV2UserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 user unsupported media type response a status code equal to that given
func (*GetScimV2UserUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2UserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 user unsupported media type response has a 3xx status code
func (*GetScimV2UserUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2UserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 user unsupported media type response has a 5xx status code
func (*GetScimV2UserUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2UserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 user unsupported media type response has a 2xx status code
func (*GetScimV2UserUnsupportedMediaType) String ¶
func (o *GetScimV2UserUnsupportedMediaType) String() string
type GetScimV2UsersBadRequest ¶
GetScimV2UsersBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetScimV2UsersBadRequest ¶
func NewGetScimV2UsersBadRequest() *GetScimV2UsersBadRequest
NewGetScimV2UsersBadRequest creates a GetScimV2UsersBadRequest with default headers values
func (*GetScimV2UsersBadRequest) Error ¶
func (o *GetScimV2UsersBadRequest) Error() string
func (*GetScimV2UsersBadRequest) GetPayload ¶
func (o *GetScimV2UsersBadRequest) GetPayload() *models.ErrorBody
func (*GetScimV2UsersBadRequest) IsClientError ¶
func (o *GetScimV2UsersBadRequest) IsClientError() bool
IsClientError returns true when this get scim v2 users bad request response has a 4xx status code
func (*GetScimV2UsersBadRequest) IsCode ¶
func (o *GetScimV2UsersBadRequest) IsCode(code int) bool
IsCode returns true when this get scim v2 users bad request response a status code equal to that given
func (*GetScimV2UsersBadRequest) IsRedirect ¶
func (o *GetScimV2UsersBadRequest) IsRedirect() bool
IsRedirect returns true when this get scim v2 users bad request response has a 3xx status code
func (*GetScimV2UsersBadRequest) IsServerError ¶
func (o *GetScimV2UsersBadRequest) IsServerError() bool
IsServerError returns true when this get scim v2 users bad request response has a 5xx status code
func (*GetScimV2UsersBadRequest) IsSuccess ¶
func (o *GetScimV2UsersBadRequest) IsSuccess() bool
IsSuccess returns true when this get scim v2 users bad request response has a 2xx status code
func (*GetScimV2UsersBadRequest) String ¶
func (o *GetScimV2UsersBadRequest) String() string
type GetScimV2UsersForbidden ¶
GetScimV2UsersForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetScimV2UsersForbidden ¶
func NewGetScimV2UsersForbidden() *GetScimV2UsersForbidden
NewGetScimV2UsersForbidden creates a GetScimV2UsersForbidden with default headers values
func (*GetScimV2UsersForbidden) Error ¶
func (o *GetScimV2UsersForbidden) Error() string
func (*GetScimV2UsersForbidden) GetPayload ¶
func (o *GetScimV2UsersForbidden) GetPayload() *models.ErrorBody
func (*GetScimV2UsersForbidden) IsClientError ¶
func (o *GetScimV2UsersForbidden) IsClientError() bool
IsClientError returns true when this get scim v2 users forbidden response has a 4xx status code
func (*GetScimV2UsersForbidden) IsCode ¶
func (o *GetScimV2UsersForbidden) IsCode(code int) bool
IsCode returns true when this get scim v2 users forbidden response a status code equal to that given
func (*GetScimV2UsersForbidden) IsRedirect ¶
func (o *GetScimV2UsersForbidden) IsRedirect() bool
IsRedirect returns true when this get scim v2 users forbidden response has a 3xx status code
func (*GetScimV2UsersForbidden) IsServerError ¶
func (o *GetScimV2UsersForbidden) IsServerError() bool
IsServerError returns true when this get scim v2 users forbidden response has a 5xx status code
func (*GetScimV2UsersForbidden) IsSuccess ¶
func (o *GetScimV2UsersForbidden) IsSuccess() bool
IsSuccess returns true when this get scim v2 users forbidden response has a 2xx status code
func (*GetScimV2UsersForbidden) String ¶
func (o *GetScimV2UsersForbidden) String() string
type GetScimV2UsersGatewayTimeout ¶
GetScimV2UsersGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetScimV2UsersGatewayTimeout ¶
func NewGetScimV2UsersGatewayTimeout() *GetScimV2UsersGatewayTimeout
NewGetScimV2UsersGatewayTimeout creates a GetScimV2UsersGatewayTimeout with default headers values
func (*GetScimV2UsersGatewayTimeout) Error ¶
func (o *GetScimV2UsersGatewayTimeout) Error() string
func (*GetScimV2UsersGatewayTimeout) GetPayload ¶
func (o *GetScimV2UsersGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2UsersGatewayTimeout) IsClientError ¶
func (o *GetScimV2UsersGatewayTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 users gateway timeout response has a 4xx status code
func (*GetScimV2UsersGatewayTimeout) IsCode ¶
func (o *GetScimV2UsersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 users gateway timeout response a status code equal to that given
func (*GetScimV2UsersGatewayTimeout) IsRedirect ¶
func (o *GetScimV2UsersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 users gateway timeout response has a 3xx status code
func (*GetScimV2UsersGatewayTimeout) IsServerError ¶
func (o *GetScimV2UsersGatewayTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 users gateway timeout response has a 5xx status code
func (*GetScimV2UsersGatewayTimeout) IsSuccess ¶
func (o *GetScimV2UsersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 users gateway timeout response has a 2xx status code
func (*GetScimV2UsersGatewayTimeout) String ¶
func (o *GetScimV2UsersGatewayTimeout) String() string
type GetScimV2UsersInternalServerError ¶
GetScimV2UsersInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetScimV2UsersInternalServerError ¶
func NewGetScimV2UsersInternalServerError() *GetScimV2UsersInternalServerError
NewGetScimV2UsersInternalServerError creates a GetScimV2UsersInternalServerError with default headers values
func (*GetScimV2UsersInternalServerError) Error ¶
func (o *GetScimV2UsersInternalServerError) Error() string
func (*GetScimV2UsersInternalServerError) GetPayload ¶
func (o *GetScimV2UsersInternalServerError) GetPayload() *models.ErrorBody
func (*GetScimV2UsersInternalServerError) IsClientError ¶
func (o *GetScimV2UsersInternalServerError) IsClientError() bool
IsClientError returns true when this get scim v2 users internal server error response has a 4xx status code
func (*GetScimV2UsersInternalServerError) IsCode ¶
func (o *GetScimV2UsersInternalServerError) IsCode(code int) bool
IsCode returns true when this get scim v2 users internal server error response a status code equal to that given
func (*GetScimV2UsersInternalServerError) IsRedirect ¶
func (o *GetScimV2UsersInternalServerError) IsRedirect() bool
IsRedirect returns true when this get scim v2 users internal server error response has a 3xx status code
func (*GetScimV2UsersInternalServerError) IsServerError ¶
func (o *GetScimV2UsersInternalServerError) IsServerError() bool
IsServerError returns true when this get scim v2 users internal server error response has a 5xx status code
func (*GetScimV2UsersInternalServerError) IsSuccess ¶
func (o *GetScimV2UsersInternalServerError) IsSuccess() bool
IsSuccess returns true when this get scim v2 users internal server error response has a 2xx status code
func (*GetScimV2UsersInternalServerError) String ¶
func (o *GetScimV2UsersInternalServerError) String() string
type GetScimV2UsersNotFound ¶
GetScimV2UsersNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetScimV2UsersNotFound ¶
func NewGetScimV2UsersNotFound() *GetScimV2UsersNotFound
NewGetScimV2UsersNotFound creates a GetScimV2UsersNotFound with default headers values
func (*GetScimV2UsersNotFound) Error ¶
func (o *GetScimV2UsersNotFound) Error() string
func (*GetScimV2UsersNotFound) GetPayload ¶
func (o *GetScimV2UsersNotFound) GetPayload() *models.ErrorBody
func (*GetScimV2UsersNotFound) IsClientError ¶
func (o *GetScimV2UsersNotFound) IsClientError() bool
IsClientError returns true when this get scim v2 users not found response has a 4xx status code
func (*GetScimV2UsersNotFound) IsCode ¶
func (o *GetScimV2UsersNotFound) IsCode(code int) bool
IsCode returns true when this get scim v2 users not found response a status code equal to that given
func (*GetScimV2UsersNotFound) IsRedirect ¶
func (o *GetScimV2UsersNotFound) IsRedirect() bool
IsRedirect returns true when this get scim v2 users not found response has a 3xx status code
func (*GetScimV2UsersNotFound) IsServerError ¶
func (o *GetScimV2UsersNotFound) IsServerError() bool
IsServerError returns true when this get scim v2 users not found response has a 5xx status code
func (*GetScimV2UsersNotFound) IsSuccess ¶
func (o *GetScimV2UsersNotFound) IsSuccess() bool
IsSuccess returns true when this get scim v2 users not found response has a 2xx status code
func (*GetScimV2UsersNotFound) String ¶
func (o *GetScimV2UsersNotFound) String() string
type GetScimV2UsersOK ¶
type GetScimV2UsersOK struct {
Payload *models.ScimUserListResponse
}
GetScimV2UsersOK describes a response with status code 200, with default header values.
successful operation
func NewGetScimV2UsersOK ¶
func NewGetScimV2UsersOK() *GetScimV2UsersOK
NewGetScimV2UsersOK creates a GetScimV2UsersOK with default headers values
func (*GetScimV2UsersOK) Error ¶
func (o *GetScimV2UsersOK) Error() string
func (*GetScimV2UsersOK) GetPayload ¶
func (o *GetScimV2UsersOK) GetPayload() *models.ScimUserListResponse
func (*GetScimV2UsersOK) IsClientError ¶
func (o *GetScimV2UsersOK) IsClientError() bool
IsClientError returns true when this get scim v2 users o k response has a 4xx status code
func (*GetScimV2UsersOK) IsCode ¶
func (o *GetScimV2UsersOK) IsCode(code int) bool
IsCode returns true when this get scim v2 users o k response a status code equal to that given
func (*GetScimV2UsersOK) IsRedirect ¶
func (o *GetScimV2UsersOK) IsRedirect() bool
IsRedirect returns true when this get scim v2 users o k response has a 3xx status code
func (*GetScimV2UsersOK) IsServerError ¶
func (o *GetScimV2UsersOK) IsServerError() bool
IsServerError returns true when this get scim v2 users o k response has a 5xx status code
func (*GetScimV2UsersOK) IsSuccess ¶
func (o *GetScimV2UsersOK) IsSuccess() bool
IsSuccess returns true when this get scim v2 users o k response has a 2xx status code
func (*GetScimV2UsersOK) String ¶
func (o *GetScimV2UsersOK) String() string
type GetScimV2UsersParams ¶
type GetScimV2UsersParams struct { /* Attributes. Indicates which attributes to include. Returns these attributes and the "id", "userName", "active", and "meta" attributes. Use "attributes" to avoid expensive secondary calls for the default attributes. */ Attributes []string /* Count. The requested number of items per page. A value of 0 returns "totalResults". A page size over 25 may exceed internal resource limits and return a 429 error. For a page size over 25, use the "excludedAttributes" or "attributes" query parameters to exclude or only include secondary lookup values such as "externalId", "roles", "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingLanguages", or "urn:ietf:params:scim:schemas:extension:genesys:purecloud:2.0:User:routingSkills". Format: int32 Default: 25 */ Count *int32 /* ExcludedAttributes. Indicates which attributes to exclude. Returns the default attributes minus "excludedAttributes". Always returns the "id", "userName", "active", and "meta" attributes. Use "excludedAttributes" to avoid expensive secondary calls for the default attributes. */ ExcludedAttributes []string /* Filter. Filters results. If nothing is specified, returns all active users. Examples of valid values: "id eq 857449b0-d9e7-4cd0-acbf-a6adfb9ef1e9", "userName eq search@sample.org", "manager eq 16e10e2f-1136-43fe-bb84-eac073168a49", "email eq search@sample.org", "division eq divisionName", "externalId eq 167844", "active eq false", "employeeNumber eq 9876543210". */ Filter *string /* StartIndex. The 1-based index of the first query result. Format: int32 Default: 1 */ StartIndex *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetScimV2UsersParams contains all the parameters to send to the API endpoint
for the get scim v2 users operation. Typically these are written to a http.Request.
func NewGetScimV2UsersParams ¶
func NewGetScimV2UsersParams() *GetScimV2UsersParams
NewGetScimV2UsersParams creates a new GetScimV2UsersParams 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 NewGetScimV2UsersParamsWithContext ¶
func NewGetScimV2UsersParamsWithContext(ctx context.Context) *GetScimV2UsersParams
NewGetScimV2UsersParamsWithContext creates a new GetScimV2UsersParams object with the ability to set a context for a request.
func NewGetScimV2UsersParamsWithHTTPClient ¶
func NewGetScimV2UsersParamsWithHTTPClient(client *http.Client) *GetScimV2UsersParams
NewGetScimV2UsersParamsWithHTTPClient creates a new GetScimV2UsersParams object with the ability to set a custom HTTPClient for a request.
func NewGetScimV2UsersParamsWithTimeout ¶
func NewGetScimV2UsersParamsWithTimeout(timeout time.Duration) *GetScimV2UsersParams
NewGetScimV2UsersParamsWithTimeout creates a new GetScimV2UsersParams object with the ability to set a timeout on a request.
func (*GetScimV2UsersParams) SetAttributes ¶
func (o *GetScimV2UsersParams) SetAttributes(attributes []string)
SetAttributes adds the attributes to the get scim v2 users params
func (*GetScimV2UsersParams) SetContext ¶
func (o *GetScimV2UsersParams) SetContext(ctx context.Context)
SetContext adds the context to the get scim v2 users params
func (*GetScimV2UsersParams) SetCount ¶
func (o *GetScimV2UsersParams) SetCount(count *int32)
SetCount adds the count to the get scim v2 users params
func (*GetScimV2UsersParams) SetDefaults ¶
func (o *GetScimV2UsersParams) SetDefaults()
SetDefaults hydrates default values in the get scim v2 users params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2UsersParams) SetExcludedAttributes ¶
func (o *GetScimV2UsersParams) SetExcludedAttributes(excludedAttributes []string)
SetExcludedAttributes adds the excludedAttributes to the get scim v2 users params
func (*GetScimV2UsersParams) SetFilter ¶
func (o *GetScimV2UsersParams) SetFilter(filter *string)
SetFilter adds the filter to the get scim v2 users params
func (*GetScimV2UsersParams) SetHTTPClient ¶
func (o *GetScimV2UsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get scim v2 users params
func (*GetScimV2UsersParams) SetStartIndex ¶
func (o *GetScimV2UsersParams) SetStartIndex(startIndex *int32)
SetStartIndex adds the startIndex to the get scim v2 users params
func (*GetScimV2UsersParams) SetTimeout ¶
func (o *GetScimV2UsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get scim v2 users params
func (*GetScimV2UsersParams) WithAttributes ¶
func (o *GetScimV2UsersParams) WithAttributes(attributes []string) *GetScimV2UsersParams
WithAttributes adds the attributes to the get scim v2 users params
func (*GetScimV2UsersParams) WithContext ¶
func (o *GetScimV2UsersParams) WithContext(ctx context.Context) *GetScimV2UsersParams
WithContext adds the context to the get scim v2 users params
func (*GetScimV2UsersParams) WithCount ¶
func (o *GetScimV2UsersParams) WithCount(count *int32) *GetScimV2UsersParams
WithCount adds the count to the get scim v2 users params
func (*GetScimV2UsersParams) WithDefaults ¶
func (o *GetScimV2UsersParams) WithDefaults() *GetScimV2UsersParams
WithDefaults hydrates default values in the get scim v2 users params (not the query body).
All values with no default are reset to their zero value.
func (*GetScimV2UsersParams) WithExcludedAttributes ¶
func (o *GetScimV2UsersParams) WithExcludedAttributes(excludedAttributes []string) *GetScimV2UsersParams
WithExcludedAttributes adds the excludedAttributes to the get scim v2 users params
func (*GetScimV2UsersParams) WithFilter ¶
func (o *GetScimV2UsersParams) WithFilter(filter *string) *GetScimV2UsersParams
WithFilter adds the filter to the get scim v2 users params
func (*GetScimV2UsersParams) WithHTTPClient ¶
func (o *GetScimV2UsersParams) WithHTTPClient(client *http.Client) *GetScimV2UsersParams
WithHTTPClient adds the HTTPClient to the get scim v2 users params
func (*GetScimV2UsersParams) WithStartIndex ¶
func (o *GetScimV2UsersParams) WithStartIndex(startIndex *int32) *GetScimV2UsersParams
WithStartIndex adds the startIndex to the get scim v2 users params
func (*GetScimV2UsersParams) WithTimeout ¶
func (o *GetScimV2UsersParams) WithTimeout(timeout time.Duration) *GetScimV2UsersParams
WithTimeout adds the timeout to the get scim v2 users params
func (*GetScimV2UsersParams) WriteToRequest ¶
func (o *GetScimV2UsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetScimV2UsersReader ¶
type GetScimV2UsersReader struct {
// contains filtered or unexported fields
}
GetScimV2UsersReader is a Reader for the GetScimV2Users structure.
func (*GetScimV2UsersReader) ReadResponse ¶
func (o *GetScimV2UsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetScimV2UsersRequestEntityTooLarge ¶
GetScimV2UsersRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetScimV2UsersRequestEntityTooLarge ¶
func NewGetScimV2UsersRequestEntityTooLarge() *GetScimV2UsersRequestEntityTooLarge
NewGetScimV2UsersRequestEntityTooLarge creates a GetScimV2UsersRequestEntityTooLarge with default headers values
func (*GetScimV2UsersRequestEntityTooLarge) Error ¶
func (o *GetScimV2UsersRequestEntityTooLarge) Error() string
func (*GetScimV2UsersRequestEntityTooLarge) GetPayload ¶
func (o *GetScimV2UsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetScimV2UsersRequestEntityTooLarge) IsClientError ¶
func (o *GetScimV2UsersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get scim v2 users request entity too large response has a 4xx status code
func (*GetScimV2UsersRequestEntityTooLarge) IsCode ¶
func (o *GetScimV2UsersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get scim v2 users request entity too large response a status code equal to that given
func (*GetScimV2UsersRequestEntityTooLarge) IsRedirect ¶
func (o *GetScimV2UsersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get scim v2 users request entity too large response has a 3xx status code
func (*GetScimV2UsersRequestEntityTooLarge) IsServerError ¶
func (o *GetScimV2UsersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get scim v2 users request entity too large response has a 5xx status code
func (*GetScimV2UsersRequestEntityTooLarge) IsSuccess ¶
func (o *GetScimV2UsersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get scim v2 users request entity too large response has a 2xx status code
func (*GetScimV2UsersRequestEntityTooLarge) String ¶
func (o *GetScimV2UsersRequestEntityTooLarge) String() string
type GetScimV2UsersRequestTimeout ¶
GetScimV2UsersRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetScimV2UsersRequestTimeout ¶
func NewGetScimV2UsersRequestTimeout() *GetScimV2UsersRequestTimeout
NewGetScimV2UsersRequestTimeout creates a GetScimV2UsersRequestTimeout with default headers values
func (*GetScimV2UsersRequestTimeout) Error ¶
func (o *GetScimV2UsersRequestTimeout) Error() string
func (*GetScimV2UsersRequestTimeout) GetPayload ¶
func (o *GetScimV2UsersRequestTimeout) GetPayload() *models.ErrorBody
func (*GetScimV2UsersRequestTimeout) IsClientError ¶
func (o *GetScimV2UsersRequestTimeout) IsClientError() bool
IsClientError returns true when this get scim v2 users request timeout response has a 4xx status code
func (*GetScimV2UsersRequestTimeout) IsCode ¶
func (o *GetScimV2UsersRequestTimeout) IsCode(code int) bool
IsCode returns true when this get scim v2 users request timeout response a status code equal to that given
func (*GetScimV2UsersRequestTimeout) IsRedirect ¶
func (o *GetScimV2UsersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get scim v2 users request timeout response has a 3xx status code
func (*GetScimV2UsersRequestTimeout) IsServerError ¶
func (o *GetScimV2UsersRequestTimeout) IsServerError() bool
IsServerError returns true when this get scim v2 users request timeout response has a 5xx status code
func (*GetScimV2UsersRequestTimeout) IsSuccess ¶
func (o *GetScimV2UsersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get scim v2 users request timeout response has a 2xx status code
func (*GetScimV2UsersRequestTimeout) String ¶
func (o *GetScimV2UsersRequestTimeout) String() string
type GetScimV2UsersServiceUnavailable ¶
type GetScimV2UsersServiceUnavailable struct {
}GetScimV2UsersServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetScimV2UsersServiceUnavailable ¶
func NewGetScimV2UsersServiceUnavailable() *GetScimV2UsersServiceUnavailable
NewGetScimV2UsersServiceUnavailable creates a GetScimV2UsersServiceUnavailable with default headers values
func (*GetScimV2UsersServiceUnavailable) Error ¶
func (o *GetScimV2UsersServiceUnavailable) Error() string
func (*GetScimV2UsersServiceUnavailable) GetPayload ¶
func (o *GetScimV2UsersServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetScimV2UsersServiceUnavailable) IsClientError ¶
func (o *GetScimV2UsersServiceUnavailable) IsClientError() bool
IsClientError returns true when this get scim v2 users service unavailable response has a 4xx status code
func (*GetScimV2UsersServiceUnavailable) IsCode ¶
func (o *GetScimV2UsersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get scim v2 users service unavailable response a status code equal to that given
func (*GetScimV2UsersServiceUnavailable) IsRedirect ¶
func (o *GetScimV2UsersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get scim v2 users service unavailable response has a 3xx status code
func (*GetScimV2UsersServiceUnavailable) IsServerError ¶
func (o *GetScimV2UsersServiceUnavailable) IsServerError() bool
IsServerError returns true when this get scim v2 users service unavailable response has a 5xx status code
func (*GetScimV2UsersServiceUnavailable) IsSuccess ¶
func (o *GetScimV2UsersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get scim v2 users service unavailable response has a 2xx status code
func (*GetScimV2UsersServiceUnavailable) String ¶
func (o *GetScimV2UsersServiceUnavailable) String() string
type GetScimV2UsersTooManyRequests ¶
GetScimV2UsersTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetScimV2UsersTooManyRequests ¶
func NewGetScimV2UsersTooManyRequests() *GetScimV2UsersTooManyRequests
NewGetScimV2UsersTooManyRequests creates a GetScimV2UsersTooManyRequests with default headers values
func (*GetScimV2UsersTooManyRequests) Error ¶
func (o *GetScimV2UsersTooManyRequests) Error() string
func (*GetScimV2UsersTooManyRequests) GetPayload ¶
func (o *GetScimV2UsersTooManyRequests) GetPayload() *models.ErrorBody
func (*GetScimV2UsersTooManyRequests) IsClientError ¶
func (o *GetScimV2UsersTooManyRequests) IsClientError() bool
IsClientError returns true when this get scim v2 users too many requests response has a 4xx status code
func (*GetScimV2UsersTooManyRequests) IsCode ¶
func (o *GetScimV2UsersTooManyRequests) IsCode(code int) bool
IsCode returns true when this get scim v2 users too many requests response a status code equal to that given
func (*GetScimV2UsersTooManyRequests) IsRedirect ¶
func (o *GetScimV2UsersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get scim v2 users too many requests response has a 3xx status code
func (*GetScimV2UsersTooManyRequests) IsServerError ¶
func (o *GetScimV2UsersTooManyRequests) IsServerError() bool
IsServerError returns true when this get scim v2 users too many requests response has a 5xx status code
func (*GetScimV2UsersTooManyRequests) IsSuccess ¶
func (o *GetScimV2UsersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get scim v2 users too many requests response has a 2xx status code
func (*GetScimV2UsersTooManyRequests) String ¶
func (o *GetScimV2UsersTooManyRequests) String() string
type GetScimV2UsersUnauthorized ¶
type GetScimV2UsersUnauthorized struct {
}GetScimV2UsersUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetScimV2UsersUnauthorized ¶
func NewGetScimV2UsersUnauthorized() *GetScimV2UsersUnauthorized
NewGetScimV2UsersUnauthorized creates a GetScimV2UsersUnauthorized with default headers values
func (*GetScimV2UsersUnauthorized) Error ¶
func (o *GetScimV2UsersUnauthorized) Error() string
func (*GetScimV2UsersUnauthorized) GetPayload ¶
func (o *GetScimV2UsersUnauthorized) GetPayload() *models.ErrorBody
func (*GetScimV2UsersUnauthorized) IsClientError ¶
func (o *GetScimV2UsersUnauthorized) IsClientError() bool
IsClientError returns true when this get scim v2 users unauthorized response has a 4xx status code
func (*GetScimV2UsersUnauthorized) IsCode ¶
func (o *GetScimV2UsersUnauthorized) IsCode(code int) bool
IsCode returns true when this get scim v2 users unauthorized response a status code equal to that given
func (*GetScimV2UsersUnauthorized) IsRedirect ¶
func (o *GetScimV2UsersUnauthorized) IsRedirect() bool
IsRedirect returns true when this get scim v2 users unauthorized response has a 3xx status code
func (*GetScimV2UsersUnauthorized) IsServerError ¶
func (o *GetScimV2UsersUnauthorized) IsServerError() bool
IsServerError returns true when this get scim v2 users unauthorized response has a 5xx status code
func (*GetScimV2UsersUnauthorized) IsSuccess ¶
func (o *GetScimV2UsersUnauthorized) IsSuccess() bool
IsSuccess returns true when this get scim v2 users unauthorized response has a 2xx status code
func (*GetScimV2UsersUnauthorized) String ¶
func (o *GetScimV2UsersUnauthorized) String() string
type GetScimV2UsersUnsupportedMediaType ¶
GetScimV2UsersUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetScimV2UsersUnsupportedMediaType ¶
func NewGetScimV2UsersUnsupportedMediaType() *GetScimV2UsersUnsupportedMediaType
NewGetScimV2UsersUnsupportedMediaType creates a GetScimV2UsersUnsupportedMediaType with default headers values
func (*GetScimV2UsersUnsupportedMediaType) Error ¶
func (o *GetScimV2UsersUnsupportedMediaType) Error() string
func (*GetScimV2UsersUnsupportedMediaType) GetPayload ¶
func (o *GetScimV2UsersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetScimV2UsersUnsupportedMediaType) IsClientError ¶
func (o *GetScimV2UsersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get scim v2 users unsupported media type response has a 4xx status code
func (*GetScimV2UsersUnsupportedMediaType) IsCode ¶
func (o *GetScimV2UsersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get scim v2 users unsupported media type response a status code equal to that given
func (*GetScimV2UsersUnsupportedMediaType) IsRedirect ¶
func (o *GetScimV2UsersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get scim v2 users unsupported media type response has a 3xx status code
func (*GetScimV2UsersUnsupportedMediaType) IsServerError ¶
func (o *GetScimV2UsersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get scim v2 users unsupported media type response has a 5xx status code
func (*GetScimV2UsersUnsupportedMediaType) IsSuccess ¶
func (o *GetScimV2UsersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get scim v2 users unsupported media type response has a 2xx status code
func (*GetScimV2UsersUnsupportedMediaType) String ¶
func (o *GetScimV2UsersUnsupportedMediaType) String() string
type PatchScimGroupBadRequest ¶
PatchScimGroupBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPatchScimGroupBadRequest ¶
func NewPatchScimGroupBadRequest() *PatchScimGroupBadRequest
NewPatchScimGroupBadRequest creates a PatchScimGroupBadRequest with default headers values
func (*PatchScimGroupBadRequest) Error ¶
func (o *PatchScimGroupBadRequest) Error() string
func (*PatchScimGroupBadRequest) GetPayload ¶
func (o *PatchScimGroupBadRequest) GetPayload() *models.ErrorBody
func (*PatchScimGroupBadRequest) IsClientError ¶
func (o *PatchScimGroupBadRequest) IsClientError() bool
IsClientError returns true when this patch scim group bad request response has a 4xx status code
func (*PatchScimGroupBadRequest) IsCode ¶
func (o *PatchScimGroupBadRequest) IsCode(code int) bool
IsCode returns true when this patch scim group bad request response a status code equal to that given
func (*PatchScimGroupBadRequest) IsRedirect ¶
func (o *PatchScimGroupBadRequest) IsRedirect() bool
IsRedirect returns true when this patch scim group bad request response has a 3xx status code
func (*PatchScimGroupBadRequest) IsServerError ¶
func (o *PatchScimGroupBadRequest) IsServerError() bool
IsServerError returns true when this patch scim group bad request response has a 5xx status code
func (*PatchScimGroupBadRequest) IsSuccess ¶
func (o *PatchScimGroupBadRequest) IsSuccess() bool
IsSuccess returns true when this patch scim group bad request response has a 2xx status code
func (*PatchScimGroupBadRequest) String ¶
func (o *PatchScimGroupBadRequest) String() string
type PatchScimGroupConflict ¶
PatchScimGroupConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPatchScimGroupConflict ¶
func NewPatchScimGroupConflict() *PatchScimGroupConflict
NewPatchScimGroupConflict creates a PatchScimGroupConflict with default headers values
func (*PatchScimGroupConflict) Error ¶
func (o *PatchScimGroupConflict) Error() string
func (*PatchScimGroupConflict) GetPayload ¶
func (o *PatchScimGroupConflict) GetPayload() *models.ScimError
func (*PatchScimGroupConflict) IsClientError ¶
func (o *PatchScimGroupConflict) IsClientError() bool
IsClientError returns true when this patch scim group conflict response has a 4xx status code
func (*PatchScimGroupConflict) IsCode ¶
func (o *PatchScimGroupConflict) IsCode(code int) bool
IsCode returns true when this patch scim group conflict response a status code equal to that given
func (*PatchScimGroupConflict) IsRedirect ¶
func (o *PatchScimGroupConflict) IsRedirect() bool
IsRedirect returns true when this patch scim group conflict response has a 3xx status code
func (*PatchScimGroupConflict) IsServerError ¶
func (o *PatchScimGroupConflict) IsServerError() bool
IsServerError returns true when this patch scim group conflict response has a 5xx status code
func (*PatchScimGroupConflict) IsSuccess ¶
func (o *PatchScimGroupConflict) IsSuccess() bool
IsSuccess returns true when this patch scim group conflict response has a 2xx status code
func (*PatchScimGroupConflict) String ¶
func (o *PatchScimGroupConflict) String() string
type PatchScimGroupForbidden ¶
PatchScimGroupForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchScimGroupForbidden ¶
func NewPatchScimGroupForbidden() *PatchScimGroupForbidden
NewPatchScimGroupForbidden creates a PatchScimGroupForbidden with default headers values
func (*PatchScimGroupForbidden) Error ¶
func (o *PatchScimGroupForbidden) Error() string
func (*PatchScimGroupForbidden) GetPayload ¶
func (o *PatchScimGroupForbidden) GetPayload() *models.ErrorBody
func (*PatchScimGroupForbidden) IsClientError ¶
func (o *PatchScimGroupForbidden) IsClientError() bool
IsClientError returns true when this patch scim group forbidden response has a 4xx status code
func (*PatchScimGroupForbidden) IsCode ¶
func (o *PatchScimGroupForbidden) IsCode(code int) bool
IsCode returns true when this patch scim group forbidden response a status code equal to that given
func (*PatchScimGroupForbidden) IsRedirect ¶
func (o *PatchScimGroupForbidden) IsRedirect() bool
IsRedirect returns true when this patch scim group forbidden response has a 3xx status code
func (*PatchScimGroupForbidden) IsServerError ¶
func (o *PatchScimGroupForbidden) IsServerError() bool
IsServerError returns true when this patch scim group forbidden response has a 5xx status code
func (*PatchScimGroupForbidden) IsSuccess ¶
func (o *PatchScimGroupForbidden) IsSuccess() bool
IsSuccess returns true when this patch scim group forbidden response has a 2xx status code
func (*PatchScimGroupForbidden) String ¶
func (o *PatchScimGroupForbidden) String() string
type PatchScimGroupGatewayTimeout ¶
PatchScimGroupGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchScimGroupGatewayTimeout ¶
func NewPatchScimGroupGatewayTimeout() *PatchScimGroupGatewayTimeout
NewPatchScimGroupGatewayTimeout creates a PatchScimGroupGatewayTimeout with default headers values
func (*PatchScimGroupGatewayTimeout) Error ¶
func (o *PatchScimGroupGatewayTimeout) Error() string
func (*PatchScimGroupGatewayTimeout) GetPayload ¶
func (o *PatchScimGroupGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchScimGroupGatewayTimeout) IsClientError ¶
func (o *PatchScimGroupGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch scim group gateway timeout response has a 4xx status code
func (*PatchScimGroupGatewayTimeout) IsCode ¶
func (o *PatchScimGroupGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch scim group gateway timeout response a status code equal to that given
func (*PatchScimGroupGatewayTimeout) IsRedirect ¶
func (o *PatchScimGroupGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim group gateway timeout response has a 3xx status code
func (*PatchScimGroupGatewayTimeout) IsServerError ¶
func (o *PatchScimGroupGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch scim group gateway timeout response has a 5xx status code
func (*PatchScimGroupGatewayTimeout) IsSuccess ¶
func (o *PatchScimGroupGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim group gateway timeout response has a 2xx status code
func (*PatchScimGroupGatewayTimeout) String ¶
func (o *PatchScimGroupGatewayTimeout) String() string
type PatchScimGroupInternalServerError ¶
PatchScimGroupInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPatchScimGroupInternalServerError ¶
func NewPatchScimGroupInternalServerError() *PatchScimGroupInternalServerError
NewPatchScimGroupInternalServerError creates a PatchScimGroupInternalServerError with default headers values
func (*PatchScimGroupInternalServerError) Error ¶
func (o *PatchScimGroupInternalServerError) Error() string
func (*PatchScimGroupInternalServerError) GetPayload ¶
func (o *PatchScimGroupInternalServerError) GetPayload() *models.ErrorBody
func (*PatchScimGroupInternalServerError) IsClientError ¶
func (o *PatchScimGroupInternalServerError) IsClientError() bool
IsClientError returns true when this patch scim group internal server error response has a 4xx status code
func (*PatchScimGroupInternalServerError) IsCode ¶
func (o *PatchScimGroupInternalServerError) IsCode(code int) bool
IsCode returns true when this patch scim group internal server error response a status code equal to that given
func (*PatchScimGroupInternalServerError) IsRedirect ¶
func (o *PatchScimGroupInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch scim group internal server error response has a 3xx status code
func (*PatchScimGroupInternalServerError) IsServerError ¶
func (o *PatchScimGroupInternalServerError) IsServerError() bool
IsServerError returns true when this patch scim group internal server error response has a 5xx status code
func (*PatchScimGroupInternalServerError) IsSuccess ¶
func (o *PatchScimGroupInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch scim group internal server error response has a 2xx status code
func (*PatchScimGroupInternalServerError) String ¶
func (o *PatchScimGroupInternalServerError) String() string
type PatchScimGroupNotFound ¶
PatchScimGroupNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchScimGroupNotFound ¶
func NewPatchScimGroupNotFound() *PatchScimGroupNotFound
NewPatchScimGroupNotFound creates a PatchScimGroupNotFound with default headers values
func (*PatchScimGroupNotFound) Error ¶
func (o *PatchScimGroupNotFound) Error() string
func (*PatchScimGroupNotFound) GetPayload ¶
func (o *PatchScimGroupNotFound) GetPayload() *models.ErrorBody
func (*PatchScimGroupNotFound) IsClientError ¶
func (o *PatchScimGroupNotFound) IsClientError() bool
IsClientError returns true when this patch scim group not found response has a 4xx status code
func (*PatchScimGroupNotFound) IsCode ¶
func (o *PatchScimGroupNotFound) IsCode(code int) bool
IsCode returns true when this patch scim group not found response a status code equal to that given
func (*PatchScimGroupNotFound) IsRedirect ¶
func (o *PatchScimGroupNotFound) IsRedirect() bool
IsRedirect returns true when this patch scim group not found response has a 3xx status code
func (*PatchScimGroupNotFound) IsServerError ¶
func (o *PatchScimGroupNotFound) IsServerError() bool
IsServerError returns true when this patch scim group not found response has a 5xx status code
func (*PatchScimGroupNotFound) IsSuccess ¶
func (o *PatchScimGroupNotFound) IsSuccess() bool
IsSuccess returns true when this patch scim group not found response has a 2xx status code
func (*PatchScimGroupNotFound) String ¶
func (o *PatchScimGroupNotFound) String() string
type PatchScimGroupOK ¶
type PatchScimGroupOK struct {
Payload *models.ScimV2Group
}
PatchScimGroupOK describes a response with status code 200, with default header values.
successful operation
func NewPatchScimGroupOK ¶
func NewPatchScimGroupOK() *PatchScimGroupOK
NewPatchScimGroupOK creates a PatchScimGroupOK with default headers values
func (*PatchScimGroupOK) Error ¶
func (o *PatchScimGroupOK) Error() string
func (*PatchScimGroupOK) GetPayload ¶
func (o *PatchScimGroupOK) GetPayload() *models.ScimV2Group
func (*PatchScimGroupOK) IsClientError ¶
func (o *PatchScimGroupOK) IsClientError() bool
IsClientError returns true when this patch scim group o k response has a 4xx status code
func (*PatchScimGroupOK) IsCode ¶
func (o *PatchScimGroupOK) IsCode(code int) bool
IsCode returns true when this patch scim group o k response a status code equal to that given
func (*PatchScimGroupOK) IsRedirect ¶
func (o *PatchScimGroupOK) IsRedirect() bool
IsRedirect returns true when this patch scim group o k response has a 3xx status code
func (*PatchScimGroupOK) IsServerError ¶
func (o *PatchScimGroupOK) IsServerError() bool
IsServerError returns true when this patch scim group o k response has a 5xx status code
func (*PatchScimGroupOK) IsSuccess ¶
func (o *PatchScimGroupOK) IsSuccess() bool
IsSuccess returns true when this patch scim group o k response has a 2xx status code
func (*PatchScimGroupOK) String ¶
func (o *PatchScimGroupOK) String() string
type PatchScimGroupParams ¶
type PatchScimGroupParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/groups/{groupId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to modify a group. */ Body *models.ScimV2PatchRequest /* GroupID. The ID of a group. Returned with GET /api/v2/scim/groups. */ GroupID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchScimGroupParams contains all the parameters to send to the API endpoint
for the patch scim group operation. Typically these are written to a http.Request.
func NewPatchScimGroupParams ¶
func NewPatchScimGroupParams() *PatchScimGroupParams
NewPatchScimGroupParams creates a new PatchScimGroupParams 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 NewPatchScimGroupParamsWithContext ¶
func NewPatchScimGroupParamsWithContext(ctx context.Context) *PatchScimGroupParams
NewPatchScimGroupParamsWithContext creates a new PatchScimGroupParams object with the ability to set a context for a request.
func NewPatchScimGroupParamsWithHTTPClient ¶
func NewPatchScimGroupParamsWithHTTPClient(client *http.Client) *PatchScimGroupParams
NewPatchScimGroupParamsWithHTTPClient creates a new PatchScimGroupParams object with the ability to set a custom HTTPClient for a request.
func NewPatchScimGroupParamsWithTimeout ¶
func NewPatchScimGroupParamsWithTimeout(timeout time.Duration) *PatchScimGroupParams
NewPatchScimGroupParamsWithTimeout creates a new PatchScimGroupParams object with the ability to set a timeout on a request.
func (*PatchScimGroupParams) SetBody ¶
func (o *PatchScimGroupParams) SetBody(body *models.ScimV2PatchRequest)
SetBody adds the body to the patch scim group params
func (*PatchScimGroupParams) SetContext ¶
func (o *PatchScimGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the patch scim group params
func (*PatchScimGroupParams) SetDefaults ¶
func (o *PatchScimGroupParams) SetDefaults()
SetDefaults hydrates default values in the patch scim group params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimGroupParams) SetGroupID ¶
func (o *PatchScimGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the patch scim group params
func (*PatchScimGroupParams) SetHTTPClient ¶
func (o *PatchScimGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch scim group params
func (*PatchScimGroupParams) SetIfMatch ¶
func (o *PatchScimGroupParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the patch scim group params
func (*PatchScimGroupParams) SetTimeout ¶
func (o *PatchScimGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch scim group params
func (*PatchScimGroupParams) WithBody ¶
func (o *PatchScimGroupParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimGroupParams
WithBody adds the body to the patch scim group params
func (*PatchScimGroupParams) WithContext ¶
func (o *PatchScimGroupParams) WithContext(ctx context.Context) *PatchScimGroupParams
WithContext adds the context to the patch scim group params
func (*PatchScimGroupParams) WithDefaults ¶
func (o *PatchScimGroupParams) WithDefaults() *PatchScimGroupParams
WithDefaults hydrates default values in the patch scim group params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimGroupParams) WithGroupID ¶
func (o *PatchScimGroupParams) WithGroupID(groupID string) *PatchScimGroupParams
WithGroupID adds the groupID to the patch scim group params
func (*PatchScimGroupParams) WithHTTPClient ¶
func (o *PatchScimGroupParams) WithHTTPClient(client *http.Client) *PatchScimGroupParams
WithHTTPClient adds the HTTPClient to the patch scim group params
func (*PatchScimGroupParams) WithIfMatch ¶
func (o *PatchScimGroupParams) WithIfMatch(ifMatch *string) *PatchScimGroupParams
WithIfMatch adds the ifMatch to the patch scim group params
func (*PatchScimGroupParams) WithTimeout ¶
func (o *PatchScimGroupParams) WithTimeout(timeout time.Duration) *PatchScimGroupParams
WithTimeout adds the timeout to the patch scim group params
func (*PatchScimGroupParams) WriteToRequest ¶
func (o *PatchScimGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchScimGroupReader ¶
type PatchScimGroupReader struct {
// contains filtered or unexported fields
}
PatchScimGroupReader is a Reader for the PatchScimGroup structure.
func (*PatchScimGroupReader) ReadResponse ¶
func (o *PatchScimGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchScimGroupRequestEntityTooLarge ¶
PatchScimGroupRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchScimGroupRequestEntityTooLarge ¶
func NewPatchScimGroupRequestEntityTooLarge() *PatchScimGroupRequestEntityTooLarge
NewPatchScimGroupRequestEntityTooLarge creates a PatchScimGroupRequestEntityTooLarge with default headers values
func (*PatchScimGroupRequestEntityTooLarge) Error ¶
func (o *PatchScimGroupRequestEntityTooLarge) Error() string
func (*PatchScimGroupRequestEntityTooLarge) GetPayload ¶
func (o *PatchScimGroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchScimGroupRequestEntityTooLarge) IsClientError ¶
func (o *PatchScimGroupRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch scim group request entity too large response has a 4xx status code
func (*PatchScimGroupRequestEntityTooLarge) IsCode ¶
func (o *PatchScimGroupRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch scim group request entity too large response a status code equal to that given
func (*PatchScimGroupRequestEntityTooLarge) IsRedirect ¶
func (o *PatchScimGroupRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch scim group request entity too large response has a 3xx status code
func (*PatchScimGroupRequestEntityTooLarge) IsServerError ¶
func (o *PatchScimGroupRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch scim group request entity too large response has a 5xx status code
func (*PatchScimGroupRequestEntityTooLarge) IsSuccess ¶
func (o *PatchScimGroupRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch scim group request entity too large response has a 2xx status code
func (*PatchScimGroupRequestEntityTooLarge) String ¶
func (o *PatchScimGroupRequestEntityTooLarge) String() string
type PatchScimGroupRequestTimeout ¶
PatchScimGroupRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPatchScimGroupRequestTimeout ¶
func NewPatchScimGroupRequestTimeout() *PatchScimGroupRequestTimeout
NewPatchScimGroupRequestTimeout creates a PatchScimGroupRequestTimeout with default headers values
func (*PatchScimGroupRequestTimeout) Error ¶
func (o *PatchScimGroupRequestTimeout) Error() string
func (*PatchScimGroupRequestTimeout) GetPayload ¶
func (o *PatchScimGroupRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchScimGroupRequestTimeout) IsClientError ¶
func (o *PatchScimGroupRequestTimeout) IsClientError() bool
IsClientError returns true when this patch scim group request timeout response has a 4xx status code
func (*PatchScimGroupRequestTimeout) IsCode ¶
func (o *PatchScimGroupRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch scim group request timeout response a status code equal to that given
func (*PatchScimGroupRequestTimeout) IsRedirect ¶
func (o *PatchScimGroupRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim group request timeout response has a 3xx status code
func (*PatchScimGroupRequestTimeout) IsServerError ¶
func (o *PatchScimGroupRequestTimeout) IsServerError() bool
IsServerError returns true when this patch scim group request timeout response has a 5xx status code
func (*PatchScimGroupRequestTimeout) IsSuccess ¶
func (o *PatchScimGroupRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim group request timeout response has a 2xx status code
func (*PatchScimGroupRequestTimeout) String ¶
func (o *PatchScimGroupRequestTimeout) String() string
type PatchScimGroupServiceUnavailable ¶
type PatchScimGroupServiceUnavailable struct {
}PatchScimGroupServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPatchScimGroupServiceUnavailable ¶
func NewPatchScimGroupServiceUnavailable() *PatchScimGroupServiceUnavailable
NewPatchScimGroupServiceUnavailable creates a PatchScimGroupServiceUnavailable with default headers values
func (*PatchScimGroupServiceUnavailable) Error ¶
func (o *PatchScimGroupServiceUnavailable) Error() string
func (*PatchScimGroupServiceUnavailable) GetPayload ¶
func (o *PatchScimGroupServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchScimGroupServiceUnavailable) IsClientError ¶
func (o *PatchScimGroupServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch scim group service unavailable response has a 4xx status code
func (*PatchScimGroupServiceUnavailable) IsCode ¶
func (o *PatchScimGroupServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch scim group service unavailable response a status code equal to that given
func (*PatchScimGroupServiceUnavailable) IsRedirect ¶
func (o *PatchScimGroupServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch scim group service unavailable response has a 3xx status code
func (*PatchScimGroupServiceUnavailable) IsServerError ¶
func (o *PatchScimGroupServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch scim group service unavailable response has a 5xx status code
func (*PatchScimGroupServiceUnavailable) IsSuccess ¶
func (o *PatchScimGroupServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch scim group service unavailable response has a 2xx status code
func (*PatchScimGroupServiceUnavailable) String ¶
func (o *PatchScimGroupServiceUnavailable) String() string
type PatchScimGroupTooManyRequests ¶
PatchScimGroupTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchScimGroupTooManyRequests ¶
func NewPatchScimGroupTooManyRequests() *PatchScimGroupTooManyRequests
NewPatchScimGroupTooManyRequests creates a PatchScimGroupTooManyRequests with default headers values
func (*PatchScimGroupTooManyRequests) Error ¶
func (o *PatchScimGroupTooManyRequests) Error() string
func (*PatchScimGroupTooManyRequests) GetPayload ¶
func (o *PatchScimGroupTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchScimGroupTooManyRequests) IsClientError ¶
func (o *PatchScimGroupTooManyRequests) IsClientError() bool
IsClientError returns true when this patch scim group too many requests response has a 4xx status code
func (*PatchScimGroupTooManyRequests) IsCode ¶
func (o *PatchScimGroupTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch scim group too many requests response a status code equal to that given
func (*PatchScimGroupTooManyRequests) IsRedirect ¶
func (o *PatchScimGroupTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch scim group too many requests response has a 3xx status code
func (*PatchScimGroupTooManyRequests) IsServerError ¶
func (o *PatchScimGroupTooManyRequests) IsServerError() bool
IsServerError returns true when this patch scim group too many requests response has a 5xx status code
func (*PatchScimGroupTooManyRequests) IsSuccess ¶
func (o *PatchScimGroupTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch scim group too many requests response has a 2xx status code
func (*PatchScimGroupTooManyRequests) String ¶
func (o *PatchScimGroupTooManyRequests) String() string
type PatchScimGroupUnauthorized ¶
type PatchScimGroupUnauthorized struct {
}PatchScimGroupUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchScimGroupUnauthorized ¶
func NewPatchScimGroupUnauthorized() *PatchScimGroupUnauthorized
NewPatchScimGroupUnauthorized creates a PatchScimGroupUnauthorized with default headers values
func (*PatchScimGroupUnauthorized) Error ¶
func (o *PatchScimGroupUnauthorized) Error() string
func (*PatchScimGroupUnauthorized) GetPayload ¶
func (o *PatchScimGroupUnauthorized) GetPayload() *models.ErrorBody
func (*PatchScimGroupUnauthorized) IsClientError ¶
func (o *PatchScimGroupUnauthorized) IsClientError() bool
IsClientError returns true when this patch scim group unauthorized response has a 4xx status code
func (*PatchScimGroupUnauthorized) IsCode ¶
func (o *PatchScimGroupUnauthorized) IsCode(code int) bool
IsCode returns true when this patch scim group unauthorized response a status code equal to that given
func (*PatchScimGroupUnauthorized) IsRedirect ¶
func (o *PatchScimGroupUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch scim group unauthorized response has a 3xx status code
func (*PatchScimGroupUnauthorized) IsServerError ¶
func (o *PatchScimGroupUnauthorized) IsServerError() bool
IsServerError returns true when this patch scim group unauthorized response has a 5xx status code
func (*PatchScimGroupUnauthorized) IsSuccess ¶
func (o *PatchScimGroupUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch scim group unauthorized response has a 2xx status code
func (*PatchScimGroupUnauthorized) String ¶
func (o *PatchScimGroupUnauthorized) String() string
type PatchScimGroupUnsupportedMediaType ¶
PatchScimGroupUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPatchScimGroupUnsupportedMediaType ¶
func NewPatchScimGroupUnsupportedMediaType() *PatchScimGroupUnsupportedMediaType
NewPatchScimGroupUnsupportedMediaType creates a PatchScimGroupUnsupportedMediaType with default headers values
func (*PatchScimGroupUnsupportedMediaType) Error ¶
func (o *PatchScimGroupUnsupportedMediaType) Error() string
func (*PatchScimGroupUnsupportedMediaType) GetPayload ¶
func (o *PatchScimGroupUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchScimGroupUnsupportedMediaType) IsClientError ¶
func (o *PatchScimGroupUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch scim group unsupported media type response has a 4xx status code
func (*PatchScimGroupUnsupportedMediaType) IsCode ¶
func (o *PatchScimGroupUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch scim group unsupported media type response a status code equal to that given
func (*PatchScimGroupUnsupportedMediaType) IsRedirect ¶
func (o *PatchScimGroupUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch scim group unsupported media type response has a 3xx status code
func (*PatchScimGroupUnsupportedMediaType) IsServerError ¶
func (o *PatchScimGroupUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch scim group unsupported media type response has a 5xx status code
func (*PatchScimGroupUnsupportedMediaType) IsSuccess ¶
func (o *PatchScimGroupUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch scim group unsupported media type response has a 2xx status code
func (*PatchScimGroupUnsupportedMediaType) String ¶
func (o *PatchScimGroupUnsupportedMediaType) String() string
type PatchScimUserBadRequest ¶
PatchScimUserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPatchScimUserBadRequest ¶
func NewPatchScimUserBadRequest() *PatchScimUserBadRequest
NewPatchScimUserBadRequest creates a PatchScimUserBadRequest with default headers values
func (*PatchScimUserBadRequest) Error ¶
func (o *PatchScimUserBadRequest) Error() string
func (*PatchScimUserBadRequest) GetPayload ¶
func (o *PatchScimUserBadRequest) GetPayload() *models.ErrorBody
func (*PatchScimUserBadRequest) IsClientError ¶
func (o *PatchScimUserBadRequest) IsClientError() bool
IsClientError returns true when this patch scim user bad request response has a 4xx status code
func (*PatchScimUserBadRequest) IsCode ¶
func (o *PatchScimUserBadRequest) IsCode(code int) bool
IsCode returns true when this patch scim user bad request response a status code equal to that given
func (*PatchScimUserBadRequest) IsRedirect ¶
func (o *PatchScimUserBadRequest) IsRedirect() bool
IsRedirect returns true when this patch scim user bad request response has a 3xx status code
func (*PatchScimUserBadRequest) IsServerError ¶
func (o *PatchScimUserBadRequest) IsServerError() bool
IsServerError returns true when this patch scim user bad request response has a 5xx status code
func (*PatchScimUserBadRequest) IsSuccess ¶
func (o *PatchScimUserBadRequest) IsSuccess() bool
IsSuccess returns true when this patch scim user bad request response has a 2xx status code
func (*PatchScimUserBadRequest) String ¶
func (o *PatchScimUserBadRequest) String() string
type PatchScimUserConflict ¶
PatchScimUserConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPatchScimUserConflict ¶
func NewPatchScimUserConflict() *PatchScimUserConflict
NewPatchScimUserConflict creates a PatchScimUserConflict with default headers values
func (*PatchScimUserConflict) Error ¶
func (o *PatchScimUserConflict) Error() string
func (*PatchScimUserConflict) GetPayload ¶
func (o *PatchScimUserConflict) GetPayload() *models.ScimError
func (*PatchScimUserConflict) IsClientError ¶
func (o *PatchScimUserConflict) IsClientError() bool
IsClientError returns true when this patch scim user conflict response has a 4xx status code
func (*PatchScimUserConflict) IsCode ¶
func (o *PatchScimUserConflict) IsCode(code int) bool
IsCode returns true when this patch scim user conflict response a status code equal to that given
func (*PatchScimUserConflict) IsRedirect ¶
func (o *PatchScimUserConflict) IsRedirect() bool
IsRedirect returns true when this patch scim user conflict response has a 3xx status code
func (*PatchScimUserConflict) IsServerError ¶
func (o *PatchScimUserConflict) IsServerError() bool
IsServerError returns true when this patch scim user conflict response has a 5xx status code
func (*PatchScimUserConflict) IsSuccess ¶
func (o *PatchScimUserConflict) IsSuccess() bool
IsSuccess returns true when this patch scim user conflict response has a 2xx status code
func (*PatchScimUserConflict) String ¶
func (o *PatchScimUserConflict) String() string
type PatchScimUserForbidden ¶
PatchScimUserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchScimUserForbidden ¶
func NewPatchScimUserForbidden() *PatchScimUserForbidden
NewPatchScimUserForbidden creates a PatchScimUserForbidden with default headers values
func (*PatchScimUserForbidden) Error ¶
func (o *PatchScimUserForbidden) Error() string
func (*PatchScimUserForbidden) GetPayload ¶
func (o *PatchScimUserForbidden) GetPayload() *models.ErrorBody
func (*PatchScimUserForbidden) IsClientError ¶
func (o *PatchScimUserForbidden) IsClientError() bool
IsClientError returns true when this patch scim user forbidden response has a 4xx status code
func (*PatchScimUserForbidden) IsCode ¶
func (o *PatchScimUserForbidden) IsCode(code int) bool
IsCode returns true when this patch scim user forbidden response a status code equal to that given
func (*PatchScimUserForbidden) IsRedirect ¶
func (o *PatchScimUserForbidden) IsRedirect() bool
IsRedirect returns true when this patch scim user forbidden response has a 3xx status code
func (*PatchScimUserForbidden) IsServerError ¶
func (o *PatchScimUserForbidden) IsServerError() bool
IsServerError returns true when this patch scim user forbidden response has a 5xx status code
func (*PatchScimUserForbidden) IsSuccess ¶
func (o *PatchScimUserForbidden) IsSuccess() bool
IsSuccess returns true when this patch scim user forbidden response has a 2xx status code
func (*PatchScimUserForbidden) String ¶
func (o *PatchScimUserForbidden) String() string
type PatchScimUserGatewayTimeout ¶
PatchScimUserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchScimUserGatewayTimeout ¶
func NewPatchScimUserGatewayTimeout() *PatchScimUserGatewayTimeout
NewPatchScimUserGatewayTimeout creates a PatchScimUserGatewayTimeout with default headers values
func (*PatchScimUserGatewayTimeout) Error ¶
func (o *PatchScimUserGatewayTimeout) Error() string
func (*PatchScimUserGatewayTimeout) GetPayload ¶
func (o *PatchScimUserGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchScimUserGatewayTimeout) IsClientError ¶
func (o *PatchScimUserGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch scim user gateway timeout response has a 4xx status code
func (*PatchScimUserGatewayTimeout) IsCode ¶
func (o *PatchScimUserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch scim user gateway timeout response a status code equal to that given
func (*PatchScimUserGatewayTimeout) IsRedirect ¶
func (o *PatchScimUserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim user gateway timeout response has a 3xx status code
func (*PatchScimUserGatewayTimeout) IsServerError ¶
func (o *PatchScimUserGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch scim user gateway timeout response has a 5xx status code
func (*PatchScimUserGatewayTimeout) IsSuccess ¶
func (o *PatchScimUserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim user gateway timeout response has a 2xx status code
func (*PatchScimUserGatewayTimeout) String ¶
func (o *PatchScimUserGatewayTimeout) String() string
type PatchScimUserInternalServerError ¶
PatchScimUserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPatchScimUserInternalServerError ¶
func NewPatchScimUserInternalServerError() *PatchScimUserInternalServerError
NewPatchScimUserInternalServerError creates a PatchScimUserInternalServerError with default headers values
func (*PatchScimUserInternalServerError) Error ¶
func (o *PatchScimUserInternalServerError) Error() string
func (*PatchScimUserInternalServerError) GetPayload ¶
func (o *PatchScimUserInternalServerError) GetPayload() *models.ErrorBody
func (*PatchScimUserInternalServerError) IsClientError ¶
func (o *PatchScimUserInternalServerError) IsClientError() bool
IsClientError returns true when this patch scim user internal server error response has a 4xx status code
func (*PatchScimUserInternalServerError) IsCode ¶
func (o *PatchScimUserInternalServerError) IsCode(code int) bool
IsCode returns true when this patch scim user internal server error response a status code equal to that given
func (*PatchScimUserInternalServerError) IsRedirect ¶
func (o *PatchScimUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch scim user internal server error response has a 3xx status code
func (*PatchScimUserInternalServerError) IsServerError ¶
func (o *PatchScimUserInternalServerError) IsServerError() bool
IsServerError returns true when this patch scim user internal server error response has a 5xx status code
func (*PatchScimUserInternalServerError) IsSuccess ¶
func (o *PatchScimUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch scim user internal server error response has a 2xx status code
func (*PatchScimUserInternalServerError) String ¶
func (o *PatchScimUserInternalServerError) String() string
type PatchScimUserNotFound ¶
PatchScimUserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchScimUserNotFound ¶
func NewPatchScimUserNotFound() *PatchScimUserNotFound
NewPatchScimUserNotFound creates a PatchScimUserNotFound with default headers values
func (*PatchScimUserNotFound) Error ¶
func (o *PatchScimUserNotFound) Error() string
func (*PatchScimUserNotFound) GetPayload ¶
func (o *PatchScimUserNotFound) GetPayload() *models.ErrorBody
func (*PatchScimUserNotFound) IsClientError ¶
func (o *PatchScimUserNotFound) IsClientError() bool
IsClientError returns true when this patch scim user not found response has a 4xx status code
func (*PatchScimUserNotFound) IsCode ¶
func (o *PatchScimUserNotFound) IsCode(code int) bool
IsCode returns true when this patch scim user not found response a status code equal to that given
func (*PatchScimUserNotFound) IsRedirect ¶
func (o *PatchScimUserNotFound) IsRedirect() bool
IsRedirect returns true when this patch scim user not found response has a 3xx status code
func (*PatchScimUserNotFound) IsServerError ¶
func (o *PatchScimUserNotFound) IsServerError() bool
IsServerError returns true when this patch scim user not found response has a 5xx status code
func (*PatchScimUserNotFound) IsSuccess ¶
func (o *PatchScimUserNotFound) IsSuccess() bool
IsSuccess returns true when this patch scim user not found response has a 2xx status code
func (*PatchScimUserNotFound) String ¶
func (o *PatchScimUserNotFound) String() string
type PatchScimUserOK ¶
type PatchScimUserOK struct {
Payload *models.ScimV2User
}
PatchScimUserOK describes a response with status code 200, with default header values.
successful operation
func NewPatchScimUserOK ¶
func NewPatchScimUserOK() *PatchScimUserOK
NewPatchScimUserOK creates a PatchScimUserOK with default headers values
func (*PatchScimUserOK) Error ¶
func (o *PatchScimUserOK) Error() string
func (*PatchScimUserOK) GetPayload ¶
func (o *PatchScimUserOK) GetPayload() *models.ScimV2User
func (*PatchScimUserOK) IsClientError ¶
func (o *PatchScimUserOK) IsClientError() bool
IsClientError returns true when this patch scim user o k response has a 4xx status code
func (*PatchScimUserOK) IsCode ¶
func (o *PatchScimUserOK) IsCode(code int) bool
IsCode returns true when this patch scim user o k response a status code equal to that given
func (*PatchScimUserOK) IsRedirect ¶
func (o *PatchScimUserOK) IsRedirect() bool
IsRedirect returns true when this patch scim user o k response has a 3xx status code
func (*PatchScimUserOK) IsServerError ¶
func (o *PatchScimUserOK) IsServerError() bool
IsServerError returns true when this patch scim user o k response has a 5xx status code
func (*PatchScimUserOK) IsSuccess ¶
func (o *PatchScimUserOK) IsSuccess() bool
IsSuccess returns true when this patch scim user o k response has a 2xx status code
func (*PatchScimUserOK) String ¶
func (o *PatchScimUserOK) String() string
type PatchScimUserParams ¶
type PatchScimUserParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to modify a user. */ Body *models.ScimV2PatchRequest /* UserID. The ID of a user. Returned with GET /api/v2/scim/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchScimUserParams contains all the parameters to send to the API endpoint
for the patch scim user operation. Typically these are written to a http.Request.
func NewPatchScimUserParams ¶
func NewPatchScimUserParams() *PatchScimUserParams
NewPatchScimUserParams creates a new PatchScimUserParams 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 NewPatchScimUserParamsWithContext ¶
func NewPatchScimUserParamsWithContext(ctx context.Context) *PatchScimUserParams
NewPatchScimUserParamsWithContext creates a new PatchScimUserParams object with the ability to set a context for a request.
func NewPatchScimUserParamsWithHTTPClient ¶
func NewPatchScimUserParamsWithHTTPClient(client *http.Client) *PatchScimUserParams
NewPatchScimUserParamsWithHTTPClient creates a new PatchScimUserParams object with the ability to set a custom HTTPClient for a request.
func NewPatchScimUserParamsWithTimeout ¶
func NewPatchScimUserParamsWithTimeout(timeout time.Duration) *PatchScimUserParams
NewPatchScimUserParamsWithTimeout creates a new PatchScimUserParams object with the ability to set a timeout on a request.
func (*PatchScimUserParams) SetBody ¶
func (o *PatchScimUserParams) SetBody(body *models.ScimV2PatchRequest)
SetBody adds the body to the patch scim user params
func (*PatchScimUserParams) SetContext ¶
func (o *PatchScimUserParams) SetContext(ctx context.Context)
SetContext adds the context to the patch scim user params
func (*PatchScimUserParams) SetDefaults ¶
func (o *PatchScimUserParams) SetDefaults()
SetDefaults hydrates default values in the patch scim user params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimUserParams) SetHTTPClient ¶
func (o *PatchScimUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch scim user params
func (*PatchScimUserParams) SetIfMatch ¶
func (o *PatchScimUserParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the patch scim user params
func (*PatchScimUserParams) SetTimeout ¶
func (o *PatchScimUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch scim user params
func (*PatchScimUserParams) SetUserID ¶
func (o *PatchScimUserParams) SetUserID(userID string)
SetUserID adds the userId to the patch scim user params
func (*PatchScimUserParams) WithBody ¶
func (o *PatchScimUserParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimUserParams
WithBody adds the body to the patch scim user params
func (*PatchScimUserParams) WithContext ¶
func (o *PatchScimUserParams) WithContext(ctx context.Context) *PatchScimUserParams
WithContext adds the context to the patch scim user params
func (*PatchScimUserParams) WithDefaults ¶
func (o *PatchScimUserParams) WithDefaults() *PatchScimUserParams
WithDefaults hydrates default values in the patch scim user params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimUserParams) WithHTTPClient ¶
func (o *PatchScimUserParams) WithHTTPClient(client *http.Client) *PatchScimUserParams
WithHTTPClient adds the HTTPClient to the patch scim user params
func (*PatchScimUserParams) WithIfMatch ¶
func (o *PatchScimUserParams) WithIfMatch(ifMatch *string) *PatchScimUserParams
WithIfMatch adds the ifMatch to the patch scim user params
func (*PatchScimUserParams) WithTimeout ¶
func (o *PatchScimUserParams) WithTimeout(timeout time.Duration) *PatchScimUserParams
WithTimeout adds the timeout to the patch scim user params
func (*PatchScimUserParams) WithUserID ¶
func (o *PatchScimUserParams) WithUserID(userID string) *PatchScimUserParams
WithUserID adds the userID to the patch scim user params
func (*PatchScimUserParams) WriteToRequest ¶
func (o *PatchScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchScimUserReader ¶
type PatchScimUserReader struct {
// contains filtered or unexported fields
}
PatchScimUserReader is a Reader for the PatchScimUser structure.
func (*PatchScimUserReader) ReadResponse ¶
func (o *PatchScimUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchScimUserRequestEntityTooLarge ¶
PatchScimUserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchScimUserRequestEntityTooLarge ¶
func NewPatchScimUserRequestEntityTooLarge() *PatchScimUserRequestEntityTooLarge
NewPatchScimUserRequestEntityTooLarge creates a PatchScimUserRequestEntityTooLarge with default headers values
func (*PatchScimUserRequestEntityTooLarge) Error ¶
func (o *PatchScimUserRequestEntityTooLarge) Error() string
func (*PatchScimUserRequestEntityTooLarge) GetPayload ¶
func (o *PatchScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchScimUserRequestEntityTooLarge) IsClientError ¶
func (o *PatchScimUserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch scim user request entity too large response has a 4xx status code
func (*PatchScimUserRequestEntityTooLarge) IsCode ¶
func (o *PatchScimUserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch scim user request entity too large response a status code equal to that given
func (*PatchScimUserRequestEntityTooLarge) IsRedirect ¶
func (o *PatchScimUserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch scim user request entity too large response has a 3xx status code
func (*PatchScimUserRequestEntityTooLarge) IsServerError ¶
func (o *PatchScimUserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch scim user request entity too large response has a 5xx status code
func (*PatchScimUserRequestEntityTooLarge) IsSuccess ¶
func (o *PatchScimUserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch scim user request entity too large response has a 2xx status code
func (*PatchScimUserRequestEntityTooLarge) String ¶
func (o *PatchScimUserRequestEntityTooLarge) String() string
type PatchScimUserRequestTimeout ¶
PatchScimUserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPatchScimUserRequestTimeout ¶
func NewPatchScimUserRequestTimeout() *PatchScimUserRequestTimeout
NewPatchScimUserRequestTimeout creates a PatchScimUserRequestTimeout with default headers values
func (*PatchScimUserRequestTimeout) Error ¶
func (o *PatchScimUserRequestTimeout) Error() string
func (*PatchScimUserRequestTimeout) GetPayload ¶
func (o *PatchScimUserRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchScimUserRequestTimeout) IsClientError ¶
func (o *PatchScimUserRequestTimeout) IsClientError() bool
IsClientError returns true when this patch scim user request timeout response has a 4xx status code
func (*PatchScimUserRequestTimeout) IsCode ¶
func (o *PatchScimUserRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch scim user request timeout response a status code equal to that given
func (*PatchScimUserRequestTimeout) IsRedirect ¶
func (o *PatchScimUserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim user request timeout response has a 3xx status code
func (*PatchScimUserRequestTimeout) IsServerError ¶
func (o *PatchScimUserRequestTimeout) IsServerError() bool
IsServerError returns true when this patch scim user request timeout response has a 5xx status code
func (*PatchScimUserRequestTimeout) IsSuccess ¶
func (o *PatchScimUserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim user request timeout response has a 2xx status code
func (*PatchScimUserRequestTimeout) String ¶
func (o *PatchScimUserRequestTimeout) String() string
type PatchScimUserServiceUnavailable ¶
type PatchScimUserServiceUnavailable struct {
}PatchScimUserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPatchScimUserServiceUnavailable ¶
func NewPatchScimUserServiceUnavailable() *PatchScimUserServiceUnavailable
NewPatchScimUserServiceUnavailable creates a PatchScimUserServiceUnavailable with default headers values
func (*PatchScimUserServiceUnavailable) Error ¶
func (o *PatchScimUserServiceUnavailable) Error() string
func (*PatchScimUserServiceUnavailable) GetPayload ¶
func (o *PatchScimUserServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchScimUserServiceUnavailable) IsClientError ¶
func (o *PatchScimUserServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch scim user service unavailable response has a 4xx status code
func (*PatchScimUserServiceUnavailable) IsCode ¶
func (o *PatchScimUserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch scim user service unavailable response a status code equal to that given
func (*PatchScimUserServiceUnavailable) IsRedirect ¶
func (o *PatchScimUserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch scim user service unavailable response has a 3xx status code
func (*PatchScimUserServiceUnavailable) IsServerError ¶
func (o *PatchScimUserServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch scim user service unavailable response has a 5xx status code
func (*PatchScimUserServiceUnavailable) IsSuccess ¶
func (o *PatchScimUserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch scim user service unavailable response has a 2xx status code
func (*PatchScimUserServiceUnavailable) String ¶
func (o *PatchScimUserServiceUnavailable) String() string
type PatchScimUserTooManyRequests ¶
PatchScimUserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchScimUserTooManyRequests ¶
func NewPatchScimUserTooManyRequests() *PatchScimUserTooManyRequests
NewPatchScimUserTooManyRequests creates a PatchScimUserTooManyRequests with default headers values
func (*PatchScimUserTooManyRequests) Error ¶
func (o *PatchScimUserTooManyRequests) Error() string
func (*PatchScimUserTooManyRequests) GetPayload ¶
func (o *PatchScimUserTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchScimUserTooManyRequests) IsClientError ¶
func (o *PatchScimUserTooManyRequests) IsClientError() bool
IsClientError returns true when this patch scim user too many requests response has a 4xx status code
func (*PatchScimUserTooManyRequests) IsCode ¶
func (o *PatchScimUserTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch scim user too many requests response a status code equal to that given
func (*PatchScimUserTooManyRequests) IsRedirect ¶
func (o *PatchScimUserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch scim user too many requests response has a 3xx status code
func (*PatchScimUserTooManyRequests) IsServerError ¶
func (o *PatchScimUserTooManyRequests) IsServerError() bool
IsServerError returns true when this patch scim user too many requests response has a 5xx status code
func (*PatchScimUserTooManyRequests) IsSuccess ¶
func (o *PatchScimUserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch scim user too many requests response has a 2xx status code
func (*PatchScimUserTooManyRequests) String ¶
func (o *PatchScimUserTooManyRequests) String() string
type PatchScimUserUnauthorized ¶
type PatchScimUserUnauthorized struct {
}PatchScimUserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchScimUserUnauthorized ¶
func NewPatchScimUserUnauthorized() *PatchScimUserUnauthorized
NewPatchScimUserUnauthorized creates a PatchScimUserUnauthorized with default headers values
func (*PatchScimUserUnauthorized) Error ¶
func (o *PatchScimUserUnauthorized) Error() string
func (*PatchScimUserUnauthorized) GetPayload ¶
func (o *PatchScimUserUnauthorized) GetPayload() *models.ErrorBody
func (*PatchScimUserUnauthorized) IsClientError ¶
func (o *PatchScimUserUnauthorized) IsClientError() bool
IsClientError returns true when this patch scim user unauthorized response has a 4xx status code
func (*PatchScimUserUnauthorized) IsCode ¶
func (o *PatchScimUserUnauthorized) IsCode(code int) bool
IsCode returns true when this patch scim user unauthorized response a status code equal to that given
func (*PatchScimUserUnauthorized) IsRedirect ¶
func (o *PatchScimUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch scim user unauthorized response has a 3xx status code
func (*PatchScimUserUnauthorized) IsServerError ¶
func (o *PatchScimUserUnauthorized) IsServerError() bool
IsServerError returns true when this patch scim user unauthorized response has a 5xx status code
func (*PatchScimUserUnauthorized) IsSuccess ¶
func (o *PatchScimUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch scim user unauthorized response has a 2xx status code
func (*PatchScimUserUnauthorized) String ¶
func (o *PatchScimUserUnauthorized) String() string
type PatchScimUserUnsupportedMediaType ¶
PatchScimUserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPatchScimUserUnsupportedMediaType ¶
func NewPatchScimUserUnsupportedMediaType() *PatchScimUserUnsupportedMediaType
NewPatchScimUserUnsupportedMediaType creates a PatchScimUserUnsupportedMediaType with default headers values
func (*PatchScimUserUnsupportedMediaType) Error ¶
func (o *PatchScimUserUnsupportedMediaType) Error() string
func (*PatchScimUserUnsupportedMediaType) GetPayload ¶
func (o *PatchScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchScimUserUnsupportedMediaType) IsClientError ¶
func (o *PatchScimUserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch scim user unsupported media type response has a 4xx status code
func (*PatchScimUserUnsupportedMediaType) IsCode ¶
func (o *PatchScimUserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch scim user unsupported media type response a status code equal to that given
func (*PatchScimUserUnsupportedMediaType) IsRedirect ¶
func (o *PatchScimUserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch scim user unsupported media type response has a 3xx status code
func (*PatchScimUserUnsupportedMediaType) IsServerError ¶
func (o *PatchScimUserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch scim user unsupported media type response has a 5xx status code
func (*PatchScimUserUnsupportedMediaType) IsSuccess ¶
func (o *PatchScimUserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch scim user unsupported media type response has a 2xx status code
func (*PatchScimUserUnsupportedMediaType) String ¶
func (o *PatchScimUserUnsupportedMediaType) String() string
type PatchScimV2GroupBadRequest ¶
PatchScimV2GroupBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPatchScimV2GroupBadRequest ¶
func NewPatchScimV2GroupBadRequest() *PatchScimV2GroupBadRequest
NewPatchScimV2GroupBadRequest creates a PatchScimV2GroupBadRequest with default headers values
func (*PatchScimV2GroupBadRequest) Error ¶
func (o *PatchScimV2GroupBadRequest) Error() string
func (*PatchScimV2GroupBadRequest) GetPayload ¶
func (o *PatchScimV2GroupBadRequest) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupBadRequest) IsClientError ¶
func (o *PatchScimV2GroupBadRequest) IsClientError() bool
IsClientError returns true when this patch scim v2 group bad request response has a 4xx status code
func (*PatchScimV2GroupBadRequest) IsCode ¶
func (o *PatchScimV2GroupBadRequest) IsCode(code int) bool
IsCode returns true when this patch scim v2 group bad request response a status code equal to that given
func (*PatchScimV2GroupBadRequest) IsRedirect ¶
func (o *PatchScimV2GroupBadRequest) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group bad request response has a 3xx status code
func (*PatchScimV2GroupBadRequest) IsServerError ¶
func (o *PatchScimV2GroupBadRequest) IsServerError() bool
IsServerError returns true when this patch scim v2 group bad request response has a 5xx status code
func (*PatchScimV2GroupBadRequest) IsSuccess ¶
func (o *PatchScimV2GroupBadRequest) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group bad request response has a 2xx status code
func (*PatchScimV2GroupBadRequest) String ¶
func (o *PatchScimV2GroupBadRequest) String() string
type PatchScimV2GroupConflict ¶
PatchScimV2GroupConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPatchScimV2GroupConflict ¶
func NewPatchScimV2GroupConflict() *PatchScimV2GroupConflict
NewPatchScimV2GroupConflict creates a PatchScimV2GroupConflict with default headers values
func (*PatchScimV2GroupConflict) Error ¶
func (o *PatchScimV2GroupConflict) Error() string
func (*PatchScimV2GroupConflict) GetPayload ¶
func (o *PatchScimV2GroupConflict) GetPayload() *models.ScimError
func (*PatchScimV2GroupConflict) IsClientError ¶
func (o *PatchScimV2GroupConflict) IsClientError() bool
IsClientError returns true when this patch scim v2 group conflict response has a 4xx status code
func (*PatchScimV2GroupConflict) IsCode ¶
func (o *PatchScimV2GroupConflict) IsCode(code int) bool
IsCode returns true when this patch scim v2 group conflict response a status code equal to that given
func (*PatchScimV2GroupConflict) IsRedirect ¶
func (o *PatchScimV2GroupConflict) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group conflict response has a 3xx status code
func (*PatchScimV2GroupConflict) IsServerError ¶
func (o *PatchScimV2GroupConflict) IsServerError() bool
IsServerError returns true when this patch scim v2 group conflict response has a 5xx status code
func (*PatchScimV2GroupConflict) IsSuccess ¶
func (o *PatchScimV2GroupConflict) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group conflict response has a 2xx status code
func (*PatchScimV2GroupConflict) String ¶
func (o *PatchScimV2GroupConflict) String() string
type PatchScimV2GroupForbidden ¶
PatchScimV2GroupForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchScimV2GroupForbidden ¶
func NewPatchScimV2GroupForbidden() *PatchScimV2GroupForbidden
NewPatchScimV2GroupForbidden creates a PatchScimV2GroupForbidden with default headers values
func (*PatchScimV2GroupForbidden) Error ¶
func (o *PatchScimV2GroupForbidden) Error() string
func (*PatchScimV2GroupForbidden) GetPayload ¶
func (o *PatchScimV2GroupForbidden) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupForbidden) IsClientError ¶
func (o *PatchScimV2GroupForbidden) IsClientError() bool
IsClientError returns true when this patch scim v2 group forbidden response has a 4xx status code
func (*PatchScimV2GroupForbidden) IsCode ¶
func (o *PatchScimV2GroupForbidden) IsCode(code int) bool
IsCode returns true when this patch scim v2 group forbidden response a status code equal to that given
func (*PatchScimV2GroupForbidden) IsRedirect ¶
func (o *PatchScimV2GroupForbidden) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group forbidden response has a 3xx status code
func (*PatchScimV2GroupForbidden) IsServerError ¶
func (o *PatchScimV2GroupForbidden) IsServerError() bool
IsServerError returns true when this patch scim v2 group forbidden response has a 5xx status code
func (*PatchScimV2GroupForbidden) IsSuccess ¶
func (o *PatchScimV2GroupForbidden) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group forbidden response has a 2xx status code
func (*PatchScimV2GroupForbidden) String ¶
func (o *PatchScimV2GroupForbidden) String() string
type PatchScimV2GroupGatewayTimeout ¶
PatchScimV2GroupGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchScimV2GroupGatewayTimeout ¶
func NewPatchScimV2GroupGatewayTimeout() *PatchScimV2GroupGatewayTimeout
NewPatchScimV2GroupGatewayTimeout creates a PatchScimV2GroupGatewayTimeout with default headers values
func (*PatchScimV2GroupGatewayTimeout) Error ¶
func (o *PatchScimV2GroupGatewayTimeout) Error() string
func (*PatchScimV2GroupGatewayTimeout) GetPayload ¶
func (o *PatchScimV2GroupGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupGatewayTimeout) IsClientError ¶
func (o *PatchScimV2GroupGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch scim v2 group gateway timeout response has a 4xx status code
func (*PatchScimV2GroupGatewayTimeout) IsCode ¶
func (o *PatchScimV2GroupGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch scim v2 group gateway timeout response a status code equal to that given
func (*PatchScimV2GroupGatewayTimeout) IsRedirect ¶
func (o *PatchScimV2GroupGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group gateway timeout response has a 3xx status code
func (*PatchScimV2GroupGatewayTimeout) IsServerError ¶
func (o *PatchScimV2GroupGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch scim v2 group gateway timeout response has a 5xx status code
func (*PatchScimV2GroupGatewayTimeout) IsSuccess ¶
func (o *PatchScimV2GroupGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group gateway timeout response has a 2xx status code
func (*PatchScimV2GroupGatewayTimeout) String ¶
func (o *PatchScimV2GroupGatewayTimeout) String() string
type PatchScimV2GroupInternalServerError ¶
PatchScimV2GroupInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPatchScimV2GroupInternalServerError ¶
func NewPatchScimV2GroupInternalServerError() *PatchScimV2GroupInternalServerError
NewPatchScimV2GroupInternalServerError creates a PatchScimV2GroupInternalServerError with default headers values
func (*PatchScimV2GroupInternalServerError) Error ¶
func (o *PatchScimV2GroupInternalServerError) Error() string
func (*PatchScimV2GroupInternalServerError) GetPayload ¶
func (o *PatchScimV2GroupInternalServerError) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupInternalServerError) IsClientError ¶
func (o *PatchScimV2GroupInternalServerError) IsClientError() bool
IsClientError returns true when this patch scim v2 group internal server error response has a 4xx status code
func (*PatchScimV2GroupInternalServerError) IsCode ¶
func (o *PatchScimV2GroupInternalServerError) IsCode(code int) bool
IsCode returns true when this patch scim v2 group internal server error response a status code equal to that given
func (*PatchScimV2GroupInternalServerError) IsRedirect ¶
func (o *PatchScimV2GroupInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group internal server error response has a 3xx status code
func (*PatchScimV2GroupInternalServerError) IsServerError ¶
func (o *PatchScimV2GroupInternalServerError) IsServerError() bool
IsServerError returns true when this patch scim v2 group internal server error response has a 5xx status code
func (*PatchScimV2GroupInternalServerError) IsSuccess ¶
func (o *PatchScimV2GroupInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group internal server error response has a 2xx status code
func (*PatchScimV2GroupInternalServerError) String ¶
func (o *PatchScimV2GroupInternalServerError) String() string
type PatchScimV2GroupNotFound ¶
PatchScimV2GroupNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchScimV2GroupNotFound ¶
func NewPatchScimV2GroupNotFound() *PatchScimV2GroupNotFound
NewPatchScimV2GroupNotFound creates a PatchScimV2GroupNotFound with default headers values
func (*PatchScimV2GroupNotFound) Error ¶
func (o *PatchScimV2GroupNotFound) Error() string
func (*PatchScimV2GroupNotFound) GetPayload ¶
func (o *PatchScimV2GroupNotFound) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupNotFound) IsClientError ¶
func (o *PatchScimV2GroupNotFound) IsClientError() bool
IsClientError returns true when this patch scim v2 group not found response has a 4xx status code
func (*PatchScimV2GroupNotFound) IsCode ¶
func (o *PatchScimV2GroupNotFound) IsCode(code int) bool
IsCode returns true when this patch scim v2 group not found response a status code equal to that given
func (*PatchScimV2GroupNotFound) IsRedirect ¶
func (o *PatchScimV2GroupNotFound) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group not found response has a 3xx status code
func (*PatchScimV2GroupNotFound) IsServerError ¶
func (o *PatchScimV2GroupNotFound) IsServerError() bool
IsServerError returns true when this patch scim v2 group not found response has a 5xx status code
func (*PatchScimV2GroupNotFound) IsSuccess ¶
func (o *PatchScimV2GroupNotFound) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group not found response has a 2xx status code
func (*PatchScimV2GroupNotFound) String ¶
func (o *PatchScimV2GroupNotFound) String() string
type PatchScimV2GroupOK ¶
type PatchScimV2GroupOK struct {
Payload *models.ScimV2Group
}
PatchScimV2GroupOK describes a response with status code 200, with default header values.
successful operation
func NewPatchScimV2GroupOK ¶
func NewPatchScimV2GroupOK() *PatchScimV2GroupOK
NewPatchScimV2GroupOK creates a PatchScimV2GroupOK with default headers values
func (*PatchScimV2GroupOK) Error ¶
func (o *PatchScimV2GroupOK) Error() string
func (*PatchScimV2GroupOK) GetPayload ¶
func (o *PatchScimV2GroupOK) GetPayload() *models.ScimV2Group
func (*PatchScimV2GroupOK) IsClientError ¶
func (o *PatchScimV2GroupOK) IsClientError() bool
IsClientError returns true when this patch scim v2 group o k response has a 4xx status code
func (*PatchScimV2GroupOK) IsCode ¶
func (o *PatchScimV2GroupOK) IsCode(code int) bool
IsCode returns true when this patch scim v2 group o k response a status code equal to that given
func (*PatchScimV2GroupOK) IsRedirect ¶
func (o *PatchScimV2GroupOK) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group o k response has a 3xx status code
func (*PatchScimV2GroupOK) IsServerError ¶
func (o *PatchScimV2GroupOK) IsServerError() bool
IsServerError returns true when this patch scim v2 group o k response has a 5xx status code
func (*PatchScimV2GroupOK) IsSuccess ¶
func (o *PatchScimV2GroupOK) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group o k response has a 2xx status code
func (*PatchScimV2GroupOK) String ¶
func (o *PatchScimV2GroupOK) String() string
type PatchScimV2GroupParams ¶
type PatchScimV2GroupParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/groups/{groupId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to modify a group. */ Body *models.ScimV2PatchRequest /* GroupID. The ID of a group. Returned with GET /api/v2/scim/v2/groups. */ GroupID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchScimV2GroupParams contains all the parameters to send to the API endpoint
for the patch scim v2 group operation. Typically these are written to a http.Request.
func NewPatchScimV2GroupParams ¶
func NewPatchScimV2GroupParams() *PatchScimV2GroupParams
NewPatchScimV2GroupParams creates a new PatchScimV2GroupParams 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 NewPatchScimV2GroupParamsWithContext ¶
func NewPatchScimV2GroupParamsWithContext(ctx context.Context) *PatchScimV2GroupParams
NewPatchScimV2GroupParamsWithContext creates a new PatchScimV2GroupParams object with the ability to set a context for a request.
func NewPatchScimV2GroupParamsWithHTTPClient ¶
func NewPatchScimV2GroupParamsWithHTTPClient(client *http.Client) *PatchScimV2GroupParams
NewPatchScimV2GroupParamsWithHTTPClient creates a new PatchScimV2GroupParams object with the ability to set a custom HTTPClient for a request.
func NewPatchScimV2GroupParamsWithTimeout ¶
func NewPatchScimV2GroupParamsWithTimeout(timeout time.Duration) *PatchScimV2GroupParams
NewPatchScimV2GroupParamsWithTimeout creates a new PatchScimV2GroupParams object with the ability to set a timeout on a request.
func (*PatchScimV2GroupParams) SetBody ¶
func (o *PatchScimV2GroupParams) SetBody(body *models.ScimV2PatchRequest)
SetBody adds the body to the patch scim v2 group params
func (*PatchScimV2GroupParams) SetContext ¶
func (o *PatchScimV2GroupParams) SetContext(ctx context.Context)
SetContext adds the context to the patch scim v2 group params
func (*PatchScimV2GroupParams) SetDefaults ¶
func (o *PatchScimV2GroupParams) SetDefaults()
SetDefaults hydrates default values in the patch scim v2 group params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimV2GroupParams) SetGroupID ¶
func (o *PatchScimV2GroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the patch scim v2 group params
func (*PatchScimV2GroupParams) SetHTTPClient ¶
func (o *PatchScimV2GroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch scim v2 group params
func (*PatchScimV2GroupParams) SetIfMatch ¶
func (o *PatchScimV2GroupParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the patch scim v2 group params
func (*PatchScimV2GroupParams) SetTimeout ¶
func (o *PatchScimV2GroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch scim v2 group params
func (*PatchScimV2GroupParams) WithBody ¶
func (o *PatchScimV2GroupParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimV2GroupParams
WithBody adds the body to the patch scim v2 group params
func (*PatchScimV2GroupParams) WithContext ¶
func (o *PatchScimV2GroupParams) WithContext(ctx context.Context) *PatchScimV2GroupParams
WithContext adds the context to the patch scim v2 group params
func (*PatchScimV2GroupParams) WithDefaults ¶
func (o *PatchScimV2GroupParams) WithDefaults() *PatchScimV2GroupParams
WithDefaults hydrates default values in the patch scim v2 group params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimV2GroupParams) WithGroupID ¶
func (o *PatchScimV2GroupParams) WithGroupID(groupID string) *PatchScimV2GroupParams
WithGroupID adds the groupID to the patch scim v2 group params
func (*PatchScimV2GroupParams) WithHTTPClient ¶
func (o *PatchScimV2GroupParams) WithHTTPClient(client *http.Client) *PatchScimV2GroupParams
WithHTTPClient adds the HTTPClient to the patch scim v2 group params
func (*PatchScimV2GroupParams) WithIfMatch ¶
func (o *PatchScimV2GroupParams) WithIfMatch(ifMatch *string) *PatchScimV2GroupParams
WithIfMatch adds the ifMatch to the patch scim v2 group params
func (*PatchScimV2GroupParams) WithTimeout ¶
func (o *PatchScimV2GroupParams) WithTimeout(timeout time.Duration) *PatchScimV2GroupParams
WithTimeout adds the timeout to the patch scim v2 group params
func (*PatchScimV2GroupParams) WriteToRequest ¶
func (o *PatchScimV2GroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchScimV2GroupReader ¶
type PatchScimV2GroupReader struct {
// contains filtered or unexported fields
}
PatchScimV2GroupReader is a Reader for the PatchScimV2Group structure.
func (*PatchScimV2GroupReader) ReadResponse ¶
func (o *PatchScimV2GroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchScimV2GroupRequestEntityTooLarge ¶
PatchScimV2GroupRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchScimV2GroupRequestEntityTooLarge ¶
func NewPatchScimV2GroupRequestEntityTooLarge() *PatchScimV2GroupRequestEntityTooLarge
NewPatchScimV2GroupRequestEntityTooLarge creates a PatchScimV2GroupRequestEntityTooLarge with default headers values
func (*PatchScimV2GroupRequestEntityTooLarge) Error ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) Error() string
func (*PatchScimV2GroupRequestEntityTooLarge) GetPayload ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupRequestEntityTooLarge) IsClientError ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch scim v2 group request entity too large response has a 4xx status code
func (*PatchScimV2GroupRequestEntityTooLarge) IsCode ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch scim v2 group request entity too large response a status code equal to that given
func (*PatchScimV2GroupRequestEntityTooLarge) IsRedirect ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group request entity too large response has a 3xx status code
func (*PatchScimV2GroupRequestEntityTooLarge) IsServerError ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch scim v2 group request entity too large response has a 5xx status code
func (*PatchScimV2GroupRequestEntityTooLarge) IsSuccess ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group request entity too large response has a 2xx status code
func (*PatchScimV2GroupRequestEntityTooLarge) String ¶
func (o *PatchScimV2GroupRequestEntityTooLarge) String() string
type PatchScimV2GroupRequestTimeout ¶
PatchScimV2GroupRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPatchScimV2GroupRequestTimeout ¶
func NewPatchScimV2GroupRequestTimeout() *PatchScimV2GroupRequestTimeout
NewPatchScimV2GroupRequestTimeout creates a PatchScimV2GroupRequestTimeout with default headers values
func (*PatchScimV2GroupRequestTimeout) Error ¶
func (o *PatchScimV2GroupRequestTimeout) Error() string
func (*PatchScimV2GroupRequestTimeout) GetPayload ¶
func (o *PatchScimV2GroupRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupRequestTimeout) IsClientError ¶
func (o *PatchScimV2GroupRequestTimeout) IsClientError() bool
IsClientError returns true when this patch scim v2 group request timeout response has a 4xx status code
func (*PatchScimV2GroupRequestTimeout) IsCode ¶
func (o *PatchScimV2GroupRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch scim v2 group request timeout response a status code equal to that given
func (*PatchScimV2GroupRequestTimeout) IsRedirect ¶
func (o *PatchScimV2GroupRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group request timeout response has a 3xx status code
func (*PatchScimV2GroupRequestTimeout) IsServerError ¶
func (o *PatchScimV2GroupRequestTimeout) IsServerError() bool
IsServerError returns true when this patch scim v2 group request timeout response has a 5xx status code
func (*PatchScimV2GroupRequestTimeout) IsSuccess ¶
func (o *PatchScimV2GroupRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group request timeout response has a 2xx status code
func (*PatchScimV2GroupRequestTimeout) String ¶
func (o *PatchScimV2GroupRequestTimeout) String() string
type PatchScimV2GroupServiceUnavailable ¶
type PatchScimV2GroupServiceUnavailable struct {
}PatchScimV2GroupServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPatchScimV2GroupServiceUnavailable ¶
func NewPatchScimV2GroupServiceUnavailable() *PatchScimV2GroupServiceUnavailable
NewPatchScimV2GroupServiceUnavailable creates a PatchScimV2GroupServiceUnavailable with default headers values
func (*PatchScimV2GroupServiceUnavailable) Error ¶
func (o *PatchScimV2GroupServiceUnavailable) Error() string
func (*PatchScimV2GroupServiceUnavailable) GetPayload ¶
func (o *PatchScimV2GroupServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupServiceUnavailable) IsClientError ¶
func (o *PatchScimV2GroupServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch scim v2 group service unavailable response has a 4xx status code
func (*PatchScimV2GroupServiceUnavailable) IsCode ¶
func (o *PatchScimV2GroupServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch scim v2 group service unavailable response a status code equal to that given
func (*PatchScimV2GroupServiceUnavailable) IsRedirect ¶
func (o *PatchScimV2GroupServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group service unavailable response has a 3xx status code
func (*PatchScimV2GroupServiceUnavailable) IsServerError ¶
func (o *PatchScimV2GroupServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch scim v2 group service unavailable response has a 5xx status code
func (*PatchScimV2GroupServiceUnavailable) IsSuccess ¶
func (o *PatchScimV2GroupServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group service unavailable response has a 2xx status code
func (*PatchScimV2GroupServiceUnavailable) String ¶
func (o *PatchScimV2GroupServiceUnavailable) String() string
type PatchScimV2GroupTooManyRequests ¶
PatchScimV2GroupTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchScimV2GroupTooManyRequests ¶
func NewPatchScimV2GroupTooManyRequests() *PatchScimV2GroupTooManyRequests
NewPatchScimV2GroupTooManyRequests creates a PatchScimV2GroupTooManyRequests with default headers values
func (*PatchScimV2GroupTooManyRequests) Error ¶
func (o *PatchScimV2GroupTooManyRequests) Error() string
func (*PatchScimV2GroupTooManyRequests) GetPayload ¶
func (o *PatchScimV2GroupTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupTooManyRequests) IsClientError ¶
func (o *PatchScimV2GroupTooManyRequests) IsClientError() bool
IsClientError returns true when this patch scim v2 group too many requests response has a 4xx status code
func (*PatchScimV2GroupTooManyRequests) IsCode ¶
func (o *PatchScimV2GroupTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch scim v2 group too many requests response a status code equal to that given
func (*PatchScimV2GroupTooManyRequests) IsRedirect ¶
func (o *PatchScimV2GroupTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group too many requests response has a 3xx status code
func (*PatchScimV2GroupTooManyRequests) IsServerError ¶
func (o *PatchScimV2GroupTooManyRequests) IsServerError() bool
IsServerError returns true when this patch scim v2 group too many requests response has a 5xx status code
func (*PatchScimV2GroupTooManyRequests) IsSuccess ¶
func (o *PatchScimV2GroupTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group too many requests response has a 2xx status code
func (*PatchScimV2GroupTooManyRequests) String ¶
func (o *PatchScimV2GroupTooManyRequests) String() string
type PatchScimV2GroupUnauthorized ¶
type PatchScimV2GroupUnauthorized struct {
}PatchScimV2GroupUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchScimV2GroupUnauthorized ¶
func NewPatchScimV2GroupUnauthorized() *PatchScimV2GroupUnauthorized
NewPatchScimV2GroupUnauthorized creates a PatchScimV2GroupUnauthorized with default headers values
func (*PatchScimV2GroupUnauthorized) Error ¶
func (o *PatchScimV2GroupUnauthorized) Error() string
func (*PatchScimV2GroupUnauthorized) GetPayload ¶
func (o *PatchScimV2GroupUnauthorized) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupUnauthorized) IsClientError ¶
func (o *PatchScimV2GroupUnauthorized) IsClientError() bool
IsClientError returns true when this patch scim v2 group unauthorized response has a 4xx status code
func (*PatchScimV2GroupUnauthorized) IsCode ¶
func (o *PatchScimV2GroupUnauthorized) IsCode(code int) bool
IsCode returns true when this patch scim v2 group unauthorized response a status code equal to that given
func (*PatchScimV2GroupUnauthorized) IsRedirect ¶
func (o *PatchScimV2GroupUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group unauthorized response has a 3xx status code
func (*PatchScimV2GroupUnauthorized) IsServerError ¶
func (o *PatchScimV2GroupUnauthorized) IsServerError() bool
IsServerError returns true when this patch scim v2 group unauthorized response has a 5xx status code
func (*PatchScimV2GroupUnauthorized) IsSuccess ¶
func (o *PatchScimV2GroupUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group unauthorized response has a 2xx status code
func (*PatchScimV2GroupUnauthorized) String ¶
func (o *PatchScimV2GroupUnauthorized) String() string
type PatchScimV2GroupUnsupportedMediaType ¶
PatchScimV2GroupUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPatchScimV2GroupUnsupportedMediaType ¶
func NewPatchScimV2GroupUnsupportedMediaType() *PatchScimV2GroupUnsupportedMediaType
NewPatchScimV2GroupUnsupportedMediaType creates a PatchScimV2GroupUnsupportedMediaType with default headers values
func (*PatchScimV2GroupUnsupportedMediaType) Error ¶
func (o *PatchScimV2GroupUnsupportedMediaType) Error() string
func (*PatchScimV2GroupUnsupportedMediaType) GetPayload ¶
func (o *PatchScimV2GroupUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchScimV2GroupUnsupportedMediaType) IsClientError ¶
func (o *PatchScimV2GroupUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch scim v2 group unsupported media type response has a 4xx status code
func (*PatchScimV2GroupUnsupportedMediaType) IsCode ¶
func (o *PatchScimV2GroupUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch scim v2 group unsupported media type response a status code equal to that given
func (*PatchScimV2GroupUnsupportedMediaType) IsRedirect ¶
func (o *PatchScimV2GroupUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch scim v2 group unsupported media type response has a 3xx status code
func (*PatchScimV2GroupUnsupportedMediaType) IsServerError ¶
func (o *PatchScimV2GroupUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch scim v2 group unsupported media type response has a 5xx status code
func (*PatchScimV2GroupUnsupportedMediaType) IsSuccess ¶
func (o *PatchScimV2GroupUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch scim v2 group unsupported media type response has a 2xx status code
func (*PatchScimV2GroupUnsupportedMediaType) String ¶
func (o *PatchScimV2GroupUnsupportedMediaType) String() string
type PatchScimV2UserBadRequest ¶
PatchScimV2UserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPatchScimV2UserBadRequest ¶
func NewPatchScimV2UserBadRequest() *PatchScimV2UserBadRequest
NewPatchScimV2UserBadRequest creates a PatchScimV2UserBadRequest with default headers values
func (*PatchScimV2UserBadRequest) Error ¶
func (o *PatchScimV2UserBadRequest) Error() string
func (*PatchScimV2UserBadRequest) GetPayload ¶
func (o *PatchScimV2UserBadRequest) GetPayload() *models.ErrorBody
func (*PatchScimV2UserBadRequest) IsClientError ¶
func (o *PatchScimV2UserBadRequest) IsClientError() bool
IsClientError returns true when this patch scim v2 user bad request response has a 4xx status code
func (*PatchScimV2UserBadRequest) IsCode ¶
func (o *PatchScimV2UserBadRequest) IsCode(code int) bool
IsCode returns true when this patch scim v2 user bad request response a status code equal to that given
func (*PatchScimV2UserBadRequest) IsRedirect ¶
func (o *PatchScimV2UserBadRequest) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user bad request response has a 3xx status code
func (*PatchScimV2UserBadRequest) IsServerError ¶
func (o *PatchScimV2UserBadRequest) IsServerError() bool
IsServerError returns true when this patch scim v2 user bad request response has a 5xx status code
func (*PatchScimV2UserBadRequest) IsSuccess ¶
func (o *PatchScimV2UserBadRequest) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user bad request response has a 2xx status code
func (*PatchScimV2UserBadRequest) String ¶
func (o *PatchScimV2UserBadRequest) String() string
type PatchScimV2UserConflict ¶
PatchScimV2UserConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPatchScimV2UserConflict ¶
func NewPatchScimV2UserConflict() *PatchScimV2UserConflict
NewPatchScimV2UserConflict creates a PatchScimV2UserConflict with default headers values
func (*PatchScimV2UserConflict) Error ¶
func (o *PatchScimV2UserConflict) Error() string
func (*PatchScimV2UserConflict) GetPayload ¶
func (o *PatchScimV2UserConflict) GetPayload() *models.ScimError
func (*PatchScimV2UserConflict) IsClientError ¶
func (o *PatchScimV2UserConflict) IsClientError() bool
IsClientError returns true when this patch scim v2 user conflict response has a 4xx status code
func (*PatchScimV2UserConflict) IsCode ¶
func (o *PatchScimV2UserConflict) IsCode(code int) bool
IsCode returns true when this patch scim v2 user conflict response a status code equal to that given
func (*PatchScimV2UserConflict) IsRedirect ¶
func (o *PatchScimV2UserConflict) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user conflict response has a 3xx status code
func (*PatchScimV2UserConflict) IsServerError ¶
func (o *PatchScimV2UserConflict) IsServerError() bool
IsServerError returns true when this patch scim v2 user conflict response has a 5xx status code
func (*PatchScimV2UserConflict) IsSuccess ¶
func (o *PatchScimV2UserConflict) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user conflict response has a 2xx status code
func (*PatchScimV2UserConflict) String ¶
func (o *PatchScimV2UserConflict) String() string
type PatchScimV2UserForbidden ¶
PatchScimV2UserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPatchScimV2UserForbidden ¶
func NewPatchScimV2UserForbidden() *PatchScimV2UserForbidden
NewPatchScimV2UserForbidden creates a PatchScimV2UserForbidden with default headers values
func (*PatchScimV2UserForbidden) Error ¶
func (o *PatchScimV2UserForbidden) Error() string
func (*PatchScimV2UserForbidden) GetPayload ¶
func (o *PatchScimV2UserForbidden) GetPayload() *models.ErrorBody
func (*PatchScimV2UserForbidden) IsClientError ¶
func (o *PatchScimV2UserForbidden) IsClientError() bool
IsClientError returns true when this patch scim v2 user forbidden response has a 4xx status code
func (*PatchScimV2UserForbidden) IsCode ¶
func (o *PatchScimV2UserForbidden) IsCode(code int) bool
IsCode returns true when this patch scim v2 user forbidden response a status code equal to that given
func (*PatchScimV2UserForbidden) IsRedirect ¶
func (o *PatchScimV2UserForbidden) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user forbidden response has a 3xx status code
func (*PatchScimV2UserForbidden) IsServerError ¶
func (o *PatchScimV2UserForbidden) IsServerError() bool
IsServerError returns true when this patch scim v2 user forbidden response has a 5xx status code
func (*PatchScimV2UserForbidden) IsSuccess ¶
func (o *PatchScimV2UserForbidden) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user forbidden response has a 2xx status code
func (*PatchScimV2UserForbidden) String ¶
func (o *PatchScimV2UserForbidden) String() string
type PatchScimV2UserGatewayTimeout ¶
PatchScimV2UserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPatchScimV2UserGatewayTimeout ¶
func NewPatchScimV2UserGatewayTimeout() *PatchScimV2UserGatewayTimeout
NewPatchScimV2UserGatewayTimeout creates a PatchScimV2UserGatewayTimeout with default headers values
func (*PatchScimV2UserGatewayTimeout) Error ¶
func (o *PatchScimV2UserGatewayTimeout) Error() string
func (*PatchScimV2UserGatewayTimeout) GetPayload ¶
func (o *PatchScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
func (*PatchScimV2UserGatewayTimeout) IsClientError ¶
func (o *PatchScimV2UserGatewayTimeout) IsClientError() bool
IsClientError returns true when this patch scim v2 user gateway timeout response has a 4xx status code
func (*PatchScimV2UserGatewayTimeout) IsCode ¶
func (o *PatchScimV2UserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this patch scim v2 user gateway timeout response a status code equal to that given
func (*PatchScimV2UserGatewayTimeout) IsRedirect ¶
func (o *PatchScimV2UserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user gateway timeout response has a 3xx status code
func (*PatchScimV2UserGatewayTimeout) IsServerError ¶
func (o *PatchScimV2UserGatewayTimeout) IsServerError() bool
IsServerError returns true when this patch scim v2 user gateway timeout response has a 5xx status code
func (*PatchScimV2UserGatewayTimeout) IsSuccess ¶
func (o *PatchScimV2UserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user gateway timeout response has a 2xx status code
func (*PatchScimV2UserGatewayTimeout) String ¶
func (o *PatchScimV2UserGatewayTimeout) String() string
type PatchScimV2UserInternalServerError ¶
PatchScimV2UserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPatchScimV2UserInternalServerError ¶
func NewPatchScimV2UserInternalServerError() *PatchScimV2UserInternalServerError
NewPatchScimV2UserInternalServerError creates a PatchScimV2UserInternalServerError with default headers values
func (*PatchScimV2UserInternalServerError) Error ¶
func (o *PatchScimV2UserInternalServerError) Error() string
func (*PatchScimV2UserInternalServerError) GetPayload ¶
func (o *PatchScimV2UserInternalServerError) GetPayload() *models.ErrorBody
func (*PatchScimV2UserInternalServerError) IsClientError ¶
func (o *PatchScimV2UserInternalServerError) IsClientError() bool
IsClientError returns true when this patch scim v2 user internal server error response has a 4xx status code
func (*PatchScimV2UserInternalServerError) IsCode ¶
func (o *PatchScimV2UserInternalServerError) IsCode(code int) bool
IsCode returns true when this patch scim v2 user internal server error response a status code equal to that given
func (*PatchScimV2UserInternalServerError) IsRedirect ¶
func (o *PatchScimV2UserInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user internal server error response has a 3xx status code
func (*PatchScimV2UserInternalServerError) IsServerError ¶
func (o *PatchScimV2UserInternalServerError) IsServerError() bool
IsServerError returns true when this patch scim v2 user internal server error response has a 5xx status code
func (*PatchScimV2UserInternalServerError) IsSuccess ¶
func (o *PatchScimV2UserInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user internal server error response has a 2xx status code
func (*PatchScimV2UserInternalServerError) String ¶
func (o *PatchScimV2UserInternalServerError) String() string
type PatchScimV2UserNotFound ¶
PatchScimV2UserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPatchScimV2UserNotFound ¶
func NewPatchScimV2UserNotFound() *PatchScimV2UserNotFound
NewPatchScimV2UserNotFound creates a PatchScimV2UserNotFound with default headers values
func (*PatchScimV2UserNotFound) Error ¶
func (o *PatchScimV2UserNotFound) Error() string
func (*PatchScimV2UserNotFound) GetPayload ¶
func (o *PatchScimV2UserNotFound) GetPayload() *models.ErrorBody
func (*PatchScimV2UserNotFound) IsClientError ¶
func (o *PatchScimV2UserNotFound) IsClientError() bool
IsClientError returns true when this patch scim v2 user not found response has a 4xx status code
func (*PatchScimV2UserNotFound) IsCode ¶
func (o *PatchScimV2UserNotFound) IsCode(code int) bool
IsCode returns true when this patch scim v2 user not found response a status code equal to that given
func (*PatchScimV2UserNotFound) IsRedirect ¶
func (o *PatchScimV2UserNotFound) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user not found response has a 3xx status code
func (*PatchScimV2UserNotFound) IsServerError ¶
func (o *PatchScimV2UserNotFound) IsServerError() bool
IsServerError returns true when this patch scim v2 user not found response has a 5xx status code
func (*PatchScimV2UserNotFound) IsSuccess ¶
func (o *PatchScimV2UserNotFound) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user not found response has a 2xx status code
func (*PatchScimV2UserNotFound) String ¶
func (o *PatchScimV2UserNotFound) String() string
type PatchScimV2UserOK ¶
type PatchScimV2UserOK struct {
Payload *models.ScimV2User
}
PatchScimV2UserOK describes a response with status code 200, with default header values.
successful operation
func NewPatchScimV2UserOK ¶
func NewPatchScimV2UserOK() *PatchScimV2UserOK
NewPatchScimV2UserOK creates a PatchScimV2UserOK with default headers values
func (*PatchScimV2UserOK) Error ¶
func (o *PatchScimV2UserOK) Error() string
func (*PatchScimV2UserOK) GetPayload ¶
func (o *PatchScimV2UserOK) GetPayload() *models.ScimV2User
func (*PatchScimV2UserOK) IsClientError ¶
func (o *PatchScimV2UserOK) IsClientError() bool
IsClientError returns true when this patch scim v2 user o k response has a 4xx status code
func (*PatchScimV2UserOK) IsCode ¶
func (o *PatchScimV2UserOK) IsCode(code int) bool
IsCode returns true when this patch scim v2 user o k response a status code equal to that given
func (*PatchScimV2UserOK) IsRedirect ¶
func (o *PatchScimV2UserOK) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user o k response has a 3xx status code
func (*PatchScimV2UserOK) IsServerError ¶
func (o *PatchScimV2UserOK) IsServerError() bool
IsServerError returns true when this patch scim v2 user o k response has a 5xx status code
func (*PatchScimV2UserOK) IsSuccess ¶
func (o *PatchScimV2UserOK) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user o k response has a 2xx status code
func (*PatchScimV2UserOK) String ¶
func (o *PatchScimV2UserOK) String() string
type PatchScimV2UserParams ¶
type PatchScimV2UserParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to modify a user. */ Body *models.ScimV2PatchRequest /* UserID. The ID of a user. Returned with GET /api/v2/scim/v2/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchScimV2UserParams contains all the parameters to send to the API endpoint
for the patch scim v2 user operation. Typically these are written to a http.Request.
func NewPatchScimV2UserParams ¶
func NewPatchScimV2UserParams() *PatchScimV2UserParams
NewPatchScimV2UserParams creates a new PatchScimV2UserParams 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 NewPatchScimV2UserParamsWithContext ¶
func NewPatchScimV2UserParamsWithContext(ctx context.Context) *PatchScimV2UserParams
NewPatchScimV2UserParamsWithContext creates a new PatchScimV2UserParams object with the ability to set a context for a request.
func NewPatchScimV2UserParamsWithHTTPClient ¶
func NewPatchScimV2UserParamsWithHTTPClient(client *http.Client) *PatchScimV2UserParams
NewPatchScimV2UserParamsWithHTTPClient creates a new PatchScimV2UserParams object with the ability to set a custom HTTPClient for a request.
func NewPatchScimV2UserParamsWithTimeout ¶
func NewPatchScimV2UserParamsWithTimeout(timeout time.Duration) *PatchScimV2UserParams
NewPatchScimV2UserParamsWithTimeout creates a new PatchScimV2UserParams object with the ability to set a timeout on a request.
func (*PatchScimV2UserParams) SetBody ¶
func (o *PatchScimV2UserParams) SetBody(body *models.ScimV2PatchRequest)
SetBody adds the body to the patch scim v2 user params
func (*PatchScimV2UserParams) SetContext ¶
func (o *PatchScimV2UserParams) SetContext(ctx context.Context)
SetContext adds the context to the patch scim v2 user params
func (*PatchScimV2UserParams) SetDefaults ¶
func (o *PatchScimV2UserParams) SetDefaults()
SetDefaults hydrates default values in the patch scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimV2UserParams) SetHTTPClient ¶
func (o *PatchScimV2UserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch scim v2 user params
func (*PatchScimV2UserParams) SetIfMatch ¶
func (o *PatchScimV2UserParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the patch scim v2 user params
func (*PatchScimV2UserParams) SetTimeout ¶
func (o *PatchScimV2UserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch scim v2 user params
func (*PatchScimV2UserParams) SetUserID ¶
func (o *PatchScimV2UserParams) SetUserID(userID string)
SetUserID adds the userId to the patch scim v2 user params
func (*PatchScimV2UserParams) WithBody ¶
func (o *PatchScimV2UserParams) WithBody(body *models.ScimV2PatchRequest) *PatchScimV2UserParams
WithBody adds the body to the patch scim v2 user params
func (*PatchScimV2UserParams) WithContext ¶
func (o *PatchScimV2UserParams) WithContext(ctx context.Context) *PatchScimV2UserParams
WithContext adds the context to the patch scim v2 user params
func (*PatchScimV2UserParams) WithDefaults ¶
func (o *PatchScimV2UserParams) WithDefaults() *PatchScimV2UserParams
WithDefaults hydrates default values in the patch scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*PatchScimV2UserParams) WithHTTPClient ¶
func (o *PatchScimV2UserParams) WithHTTPClient(client *http.Client) *PatchScimV2UserParams
WithHTTPClient adds the HTTPClient to the patch scim v2 user params
func (*PatchScimV2UserParams) WithIfMatch ¶
func (o *PatchScimV2UserParams) WithIfMatch(ifMatch *string) *PatchScimV2UserParams
WithIfMatch adds the ifMatch to the patch scim v2 user params
func (*PatchScimV2UserParams) WithTimeout ¶
func (o *PatchScimV2UserParams) WithTimeout(timeout time.Duration) *PatchScimV2UserParams
WithTimeout adds the timeout to the patch scim v2 user params
func (*PatchScimV2UserParams) WithUserID ¶
func (o *PatchScimV2UserParams) WithUserID(userID string) *PatchScimV2UserParams
WithUserID adds the userID to the patch scim v2 user params
func (*PatchScimV2UserParams) WriteToRequest ¶
func (o *PatchScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchScimV2UserReader ¶
type PatchScimV2UserReader struct {
// contains filtered or unexported fields
}
PatchScimV2UserReader is a Reader for the PatchScimV2User structure.
func (*PatchScimV2UserReader) ReadResponse ¶
func (o *PatchScimV2UserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchScimV2UserRequestEntityTooLarge ¶
PatchScimV2UserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPatchScimV2UserRequestEntityTooLarge ¶
func NewPatchScimV2UserRequestEntityTooLarge() *PatchScimV2UserRequestEntityTooLarge
NewPatchScimV2UserRequestEntityTooLarge creates a PatchScimV2UserRequestEntityTooLarge with default headers values
func (*PatchScimV2UserRequestEntityTooLarge) Error ¶
func (o *PatchScimV2UserRequestEntityTooLarge) Error() string
func (*PatchScimV2UserRequestEntityTooLarge) GetPayload ¶
func (o *PatchScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PatchScimV2UserRequestEntityTooLarge) IsClientError ¶
func (o *PatchScimV2UserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this patch scim v2 user request entity too large response has a 4xx status code
func (*PatchScimV2UserRequestEntityTooLarge) IsCode ¶
func (o *PatchScimV2UserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this patch scim v2 user request entity too large response a status code equal to that given
func (*PatchScimV2UserRequestEntityTooLarge) IsRedirect ¶
func (o *PatchScimV2UserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user request entity too large response has a 3xx status code
func (*PatchScimV2UserRequestEntityTooLarge) IsServerError ¶
func (o *PatchScimV2UserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this patch scim v2 user request entity too large response has a 5xx status code
func (*PatchScimV2UserRequestEntityTooLarge) IsSuccess ¶
func (o *PatchScimV2UserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user request entity too large response has a 2xx status code
func (*PatchScimV2UserRequestEntityTooLarge) String ¶
func (o *PatchScimV2UserRequestEntityTooLarge) String() string
type PatchScimV2UserRequestTimeout ¶
PatchScimV2UserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPatchScimV2UserRequestTimeout ¶
func NewPatchScimV2UserRequestTimeout() *PatchScimV2UserRequestTimeout
NewPatchScimV2UserRequestTimeout creates a PatchScimV2UserRequestTimeout with default headers values
func (*PatchScimV2UserRequestTimeout) Error ¶
func (o *PatchScimV2UserRequestTimeout) Error() string
func (*PatchScimV2UserRequestTimeout) GetPayload ¶
func (o *PatchScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
func (*PatchScimV2UserRequestTimeout) IsClientError ¶
func (o *PatchScimV2UserRequestTimeout) IsClientError() bool
IsClientError returns true when this patch scim v2 user request timeout response has a 4xx status code
func (*PatchScimV2UserRequestTimeout) IsCode ¶
func (o *PatchScimV2UserRequestTimeout) IsCode(code int) bool
IsCode returns true when this patch scim v2 user request timeout response a status code equal to that given
func (*PatchScimV2UserRequestTimeout) IsRedirect ¶
func (o *PatchScimV2UserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user request timeout response has a 3xx status code
func (*PatchScimV2UserRequestTimeout) IsServerError ¶
func (o *PatchScimV2UserRequestTimeout) IsServerError() bool
IsServerError returns true when this patch scim v2 user request timeout response has a 5xx status code
func (*PatchScimV2UserRequestTimeout) IsSuccess ¶
func (o *PatchScimV2UserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user request timeout response has a 2xx status code
func (*PatchScimV2UserRequestTimeout) String ¶
func (o *PatchScimV2UserRequestTimeout) String() string
type PatchScimV2UserServiceUnavailable ¶
type PatchScimV2UserServiceUnavailable struct {
}PatchScimV2UserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPatchScimV2UserServiceUnavailable ¶
func NewPatchScimV2UserServiceUnavailable() *PatchScimV2UserServiceUnavailable
NewPatchScimV2UserServiceUnavailable creates a PatchScimV2UserServiceUnavailable with default headers values
func (*PatchScimV2UserServiceUnavailable) Error ¶
func (o *PatchScimV2UserServiceUnavailable) Error() string
func (*PatchScimV2UserServiceUnavailable) GetPayload ¶
func (o *PatchScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
func (*PatchScimV2UserServiceUnavailable) IsClientError ¶
func (o *PatchScimV2UserServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch scim v2 user service unavailable response has a 4xx status code
func (*PatchScimV2UserServiceUnavailable) IsCode ¶
func (o *PatchScimV2UserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch scim v2 user service unavailable response a status code equal to that given
func (*PatchScimV2UserServiceUnavailable) IsRedirect ¶
func (o *PatchScimV2UserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user service unavailable response has a 3xx status code
func (*PatchScimV2UserServiceUnavailable) IsServerError ¶
func (o *PatchScimV2UserServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch scim v2 user service unavailable response has a 5xx status code
func (*PatchScimV2UserServiceUnavailable) IsSuccess ¶
func (o *PatchScimV2UserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user service unavailable response has a 2xx status code
func (*PatchScimV2UserServiceUnavailable) String ¶
func (o *PatchScimV2UserServiceUnavailable) String() string
type PatchScimV2UserTooManyRequests ¶
PatchScimV2UserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPatchScimV2UserTooManyRequests ¶
func NewPatchScimV2UserTooManyRequests() *PatchScimV2UserTooManyRequests
NewPatchScimV2UserTooManyRequests creates a PatchScimV2UserTooManyRequests with default headers values
func (*PatchScimV2UserTooManyRequests) Error ¶
func (o *PatchScimV2UserTooManyRequests) Error() string
func (*PatchScimV2UserTooManyRequests) GetPayload ¶
func (o *PatchScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
func (*PatchScimV2UserTooManyRequests) IsClientError ¶
func (o *PatchScimV2UserTooManyRequests) IsClientError() bool
IsClientError returns true when this patch scim v2 user too many requests response has a 4xx status code
func (*PatchScimV2UserTooManyRequests) IsCode ¶
func (o *PatchScimV2UserTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch scim v2 user too many requests response a status code equal to that given
func (*PatchScimV2UserTooManyRequests) IsRedirect ¶
func (o *PatchScimV2UserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user too many requests response has a 3xx status code
func (*PatchScimV2UserTooManyRequests) IsServerError ¶
func (o *PatchScimV2UserTooManyRequests) IsServerError() bool
IsServerError returns true when this patch scim v2 user too many requests response has a 5xx status code
func (*PatchScimV2UserTooManyRequests) IsSuccess ¶
func (o *PatchScimV2UserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user too many requests response has a 2xx status code
func (*PatchScimV2UserTooManyRequests) String ¶
func (o *PatchScimV2UserTooManyRequests) String() string
type PatchScimV2UserUnauthorized ¶
type PatchScimV2UserUnauthorized struct {
}PatchScimV2UserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPatchScimV2UserUnauthorized ¶
func NewPatchScimV2UserUnauthorized() *PatchScimV2UserUnauthorized
NewPatchScimV2UserUnauthorized creates a PatchScimV2UserUnauthorized with default headers values
func (*PatchScimV2UserUnauthorized) Error ¶
func (o *PatchScimV2UserUnauthorized) Error() string
func (*PatchScimV2UserUnauthorized) GetPayload ¶
func (o *PatchScimV2UserUnauthorized) GetPayload() *models.ErrorBody
func (*PatchScimV2UserUnauthorized) IsClientError ¶
func (o *PatchScimV2UserUnauthorized) IsClientError() bool
IsClientError returns true when this patch scim v2 user unauthorized response has a 4xx status code
func (*PatchScimV2UserUnauthorized) IsCode ¶
func (o *PatchScimV2UserUnauthorized) IsCode(code int) bool
IsCode returns true when this patch scim v2 user unauthorized response a status code equal to that given
func (*PatchScimV2UserUnauthorized) IsRedirect ¶
func (o *PatchScimV2UserUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user unauthorized response has a 3xx status code
func (*PatchScimV2UserUnauthorized) IsServerError ¶
func (o *PatchScimV2UserUnauthorized) IsServerError() bool
IsServerError returns true when this patch scim v2 user unauthorized response has a 5xx status code
func (*PatchScimV2UserUnauthorized) IsSuccess ¶
func (o *PatchScimV2UserUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user unauthorized response has a 2xx status code
func (*PatchScimV2UserUnauthorized) String ¶
func (o *PatchScimV2UserUnauthorized) String() string
type PatchScimV2UserUnsupportedMediaType ¶
PatchScimV2UserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPatchScimV2UserUnsupportedMediaType ¶
func NewPatchScimV2UserUnsupportedMediaType() *PatchScimV2UserUnsupportedMediaType
NewPatchScimV2UserUnsupportedMediaType creates a PatchScimV2UserUnsupportedMediaType with default headers values
func (*PatchScimV2UserUnsupportedMediaType) Error ¶
func (o *PatchScimV2UserUnsupportedMediaType) Error() string
func (*PatchScimV2UserUnsupportedMediaType) GetPayload ¶
func (o *PatchScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PatchScimV2UserUnsupportedMediaType) IsClientError ¶
func (o *PatchScimV2UserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch scim v2 user unsupported media type response has a 4xx status code
func (*PatchScimV2UserUnsupportedMediaType) IsCode ¶
func (o *PatchScimV2UserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch scim v2 user unsupported media type response a status code equal to that given
func (*PatchScimV2UserUnsupportedMediaType) IsRedirect ¶
func (o *PatchScimV2UserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch scim v2 user unsupported media type response has a 3xx status code
func (*PatchScimV2UserUnsupportedMediaType) IsServerError ¶
func (o *PatchScimV2UserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch scim v2 user unsupported media type response has a 5xx status code
func (*PatchScimV2UserUnsupportedMediaType) IsSuccess ¶
func (o *PatchScimV2UserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch scim v2 user unsupported media type response has a 2xx status code
func (*PatchScimV2UserUnsupportedMediaType) String ¶
func (o *PatchScimV2UserUnsupportedMediaType) String() string
type PostScimUsersBadRequest ¶
PostScimUsersBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPostScimUsersBadRequest ¶
func NewPostScimUsersBadRequest() *PostScimUsersBadRequest
NewPostScimUsersBadRequest creates a PostScimUsersBadRequest with default headers values
func (*PostScimUsersBadRequest) Error ¶
func (o *PostScimUsersBadRequest) Error() string
func (*PostScimUsersBadRequest) GetPayload ¶
func (o *PostScimUsersBadRequest) GetPayload() *models.ErrorBody
func (*PostScimUsersBadRequest) IsClientError ¶
func (o *PostScimUsersBadRequest) IsClientError() bool
IsClientError returns true when this post scim users bad request response has a 4xx status code
func (*PostScimUsersBadRequest) IsCode ¶
func (o *PostScimUsersBadRequest) IsCode(code int) bool
IsCode returns true when this post scim users bad request response a status code equal to that given
func (*PostScimUsersBadRequest) IsRedirect ¶
func (o *PostScimUsersBadRequest) IsRedirect() bool
IsRedirect returns true when this post scim users bad request response has a 3xx status code
func (*PostScimUsersBadRequest) IsServerError ¶
func (o *PostScimUsersBadRequest) IsServerError() bool
IsServerError returns true when this post scim users bad request response has a 5xx status code
func (*PostScimUsersBadRequest) IsSuccess ¶
func (o *PostScimUsersBadRequest) IsSuccess() bool
IsSuccess returns true when this post scim users bad request response has a 2xx status code
func (*PostScimUsersBadRequest) String ¶
func (o *PostScimUsersBadRequest) String() string
type PostScimUsersConflict ¶
PostScimUsersConflict describes a response with status code 409, with default header values.
User name already in use by non-deleted user.
func NewPostScimUsersConflict ¶
func NewPostScimUsersConflict() *PostScimUsersConflict
NewPostScimUsersConflict creates a PostScimUsersConflict with default headers values
func (*PostScimUsersConflict) Error ¶
func (o *PostScimUsersConflict) Error() string
func (*PostScimUsersConflict) GetPayload ¶
func (o *PostScimUsersConflict) GetPayload() *models.ScimError
func (*PostScimUsersConflict) IsClientError ¶
func (o *PostScimUsersConflict) IsClientError() bool
IsClientError returns true when this post scim users conflict response has a 4xx status code
func (*PostScimUsersConflict) IsCode ¶
func (o *PostScimUsersConflict) IsCode(code int) bool
IsCode returns true when this post scim users conflict response a status code equal to that given
func (*PostScimUsersConflict) IsRedirect ¶
func (o *PostScimUsersConflict) IsRedirect() bool
IsRedirect returns true when this post scim users conflict response has a 3xx status code
func (*PostScimUsersConflict) IsServerError ¶
func (o *PostScimUsersConflict) IsServerError() bool
IsServerError returns true when this post scim users conflict response has a 5xx status code
func (*PostScimUsersConflict) IsSuccess ¶
func (o *PostScimUsersConflict) IsSuccess() bool
IsSuccess returns true when this post scim users conflict response has a 2xx status code
func (*PostScimUsersConflict) String ¶
func (o *PostScimUsersConflict) String() string
type PostScimUsersCreated ¶
type PostScimUsersCreated struct {
Payload *models.ScimV2User
}
PostScimUsersCreated describes a response with status code 201, with default header values.
User Created.
func NewPostScimUsersCreated ¶
func NewPostScimUsersCreated() *PostScimUsersCreated
NewPostScimUsersCreated creates a PostScimUsersCreated with default headers values
func (*PostScimUsersCreated) Error ¶
func (o *PostScimUsersCreated) Error() string
func (*PostScimUsersCreated) GetPayload ¶
func (o *PostScimUsersCreated) GetPayload() *models.ScimV2User
func (*PostScimUsersCreated) IsClientError ¶
func (o *PostScimUsersCreated) IsClientError() bool
IsClientError returns true when this post scim users created response has a 4xx status code
func (*PostScimUsersCreated) IsCode ¶
func (o *PostScimUsersCreated) IsCode(code int) bool
IsCode returns true when this post scim users created response a status code equal to that given
func (*PostScimUsersCreated) IsRedirect ¶
func (o *PostScimUsersCreated) IsRedirect() bool
IsRedirect returns true when this post scim users created response has a 3xx status code
func (*PostScimUsersCreated) IsServerError ¶
func (o *PostScimUsersCreated) IsServerError() bool
IsServerError returns true when this post scim users created response has a 5xx status code
func (*PostScimUsersCreated) IsSuccess ¶
func (o *PostScimUsersCreated) IsSuccess() bool
IsSuccess returns true when this post scim users created response has a 2xx status code
func (*PostScimUsersCreated) String ¶
func (o *PostScimUsersCreated) String() string
type PostScimUsersForbidden ¶
PostScimUsersForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostScimUsersForbidden ¶
func NewPostScimUsersForbidden() *PostScimUsersForbidden
NewPostScimUsersForbidden creates a PostScimUsersForbidden with default headers values
func (*PostScimUsersForbidden) Error ¶
func (o *PostScimUsersForbidden) Error() string
func (*PostScimUsersForbidden) GetPayload ¶
func (o *PostScimUsersForbidden) GetPayload() *models.ErrorBody
func (*PostScimUsersForbidden) IsClientError ¶
func (o *PostScimUsersForbidden) IsClientError() bool
IsClientError returns true when this post scim users forbidden response has a 4xx status code
func (*PostScimUsersForbidden) IsCode ¶
func (o *PostScimUsersForbidden) IsCode(code int) bool
IsCode returns true when this post scim users forbidden response a status code equal to that given
func (*PostScimUsersForbidden) IsRedirect ¶
func (o *PostScimUsersForbidden) IsRedirect() bool
IsRedirect returns true when this post scim users forbidden response has a 3xx status code
func (*PostScimUsersForbidden) IsServerError ¶
func (o *PostScimUsersForbidden) IsServerError() bool
IsServerError returns true when this post scim users forbidden response has a 5xx status code
func (*PostScimUsersForbidden) IsSuccess ¶
func (o *PostScimUsersForbidden) IsSuccess() bool
IsSuccess returns true when this post scim users forbidden response has a 2xx status code
func (*PostScimUsersForbidden) String ¶
func (o *PostScimUsersForbidden) String() string
type PostScimUsersGatewayTimeout ¶
PostScimUsersGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostScimUsersGatewayTimeout ¶
func NewPostScimUsersGatewayTimeout() *PostScimUsersGatewayTimeout
NewPostScimUsersGatewayTimeout creates a PostScimUsersGatewayTimeout with default headers values
func (*PostScimUsersGatewayTimeout) Error ¶
func (o *PostScimUsersGatewayTimeout) Error() string
func (*PostScimUsersGatewayTimeout) GetPayload ¶
func (o *PostScimUsersGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostScimUsersGatewayTimeout) IsClientError ¶
func (o *PostScimUsersGatewayTimeout) IsClientError() bool
IsClientError returns true when this post scim users gateway timeout response has a 4xx status code
func (*PostScimUsersGatewayTimeout) IsCode ¶
func (o *PostScimUsersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post scim users gateway timeout response a status code equal to that given
func (*PostScimUsersGatewayTimeout) IsRedirect ¶
func (o *PostScimUsersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post scim users gateway timeout response has a 3xx status code
func (*PostScimUsersGatewayTimeout) IsServerError ¶
func (o *PostScimUsersGatewayTimeout) IsServerError() bool
IsServerError returns true when this post scim users gateway timeout response has a 5xx status code
func (*PostScimUsersGatewayTimeout) IsSuccess ¶
func (o *PostScimUsersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post scim users gateway timeout response has a 2xx status code
func (*PostScimUsersGatewayTimeout) String ¶
func (o *PostScimUsersGatewayTimeout) String() string
type PostScimUsersInternalServerError ¶
PostScimUsersInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPostScimUsersInternalServerError ¶
func NewPostScimUsersInternalServerError() *PostScimUsersInternalServerError
NewPostScimUsersInternalServerError creates a PostScimUsersInternalServerError with default headers values
func (*PostScimUsersInternalServerError) Error ¶
func (o *PostScimUsersInternalServerError) Error() string
func (*PostScimUsersInternalServerError) GetPayload ¶
func (o *PostScimUsersInternalServerError) GetPayload() *models.ErrorBody
func (*PostScimUsersInternalServerError) IsClientError ¶
func (o *PostScimUsersInternalServerError) IsClientError() bool
IsClientError returns true when this post scim users internal server error response has a 4xx status code
func (*PostScimUsersInternalServerError) IsCode ¶
func (o *PostScimUsersInternalServerError) IsCode(code int) bool
IsCode returns true when this post scim users internal server error response a status code equal to that given
func (*PostScimUsersInternalServerError) IsRedirect ¶
func (o *PostScimUsersInternalServerError) IsRedirect() bool
IsRedirect returns true when this post scim users internal server error response has a 3xx status code
func (*PostScimUsersInternalServerError) IsServerError ¶
func (o *PostScimUsersInternalServerError) IsServerError() bool
IsServerError returns true when this post scim users internal server error response has a 5xx status code
func (*PostScimUsersInternalServerError) IsSuccess ¶
func (o *PostScimUsersInternalServerError) IsSuccess() bool
IsSuccess returns true when this post scim users internal server error response has a 2xx status code
func (*PostScimUsersInternalServerError) String ¶
func (o *PostScimUsersInternalServerError) String() string
type PostScimUsersNotFound ¶
PostScimUsersNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostScimUsersNotFound ¶
func NewPostScimUsersNotFound() *PostScimUsersNotFound
NewPostScimUsersNotFound creates a PostScimUsersNotFound with default headers values
func (*PostScimUsersNotFound) Error ¶
func (o *PostScimUsersNotFound) Error() string
func (*PostScimUsersNotFound) GetPayload ¶
func (o *PostScimUsersNotFound) GetPayload() *models.ErrorBody
func (*PostScimUsersNotFound) IsClientError ¶
func (o *PostScimUsersNotFound) IsClientError() bool
IsClientError returns true when this post scim users not found response has a 4xx status code
func (*PostScimUsersNotFound) IsCode ¶
func (o *PostScimUsersNotFound) IsCode(code int) bool
IsCode returns true when this post scim users not found response a status code equal to that given
func (*PostScimUsersNotFound) IsRedirect ¶
func (o *PostScimUsersNotFound) IsRedirect() bool
IsRedirect returns true when this post scim users not found response has a 3xx status code
func (*PostScimUsersNotFound) IsServerError ¶
func (o *PostScimUsersNotFound) IsServerError() bool
IsServerError returns true when this post scim users not found response has a 5xx status code
func (*PostScimUsersNotFound) IsSuccess ¶
func (o *PostScimUsersNotFound) IsSuccess() bool
IsSuccess returns true when this post scim users not found response has a 2xx status code
func (*PostScimUsersNotFound) String ¶
func (o *PostScimUsersNotFound) String() string
type PostScimUsersOK ¶
type PostScimUsersOK struct {
Payload *models.ScimV2User
}
PostScimUsersOK describes a response with status code 200, with default header values.
successful operation
func NewPostScimUsersOK ¶
func NewPostScimUsersOK() *PostScimUsersOK
NewPostScimUsersOK creates a PostScimUsersOK with default headers values
func (*PostScimUsersOK) Error ¶
func (o *PostScimUsersOK) Error() string
func (*PostScimUsersOK) GetPayload ¶
func (o *PostScimUsersOK) GetPayload() *models.ScimV2User
func (*PostScimUsersOK) IsClientError ¶
func (o *PostScimUsersOK) IsClientError() bool
IsClientError returns true when this post scim users o k response has a 4xx status code
func (*PostScimUsersOK) IsCode ¶
func (o *PostScimUsersOK) IsCode(code int) bool
IsCode returns true when this post scim users o k response a status code equal to that given
func (*PostScimUsersOK) IsRedirect ¶
func (o *PostScimUsersOK) IsRedirect() bool
IsRedirect returns true when this post scim users o k response has a 3xx status code
func (*PostScimUsersOK) IsServerError ¶
func (o *PostScimUsersOK) IsServerError() bool
IsServerError returns true when this post scim users o k response has a 5xx status code
func (*PostScimUsersOK) IsSuccess ¶
func (o *PostScimUsersOK) IsSuccess() bool
IsSuccess returns true when this post scim users o k response has a 2xx status code
func (*PostScimUsersOK) String ¶
func (o *PostScimUsersOK) String() string
type PostScimUsersParams ¶
type PostScimUsersParams struct { /* Body. The information used to create a user. */ Body *models.ScimV2CreateUser Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostScimUsersParams contains all the parameters to send to the API endpoint
for the post scim users operation. Typically these are written to a http.Request.
func NewPostScimUsersParams ¶
func NewPostScimUsersParams() *PostScimUsersParams
NewPostScimUsersParams creates a new PostScimUsersParams 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 NewPostScimUsersParamsWithContext ¶
func NewPostScimUsersParamsWithContext(ctx context.Context) *PostScimUsersParams
NewPostScimUsersParamsWithContext creates a new PostScimUsersParams object with the ability to set a context for a request.
func NewPostScimUsersParamsWithHTTPClient ¶
func NewPostScimUsersParamsWithHTTPClient(client *http.Client) *PostScimUsersParams
NewPostScimUsersParamsWithHTTPClient creates a new PostScimUsersParams object with the ability to set a custom HTTPClient for a request.
func NewPostScimUsersParamsWithTimeout ¶
func NewPostScimUsersParamsWithTimeout(timeout time.Duration) *PostScimUsersParams
NewPostScimUsersParamsWithTimeout creates a new PostScimUsersParams object with the ability to set a timeout on a request.
func (*PostScimUsersParams) SetBody ¶
func (o *PostScimUsersParams) SetBody(body *models.ScimV2CreateUser)
SetBody adds the body to the post scim users params
func (*PostScimUsersParams) SetContext ¶
func (o *PostScimUsersParams) SetContext(ctx context.Context)
SetContext adds the context to the post scim users params
func (*PostScimUsersParams) SetDefaults ¶
func (o *PostScimUsersParams) SetDefaults()
SetDefaults hydrates default values in the post scim users params (not the query body).
All values with no default are reset to their zero value.
func (*PostScimUsersParams) SetHTTPClient ¶
func (o *PostScimUsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post scim users params
func (*PostScimUsersParams) SetTimeout ¶
func (o *PostScimUsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post scim users params
func (*PostScimUsersParams) WithBody ¶
func (o *PostScimUsersParams) WithBody(body *models.ScimV2CreateUser) *PostScimUsersParams
WithBody adds the body to the post scim users params
func (*PostScimUsersParams) WithContext ¶
func (o *PostScimUsersParams) WithContext(ctx context.Context) *PostScimUsersParams
WithContext adds the context to the post scim users params
func (*PostScimUsersParams) WithDefaults ¶
func (o *PostScimUsersParams) WithDefaults() *PostScimUsersParams
WithDefaults hydrates default values in the post scim users params (not the query body).
All values with no default are reset to their zero value.
func (*PostScimUsersParams) WithHTTPClient ¶
func (o *PostScimUsersParams) WithHTTPClient(client *http.Client) *PostScimUsersParams
WithHTTPClient adds the HTTPClient to the post scim users params
func (*PostScimUsersParams) WithTimeout ¶
func (o *PostScimUsersParams) WithTimeout(timeout time.Duration) *PostScimUsersParams
WithTimeout adds the timeout to the post scim users params
func (*PostScimUsersParams) WriteToRequest ¶
func (o *PostScimUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostScimUsersReader ¶
type PostScimUsersReader struct {
// contains filtered or unexported fields
}
PostScimUsersReader is a Reader for the PostScimUsers structure.
func (*PostScimUsersReader) ReadResponse ¶
func (o *PostScimUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostScimUsersRequestEntityTooLarge ¶
PostScimUsersRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostScimUsersRequestEntityTooLarge ¶
func NewPostScimUsersRequestEntityTooLarge() *PostScimUsersRequestEntityTooLarge
NewPostScimUsersRequestEntityTooLarge creates a PostScimUsersRequestEntityTooLarge with default headers values
func (*PostScimUsersRequestEntityTooLarge) Error ¶
func (o *PostScimUsersRequestEntityTooLarge) Error() string
func (*PostScimUsersRequestEntityTooLarge) GetPayload ¶
func (o *PostScimUsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostScimUsersRequestEntityTooLarge) IsClientError ¶
func (o *PostScimUsersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post scim users request entity too large response has a 4xx status code
func (*PostScimUsersRequestEntityTooLarge) IsCode ¶
func (o *PostScimUsersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post scim users request entity too large response a status code equal to that given
func (*PostScimUsersRequestEntityTooLarge) IsRedirect ¶
func (o *PostScimUsersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post scim users request entity too large response has a 3xx status code
func (*PostScimUsersRequestEntityTooLarge) IsServerError ¶
func (o *PostScimUsersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post scim users request entity too large response has a 5xx status code
func (*PostScimUsersRequestEntityTooLarge) IsSuccess ¶
func (o *PostScimUsersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post scim users request entity too large response has a 2xx status code
func (*PostScimUsersRequestEntityTooLarge) String ¶
func (o *PostScimUsersRequestEntityTooLarge) String() string
type PostScimUsersRequestTimeout ¶
PostScimUsersRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPostScimUsersRequestTimeout ¶
func NewPostScimUsersRequestTimeout() *PostScimUsersRequestTimeout
NewPostScimUsersRequestTimeout creates a PostScimUsersRequestTimeout with default headers values
func (*PostScimUsersRequestTimeout) Error ¶
func (o *PostScimUsersRequestTimeout) Error() string
func (*PostScimUsersRequestTimeout) GetPayload ¶
func (o *PostScimUsersRequestTimeout) GetPayload() *models.ErrorBody
func (*PostScimUsersRequestTimeout) IsClientError ¶
func (o *PostScimUsersRequestTimeout) IsClientError() bool
IsClientError returns true when this post scim users request timeout response has a 4xx status code
func (*PostScimUsersRequestTimeout) IsCode ¶
func (o *PostScimUsersRequestTimeout) IsCode(code int) bool
IsCode returns true when this post scim users request timeout response a status code equal to that given
func (*PostScimUsersRequestTimeout) IsRedirect ¶
func (o *PostScimUsersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post scim users request timeout response has a 3xx status code
func (*PostScimUsersRequestTimeout) IsServerError ¶
func (o *PostScimUsersRequestTimeout) IsServerError() bool
IsServerError returns true when this post scim users request timeout response has a 5xx status code
func (*PostScimUsersRequestTimeout) IsSuccess ¶
func (o *PostScimUsersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post scim users request timeout response has a 2xx status code
func (*PostScimUsersRequestTimeout) String ¶
func (o *PostScimUsersRequestTimeout) String() string
type PostScimUsersServiceUnavailable ¶
type PostScimUsersServiceUnavailable struct {
}PostScimUsersServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPostScimUsersServiceUnavailable ¶
func NewPostScimUsersServiceUnavailable() *PostScimUsersServiceUnavailable
NewPostScimUsersServiceUnavailable creates a PostScimUsersServiceUnavailable with default headers values
func (*PostScimUsersServiceUnavailable) Error ¶
func (o *PostScimUsersServiceUnavailable) Error() string
func (*PostScimUsersServiceUnavailable) GetPayload ¶
func (o *PostScimUsersServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostScimUsersServiceUnavailable) IsClientError ¶
func (o *PostScimUsersServiceUnavailable) IsClientError() bool
IsClientError returns true when this post scim users service unavailable response has a 4xx status code
func (*PostScimUsersServiceUnavailable) IsCode ¶
func (o *PostScimUsersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post scim users service unavailable response a status code equal to that given
func (*PostScimUsersServiceUnavailable) IsRedirect ¶
func (o *PostScimUsersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post scim users service unavailable response has a 3xx status code
func (*PostScimUsersServiceUnavailable) IsServerError ¶
func (o *PostScimUsersServiceUnavailable) IsServerError() bool
IsServerError returns true when this post scim users service unavailable response has a 5xx status code
func (*PostScimUsersServiceUnavailable) IsSuccess ¶
func (o *PostScimUsersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post scim users service unavailable response has a 2xx status code
func (*PostScimUsersServiceUnavailable) String ¶
func (o *PostScimUsersServiceUnavailable) String() string
type PostScimUsersTooManyRequests ¶
PostScimUsersTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostScimUsersTooManyRequests ¶
func NewPostScimUsersTooManyRequests() *PostScimUsersTooManyRequests
NewPostScimUsersTooManyRequests creates a PostScimUsersTooManyRequests with default headers values
func (*PostScimUsersTooManyRequests) Error ¶
func (o *PostScimUsersTooManyRequests) Error() string
func (*PostScimUsersTooManyRequests) GetPayload ¶
func (o *PostScimUsersTooManyRequests) GetPayload() *models.ErrorBody
func (*PostScimUsersTooManyRequests) IsClientError ¶
func (o *PostScimUsersTooManyRequests) IsClientError() bool
IsClientError returns true when this post scim users too many requests response has a 4xx status code
func (*PostScimUsersTooManyRequests) IsCode ¶
func (o *PostScimUsersTooManyRequests) IsCode(code int) bool
IsCode returns true when this post scim users too many requests response a status code equal to that given
func (*PostScimUsersTooManyRequests) IsRedirect ¶
func (o *PostScimUsersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post scim users too many requests response has a 3xx status code
func (*PostScimUsersTooManyRequests) IsServerError ¶
func (o *PostScimUsersTooManyRequests) IsServerError() bool
IsServerError returns true when this post scim users too many requests response has a 5xx status code
func (*PostScimUsersTooManyRequests) IsSuccess ¶
func (o *PostScimUsersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post scim users too many requests response has a 2xx status code
func (*PostScimUsersTooManyRequests) String ¶
func (o *PostScimUsersTooManyRequests) String() string
type PostScimUsersUnauthorized ¶
type PostScimUsersUnauthorized struct {
}PostScimUsersUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostScimUsersUnauthorized ¶
func NewPostScimUsersUnauthorized() *PostScimUsersUnauthorized
NewPostScimUsersUnauthorized creates a PostScimUsersUnauthorized with default headers values
func (*PostScimUsersUnauthorized) Error ¶
func (o *PostScimUsersUnauthorized) Error() string
func (*PostScimUsersUnauthorized) GetPayload ¶
func (o *PostScimUsersUnauthorized) GetPayload() *models.ErrorBody
func (*PostScimUsersUnauthorized) IsClientError ¶
func (o *PostScimUsersUnauthorized) IsClientError() bool
IsClientError returns true when this post scim users unauthorized response has a 4xx status code
func (*PostScimUsersUnauthorized) IsCode ¶
func (o *PostScimUsersUnauthorized) IsCode(code int) bool
IsCode returns true when this post scim users unauthorized response a status code equal to that given
func (*PostScimUsersUnauthorized) IsRedirect ¶
func (o *PostScimUsersUnauthorized) IsRedirect() bool
IsRedirect returns true when this post scim users unauthorized response has a 3xx status code
func (*PostScimUsersUnauthorized) IsServerError ¶
func (o *PostScimUsersUnauthorized) IsServerError() bool
IsServerError returns true when this post scim users unauthorized response has a 5xx status code
func (*PostScimUsersUnauthorized) IsSuccess ¶
func (o *PostScimUsersUnauthorized) IsSuccess() bool
IsSuccess returns true when this post scim users unauthorized response has a 2xx status code
func (*PostScimUsersUnauthorized) String ¶
func (o *PostScimUsersUnauthorized) String() string
type PostScimUsersUnsupportedMediaType ¶
PostScimUsersUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPostScimUsersUnsupportedMediaType ¶
func NewPostScimUsersUnsupportedMediaType() *PostScimUsersUnsupportedMediaType
NewPostScimUsersUnsupportedMediaType creates a PostScimUsersUnsupportedMediaType with default headers values
func (*PostScimUsersUnsupportedMediaType) Error ¶
func (o *PostScimUsersUnsupportedMediaType) Error() string
func (*PostScimUsersUnsupportedMediaType) GetPayload ¶
func (o *PostScimUsersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostScimUsersUnsupportedMediaType) IsClientError ¶
func (o *PostScimUsersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post scim users unsupported media type response has a 4xx status code
func (*PostScimUsersUnsupportedMediaType) IsCode ¶
func (o *PostScimUsersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post scim users unsupported media type response a status code equal to that given
func (*PostScimUsersUnsupportedMediaType) IsRedirect ¶
func (o *PostScimUsersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post scim users unsupported media type response has a 3xx status code
func (*PostScimUsersUnsupportedMediaType) IsServerError ¶
func (o *PostScimUsersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post scim users unsupported media type response has a 5xx status code
func (*PostScimUsersUnsupportedMediaType) IsSuccess ¶
func (o *PostScimUsersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post scim users unsupported media type response has a 2xx status code
func (*PostScimUsersUnsupportedMediaType) String ¶
func (o *PostScimUsersUnsupportedMediaType) String() string
type PostScimV2UsersBadRequest ¶
PostScimV2UsersBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPostScimV2UsersBadRequest ¶
func NewPostScimV2UsersBadRequest() *PostScimV2UsersBadRequest
NewPostScimV2UsersBadRequest creates a PostScimV2UsersBadRequest with default headers values
func (*PostScimV2UsersBadRequest) Error ¶
func (o *PostScimV2UsersBadRequest) Error() string
func (*PostScimV2UsersBadRequest) GetPayload ¶
func (o *PostScimV2UsersBadRequest) GetPayload() *models.ErrorBody
func (*PostScimV2UsersBadRequest) IsClientError ¶
func (o *PostScimV2UsersBadRequest) IsClientError() bool
IsClientError returns true when this post scim v2 users bad request response has a 4xx status code
func (*PostScimV2UsersBadRequest) IsCode ¶
func (o *PostScimV2UsersBadRequest) IsCode(code int) bool
IsCode returns true when this post scim v2 users bad request response a status code equal to that given
func (*PostScimV2UsersBadRequest) IsRedirect ¶
func (o *PostScimV2UsersBadRequest) IsRedirect() bool
IsRedirect returns true when this post scim v2 users bad request response has a 3xx status code
func (*PostScimV2UsersBadRequest) IsServerError ¶
func (o *PostScimV2UsersBadRequest) IsServerError() bool
IsServerError returns true when this post scim v2 users bad request response has a 5xx status code
func (*PostScimV2UsersBadRequest) IsSuccess ¶
func (o *PostScimV2UsersBadRequest) IsSuccess() bool
IsSuccess returns true when this post scim v2 users bad request response has a 2xx status code
func (*PostScimV2UsersBadRequest) String ¶
func (o *PostScimV2UsersBadRequest) String() string
type PostScimV2UsersConflict ¶
PostScimV2UsersConflict describes a response with status code 409, with default header values.
User name already in use by non-deleted user.
func NewPostScimV2UsersConflict ¶
func NewPostScimV2UsersConflict() *PostScimV2UsersConflict
NewPostScimV2UsersConflict creates a PostScimV2UsersConflict with default headers values
func (*PostScimV2UsersConflict) Error ¶
func (o *PostScimV2UsersConflict) Error() string
func (*PostScimV2UsersConflict) GetPayload ¶
func (o *PostScimV2UsersConflict) GetPayload() *models.ScimError
func (*PostScimV2UsersConflict) IsClientError ¶
func (o *PostScimV2UsersConflict) IsClientError() bool
IsClientError returns true when this post scim v2 users conflict response has a 4xx status code
func (*PostScimV2UsersConflict) IsCode ¶
func (o *PostScimV2UsersConflict) IsCode(code int) bool
IsCode returns true when this post scim v2 users conflict response a status code equal to that given
func (*PostScimV2UsersConflict) IsRedirect ¶
func (o *PostScimV2UsersConflict) IsRedirect() bool
IsRedirect returns true when this post scim v2 users conflict response has a 3xx status code
func (*PostScimV2UsersConflict) IsServerError ¶
func (o *PostScimV2UsersConflict) IsServerError() bool
IsServerError returns true when this post scim v2 users conflict response has a 5xx status code
func (*PostScimV2UsersConflict) IsSuccess ¶
func (o *PostScimV2UsersConflict) IsSuccess() bool
IsSuccess returns true when this post scim v2 users conflict response has a 2xx status code
func (*PostScimV2UsersConflict) String ¶
func (o *PostScimV2UsersConflict) String() string
type PostScimV2UsersCreated ¶
type PostScimV2UsersCreated struct {
Payload *models.ScimV2User
}
PostScimV2UsersCreated describes a response with status code 201, with default header values.
User Created.
func NewPostScimV2UsersCreated ¶
func NewPostScimV2UsersCreated() *PostScimV2UsersCreated
NewPostScimV2UsersCreated creates a PostScimV2UsersCreated with default headers values
func (*PostScimV2UsersCreated) Error ¶
func (o *PostScimV2UsersCreated) Error() string
func (*PostScimV2UsersCreated) GetPayload ¶
func (o *PostScimV2UsersCreated) GetPayload() *models.ScimV2User
func (*PostScimV2UsersCreated) IsClientError ¶
func (o *PostScimV2UsersCreated) IsClientError() bool
IsClientError returns true when this post scim v2 users created response has a 4xx status code
func (*PostScimV2UsersCreated) IsCode ¶
func (o *PostScimV2UsersCreated) IsCode(code int) bool
IsCode returns true when this post scim v2 users created response a status code equal to that given
func (*PostScimV2UsersCreated) IsRedirect ¶
func (o *PostScimV2UsersCreated) IsRedirect() bool
IsRedirect returns true when this post scim v2 users created response has a 3xx status code
func (*PostScimV2UsersCreated) IsServerError ¶
func (o *PostScimV2UsersCreated) IsServerError() bool
IsServerError returns true when this post scim v2 users created response has a 5xx status code
func (*PostScimV2UsersCreated) IsSuccess ¶
func (o *PostScimV2UsersCreated) IsSuccess() bool
IsSuccess returns true when this post scim v2 users created response has a 2xx status code
func (*PostScimV2UsersCreated) String ¶
func (o *PostScimV2UsersCreated) String() string
type PostScimV2UsersForbidden ¶
PostScimV2UsersForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostScimV2UsersForbidden ¶
func NewPostScimV2UsersForbidden() *PostScimV2UsersForbidden
NewPostScimV2UsersForbidden creates a PostScimV2UsersForbidden with default headers values
func (*PostScimV2UsersForbidden) Error ¶
func (o *PostScimV2UsersForbidden) Error() string
func (*PostScimV2UsersForbidden) GetPayload ¶
func (o *PostScimV2UsersForbidden) GetPayload() *models.ErrorBody
func (*PostScimV2UsersForbidden) IsClientError ¶
func (o *PostScimV2UsersForbidden) IsClientError() bool
IsClientError returns true when this post scim v2 users forbidden response has a 4xx status code
func (*PostScimV2UsersForbidden) IsCode ¶
func (o *PostScimV2UsersForbidden) IsCode(code int) bool
IsCode returns true when this post scim v2 users forbidden response a status code equal to that given
func (*PostScimV2UsersForbidden) IsRedirect ¶
func (o *PostScimV2UsersForbidden) IsRedirect() bool
IsRedirect returns true when this post scim v2 users forbidden response has a 3xx status code
func (*PostScimV2UsersForbidden) IsServerError ¶
func (o *PostScimV2UsersForbidden) IsServerError() bool
IsServerError returns true when this post scim v2 users forbidden response has a 5xx status code
func (*PostScimV2UsersForbidden) IsSuccess ¶
func (o *PostScimV2UsersForbidden) IsSuccess() bool
IsSuccess returns true when this post scim v2 users forbidden response has a 2xx status code
func (*PostScimV2UsersForbidden) String ¶
func (o *PostScimV2UsersForbidden) String() string
type PostScimV2UsersGatewayTimeout ¶
PostScimV2UsersGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostScimV2UsersGatewayTimeout ¶
func NewPostScimV2UsersGatewayTimeout() *PostScimV2UsersGatewayTimeout
NewPostScimV2UsersGatewayTimeout creates a PostScimV2UsersGatewayTimeout with default headers values
func (*PostScimV2UsersGatewayTimeout) Error ¶
func (o *PostScimV2UsersGatewayTimeout) Error() string
func (*PostScimV2UsersGatewayTimeout) GetPayload ¶
func (o *PostScimV2UsersGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostScimV2UsersGatewayTimeout) IsClientError ¶
func (o *PostScimV2UsersGatewayTimeout) IsClientError() bool
IsClientError returns true when this post scim v2 users gateway timeout response has a 4xx status code
func (*PostScimV2UsersGatewayTimeout) IsCode ¶
func (o *PostScimV2UsersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post scim v2 users gateway timeout response a status code equal to that given
func (*PostScimV2UsersGatewayTimeout) IsRedirect ¶
func (o *PostScimV2UsersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post scim v2 users gateway timeout response has a 3xx status code
func (*PostScimV2UsersGatewayTimeout) IsServerError ¶
func (o *PostScimV2UsersGatewayTimeout) IsServerError() bool
IsServerError returns true when this post scim v2 users gateway timeout response has a 5xx status code
func (*PostScimV2UsersGatewayTimeout) IsSuccess ¶
func (o *PostScimV2UsersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post scim v2 users gateway timeout response has a 2xx status code
func (*PostScimV2UsersGatewayTimeout) String ¶
func (o *PostScimV2UsersGatewayTimeout) String() string
type PostScimV2UsersInternalServerError ¶
PostScimV2UsersInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPostScimV2UsersInternalServerError ¶
func NewPostScimV2UsersInternalServerError() *PostScimV2UsersInternalServerError
NewPostScimV2UsersInternalServerError creates a PostScimV2UsersInternalServerError with default headers values
func (*PostScimV2UsersInternalServerError) Error ¶
func (o *PostScimV2UsersInternalServerError) Error() string
func (*PostScimV2UsersInternalServerError) GetPayload ¶
func (o *PostScimV2UsersInternalServerError) GetPayload() *models.ErrorBody
func (*PostScimV2UsersInternalServerError) IsClientError ¶
func (o *PostScimV2UsersInternalServerError) IsClientError() bool
IsClientError returns true when this post scim v2 users internal server error response has a 4xx status code
func (*PostScimV2UsersInternalServerError) IsCode ¶
func (o *PostScimV2UsersInternalServerError) IsCode(code int) bool
IsCode returns true when this post scim v2 users internal server error response a status code equal to that given
func (*PostScimV2UsersInternalServerError) IsRedirect ¶
func (o *PostScimV2UsersInternalServerError) IsRedirect() bool
IsRedirect returns true when this post scim v2 users internal server error response has a 3xx status code
func (*PostScimV2UsersInternalServerError) IsServerError ¶
func (o *PostScimV2UsersInternalServerError) IsServerError() bool
IsServerError returns true when this post scim v2 users internal server error response has a 5xx status code
func (*PostScimV2UsersInternalServerError) IsSuccess ¶
func (o *PostScimV2UsersInternalServerError) IsSuccess() bool
IsSuccess returns true when this post scim v2 users internal server error response has a 2xx status code
func (*PostScimV2UsersInternalServerError) String ¶
func (o *PostScimV2UsersInternalServerError) String() string
type PostScimV2UsersNotFound ¶
PostScimV2UsersNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostScimV2UsersNotFound ¶
func NewPostScimV2UsersNotFound() *PostScimV2UsersNotFound
NewPostScimV2UsersNotFound creates a PostScimV2UsersNotFound with default headers values
func (*PostScimV2UsersNotFound) Error ¶
func (o *PostScimV2UsersNotFound) Error() string
func (*PostScimV2UsersNotFound) GetPayload ¶
func (o *PostScimV2UsersNotFound) GetPayload() *models.ErrorBody
func (*PostScimV2UsersNotFound) IsClientError ¶
func (o *PostScimV2UsersNotFound) IsClientError() bool
IsClientError returns true when this post scim v2 users not found response has a 4xx status code
func (*PostScimV2UsersNotFound) IsCode ¶
func (o *PostScimV2UsersNotFound) IsCode(code int) bool
IsCode returns true when this post scim v2 users not found response a status code equal to that given
func (*PostScimV2UsersNotFound) IsRedirect ¶
func (o *PostScimV2UsersNotFound) IsRedirect() bool
IsRedirect returns true when this post scim v2 users not found response has a 3xx status code
func (*PostScimV2UsersNotFound) IsServerError ¶
func (o *PostScimV2UsersNotFound) IsServerError() bool
IsServerError returns true when this post scim v2 users not found response has a 5xx status code
func (*PostScimV2UsersNotFound) IsSuccess ¶
func (o *PostScimV2UsersNotFound) IsSuccess() bool
IsSuccess returns true when this post scim v2 users not found response has a 2xx status code
func (*PostScimV2UsersNotFound) String ¶
func (o *PostScimV2UsersNotFound) String() string
type PostScimV2UsersOK ¶
type PostScimV2UsersOK struct {
Payload *models.ScimV2User
}
PostScimV2UsersOK describes a response with status code 200, with default header values.
successful operation
func NewPostScimV2UsersOK ¶
func NewPostScimV2UsersOK() *PostScimV2UsersOK
NewPostScimV2UsersOK creates a PostScimV2UsersOK with default headers values
func (*PostScimV2UsersOK) Error ¶
func (o *PostScimV2UsersOK) Error() string
func (*PostScimV2UsersOK) GetPayload ¶
func (o *PostScimV2UsersOK) GetPayload() *models.ScimV2User
func (*PostScimV2UsersOK) IsClientError ¶
func (o *PostScimV2UsersOK) IsClientError() bool
IsClientError returns true when this post scim v2 users o k response has a 4xx status code
func (*PostScimV2UsersOK) IsCode ¶
func (o *PostScimV2UsersOK) IsCode(code int) bool
IsCode returns true when this post scim v2 users o k response a status code equal to that given
func (*PostScimV2UsersOK) IsRedirect ¶
func (o *PostScimV2UsersOK) IsRedirect() bool
IsRedirect returns true when this post scim v2 users o k response has a 3xx status code
func (*PostScimV2UsersOK) IsServerError ¶
func (o *PostScimV2UsersOK) IsServerError() bool
IsServerError returns true when this post scim v2 users o k response has a 5xx status code
func (*PostScimV2UsersOK) IsSuccess ¶
func (o *PostScimV2UsersOK) IsSuccess() bool
IsSuccess returns true when this post scim v2 users o k response has a 2xx status code
func (*PostScimV2UsersOK) String ¶
func (o *PostScimV2UsersOK) String() string
type PostScimV2UsersParams ¶
type PostScimV2UsersParams struct { /* Body. The information used to create a user. */ Body *models.ScimV2CreateUser Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostScimV2UsersParams contains all the parameters to send to the API endpoint
for the post scim v2 users operation. Typically these are written to a http.Request.
func NewPostScimV2UsersParams ¶
func NewPostScimV2UsersParams() *PostScimV2UsersParams
NewPostScimV2UsersParams creates a new PostScimV2UsersParams 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 NewPostScimV2UsersParamsWithContext ¶
func NewPostScimV2UsersParamsWithContext(ctx context.Context) *PostScimV2UsersParams
NewPostScimV2UsersParamsWithContext creates a new PostScimV2UsersParams object with the ability to set a context for a request.
func NewPostScimV2UsersParamsWithHTTPClient ¶
func NewPostScimV2UsersParamsWithHTTPClient(client *http.Client) *PostScimV2UsersParams
NewPostScimV2UsersParamsWithHTTPClient creates a new PostScimV2UsersParams object with the ability to set a custom HTTPClient for a request.
func NewPostScimV2UsersParamsWithTimeout ¶
func NewPostScimV2UsersParamsWithTimeout(timeout time.Duration) *PostScimV2UsersParams
NewPostScimV2UsersParamsWithTimeout creates a new PostScimV2UsersParams object with the ability to set a timeout on a request.
func (*PostScimV2UsersParams) SetBody ¶
func (o *PostScimV2UsersParams) SetBody(body *models.ScimV2CreateUser)
SetBody adds the body to the post scim v2 users params
func (*PostScimV2UsersParams) SetContext ¶
func (o *PostScimV2UsersParams) SetContext(ctx context.Context)
SetContext adds the context to the post scim v2 users params
func (*PostScimV2UsersParams) SetDefaults ¶
func (o *PostScimV2UsersParams) SetDefaults()
SetDefaults hydrates default values in the post scim v2 users params (not the query body).
All values with no default are reset to their zero value.
func (*PostScimV2UsersParams) SetHTTPClient ¶
func (o *PostScimV2UsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post scim v2 users params
func (*PostScimV2UsersParams) SetTimeout ¶
func (o *PostScimV2UsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post scim v2 users params
func (*PostScimV2UsersParams) WithBody ¶
func (o *PostScimV2UsersParams) WithBody(body *models.ScimV2CreateUser) *PostScimV2UsersParams
WithBody adds the body to the post scim v2 users params
func (*PostScimV2UsersParams) WithContext ¶
func (o *PostScimV2UsersParams) WithContext(ctx context.Context) *PostScimV2UsersParams
WithContext adds the context to the post scim v2 users params
func (*PostScimV2UsersParams) WithDefaults ¶
func (o *PostScimV2UsersParams) WithDefaults() *PostScimV2UsersParams
WithDefaults hydrates default values in the post scim v2 users params (not the query body).
All values with no default are reset to their zero value.
func (*PostScimV2UsersParams) WithHTTPClient ¶
func (o *PostScimV2UsersParams) WithHTTPClient(client *http.Client) *PostScimV2UsersParams
WithHTTPClient adds the HTTPClient to the post scim v2 users params
func (*PostScimV2UsersParams) WithTimeout ¶
func (o *PostScimV2UsersParams) WithTimeout(timeout time.Duration) *PostScimV2UsersParams
WithTimeout adds the timeout to the post scim v2 users params
func (*PostScimV2UsersParams) WriteToRequest ¶
func (o *PostScimV2UsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostScimV2UsersReader ¶
type PostScimV2UsersReader struct {
// contains filtered or unexported fields
}
PostScimV2UsersReader is a Reader for the PostScimV2Users structure.
func (*PostScimV2UsersReader) ReadResponse ¶
func (o *PostScimV2UsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostScimV2UsersRequestEntityTooLarge ¶
PostScimV2UsersRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostScimV2UsersRequestEntityTooLarge ¶
func NewPostScimV2UsersRequestEntityTooLarge() *PostScimV2UsersRequestEntityTooLarge
NewPostScimV2UsersRequestEntityTooLarge creates a PostScimV2UsersRequestEntityTooLarge with default headers values
func (*PostScimV2UsersRequestEntityTooLarge) Error ¶
func (o *PostScimV2UsersRequestEntityTooLarge) Error() string
func (*PostScimV2UsersRequestEntityTooLarge) GetPayload ¶
func (o *PostScimV2UsersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostScimV2UsersRequestEntityTooLarge) IsClientError ¶
func (o *PostScimV2UsersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post scim v2 users request entity too large response has a 4xx status code
func (*PostScimV2UsersRequestEntityTooLarge) IsCode ¶
func (o *PostScimV2UsersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post scim v2 users request entity too large response a status code equal to that given
func (*PostScimV2UsersRequestEntityTooLarge) IsRedirect ¶
func (o *PostScimV2UsersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post scim v2 users request entity too large response has a 3xx status code
func (*PostScimV2UsersRequestEntityTooLarge) IsServerError ¶
func (o *PostScimV2UsersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post scim v2 users request entity too large response has a 5xx status code
func (*PostScimV2UsersRequestEntityTooLarge) IsSuccess ¶
func (o *PostScimV2UsersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post scim v2 users request entity too large response has a 2xx status code
func (*PostScimV2UsersRequestEntityTooLarge) String ¶
func (o *PostScimV2UsersRequestEntityTooLarge) String() string
type PostScimV2UsersRequestTimeout ¶
PostScimV2UsersRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPostScimV2UsersRequestTimeout ¶
func NewPostScimV2UsersRequestTimeout() *PostScimV2UsersRequestTimeout
NewPostScimV2UsersRequestTimeout creates a PostScimV2UsersRequestTimeout with default headers values
func (*PostScimV2UsersRequestTimeout) Error ¶
func (o *PostScimV2UsersRequestTimeout) Error() string
func (*PostScimV2UsersRequestTimeout) GetPayload ¶
func (o *PostScimV2UsersRequestTimeout) GetPayload() *models.ErrorBody
func (*PostScimV2UsersRequestTimeout) IsClientError ¶
func (o *PostScimV2UsersRequestTimeout) IsClientError() bool
IsClientError returns true when this post scim v2 users request timeout response has a 4xx status code
func (*PostScimV2UsersRequestTimeout) IsCode ¶
func (o *PostScimV2UsersRequestTimeout) IsCode(code int) bool
IsCode returns true when this post scim v2 users request timeout response a status code equal to that given
func (*PostScimV2UsersRequestTimeout) IsRedirect ¶
func (o *PostScimV2UsersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post scim v2 users request timeout response has a 3xx status code
func (*PostScimV2UsersRequestTimeout) IsServerError ¶
func (o *PostScimV2UsersRequestTimeout) IsServerError() bool
IsServerError returns true when this post scim v2 users request timeout response has a 5xx status code
func (*PostScimV2UsersRequestTimeout) IsSuccess ¶
func (o *PostScimV2UsersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post scim v2 users request timeout response has a 2xx status code
func (*PostScimV2UsersRequestTimeout) String ¶
func (o *PostScimV2UsersRequestTimeout) String() string
type PostScimV2UsersServiceUnavailable ¶
type PostScimV2UsersServiceUnavailable struct {
}PostScimV2UsersServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPostScimV2UsersServiceUnavailable ¶
func NewPostScimV2UsersServiceUnavailable() *PostScimV2UsersServiceUnavailable
NewPostScimV2UsersServiceUnavailable creates a PostScimV2UsersServiceUnavailable with default headers values
func (*PostScimV2UsersServiceUnavailable) Error ¶
func (o *PostScimV2UsersServiceUnavailable) Error() string
func (*PostScimV2UsersServiceUnavailable) GetPayload ¶
func (o *PostScimV2UsersServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostScimV2UsersServiceUnavailable) IsClientError ¶
func (o *PostScimV2UsersServiceUnavailable) IsClientError() bool
IsClientError returns true when this post scim v2 users service unavailable response has a 4xx status code
func (*PostScimV2UsersServiceUnavailable) IsCode ¶
func (o *PostScimV2UsersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post scim v2 users service unavailable response a status code equal to that given
func (*PostScimV2UsersServiceUnavailable) IsRedirect ¶
func (o *PostScimV2UsersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post scim v2 users service unavailable response has a 3xx status code
func (*PostScimV2UsersServiceUnavailable) IsServerError ¶
func (o *PostScimV2UsersServiceUnavailable) IsServerError() bool
IsServerError returns true when this post scim v2 users service unavailable response has a 5xx status code
func (*PostScimV2UsersServiceUnavailable) IsSuccess ¶
func (o *PostScimV2UsersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post scim v2 users service unavailable response has a 2xx status code
func (*PostScimV2UsersServiceUnavailable) String ¶
func (o *PostScimV2UsersServiceUnavailable) String() string
type PostScimV2UsersTooManyRequests ¶
PostScimV2UsersTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostScimV2UsersTooManyRequests ¶
func NewPostScimV2UsersTooManyRequests() *PostScimV2UsersTooManyRequests
NewPostScimV2UsersTooManyRequests creates a PostScimV2UsersTooManyRequests with default headers values
func (*PostScimV2UsersTooManyRequests) Error ¶
func (o *PostScimV2UsersTooManyRequests) Error() string
func (*PostScimV2UsersTooManyRequests) GetPayload ¶
func (o *PostScimV2UsersTooManyRequests) GetPayload() *models.ErrorBody
func (*PostScimV2UsersTooManyRequests) IsClientError ¶
func (o *PostScimV2UsersTooManyRequests) IsClientError() bool
IsClientError returns true when this post scim v2 users too many requests response has a 4xx status code
func (*PostScimV2UsersTooManyRequests) IsCode ¶
func (o *PostScimV2UsersTooManyRequests) IsCode(code int) bool
IsCode returns true when this post scim v2 users too many requests response a status code equal to that given
func (*PostScimV2UsersTooManyRequests) IsRedirect ¶
func (o *PostScimV2UsersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post scim v2 users too many requests response has a 3xx status code
func (*PostScimV2UsersTooManyRequests) IsServerError ¶
func (o *PostScimV2UsersTooManyRequests) IsServerError() bool
IsServerError returns true when this post scim v2 users too many requests response has a 5xx status code
func (*PostScimV2UsersTooManyRequests) IsSuccess ¶
func (o *PostScimV2UsersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post scim v2 users too many requests response has a 2xx status code
func (*PostScimV2UsersTooManyRequests) String ¶
func (o *PostScimV2UsersTooManyRequests) String() string
type PostScimV2UsersUnauthorized ¶
type PostScimV2UsersUnauthorized struct {
}PostScimV2UsersUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostScimV2UsersUnauthorized ¶
func NewPostScimV2UsersUnauthorized() *PostScimV2UsersUnauthorized
NewPostScimV2UsersUnauthorized creates a PostScimV2UsersUnauthorized with default headers values
func (*PostScimV2UsersUnauthorized) Error ¶
func (o *PostScimV2UsersUnauthorized) Error() string
func (*PostScimV2UsersUnauthorized) GetPayload ¶
func (o *PostScimV2UsersUnauthorized) GetPayload() *models.ErrorBody
func (*PostScimV2UsersUnauthorized) IsClientError ¶
func (o *PostScimV2UsersUnauthorized) IsClientError() bool
IsClientError returns true when this post scim v2 users unauthorized response has a 4xx status code
func (*PostScimV2UsersUnauthorized) IsCode ¶
func (o *PostScimV2UsersUnauthorized) IsCode(code int) bool
IsCode returns true when this post scim v2 users unauthorized response a status code equal to that given
func (*PostScimV2UsersUnauthorized) IsRedirect ¶
func (o *PostScimV2UsersUnauthorized) IsRedirect() bool
IsRedirect returns true when this post scim v2 users unauthorized response has a 3xx status code
func (*PostScimV2UsersUnauthorized) IsServerError ¶
func (o *PostScimV2UsersUnauthorized) IsServerError() bool
IsServerError returns true when this post scim v2 users unauthorized response has a 5xx status code
func (*PostScimV2UsersUnauthorized) IsSuccess ¶
func (o *PostScimV2UsersUnauthorized) IsSuccess() bool
IsSuccess returns true when this post scim v2 users unauthorized response has a 2xx status code
func (*PostScimV2UsersUnauthorized) String ¶
func (o *PostScimV2UsersUnauthorized) String() string
type PostScimV2UsersUnsupportedMediaType ¶
PostScimV2UsersUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPostScimV2UsersUnsupportedMediaType ¶
func NewPostScimV2UsersUnsupportedMediaType() *PostScimV2UsersUnsupportedMediaType
NewPostScimV2UsersUnsupportedMediaType creates a PostScimV2UsersUnsupportedMediaType with default headers values
func (*PostScimV2UsersUnsupportedMediaType) Error ¶
func (o *PostScimV2UsersUnsupportedMediaType) Error() string
func (*PostScimV2UsersUnsupportedMediaType) GetPayload ¶
func (o *PostScimV2UsersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostScimV2UsersUnsupportedMediaType) IsClientError ¶
func (o *PostScimV2UsersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post scim v2 users unsupported media type response has a 4xx status code
func (*PostScimV2UsersUnsupportedMediaType) IsCode ¶
func (o *PostScimV2UsersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post scim v2 users unsupported media type response a status code equal to that given
func (*PostScimV2UsersUnsupportedMediaType) IsRedirect ¶
func (o *PostScimV2UsersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post scim v2 users unsupported media type response has a 3xx status code
func (*PostScimV2UsersUnsupportedMediaType) IsServerError ¶
func (o *PostScimV2UsersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post scim v2 users unsupported media type response has a 5xx status code
func (*PostScimV2UsersUnsupportedMediaType) IsSuccess ¶
func (o *PostScimV2UsersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post scim v2 users unsupported media type response has a 2xx status code
func (*PostScimV2UsersUnsupportedMediaType) String ¶
func (o *PostScimV2UsersUnsupportedMediaType) String() string
type PutScimGroupBadRequest ¶
PutScimGroupBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPutScimGroupBadRequest ¶
func NewPutScimGroupBadRequest() *PutScimGroupBadRequest
NewPutScimGroupBadRequest creates a PutScimGroupBadRequest with default headers values
func (*PutScimGroupBadRequest) Error ¶
func (o *PutScimGroupBadRequest) Error() string
func (*PutScimGroupBadRequest) GetPayload ¶
func (o *PutScimGroupBadRequest) GetPayload() *models.ErrorBody
func (*PutScimGroupBadRequest) IsClientError ¶
func (o *PutScimGroupBadRequest) IsClientError() bool
IsClientError returns true when this put scim group bad request response has a 4xx status code
func (*PutScimGroupBadRequest) IsCode ¶
func (o *PutScimGroupBadRequest) IsCode(code int) bool
IsCode returns true when this put scim group bad request response a status code equal to that given
func (*PutScimGroupBadRequest) IsRedirect ¶
func (o *PutScimGroupBadRequest) IsRedirect() bool
IsRedirect returns true when this put scim group bad request response has a 3xx status code
func (*PutScimGroupBadRequest) IsServerError ¶
func (o *PutScimGroupBadRequest) IsServerError() bool
IsServerError returns true when this put scim group bad request response has a 5xx status code
func (*PutScimGroupBadRequest) IsSuccess ¶
func (o *PutScimGroupBadRequest) IsSuccess() bool
IsSuccess returns true when this put scim group bad request response has a 2xx status code
func (*PutScimGroupBadRequest) String ¶
func (o *PutScimGroupBadRequest) String() string
type PutScimGroupConflict ¶
PutScimGroupConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPutScimGroupConflict ¶
func NewPutScimGroupConflict() *PutScimGroupConflict
NewPutScimGroupConflict creates a PutScimGroupConflict with default headers values
func (*PutScimGroupConflict) Error ¶
func (o *PutScimGroupConflict) Error() string
func (*PutScimGroupConflict) GetPayload ¶
func (o *PutScimGroupConflict) GetPayload() *models.ScimError
func (*PutScimGroupConflict) IsClientError ¶
func (o *PutScimGroupConflict) IsClientError() bool
IsClientError returns true when this put scim group conflict response has a 4xx status code
func (*PutScimGroupConflict) IsCode ¶
func (o *PutScimGroupConflict) IsCode(code int) bool
IsCode returns true when this put scim group conflict response a status code equal to that given
func (*PutScimGroupConflict) IsRedirect ¶
func (o *PutScimGroupConflict) IsRedirect() bool
IsRedirect returns true when this put scim group conflict response has a 3xx status code
func (*PutScimGroupConflict) IsServerError ¶
func (o *PutScimGroupConflict) IsServerError() bool
IsServerError returns true when this put scim group conflict response has a 5xx status code
func (*PutScimGroupConflict) IsSuccess ¶
func (o *PutScimGroupConflict) IsSuccess() bool
IsSuccess returns true when this put scim group conflict response has a 2xx status code
func (*PutScimGroupConflict) String ¶
func (o *PutScimGroupConflict) String() string
type PutScimGroupForbidden ¶
PutScimGroupForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutScimGroupForbidden ¶
func NewPutScimGroupForbidden() *PutScimGroupForbidden
NewPutScimGroupForbidden creates a PutScimGroupForbidden with default headers values
func (*PutScimGroupForbidden) Error ¶
func (o *PutScimGroupForbidden) Error() string
func (*PutScimGroupForbidden) GetPayload ¶
func (o *PutScimGroupForbidden) GetPayload() *models.ErrorBody
func (*PutScimGroupForbidden) IsClientError ¶
func (o *PutScimGroupForbidden) IsClientError() bool
IsClientError returns true when this put scim group forbidden response has a 4xx status code
func (*PutScimGroupForbidden) IsCode ¶
func (o *PutScimGroupForbidden) IsCode(code int) bool
IsCode returns true when this put scim group forbidden response a status code equal to that given
func (*PutScimGroupForbidden) IsRedirect ¶
func (o *PutScimGroupForbidden) IsRedirect() bool
IsRedirect returns true when this put scim group forbidden response has a 3xx status code
func (*PutScimGroupForbidden) IsServerError ¶
func (o *PutScimGroupForbidden) IsServerError() bool
IsServerError returns true when this put scim group forbidden response has a 5xx status code
func (*PutScimGroupForbidden) IsSuccess ¶
func (o *PutScimGroupForbidden) IsSuccess() bool
IsSuccess returns true when this put scim group forbidden response has a 2xx status code
func (*PutScimGroupForbidden) String ¶
func (o *PutScimGroupForbidden) String() string
type PutScimGroupGatewayTimeout ¶
PutScimGroupGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutScimGroupGatewayTimeout ¶
func NewPutScimGroupGatewayTimeout() *PutScimGroupGatewayTimeout
NewPutScimGroupGatewayTimeout creates a PutScimGroupGatewayTimeout with default headers values
func (*PutScimGroupGatewayTimeout) Error ¶
func (o *PutScimGroupGatewayTimeout) Error() string
func (*PutScimGroupGatewayTimeout) GetPayload ¶
func (o *PutScimGroupGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutScimGroupGatewayTimeout) IsClientError ¶
func (o *PutScimGroupGatewayTimeout) IsClientError() bool
IsClientError returns true when this put scim group gateway timeout response has a 4xx status code
func (*PutScimGroupGatewayTimeout) IsCode ¶
func (o *PutScimGroupGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put scim group gateway timeout response a status code equal to that given
func (*PutScimGroupGatewayTimeout) IsRedirect ¶
func (o *PutScimGroupGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put scim group gateway timeout response has a 3xx status code
func (*PutScimGroupGatewayTimeout) IsServerError ¶
func (o *PutScimGroupGatewayTimeout) IsServerError() bool
IsServerError returns true when this put scim group gateway timeout response has a 5xx status code
func (*PutScimGroupGatewayTimeout) IsSuccess ¶
func (o *PutScimGroupGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put scim group gateway timeout response has a 2xx status code
func (*PutScimGroupGatewayTimeout) String ¶
func (o *PutScimGroupGatewayTimeout) String() string
type PutScimGroupInternalServerError ¶
PutScimGroupInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPutScimGroupInternalServerError ¶
func NewPutScimGroupInternalServerError() *PutScimGroupInternalServerError
NewPutScimGroupInternalServerError creates a PutScimGroupInternalServerError with default headers values
func (*PutScimGroupInternalServerError) Error ¶
func (o *PutScimGroupInternalServerError) Error() string
func (*PutScimGroupInternalServerError) GetPayload ¶
func (o *PutScimGroupInternalServerError) GetPayload() *models.ErrorBody
func (*PutScimGroupInternalServerError) IsClientError ¶
func (o *PutScimGroupInternalServerError) IsClientError() bool
IsClientError returns true when this put scim group internal server error response has a 4xx status code
func (*PutScimGroupInternalServerError) IsCode ¶
func (o *PutScimGroupInternalServerError) IsCode(code int) bool
IsCode returns true when this put scim group internal server error response a status code equal to that given
func (*PutScimGroupInternalServerError) IsRedirect ¶
func (o *PutScimGroupInternalServerError) IsRedirect() bool
IsRedirect returns true when this put scim group internal server error response has a 3xx status code
func (*PutScimGroupInternalServerError) IsServerError ¶
func (o *PutScimGroupInternalServerError) IsServerError() bool
IsServerError returns true when this put scim group internal server error response has a 5xx status code
func (*PutScimGroupInternalServerError) IsSuccess ¶
func (o *PutScimGroupInternalServerError) IsSuccess() bool
IsSuccess returns true when this put scim group internal server error response has a 2xx status code
func (*PutScimGroupInternalServerError) String ¶
func (o *PutScimGroupInternalServerError) String() string
type PutScimGroupNotFound ¶
PutScimGroupNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutScimGroupNotFound ¶
func NewPutScimGroupNotFound() *PutScimGroupNotFound
NewPutScimGroupNotFound creates a PutScimGroupNotFound with default headers values
func (*PutScimGroupNotFound) Error ¶
func (o *PutScimGroupNotFound) Error() string
func (*PutScimGroupNotFound) GetPayload ¶
func (o *PutScimGroupNotFound) GetPayload() *models.ErrorBody
func (*PutScimGroupNotFound) IsClientError ¶
func (o *PutScimGroupNotFound) IsClientError() bool
IsClientError returns true when this put scim group not found response has a 4xx status code
func (*PutScimGroupNotFound) IsCode ¶
func (o *PutScimGroupNotFound) IsCode(code int) bool
IsCode returns true when this put scim group not found response a status code equal to that given
func (*PutScimGroupNotFound) IsRedirect ¶
func (o *PutScimGroupNotFound) IsRedirect() bool
IsRedirect returns true when this put scim group not found response has a 3xx status code
func (*PutScimGroupNotFound) IsServerError ¶
func (o *PutScimGroupNotFound) IsServerError() bool
IsServerError returns true when this put scim group not found response has a 5xx status code
func (*PutScimGroupNotFound) IsSuccess ¶
func (o *PutScimGroupNotFound) IsSuccess() bool
IsSuccess returns true when this put scim group not found response has a 2xx status code
func (*PutScimGroupNotFound) String ¶
func (o *PutScimGroupNotFound) String() string
type PutScimGroupOK ¶
type PutScimGroupOK struct {
Payload *models.ScimV2Group
}
PutScimGroupOK describes a response with status code 200, with default header values.
successful operation
func NewPutScimGroupOK ¶
func NewPutScimGroupOK() *PutScimGroupOK
NewPutScimGroupOK creates a PutScimGroupOK with default headers values
func (*PutScimGroupOK) Error ¶
func (o *PutScimGroupOK) Error() string
func (*PutScimGroupOK) GetPayload ¶
func (o *PutScimGroupOK) GetPayload() *models.ScimV2Group
func (*PutScimGroupOK) IsClientError ¶
func (o *PutScimGroupOK) IsClientError() bool
IsClientError returns true when this put scim group o k response has a 4xx status code
func (*PutScimGroupOK) IsCode ¶
func (o *PutScimGroupOK) IsCode(code int) bool
IsCode returns true when this put scim group o k response a status code equal to that given
func (*PutScimGroupOK) IsRedirect ¶
func (o *PutScimGroupOK) IsRedirect() bool
IsRedirect returns true when this put scim group o k response has a 3xx status code
func (*PutScimGroupOK) IsServerError ¶
func (o *PutScimGroupOK) IsServerError() bool
IsServerError returns true when this put scim group o k response has a 5xx status code
func (*PutScimGroupOK) IsSuccess ¶
func (o *PutScimGroupOK) IsSuccess() bool
IsSuccess returns true when this put scim group o k response has a 2xx status code
func (*PutScimGroupOK) String ¶
func (o *PutScimGroupOK) String() string
type PutScimGroupParams ¶
type PutScimGroupParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/groups/{groupId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to replace a group. */ Body *models.ScimV2Group /* GroupID. The ID of a group. Returned with GET /api/v2/scim/groups. */ GroupID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutScimGroupParams contains all the parameters to send to the API endpoint
for the put scim group operation. Typically these are written to a http.Request.
func NewPutScimGroupParams ¶
func NewPutScimGroupParams() *PutScimGroupParams
NewPutScimGroupParams creates a new PutScimGroupParams 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 NewPutScimGroupParamsWithContext ¶
func NewPutScimGroupParamsWithContext(ctx context.Context) *PutScimGroupParams
NewPutScimGroupParamsWithContext creates a new PutScimGroupParams object with the ability to set a context for a request.
func NewPutScimGroupParamsWithHTTPClient ¶
func NewPutScimGroupParamsWithHTTPClient(client *http.Client) *PutScimGroupParams
NewPutScimGroupParamsWithHTTPClient creates a new PutScimGroupParams object with the ability to set a custom HTTPClient for a request.
func NewPutScimGroupParamsWithTimeout ¶
func NewPutScimGroupParamsWithTimeout(timeout time.Duration) *PutScimGroupParams
NewPutScimGroupParamsWithTimeout creates a new PutScimGroupParams object with the ability to set a timeout on a request.
func (*PutScimGroupParams) SetBody ¶
func (o *PutScimGroupParams) SetBody(body *models.ScimV2Group)
SetBody adds the body to the put scim group params
func (*PutScimGroupParams) SetContext ¶
func (o *PutScimGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the put scim group params
func (*PutScimGroupParams) SetDefaults ¶
func (o *PutScimGroupParams) SetDefaults()
SetDefaults hydrates default values in the put scim group params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimGroupParams) SetGroupID ¶
func (o *PutScimGroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the put scim group params
func (*PutScimGroupParams) SetHTTPClient ¶
func (o *PutScimGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put scim group params
func (*PutScimGroupParams) SetIfMatch ¶
func (o *PutScimGroupParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the put scim group params
func (*PutScimGroupParams) SetTimeout ¶
func (o *PutScimGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put scim group params
func (*PutScimGroupParams) WithBody ¶
func (o *PutScimGroupParams) WithBody(body *models.ScimV2Group) *PutScimGroupParams
WithBody adds the body to the put scim group params
func (*PutScimGroupParams) WithContext ¶
func (o *PutScimGroupParams) WithContext(ctx context.Context) *PutScimGroupParams
WithContext adds the context to the put scim group params
func (*PutScimGroupParams) WithDefaults ¶
func (o *PutScimGroupParams) WithDefaults() *PutScimGroupParams
WithDefaults hydrates default values in the put scim group params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimGroupParams) WithGroupID ¶
func (o *PutScimGroupParams) WithGroupID(groupID string) *PutScimGroupParams
WithGroupID adds the groupID to the put scim group params
func (*PutScimGroupParams) WithHTTPClient ¶
func (o *PutScimGroupParams) WithHTTPClient(client *http.Client) *PutScimGroupParams
WithHTTPClient adds the HTTPClient to the put scim group params
func (*PutScimGroupParams) WithIfMatch ¶
func (o *PutScimGroupParams) WithIfMatch(ifMatch *string) *PutScimGroupParams
WithIfMatch adds the ifMatch to the put scim group params
func (*PutScimGroupParams) WithTimeout ¶
func (o *PutScimGroupParams) WithTimeout(timeout time.Duration) *PutScimGroupParams
WithTimeout adds the timeout to the put scim group params
func (*PutScimGroupParams) WriteToRequest ¶
func (o *PutScimGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutScimGroupReader ¶
type PutScimGroupReader struct {
// contains filtered or unexported fields
}
PutScimGroupReader is a Reader for the PutScimGroup structure.
func (*PutScimGroupReader) ReadResponse ¶
func (o *PutScimGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutScimGroupRequestEntityTooLarge ¶
PutScimGroupRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutScimGroupRequestEntityTooLarge ¶
func NewPutScimGroupRequestEntityTooLarge() *PutScimGroupRequestEntityTooLarge
NewPutScimGroupRequestEntityTooLarge creates a PutScimGroupRequestEntityTooLarge with default headers values
func (*PutScimGroupRequestEntityTooLarge) Error ¶
func (o *PutScimGroupRequestEntityTooLarge) Error() string
func (*PutScimGroupRequestEntityTooLarge) GetPayload ¶
func (o *PutScimGroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutScimGroupRequestEntityTooLarge) IsClientError ¶
func (o *PutScimGroupRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put scim group request entity too large response has a 4xx status code
func (*PutScimGroupRequestEntityTooLarge) IsCode ¶
func (o *PutScimGroupRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put scim group request entity too large response a status code equal to that given
func (*PutScimGroupRequestEntityTooLarge) IsRedirect ¶
func (o *PutScimGroupRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put scim group request entity too large response has a 3xx status code
func (*PutScimGroupRequestEntityTooLarge) IsServerError ¶
func (o *PutScimGroupRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put scim group request entity too large response has a 5xx status code
func (*PutScimGroupRequestEntityTooLarge) IsSuccess ¶
func (o *PutScimGroupRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put scim group request entity too large response has a 2xx status code
func (*PutScimGroupRequestEntityTooLarge) String ¶
func (o *PutScimGroupRequestEntityTooLarge) String() string
type PutScimGroupRequestTimeout ¶
PutScimGroupRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPutScimGroupRequestTimeout ¶
func NewPutScimGroupRequestTimeout() *PutScimGroupRequestTimeout
NewPutScimGroupRequestTimeout creates a PutScimGroupRequestTimeout with default headers values
func (*PutScimGroupRequestTimeout) Error ¶
func (o *PutScimGroupRequestTimeout) Error() string
func (*PutScimGroupRequestTimeout) GetPayload ¶
func (o *PutScimGroupRequestTimeout) GetPayload() *models.ErrorBody
func (*PutScimGroupRequestTimeout) IsClientError ¶
func (o *PutScimGroupRequestTimeout) IsClientError() bool
IsClientError returns true when this put scim group request timeout response has a 4xx status code
func (*PutScimGroupRequestTimeout) IsCode ¶
func (o *PutScimGroupRequestTimeout) IsCode(code int) bool
IsCode returns true when this put scim group request timeout response a status code equal to that given
func (*PutScimGroupRequestTimeout) IsRedirect ¶
func (o *PutScimGroupRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put scim group request timeout response has a 3xx status code
func (*PutScimGroupRequestTimeout) IsServerError ¶
func (o *PutScimGroupRequestTimeout) IsServerError() bool
IsServerError returns true when this put scim group request timeout response has a 5xx status code
func (*PutScimGroupRequestTimeout) IsSuccess ¶
func (o *PutScimGroupRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put scim group request timeout response has a 2xx status code
func (*PutScimGroupRequestTimeout) String ¶
func (o *PutScimGroupRequestTimeout) String() string
type PutScimGroupServiceUnavailable ¶
type PutScimGroupServiceUnavailable struct {
}PutScimGroupServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPutScimGroupServiceUnavailable ¶
func NewPutScimGroupServiceUnavailable() *PutScimGroupServiceUnavailable
NewPutScimGroupServiceUnavailable creates a PutScimGroupServiceUnavailable with default headers values
func (*PutScimGroupServiceUnavailable) Error ¶
func (o *PutScimGroupServiceUnavailable) Error() string
func (*PutScimGroupServiceUnavailable) GetPayload ¶
func (o *PutScimGroupServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutScimGroupServiceUnavailable) IsClientError ¶
func (o *PutScimGroupServiceUnavailable) IsClientError() bool
IsClientError returns true when this put scim group service unavailable response has a 4xx status code
func (*PutScimGroupServiceUnavailable) IsCode ¶
func (o *PutScimGroupServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put scim group service unavailable response a status code equal to that given
func (*PutScimGroupServiceUnavailable) IsRedirect ¶
func (o *PutScimGroupServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put scim group service unavailable response has a 3xx status code
func (*PutScimGroupServiceUnavailable) IsServerError ¶
func (o *PutScimGroupServiceUnavailable) IsServerError() bool
IsServerError returns true when this put scim group service unavailable response has a 5xx status code
func (*PutScimGroupServiceUnavailable) IsSuccess ¶
func (o *PutScimGroupServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put scim group service unavailable response has a 2xx status code
func (*PutScimGroupServiceUnavailable) String ¶
func (o *PutScimGroupServiceUnavailable) String() string
type PutScimGroupTooManyRequests ¶
PutScimGroupTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutScimGroupTooManyRequests ¶
func NewPutScimGroupTooManyRequests() *PutScimGroupTooManyRequests
NewPutScimGroupTooManyRequests creates a PutScimGroupTooManyRequests with default headers values
func (*PutScimGroupTooManyRequests) Error ¶
func (o *PutScimGroupTooManyRequests) Error() string
func (*PutScimGroupTooManyRequests) GetPayload ¶
func (o *PutScimGroupTooManyRequests) GetPayload() *models.ErrorBody
func (*PutScimGroupTooManyRequests) IsClientError ¶
func (o *PutScimGroupTooManyRequests) IsClientError() bool
IsClientError returns true when this put scim group too many requests response has a 4xx status code
func (*PutScimGroupTooManyRequests) IsCode ¶
func (o *PutScimGroupTooManyRequests) IsCode(code int) bool
IsCode returns true when this put scim group too many requests response a status code equal to that given
func (*PutScimGroupTooManyRequests) IsRedirect ¶
func (o *PutScimGroupTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put scim group too many requests response has a 3xx status code
func (*PutScimGroupTooManyRequests) IsServerError ¶
func (o *PutScimGroupTooManyRequests) IsServerError() bool
IsServerError returns true when this put scim group too many requests response has a 5xx status code
func (*PutScimGroupTooManyRequests) IsSuccess ¶
func (o *PutScimGroupTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put scim group too many requests response has a 2xx status code
func (*PutScimGroupTooManyRequests) String ¶
func (o *PutScimGroupTooManyRequests) String() string
type PutScimGroupUnauthorized ¶
type PutScimGroupUnauthorized struct {
}PutScimGroupUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutScimGroupUnauthorized ¶
func NewPutScimGroupUnauthorized() *PutScimGroupUnauthorized
NewPutScimGroupUnauthorized creates a PutScimGroupUnauthorized with default headers values
func (*PutScimGroupUnauthorized) Error ¶
func (o *PutScimGroupUnauthorized) Error() string
func (*PutScimGroupUnauthorized) GetPayload ¶
func (o *PutScimGroupUnauthorized) GetPayload() *models.ErrorBody
func (*PutScimGroupUnauthorized) IsClientError ¶
func (o *PutScimGroupUnauthorized) IsClientError() bool
IsClientError returns true when this put scim group unauthorized response has a 4xx status code
func (*PutScimGroupUnauthorized) IsCode ¶
func (o *PutScimGroupUnauthorized) IsCode(code int) bool
IsCode returns true when this put scim group unauthorized response a status code equal to that given
func (*PutScimGroupUnauthorized) IsRedirect ¶
func (o *PutScimGroupUnauthorized) IsRedirect() bool
IsRedirect returns true when this put scim group unauthorized response has a 3xx status code
func (*PutScimGroupUnauthorized) IsServerError ¶
func (o *PutScimGroupUnauthorized) IsServerError() bool
IsServerError returns true when this put scim group unauthorized response has a 5xx status code
func (*PutScimGroupUnauthorized) IsSuccess ¶
func (o *PutScimGroupUnauthorized) IsSuccess() bool
IsSuccess returns true when this put scim group unauthorized response has a 2xx status code
func (*PutScimGroupUnauthorized) String ¶
func (o *PutScimGroupUnauthorized) String() string
type PutScimGroupUnsupportedMediaType ¶
PutScimGroupUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPutScimGroupUnsupportedMediaType ¶
func NewPutScimGroupUnsupportedMediaType() *PutScimGroupUnsupportedMediaType
NewPutScimGroupUnsupportedMediaType creates a PutScimGroupUnsupportedMediaType with default headers values
func (*PutScimGroupUnsupportedMediaType) Error ¶
func (o *PutScimGroupUnsupportedMediaType) Error() string
func (*PutScimGroupUnsupportedMediaType) GetPayload ¶
func (o *PutScimGroupUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutScimGroupUnsupportedMediaType) IsClientError ¶
func (o *PutScimGroupUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put scim group unsupported media type response has a 4xx status code
func (*PutScimGroupUnsupportedMediaType) IsCode ¶
func (o *PutScimGroupUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put scim group unsupported media type response a status code equal to that given
func (*PutScimGroupUnsupportedMediaType) IsRedirect ¶
func (o *PutScimGroupUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put scim group unsupported media type response has a 3xx status code
func (*PutScimGroupUnsupportedMediaType) IsServerError ¶
func (o *PutScimGroupUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put scim group unsupported media type response has a 5xx status code
func (*PutScimGroupUnsupportedMediaType) IsSuccess ¶
func (o *PutScimGroupUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put scim group unsupported media type response has a 2xx status code
func (*PutScimGroupUnsupportedMediaType) String ¶
func (o *PutScimGroupUnsupportedMediaType) String() string
type PutScimUserBadRequest ¶
PutScimUserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPutScimUserBadRequest ¶
func NewPutScimUserBadRequest() *PutScimUserBadRequest
NewPutScimUserBadRequest creates a PutScimUserBadRequest with default headers values
func (*PutScimUserBadRequest) Error ¶
func (o *PutScimUserBadRequest) Error() string
func (*PutScimUserBadRequest) GetPayload ¶
func (o *PutScimUserBadRequest) GetPayload() *models.ErrorBody
func (*PutScimUserBadRequest) IsClientError ¶
func (o *PutScimUserBadRequest) IsClientError() bool
IsClientError returns true when this put scim user bad request response has a 4xx status code
func (*PutScimUserBadRequest) IsCode ¶
func (o *PutScimUserBadRequest) IsCode(code int) bool
IsCode returns true when this put scim user bad request response a status code equal to that given
func (*PutScimUserBadRequest) IsRedirect ¶
func (o *PutScimUserBadRequest) IsRedirect() bool
IsRedirect returns true when this put scim user bad request response has a 3xx status code
func (*PutScimUserBadRequest) IsServerError ¶
func (o *PutScimUserBadRequest) IsServerError() bool
IsServerError returns true when this put scim user bad request response has a 5xx status code
func (*PutScimUserBadRequest) IsSuccess ¶
func (o *PutScimUserBadRequest) IsSuccess() bool
IsSuccess returns true when this put scim user bad request response has a 2xx status code
func (*PutScimUserBadRequest) String ¶
func (o *PutScimUserBadRequest) String() string
type PutScimUserConflict ¶
PutScimUserConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPutScimUserConflict ¶
func NewPutScimUserConflict() *PutScimUserConflict
NewPutScimUserConflict creates a PutScimUserConflict with default headers values
func (*PutScimUserConflict) Error ¶
func (o *PutScimUserConflict) Error() string
func (*PutScimUserConflict) GetPayload ¶
func (o *PutScimUserConflict) GetPayload() *models.ScimError
func (*PutScimUserConflict) IsClientError ¶
func (o *PutScimUserConflict) IsClientError() bool
IsClientError returns true when this put scim user conflict response has a 4xx status code
func (*PutScimUserConflict) IsCode ¶
func (o *PutScimUserConflict) IsCode(code int) bool
IsCode returns true when this put scim user conflict response a status code equal to that given
func (*PutScimUserConflict) IsRedirect ¶
func (o *PutScimUserConflict) IsRedirect() bool
IsRedirect returns true when this put scim user conflict response has a 3xx status code
func (*PutScimUserConflict) IsServerError ¶
func (o *PutScimUserConflict) IsServerError() bool
IsServerError returns true when this put scim user conflict response has a 5xx status code
func (*PutScimUserConflict) IsSuccess ¶
func (o *PutScimUserConflict) IsSuccess() bool
IsSuccess returns true when this put scim user conflict response has a 2xx status code
func (*PutScimUserConflict) String ¶
func (o *PutScimUserConflict) String() string
type PutScimUserForbidden ¶
PutScimUserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutScimUserForbidden ¶
func NewPutScimUserForbidden() *PutScimUserForbidden
NewPutScimUserForbidden creates a PutScimUserForbidden with default headers values
func (*PutScimUserForbidden) Error ¶
func (o *PutScimUserForbidden) Error() string
func (*PutScimUserForbidden) GetPayload ¶
func (o *PutScimUserForbidden) GetPayload() *models.ErrorBody
func (*PutScimUserForbidden) IsClientError ¶
func (o *PutScimUserForbidden) IsClientError() bool
IsClientError returns true when this put scim user forbidden response has a 4xx status code
func (*PutScimUserForbidden) IsCode ¶
func (o *PutScimUserForbidden) IsCode(code int) bool
IsCode returns true when this put scim user forbidden response a status code equal to that given
func (*PutScimUserForbidden) IsRedirect ¶
func (o *PutScimUserForbidden) IsRedirect() bool
IsRedirect returns true when this put scim user forbidden response has a 3xx status code
func (*PutScimUserForbidden) IsServerError ¶
func (o *PutScimUserForbidden) IsServerError() bool
IsServerError returns true when this put scim user forbidden response has a 5xx status code
func (*PutScimUserForbidden) IsSuccess ¶
func (o *PutScimUserForbidden) IsSuccess() bool
IsSuccess returns true when this put scim user forbidden response has a 2xx status code
func (*PutScimUserForbidden) String ¶
func (o *PutScimUserForbidden) String() string
type PutScimUserGatewayTimeout ¶
PutScimUserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutScimUserGatewayTimeout ¶
func NewPutScimUserGatewayTimeout() *PutScimUserGatewayTimeout
NewPutScimUserGatewayTimeout creates a PutScimUserGatewayTimeout with default headers values
func (*PutScimUserGatewayTimeout) Error ¶
func (o *PutScimUserGatewayTimeout) Error() string
func (*PutScimUserGatewayTimeout) GetPayload ¶
func (o *PutScimUserGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutScimUserGatewayTimeout) IsClientError ¶
func (o *PutScimUserGatewayTimeout) IsClientError() bool
IsClientError returns true when this put scim user gateway timeout response has a 4xx status code
func (*PutScimUserGatewayTimeout) IsCode ¶
func (o *PutScimUserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put scim user gateway timeout response a status code equal to that given
func (*PutScimUserGatewayTimeout) IsRedirect ¶
func (o *PutScimUserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put scim user gateway timeout response has a 3xx status code
func (*PutScimUserGatewayTimeout) IsServerError ¶
func (o *PutScimUserGatewayTimeout) IsServerError() bool
IsServerError returns true when this put scim user gateway timeout response has a 5xx status code
func (*PutScimUserGatewayTimeout) IsSuccess ¶
func (o *PutScimUserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put scim user gateway timeout response has a 2xx status code
func (*PutScimUserGatewayTimeout) String ¶
func (o *PutScimUserGatewayTimeout) String() string
type PutScimUserInternalServerError ¶
PutScimUserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPutScimUserInternalServerError ¶
func NewPutScimUserInternalServerError() *PutScimUserInternalServerError
NewPutScimUserInternalServerError creates a PutScimUserInternalServerError with default headers values
func (*PutScimUserInternalServerError) Error ¶
func (o *PutScimUserInternalServerError) Error() string
func (*PutScimUserInternalServerError) GetPayload ¶
func (o *PutScimUserInternalServerError) GetPayload() *models.ErrorBody
func (*PutScimUserInternalServerError) IsClientError ¶
func (o *PutScimUserInternalServerError) IsClientError() bool
IsClientError returns true when this put scim user internal server error response has a 4xx status code
func (*PutScimUserInternalServerError) IsCode ¶
func (o *PutScimUserInternalServerError) IsCode(code int) bool
IsCode returns true when this put scim user internal server error response a status code equal to that given
func (*PutScimUserInternalServerError) IsRedirect ¶
func (o *PutScimUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this put scim user internal server error response has a 3xx status code
func (*PutScimUserInternalServerError) IsServerError ¶
func (o *PutScimUserInternalServerError) IsServerError() bool
IsServerError returns true when this put scim user internal server error response has a 5xx status code
func (*PutScimUserInternalServerError) IsSuccess ¶
func (o *PutScimUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this put scim user internal server error response has a 2xx status code
func (*PutScimUserInternalServerError) String ¶
func (o *PutScimUserInternalServerError) String() string
type PutScimUserNotFound ¶
PutScimUserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutScimUserNotFound ¶
func NewPutScimUserNotFound() *PutScimUserNotFound
NewPutScimUserNotFound creates a PutScimUserNotFound with default headers values
func (*PutScimUserNotFound) Error ¶
func (o *PutScimUserNotFound) Error() string
func (*PutScimUserNotFound) GetPayload ¶
func (o *PutScimUserNotFound) GetPayload() *models.ErrorBody
func (*PutScimUserNotFound) IsClientError ¶
func (o *PutScimUserNotFound) IsClientError() bool
IsClientError returns true when this put scim user not found response has a 4xx status code
func (*PutScimUserNotFound) IsCode ¶
func (o *PutScimUserNotFound) IsCode(code int) bool
IsCode returns true when this put scim user not found response a status code equal to that given
func (*PutScimUserNotFound) IsRedirect ¶
func (o *PutScimUserNotFound) IsRedirect() bool
IsRedirect returns true when this put scim user not found response has a 3xx status code
func (*PutScimUserNotFound) IsServerError ¶
func (o *PutScimUserNotFound) IsServerError() bool
IsServerError returns true when this put scim user not found response has a 5xx status code
func (*PutScimUserNotFound) IsSuccess ¶
func (o *PutScimUserNotFound) IsSuccess() bool
IsSuccess returns true when this put scim user not found response has a 2xx status code
func (*PutScimUserNotFound) String ¶
func (o *PutScimUserNotFound) String() string
type PutScimUserOK ¶
type PutScimUserOK struct {
Payload *models.ScimV2User
}
PutScimUserOK describes a response with status code 200, with default header values.
successful operation
func NewPutScimUserOK ¶
func NewPutScimUserOK() *PutScimUserOK
NewPutScimUserOK creates a PutScimUserOK with default headers values
func (*PutScimUserOK) Error ¶
func (o *PutScimUserOK) Error() string
func (*PutScimUserOK) GetPayload ¶
func (o *PutScimUserOK) GetPayload() *models.ScimV2User
func (*PutScimUserOK) IsClientError ¶
func (o *PutScimUserOK) IsClientError() bool
IsClientError returns true when this put scim user o k response has a 4xx status code
func (*PutScimUserOK) IsCode ¶
func (o *PutScimUserOK) IsCode(code int) bool
IsCode returns true when this put scim user o k response a status code equal to that given
func (*PutScimUserOK) IsRedirect ¶
func (o *PutScimUserOK) IsRedirect() bool
IsRedirect returns true when this put scim user o k response has a 3xx status code
func (*PutScimUserOK) IsServerError ¶
func (o *PutScimUserOK) IsServerError() bool
IsServerError returns true when this put scim user o k response has a 5xx status code
func (*PutScimUserOK) IsSuccess ¶
func (o *PutScimUserOK) IsSuccess() bool
IsSuccess returns true when this put scim user o k response has a 2xx status code
func (*PutScimUserOK) String ¶
func (o *PutScimUserOK) String() string
type PutScimUserParams ¶
type PutScimUserParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to replace a user. */ Body *models.ScimV2User /* UserID. The ID of a user. Returned with GET /api/v2/scim/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutScimUserParams contains all the parameters to send to the API endpoint
for the put scim user operation. Typically these are written to a http.Request.
func NewPutScimUserParams ¶
func NewPutScimUserParams() *PutScimUserParams
NewPutScimUserParams creates a new PutScimUserParams 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 NewPutScimUserParamsWithContext ¶
func NewPutScimUserParamsWithContext(ctx context.Context) *PutScimUserParams
NewPutScimUserParamsWithContext creates a new PutScimUserParams object with the ability to set a context for a request.
func NewPutScimUserParamsWithHTTPClient ¶
func NewPutScimUserParamsWithHTTPClient(client *http.Client) *PutScimUserParams
NewPutScimUserParamsWithHTTPClient creates a new PutScimUserParams object with the ability to set a custom HTTPClient for a request.
func NewPutScimUserParamsWithTimeout ¶
func NewPutScimUserParamsWithTimeout(timeout time.Duration) *PutScimUserParams
NewPutScimUserParamsWithTimeout creates a new PutScimUserParams object with the ability to set a timeout on a request.
func (*PutScimUserParams) SetBody ¶
func (o *PutScimUserParams) SetBody(body *models.ScimV2User)
SetBody adds the body to the put scim user params
func (*PutScimUserParams) SetContext ¶
func (o *PutScimUserParams) SetContext(ctx context.Context)
SetContext adds the context to the put scim user params
func (*PutScimUserParams) SetDefaults ¶
func (o *PutScimUserParams) SetDefaults()
SetDefaults hydrates default values in the put scim user params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimUserParams) SetHTTPClient ¶
func (o *PutScimUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put scim user params
func (*PutScimUserParams) SetIfMatch ¶
func (o *PutScimUserParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the put scim user params
func (*PutScimUserParams) SetTimeout ¶
func (o *PutScimUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put scim user params
func (*PutScimUserParams) SetUserID ¶
func (o *PutScimUserParams) SetUserID(userID string)
SetUserID adds the userId to the put scim user params
func (*PutScimUserParams) WithBody ¶
func (o *PutScimUserParams) WithBody(body *models.ScimV2User) *PutScimUserParams
WithBody adds the body to the put scim user params
func (*PutScimUserParams) WithContext ¶
func (o *PutScimUserParams) WithContext(ctx context.Context) *PutScimUserParams
WithContext adds the context to the put scim user params
func (*PutScimUserParams) WithDefaults ¶
func (o *PutScimUserParams) WithDefaults() *PutScimUserParams
WithDefaults hydrates default values in the put scim user params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimUserParams) WithHTTPClient ¶
func (o *PutScimUserParams) WithHTTPClient(client *http.Client) *PutScimUserParams
WithHTTPClient adds the HTTPClient to the put scim user params
func (*PutScimUserParams) WithIfMatch ¶
func (o *PutScimUserParams) WithIfMatch(ifMatch *string) *PutScimUserParams
WithIfMatch adds the ifMatch to the put scim user params
func (*PutScimUserParams) WithTimeout ¶
func (o *PutScimUserParams) WithTimeout(timeout time.Duration) *PutScimUserParams
WithTimeout adds the timeout to the put scim user params
func (*PutScimUserParams) WithUserID ¶
func (o *PutScimUserParams) WithUserID(userID string) *PutScimUserParams
WithUserID adds the userID to the put scim user params
func (*PutScimUserParams) WriteToRequest ¶
func (o *PutScimUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutScimUserReader ¶
type PutScimUserReader struct {
// contains filtered or unexported fields
}
PutScimUserReader is a Reader for the PutScimUser structure.
func (*PutScimUserReader) ReadResponse ¶
func (o *PutScimUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutScimUserRequestEntityTooLarge ¶
PutScimUserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutScimUserRequestEntityTooLarge ¶
func NewPutScimUserRequestEntityTooLarge() *PutScimUserRequestEntityTooLarge
NewPutScimUserRequestEntityTooLarge creates a PutScimUserRequestEntityTooLarge with default headers values
func (*PutScimUserRequestEntityTooLarge) Error ¶
func (o *PutScimUserRequestEntityTooLarge) Error() string
func (*PutScimUserRequestEntityTooLarge) GetPayload ¶
func (o *PutScimUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutScimUserRequestEntityTooLarge) IsClientError ¶
func (o *PutScimUserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put scim user request entity too large response has a 4xx status code
func (*PutScimUserRequestEntityTooLarge) IsCode ¶
func (o *PutScimUserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put scim user request entity too large response a status code equal to that given
func (*PutScimUserRequestEntityTooLarge) IsRedirect ¶
func (o *PutScimUserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put scim user request entity too large response has a 3xx status code
func (*PutScimUserRequestEntityTooLarge) IsServerError ¶
func (o *PutScimUserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put scim user request entity too large response has a 5xx status code
func (*PutScimUserRequestEntityTooLarge) IsSuccess ¶
func (o *PutScimUserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put scim user request entity too large response has a 2xx status code
func (*PutScimUserRequestEntityTooLarge) String ¶
func (o *PutScimUserRequestEntityTooLarge) String() string
type PutScimUserRequestTimeout ¶
PutScimUserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPutScimUserRequestTimeout ¶
func NewPutScimUserRequestTimeout() *PutScimUserRequestTimeout
NewPutScimUserRequestTimeout creates a PutScimUserRequestTimeout with default headers values
func (*PutScimUserRequestTimeout) Error ¶
func (o *PutScimUserRequestTimeout) Error() string
func (*PutScimUserRequestTimeout) GetPayload ¶
func (o *PutScimUserRequestTimeout) GetPayload() *models.ErrorBody
func (*PutScimUserRequestTimeout) IsClientError ¶
func (o *PutScimUserRequestTimeout) IsClientError() bool
IsClientError returns true when this put scim user request timeout response has a 4xx status code
func (*PutScimUserRequestTimeout) IsCode ¶
func (o *PutScimUserRequestTimeout) IsCode(code int) bool
IsCode returns true when this put scim user request timeout response a status code equal to that given
func (*PutScimUserRequestTimeout) IsRedirect ¶
func (o *PutScimUserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put scim user request timeout response has a 3xx status code
func (*PutScimUserRequestTimeout) IsServerError ¶
func (o *PutScimUserRequestTimeout) IsServerError() bool
IsServerError returns true when this put scim user request timeout response has a 5xx status code
func (*PutScimUserRequestTimeout) IsSuccess ¶
func (o *PutScimUserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put scim user request timeout response has a 2xx status code
func (*PutScimUserRequestTimeout) String ¶
func (o *PutScimUserRequestTimeout) String() string
type PutScimUserServiceUnavailable ¶
type PutScimUserServiceUnavailable struct {
}PutScimUserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPutScimUserServiceUnavailable ¶
func NewPutScimUserServiceUnavailable() *PutScimUserServiceUnavailable
NewPutScimUserServiceUnavailable creates a PutScimUserServiceUnavailable with default headers values
func (*PutScimUserServiceUnavailable) Error ¶
func (o *PutScimUserServiceUnavailable) Error() string
func (*PutScimUserServiceUnavailable) GetPayload ¶
func (o *PutScimUserServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutScimUserServiceUnavailable) IsClientError ¶
func (o *PutScimUserServiceUnavailable) IsClientError() bool
IsClientError returns true when this put scim user service unavailable response has a 4xx status code
func (*PutScimUserServiceUnavailable) IsCode ¶
func (o *PutScimUserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put scim user service unavailable response a status code equal to that given
func (*PutScimUserServiceUnavailable) IsRedirect ¶
func (o *PutScimUserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put scim user service unavailable response has a 3xx status code
func (*PutScimUserServiceUnavailable) IsServerError ¶
func (o *PutScimUserServiceUnavailable) IsServerError() bool
IsServerError returns true when this put scim user service unavailable response has a 5xx status code
func (*PutScimUserServiceUnavailable) IsSuccess ¶
func (o *PutScimUserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put scim user service unavailable response has a 2xx status code
func (*PutScimUserServiceUnavailable) String ¶
func (o *PutScimUserServiceUnavailable) String() string
type PutScimUserTooManyRequests ¶
PutScimUserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutScimUserTooManyRequests ¶
func NewPutScimUserTooManyRequests() *PutScimUserTooManyRequests
NewPutScimUserTooManyRequests creates a PutScimUserTooManyRequests with default headers values
func (*PutScimUserTooManyRequests) Error ¶
func (o *PutScimUserTooManyRequests) Error() string
func (*PutScimUserTooManyRequests) GetPayload ¶
func (o *PutScimUserTooManyRequests) GetPayload() *models.ErrorBody
func (*PutScimUserTooManyRequests) IsClientError ¶
func (o *PutScimUserTooManyRequests) IsClientError() bool
IsClientError returns true when this put scim user too many requests response has a 4xx status code
func (*PutScimUserTooManyRequests) IsCode ¶
func (o *PutScimUserTooManyRequests) IsCode(code int) bool
IsCode returns true when this put scim user too many requests response a status code equal to that given
func (*PutScimUserTooManyRequests) IsRedirect ¶
func (o *PutScimUserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put scim user too many requests response has a 3xx status code
func (*PutScimUserTooManyRequests) IsServerError ¶
func (o *PutScimUserTooManyRequests) IsServerError() bool
IsServerError returns true when this put scim user too many requests response has a 5xx status code
func (*PutScimUserTooManyRequests) IsSuccess ¶
func (o *PutScimUserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put scim user too many requests response has a 2xx status code
func (*PutScimUserTooManyRequests) String ¶
func (o *PutScimUserTooManyRequests) String() string
type PutScimUserUnauthorized ¶
type PutScimUserUnauthorized struct {
}PutScimUserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutScimUserUnauthorized ¶
func NewPutScimUserUnauthorized() *PutScimUserUnauthorized
NewPutScimUserUnauthorized creates a PutScimUserUnauthorized with default headers values
func (*PutScimUserUnauthorized) Error ¶
func (o *PutScimUserUnauthorized) Error() string
func (*PutScimUserUnauthorized) GetPayload ¶
func (o *PutScimUserUnauthorized) GetPayload() *models.ErrorBody
func (*PutScimUserUnauthorized) IsClientError ¶
func (o *PutScimUserUnauthorized) IsClientError() bool
IsClientError returns true when this put scim user unauthorized response has a 4xx status code
func (*PutScimUserUnauthorized) IsCode ¶
func (o *PutScimUserUnauthorized) IsCode(code int) bool
IsCode returns true when this put scim user unauthorized response a status code equal to that given
func (*PutScimUserUnauthorized) IsRedirect ¶
func (o *PutScimUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this put scim user unauthorized response has a 3xx status code
func (*PutScimUserUnauthorized) IsServerError ¶
func (o *PutScimUserUnauthorized) IsServerError() bool
IsServerError returns true when this put scim user unauthorized response has a 5xx status code
func (*PutScimUserUnauthorized) IsSuccess ¶
func (o *PutScimUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this put scim user unauthorized response has a 2xx status code
func (*PutScimUserUnauthorized) String ¶
func (o *PutScimUserUnauthorized) String() string
type PutScimUserUnsupportedMediaType ¶
PutScimUserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPutScimUserUnsupportedMediaType ¶
func NewPutScimUserUnsupportedMediaType() *PutScimUserUnsupportedMediaType
NewPutScimUserUnsupportedMediaType creates a PutScimUserUnsupportedMediaType with default headers values
func (*PutScimUserUnsupportedMediaType) Error ¶
func (o *PutScimUserUnsupportedMediaType) Error() string
func (*PutScimUserUnsupportedMediaType) GetPayload ¶
func (o *PutScimUserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutScimUserUnsupportedMediaType) IsClientError ¶
func (o *PutScimUserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put scim user unsupported media type response has a 4xx status code
func (*PutScimUserUnsupportedMediaType) IsCode ¶
func (o *PutScimUserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put scim user unsupported media type response a status code equal to that given
func (*PutScimUserUnsupportedMediaType) IsRedirect ¶
func (o *PutScimUserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put scim user unsupported media type response has a 3xx status code
func (*PutScimUserUnsupportedMediaType) IsServerError ¶
func (o *PutScimUserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put scim user unsupported media type response has a 5xx status code
func (*PutScimUserUnsupportedMediaType) IsSuccess ¶
func (o *PutScimUserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put scim user unsupported media type response has a 2xx status code
func (*PutScimUserUnsupportedMediaType) String ¶
func (o *PutScimUserUnsupportedMediaType) String() string
type PutScimV2GroupBadRequest ¶
PutScimV2GroupBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPutScimV2GroupBadRequest ¶
func NewPutScimV2GroupBadRequest() *PutScimV2GroupBadRequest
NewPutScimV2GroupBadRequest creates a PutScimV2GroupBadRequest with default headers values
func (*PutScimV2GroupBadRequest) Error ¶
func (o *PutScimV2GroupBadRequest) Error() string
func (*PutScimV2GroupBadRequest) GetPayload ¶
func (o *PutScimV2GroupBadRequest) GetPayload() *models.ErrorBody
func (*PutScimV2GroupBadRequest) IsClientError ¶
func (o *PutScimV2GroupBadRequest) IsClientError() bool
IsClientError returns true when this put scim v2 group bad request response has a 4xx status code
func (*PutScimV2GroupBadRequest) IsCode ¶
func (o *PutScimV2GroupBadRequest) IsCode(code int) bool
IsCode returns true when this put scim v2 group bad request response a status code equal to that given
func (*PutScimV2GroupBadRequest) IsRedirect ¶
func (o *PutScimV2GroupBadRequest) IsRedirect() bool
IsRedirect returns true when this put scim v2 group bad request response has a 3xx status code
func (*PutScimV2GroupBadRequest) IsServerError ¶
func (o *PutScimV2GroupBadRequest) IsServerError() bool
IsServerError returns true when this put scim v2 group bad request response has a 5xx status code
func (*PutScimV2GroupBadRequest) IsSuccess ¶
func (o *PutScimV2GroupBadRequest) IsSuccess() bool
IsSuccess returns true when this put scim v2 group bad request response has a 2xx status code
func (*PutScimV2GroupBadRequest) String ¶
func (o *PutScimV2GroupBadRequest) String() string
type PutScimV2GroupConflict ¶
PutScimV2GroupConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPutScimV2GroupConflict ¶
func NewPutScimV2GroupConflict() *PutScimV2GroupConflict
NewPutScimV2GroupConflict creates a PutScimV2GroupConflict with default headers values
func (*PutScimV2GroupConflict) Error ¶
func (o *PutScimV2GroupConflict) Error() string
func (*PutScimV2GroupConflict) GetPayload ¶
func (o *PutScimV2GroupConflict) GetPayload() *models.ScimError
func (*PutScimV2GroupConflict) IsClientError ¶
func (o *PutScimV2GroupConflict) IsClientError() bool
IsClientError returns true when this put scim v2 group conflict response has a 4xx status code
func (*PutScimV2GroupConflict) IsCode ¶
func (o *PutScimV2GroupConflict) IsCode(code int) bool
IsCode returns true when this put scim v2 group conflict response a status code equal to that given
func (*PutScimV2GroupConflict) IsRedirect ¶
func (o *PutScimV2GroupConflict) IsRedirect() bool
IsRedirect returns true when this put scim v2 group conflict response has a 3xx status code
func (*PutScimV2GroupConflict) IsServerError ¶
func (o *PutScimV2GroupConflict) IsServerError() bool
IsServerError returns true when this put scim v2 group conflict response has a 5xx status code
func (*PutScimV2GroupConflict) IsSuccess ¶
func (o *PutScimV2GroupConflict) IsSuccess() bool
IsSuccess returns true when this put scim v2 group conflict response has a 2xx status code
func (*PutScimV2GroupConflict) String ¶
func (o *PutScimV2GroupConflict) String() string
type PutScimV2GroupForbidden ¶
PutScimV2GroupForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutScimV2GroupForbidden ¶
func NewPutScimV2GroupForbidden() *PutScimV2GroupForbidden
NewPutScimV2GroupForbidden creates a PutScimV2GroupForbidden with default headers values
func (*PutScimV2GroupForbidden) Error ¶
func (o *PutScimV2GroupForbidden) Error() string
func (*PutScimV2GroupForbidden) GetPayload ¶
func (o *PutScimV2GroupForbidden) GetPayload() *models.ErrorBody
func (*PutScimV2GroupForbidden) IsClientError ¶
func (o *PutScimV2GroupForbidden) IsClientError() bool
IsClientError returns true when this put scim v2 group forbidden response has a 4xx status code
func (*PutScimV2GroupForbidden) IsCode ¶
func (o *PutScimV2GroupForbidden) IsCode(code int) bool
IsCode returns true when this put scim v2 group forbidden response a status code equal to that given
func (*PutScimV2GroupForbidden) IsRedirect ¶
func (o *PutScimV2GroupForbidden) IsRedirect() bool
IsRedirect returns true when this put scim v2 group forbidden response has a 3xx status code
func (*PutScimV2GroupForbidden) IsServerError ¶
func (o *PutScimV2GroupForbidden) IsServerError() bool
IsServerError returns true when this put scim v2 group forbidden response has a 5xx status code
func (*PutScimV2GroupForbidden) IsSuccess ¶
func (o *PutScimV2GroupForbidden) IsSuccess() bool
IsSuccess returns true when this put scim v2 group forbidden response has a 2xx status code
func (*PutScimV2GroupForbidden) String ¶
func (o *PutScimV2GroupForbidden) String() string
type PutScimV2GroupGatewayTimeout ¶
PutScimV2GroupGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutScimV2GroupGatewayTimeout ¶
func NewPutScimV2GroupGatewayTimeout() *PutScimV2GroupGatewayTimeout
NewPutScimV2GroupGatewayTimeout creates a PutScimV2GroupGatewayTimeout with default headers values
func (*PutScimV2GroupGatewayTimeout) Error ¶
func (o *PutScimV2GroupGatewayTimeout) Error() string
func (*PutScimV2GroupGatewayTimeout) GetPayload ¶
func (o *PutScimV2GroupGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutScimV2GroupGatewayTimeout) IsClientError ¶
func (o *PutScimV2GroupGatewayTimeout) IsClientError() bool
IsClientError returns true when this put scim v2 group gateway timeout response has a 4xx status code
func (*PutScimV2GroupGatewayTimeout) IsCode ¶
func (o *PutScimV2GroupGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put scim v2 group gateway timeout response a status code equal to that given
func (*PutScimV2GroupGatewayTimeout) IsRedirect ¶
func (o *PutScimV2GroupGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put scim v2 group gateway timeout response has a 3xx status code
func (*PutScimV2GroupGatewayTimeout) IsServerError ¶
func (o *PutScimV2GroupGatewayTimeout) IsServerError() bool
IsServerError returns true when this put scim v2 group gateway timeout response has a 5xx status code
func (*PutScimV2GroupGatewayTimeout) IsSuccess ¶
func (o *PutScimV2GroupGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put scim v2 group gateway timeout response has a 2xx status code
func (*PutScimV2GroupGatewayTimeout) String ¶
func (o *PutScimV2GroupGatewayTimeout) String() string
type PutScimV2GroupInternalServerError ¶
PutScimV2GroupInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPutScimV2GroupInternalServerError ¶
func NewPutScimV2GroupInternalServerError() *PutScimV2GroupInternalServerError
NewPutScimV2GroupInternalServerError creates a PutScimV2GroupInternalServerError with default headers values
func (*PutScimV2GroupInternalServerError) Error ¶
func (o *PutScimV2GroupInternalServerError) Error() string
func (*PutScimV2GroupInternalServerError) GetPayload ¶
func (o *PutScimV2GroupInternalServerError) GetPayload() *models.ErrorBody
func (*PutScimV2GroupInternalServerError) IsClientError ¶
func (o *PutScimV2GroupInternalServerError) IsClientError() bool
IsClientError returns true when this put scim v2 group internal server error response has a 4xx status code
func (*PutScimV2GroupInternalServerError) IsCode ¶
func (o *PutScimV2GroupInternalServerError) IsCode(code int) bool
IsCode returns true when this put scim v2 group internal server error response a status code equal to that given
func (*PutScimV2GroupInternalServerError) IsRedirect ¶
func (o *PutScimV2GroupInternalServerError) IsRedirect() bool
IsRedirect returns true when this put scim v2 group internal server error response has a 3xx status code
func (*PutScimV2GroupInternalServerError) IsServerError ¶
func (o *PutScimV2GroupInternalServerError) IsServerError() bool
IsServerError returns true when this put scim v2 group internal server error response has a 5xx status code
func (*PutScimV2GroupInternalServerError) IsSuccess ¶
func (o *PutScimV2GroupInternalServerError) IsSuccess() bool
IsSuccess returns true when this put scim v2 group internal server error response has a 2xx status code
func (*PutScimV2GroupInternalServerError) String ¶
func (o *PutScimV2GroupInternalServerError) String() string
type PutScimV2GroupNotFound ¶
PutScimV2GroupNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutScimV2GroupNotFound ¶
func NewPutScimV2GroupNotFound() *PutScimV2GroupNotFound
NewPutScimV2GroupNotFound creates a PutScimV2GroupNotFound with default headers values
func (*PutScimV2GroupNotFound) Error ¶
func (o *PutScimV2GroupNotFound) Error() string
func (*PutScimV2GroupNotFound) GetPayload ¶
func (o *PutScimV2GroupNotFound) GetPayload() *models.ErrorBody
func (*PutScimV2GroupNotFound) IsClientError ¶
func (o *PutScimV2GroupNotFound) IsClientError() bool
IsClientError returns true when this put scim v2 group not found response has a 4xx status code
func (*PutScimV2GroupNotFound) IsCode ¶
func (o *PutScimV2GroupNotFound) IsCode(code int) bool
IsCode returns true when this put scim v2 group not found response a status code equal to that given
func (*PutScimV2GroupNotFound) IsRedirect ¶
func (o *PutScimV2GroupNotFound) IsRedirect() bool
IsRedirect returns true when this put scim v2 group not found response has a 3xx status code
func (*PutScimV2GroupNotFound) IsServerError ¶
func (o *PutScimV2GroupNotFound) IsServerError() bool
IsServerError returns true when this put scim v2 group not found response has a 5xx status code
func (*PutScimV2GroupNotFound) IsSuccess ¶
func (o *PutScimV2GroupNotFound) IsSuccess() bool
IsSuccess returns true when this put scim v2 group not found response has a 2xx status code
func (*PutScimV2GroupNotFound) String ¶
func (o *PutScimV2GroupNotFound) String() string
type PutScimV2GroupOK ¶
type PutScimV2GroupOK struct {
Payload *models.ScimV2Group
}
PutScimV2GroupOK describes a response with status code 200, with default header values.
successful operation
func NewPutScimV2GroupOK ¶
func NewPutScimV2GroupOK() *PutScimV2GroupOK
NewPutScimV2GroupOK creates a PutScimV2GroupOK with default headers values
func (*PutScimV2GroupOK) Error ¶
func (o *PutScimV2GroupOK) Error() string
func (*PutScimV2GroupOK) GetPayload ¶
func (o *PutScimV2GroupOK) GetPayload() *models.ScimV2Group
func (*PutScimV2GroupOK) IsClientError ¶
func (o *PutScimV2GroupOK) IsClientError() bool
IsClientError returns true when this put scim v2 group o k response has a 4xx status code
func (*PutScimV2GroupOK) IsCode ¶
func (o *PutScimV2GroupOK) IsCode(code int) bool
IsCode returns true when this put scim v2 group o k response a status code equal to that given
func (*PutScimV2GroupOK) IsRedirect ¶
func (o *PutScimV2GroupOK) IsRedirect() bool
IsRedirect returns true when this put scim v2 group o k response has a 3xx status code
func (*PutScimV2GroupOK) IsServerError ¶
func (o *PutScimV2GroupOK) IsServerError() bool
IsServerError returns true when this put scim v2 group o k response has a 5xx status code
func (*PutScimV2GroupOK) IsSuccess ¶
func (o *PutScimV2GroupOK) IsSuccess() bool
IsSuccess returns true when this put scim v2 group o k response has a 2xx status code
func (*PutScimV2GroupOK) String ¶
func (o *PutScimV2GroupOK) String() string
type PutScimV2GroupParams ¶
type PutScimV2GroupParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/groups/{groupId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to replace a group. */ Body *models.ScimV2Group /* GroupID. The ID of a group. Returned with GET /api/v2/scim/v2/groups. */ GroupID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutScimV2GroupParams contains all the parameters to send to the API endpoint
for the put scim v2 group operation. Typically these are written to a http.Request.
func NewPutScimV2GroupParams ¶
func NewPutScimV2GroupParams() *PutScimV2GroupParams
NewPutScimV2GroupParams creates a new PutScimV2GroupParams 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 NewPutScimV2GroupParamsWithContext ¶
func NewPutScimV2GroupParamsWithContext(ctx context.Context) *PutScimV2GroupParams
NewPutScimV2GroupParamsWithContext creates a new PutScimV2GroupParams object with the ability to set a context for a request.
func NewPutScimV2GroupParamsWithHTTPClient ¶
func NewPutScimV2GroupParamsWithHTTPClient(client *http.Client) *PutScimV2GroupParams
NewPutScimV2GroupParamsWithHTTPClient creates a new PutScimV2GroupParams object with the ability to set a custom HTTPClient for a request.
func NewPutScimV2GroupParamsWithTimeout ¶
func NewPutScimV2GroupParamsWithTimeout(timeout time.Duration) *PutScimV2GroupParams
NewPutScimV2GroupParamsWithTimeout creates a new PutScimV2GroupParams object with the ability to set a timeout on a request.
func (*PutScimV2GroupParams) SetBody ¶
func (o *PutScimV2GroupParams) SetBody(body *models.ScimV2Group)
SetBody adds the body to the put scim v2 group params
func (*PutScimV2GroupParams) SetContext ¶
func (o *PutScimV2GroupParams) SetContext(ctx context.Context)
SetContext adds the context to the put scim v2 group params
func (*PutScimV2GroupParams) SetDefaults ¶
func (o *PutScimV2GroupParams) SetDefaults()
SetDefaults hydrates default values in the put scim v2 group params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimV2GroupParams) SetGroupID ¶
func (o *PutScimV2GroupParams) SetGroupID(groupID string)
SetGroupID adds the groupId to the put scim v2 group params
func (*PutScimV2GroupParams) SetHTTPClient ¶
func (o *PutScimV2GroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put scim v2 group params
func (*PutScimV2GroupParams) SetIfMatch ¶
func (o *PutScimV2GroupParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the put scim v2 group params
func (*PutScimV2GroupParams) SetTimeout ¶
func (o *PutScimV2GroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put scim v2 group params
func (*PutScimV2GroupParams) WithBody ¶
func (o *PutScimV2GroupParams) WithBody(body *models.ScimV2Group) *PutScimV2GroupParams
WithBody adds the body to the put scim v2 group params
func (*PutScimV2GroupParams) WithContext ¶
func (o *PutScimV2GroupParams) WithContext(ctx context.Context) *PutScimV2GroupParams
WithContext adds the context to the put scim v2 group params
func (*PutScimV2GroupParams) WithDefaults ¶
func (o *PutScimV2GroupParams) WithDefaults() *PutScimV2GroupParams
WithDefaults hydrates default values in the put scim v2 group params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimV2GroupParams) WithGroupID ¶
func (o *PutScimV2GroupParams) WithGroupID(groupID string) *PutScimV2GroupParams
WithGroupID adds the groupID to the put scim v2 group params
func (*PutScimV2GroupParams) WithHTTPClient ¶
func (o *PutScimV2GroupParams) WithHTTPClient(client *http.Client) *PutScimV2GroupParams
WithHTTPClient adds the HTTPClient to the put scim v2 group params
func (*PutScimV2GroupParams) WithIfMatch ¶
func (o *PutScimV2GroupParams) WithIfMatch(ifMatch *string) *PutScimV2GroupParams
WithIfMatch adds the ifMatch to the put scim v2 group params
func (*PutScimV2GroupParams) WithTimeout ¶
func (o *PutScimV2GroupParams) WithTimeout(timeout time.Duration) *PutScimV2GroupParams
WithTimeout adds the timeout to the put scim v2 group params
func (*PutScimV2GroupParams) WriteToRequest ¶
func (o *PutScimV2GroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutScimV2GroupReader ¶
type PutScimV2GroupReader struct {
// contains filtered or unexported fields
}
PutScimV2GroupReader is a Reader for the PutScimV2Group structure.
func (*PutScimV2GroupReader) ReadResponse ¶
func (o *PutScimV2GroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutScimV2GroupRequestEntityTooLarge ¶
PutScimV2GroupRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutScimV2GroupRequestEntityTooLarge ¶
func NewPutScimV2GroupRequestEntityTooLarge() *PutScimV2GroupRequestEntityTooLarge
NewPutScimV2GroupRequestEntityTooLarge creates a PutScimV2GroupRequestEntityTooLarge with default headers values
func (*PutScimV2GroupRequestEntityTooLarge) Error ¶
func (o *PutScimV2GroupRequestEntityTooLarge) Error() string
func (*PutScimV2GroupRequestEntityTooLarge) GetPayload ¶
func (o *PutScimV2GroupRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutScimV2GroupRequestEntityTooLarge) IsClientError ¶
func (o *PutScimV2GroupRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put scim v2 group request entity too large response has a 4xx status code
func (*PutScimV2GroupRequestEntityTooLarge) IsCode ¶
func (o *PutScimV2GroupRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put scim v2 group request entity too large response a status code equal to that given
func (*PutScimV2GroupRequestEntityTooLarge) IsRedirect ¶
func (o *PutScimV2GroupRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put scim v2 group request entity too large response has a 3xx status code
func (*PutScimV2GroupRequestEntityTooLarge) IsServerError ¶
func (o *PutScimV2GroupRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put scim v2 group request entity too large response has a 5xx status code
func (*PutScimV2GroupRequestEntityTooLarge) IsSuccess ¶
func (o *PutScimV2GroupRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put scim v2 group request entity too large response has a 2xx status code
func (*PutScimV2GroupRequestEntityTooLarge) String ¶
func (o *PutScimV2GroupRequestEntityTooLarge) String() string
type PutScimV2GroupRequestTimeout ¶
PutScimV2GroupRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPutScimV2GroupRequestTimeout ¶
func NewPutScimV2GroupRequestTimeout() *PutScimV2GroupRequestTimeout
NewPutScimV2GroupRequestTimeout creates a PutScimV2GroupRequestTimeout with default headers values
func (*PutScimV2GroupRequestTimeout) Error ¶
func (o *PutScimV2GroupRequestTimeout) Error() string
func (*PutScimV2GroupRequestTimeout) GetPayload ¶
func (o *PutScimV2GroupRequestTimeout) GetPayload() *models.ErrorBody
func (*PutScimV2GroupRequestTimeout) IsClientError ¶
func (o *PutScimV2GroupRequestTimeout) IsClientError() bool
IsClientError returns true when this put scim v2 group request timeout response has a 4xx status code
func (*PutScimV2GroupRequestTimeout) IsCode ¶
func (o *PutScimV2GroupRequestTimeout) IsCode(code int) bool
IsCode returns true when this put scim v2 group request timeout response a status code equal to that given
func (*PutScimV2GroupRequestTimeout) IsRedirect ¶
func (o *PutScimV2GroupRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put scim v2 group request timeout response has a 3xx status code
func (*PutScimV2GroupRequestTimeout) IsServerError ¶
func (o *PutScimV2GroupRequestTimeout) IsServerError() bool
IsServerError returns true when this put scim v2 group request timeout response has a 5xx status code
func (*PutScimV2GroupRequestTimeout) IsSuccess ¶
func (o *PutScimV2GroupRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put scim v2 group request timeout response has a 2xx status code
func (*PutScimV2GroupRequestTimeout) String ¶
func (o *PutScimV2GroupRequestTimeout) String() string
type PutScimV2GroupServiceUnavailable ¶
type PutScimV2GroupServiceUnavailable struct {
}PutScimV2GroupServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPutScimV2GroupServiceUnavailable ¶
func NewPutScimV2GroupServiceUnavailable() *PutScimV2GroupServiceUnavailable
NewPutScimV2GroupServiceUnavailable creates a PutScimV2GroupServiceUnavailable with default headers values
func (*PutScimV2GroupServiceUnavailable) Error ¶
func (o *PutScimV2GroupServiceUnavailable) Error() string
func (*PutScimV2GroupServiceUnavailable) GetPayload ¶
func (o *PutScimV2GroupServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutScimV2GroupServiceUnavailable) IsClientError ¶
func (o *PutScimV2GroupServiceUnavailable) IsClientError() bool
IsClientError returns true when this put scim v2 group service unavailable response has a 4xx status code
func (*PutScimV2GroupServiceUnavailable) IsCode ¶
func (o *PutScimV2GroupServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put scim v2 group service unavailable response a status code equal to that given
func (*PutScimV2GroupServiceUnavailable) IsRedirect ¶
func (o *PutScimV2GroupServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put scim v2 group service unavailable response has a 3xx status code
func (*PutScimV2GroupServiceUnavailable) IsServerError ¶
func (o *PutScimV2GroupServiceUnavailable) IsServerError() bool
IsServerError returns true when this put scim v2 group service unavailable response has a 5xx status code
func (*PutScimV2GroupServiceUnavailable) IsSuccess ¶
func (o *PutScimV2GroupServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put scim v2 group service unavailable response has a 2xx status code
func (*PutScimV2GroupServiceUnavailable) String ¶
func (o *PutScimV2GroupServiceUnavailable) String() string
type PutScimV2GroupTooManyRequests ¶
PutScimV2GroupTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutScimV2GroupTooManyRequests ¶
func NewPutScimV2GroupTooManyRequests() *PutScimV2GroupTooManyRequests
NewPutScimV2GroupTooManyRequests creates a PutScimV2GroupTooManyRequests with default headers values
func (*PutScimV2GroupTooManyRequests) Error ¶
func (o *PutScimV2GroupTooManyRequests) Error() string
func (*PutScimV2GroupTooManyRequests) GetPayload ¶
func (o *PutScimV2GroupTooManyRequests) GetPayload() *models.ErrorBody
func (*PutScimV2GroupTooManyRequests) IsClientError ¶
func (o *PutScimV2GroupTooManyRequests) IsClientError() bool
IsClientError returns true when this put scim v2 group too many requests response has a 4xx status code
func (*PutScimV2GroupTooManyRequests) IsCode ¶
func (o *PutScimV2GroupTooManyRequests) IsCode(code int) bool
IsCode returns true when this put scim v2 group too many requests response a status code equal to that given
func (*PutScimV2GroupTooManyRequests) IsRedirect ¶
func (o *PutScimV2GroupTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put scim v2 group too many requests response has a 3xx status code
func (*PutScimV2GroupTooManyRequests) IsServerError ¶
func (o *PutScimV2GroupTooManyRequests) IsServerError() bool
IsServerError returns true when this put scim v2 group too many requests response has a 5xx status code
func (*PutScimV2GroupTooManyRequests) IsSuccess ¶
func (o *PutScimV2GroupTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put scim v2 group too many requests response has a 2xx status code
func (*PutScimV2GroupTooManyRequests) String ¶
func (o *PutScimV2GroupTooManyRequests) String() string
type PutScimV2GroupUnauthorized ¶
type PutScimV2GroupUnauthorized struct {
}PutScimV2GroupUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutScimV2GroupUnauthorized ¶
func NewPutScimV2GroupUnauthorized() *PutScimV2GroupUnauthorized
NewPutScimV2GroupUnauthorized creates a PutScimV2GroupUnauthorized with default headers values
func (*PutScimV2GroupUnauthorized) Error ¶
func (o *PutScimV2GroupUnauthorized) Error() string
func (*PutScimV2GroupUnauthorized) GetPayload ¶
func (o *PutScimV2GroupUnauthorized) GetPayload() *models.ErrorBody
func (*PutScimV2GroupUnauthorized) IsClientError ¶
func (o *PutScimV2GroupUnauthorized) IsClientError() bool
IsClientError returns true when this put scim v2 group unauthorized response has a 4xx status code
func (*PutScimV2GroupUnauthorized) IsCode ¶
func (o *PutScimV2GroupUnauthorized) IsCode(code int) bool
IsCode returns true when this put scim v2 group unauthorized response a status code equal to that given
func (*PutScimV2GroupUnauthorized) IsRedirect ¶
func (o *PutScimV2GroupUnauthorized) IsRedirect() bool
IsRedirect returns true when this put scim v2 group unauthorized response has a 3xx status code
func (*PutScimV2GroupUnauthorized) IsServerError ¶
func (o *PutScimV2GroupUnauthorized) IsServerError() bool
IsServerError returns true when this put scim v2 group unauthorized response has a 5xx status code
func (*PutScimV2GroupUnauthorized) IsSuccess ¶
func (o *PutScimV2GroupUnauthorized) IsSuccess() bool
IsSuccess returns true when this put scim v2 group unauthorized response has a 2xx status code
func (*PutScimV2GroupUnauthorized) String ¶
func (o *PutScimV2GroupUnauthorized) String() string
type PutScimV2GroupUnsupportedMediaType ¶
PutScimV2GroupUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPutScimV2GroupUnsupportedMediaType ¶
func NewPutScimV2GroupUnsupportedMediaType() *PutScimV2GroupUnsupportedMediaType
NewPutScimV2GroupUnsupportedMediaType creates a PutScimV2GroupUnsupportedMediaType with default headers values
func (*PutScimV2GroupUnsupportedMediaType) Error ¶
func (o *PutScimV2GroupUnsupportedMediaType) Error() string
func (*PutScimV2GroupUnsupportedMediaType) GetPayload ¶
func (o *PutScimV2GroupUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutScimV2GroupUnsupportedMediaType) IsClientError ¶
func (o *PutScimV2GroupUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put scim v2 group unsupported media type response has a 4xx status code
func (*PutScimV2GroupUnsupportedMediaType) IsCode ¶
func (o *PutScimV2GroupUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put scim v2 group unsupported media type response a status code equal to that given
func (*PutScimV2GroupUnsupportedMediaType) IsRedirect ¶
func (o *PutScimV2GroupUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put scim v2 group unsupported media type response has a 3xx status code
func (*PutScimV2GroupUnsupportedMediaType) IsServerError ¶
func (o *PutScimV2GroupUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put scim v2 group unsupported media type response has a 5xx status code
func (*PutScimV2GroupUnsupportedMediaType) IsSuccess ¶
func (o *PutScimV2GroupUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put scim v2 group unsupported media type response has a 2xx status code
func (*PutScimV2GroupUnsupportedMediaType) String ¶
func (o *PutScimV2GroupUnsupportedMediaType) String() string
type PutScimV2UserBadRequest ¶
PutScimV2UserBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPutScimV2UserBadRequest ¶
func NewPutScimV2UserBadRequest() *PutScimV2UserBadRequest
NewPutScimV2UserBadRequest creates a PutScimV2UserBadRequest with default headers values
func (*PutScimV2UserBadRequest) Error ¶
func (o *PutScimV2UserBadRequest) Error() string
func (*PutScimV2UserBadRequest) GetPayload ¶
func (o *PutScimV2UserBadRequest) GetPayload() *models.ErrorBody
func (*PutScimV2UserBadRequest) IsClientError ¶
func (o *PutScimV2UserBadRequest) IsClientError() bool
IsClientError returns true when this put scim v2 user bad request response has a 4xx status code
func (*PutScimV2UserBadRequest) IsCode ¶
func (o *PutScimV2UserBadRequest) IsCode(code int) bool
IsCode returns true when this put scim v2 user bad request response a status code equal to that given
func (*PutScimV2UserBadRequest) IsRedirect ¶
func (o *PutScimV2UserBadRequest) IsRedirect() bool
IsRedirect returns true when this put scim v2 user bad request response has a 3xx status code
func (*PutScimV2UserBadRequest) IsServerError ¶
func (o *PutScimV2UserBadRequest) IsServerError() bool
IsServerError returns true when this put scim v2 user bad request response has a 5xx status code
func (*PutScimV2UserBadRequest) IsSuccess ¶
func (o *PutScimV2UserBadRequest) IsSuccess() bool
IsSuccess returns true when this put scim v2 user bad request response has a 2xx status code
func (*PutScimV2UserBadRequest) String ¶
func (o *PutScimV2UserBadRequest) String() string
type PutScimV2UserConflict ¶
PutScimV2UserConflict describes a response with status code 409, with default header values.
Version does not match current version.
func NewPutScimV2UserConflict ¶
func NewPutScimV2UserConflict() *PutScimV2UserConflict
NewPutScimV2UserConflict creates a PutScimV2UserConflict with default headers values
func (*PutScimV2UserConflict) Error ¶
func (o *PutScimV2UserConflict) Error() string
func (*PutScimV2UserConflict) GetPayload ¶
func (o *PutScimV2UserConflict) GetPayload() *models.ScimError
func (*PutScimV2UserConflict) IsClientError ¶
func (o *PutScimV2UserConflict) IsClientError() bool
IsClientError returns true when this put scim v2 user conflict response has a 4xx status code
func (*PutScimV2UserConflict) IsCode ¶
func (o *PutScimV2UserConflict) IsCode(code int) bool
IsCode returns true when this put scim v2 user conflict response a status code equal to that given
func (*PutScimV2UserConflict) IsRedirect ¶
func (o *PutScimV2UserConflict) IsRedirect() bool
IsRedirect returns true when this put scim v2 user conflict response has a 3xx status code
func (*PutScimV2UserConflict) IsServerError ¶
func (o *PutScimV2UserConflict) IsServerError() bool
IsServerError returns true when this put scim v2 user conflict response has a 5xx status code
func (*PutScimV2UserConflict) IsSuccess ¶
func (o *PutScimV2UserConflict) IsSuccess() bool
IsSuccess returns true when this put scim v2 user conflict response has a 2xx status code
func (*PutScimV2UserConflict) String ¶
func (o *PutScimV2UserConflict) String() string
type PutScimV2UserForbidden ¶
PutScimV2UserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutScimV2UserForbidden ¶
func NewPutScimV2UserForbidden() *PutScimV2UserForbidden
NewPutScimV2UserForbidden creates a PutScimV2UserForbidden with default headers values
func (*PutScimV2UserForbidden) Error ¶
func (o *PutScimV2UserForbidden) Error() string
func (*PutScimV2UserForbidden) GetPayload ¶
func (o *PutScimV2UserForbidden) GetPayload() *models.ErrorBody
func (*PutScimV2UserForbidden) IsClientError ¶
func (o *PutScimV2UserForbidden) IsClientError() bool
IsClientError returns true when this put scim v2 user forbidden response has a 4xx status code
func (*PutScimV2UserForbidden) IsCode ¶
func (o *PutScimV2UserForbidden) IsCode(code int) bool
IsCode returns true when this put scim v2 user forbidden response a status code equal to that given
func (*PutScimV2UserForbidden) IsRedirect ¶
func (o *PutScimV2UserForbidden) IsRedirect() bool
IsRedirect returns true when this put scim v2 user forbidden response has a 3xx status code
func (*PutScimV2UserForbidden) IsServerError ¶
func (o *PutScimV2UserForbidden) IsServerError() bool
IsServerError returns true when this put scim v2 user forbidden response has a 5xx status code
func (*PutScimV2UserForbidden) IsSuccess ¶
func (o *PutScimV2UserForbidden) IsSuccess() bool
IsSuccess returns true when this put scim v2 user forbidden response has a 2xx status code
func (*PutScimV2UserForbidden) String ¶
func (o *PutScimV2UserForbidden) String() string
type PutScimV2UserGatewayTimeout ¶
PutScimV2UserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutScimV2UserGatewayTimeout ¶
func NewPutScimV2UserGatewayTimeout() *PutScimV2UserGatewayTimeout
NewPutScimV2UserGatewayTimeout creates a PutScimV2UserGatewayTimeout with default headers values
func (*PutScimV2UserGatewayTimeout) Error ¶
func (o *PutScimV2UserGatewayTimeout) Error() string
func (*PutScimV2UserGatewayTimeout) GetPayload ¶
func (o *PutScimV2UserGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutScimV2UserGatewayTimeout) IsClientError ¶
func (o *PutScimV2UserGatewayTimeout) IsClientError() bool
IsClientError returns true when this put scim v2 user gateway timeout response has a 4xx status code
func (*PutScimV2UserGatewayTimeout) IsCode ¶
func (o *PutScimV2UserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put scim v2 user gateway timeout response a status code equal to that given
func (*PutScimV2UserGatewayTimeout) IsRedirect ¶
func (o *PutScimV2UserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put scim v2 user gateway timeout response has a 3xx status code
func (*PutScimV2UserGatewayTimeout) IsServerError ¶
func (o *PutScimV2UserGatewayTimeout) IsServerError() bool
IsServerError returns true when this put scim v2 user gateway timeout response has a 5xx status code
func (*PutScimV2UserGatewayTimeout) IsSuccess ¶
func (o *PutScimV2UserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put scim v2 user gateway timeout response has a 2xx status code
func (*PutScimV2UserGatewayTimeout) String ¶
func (o *PutScimV2UserGatewayTimeout) String() string
type PutScimV2UserInternalServerError ¶
PutScimV2UserInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPutScimV2UserInternalServerError ¶
func NewPutScimV2UserInternalServerError() *PutScimV2UserInternalServerError
NewPutScimV2UserInternalServerError creates a PutScimV2UserInternalServerError with default headers values
func (*PutScimV2UserInternalServerError) Error ¶
func (o *PutScimV2UserInternalServerError) Error() string
func (*PutScimV2UserInternalServerError) GetPayload ¶
func (o *PutScimV2UserInternalServerError) GetPayload() *models.ErrorBody
func (*PutScimV2UserInternalServerError) IsClientError ¶
func (o *PutScimV2UserInternalServerError) IsClientError() bool
IsClientError returns true when this put scim v2 user internal server error response has a 4xx status code
func (*PutScimV2UserInternalServerError) IsCode ¶
func (o *PutScimV2UserInternalServerError) IsCode(code int) bool
IsCode returns true when this put scim v2 user internal server error response a status code equal to that given
func (*PutScimV2UserInternalServerError) IsRedirect ¶
func (o *PutScimV2UserInternalServerError) IsRedirect() bool
IsRedirect returns true when this put scim v2 user internal server error response has a 3xx status code
func (*PutScimV2UserInternalServerError) IsServerError ¶
func (o *PutScimV2UserInternalServerError) IsServerError() bool
IsServerError returns true when this put scim v2 user internal server error response has a 5xx status code
func (*PutScimV2UserInternalServerError) IsSuccess ¶
func (o *PutScimV2UserInternalServerError) IsSuccess() bool
IsSuccess returns true when this put scim v2 user internal server error response has a 2xx status code
func (*PutScimV2UserInternalServerError) String ¶
func (o *PutScimV2UserInternalServerError) String() string
type PutScimV2UserNotFound ¶
PutScimV2UserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutScimV2UserNotFound ¶
func NewPutScimV2UserNotFound() *PutScimV2UserNotFound
NewPutScimV2UserNotFound creates a PutScimV2UserNotFound with default headers values
func (*PutScimV2UserNotFound) Error ¶
func (o *PutScimV2UserNotFound) Error() string
func (*PutScimV2UserNotFound) GetPayload ¶
func (o *PutScimV2UserNotFound) GetPayload() *models.ErrorBody
func (*PutScimV2UserNotFound) IsClientError ¶
func (o *PutScimV2UserNotFound) IsClientError() bool
IsClientError returns true when this put scim v2 user not found response has a 4xx status code
func (*PutScimV2UserNotFound) IsCode ¶
func (o *PutScimV2UserNotFound) IsCode(code int) bool
IsCode returns true when this put scim v2 user not found response a status code equal to that given
func (*PutScimV2UserNotFound) IsRedirect ¶
func (o *PutScimV2UserNotFound) IsRedirect() bool
IsRedirect returns true when this put scim v2 user not found response has a 3xx status code
func (*PutScimV2UserNotFound) IsServerError ¶
func (o *PutScimV2UserNotFound) IsServerError() bool
IsServerError returns true when this put scim v2 user not found response has a 5xx status code
func (*PutScimV2UserNotFound) IsSuccess ¶
func (o *PutScimV2UserNotFound) IsSuccess() bool
IsSuccess returns true when this put scim v2 user not found response has a 2xx status code
func (*PutScimV2UserNotFound) String ¶
func (o *PutScimV2UserNotFound) String() string
type PutScimV2UserOK ¶
type PutScimV2UserOK struct {
Payload *models.ScimV2User
}
PutScimV2UserOK describes a response with status code 200, with default header values.
successful operation
func NewPutScimV2UserOK ¶
func NewPutScimV2UserOK() *PutScimV2UserOK
NewPutScimV2UserOK creates a PutScimV2UserOK with default headers values
func (*PutScimV2UserOK) Error ¶
func (o *PutScimV2UserOK) Error() string
func (*PutScimV2UserOK) GetPayload ¶
func (o *PutScimV2UserOK) GetPayload() *models.ScimV2User
func (*PutScimV2UserOK) IsClientError ¶
func (o *PutScimV2UserOK) IsClientError() bool
IsClientError returns true when this put scim v2 user o k response has a 4xx status code
func (*PutScimV2UserOK) IsCode ¶
func (o *PutScimV2UserOK) IsCode(code int) bool
IsCode returns true when this put scim v2 user o k response a status code equal to that given
func (*PutScimV2UserOK) IsRedirect ¶
func (o *PutScimV2UserOK) IsRedirect() bool
IsRedirect returns true when this put scim v2 user o k response has a 3xx status code
func (*PutScimV2UserOK) IsServerError ¶
func (o *PutScimV2UserOK) IsServerError() bool
IsServerError returns true when this put scim v2 user o k response has a 5xx status code
func (*PutScimV2UserOK) IsSuccess ¶
func (o *PutScimV2UserOK) IsSuccess() bool
IsSuccess returns true when this put scim v2 user o k response has a 2xx status code
func (*PutScimV2UserOK) String ¶
func (o *PutScimV2UserOK) String() string
type PutScimV2UserParams ¶
type PutScimV2UserParams struct { /* IfMatch. The ETag of a resource in double quotes. Returned as header and meta.version with initial call to GET /api/v2/scim/v2/users/{userId}. Example: "42". If the ETag is different from the version on the server, returns 400 with a "scimType" of "invalidVers". */ IfMatch *string /* Body. The information used to replace a user. */ Body *models.ScimV2User /* UserID. The ID of a user. Returned with GET /api/v2/scim/v2/users. */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutScimV2UserParams contains all the parameters to send to the API endpoint
for the put scim v2 user operation. Typically these are written to a http.Request.
func NewPutScimV2UserParams ¶
func NewPutScimV2UserParams() *PutScimV2UserParams
NewPutScimV2UserParams creates a new PutScimV2UserParams 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 NewPutScimV2UserParamsWithContext ¶
func NewPutScimV2UserParamsWithContext(ctx context.Context) *PutScimV2UserParams
NewPutScimV2UserParamsWithContext creates a new PutScimV2UserParams object with the ability to set a context for a request.
func NewPutScimV2UserParamsWithHTTPClient ¶
func NewPutScimV2UserParamsWithHTTPClient(client *http.Client) *PutScimV2UserParams
NewPutScimV2UserParamsWithHTTPClient creates a new PutScimV2UserParams object with the ability to set a custom HTTPClient for a request.
func NewPutScimV2UserParamsWithTimeout ¶
func NewPutScimV2UserParamsWithTimeout(timeout time.Duration) *PutScimV2UserParams
NewPutScimV2UserParamsWithTimeout creates a new PutScimV2UserParams object with the ability to set a timeout on a request.
func (*PutScimV2UserParams) SetBody ¶
func (o *PutScimV2UserParams) SetBody(body *models.ScimV2User)
SetBody adds the body to the put scim v2 user params
func (*PutScimV2UserParams) SetContext ¶
func (o *PutScimV2UserParams) SetContext(ctx context.Context)
SetContext adds the context to the put scim v2 user params
func (*PutScimV2UserParams) SetDefaults ¶
func (o *PutScimV2UserParams) SetDefaults()
SetDefaults hydrates default values in the put scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimV2UserParams) SetHTTPClient ¶
func (o *PutScimV2UserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put scim v2 user params
func (*PutScimV2UserParams) SetIfMatch ¶
func (o *PutScimV2UserParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the put scim v2 user params
func (*PutScimV2UserParams) SetTimeout ¶
func (o *PutScimV2UserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put scim v2 user params
func (*PutScimV2UserParams) SetUserID ¶
func (o *PutScimV2UserParams) SetUserID(userID string)
SetUserID adds the userId to the put scim v2 user params
func (*PutScimV2UserParams) WithBody ¶
func (o *PutScimV2UserParams) WithBody(body *models.ScimV2User) *PutScimV2UserParams
WithBody adds the body to the put scim v2 user params
func (*PutScimV2UserParams) WithContext ¶
func (o *PutScimV2UserParams) WithContext(ctx context.Context) *PutScimV2UserParams
WithContext adds the context to the put scim v2 user params
func (*PutScimV2UserParams) WithDefaults ¶
func (o *PutScimV2UserParams) WithDefaults() *PutScimV2UserParams
WithDefaults hydrates default values in the put scim v2 user params (not the query body).
All values with no default are reset to their zero value.
func (*PutScimV2UserParams) WithHTTPClient ¶
func (o *PutScimV2UserParams) WithHTTPClient(client *http.Client) *PutScimV2UserParams
WithHTTPClient adds the HTTPClient to the put scim v2 user params
func (*PutScimV2UserParams) WithIfMatch ¶
func (o *PutScimV2UserParams) WithIfMatch(ifMatch *string) *PutScimV2UserParams
WithIfMatch adds the ifMatch to the put scim v2 user params
func (*PutScimV2UserParams) WithTimeout ¶
func (o *PutScimV2UserParams) WithTimeout(timeout time.Duration) *PutScimV2UserParams
WithTimeout adds the timeout to the put scim v2 user params
func (*PutScimV2UserParams) WithUserID ¶
func (o *PutScimV2UserParams) WithUserID(userID string) *PutScimV2UserParams
WithUserID adds the userID to the put scim v2 user params
func (*PutScimV2UserParams) WriteToRequest ¶
func (o *PutScimV2UserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutScimV2UserReader ¶
type PutScimV2UserReader struct {
// contains filtered or unexported fields
}
PutScimV2UserReader is a Reader for the PutScimV2User structure.
func (*PutScimV2UserReader) ReadResponse ¶
func (o *PutScimV2UserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutScimV2UserRequestEntityTooLarge ¶
PutScimV2UserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutScimV2UserRequestEntityTooLarge ¶
func NewPutScimV2UserRequestEntityTooLarge() *PutScimV2UserRequestEntityTooLarge
NewPutScimV2UserRequestEntityTooLarge creates a PutScimV2UserRequestEntityTooLarge with default headers values
func (*PutScimV2UserRequestEntityTooLarge) Error ¶
func (o *PutScimV2UserRequestEntityTooLarge) Error() string
func (*PutScimV2UserRequestEntityTooLarge) GetPayload ¶
func (o *PutScimV2UserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutScimV2UserRequestEntityTooLarge) IsClientError ¶
func (o *PutScimV2UserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put scim v2 user request entity too large response has a 4xx status code
func (*PutScimV2UserRequestEntityTooLarge) IsCode ¶
func (o *PutScimV2UserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put scim v2 user request entity too large response a status code equal to that given
func (*PutScimV2UserRequestEntityTooLarge) IsRedirect ¶
func (o *PutScimV2UserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put scim v2 user request entity too large response has a 3xx status code
func (*PutScimV2UserRequestEntityTooLarge) IsServerError ¶
func (o *PutScimV2UserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put scim v2 user request entity too large response has a 5xx status code
func (*PutScimV2UserRequestEntityTooLarge) IsSuccess ¶
func (o *PutScimV2UserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put scim v2 user request entity too large response has a 2xx status code
func (*PutScimV2UserRequestEntityTooLarge) String ¶
func (o *PutScimV2UserRequestEntityTooLarge) String() string
type PutScimV2UserRequestTimeout ¶
PutScimV2UserRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPutScimV2UserRequestTimeout ¶
func NewPutScimV2UserRequestTimeout() *PutScimV2UserRequestTimeout
NewPutScimV2UserRequestTimeout creates a PutScimV2UserRequestTimeout with default headers values
func (*PutScimV2UserRequestTimeout) Error ¶
func (o *PutScimV2UserRequestTimeout) Error() string
func (*PutScimV2UserRequestTimeout) GetPayload ¶
func (o *PutScimV2UserRequestTimeout) GetPayload() *models.ErrorBody
func (*PutScimV2UserRequestTimeout) IsClientError ¶
func (o *PutScimV2UserRequestTimeout) IsClientError() bool
IsClientError returns true when this put scim v2 user request timeout response has a 4xx status code
func (*PutScimV2UserRequestTimeout) IsCode ¶
func (o *PutScimV2UserRequestTimeout) IsCode(code int) bool
IsCode returns true when this put scim v2 user request timeout response a status code equal to that given
func (*PutScimV2UserRequestTimeout) IsRedirect ¶
func (o *PutScimV2UserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put scim v2 user request timeout response has a 3xx status code
func (*PutScimV2UserRequestTimeout) IsServerError ¶
func (o *PutScimV2UserRequestTimeout) IsServerError() bool
IsServerError returns true when this put scim v2 user request timeout response has a 5xx status code
func (*PutScimV2UserRequestTimeout) IsSuccess ¶
func (o *PutScimV2UserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put scim v2 user request timeout response has a 2xx status code
func (*PutScimV2UserRequestTimeout) String ¶
func (o *PutScimV2UserRequestTimeout) String() string
type PutScimV2UserServiceUnavailable ¶
type PutScimV2UserServiceUnavailable struct {
}PutScimV2UserServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPutScimV2UserServiceUnavailable ¶
func NewPutScimV2UserServiceUnavailable() *PutScimV2UserServiceUnavailable
NewPutScimV2UserServiceUnavailable creates a PutScimV2UserServiceUnavailable with default headers values
func (*PutScimV2UserServiceUnavailable) Error ¶
func (o *PutScimV2UserServiceUnavailable) Error() string
func (*PutScimV2UserServiceUnavailable) GetPayload ¶
func (o *PutScimV2UserServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutScimV2UserServiceUnavailable) IsClientError ¶
func (o *PutScimV2UserServiceUnavailable) IsClientError() bool
IsClientError returns true when this put scim v2 user service unavailable response has a 4xx status code
func (*PutScimV2UserServiceUnavailable) IsCode ¶
func (o *PutScimV2UserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put scim v2 user service unavailable response a status code equal to that given
func (*PutScimV2UserServiceUnavailable) IsRedirect ¶
func (o *PutScimV2UserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put scim v2 user service unavailable response has a 3xx status code
func (*PutScimV2UserServiceUnavailable) IsServerError ¶
func (o *PutScimV2UserServiceUnavailable) IsServerError() bool
IsServerError returns true when this put scim v2 user service unavailable response has a 5xx status code
func (*PutScimV2UserServiceUnavailable) IsSuccess ¶
func (o *PutScimV2UserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put scim v2 user service unavailable response has a 2xx status code
func (*PutScimV2UserServiceUnavailable) String ¶
func (o *PutScimV2UserServiceUnavailable) String() string
type PutScimV2UserTooManyRequests ¶
PutScimV2UserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutScimV2UserTooManyRequests ¶
func NewPutScimV2UserTooManyRequests() *PutScimV2UserTooManyRequests
NewPutScimV2UserTooManyRequests creates a PutScimV2UserTooManyRequests with default headers values
func (*PutScimV2UserTooManyRequests) Error ¶
func (o *PutScimV2UserTooManyRequests) Error() string
func (*PutScimV2UserTooManyRequests) GetPayload ¶
func (o *PutScimV2UserTooManyRequests) GetPayload() *models.ErrorBody
func (*PutScimV2UserTooManyRequests) IsClientError ¶
func (o *PutScimV2UserTooManyRequests) IsClientError() bool
IsClientError returns true when this put scim v2 user too many requests response has a 4xx status code
func (*PutScimV2UserTooManyRequests) IsCode ¶
func (o *PutScimV2UserTooManyRequests) IsCode(code int) bool
IsCode returns true when this put scim v2 user too many requests response a status code equal to that given
func (*PutScimV2UserTooManyRequests) IsRedirect ¶
func (o *PutScimV2UserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put scim v2 user too many requests response has a 3xx status code
func (*PutScimV2UserTooManyRequests) IsServerError ¶
func (o *PutScimV2UserTooManyRequests) IsServerError() bool
IsServerError returns true when this put scim v2 user too many requests response has a 5xx status code
func (*PutScimV2UserTooManyRequests) IsSuccess ¶
func (o *PutScimV2UserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put scim v2 user too many requests response has a 2xx status code
func (*PutScimV2UserTooManyRequests) String ¶
func (o *PutScimV2UserTooManyRequests) String() string
type PutScimV2UserUnauthorized ¶
type PutScimV2UserUnauthorized struct {
}PutScimV2UserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutScimV2UserUnauthorized ¶
func NewPutScimV2UserUnauthorized() *PutScimV2UserUnauthorized
NewPutScimV2UserUnauthorized creates a PutScimV2UserUnauthorized with default headers values
func (*PutScimV2UserUnauthorized) Error ¶
func (o *PutScimV2UserUnauthorized) Error() string
func (*PutScimV2UserUnauthorized) GetPayload ¶
func (o *PutScimV2UserUnauthorized) GetPayload() *models.ErrorBody
func (*PutScimV2UserUnauthorized) IsClientError ¶
func (o *PutScimV2UserUnauthorized) IsClientError() bool
IsClientError returns true when this put scim v2 user unauthorized response has a 4xx status code
func (*PutScimV2UserUnauthorized) IsCode ¶
func (o *PutScimV2UserUnauthorized) IsCode(code int) bool
IsCode returns true when this put scim v2 user unauthorized response a status code equal to that given
func (*PutScimV2UserUnauthorized) IsRedirect ¶
func (o *PutScimV2UserUnauthorized) IsRedirect() bool
IsRedirect returns true when this put scim v2 user unauthorized response has a 3xx status code
func (*PutScimV2UserUnauthorized) IsServerError ¶
func (o *PutScimV2UserUnauthorized) IsServerError() bool
IsServerError returns true when this put scim v2 user unauthorized response has a 5xx status code
func (*PutScimV2UserUnauthorized) IsSuccess ¶
func (o *PutScimV2UserUnauthorized) IsSuccess() bool
IsSuccess returns true when this put scim v2 user unauthorized response has a 2xx status code
func (*PutScimV2UserUnauthorized) String ¶
func (o *PutScimV2UserUnauthorized) String() string
type PutScimV2UserUnsupportedMediaType ¶
PutScimV2UserUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPutScimV2UserUnsupportedMediaType ¶
func NewPutScimV2UserUnsupportedMediaType() *PutScimV2UserUnsupportedMediaType
NewPutScimV2UserUnsupportedMediaType creates a PutScimV2UserUnsupportedMediaType with default headers values
func (*PutScimV2UserUnsupportedMediaType) Error ¶
func (o *PutScimV2UserUnsupportedMediaType) Error() string
func (*PutScimV2UserUnsupportedMediaType) GetPayload ¶
func (o *PutScimV2UserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutScimV2UserUnsupportedMediaType) IsClientError ¶
func (o *PutScimV2UserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put scim v2 user unsupported media type response has a 4xx status code
func (*PutScimV2UserUnsupportedMediaType) IsCode ¶
func (o *PutScimV2UserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put scim v2 user unsupported media type response a status code equal to that given
func (*PutScimV2UserUnsupportedMediaType) IsRedirect ¶
func (o *PutScimV2UserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put scim v2 user unsupported media type response has a 3xx status code
func (*PutScimV2UserUnsupportedMediaType) IsServerError ¶
func (o *PutScimV2UserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put scim v2 user unsupported media type response has a 5xx status code
func (*PutScimV2UserUnsupportedMediaType) IsSuccess ¶
func (o *PutScimV2UserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put scim v2 user unsupported media type response has a 2xx status code
func (*PutScimV2UserUnsupportedMediaType) String ¶
func (o *PutScimV2UserUnsupportedMediaType) String() string
Source Files
¶
- delete_scim_user_parameters.go
- delete_scim_user_responses.go
- delete_scim_v2_user_parameters.go
- delete_scim_v2_user_responses.go
- get_scim_group_parameters.go
- get_scim_group_responses.go
- get_scim_groups_parameters.go
- get_scim_groups_responses.go
- get_scim_resourcetype_parameters.go
- get_scim_resourcetype_responses.go
- get_scim_resourcetypes_parameters.go
- get_scim_resourcetypes_responses.go
- get_scim_schema_parameters.go
- get_scim_schema_responses.go
- get_scim_schemas_parameters.go
- get_scim_schemas_responses.go
- get_scim_serviceproviderconfig_parameters.go
- get_scim_serviceproviderconfig_responses.go
- get_scim_user_parameters.go
- get_scim_user_responses.go
- get_scim_users_parameters.go
- get_scim_users_responses.go
- get_scim_v2_group_parameters.go
- get_scim_v2_group_responses.go
- get_scim_v2_groups_parameters.go
- get_scim_v2_groups_responses.go
- get_scim_v2_resourcetype_parameters.go
- get_scim_v2_resourcetype_responses.go
- get_scim_v2_resourcetypes_parameters.go
- get_scim_v2_resourcetypes_responses.go
- get_scim_v2_schema_parameters.go
- get_scim_v2_schema_responses.go
- get_scim_v2_schemas_parameters.go
- get_scim_v2_schemas_responses.go
- get_scim_v2_serviceproviderconfig_parameters.go
- get_scim_v2_serviceproviderconfig_responses.go
- get_scim_v2_user_parameters.go
- get_scim_v2_user_responses.go
- get_scim_v2_users_parameters.go
- get_scim_v2_users_responses.go
- patch_scim_group_parameters.go
- patch_scim_group_responses.go
- patch_scim_user_parameters.go
- patch_scim_user_responses.go
- patch_scim_v2_group_parameters.go
- patch_scim_v2_group_responses.go
- patch_scim_v2_user_parameters.go
- patch_scim_v2_user_responses.go
- post_scim_users_parameters.go
- post_scim_users_responses.go
- post_scim_v2_users_parameters.go
- post_scim_v2_users_responses.go
- put_scim_group_parameters.go
- put_scim_group_responses.go
- put_scim_user_parameters.go
- put_scim_user_responses.go
- put_scim_v2_group_parameters.go
- put_scim_v2_group_responses.go
- put_scim_v2_user_parameters.go
- put_scim_v2_user_responses.go
- scim_client.go