s_c_i_m

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

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

DeleteScimUser deletes a user

func (*Client) DeleteScimV2User

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

PostScimUsers creates a user

func (*Client) PostScimV2Users

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

type DeleteScimUserBadRequest struct {
	Payload *models.ErrorBody
}

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

type DeleteScimUserConflict struct {
	Payload *models.ScimError
}

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

type DeleteScimUserForbidden struct {
	Payload *models.ErrorBody
}

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

type DeleteScimUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimUserGatewayTimeout) GetPayload

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

type DeleteScimUserInternalServerError

type DeleteScimUserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimUserInternalServerError) GetPayload

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

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

type DeleteScimUserNotFound struct {
	Payload *models.ErrorBody
}

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

type DeleteScimUserOK struct {
	Payload models.Empty
}

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

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

type DeleteScimUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimUserRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this delete scim user request entity too large response has a 2xx status code

func (*DeleteScimUserRequestEntityTooLarge) String

type DeleteScimUserRequestTimeout

type DeleteScimUserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimUserRequestTimeout) GetPayload

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

type DeleteScimUserServiceUnavailable

type DeleteScimUserServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimUserServiceUnavailable) GetPayload

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

type DeleteScimUserTooManyRequests

type DeleteScimUserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimUserTooManyRequests) GetPayload

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

type DeleteScimUserUnauthorized

type DeleteScimUserUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type DeleteScimUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimUserUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this delete scim user unsupported media type response has a 2xx status code

func (*DeleteScimUserUnsupportedMediaType) String

type DeleteScimV2UserBadRequest

type DeleteScimV2UserBadRequest struct {
	Payload *models.ErrorBody
}

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 (*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

type DeleteScimV2UserConflict struct {
	Payload *models.ScimError
}

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

type DeleteScimV2UserForbidden struct {
	Payload *models.ErrorBody
}

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

type DeleteScimV2UserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserGatewayTimeout) GetPayload

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

type DeleteScimV2UserInternalServerError

type DeleteScimV2UserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserInternalServerError) GetPayload

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

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

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

func (*DeleteScimV2UserInternalServerError) 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

type DeleteScimV2UserNotFound struct {
	Payload *models.ErrorBody
}

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

type DeleteScimV2UserOK struct {
	Payload models.Empty
}

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

WithContext adds the context to the delete scim v2 user params

func (*DeleteScimV2UserParams) WithDefaults

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

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

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

type DeleteScimV2UserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserRequestEntityTooLarge) GetPayload

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

IsCode returns true when this delete scim v2 user request entity too large response a status code equal to that given

func (*DeleteScimV2UserRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this delete scim v2 user request entity too large response has a 2xx status code

func (*DeleteScimV2UserRequestEntityTooLarge) String

type DeleteScimV2UserRequestTimeout

type DeleteScimV2UserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserRequestTimeout) GetPayload

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

type DeleteScimV2UserServiceUnavailable

type DeleteScimV2UserServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserServiceUnavailable) GetPayload

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

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

IsSuccess returns true when this delete scim v2 user service unavailable response has a 2xx status code

func (*DeleteScimV2UserServiceUnavailable) String

type DeleteScimV2UserTooManyRequests

type DeleteScimV2UserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserTooManyRequests) GetPayload

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

type DeleteScimV2UserUnauthorized

type DeleteScimV2UserUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserUnauthorized) GetPayload

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

type DeleteScimV2UserUnsupportedMediaType

type DeleteScimV2UserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*DeleteScimV2UserUnsupportedMediaType) GetPayload

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

IsCode returns true when this delete scim v2 user unsupported media type response a status code equal to that given

func (*DeleteScimV2UserUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this delete scim v2 user unsupported media type response has a 2xx status code

func (*DeleteScimV2UserUnsupportedMediaType) String

type GetScimGroupBadRequest

type GetScimGroupBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimGroupForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimGroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimGroupInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimGroupInternalServerError) GetPayload

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

type GetScimGroupNotFound

type GetScimGroupNotFound struct {
	Payload *models.ErrorBody
}

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

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

type GetScimGroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimGroupRequestEntityTooLarge) GetPayload

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

type GetScimGroupRequestTimeout

type GetScimGroupRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*GetScimGroupServiceUnavailable) GetPayload

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

type GetScimGroupTooManyRequests

type GetScimGroupTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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

type GetScimGroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimGroupUnsupportedMediaType) GetPayload

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

type GetScimGroupsBadRequest

type GetScimGroupsBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimGroupsForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimGroupsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimGroupsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimGroupsInternalServerError) GetPayload

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

type GetScimGroupsNotFound

type GetScimGroupsNotFound struct {
	Payload *models.ErrorBody
}

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

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

type GetScimGroupsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimGroupsRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this get scim groups request entity too large response has a 2xx status code

func (*GetScimGroupsRequestEntityTooLarge) String

type GetScimGroupsRequestTimeout

type GetScimGroupsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*GetScimGroupsServiceUnavailable) GetPayload

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

type GetScimGroupsTooManyRequests

type GetScimGroupsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimGroupsTooManyRequests) GetPayload

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

type GetScimGroupsUnauthorized

type GetScimGroupsUnauthorized struct {
	Payload *models.ErrorBody
}

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

type GetScimGroupsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimGroupsUnsupportedMediaType) GetPayload

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

type GetScimResourcetypeBadRequest

type GetScimResourcetypeBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeBadRequest) GetPayload

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

type GetScimResourcetypeForbidden

type GetScimResourcetypeForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeForbidden) GetPayload

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

type GetScimResourcetypeGatewayTimeout

type GetScimResourcetypeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeGatewayTimeout) GetPayload

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

type GetScimResourcetypeInternalServerError

type GetScimResourcetypeInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeInternalServerError) GetPayload

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

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

func (*GetScimResourcetypeInternalServerError) IsRedirect

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

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

func (*GetScimResourcetypeInternalServerError) String

type GetScimResourcetypeNotFound

type GetScimResourcetypeNotFound struct {
	Payload *models.ErrorBody
}

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 (*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 (*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

WithContext adds the context to the get scim resourcetype params

func (*GetScimResourcetypeParams) WithDefaults

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

WithTimeout adds the timeout to the get scim resourcetype params

func (*GetScimResourcetypeParams) WriteToRequest

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

type GetScimResourcetypeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeRequestEntityTooLarge) GetPayload

func (*GetScimResourcetypeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get scim resourcetype request entity too large response has a 4xx status code

func (*GetScimResourcetypeRequestEntityTooLarge) IsCode

IsCode returns true when this get scim resourcetype request entity too large response a status code equal to that given

func (*GetScimResourcetypeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get scim resourcetype request entity too large response has a 3xx status code

func (*GetScimResourcetypeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get scim resourcetype request entity too large response has a 5xx status code

func (*GetScimResourcetypeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get scim resourcetype request entity too large response has a 2xx status code

func (*GetScimResourcetypeRequestEntityTooLarge) String

type GetScimResourcetypeRequestTimeout

type GetScimResourcetypeRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeRequestTimeout) GetPayload

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

type GetScimResourcetypeServiceUnavailable

type GetScimResourcetypeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeServiceUnavailable) GetPayload

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

IsCode returns true when this get scim resourcetype service unavailable response a status code equal to that given

func (*GetScimResourcetypeServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get scim resourcetype service unavailable response has a 2xx status code

func (*GetScimResourcetypeServiceUnavailable) String

type GetScimResourcetypeTooManyRequests

type GetScimResourcetypeTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeTooManyRequests) GetPayload

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

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

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

func (*GetScimResourcetypeTooManyRequests) String

type GetScimResourcetypeUnauthorized

type GetScimResourcetypeUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeUnauthorized) GetPayload

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

type GetScimResourcetypeUnsupportedMediaType

type GetScimResourcetypeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypeUnsupportedMediaType) GetPayload

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

IsCode returns true when this get scim resourcetype unsupported media type response a status code equal to that given

func (*GetScimResourcetypeUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get scim resourcetype unsupported media type response has a 2xx status code

func (*GetScimResourcetypeUnsupportedMediaType) String

type GetScimResourcetypesBadRequest

type GetScimResourcetypesBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesBadRequest) GetPayload

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

type GetScimResourcetypesForbidden

type GetScimResourcetypesForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesForbidden) GetPayload

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

type GetScimResourcetypesGatewayTimeout

type GetScimResourcetypesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesGatewayTimeout) GetPayload

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

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

IsSuccess returns true when this get scim resourcetypes gateway timeout response has a 2xx status code

func (*GetScimResourcetypesGatewayTimeout) String

type GetScimResourcetypesInternalServerError

type GetScimResourcetypesInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesInternalServerError) GetPayload

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

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

func (*GetScimResourcetypesInternalServerError) IsRedirect

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

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

func (*GetScimResourcetypesInternalServerError) String

type GetScimResourcetypesNotFound

type GetScimResourcetypesNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesNotFound) GetPayload

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

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 (*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

WithContext adds the context to the get scim resourcetypes params

func (*GetScimResourcetypesParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get scim resourcetypes params

func (*GetScimResourcetypesParams) WithTimeout

WithTimeout adds the timeout to the get scim resourcetypes params

func (*GetScimResourcetypesParams) WriteToRequest

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

type GetScimResourcetypesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesRequestEntityTooLarge) GetPayload

func (*GetScimResourcetypesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get scim resourcetypes request entity too large response has a 4xx status code

func (*GetScimResourcetypesRequestEntityTooLarge) IsCode

IsCode returns true when this get scim resourcetypes request entity too large response a status code equal to that given

func (*GetScimResourcetypesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get scim resourcetypes request entity too large response has a 3xx status code

func (*GetScimResourcetypesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get scim resourcetypes request entity too large response has a 5xx status code

func (*GetScimResourcetypesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get scim resourcetypes request entity too large response has a 2xx status code

func (*GetScimResourcetypesRequestEntityTooLarge) String

type GetScimResourcetypesRequestTimeout

type GetScimResourcetypesRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesRequestTimeout) GetPayload

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

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

IsSuccess returns true when this get scim resourcetypes request timeout response has a 2xx status code

func (*GetScimResourcetypesRequestTimeout) String

type GetScimResourcetypesServiceUnavailable

type GetScimResourcetypesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesServiceUnavailable) GetPayload

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

IsCode returns true when this get scim resourcetypes service unavailable response a status code equal to that given

func (*GetScimResourcetypesServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get scim resourcetypes service unavailable response has a 2xx status code

func (*GetScimResourcetypesServiceUnavailable) String

type GetScimResourcetypesTooManyRequests

type GetScimResourcetypesTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesTooManyRequests) GetPayload

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

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

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

func (*GetScimResourcetypesTooManyRequests) String

type GetScimResourcetypesUnauthorized

type GetScimResourcetypesUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesUnauthorized) GetPayload

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

type GetScimResourcetypesUnsupportedMediaType

type GetScimResourcetypesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimResourcetypesUnsupportedMediaType) GetPayload

func (*GetScimResourcetypesUnsupportedMediaType) IsClientError

IsClientError returns true when this get scim resourcetypes unsupported media type response has a 4xx status code

func (*GetScimResourcetypesUnsupportedMediaType) IsCode

IsCode returns true when this get scim resourcetypes unsupported media type response a status code equal to that given

func (*GetScimResourcetypesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get scim resourcetypes unsupported media type response has a 3xx status code

func (*GetScimResourcetypesUnsupportedMediaType) IsServerError

IsServerError returns true when this get scim resourcetypes unsupported media type response has a 5xx status code

func (*GetScimResourcetypesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get scim resourcetypes unsupported media type response has a 2xx status code

func (*GetScimResourcetypesUnsupportedMediaType) String

type GetScimSchemaBadRequest

type GetScimSchemaBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimSchemaForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimSchemaGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimSchemaInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemaInternalServerError) GetPayload

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

type GetScimSchemaNotFound

type GetScimSchemaNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

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

type GetScimSchemaRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemaRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this get scim schema request entity too large response has a 2xx status code

func (*GetScimSchemaRequestEntityTooLarge) String

type GetScimSchemaRequestTimeout

type GetScimSchemaRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*GetScimSchemaServiceUnavailable) GetPayload

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

type GetScimSchemaTooManyRequests

type GetScimSchemaTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemaTooManyRequests) GetPayload

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

type GetScimSchemaUnauthorized

type GetScimSchemaUnauthorized struct {
	Payload *models.ErrorBody
}

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

type GetScimSchemaUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemaUnsupportedMediaType) GetPayload

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

type GetScimSchemasBadRequest

type GetScimSchemasBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimSchemasForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimSchemasGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemasGatewayTimeout) GetPayload

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

type GetScimSchemasInternalServerError

type GetScimSchemasInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemasInternalServerError) GetPayload

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

type GetScimSchemasNotFound

type GetScimSchemasNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

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

type GetScimSchemasRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemasRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this get scim schemas request entity too large response has a 2xx status code

func (*GetScimSchemasRequestEntityTooLarge) String

type GetScimSchemasRequestTimeout

type GetScimSchemasRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemasRequestTimeout) GetPayload

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

type GetScimSchemasServiceUnavailable

type GetScimSchemasServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemasServiceUnavailable) GetPayload

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

type GetScimSchemasTooManyRequests

type GetScimSchemasTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemasTooManyRequests) GetPayload

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

type GetScimSchemasUnauthorized

type GetScimSchemasUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimSchemasUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimSchemasUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this get scim schemas unsupported media type response has a 2xx status code

func (*GetScimSchemasUnsupportedMediaType) String

type GetScimServiceproviderconfigBadRequest

type GetScimServiceproviderconfigBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigBadRequest) GetPayload

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

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

func (*GetScimServiceproviderconfigBadRequest) IsRedirect

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

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

func (*GetScimServiceproviderconfigBadRequest) String

type GetScimServiceproviderconfigForbidden

type GetScimServiceproviderconfigForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigForbidden) GetPayload

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

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

func (*GetScimServiceproviderconfigForbidden) IsRedirect

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

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

func (*GetScimServiceproviderconfigForbidden) String

type GetScimServiceproviderconfigGatewayTimeout

type GetScimServiceproviderconfigGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigGatewayTimeout) GetPayload

func (*GetScimServiceproviderconfigGatewayTimeout) IsClientError

IsClientError returns true when this get scim serviceproviderconfig gateway timeout response has a 4xx status code

func (*GetScimServiceproviderconfigGatewayTimeout) IsCode

IsCode returns true when this get scim serviceproviderconfig gateway timeout response a status code equal to that given

func (*GetScimServiceproviderconfigGatewayTimeout) IsRedirect

IsRedirect returns true when this get scim serviceproviderconfig gateway timeout response has a 3xx status code

func (*GetScimServiceproviderconfigGatewayTimeout) IsServerError

IsServerError returns true when this get scim serviceproviderconfig gateway timeout response has a 5xx status code

func (*GetScimServiceproviderconfigGatewayTimeout) IsSuccess

IsSuccess returns true when this get scim serviceproviderconfig gateway timeout response has a 2xx status code

func (*GetScimServiceproviderconfigGatewayTimeout) String

type GetScimServiceproviderconfigInternalServerError

type GetScimServiceproviderconfigInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigInternalServerError) GetPayload

func (*GetScimServiceproviderconfigInternalServerError) IsClientError

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

func (*GetScimServiceproviderconfigInternalServerError) IsCode

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

func (*GetScimServiceproviderconfigInternalServerError) IsRedirect

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

func (*GetScimServiceproviderconfigInternalServerError) IsServerError

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

func (*GetScimServiceproviderconfigInternalServerError) IsSuccess

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

func (*GetScimServiceproviderconfigInternalServerError) String

type GetScimServiceproviderconfigNotFound

type GetScimServiceproviderconfigNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigNotFound) GetPayload

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

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

func (*GetScimServiceproviderconfigNotFound) IsRedirect

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

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

func (*GetScimServiceproviderconfigNotFound) 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 (*GetScimServiceproviderconfigOK) GetPayload

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

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

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

WithContext adds the context to the get scim serviceproviderconfig params

func (*GetScimServiceproviderconfigParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get scim serviceproviderconfig params

func (*GetScimServiceproviderconfigParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get scim serviceproviderconfig params

func (*GetScimServiceproviderconfigParams) WithTimeout

WithTimeout adds the timeout to the get scim serviceproviderconfig params

func (*GetScimServiceproviderconfigParams) WriteToRequest

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

type GetScimServiceproviderconfigRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigRequestEntityTooLarge) GetPayload

func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsClientError

IsClientError returns true when this get scim serviceproviderconfig request entity too large response has a 4xx status code

func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsCode

IsCode returns true when this get scim serviceproviderconfig request entity too large response a status code equal to that given

func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get scim serviceproviderconfig request entity too large response has a 3xx status code

func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsServerError

IsServerError returns true when this get scim serviceproviderconfig request entity too large response has a 5xx status code

func (*GetScimServiceproviderconfigRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get scim serviceproviderconfig request entity too large response has a 2xx status code

func (*GetScimServiceproviderconfigRequestEntityTooLarge) String

type GetScimServiceproviderconfigRequestTimeout

type GetScimServiceproviderconfigRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigRequestTimeout) GetPayload

func (*GetScimServiceproviderconfigRequestTimeout) IsClientError

IsClientError returns true when this get scim serviceproviderconfig request timeout response has a 4xx status code

func (*GetScimServiceproviderconfigRequestTimeout) IsCode

IsCode returns true when this get scim serviceproviderconfig request timeout response a status code equal to that given

func (*GetScimServiceproviderconfigRequestTimeout) IsRedirect

IsRedirect returns true when this get scim serviceproviderconfig request timeout response has a 3xx status code

func (*GetScimServiceproviderconfigRequestTimeout) IsServerError

IsServerError returns true when this get scim serviceproviderconfig request timeout response has a 5xx status code

func (*GetScimServiceproviderconfigRequestTimeout) IsSuccess

IsSuccess returns true when this get scim serviceproviderconfig request timeout response has a 2xx status code

func (*GetScimServiceproviderconfigRequestTimeout) String

type GetScimServiceproviderconfigServiceUnavailable

type GetScimServiceproviderconfigServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigServiceUnavailable) GetPayload

func (*GetScimServiceproviderconfigServiceUnavailable) IsClientError

IsClientError returns true when this get scim serviceproviderconfig service unavailable response has a 4xx status code

func (*GetScimServiceproviderconfigServiceUnavailable) IsCode

IsCode returns true when this get scim serviceproviderconfig service unavailable response a status code equal to that given

func (*GetScimServiceproviderconfigServiceUnavailable) IsRedirect

IsRedirect returns true when this get scim serviceproviderconfig service unavailable response has a 3xx status code

func (*GetScimServiceproviderconfigServiceUnavailable) IsServerError

IsServerError returns true when this get scim serviceproviderconfig service unavailable response has a 5xx status code

func (*GetScimServiceproviderconfigServiceUnavailable) IsSuccess

IsSuccess returns true when this get scim serviceproviderconfig service unavailable response has a 2xx status code

func (*GetScimServiceproviderconfigServiceUnavailable) String

type GetScimServiceproviderconfigTooManyRequests

type GetScimServiceproviderconfigTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigTooManyRequests) GetPayload

func (*GetScimServiceproviderconfigTooManyRequests) IsClientError

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

func (*GetScimServiceproviderconfigTooManyRequests) IsCode

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

func (*GetScimServiceproviderconfigTooManyRequests) IsRedirect

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

func (*GetScimServiceproviderconfigTooManyRequests) IsServerError

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

func (*GetScimServiceproviderconfigTooManyRequests) IsSuccess

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

func (*GetScimServiceproviderconfigTooManyRequests) String

type GetScimServiceproviderconfigUnauthorized

type GetScimServiceproviderconfigUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigUnauthorized) GetPayload

func (*GetScimServiceproviderconfigUnauthorized) IsClientError

IsClientError returns true when this get scim serviceproviderconfig unauthorized response has a 4xx status code

func (*GetScimServiceproviderconfigUnauthorized) IsCode

IsCode returns true when this get scim serviceproviderconfig unauthorized response a status code equal to that given

func (*GetScimServiceproviderconfigUnauthorized) IsRedirect

IsRedirect returns true when this get scim serviceproviderconfig unauthorized response has a 3xx status code

func (*GetScimServiceproviderconfigUnauthorized) IsServerError

IsServerError returns true when this get scim serviceproviderconfig unauthorized response has a 5xx status code

func (*GetScimServiceproviderconfigUnauthorized) IsSuccess

IsSuccess returns true when this get scim serviceproviderconfig unauthorized response has a 2xx status code

func (*GetScimServiceproviderconfigUnauthorized) String

type GetScimServiceproviderconfigUnsupportedMediaType

type GetScimServiceproviderconfigUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimServiceproviderconfigUnsupportedMediaType) GetPayload

func (*GetScimServiceproviderconfigUnsupportedMediaType) IsClientError

IsClientError returns true when this get scim serviceproviderconfig unsupported media type response has a 4xx status code

func (*GetScimServiceproviderconfigUnsupportedMediaType) IsCode

IsCode returns true when this get scim serviceproviderconfig unsupported media type response a status code equal to that given

func (*GetScimServiceproviderconfigUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get scim serviceproviderconfig unsupported media type response has a 3xx status code

func (*GetScimServiceproviderconfigUnsupportedMediaType) IsServerError

IsServerError returns true when this get scim serviceproviderconfig unsupported media type response has a 5xx status code

func (*GetScimServiceproviderconfigUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get scim serviceproviderconfig unsupported media type response has a 2xx status code

func (*GetScimServiceproviderconfigUnsupportedMediaType) String

type GetScimUserBadRequest

type GetScimUserBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimUserForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

type GetScimUserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimUserInternalServerError) GetPayload

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

type GetScimUserNotFound

type GetScimUserNotFound struct {
	Payload *models.ErrorBody
}

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

type GetScimUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimUserRequestEntityTooLarge) GetPayload

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

type GetScimUserRequestTimeout

type GetScimUserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 {
	Payload *models.ErrorBody
}

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 (*GetScimUserServiceUnavailable) GetPayload

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

type GetScimUserTooManyRequests

type GetScimUserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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

type GetScimUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimUserUnsupportedMediaType) GetPayload

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

type GetScimUsersBadRequest

type GetScimUsersBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimUsersForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimUsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimUsersInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimUsersInternalServerError) GetPayload

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

type GetScimUsersNotFound

type GetScimUsersNotFound struct {
	Payload *models.ErrorBody
}

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

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

type GetScimUsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimUsersRequestEntityTooLarge) GetPayload

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

type GetScimUsersRequestTimeout

type GetScimUsersRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*GetScimUsersServiceUnavailable) GetPayload

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

type GetScimUsersTooManyRequests

type GetScimUsersTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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

type GetScimUsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimUsersUnsupportedMediaType) GetPayload

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

type GetScimV2GroupBadRequest

type GetScimV2GroupBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimV2GroupForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimV2GroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupGatewayTimeout) GetPayload

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

type GetScimV2GroupInternalServerError

type GetScimV2GroupInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupInternalServerError) GetPayload

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

type GetScimV2GroupNotFound

type GetScimV2GroupNotFound struct {
	Payload *models.ErrorBody
}

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

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

type GetScimV2GroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this get scim v2 group request entity too large response has a 2xx status code

func (*GetScimV2GroupRequestEntityTooLarge) String

type GetScimV2GroupRequestTimeout

type GetScimV2GroupRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupRequestTimeout) GetPayload

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

type GetScimV2GroupServiceUnavailable

type GetScimV2GroupServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupServiceUnavailable) GetPayload

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

type GetScimV2GroupTooManyRequests

type GetScimV2GroupTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupTooManyRequests) GetPayload

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

type GetScimV2GroupUnauthorized

type GetScimV2GroupUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimV2GroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this get scim v2 group unsupported media type response has a 2xx status code

func (*GetScimV2GroupUnsupportedMediaType) String

type GetScimV2GroupsBadRequest

type GetScimV2GroupsBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimV2GroupsForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimV2GroupsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupsGatewayTimeout) GetPayload

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

type GetScimV2GroupsInternalServerError

type GetScimV2GroupsInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupsInternalServerError) GetPayload

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

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

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

func (*GetScimV2GroupsInternalServerError) String

type GetScimV2GroupsNotFound

type GetScimV2GroupsNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

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

type GetScimV2GroupsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupsRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get scim v2 groups request entity too large response a status code equal to that given

func (*GetScimV2GroupsRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get scim v2 groups request entity too large response has a 2xx status code

func (*GetScimV2GroupsRequestEntityTooLarge) String

type GetScimV2GroupsRequestTimeout

type GetScimV2GroupsRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupsRequestTimeout) GetPayload

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

type GetScimV2GroupsServiceUnavailable

type GetScimV2GroupsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupsServiceUnavailable) GetPayload

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

type GetScimV2GroupsTooManyRequests

type GetScimV2GroupsTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupsTooManyRequests) GetPayload

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

type GetScimV2GroupsUnauthorized

type GetScimV2GroupsUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimV2GroupsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2GroupsUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this get scim v2 groups unsupported media type response has a 2xx status code

func (*GetScimV2GroupsUnsupportedMediaType) String

type GetScimV2ResourcetypeBadRequest

type GetScimV2ResourcetypeBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeBadRequest) GetPayload

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

type GetScimV2ResourcetypeForbidden

type GetScimV2ResourcetypeForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeForbidden) GetPayload

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

type GetScimV2ResourcetypeGatewayTimeout

type GetScimV2ResourcetypeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeGatewayTimeout) GetPayload

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

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

IsSuccess returns true when this get scim v2 resourcetype gateway timeout response has a 2xx status code

func (*GetScimV2ResourcetypeGatewayTimeout) String

type GetScimV2ResourcetypeInternalServerError

type GetScimV2ResourcetypeInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeInternalServerError) GetPayload

func (*GetScimV2ResourcetypeInternalServerError) IsClientError

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

func (*GetScimV2ResourcetypeInternalServerError) IsCode

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

func (*GetScimV2ResourcetypeInternalServerError) IsRedirect

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

func (*GetScimV2ResourcetypeInternalServerError) IsServerError

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

func (*GetScimV2ResourcetypeInternalServerError) IsSuccess

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

func (*GetScimV2ResourcetypeInternalServerError) String

type GetScimV2ResourcetypeNotFound

type GetScimV2ResourcetypeNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeNotFound) GetPayload

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

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 (*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

WithContext adds the context to the get scim v2 resourcetype params

func (*GetScimV2ResourcetypeParams) WithDefaults

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

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

WithTimeout adds the timeout to the get scim v2 resourcetype params

func (*GetScimV2ResourcetypeParams) WriteToRequest

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

type GetScimV2ResourcetypeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeRequestEntityTooLarge) GetPayload

func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get scim v2 resourcetype request entity too large response has a 4xx status code

func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsCode

IsCode returns true when this get scim v2 resourcetype request entity too large response a status code equal to that given

func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get scim v2 resourcetype request entity too large response has a 3xx status code

func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get scim v2 resourcetype request entity too large response has a 5xx status code

func (*GetScimV2ResourcetypeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get scim v2 resourcetype request entity too large response has a 2xx status code

func (*GetScimV2ResourcetypeRequestEntityTooLarge) String

type GetScimV2ResourcetypeRequestTimeout

type GetScimV2ResourcetypeRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeRequestTimeout) GetPayload

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

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

IsSuccess returns true when this get scim v2 resourcetype request timeout response has a 2xx status code

func (*GetScimV2ResourcetypeRequestTimeout) String

type GetScimV2ResourcetypeServiceUnavailable

type GetScimV2ResourcetypeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeServiceUnavailable) GetPayload

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

IsCode returns true when this get scim v2 resourcetype service unavailable response a status code equal to that given

func (*GetScimV2ResourcetypeServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get scim v2 resourcetype service unavailable response has a 2xx status code

func (*GetScimV2ResourcetypeServiceUnavailable) String

type GetScimV2ResourcetypeTooManyRequests

type GetScimV2ResourcetypeTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeTooManyRequests) GetPayload

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

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

func (*GetScimV2ResourcetypeTooManyRequests) IsRedirect

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

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

func (*GetScimV2ResourcetypeTooManyRequests) String

type GetScimV2ResourcetypeUnauthorized

type GetScimV2ResourcetypeUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeUnauthorized) GetPayload

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

type GetScimV2ResourcetypeUnsupportedMediaType

type GetScimV2ResourcetypeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypeUnsupportedMediaType) GetPayload

func (*GetScimV2ResourcetypeUnsupportedMediaType) IsClientError

IsClientError returns true when this get scim v2 resourcetype unsupported media type response has a 4xx status code

func (*GetScimV2ResourcetypeUnsupportedMediaType) IsCode

IsCode returns true when this get scim v2 resourcetype unsupported media type response a status code equal to that given

func (*GetScimV2ResourcetypeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get scim v2 resourcetype unsupported media type response has a 3xx status code

func (*GetScimV2ResourcetypeUnsupportedMediaType) IsServerError

IsServerError returns true when this get scim v2 resourcetype unsupported media type response has a 5xx status code

func (*GetScimV2ResourcetypeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get scim v2 resourcetype unsupported media type response has a 2xx status code

func (*GetScimV2ResourcetypeUnsupportedMediaType) String

type GetScimV2ResourcetypesBadRequest

type GetScimV2ResourcetypesBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesBadRequest) GetPayload

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

type GetScimV2ResourcetypesForbidden

type GetScimV2ResourcetypesForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesForbidden) GetPayload

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

type GetScimV2ResourcetypesGatewayTimeout

type GetScimV2ResourcetypesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesGatewayTimeout) GetPayload

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

IsCode returns true when this get scim v2 resourcetypes gateway timeout response a status code equal to that given

func (*GetScimV2ResourcetypesGatewayTimeout) IsRedirect

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

IsSuccess returns true when this get scim v2 resourcetypes gateway timeout response has a 2xx status code

func (*GetScimV2ResourcetypesGatewayTimeout) String

type GetScimV2ResourcetypesInternalServerError

type GetScimV2ResourcetypesInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesInternalServerError) GetPayload

func (*GetScimV2ResourcetypesInternalServerError) IsClientError

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

func (*GetScimV2ResourcetypesInternalServerError) IsCode

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

func (*GetScimV2ResourcetypesInternalServerError) IsRedirect

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

func (*GetScimV2ResourcetypesInternalServerError) IsServerError

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

func (*GetScimV2ResourcetypesInternalServerError) IsSuccess

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

func (*GetScimV2ResourcetypesInternalServerError) String

type GetScimV2ResourcetypesNotFound

type GetScimV2ResourcetypesNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesNotFound) GetPayload

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

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 (*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

WithContext adds the context to the get scim v2 resourcetypes params

func (*GetScimV2ResourcetypesParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get scim v2 resourcetypes params

func (*GetScimV2ResourcetypesParams) WithTimeout

WithTimeout adds the timeout to the get scim v2 resourcetypes params

func (*GetScimV2ResourcetypesParams) WriteToRequest

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

type GetScimV2ResourcetypesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesRequestEntityTooLarge) GetPayload

func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get scim v2 resourcetypes request entity too large response has a 4xx status code

func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsCode

IsCode returns true when this get scim v2 resourcetypes request entity too large response a status code equal to that given

func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get scim v2 resourcetypes request entity too large response has a 3xx status code

func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get scim v2 resourcetypes request entity too large response has a 5xx status code

func (*GetScimV2ResourcetypesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get scim v2 resourcetypes request entity too large response has a 2xx status code

func (*GetScimV2ResourcetypesRequestEntityTooLarge) String

type GetScimV2ResourcetypesRequestTimeout

type GetScimV2ResourcetypesRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesRequestTimeout) GetPayload

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

IsCode returns true when this get scim v2 resourcetypes request timeout response a status code equal to that given

func (*GetScimV2ResourcetypesRequestTimeout) IsRedirect

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

IsSuccess returns true when this get scim v2 resourcetypes request timeout response has a 2xx status code

func (*GetScimV2ResourcetypesRequestTimeout) String

type GetScimV2ResourcetypesServiceUnavailable

type GetScimV2ResourcetypesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesServiceUnavailable) GetPayload

func (*GetScimV2ResourcetypesServiceUnavailable) IsClientError

IsClientError returns true when this get scim v2 resourcetypes service unavailable response has a 4xx status code

func (*GetScimV2ResourcetypesServiceUnavailable) IsCode

IsCode returns true when this get scim v2 resourcetypes service unavailable response a status code equal to that given

func (*GetScimV2ResourcetypesServiceUnavailable) IsRedirect

IsRedirect returns true when this get scim v2 resourcetypes service unavailable response has a 3xx status code

func (*GetScimV2ResourcetypesServiceUnavailable) IsServerError

IsServerError returns true when this get scim v2 resourcetypes service unavailable response has a 5xx status code

func (*GetScimV2ResourcetypesServiceUnavailable) IsSuccess

IsSuccess returns true when this get scim v2 resourcetypes service unavailable response has a 2xx status code

func (*GetScimV2ResourcetypesServiceUnavailable) String

type GetScimV2ResourcetypesTooManyRequests

type GetScimV2ResourcetypesTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesTooManyRequests) GetPayload

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

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

func (*GetScimV2ResourcetypesTooManyRequests) IsRedirect

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

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

func (*GetScimV2ResourcetypesTooManyRequests) String

type GetScimV2ResourcetypesUnauthorized

type GetScimV2ResourcetypesUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesUnauthorized) GetPayload

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

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

IsSuccess returns true when this get scim v2 resourcetypes unauthorized response has a 2xx status code

func (*GetScimV2ResourcetypesUnauthorized) String

type GetScimV2ResourcetypesUnsupportedMediaType

type GetScimV2ResourcetypesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ResourcetypesUnsupportedMediaType) GetPayload

func (*GetScimV2ResourcetypesUnsupportedMediaType) IsClientError

IsClientError returns true when this get scim v2 resourcetypes unsupported media type response has a 4xx status code

func (*GetScimV2ResourcetypesUnsupportedMediaType) IsCode

IsCode returns true when this get scim v2 resourcetypes unsupported media type response a status code equal to that given

func (*GetScimV2ResourcetypesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get scim v2 resourcetypes unsupported media type response has a 3xx status code

func (*GetScimV2ResourcetypesUnsupportedMediaType) IsServerError

IsServerError returns true when this get scim v2 resourcetypes unsupported media type response has a 5xx status code

func (*GetScimV2ResourcetypesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get scim v2 resourcetypes unsupported media type response has a 2xx status code

func (*GetScimV2ResourcetypesUnsupportedMediaType) String

type GetScimV2SchemaBadRequest

type GetScimV2SchemaBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimV2SchemaForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimV2SchemaGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemaGatewayTimeout) GetPayload

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

type GetScimV2SchemaInternalServerError

type GetScimV2SchemaInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemaInternalServerError) GetPayload

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

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

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

func (*GetScimV2SchemaInternalServerError) String

type GetScimV2SchemaNotFound

type GetScimV2SchemaNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

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

type GetScimV2SchemaRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemaRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get scim v2 schema request entity too large response a status code equal to that given

func (*GetScimV2SchemaRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get scim v2 schema request entity too large response has a 2xx status code

func (*GetScimV2SchemaRequestEntityTooLarge) String

type GetScimV2SchemaRequestTimeout

type GetScimV2SchemaRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemaRequestTimeout) GetPayload

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

type GetScimV2SchemaServiceUnavailable

type GetScimV2SchemaServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemaServiceUnavailable) GetPayload

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

type GetScimV2SchemaTooManyRequests

type GetScimV2SchemaTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemaTooManyRequests) GetPayload

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

type GetScimV2SchemaUnauthorized

type GetScimV2SchemaUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimV2SchemaUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemaUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this get scim v2 schema unsupported media type response has a 2xx status code

func (*GetScimV2SchemaUnsupportedMediaType) String

type GetScimV2SchemasBadRequest

type GetScimV2SchemasBadRequest struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimV2SchemasForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimV2SchemasGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasGatewayTimeout) GetPayload

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

type GetScimV2SchemasInternalServerError

type GetScimV2SchemasInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasInternalServerError) GetPayload

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

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

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

func (*GetScimV2SchemasInternalServerError) String

type GetScimV2SchemasNotFound

type GetScimV2SchemasNotFound struct {
	Payload *models.ErrorBody
}

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 (*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

WithContext adds the context to the get scim v2 schemas params

func (*GetScimV2SchemasParams) WithDefaults

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

WithTimeout adds the timeout to the get scim v2 schemas params

func (*GetScimV2SchemasParams) WriteToRequest

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

type GetScimV2SchemasRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasRequestEntityTooLarge) GetPayload

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

IsCode returns true when this get scim v2 schemas request entity too large response a status code equal to that given

func (*GetScimV2SchemasRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this get scim v2 schemas request entity too large response has a 2xx status code

func (*GetScimV2SchemasRequestEntityTooLarge) String

type GetScimV2SchemasRequestTimeout

type GetScimV2SchemasRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasRequestTimeout) GetPayload

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

type GetScimV2SchemasServiceUnavailable

type GetScimV2SchemasServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasServiceUnavailable) GetPayload

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

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

IsSuccess returns true when this get scim v2 schemas service unavailable response has a 2xx status code

func (*GetScimV2SchemasServiceUnavailable) String

type GetScimV2SchemasTooManyRequests

type GetScimV2SchemasTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasTooManyRequests) GetPayload

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

type GetScimV2SchemasUnauthorized

type GetScimV2SchemasUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasUnauthorized) GetPayload

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

type GetScimV2SchemasUnsupportedMediaType

type GetScimV2SchemasUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2SchemasUnsupportedMediaType) GetPayload

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

IsCode returns true when this get scim v2 schemas unsupported media type response a status code equal to that given

func (*GetScimV2SchemasUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this get scim v2 schemas unsupported media type response has a 2xx status code

func (*GetScimV2SchemasUnsupportedMediaType) String

type GetScimV2ServiceproviderconfigBadRequest

type GetScimV2ServiceproviderconfigBadRequest struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigBadRequest) GetPayload

func (*GetScimV2ServiceproviderconfigBadRequest) IsClientError

IsClientError returns true when this get scim v2 serviceproviderconfig bad request response has a 4xx status code

func (*GetScimV2ServiceproviderconfigBadRequest) IsCode

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

func (*GetScimV2ServiceproviderconfigBadRequest) IsRedirect

IsRedirect returns true when this get scim v2 serviceproviderconfig bad request response has a 3xx status code

func (*GetScimV2ServiceproviderconfigBadRequest) IsServerError

IsServerError returns true when this get scim v2 serviceproviderconfig bad request response has a 5xx status code

func (*GetScimV2ServiceproviderconfigBadRequest) IsSuccess

IsSuccess returns true when this get scim v2 serviceproviderconfig bad request response has a 2xx status code

func (*GetScimV2ServiceproviderconfigBadRequest) String

type GetScimV2ServiceproviderconfigForbidden

type GetScimV2ServiceproviderconfigForbidden struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigForbidden) GetPayload

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

IsCode returns true when this get scim v2 serviceproviderconfig forbidden response a status code equal to that given

func (*GetScimV2ServiceproviderconfigForbidden) IsRedirect

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

IsSuccess returns true when this get scim v2 serviceproviderconfig forbidden response has a 2xx status code

func (*GetScimV2ServiceproviderconfigForbidden) String

type GetScimV2ServiceproviderconfigGatewayTimeout

type GetScimV2ServiceproviderconfigGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigGatewayTimeout) GetPayload

func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsClientError

IsClientError returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 4xx status code

func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsCode

IsCode returns true when this get scim v2 serviceproviderconfig gateway timeout response a status code equal to that given

func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsRedirect

IsRedirect returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 3xx status code

func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsServerError

IsServerError returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 5xx status code

func (*GetScimV2ServiceproviderconfigGatewayTimeout) IsSuccess

IsSuccess returns true when this get scim v2 serviceproviderconfig gateway timeout response has a 2xx status code

func (*GetScimV2ServiceproviderconfigGatewayTimeout) String

type GetScimV2ServiceproviderconfigInternalServerError

type GetScimV2ServiceproviderconfigInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigInternalServerError) GetPayload

func (*GetScimV2ServiceproviderconfigInternalServerError) IsClientError

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

func (*GetScimV2ServiceproviderconfigInternalServerError) IsCode

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

func (*GetScimV2ServiceproviderconfigInternalServerError) IsRedirect

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

func (*GetScimV2ServiceproviderconfigInternalServerError) IsServerError

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

func (*GetScimV2ServiceproviderconfigInternalServerError) IsSuccess

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

func (*GetScimV2ServiceproviderconfigInternalServerError) String

type GetScimV2ServiceproviderconfigNotFound

type GetScimV2ServiceproviderconfigNotFound struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigNotFound) GetPayload

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

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

func (*GetScimV2ServiceproviderconfigNotFound) IsRedirect

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

IsSuccess returns true when this get scim v2 serviceproviderconfig not found response has a 2xx status code

func (*GetScimV2ServiceproviderconfigNotFound) 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 (*GetScimV2ServiceproviderconfigOK) GetPayload

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

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

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

WithContext adds the context to the get scim v2 serviceproviderconfig params

func (*GetScimV2ServiceproviderconfigParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get scim v2 serviceproviderconfig params

func (*GetScimV2ServiceproviderconfigParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get scim v2 serviceproviderconfig params

func (*GetScimV2ServiceproviderconfigParams) WithTimeout

WithTimeout adds the timeout to the get scim v2 serviceproviderconfig params

func (*GetScimV2ServiceproviderconfigParams) WriteToRequest

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

type GetScimV2ServiceproviderconfigRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) GetPayload

func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsClientError

IsClientError returns true when this get scim v2 serviceproviderconfig request entity too large response has a 4xx status code

func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsCode

IsCode returns true when this get scim v2 serviceproviderconfig request entity too large response a status code equal to that given

func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get scim v2 serviceproviderconfig request entity too large response has a 3xx status code

func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsServerError

IsServerError returns true when this get scim v2 serviceproviderconfig request entity too large response has a 5xx status code

func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get scim v2 serviceproviderconfig request entity too large response has a 2xx status code

func (*GetScimV2ServiceproviderconfigRequestEntityTooLarge) String

type GetScimV2ServiceproviderconfigRequestTimeout

type GetScimV2ServiceproviderconfigRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigRequestTimeout) GetPayload

func (*GetScimV2ServiceproviderconfigRequestTimeout) IsClientError

IsClientError returns true when this get scim v2 serviceproviderconfig request timeout response has a 4xx status code

func (*GetScimV2ServiceproviderconfigRequestTimeout) IsCode

IsCode returns true when this get scim v2 serviceproviderconfig request timeout response a status code equal to that given

func (*GetScimV2ServiceproviderconfigRequestTimeout) IsRedirect

IsRedirect returns true when this get scim v2 serviceproviderconfig request timeout response has a 3xx status code

func (*GetScimV2ServiceproviderconfigRequestTimeout) IsServerError

IsServerError returns true when this get scim v2 serviceproviderconfig request timeout response has a 5xx status code

func (*GetScimV2ServiceproviderconfigRequestTimeout) IsSuccess

IsSuccess returns true when this get scim v2 serviceproviderconfig request timeout response has a 2xx status code

func (*GetScimV2ServiceproviderconfigRequestTimeout) String

type GetScimV2ServiceproviderconfigServiceUnavailable

type GetScimV2ServiceproviderconfigServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigServiceUnavailable) GetPayload

func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsClientError

IsClientError returns true when this get scim v2 serviceproviderconfig service unavailable response has a 4xx status code

func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsCode

IsCode returns true when this get scim v2 serviceproviderconfig service unavailable response a status code equal to that given

func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsRedirect

IsRedirect returns true when this get scim v2 serviceproviderconfig service unavailable response has a 3xx status code

func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsServerError

IsServerError returns true when this get scim v2 serviceproviderconfig service unavailable response has a 5xx status code

func (*GetScimV2ServiceproviderconfigServiceUnavailable) IsSuccess

IsSuccess returns true when this get scim v2 serviceproviderconfig service unavailable response has a 2xx status code

func (*GetScimV2ServiceproviderconfigServiceUnavailable) String

type GetScimV2ServiceproviderconfigTooManyRequests

type GetScimV2ServiceproviderconfigTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigTooManyRequests) GetPayload

func (*GetScimV2ServiceproviderconfigTooManyRequests) IsClientError

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

func (*GetScimV2ServiceproviderconfigTooManyRequests) IsCode

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

func (*GetScimV2ServiceproviderconfigTooManyRequests) IsRedirect

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

func (*GetScimV2ServiceproviderconfigTooManyRequests) IsServerError

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

func (*GetScimV2ServiceproviderconfigTooManyRequests) IsSuccess

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

func (*GetScimV2ServiceproviderconfigTooManyRequests) String

type GetScimV2ServiceproviderconfigUnauthorized

type GetScimV2ServiceproviderconfigUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigUnauthorized) GetPayload

func (*GetScimV2ServiceproviderconfigUnauthorized) IsClientError

IsClientError returns true when this get scim v2 serviceproviderconfig unauthorized response has a 4xx status code

func (*GetScimV2ServiceproviderconfigUnauthorized) IsCode

IsCode returns true when this get scim v2 serviceproviderconfig unauthorized response a status code equal to that given

func (*GetScimV2ServiceproviderconfigUnauthorized) IsRedirect

IsRedirect returns true when this get scim v2 serviceproviderconfig unauthorized response has a 3xx status code

func (*GetScimV2ServiceproviderconfigUnauthorized) IsServerError

IsServerError returns true when this get scim v2 serviceproviderconfig unauthorized response has a 5xx status code

func (*GetScimV2ServiceproviderconfigUnauthorized) IsSuccess

IsSuccess returns true when this get scim v2 serviceproviderconfig unauthorized response has a 2xx status code

func (*GetScimV2ServiceproviderconfigUnauthorized) String

type GetScimV2ServiceproviderconfigUnsupportedMediaType

type GetScimV2ServiceproviderconfigUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2ServiceproviderconfigUnsupportedMediaType) GetPayload

func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsClientError

IsClientError returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 4xx status code

func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsCode

IsCode returns true when this get scim v2 serviceproviderconfig unsupported media type response a status code equal to that given

func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 3xx status code

func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsServerError

IsServerError returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 5xx status code

func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get scim v2 serviceproviderconfig unsupported media type response has a 2xx status code

func (*GetScimV2ServiceproviderconfigUnsupportedMediaType) String

type GetScimV2UserBadRequest

type GetScimV2UserBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimV2UserConflict struct {
	Payload *models.ErrorBody
}

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

type GetScimV2UserForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimV2UserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimV2UserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UserInternalServerError) GetPayload

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

type GetScimV2UserNotFound

type GetScimV2UserNotFound struct {
	Payload *models.ErrorBody
}

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

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

type GetScimV2UserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UserRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this get scim v2 user request entity too large response has a 2xx status code

func (*GetScimV2UserRequestEntityTooLarge) String

type GetScimV2UserRequestTimeout

type GetScimV2UserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*GetScimV2UserServiceUnavailable) GetPayload

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

type GetScimV2UserTooManyRequests

type GetScimV2UserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UserTooManyRequests) GetPayload

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

type GetScimV2UserUnauthorized

type GetScimV2UserUnauthorized struct {
	Payload *models.ErrorBody
}

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

type GetScimV2UserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UserUnsupportedMediaType) GetPayload

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

type GetScimV2UsersBadRequest

type GetScimV2UsersBadRequest struct {
	Payload *models.ErrorBody
}

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

type GetScimV2UsersForbidden struct {
	Payload *models.ErrorBody
}

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

type GetScimV2UsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UsersGatewayTimeout) GetPayload

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

type GetScimV2UsersInternalServerError

type GetScimV2UsersInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UsersInternalServerError) GetPayload

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

type GetScimV2UsersNotFound

type GetScimV2UsersNotFound struct {
	Payload *models.ErrorBody
}

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

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

type GetScimV2UsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UsersRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this get scim v2 users request entity too large response has a 2xx status code

func (*GetScimV2UsersRequestEntityTooLarge) String

type GetScimV2UsersRequestTimeout

type GetScimV2UsersRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UsersRequestTimeout) GetPayload

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

type GetScimV2UsersServiceUnavailable

type GetScimV2UsersServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UsersServiceUnavailable) GetPayload

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

type GetScimV2UsersTooManyRequests

type GetScimV2UsersTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UsersTooManyRequests) GetPayload

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

type GetScimV2UsersUnauthorized

type GetScimV2UsersUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type GetScimV2UsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*GetScimV2UsersUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this get scim v2 users unsupported media type response has a 2xx status code

func (*GetScimV2UsersUnsupportedMediaType) String

type PatchScimGroupBadRequest

type PatchScimGroupBadRequest struct {
	Payload *models.ErrorBody
}

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

type PatchScimGroupConflict struct {
	Payload *models.ScimError
}

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

type PatchScimGroupForbidden struct {
	Payload *models.ErrorBody
}

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

type PatchScimGroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchScimGroupGatewayTimeout) GetPayload

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

type PatchScimGroupInternalServerError

type PatchScimGroupInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchScimGroupInternalServerError) GetPayload

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

type PatchScimGroupNotFound

type PatchScimGroupNotFound struct {
	Payload *models.ErrorBody
}

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

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

WithBody adds the body to the patch scim group params

func (*PatchScimGroupParams) WithContext

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

type PatchScimGroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchScimGroupRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this patch scim group request entity too large response has a 2xx status code

func (*PatchScimGroupRequestEntityTooLarge) String

type PatchScimGroupRequestTimeout

type PatchScimGroupRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchScimGroupRequestTimeout) GetPayload

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

type PatchScimGroupServiceUnavailable

type PatchScimGroupServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchScimGroupServiceUnavailable) GetPayload

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

type PatchScimGroupTooManyRequests

type PatchScimGroupTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchScimGroupTooManyRequests) GetPayload

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

type PatchScimGroupUnauthorized

type PatchScimGroupUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type PatchScimGroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchScimGroupUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this patch scim group unsupported media type response has a 2xx status code

func (*PatchScimGroupUnsupportedMediaType) String

type PatchScimUserBadRequest

type PatchScimUserBadRequest struct {
	Payload *models.ErrorBody
}

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

type PatchScimUserConflict struct {
	Payload *models.ScimError
}

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

type PatchScimUserForbidden struct {
	Payload *models.ErrorBody
}

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

type PatchScimUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type PatchScimUserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchScimUserInternalServerError) GetPayload

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

type PatchScimUserNotFound

type PatchScimUserNotFound struct {
	Payload *models.ErrorBody
}

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

WithBody adds the body to the patch scim user params

func (*PatchScimUserParams) WithContext

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

type PatchScimUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchScimUserRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this patch scim user request entity too large response has a 2xx status code

func (*PatchScimUserRequestEntityTooLarge) String

type PatchScimUserRequestTimeout

type PatchScimUserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*PatchScimUserServiceUnavailable) GetPayload

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

type PatchScimUserTooManyRequests

type PatchScimUserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchScimUserTooManyRequests) GetPayload

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

type PatchScimUserUnauthorized

type PatchScimUserUnauthorized struct {
	Payload *models.ErrorBody
}

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

type PatchScimUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchScimUserUnsupportedMediaType) GetPayload

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

type PatchScimV2GroupBadRequest

type PatchScimV2GroupBadRequest struct {
	Payload *models.ErrorBody
}

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 (*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

type PatchScimV2GroupConflict struct {
	Payload *models.ScimError
}

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

type PatchScimV2GroupForbidden struct {
	Payload *models.ErrorBody
}

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

type PatchScimV2GroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupGatewayTimeout) GetPayload

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

type PatchScimV2GroupInternalServerError

type PatchScimV2GroupInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupInternalServerError) GetPayload

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

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

IsSuccess returns true when this patch scim v2 group internal server error response has a 2xx status code

func (*PatchScimV2GroupInternalServerError) String

type PatchScimV2GroupNotFound

type PatchScimV2GroupNotFound struct {
	Payload *models.ErrorBody
}

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

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

WithBody adds the body to the patch scim v2 group params

func (*PatchScimV2GroupParams) WithContext

WithContext adds the context to the patch scim v2 group params

func (*PatchScimV2GroupParams) WithDefaults

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

WithTimeout adds the timeout to the patch scim v2 group params

func (*PatchScimV2GroupParams) WriteToRequest

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

type PatchScimV2GroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupRequestEntityTooLarge) GetPayload

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

IsCode returns true when this patch scim v2 group request entity too large response a status code equal to that given

func (*PatchScimV2GroupRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this patch scim v2 group request entity too large response has a 2xx status code

func (*PatchScimV2GroupRequestEntityTooLarge) String

type PatchScimV2GroupRequestTimeout

type PatchScimV2GroupRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupRequestTimeout) GetPayload

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

type PatchScimV2GroupServiceUnavailable

type PatchScimV2GroupServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupServiceUnavailable) GetPayload

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

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

IsSuccess returns true when this patch scim v2 group service unavailable response has a 2xx status code

func (*PatchScimV2GroupServiceUnavailable) String

type PatchScimV2GroupTooManyRequests

type PatchScimV2GroupTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupTooManyRequests) GetPayload

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

type PatchScimV2GroupUnauthorized

type PatchScimV2GroupUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupUnauthorized) GetPayload

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

type PatchScimV2GroupUnsupportedMediaType

type PatchScimV2GroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2GroupUnsupportedMediaType) GetPayload

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

IsCode returns true when this patch scim v2 group unsupported media type response a status code equal to that given

func (*PatchScimV2GroupUnsupportedMediaType) IsRedirect

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

IsSuccess returns true when this patch scim v2 group unsupported media type response has a 2xx status code

func (*PatchScimV2GroupUnsupportedMediaType) String

type PatchScimV2UserBadRequest

type PatchScimV2UserBadRequest struct {
	Payload *models.ErrorBody
}

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

type PatchScimV2UserConflict struct {
	Payload *models.ScimError
}

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

type PatchScimV2UserForbidden struct {
	Payload *models.ErrorBody
}

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

type PatchScimV2UserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2UserGatewayTimeout) GetPayload

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

type PatchScimV2UserInternalServerError

type PatchScimV2UserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2UserInternalServerError) GetPayload

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

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

IsSuccess returns true when this patch scim v2 user internal server error response has a 2xx status code

func (*PatchScimV2UserInternalServerError) String

type PatchScimV2UserNotFound

type PatchScimV2UserNotFound struct {
	Payload *models.ErrorBody
}

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

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

WithBody adds the body to the patch scim v2 user params

func (*PatchScimV2UserParams) WithContext

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

type PatchScimV2UserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2UserRequestEntityTooLarge) GetPayload

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

IsCode returns true when this patch scim v2 user request entity too large response a status code equal to that given

func (*PatchScimV2UserRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this patch scim v2 user request entity too large response has a 2xx status code

func (*PatchScimV2UserRequestEntityTooLarge) String

type PatchScimV2UserRequestTimeout

type PatchScimV2UserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2UserRequestTimeout) GetPayload

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

type PatchScimV2UserServiceUnavailable

type PatchScimV2UserServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2UserServiceUnavailable) GetPayload

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

type PatchScimV2UserTooManyRequests

type PatchScimV2UserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2UserTooManyRequests) GetPayload

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

type PatchScimV2UserUnauthorized

type PatchScimV2UserUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type PatchScimV2UserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PatchScimV2UserUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this patch scim v2 user unsupported media type response has a 2xx status code

func (*PatchScimV2UserUnsupportedMediaType) String

type PostScimUsersBadRequest

type PostScimUsersBadRequest struct {
	Payload *models.ErrorBody
}

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

type PostScimUsersConflict struct {
	Payload *models.ScimError
}

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

type PostScimUsersForbidden struct {
	Payload *models.ErrorBody
}

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

type PostScimUsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type PostScimUsersInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostScimUsersInternalServerError) GetPayload

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

type PostScimUsersNotFound

type PostScimUsersNotFound struct {
	Payload *models.ErrorBody
}

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

WithBody adds the body to the post scim users params

func (*PostScimUsersParams) WithContext

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

type PostScimUsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostScimUsersRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this post scim users request entity too large response has a 2xx status code

func (*PostScimUsersRequestEntityTooLarge) String

type PostScimUsersRequestTimeout

type PostScimUsersRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*PostScimUsersServiceUnavailable) GetPayload

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

type PostScimUsersTooManyRequests

type PostScimUsersTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostScimUsersTooManyRequests) GetPayload

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

type PostScimUsersUnauthorized

type PostScimUsersUnauthorized struct {
	Payload *models.ErrorBody
}

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

type PostScimUsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostScimUsersUnsupportedMediaType) GetPayload

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

type PostScimV2UsersBadRequest

type PostScimV2UsersBadRequest struct {
	Payload *models.ErrorBody
}

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

type PostScimV2UsersConflict struct {
	Payload *models.ScimError
}

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

type PostScimV2UsersForbidden struct {
	Payload *models.ErrorBody
}

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

type PostScimV2UsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostScimV2UsersGatewayTimeout) GetPayload

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

type PostScimV2UsersInternalServerError

type PostScimV2UsersInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PostScimV2UsersInternalServerError) GetPayload

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

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

IsSuccess returns true when this post scim v2 users internal server error response has a 2xx status code

func (*PostScimV2UsersInternalServerError) String

type PostScimV2UsersNotFound

type PostScimV2UsersNotFound struct {
	Payload *models.ErrorBody
}

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

WithBody adds the body to the post scim v2 users params

func (*PostScimV2UsersParams) WithContext

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

type PostScimV2UsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PostScimV2UsersRequestEntityTooLarge) GetPayload

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

IsCode returns true when this post scim v2 users request entity too large response a status code equal to that given

func (*PostScimV2UsersRequestEntityTooLarge) IsRedirect

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

IsSuccess returns true when this post scim v2 users request entity too large response has a 2xx status code

func (*PostScimV2UsersRequestEntityTooLarge) String

type PostScimV2UsersRequestTimeout

type PostScimV2UsersRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PostScimV2UsersRequestTimeout) GetPayload

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

type PostScimV2UsersServiceUnavailable

type PostScimV2UsersServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PostScimV2UsersServiceUnavailable) GetPayload

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

type PostScimV2UsersTooManyRequests

type PostScimV2UsersTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PostScimV2UsersTooManyRequests) GetPayload

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

type PostScimV2UsersUnauthorized

type PostScimV2UsersUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type PostScimV2UsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PostScimV2UsersUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this post scim v2 users unsupported media type response has a 2xx status code

func (*PostScimV2UsersUnsupportedMediaType) String

type PutScimGroupBadRequest

type PutScimGroupBadRequest struct {
	Payload *models.ErrorBody
}

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

type PutScimGroupConflict struct {
	Payload *models.ScimError
}

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

type PutScimGroupForbidden struct {
	Payload *models.ErrorBody
}

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

type PutScimGroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type PutScimGroupInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PutScimGroupInternalServerError) GetPayload

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

type PutScimGroupNotFound

type PutScimGroupNotFound struct {
	Payload *models.ErrorBody
}

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

WithBody adds the body to the put scim group params

func (*PutScimGroupParams) WithContext

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

type PutScimGroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PutScimGroupRequestEntityTooLarge) GetPayload

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

type PutScimGroupRequestTimeout

type PutScimGroupRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*PutScimGroupServiceUnavailable) GetPayload

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

type PutScimGroupTooManyRequests

type PutScimGroupTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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

type PutScimGroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PutScimGroupUnsupportedMediaType) GetPayload

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

type PutScimUserBadRequest

type PutScimUserBadRequest struct {
	Payload *models.ErrorBody
}

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

type PutScimUserConflict struct {
	Payload *models.ScimError
}

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

type PutScimUserForbidden struct {
	Payload *models.ErrorBody
}

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

type PutScimUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

type PutScimUserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PutScimUserInternalServerError) GetPayload

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

type PutScimUserNotFound

type PutScimUserNotFound struct {
	Payload *models.ErrorBody
}

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

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

type PutScimUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PutScimUserRequestEntityTooLarge) GetPayload

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

type PutScimUserRequestTimeout

type PutScimUserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 {
	Payload *models.ErrorBody
}

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 (*PutScimUserServiceUnavailable) GetPayload

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

type PutScimUserTooManyRequests

type PutScimUserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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

type PutScimUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PutScimUserUnsupportedMediaType) GetPayload

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

type PutScimV2GroupBadRequest

type PutScimV2GroupBadRequest struct {
	Payload *models.ErrorBody
}

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

type PutScimV2GroupConflict struct {
	Payload *models.ScimError
}

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

type PutScimV2GroupForbidden struct {
	Payload *models.ErrorBody
}

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

type PutScimV2GroupGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2GroupGatewayTimeout) GetPayload

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

type PutScimV2GroupInternalServerError

type PutScimV2GroupInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2GroupInternalServerError) GetPayload

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

type PutScimV2GroupNotFound

type PutScimV2GroupNotFound struct {
	Payload *models.ErrorBody
}

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

WithBody adds the body to the put scim v2 group params

func (*PutScimV2GroupParams) WithContext

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

type PutScimV2GroupRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2GroupRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this put scim v2 group request entity too large response has a 2xx status code

func (*PutScimV2GroupRequestEntityTooLarge) String

type PutScimV2GroupRequestTimeout

type PutScimV2GroupRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2GroupRequestTimeout) GetPayload

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

type PutScimV2GroupServiceUnavailable

type PutScimV2GroupServiceUnavailable struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2GroupServiceUnavailable) GetPayload

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

type PutScimV2GroupTooManyRequests

type PutScimV2GroupTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2GroupTooManyRequests) GetPayload

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

type PutScimV2GroupUnauthorized

type PutScimV2GroupUnauthorized struct {
	Payload *models.ErrorBody
}

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 (*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

type PutScimV2GroupUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2GroupUnsupportedMediaType) GetPayload

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

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

IsSuccess returns true when this put scim v2 group unsupported media type response has a 2xx status code

func (*PutScimV2GroupUnsupportedMediaType) String

type PutScimV2UserBadRequest

type PutScimV2UserBadRequest struct {
	Payload *models.ErrorBody
}

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

type PutScimV2UserConflict struct {
	Payload *models.ScimError
}

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

type PutScimV2UserForbidden struct {
	Payload *models.ErrorBody
}

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

type PutScimV2UserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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 (*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

type PutScimV2UserInternalServerError struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2UserInternalServerError) GetPayload

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

type PutScimV2UserNotFound

type PutScimV2UserNotFound struct {
	Payload *models.ErrorBody
}

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

WithBody adds the body to the put scim v2 user params

func (*PutScimV2UserParams) WithContext

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

type PutScimV2UserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2UserRequestEntityTooLarge) GetPayload

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

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

IsSuccess returns true when this put scim v2 user request entity too large response has a 2xx status code

func (*PutScimV2UserRequestEntityTooLarge) String

type PutScimV2UserRequestTimeout

type PutScimV2UserRequestTimeout struct {
	Payload *models.ErrorBody
}

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 (*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 {
	Payload *models.ErrorBody
}

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 (*PutScimV2UserServiceUnavailable) GetPayload

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

type PutScimV2UserTooManyRequests

type PutScimV2UserTooManyRequests struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2UserTooManyRequests) GetPayload

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

type PutScimV2UserUnauthorized

type PutScimV2UserUnauthorized struct {
	Payload *models.ErrorBody
}

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

type PutScimV2UserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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 (*PutScimV2UserUnsupportedMediaType) GetPayload

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

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL