authorization

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 {
	/*
	   DeleteAuthorizationDivision deletes a division
	*/
	DeleteAuthorizationDivision(ctx context.Context, params *DeleteAuthorizationDivisionParams) (*DeleteAuthorizationDivisionNoContent, error)
	/*
	   DeleteAuthorizationRole deletes an organization role
	*/
	DeleteAuthorizationRole(ctx context.Context, params *DeleteAuthorizationRoleParams) error
	/*
	   DeleteAuthorizationSubjectDivisionRole deletes a grant of a role in a division
	*/
	DeleteAuthorizationSubjectDivisionRole(ctx context.Context, params *DeleteAuthorizationSubjectDivisionRoleParams) error
	/*
	   GetAuthorizationDivision returns an authorization division
	*/
	GetAuthorizationDivision(ctx context.Context, params *GetAuthorizationDivisionParams) (*GetAuthorizationDivisionOK, error)
	/*
	   GetAuthorizationDivisionGrants gets all grants for a given division
	   Returns all grants assigned to a given division. Maximum page size is 500.
	*/
	GetAuthorizationDivisionGrants(ctx context.Context, params *GetAuthorizationDivisionGrantsParams) (*GetAuthorizationDivisionGrantsOK, error)
	/*
	   GetAuthorizationDivisions retrieves a list of all divisions defined for the organization
	   Request specific divisions by id using a query param "id", e.g.
	   ?id=5f777167-63be-4c24-ad41-374155d9e28b&id=72e9fb25-c484-488d-9312-7acba82435b3
	*/
	GetAuthorizationDivisions(ctx context.Context, params *GetAuthorizationDivisionsParams) (*GetAuthorizationDivisionsOK, error)
	/*
	   GetAuthorizationDivisionsHome retrieves the home division for the organization
	   Will not include object counts.
	*/
	GetAuthorizationDivisionsHome(ctx context.Context, params *GetAuthorizationDivisionsHomeParams) (*GetAuthorizationDivisionsHomeOK, error)
	/*
	   GetAuthorizationDivisionsLimit returns the maximum allowed number of divisions
	*/
	GetAuthorizationDivisionsLimit(ctx context.Context, params *GetAuthorizationDivisionsLimitParams) (*GetAuthorizationDivisionsLimitOK, error)
	/*
	   GetAuthorizationDivisionspermittedMe returns which divisions the current user has the given permission in
	   This route is deprecated, use authorization/divisionspermitted/paged/me instead.
	*/
	GetAuthorizationDivisionspermittedMe(ctx context.Context, params *GetAuthorizationDivisionspermittedMeParams) (*GetAuthorizationDivisionspermittedMeOK, error)
	/*
	   GetAuthorizationDivisionspermittedPagedMe returns which divisions the current user has the given permission in
	*/
	GetAuthorizationDivisionspermittedPagedMe(ctx context.Context, params *GetAuthorizationDivisionspermittedPagedMeParams) (*GetAuthorizationDivisionspermittedPagedMeOK, error)
	/*
	   GetAuthorizationDivisionspermittedPagedSubjectID returns which divisions the specified user has the given permission in
	   This route is deprecated, use authorization/divisionspermitted/paged/me instead.
	*/
	GetAuthorizationDivisionspermittedPagedSubjectID(ctx context.Context, params *GetAuthorizationDivisionspermittedPagedSubjectIDParams) (*GetAuthorizationDivisionspermittedPagedSubjectIDOK, error)
	/*
	   GetAuthorizationPermissions gets all permissions
	   Retrieve a list of all permission defined in the system.
	*/
	GetAuthorizationPermissions(ctx context.Context, params *GetAuthorizationPermissionsParams) (*GetAuthorizationPermissionsOK, error)
	/*
	   GetAuthorizationProducts gets the list of enabled products
	   Gets the list of enabled products. Some example product names are: collaborateFree, collaboratePro, communicate, and engage.
	*/
	GetAuthorizationProducts(ctx context.Context, params *GetAuthorizationProductsParams) (*GetAuthorizationProductsOK, error)
	/*
	   GetAuthorizationRole gets a single organization role
	   Get the organization role specified by its ID.
	*/
	GetAuthorizationRole(ctx context.Context, params *GetAuthorizationRoleParams) (*GetAuthorizationRoleOK, error)
	/*
	   GetAuthorizationRoleComparedefaultRightRoleID gets an org role to default role comparison
	   Compares any organization role to a default role id and show differences
	*/
	GetAuthorizationRoleComparedefaultRightRoleID(ctx context.Context, params *GetAuthorizationRoleComparedefaultRightRoleIDParams) (*GetAuthorizationRoleComparedefaultRightRoleIDOK, error)
	/*
	   GetAuthorizationRoleSubjectgrants gets the subjects granted divisions in the specified role
	   Includes the divisions for which the subject has a grant.
	*/
	GetAuthorizationRoleSubjectgrants(ctx context.Context, params *GetAuthorizationRoleSubjectgrantsParams) (*GetAuthorizationRoleSubjectgrantsOK, error)
	/*
	   GetAuthorizationRoleUsers gets a list of the users in a specified role
	   Get an array of the UUIDs of the users in the specified role.
	*/
	GetAuthorizationRoleUsers(ctx context.Context, params *GetAuthorizationRoleUsersParams) (*GetAuthorizationRoleUsersOK, error)
	/*
	   GetAuthorizationRoles retrieves a list of all roles defined for the organization
	*/
	GetAuthorizationRoles(ctx context.Context, params *GetAuthorizationRolesParams) (*GetAuthorizationRolesOK, error)
	/*
	   GetAuthorizationSettings gets authorization settings
	*/
	GetAuthorizationSettings(ctx context.Context, params *GetAuthorizationSettingsParams) (*GetAuthorizationSettingsOK, error)
	/*
	   GetAuthorizationSubject returns a listing of roles and permissions for a user
	*/
	GetAuthorizationSubject(ctx context.Context, params *GetAuthorizationSubjectParams) (*GetAuthorizationSubjectOK, error)
	/*
	   GetAuthorizationSubjectsMe returns a listing of roles and permissions for the currently authenticated user
	*/
	GetAuthorizationSubjectsMe(ctx context.Context, params *GetAuthorizationSubjectsMeParams) (*GetAuthorizationSubjectsMeOK, error)
	/*
	   GetAuthorizationSubjectsRolecounts gets the count of roles granted to a list of subjects
	*/
	GetAuthorizationSubjectsRolecounts(ctx context.Context, params *GetAuthorizationSubjectsRolecountsParams) (*GetAuthorizationSubjectsRolecountsOK, error)
	/*
	   GetUserRoles returns a listing of roles and permissions for a user
	*/
	GetUserRoles(ctx context.Context, params *GetUserRolesParams) (*GetUserRolesOK, error)
	/*
	   PatchAuthorizationRole patches organization role for needs update field
	   Patch Organization Role for needsUpdate Field
	*/
	PatchAuthorizationRole(ctx context.Context, params *PatchAuthorizationRoleParams) (*PatchAuthorizationRoleOK, error)
	/*
	   PatchAuthorizationSettings changes authorization settings
	   Change authorization settings
	*/
	PatchAuthorizationSettings(ctx context.Context, params *PatchAuthorizationSettingsParams) (*PatchAuthorizationSettingsOK, error)
	/*
	   PostAuthorizationDivisionObject assigns a list of objects to a division
	   Set the division of a specified list of objects. The objects must all be of the same type, one of:
	   CAMPAIGN, MANAGEMENTUNIT, FLOW, QUEUE, DATATABLES or USER.
	   The body of the request is a list of object IDs, which are expected to be
	   GUIDs, e.g. ["206ce31f-61ec-40ed-a8b1-be6f06303998","250a754e-f5e4-4f51-800f-a92f09d3bf8c"]
	*/
	PostAuthorizationDivisionObject(ctx context.Context, params *PostAuthorizationDivisionObjectParams) (*PostAuthorizationDivisionObjectNoContent, error)
	/*
	   PostAuthorizationDivisionRestore recreates a previously deleted division
	*/
	PostAuthorizationDivisionRestore(ctx context.Context, params *PostAuthorizationDivisionRestoreParams) (*PostAuthorizationDivisionRestoreOK, error)
	/*
	   PostAuthorizationDivisions creates a division
	*/
	PostAuthorizationDivisions(ctx context.Context, params *PostAuthorizationDivisionsParams) (*PostAuthorizationDivisionsOK, error)
	/*
	   PostAuthorizationRole bulks grant subjects and divisions with an organization role
	*/
	PostAuthorizationRole(ctx context.Context, params *PostAuthorizationRoleParams) (*PostAuthorizationRoleNoContent, error)
	/*
	   PostAuthorizationRoleComparedefaultRightRoleID gets an unsaved org role to default role comparison
	   Allows users to compare their existing roles in an unsaved state to its default role
	*/
	PostAuthorizationRoleComparedefaultRightRoleID(ctx context.Context, params *PostAuthorizationRoleComparedefaultRightRoleIDParams) (*PostAuthorizationRoleComparedefaultRightRoleIDOK, error)
	/*
	   PostAuthorizationRoles creates an organization role
	*/
	PostAuthorizationRoles(ctx context.Context, params *PostAuthorizationRolesParams) (*PostAuthorizationRolesOK, error)
	/*
	   PostAuthorizationRolesDefault restores all default roles
	   This endpoint serves several purposes. 1. It provides the org with default roles. This is important for default roles that will be added after go-live (they can retroactively add the new default-role). Note: When not using a query param of force=true, it only adds the default roles not configured for the org; it does not overwrite roles. 2. Using the query param force=true, you can restore all default roles. Note: This does not have an effect on custom roles.
	*/
	PostAuthorizationRolesDefault(ctx context.Context, params *PostAuthorizationRolesDefaultParams) (*PostAuthorizationRolesDefaultOK, error)
	/*
	   PostAuthorizationSubjectBulkadd bulks grant roles and divisions to a subject
	*/
	PostAuthorizationSubjectBulkadd(ctx context.Context, params *PostAuthorizationSubjectBulkaddParams) (*PostAuthorizationSubjectBulkaddNoContent, error)
	/*
	   PostAuthorizationSubjectBulkremove bulks remove grants from a subject
	*/
	PostAuthorizationSubjectBulkremove(ctx context.Context, params *PostAuthorizationSubjectBulkremoveParams) (*PostAuthorizationSubjectBulkremoveNoContent, error)
	/*
	   PostAuthorizationSubjectBulkreplace replaces subject s roles and divisions with the exact list supplied in the request
	   This operation will not remove grants that are inherited from group membership. It will only set the grants directly applied to the subject.
	*/
	PostAuthorizationSubjectBulkreplace(ctx context.Context, params *PostAuthorizationSubjectBulkreplaceParams) (*PostAuthorizationSubjectBulkreplaceNoContent, error)
	/*
	   PostAuthorizationSubjectDivisionRole makes a grant of a role in a division
	*/
	PostAuthorizationSubjectDivisionRole(ctx context.Context, params *PostAuthorizationSubjectDivisionRoleParams) error
	/*
	   PutAuthorizationDivision updates a division
	*/
	PutAuthorizationDivision(ctx context.Context, params *PutAuthorizationDivisionParams) (*PutAuthorizationDivisionOK, error)
	/*
	   PutAuthorizationRole updates an organization role
	   Update
	*/
	PutAuthorizationRole(ctx context.Context, params *PutAuthorizationRoleParams) (*PutAuthorizationRoleOK, error)
	/*
	   PutAuthorizationRoleUsersAdd sets the users for the role
	*/
	PutAuthorizationRoleUsersAdd(ctx context.Context, params *PutAuthorizationRoleUsersAddParams) (*PutAuthorizationRoleUsersAddOK, error)
	/*
	   PutAuthorizationRoleUsersRemove removes the users from the role
	*/
	PutAuthorizationRoleUsersRemove(ctx context.Context, params *PutAuthorizationRoleUsersRemoveParams) (*PutAuthorizationRoleUsersRemoveOK, error)
	/*
	   PutAuthorizationRolesDefault restores specified default roles
	*/
	PutAuthorizationRolesDefault(ctx context.Context, params *PutAuthorizationRolesDefaultParams) (*PutAuthorizationRolesDefaultOK, error)
	/*
	   PutUserRoles sets the user s roles
	*/
	PutUserRoles(ctx context.Context, params *PutUserRolesParams) (*PutUserRolesOK, error)
}

API is the interface of the authorization client

type Client

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

Client for authorization API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new authorization API client.

func (*Client) DeleteAuthorizationDivision

func (a *Client) DeleteAuthorizationDivision(ctx context.Context, params *DeleteAuthorizationDivisionParams) (*DeleteAuthorizationDivisionNoContent, error)

DeleteAuthorizationDivision deletes a division

func (*Client) DeleteAuthorizationRole

func (a *Client) DeleteAuthorizationRole(ctx context.Context, params *DeleteAuthorizationRoleParams) error

DeleteAuthorizationRole deletes an organization role

func (*Client) DeleteAuthorizationSubjectDivisionRole

func (a *Client) DeleteAuthorizationSubjectDivisionRole(ctx context.Context, params *DeleteAuthorizationSubjectDivisionRoleParams) error

DeleteAuthorizationSubjectDivisionRole deletes a grant of a role in a division

func (*Client) GetAuthorizationDivision

func (a *Client) GetAuthorizationDivision(ctx context.Context, params *GetAuthorizationDivisionParams) (*GetAuthorizationDivisionOK, error)

GetAuthorizationDivision returns an authorization division

func (*Client) GetAuthorizationDivisionGrants

func (a *Client) GetAuthorizationDivisionGrants(ctx context.Context, params *GetAuthorizationDivisionGrantsParams) (*GetAuthorizationDivisionGrantsOK, error)

GetAuthorizationDivisionGrants gets all grants for a given division

Returns all grants assigned to a given division. Maximum page size is 500.

func (*Client) GetAuthorizationDivisions

func (a *Client) GetAuthorizationDivisions(ctx context.Context, params *GetAuthorizationDivisionsParams) (*GetAuthorizationDivisionsOK, error)

GetAuthorizationDivisions retrieves a list of all divisions defined for the organization

Request specific divisions by id using a query param "id", e.g. ?id=5f777167-63be-4c24-ad41-374155d9e28b&id=72e9fb25-c484-488d-9312-7acba82435b3

func (*Client) GetAuthorizationDivisionsHome

func (a *Client) GetAuthorizationDivisionsHome(ctx context.Context, params *GetAuthorizationDivisionsHomeParams) (*GetAuthorizationDivisionsHomeOK, error)

GetAuthorizationDivisionsHome retrieves the home division for the organization

Will not include object counts.

func (*Client) GetAuthorizationDivisionsLimit

func (a *Client) GetAuthorizationDivisionsLimit(ctx context.Context, params *GetAuthorizationDivisionsLimitParams) (*GetAuthorizationDivisionsLimitOK, error)

GetAuthorizationDivisionsLimit returns the maximum allowed number of divisions

func (*Client) GetAuthorizationDivisionspermittedMe

func (a *Client) GetAuthorizationDivisionspermittedMe(ctx context.Context, params *GetAuthorizationDivisionspermittedMeParams) (*GetAuthorizationDivisionspermittedMeOK, error)

GetAuthorizationDivisionspermittedMe returns which divisions the current user has the given permission in

This route is deprecated, use authorization/divisionspermitted/paged/me instead.

func (*Client) GetAuthorizationDivisionspermittedPagedMe

func (a *Client) GetAuthorizationDivisionspermittedPagedMe(ctx context.Context, params *GetAuthorizationDivisionspermittedPagedMeParams) (*GetAuthorizationDivisionspermittedPagedMeOK, error)

GetAuthorizationDivisionspermittedPagedMe returns which divisions the current user has the given permission in

func (*Client) GetAuthorizationDivisionspermittedPagedSubjectID

GetAuthorizationDivisionspermittedPagedSubjectID returns which divisions the specified user has the given permission in

This route is deprecated, use authorization/divisionspermitted/paged/me instead.

func (*Client) GetAuthorizationPermissions

func (a *Client) GetAuthorizationPermissions(ctx context.Context, params *GetAuthorizationPermissionsParams) (*GetAuthorizationPermissionsOK, error)

GetAuthorizationPermissions gets all permissions

Retrieve a list of all permission defined in the system.

func (*Client) GetAuthorizationProducts

func (a *Client) GetAuthorizationProducts(ctx context.Context, params *GetAuthorizationProductsParams) (*GetAuthorizationProductsOK, error)

GetAuthorizationProducts gets the list of enabled products

Gets the list of enabled products. Some example product names are: collaborateFree, collaboratePro, communicate, and engage.

func (*Client) GetAuthorizationRole

func (a *Client) GetAuthorizationRole(ctx context.Context, params *GetAuthorizationRoleParams) (*GetAuthorizationRoleOK, error)

GetAuthorizationRole gets a single organization role

Get the organization role specified by its ID.

func (*Client) GetAuthorizationRoleComparedefaultRightRoleID

GetAuthorizationRoleComparedefaultRightRoleID gets an org role to default role comparison

Compares any organization role to a default role id and show differences

func (*Client) GetAuthorizationRoleSubjectgrants

func (a *Client) GetAuthorizationRoleSubjectgrants(ctx context.Context, params *GetAuthorizationRoleSubjectgrantsParams) (*GetAuthorizationRoleSubjectgrantsOK, error)

GetAuthorizationRoleSubjectgrants gets the subjects granted divisions in the specified role

Includes the divisions for which the subject has a grant.

func (*Client) GetAuthorizationRoleUsers

func (a *Client) GetAuthorizationRoleUsers(ctx context.Context, params *GetAuthorizationRoleUsersParams) (*GetAuthorizationRoleUsersOK, error)

GetAuthorizationRoleUsers gets a list of the users in a specified role

Get an array of the UUIDs of the users in the specified role.

func (*Client) GetAuthorizationRoles

func (a *Client) GetAuthorizationRoles(ctx context.Context, params *GetAuthorizationRolesParams) (*GetAuthorizationRolesOK, error)

GetAuthorizationRoles retrieves a list of all roles defined for the organization

func (*Client) GetAuthorizationSettings

func (a *Client) GetAuthorizationSettings(ctx context.Context, params *GetAuthorizationSettingsParams) (*GetAuthorizationSettingsOK, error)

GetAuthorizationSettings gets authorization settings

func (*Client) GetAuthorizationSubject

func (a *Client) GetAuthorizationSubject(ctx context.Context, params *GetAuthorizationSubjectParams) (*GetAuthorizationSubjectOK, error)

GetAuthorizationSubject returns a listing of roles and permissions for a user

func (*Client) GetAuthorizationSubjectsMe

func (a *Client) GetAuthorizationSubjectsMe(ctx context.Context, params *GetAuthorizationSubjectsMeParams) (*GetAuthorizationSubjectsMeOK, error)

GetAuthorizationSubjectsMe returns a listing of roles and permissions for the currently authenticated user

func (*Client) GetAuthorizationSubjectsRolecounts

func (a *Client) GetAuthorizationSubjectsRolecounts(ctx context.Context, params *GetAuthorizationSubjectsRolecountsParams) (*GetAuthorizationSubjectsRolecountsOK, error)

GetAuthorizationSubjectsRolecounts gets the count of roles granted to a list of subjects

func (*Client) GetUserRoles

func (a *Client) GetUserRoles(ctx context.Context, params *GetUserRolesParams) (*GetUserRolesOK, error)

GetUserRoles returns a listing of roles and permissions for a user

func (*Client) PatchAuthorizationRole

func (a *Client) PatchAuthorizationRole(ctx context.Context, params *PatchAuthorizationRoleParams) (*PatchAuthorizationRoleOK, error)

PatchAuthorizationRole patches organization role for needs update field

Patch Organization Role for needsUpdate Field

func (*Client) PatchAuthorizationSettings

func (a *Client) PatchAuthorizationSettings(ctx context.Context, params *PatchAuthorizationSettingsParams) (*PatchAuthorizationSettingsOK, error)

PatchAuthorizationSettings changes authorization settings

Change authorization settings

func (*Client) PostAuthorizationDivisionObject

PostAuthorizationDivisionObject assigns a list of objects to a division

Set the division of a specified list of objects. The objects must all be of the same type, one of: CAMPAIGN, MANAGEMENTUNIT, FLOW, QUEUE, DATATABLES or USER. The body of the request is a list of object IDs, which are expected to be GUIDs, e.g. ["206ce31f-61ec-40ed-a8b1-be6f06303998","250a754e-f5e4-4f51-800f-a92f09d3bf8c"]

func (*Client) PostAuthorizationDivisionRestore

func (a *Client) PostAuthorizationDivisionRestore(ctx context.Context, params *PostAuthorizationDivisionRestoreParams) (*PostAuthorizationDivisionRestoreOK, error)

PostAuthorizationDivisionRestore recreates a previously deleted division

func (*Client) PostAuthorizationDivisions

func (a *Client) PostAuthorizationDivisions(ctx context.Context, params *PostAuthorizationDivisionsParams) (*PostAuthorizationDivisionsOK, error)

PostAuthorizationDivisions creates a division

func (*Client) PostAuthorizationRole

func (a *Client) PostAuthorizationRole(ctx context.Context, params *PostAuthorizationRoleParams) (*PostAuthorizationRoleNoContent, error)

PostAuthorizationRole bulks grant subjects and divisions with an organization role

func (*Client) PostAuthorizationRoleComparedefaultRightRoleID

PostAuthorizationRoleComparedefaultRightRoleID gets an unsaved org role to default role comparison

Allows users to compare their existing roles in an unsaved state to its default role

func (*Client) PostAuthorizationRoles

func (a *Client) PostAuthorizationRoles(ctx context.Context, params *PostAuthorizationRolesParams) (*PostAuthorizationRolesOK, error)

PostAuthorizationRoles creates an organization role

func (*Client) PostAuthorizationRolesDefault

func (a *Client) PostAuthorizationRolesDefault(ctx context.Context, params *PostAuthorizationRolesDefaultParams) (*PostAuthorizationRolesDefaultOK, error)

PostAuthorizationRolesDefault restores all default roles

This endpoint serves several purposes. 1. It provides the org with default roles. This is important for default roles that will be added after go-live (they can retroactively add the new default-role). Note: When not using a query param of force=true, it only adds the default roles not configured for the org; it does not overwrite roles. 2. Using the query param force=true, you can restore all default roles. Note: This does not have an effect on custom roles.

func (*Client) PostAuthorizationSubjectBulkadd

PostAuthorizationSubjectBulkadd bulks grant roles and divisions to a subject

func (*Client) PostAuthorizationSubjectBulkremove

PostAuthorizationSubjectBulkremove bulks remove grants from a subject

func (*Client) PostAuthorizationSubjectBulkreplace

PostAuthorizationSubjectBulkreplace replaces subject s roles and divisions with the exact list supplied in the request

This operation will not remove grants that are inherited from group membership. It will only set the grants directly applied to the subject.

func (*Client) PostAuthorizationSubjectDivisionRole

func (a *Client) PostAuthorizationSubjectDivisionRole(ctx context.Context, params *PostAuthorizationSubjectDivisionRoleParams) error

PostAuthorizationSubjectDivisionRole makes a grant of a role in a division

func (*Client) PutAuthorizationDivision

func (a *Client) PutAuthorizationDivision(ctx context.Context, params *PutAuthorizationDivisionParams) (*PutAuthorizationDivisionOK, error)

PutAuthorizationDivision updates a division

func (*Client) PutAuthorizationRole

func (a *Client) PutAuthorizationRole(ctx context.Context, params *PutAuthorizationRoleParams) (*PutAuthorizationRoleOK, error)

PutAuthorizationRole updates an organization role

Update

func (*Client) PutAuthorizationRoleUsersAdd

func (a *Client) PutAuthorizationRoleUsersAdd(ctx context.Context, params *PutAuthorizationRoleUsersAddParams) (*PutAuthorizationRoleUsersAddOK, error)

PutAuthorizationRoleUsersAdd sets the users for the role

func (*Client) PutAuthorizationRoleUsersRemove

func (a *Client) PutAuthorizationRoleUsersRemove(ctx context.Context, params *PutAuthorizationRoleUsersRemoveParams) (*PutAuthorizationRoleUsersRemoveOK, error)

PutAuthorizationRoleUsersRemove removes the users from the role

func (*Client) PutAuthorizationRolesDefault

func (a *Client) PutAuthorizationRolesDefault(ctx context.Context, params *PutAuthorizationRolesDefaultParams) (*PutAuthorizationRolesDefaultOK, error)

PutAuthorizationRolesDefault restores specified default roles

func (*Client) PutUserRoles

func (a *Client) PutUserRoles(ctx context.Context, params *PutUserRolesParams) (*PutUserRolesOK, error)

PutUserRoles sets the user s roles

type DeleteAuthorizationDivisionBadRequest

type DeleteAuthorizationDivisionBadRequest struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationDivisionBadRequest 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 NewDeleteAuthorizationDivisionBadRequest

func NewDeleteAuthorizationDivisionBadRequest() *DeleteAuthorizationDivisionBadRequest

NewDeleteAuthorizationDivisionBadRequest creates a DeleteAuthorizationDivisionBadRequest with default headers values

func (*DeleteAuthorizationDivisionBadRequest) Error

func (*DeleteAuthorizationDivisionBadRequest) GetPayload

func (*DeleteAuthorizationDivisionBadRequest) IsClientError

func (o *DeleteAuthorizationDivisionBadRequest) IsClientError() bool

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

func (*DeleteAuthorizationDivisionBadRequest) IsCode

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

func (*DeleteAuthorizationDivisionBadRequest) IsRedirect

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

func (*DeleteAuthorizationDivisionBadRequest) IsServerError

func (o *DeleteAuthorizationDivisionBadRequest) IsServerError() bool

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

func (*DeleteAuthorizationDivisionBadRequest) IsSuccess

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

func (*DeleteAuthorizationDivisionBadRequest) String

type DeleteAuthorizationDivisionForbidden

type DeleteAuthorizationDivisionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteAuthorizationDivisionForbidden

func NewDeleteAuthorizationDivisionForbidden() *DeleteAuthorizationDivisionForbidden

NewDeleteAuthorizationDivisionForbidden creates a DeleteAuthorizationDivisionForbidden with default headers values

func (*DeleteAuthorizationDivisionForbidden) Error

func (*DeleteAuthorizationDivisionForbidden) GetPayload

func (*DeleteAuthorizationDivisionForbidden) IsClientError

func (o *DeleteAuthorizationDivisionForbidden) IsClientError() bool

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

func (*DeleteAuthorizationDivisionForbidden) IsCode

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

func (*DeleteAuthorizationDivisionForbidden) IsRedirect

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

func (*DeleteAuthorizationDivisionForbidden) IsServerError

func (o *DeleteAuthorizationDivisionForbidden) IsServerError() bool

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

func (*DeleteAuthorizationDivisionForbidden) IsSuccess

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

func (*DeleteAuthorizationDivisionForbidden) String

type DeleteAuthorizationDivisionGatewayTimeout

type DeleteAuthorizationDivisionGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationDivisionGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteAuthorizationDivisionGatewayTimeout

func NewDeleteAuthorizationDivisionGatewayTimeout() *DeleteAuthorizationDivisionGatewayTimeout

NewDeleteAuthorizationDivisionGatewayTimeout creates a DeleteAuthorizationDivisionGatewayTimeout with default headers values

func (*DeleteAuthorizationDivisionGatewayTimeout) Error

func (*DeleteAuthorizationDivisionGatewayTimeout) GetPayload

func (*DeleteAuthorizationDivisionGatewayTimeout) IsClientError

IsClientError returns true when this delete authorization division gateway timeout response has a 4xx status code

func (*DeleteAuthorizationDivisionGatewayTimeout) IsCode

IsCode returns true when this delete authorization division gateway timeout response a status code equal to that given

func (*DeleteAuthorizationDivisionGatewayTimeout) IsRedirect

IsRedirect returns true when this delete authorization division gateway timeout response has a 3xx status code

func (*DeleteAuthorizationDivisionGatewayTimeout) IsServerError

IsServerError returns true when this delete authorization division gateway timeout response has a 5xx status code

func (*DeleteAuthorizationDivisionGatewayTimeout) IsSuccess

IsSuccess returns true when this delete authorization division gateway timeout response has a 2xx status code

func (*DeleteAuthorizationDivisionGatewayTimeout) String

type DeleteAuthorizationDivisionInternalServerError

type DeleteAuthorizationDivisionInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationDivisionInternalServerError 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 NewDeleteAuthorizationDivisionInternalServerError

func NewDeleteAuthorizationDivisionInternalServerError() *DeleteAuthorizationDivisionInternalServerError

NewDeleteAuthorizationDivisionInternalServerError creates a DeleteAuthorizationDivisionInternalServerError with default headers values

func (*DeleteAuthorizationDivisionInternalServerError) Error

func (*DeleteAuthorizationDivisionInternalServerError) GetPayload

func (*DeleteAuthorizationDivisionInternalServerError) IsClientError

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

func (*DeleteAuthorizationDivisionInternalServerError) IsCode

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

func (*DeleteAuthorizationDivisionInternalServerError) IsRedirect

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

func (*DeleteAuthorizationDivisionInternalServerError) IsServerError

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

func (*DeleteAuthorizationDivisionInternalServerError) IsSuccess

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

func (*DeleteAuthorizationDivisionInternalServerError) String

type DeleteAuthorizationDivisionNoContent

type DeleteAuthorizationDivisionNoContent struct {
}

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

Deleted

func NewDeleteAuthorizationDivisionNoContent

func NewDeleteAuthorizationDivisionNoContent() *DeleteAuthorizationDivisionNoContent

NewDeleteAuthorizationDivisionNoContent creates a DeleteAuthorizationDivisionNoContent with default headers values

func (*DeleteAuthorizationDivisionNoContent) Error

func (*DeleteAuthorizationDivisionNoContent) IsClientError

func (o *DeleteAuthorizationDivisionNoContent) IsClientError() bool

IsClientError returns true when this delete authorization division no content response has a 4xx status code

func (*DeleteAuthorizationDivisionNoContent) IsCode

IsCode returns true when this delete authorization division no content response a status code equal to that given

func (*DeleteAuthorizationDivisionNoContent) IsRedirect

IsRedirect returns true when this delete authorization division no content response has a 3xx status code

func (*DeleteAuthorizationDivisionNoContent) IsServerError

func (o *DeleteAuthorizationDivisionNoContent) IsServerError() bool

IsServerError returns true when this delete authorization division no content response has a 5xx status code

func (*DeleteAuthorizationDivisionNoContent) IsSuccess

IsSuccess returns true when this delete authorization division no content response has a 2xx status code

func (*DeleteAuthorizationDivisionNoContent) String

type DeleteAuthorizationDivisionNotFound

type DeleteAuthorizationDivisionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteAuthorizationDivisionNotFound

func NewDeleteAuthorizationDivisionNotFound() *DeleteAuthorizationDivisionNotFound

NewDeleteAuthorizationDivisionNotFound creates a DeleteAuthorizationDivisionNotFound with default headers values

func (*DeleteAuthorizationDivisionNotFound) Error

func (*DeleteAuthorizationDivisionNotFound) GetPayload

func (*DeleteAuthorizationDivisionNotFound) IsClientError

func (o *DeleteAuthorizationDivisionNotFound) IsClientError() bool

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

func (*DeleteAuthorizationDivisionNotFound) IsCode

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

func (*DeleteAuthorizationDivisionNotFound) IsRedirect

func (o *DeleteAuthorizationDivisionNotFound) IsRedirect() bool

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

func (*DeleteAuthorizationDivisionNotFound) IsServerError

func (o *DeleteAuthorizationDivisionNotFound) IsServerError() bool

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

func (*DeleteAuthorizationDivisionNotFound) IsSuccess

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

func (*DeleteAuthorizationDivisionNotFound) String

type DeleteAuthorizationDivisionParams

type DeleteAuthorizationDivisionParams struct {

	/* DivisionID.

	   Division ID
	*/
	DivisionID string

	/* Force.

	   Force delete this division as well as the grants and objects associated with it
	*/
	Force *bool

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

DeleteAuthorizationDivisionParams contains all the parameters to send to the API endpoint

for the delete authorization division operation.

Typically these are written to a http.Request.

func NewDeleteAuthorizationDivisionParams

func NewDeleteAuthorizationDivisionParams() *DeleteAuthorizationDivisionParams

NewDeleteAuthorizationDivisionParams creates a new DeleteAuthorizationDivisionParams 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 NewDeleteAuthorizationDivisionParamsWithContext

func NewDeleteAuthorizationDivisionParamsWithContext(ctx context.Context) *DeleteAuthorizationDivisionParams

NewDeleteAuthorizationDivisionParamsWithContext creates a new DeleteAuthorizationDivisionParams object with the ability to set a context for a request.

func NewDeleteAuthorizationDivisionParamsWithHTTPClient

func NewDeleteAuthorizationDivisionParamsWithHTTPClient(client *http.Client) *DeleteAuthorizationDivisionParams

NewDeleteAuthorizationDivisionParamsWithHTTPClient creates a new DeleteAuthorizationDivisionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAuthorizationDivisionParamsWithTimeout

func NewDeleteAuthorizationDivisionParamsWithTimeout(timeout time.Duration) *DeleteAuthorizationDivisionParams

NewDeleteAuthorizationDivisionParamsWithTimeout creates a new DeleteAuthorizationDivisionParams object with the ability to set a timeout on a request.

func (*DeleteAuthorizationDivisionParams) SetContext

SetContext adds the context to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) SetDefaults

func (o *DeleteAuthorizationDivisionParams) SetDefaults()

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

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

func (*DeleteAuthorizationDivisionParams) SetDivisionID

func (o *DeleteAuthorizationDivisionParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) SetForce

func (o *DeleteAuthorizationDivisionParams) SetForce(force *bool)

SetForce adds the force to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) SetTimeout

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

SetTimeout adds the timeout to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) WithContext

WithContext adds the context to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) WithDefaults

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

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

func (*DeleteAuthorizationDivisionParams) WithDivisionID

WithDivisionID adds the divisionID to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) WithForce

WithForce adds the force to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) WithTimeout

WithTimeout adds the timeout to the delete authorization division params

func (*DeleteAuthorizationDivisionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAuthorizationDivisionReader

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

DeleteAuthorizationDivisionReader is a Reader for the DeleteAuthorizationDivision structure.

func (*DeleteAuthorizationDivisionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAuthorizationDivisionRequestEntityTooLarge

type DeleteAuthorizationDivisionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationDivisionRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteAuthorizationDivisionRequestEntityTooLarge

func NewDeleteAuthorizationDivisionRequestEntityTooLarge() *DeleteAuthorizationDivisionRequestEntityTooLarge

NewDeleteAuthorizationDivisionRequestEntityTooLarge creates a DeleteAuthorizationDivisionRequestEntityTooLarge with default headers values

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) Error

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) GetPayload

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete authorization division request entity too large response has a 4xx status code

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) IsCode

IsCode returns true when this delete authorization division request entity too large response a status code equal to that given

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete authorization division request entity too large response has a 3xx status code

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete authorization division request entity too large response has a 5xx status code

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) IsSuccess

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

func (*DeleteAuthorizationDivisionRequestEntityTooLarge) String

type DeleteAuthorizationDivisionRequestTimeout

type DeleteAuthorizationDivisionRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationDivisionRequestTimeout 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 NewDeleteAuthorizationDivisionRequestTimeout

func NewDeleteAuthorizationDivisionRequestTimeout() *DeleteAuthorizationDivisionRequestTimeout

NewDeleteAuthorizationDivisionRequestTimeout creates a DeleteAuthorizationDivisionRequestTimeout with default headers values

func (*DeleteAuthorizationDivisionRequestTimeout) Error

func (*DeleteAuthorizationDivisionRequestTimeout) GetPayload

func (*DeleteAuthorizationDivisionRequestTimeout) IsClientError

IsClientError returns true when this delete authorization division request timeout response has a 4xx status code

func (*DeleteAuthorizationDivisionRequestTimeout) IsCode

IsCode returns true when this delete authorization division request timeout response a status code equal to that given

func (*DeleteAuthorizationDivisionRequestTimeout) IsRedirect

IsRedirect returns true when this delete authorization division request timeout response has a 3xx status code

func (*DeleteAuthorizationDivisionRequestTimeout) IsServerError

IsServerError returns true when this delete authorization division request timeout response has a 5xx status code

func (*DeleteAuthorizationDivisionRequestTimeout) IsSuccess

IsSuccess returns true when this delete authorization division request timeout response has a 2xx status code

func (*DeleteAuthorizationDivisionRequestTimeout) String

type DeleteAuthorizationDivisionServiceUnavailable

type DeleteAuthorizationDivisionServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationDivisionServiceUnavailable 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 NewDeleteAuthorizationDivisionServiceUnavailable

func NewDeleteAuthorizationDivisionServiceUnavailable() *DeleteAuthorizationDivisionServiceUnavailable

NewDeleteAuthorizationDivisionServiceUnavailable creates a DeleteAuthorizationDivisionServiceUnavailable with default headers values

func (*DeleteAuthorizationDivisionServiceUnavailable) Error

func (*DeleteAuthorizationDivisionServiceUnavailable) GetPayload

func (*DeleteAuthorizationDivisionServiceUnavailable) IsClientError

IsClientError returns true when this delete authorization division service unavailable response has a 4xx status code

func (*DeleteAuthorizationDivisionServiceUnavailable) IsCode

IsCode returns true when this delete authorization division service unavailable response a status code equal to that given

func (*DeleteAuthorizationDivisionServiceUnavailable) IsRedirect

IsRedirect returns true when this delete authorization division service unavailable response has a 3xx status code

func (*DeleteAuthorizationDivisionServiceUnavailable) IsServerError

IsServerError returns true when this delete authorization division service unavailable response has a 5xx status code

func (*DeleteAuthorizationDivisionServiceUnavailable) IsSuccess

IsSuccess returns true when this delete authorization division service unavailable response has a 2xx status code

func (*DeleteAuthorizationDivisionServiceUnavailable) String

type DeleteAuthorizationDivisionTooManyRequests

type DeleteAuthorizationDivisionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteAuthorizationDivisionTooManyRequests

func NewDeleteAuthorizationDivisionTooManyRequests() *DeleteAuthorizationDivisionTooManyRequests

NewDeleteAuthorizationDivisionTooManyRequests creates a DeleteAuthorizationDivisionTooManyRequests with default headers values

func (*DeleteAuthorizationDivisionTooManyRequests) Error

func (*DeleteAuthorizationDivisionTooManyRequests) GetPayload

func (*DeleteAuthorizationDivisionTooManyRequests) IsClientError

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

func (*DeleteAuthorizationDivisionTooManyRequests) IsCode

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

func (*DeleteAuthorizationDivisionTooManyRequests) IsRedirect

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

func (*DeleteAuthorizationDivisionTooManyRequests) IsServerError

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

func (*DeleteAuthorizationDivisionTooManyRequests) IsSuccess

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

func (*DeleteAuthorizationDivisionTooManyRequests) String

type DeleteAuthorizationDivisionUnauthorized

type DeleteAuthorizationDivisionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteAuthorizationDivisionUnauthorized

func NewDeleteAuthorizationDivisionUnauthorized() *DeleteAuthorizationDivisionUnauthorized

NewDeleteAuthorizationDivisionUnauthorized creates a DeleteAuthorizationDivisionUnauthorized with default headers values

func (*DeleteAuthorizationDivisionUnauthorized) Error

func (*DeleteAuthorizationDivisionUnauthorized) GetPayload

func (*DeleteAuthorizationDivisionUnauthorized) IsClientError

func (o *DeleteAuthorizationDivisionUnauthorized) IsClientError() bool

IsClientError returns true when this delete authorization division unauthorized response has a 4xx status code

func (*DeleteAuthorizationDivisionUnauthorized) IsCode

IsCode returns true when this delete authorization division unauthorized response a status code equal to that given

func (*DeleteAuthorizationDivisionUnauthorized) IsRedirect

IsRedirect returns true when this delete authorization division unauthorized response has a 3xx status code

func (*DeleteAuthorizationDivisionUnauthorized) IsServerError

func (o *DeleteAuthorizationDivisionUnauthorized) IsServerError() bool

IsServerError returns true when this delete authorization division unauthorized response has a 5xx status code

func (*DeleteAuthorizationDivisionUnauthorized) IsSuccess

IsSuccess returns true when this delete authorization division unauthorized response has a 2xx status code

func (*DeleteAuthorizationDivisionUnauthorized) String

type DeleteAuthorizationDivisionUnsupportedMediaType

type DeleteAuthorizationDivisionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationDivisionUnsupportedMediaType 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 NewDeleteAuthorizationDivisionUnsupportedMediaType

func NewDeleteAuthorizationDivisionUnsupportedMediaType() *DeleteAuthorizationDivisionUnsupportedMediaType

NewDeleteAuthorizationDivisionUnsupportedMediaType creates a DeleteAuthorizationDivisionUnsupportedMediaType with default headers values

func (*DeleteAuthorizationDivisionUnsupportedMediaType) Error

func (*DeleteAuthorizationDivisionUnsupportedMediaType) GetPayload

func (*DeleteAuthorizationDivisionUnsupportedMediaType) IsClientError

IsClientError returns true when this delete authorization division unsupported media type response has a 4xx status code

func (*DeleteAuthorizationDivisionUnsupportedMediaType) IsCode

IsCode returns true when this delete authorization division unsupported media type response a status code equal to that given

func (*DeleteAuthorizationDivisionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete authorization division unsupported media type response has a 3xx status code

func (*DeleteAuthorizationDivisionUnsupportedMediaType) IsServerError

IsServerError returns true when this delete authorization division unsupported media type response has a 5xx status code

func (*DeleteAuthorizationDivisionUnsupportedMediaType) IsSuccess

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

func (*DeleteAuthorizationDivisionUnsupportedMediaType) String

type DeleteAuthorizationRoleBadRequest

type DeleteAuthorizationRoleBadRequest struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationRoleBadRequest 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 NewDeleteAuthorizationRoleBadRequest

func NewDeleteAuthorizationRoleBadRequest() *DeleteAuthorizationRoleBadRequest

NewDeleteAuthorizationRoleBadRequest creates a DeleteAuthorizationRoleBadRequest with default headers values

func (*DeleteAuthorizationRoleBadRequest) Error

func (*DeleteAuthorizationRoleBadRequest) GetPayload

func (*DeleteAuthorizationRoleBadRequest) IsClientError

func (o *DeleteAuthorizationRoleBadRequest) IsClientError() bool

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

func (*DeleteAuthorizationRoleBadRequest) IsCode

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

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

func (*DeleteAuthorizationRoleBadRequest) IsRedirect

func (o *DeleteAuthorizationRoleBadRequest) IsRedirect() bool

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

func (*DeleteAuthorizationRoleBadRequest) IsServerError

func (o *DeleteAuthorizationRoleBadRequest) IsServerError() bool

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

func (*DeleteAuthorizationRoleBadRequest) IsSuccess

func (o *DeleteAuthorizationRoleBadRequest) IsSuccess() bool

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

func (*DeleteAuthorizationRoleBadRequest) String

type DeleteAuthorizationRoleDefault

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

DeleteAuthorizationRoleDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteAuthorizationRoleDefault

func NewDeleteAuthorizationRoleDefault(code int) *DeleteAuthorizationRoleDefault

NewDeleteAuthorizationRoleDefault creates a DeleteAuthorizationRoleDefault with default headers values

func (*DeleteAuthorizationRoleDefault) Code

Code gets the status code for the delete authorization role default response

func (*DeleteAuthorizationRoleDefault) Error

func (*DeleteAuthorizationRoleDefault) IsClientError

func (o *DeleteAuthorizationRoleDefault) IsClientError() bool

IsClientError returns true when this delete authorization role default response has a 4xx status code

func (*DeleteAuthorizationRoleDefault) IsCode

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

IsCode returns true when this delete authorization role default response a status code equal to that given

func (*DeleteAuthorizationRoleDefault) IsRedirect

func (o *DeleteAuthorizationRoleDefault) IsRedirect() bool

IsRedirect returns true when this delete authorization role default response has a 3xx status code

func (*DeleteAuthorizationRoleDefault) IsServerError

func (o *DeleteAuthorizationRoleDefault) IsServerError() bool

IsServerError returns true when this delete authorization role default response has a 5xx status code

func (*DeleteAuthorizationRoleDefault) IsSuccess

func (o *DeleteAuthorizationRoleDefault) IsSuccess() bool

IsSuccess returns true when this delete authorization role default response has a 2xx status code

func (*DeleteAuthorizationRoleDefault) String

type DeleteAuthorizationRoleForbidden

type DeleteAuthorizationRoleForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteAuthorizationRoleForbidden

func NewDeleteAuthorizationRoleForbidden() *DeleteAuthorizationRoleForbidden

NewDeleteAuthorizationRoleForbidden creates a DeleteAuthorizationRoleForbidden with default headers values

func (*DeleteAuthorizationRoleForbidden) Error

func (*DeleteAuthorizationRoleForbidden) GetPayload

func (*DeleteAuthorizationRoleForbidden) IsClientError

func (o *DeleteAuthorizationRoleForbidden) IsClientError() bool

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

func (*DeleteAuthorizationRoleForbidden) IsCode

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

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

func (*DeleteAuthorizationRoleForbidden) IsRedirect

func (o *DeleteAuthorizationRoleForbidden) IsRedirect() bool

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

func (*DeleteAuthorizationRoleForbidden) IsServerError

func (o *DeleteAuthorizationRoleForbidden) IsServerError() bool

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

func (*DeleteAuthorizationRoleForbidden) IsSuccess

func (o *DeleteAuthorizationRoleForbidden) IsSuccess() bool

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

func (*DeleteAuthorizationRoleForbidden) String

type DeleteAuthorizationRoleGatewayTimeout

type DeleteAuthorizationRoleGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationRoleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteAuthorizationRoleGatewayTimeout

func NewDeleteAuthorizationRoleGatewayTimeout() *DeleteAuthorizationRoleGatewayTimeout

NewDeleteAuthorizationRoleGatewayTimeout creates a DeleteAuthorizationRoleGatewayTimeout with default headers values

func (*DeleteAuthorizationRoleGatewayTimeout) Error

func (*DeleteAuthorizationRoleGatewayTimeout) GetPayload

func (*DeleteAuthorizationRoleGatewayTimeout) IsClientError

func (o *DeleteAuthorizationRoleGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete authorization role gateway timeout response has a 4xx status code

func (*DeleteAuthorizationRoleGatewayTimeout) IsCode

IsCode returns true when this delete authorization role gateway timeout response a status code equal to that given

func (*DeleteAuthorizationRoleGatewayTimeout) IsRedirect

IsRedirect returns true when this delete authorization role gateway timeout response has a 3xx status code

func (*DeleteAuthorizationRoleGatewayTimeout) IsServerError

func (o *DeleteAuthorizationRoleGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete authorization role gateway timeout response has a 5xx status code

func (*DeleteAuthorizationRoleGatewayTimeout) IsSuccess

IsSuccess returns true when this delete authorization role gateway timeout response has a 2xx status code

func (*DeleteAuthorizationRoleGatewayTimeout) String

type DeleteAuthorizationRoleInternalServerError

type DeleteAuthorizationRoleInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationRoleInternalServerError 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 NewDeleteAuthorizationRoleInternalServerError

func NewDeleteAuthorizationRoleInternalServerError() *DeleteAuthorizationRoleInternalServerError

NewDeleteAuthorizationRoleInternalServerError creates a DeleteAuthorizationRoleInternalServerError with default headers values

func (*DeleteAuthorizationRoleInternalServerError) Error

func (*DeleteAuthorizationRoleInternalServerError) GetPayload

func (*DeleteAuthorizationRoleInternalServerError) IsClientError

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

func (*DeleteAuthorizationRoleInternalServerError) IsCode

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

func (*DeleteAuthorizationRoleInternalServerError) IsRedirect

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

func (*DeleteAuthorizationRoleInternalServerError) IsServerError

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

func (*DeleteAuthorizationRoleInternalServerError) IsSuccess

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

func (*DeleteAuthorizationRoleInternalServerError) String

type DeleteAuthorizationRoleNotFound

type DeleteAuthorizationRoleNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteAuthorizationRoleNotFound

func NewDeleteAuthorizationRoleNotFound() *DeleteAuthorizationRoleNotFound

NewDeleteAuthorizationRoleNotFound creates a DeleteAuthorizationRoleNotFound with default headers values

func (*DeleteAuthorizationRoleNotFound) Error

func (*DeleteAuthorizationRoleNotFound) GetPayload

func (*DeleteAuthorizationRoleNotFound) IsClientError

func (o *DeleteAuthorizationRoleNotFound) IsClientError() bool

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

func (*DeleteAuthorizationRoleNotFound) IsCode

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

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

func (*DeleteAuthorizationRoleNotFound) IsRedirect

func (o *DeleteAuthorizationRoleNotFound) IsRedirect() bool

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

func (*DeleteAuthorizationRoleNotFound) IsServerError

func (o *DeleteAuthorizationRoleNotFound) IsServerError() bool

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

func (*DeleteAuthorizationRoleNotFound) IsSuccess

func (o *DeleteAuthorizationRoleNotFound) IsSuccess() bool

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

func (*DeleteAuthorizationRoleNotFound) String

type DeleteAuthorizationRoleParams

type DeleteAuthorizationRoleParams struct {

	/* RoleID.

	   Role ID
	*/
	RoleID string

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

DeleteAuthorizationRoleParams contains all the parameters to send to the API endpoint

for the delete authorization role operation.

Typically these are written to a http.Request.

func NewDeleteAuthorizationRoleParams

func NewDeleteAuthorizationRoleParams() *DeleteAuthorizationRoleParams

NewDeleteAuthorizationRoleParams creates a new DeleteAuthorizationRoleParams 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 NewDeleteAuthorizationRoleParamsWithContext

func NewDeleteAuthorizationRoleParamsWithContext(ctx context.Context) *DeleteAuthorizationRoleParams

NewDeleteAuthorizationRoleParamsWithContext creates a new DeleteAuthorizationRoleParams object with the ability to set a context for a request.

func NewDeleteAuthorizationRoleParamsWithHTTPClient

func NewDeleteAuthorizationRoleParamsWithHTTPClient(client *http.Client) *DeleteAuthorizationRoleParams

NewDeleteAuthorizationRoleParamsWithHTTPClient creates a new DeleteAuthorizationRoleParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAuthorizationRoleParamsWithTimeout

func NewDeleteAuthorizationRoleParamsWithTimeout(timeout time.Duration) *DeleteAuthorizationRoleParams

NewDeleteAuthorizationRoleParamsWithTimeout creates a new DeleteAuthorizationRoleParams object with the ability to set a timeout on a request.

func (*DeleteAuthorizationRoleParams) SetContext

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

SetContext adds the context to the delete authorization role params

func (*DeleteAuthorizationRoleParams) SetDefaults

func (o *DeleteAuthorizationRoleParams) SetDefaults()

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

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

func (*DeleteAuthorizationRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete authorization role params

func (*DeleteAuthorizationRoleParams) SetRoleID

func (o *DeleteAuthorizationRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the delete authorization role params

func (*DeleteAuthorizationRoleParams) SetTimeout

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

SetTimeout adds the timeout to the delete authorization role params

func (*DeleteAuthorizationRoleParams) WithContext

WithContext adds the context to the delete authorization role params

func (*DeleteAuthorizationRoleParams) WithDefaults

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

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

func (*DeleteAuthorizationRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete authorization role params

func (*DeleteAuthorizationRoleParams) WithRoleID

WithRoleID adds the roleID to the delete authorization role params

func (*DeleteAuthorizationRoleParams) WithTimeout

WithTimeout adds the timeout to the delete authorization role params

func (*DeleteAuthorizationRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAuthorizationRoleReader

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

DeleteAuthorizationRoleReader is a Reader for the DeleteAuthorizationRole structure.

func (*DeleteAuthorizationRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAuthorizationRoleRequestEntityTooLarge

type DeleteAuthorizationRoleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationRoleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteAuthorizationRoleRequestEntityTooLarge

func NewDeleteAuthorizationRoleRequestEntityTooLarge() *DeleteAuthorizationRoleRequestEntityTooLarge

NewDeleteAuthorizationRoleRequestEntityTooLarge creates a DeleteAuthorizationRoleRequestEntityTooLarge with default headers values

func (*DeleteAuthorizationRoleRequestEntityTooLarge) Error

func (*DeleteAuthorizationRoleRequestEntityTooLarge) GetPayload

func (*DeleteAuthorizationRoleRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete authorization role request entity too large response has a 4xx status code

func (*DeleteAuthorizationRoleRequestEntityTooLarge) IsCode

IsCode returns true when this delete authorization role request entity too large response a status code equal to that given

func (*DeleteAuthorizationRoleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete authorization role request entity too large response has a 3xx status code

func (*DeleteAuthorizationRoleRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete authorization role request entity too large response has a 5xx status code

func (*DeleteAuthorizationRoleRequestEntityTooLarge) IsSuccess

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

func (*DeleteAuthorizationRoleRequestEntityTooLarge) String

type DeleteAuthorizationRoleRequestTimeout

type DeleteAuthorizationRoleRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationRoleRequestTimeout 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 NewDeleteAuthorizationRoleRequestTimeout

func NewDeleteAuthorizationRoleRequestTimeout() *DeleteAuthorizationRoleRequestTimeout

NewDeleteAuthorizationRoleRequestTimeout creates a DeleteAuthorizationRoleRequestTimeout with default headers values

func (*DeleteAuthorizationRoleRequestTimeout) Error

func (*DeleteAuthorizationRoleRequestTimeout) GetPayload

func (*DeleteAuthorizationRoleRequestTimeout) IsClientError

func (o *DeleteAuthorizationRoleRequestTimeout) IsClientError() bool

IsClientError returns true when this delete authorization role request timeout response has a 4xx status code

func (*DeleteAuthorizationRoleRequestTimeout) IsCode

IsCode returns true when this delete authorization role request timeout response a status code equal to that given

func (*DeleteAuthorizationRoleRequestTimeout) IsRedirect

IsRedirect returns true when this delete authorization role request timeout response has a 3xx status code

func (*DeleteAuthorizationRoleRequestTimeout) IsServerError

func (o *DeleteAuthorizationRoleRequestTimeout) IsServerError() bool

IsServerError returns true when this delete authorization role request timeout response has a 5xx status code

func (*DeleteAuthorizationRoleRequestTimeout) IsSuccess

IsSuccess returns true when this delete authorization role request timeout response has a 2xx status code

func (*DeleteAuthorizationRoleRequestTimeout) String

type DeleteAuthorizationRoleServiceUnavailable

type DeleteAuthorizationRoleServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationRoleServiceUnavailable 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 NewDeleteAuthorizationRoleServiceUnavailable

func NewDeleteAuthorizationRoleServiceUnavailable() *DeleteAuthorizationRoleServiceUnavailable

NewDeleteAuthorizationRoleServiceUnavailable creates a DeleteAuthorizationRoleServiceUnavailable with default headers values

func (*DeleteAuthorizationRoleServiceUnavailable) Error

func (*DeleteAuthorizationRoleServiceUnavailable) GetPayload

func (*DeleteAuthorizationRoleServiceUnavailable) IsClientError

IsClientError returns true when this delete authorization role service unavailable response has a 4xx status code

func (*DeleteAuthorizationRoleServiceUnavailable) IsCode

IsCode returns true when this delete authorization role service unavailable response a status code equal to that given

func (*DeleteAuthorizationRoleServiceUnavailable) IsRedirect

IsRedirect returns true when this delete authorization role service unavailable response has a 3xx status code

func (*DeleteAuthorizationRoleServiceUnavailable) IsServerError

IsServerError returns true when this delete authorization role service unavailable response has a 5xx status code

func (*DeleteAuthorizationRoleServiceUnavailable) IsSuccess

IsSuccess returns true when this delete authorization role service unavailable response has a 2xx status code

func (*DeleteAuthorizationRoleServiceUnavailable) String

type DeleteAuthorizationRoleTooManyRequests

type DeleteAuthorizationRoleTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteAuthorizationRoleTooManyRequests

func NewDeleteAuthorizationRoleTooManyRequests() *DeleteAuthorizationRoleTooManyRequests

NewDeleteAuthorizationRoleTooManyRequests creates a DeleteAuthorizationRoleTooManyRequests with default headers values

func (*DeleteAuthorizationRoleTooManyRequests) Error

func (*DeleteAuthorizationRoleTooManyRequests) GetPayload

func (*DeleteAuthorizationRoleTooManyRequests) IsClientError

func (o *DeleteAuthorizationRoleTooManyRequests) IsClientError() bool

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

func (*DeleteAuthorizationRoleTooManyRequests) IsCode

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

func (*DeleteAuthorizationRoleTooManyRequests) IsRedirect

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

func (*DeleteAuthorizationRoleTooManyRequests) IsServerError

func (o *DeleteAuthorizationRoleTooManyRequests) IsServerError() bool

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

func (*DeleteAuthorizationRoleTooManyRequests) IsSuccess

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

func (*DeleteAuthorizationRoleTooManyRequests) String

type DeleteAuthorizationRoleUnauthorized

type DeleteAuthorizationRoleUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteAuthorizationRoleUnauthorized

func NewDeleteAuthorizationRoleUnauthorized() *DeleteAuthorizationRoleUnauthorized

NewDeleteAuthorizationRoleUnauthorized creates a DeleteAuthorizationRoleUnauthorized with default headers values

func (*DeleteAuthorizationRoleUnauthorized) Error

func (*DeleteAuthorizationRoleUnauthorized) GetPayload

func (*DeleteAuthorizationRoleUnauthorized) IsClientError

func (o *DeleteAuthorizationRoleUnauthorized) IsClientError() bool

IsClientError returns true when this delete authorization role unauthorized response has a 4xx status code

func (*DeleteAuthorizationRoleUnauthorized) IsCode

IsCode returns true when this delete authorization role unauthorized response a status code equal to that given

func (*DeleteAuthorizationRoleUnauthorized) IsRedirect

func (o *DeleteAuthorizationRoleUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete authorization role unauthorized response has a 3xx status code

func (*DeleteAuthorizationRoleUnauthorized) IsServerError

func (o *DeleteAuthorizationRoleUnauthorized) IsServerError() bool

IsServerError returns true when this delete authorization role unauthorized response has a 5xx status code

func (*DeleteAuthorizationRoleUnauthorized) IsSuccess

IsSuccess returns true when this delete authorization role unauthorized response has a 2xx status code

func (*DeleteAuthorizationRoleUnauthorized) String

type DeleteAuthorizationRoleUnsupportedMediaType

type DeleteAuthorizationRoleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationRoleUnsupportedMediaType 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 NewDeleteAuthorizationRoleUnsupportedMediaType

func NewDeleteAuthorizationRoleUnsupportedMediaType() *DeleteAuthorizationRoleUnsupportedMediaType

NewDeleteAuthorizationRoleUnsupportedMediaType creates a DeleteAuthorizationRoleUnsupportedMediaType with default headers values

func (*DeleteAuthorizationRoleUnsupportedMediaType) Error

func (*DeleteAuthorizationRoleUnsupportedMediaType) GetPayload

func (*DeleteAuthorizationRoleUnsupportedMediaType) IsClientError

IsClientError returns true when this delete authorization role unsupported media type response has a 4xx status code

func (*DeleteAuthorizationRoleUnsupportedMediaType) IsCode

IsCode returns true when this delete authorization role unsupported media type response a status code equal to that given

func (*DeleteAuthorizationRoleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete authorization role unsupported media type response has a 3xx status code

func (*DeleteAuthorizationRoleUnsupportedMediaType) IsServerError

IsServerError returns true when this delete authorization role unsupported media type response has a 5xx status code

func (*DeleteAuthorizationRoleUnsupportedMediaType) IsSuccess

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

func (*DeleteAuthorizationRoleUnsupportedMediaType) String

type DeleteAuthorizationSubjectDivisionRoleBadRequest

type DeleteAuthorizationSubjectDivisionRoleBadRequest struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationSubjectDivisionRoleBadRequest 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 NewDeleteAuthorizationSubjectDivisionRoleBadRequest

func NewDeleteAuthorizationSubjectDivisionRoleBadRequest() *DeleteAuthorizationSubjectDivisionRoleBadRequest

NewDeleteAuthorizationSubjectDivisionRoleBadRequest creates a DeleteAuthorizationSubjectDivisionRoleBadRequest with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) Error

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) IsClientError

IsClientError returns true when this delete authorization subject division role bad request response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) IsCode

IsCode returns true when this delete authorization subject division role bad request response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) IsRedirect

IsRedirect returns true when this delete authorization subject division role bad request response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) IsServerError

IsServerError returns true when this delete authorization subject division role bad request response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) IsSuccess

IsSuccess returns true when this delete authorization subject division role bad request response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleBadRequest) String

type DeleteAuthorizationSubjectDivisionRoleDefault

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

DeleteAuthorizationSubjectDivisionRoleDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteAuthorizationSubjectDivisionRoleDefault

func NewDeleteAuthorizationSubjectDivisionRoleDefault(code int) *DeleteAuthorizationSubjectDivisionRoleDefault

NewDeleteAuthorizationSubjectDivisionRoleDefault creates a DeleteAuthorizationSubjectDivisionRoleDefault with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleDefault) Code

Code gets the status code for the delete authorization subject division role default response

func (*DeleteAuthorizationSubjectDivisionRoleDefault) Error

func (*DeleteAuthorizationSubjectDivisionRoleDefault) IsClientError

IsClientError returns true when this delete authorization subject division role default response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleDefault) IsCode

IsCode returns true when this delete authorization subject division role default response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleDefault) IsRedirect

IsRedirect returns true when this delete authorization subject division role default response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleDefault) IsServerError

IsServerError returns true when this delete authorization subject division role default response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleDefault) IsSuccess

IsSuccess returns true when this delete authorization subject division role default response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleDefault) String

type DeleteAuthorizationSubjectDivisionRoleForbidden

type DeleteAuthorizationSubjectDivisionRoleForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteAuthorizationSubjectDivisionRoleForbidden

func NewDeleteAuthorizationSubjectDivisionRoleForbidden() *DeleteAuthorizationSubjectDivisionRoleForbidden

NewDeleteAuthorizationSubjectDivisionRoleForbidden creates a DeleteAuthorizationSubjectDivisionRoleForbidden with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) Error

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) IsClientError

IsClientError returns true when this delete authorization subject division role forbidden response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) IsCode

IsCode returns true when this delete authorization subject division role forbidden response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) IsRedirect

IsRedirect returns true when this delete authorization subject division role forbidden response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) IsServerError

IsServerError returns true when this delete authorization subject division role forbidden response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) IsSuccess

IsSuccess returns true when this delete authorization subject division role forbidden response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleForbidden) String

type DeleteAuthorizationSubjectDivisionRoleGatewayTimeout

type DeleteAuthorizationSubjectDivisionRoleGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationSubjectDivisionRoleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteAuthorizationSubjectDivisionRoleGatewayTimeout

func NewDeleteAuthorizationSubjectDivisionRoleGatewayTimeout() *DeleteAuthorizationSubjectDivisionRoleGatewayTimeout

NewDeleteAuthorizationSubjectDivisionRoleGatewayTimeout creates a DeleteAuthorizationSubjectDivisionRoleGatewayTimeout with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) Error

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) IsClientError

IsClientError returns true when this delete authorization subject division role gateway timeout response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) IsCode

IsCode returns true when this delete authorization subject division role gateway timeout response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) IsRedirect

IsRedirect returns true when this delete authorization subject division role gateway timeout response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) IsServerError

IsServerError returns true when this delete authorization subject division role gateway timeout response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) IsSuccess

IsSuccess returns true when this delete authorization subject division role gateway timeout response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleGatewayTimeout) String

type DeleteAuthorizationSubjectDivisionRoleInternalServerError

type DeleteAuthorizationSubjectDivisionRoleInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationSubjectDivisionRoleInternalServerError 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 NewDeleteAuthorizationSubjectDivisionRoleInternalServerError

func NewDeleteAuthorizationSubjectDivisionRoleInternalServerError() *DeleteAuthorizationSubjectDivisionRoleInternalServerError

NewDeleteAuthorizationSubjectDivisionRoleInternalServerError creates a DeleteAuthorizationSubjectDivisionRoleInternalServerError with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) Error

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) IsClientError

IsClientError returns true when this delete authorization subject division role internal server error response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) IsCode

IsCode returns true when this delete authorization subject division role internal server error response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) IsRedirect

IsRedirect returns true when this delete authorization subject division role internal server error response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) IsServerError

IsServerError returns true when this delete authorization subject division role internal server error response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) IsSuccess

IsSuccess returns true when this delete authorization subject division role internal server error response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleInternalServerError) String

type DeleteAuthorizationSubjectDivisionRoleNotFound

type DeleteAuthorizationSubjectDivisionRoleNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteAuthorizationSubjectDivisionRoleNotFound

func NewDeleteAuthorizationSubjectDivisionRoleNotFound() *DeleteAuthorizationSubjectDivisionRoleNotFound

NewDeleteAuthorizationSubjectDivisionRoleNotFound creates a DeleteAuthorizationSubjectDivisionRoleNotFound with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) Error

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) IsClientError

IsClientError returns true when this delete authorization subject division role not found response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) IsCode

IsCode returns true when this delete authorization subject division role not found response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) IsRedirect

IsRedirect returns true when this delete authorization subject division role not found response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) IsServerError

IsServerError returns true when this delete authorization subject division role not found response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) IsSuccess

IsSuccess returns true when this delete authorization subject division role not found response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleNotFound) String

type DeleteAuthorizationSubjectDivisionRoleParams

type DeleteAuthorizationSubjectDivisionRoleParams struct {

	/* DivisionID.

	   the id of the division of the grant
	*/
	DivisionID string

	/* RoleID.

	   the id of the role of the grant
	*/
	RoleID string

	/* SubjectID.

	   Subject ID (user or group)
	*/
	SubjectID string

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

DeleteAuthorizationSubjectDivisionRoleParams contains all the parameters to send to the API endpoint

for the delete authorization subject division role operation.

Typically these are written to a http.Request.

func NewDeleteAuthorizationSubjectDivisionRoleParams

func NewDeleteAuthorizationSubjectDivisionRoleParams() *DeleteAuthorizationSubjectDivisionRoleParams

NewDeleteAuthorizationSubjectDivisionRoleParams creates a new DeleteAuthorizationSubjectDivisionRoleParams 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 NewDeleteAuthorizationSubjectDivisionRoleParamsWithContext

func NewDeleteAuthorizationSubjectDivisionRoleParamsWithContext(ctx context.Context) *DeleteAuthorizationSubjectDivisionRoleParams

NewDeleteAuthorizationSubjectDivisionRoleParamsWithContext creates a new DeleteAuthorizationSubjectDivisionRoleParams object with the ability to set a context for a request.

func NewDeleteAuthorizationSubjectDivisionRoleParamsWithHTTPClient

func NewDeleteAuthorizationSubjectDivisionRoleParamsWithHTTPClient(client *http.Client) *DeleteAuthorizationSubjectDivisionRoleParams

NewDeleteAuthorizationSubjectDivisionRoleParamsWithHTTPClient creates a new DeleteAuthorizationSubjectDivisionRoleParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAuthorizationSubjectDivisionRoleParamsWithTimeout

func NewDeleteAuthorizationSubjectDivisionRoleParamsWithTimeout(timeout time.Duration) *DeleteAuthorizationSubjectDivisionRoleParams

NewDeleteAuthorizationSubjectDivisionRoleParamsWithTimeout creates a new DeleteAuthorizationSubjectDivisionRoleParams object with the ability to set a timeout on a request.

func (*DeleteAuthorizationSubjectDivisionRoleParams) SetContext

SetContext adds the context to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) SetDefaults

SetDefaults hydrates default values in the delete authorization subject division role params (not the query body).

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

func (*DeleteAuthorizationSubjectDivisionRoleParams) SetDivisionID

func (o *DeleteAuthorizationSubjectDivisionRoleParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) SetRoleID

SetRoleID adds the roleId to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) SetSubjectID

func (o *DeleteAuthorizationSubjectDivisionRoleParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) SetTimeout

SetTimeout adds the timeout to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) WithContext

WithContext adds the context to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) WithDefaults

WithDefaults hydrates default values in the delete authorization subject division role params (not the query body).

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

func (*DeleteAuthorizationSubjectDivisionRoleParams) WithDivisionID

WithDivisionID adds the divisionID to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) WithRoleID

WithRoleID adds the roleID to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) WithSubjectID

WithSubjectID adds the subjectID to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) WithTimeout

WithTimeout adds the timeout to the delete authorization subject division role params

func (*DeleteAuthorizationSubjectDivisionRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAuthorizationSubjectDivisionRoleReader

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

DeleteAuthorizationSubjectDivisionRoleReader is a Reader for the DeleteAuthorizationSubjectDivisionRole structure.

func (*DeleteAuthorizationSubjectDivisionRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge

type DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge

func NewDeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge() *DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge

NewDeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge creates a DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) Error

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete authorization subject division role request entity too large response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsCode

IsCode returns true when this delete authorization subject division role request entity too large response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete authorization subject division role request entity too large response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete authorization subject division role request entity too large response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete authorization subject division role request entity too large response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestEntityTooLarge) String

type DeleteAuthorizationSubjectDivisionRoleRequestTimeout

type DeleteAuthorizationSubjectDivisionRoleRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationSubjectDivisionRoleRequestTimeout 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 NewDeleteAuthorizationSubjectDivisionRoleRequestTimeout

func NewDeleteAuthorizationSubjectDivisionRoleRequestTimeout() *DeleteAuthorizationSubjectDivisionRoleRequestTimeout

NewDeleteAuthorizationSubjectDivisionRoleRequestTimeout creates a DeleteAuthorizationSubjectDivisionRoleRequestTimeout with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) Error

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) IsClientError

IsClientError returns true when this delete authorization subject division role request timeout response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) IsCode

IsCode returns true when this delete authorization subject division role request timeout response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) IsRedirect

IsRedirect returns true when this delete authorization subject division role request timeout response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) IsServerError

IsServerError returns true when this delete authorization subject division role request timeout response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) IsSuccess

IsSuccess returns true when this delete authorization subject division role request timeout response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleRequestTimeout) String

type DeleteAuthorizationSubjectDivisionRoleServiceUnavailable

type DeleteAuthorizationSubjectDivisionRoleServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationSubjectDivisionRoleServiceUnavailable 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 NewDeleteAuthorizationSubjectDivisionRoleServiceUnavailable

func NewDeleteAuthorizationSubjectDivisionRoleServiceUnavailable() *DeleteAuthorizationSubjectDivisionRoleServiceUnavailable

NewDeleteAuthorizationSubjectDivisionRoleServiceUnavailable creates a DeleteAuthorizationSubjectDivisionRoleServiceUnavailable with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) Error

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) IsClientError

IsClientError returns true when this delete authorization subject division role service unavailable response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) IsCode

IsCode returns true when this delete authorization subject division role service unavailable response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) IsRedirect

IsRedirect returns true when this delete authorization subject division role service unavailable response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) IsServerError

IsServerError returns true when this delete authorization subject division role service unavailable response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) IsSuccess

IsSuccess returns true when this delete authorization subject division role service unavailable response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleServiceUnavailable) String

type DeleteAuthorizationSubjectDivisionRoleTooManyRequests

type DeleteAuthorizationSubjectDivisionRoleTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteAuthorizationSubjectDivisionRoleTooManyRequests

func NewDeleteAuthorizationSubjectDivisionRoleTooManyRequests() *DeleteAuthorizationSubjectDivisionRoleTooManyRequests

NewDeleteAuthorizationSubjectDivisionRoleTooManyRequests creates a DeleteAuthorizationSubjectDivisionRoleTooManyRequests with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) Error

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) IsClientError

IsClientError returns true when this delete authorization subject division role too many requests response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) IsCode

IsCode returns true when this delete authorization subject division role too many requests response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) IsRedirect

IsRedirect returns true when this delete authorization subject division role too many requests response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) IsServerError

IsServerError returns true when this delete authorization subject division role too many requests response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) IsSuccess

IsSuccess returns true when this delete authorization subject division role too many requests response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleTooManyRequests) String

type DeleteAuthorizationSubjectDivisionRoleUnauthorized

type DeleteAuthorizationSubjectDivisionRoleUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteAuthorizationSubjectDivisionRoleUnauthorized

func NewDeleteAuthorizationSubjectDivisionRoleUnauthorized() *DeleteAuthorizationSubjectDivisionRoleUnauthorized

NewDeleteAuthorizationSubjectDivisionRoleUnauthorized creates a DeleteAuthorizationSubjectDivisionRoleUnauthorized with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) Error

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) IsClientError

IsClientError returns true when this delete authorization subject division role unauthorized response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) IsCode

IsCode returns true when this delete authorization subject division role unauthorized response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) IsRedirect

IsRedirect returns true when this delete authorization subject division role unauthorized response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) IsServerError

IsServerError returns true when this delete authorization subject division role unauthorized response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) IsSuccess

IsSuccess returns true when this delete authorization subject division role unauthorized response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnauthorized) String

type DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType

type DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType 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 NewDeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType

func NewDeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType() *DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType

NewDeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType creates a DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType with default headers values

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) Error

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) GetPayload

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsClientError

IsClientError returns true when this delete authorization subject division role unsupported media type response has a 4xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsCode

IsCode returns true when this delete authorization subject division role unsupported media type response a status code equal to that given

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete authorization subject division role unsupported media type response has a 3xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsServerError

IsServerError returns true when this delete authorization subject division role unsupported media type response has a 5xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete authorization subject division role unsupported media type response has a 2xx status code

func (*DeleteAuthorizationSubjectDivisionRoleUnsupportedMediaType) String

type GetAuthorizationDivisionBadRequest

type GetAuthorizationDivisionBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionBadRequest 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 NewGetAuthorizationDivisionBadRequest

func NewGetAuthorizationDivisionBadRequest() *GetAuthorizationDivisionBadRequest

NewGetAuthorizationDivisionBadRequest creates a GetAuthorizationDivisionBadRequest with default headers values

func (*GetAuthorizationDivisionBadRequest) Error

func (*GetAuthorizationDivisionBadRequest) GetPayload

func (*GetAuthorizationDivisionBadRequest) IsClientError

func (o *GetAuthorizationDivisionBadRequest) IsClientError() bool

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

func (*GetAuthorizationDivisionBadRequest) IsCode

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

func (*GetAuthorizationDivisionBadRequest) IsRedirect

func (o *GetAuthorizationDivisionBadRequest) IsRedirect() bool

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

func (*GetAuthorizationDivisionBadRequest) IsServerError

func (o *GetAuthorizationDivisionBadRequest) IsServerError() bool

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

func (*GetAuthorizationDivisionBadRequest) IsSuccess

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

func (*GetAuthorizationDivisionBadRequest) String

type GetAuthorizationDivisionForbidden

type GetAuthorizationDivisionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionForbidden

func NewGetAuthorizationDivisionForbidden() *GetAuthorizationDivisionForbidden

NewGetAuthorizationDivisionForbidden creates a GetAuthorizationDivisionForbidden with default headers values

func (*GetAuthorizationDivisionForbidden) Error

func (*GetAuthorizationDivisionForbidden) GetPayload

func (*GetAuthorizationDivisionForbidden) IsClientError

func (o *GetAuthorizationDivisionForbidden) IsClientError() bool

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

func (*GetAuthorizationDivisionForbidden) IsCode

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

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

func (*GetAuthorizationDivisionForbidden) IsRedirect

func (o *GetAuthorizationDivisionForbidden) IsRedirect() bool

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

func (*GetAuthorizationDivisionForbidden) IsServerError

func (o *GetAuthorizationDivisionForbidden) IsServerError() bool

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

func (*GetAuthorizationDivisionForbidden) IsSuccess

func (o *GetAuthorizationDivisionForbidden) IsSuccess() bool

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

func (*GetAuthorizationDivisionForbidden) String

type GetAuthorizationDivisionGatewayTimeout

type GetAuthorizationDivisionGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionGatewayTimeout

func NewGetAuthorizationDivisionGatewayTimeout() *GetAuthorizationDivisionGatewayTimeout

NewGetAuthorizationDivisionGatewayTimeout creates a GetAuthorizationDivisionGatewayTimeout with default headers values

func (*GetAuthorizationDivisionGatewayTimeout) Error

func (*GetAuthorizationDivisionGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionGatewayTimeout) IsClientError

func (o *GetAuthorizationDivisionGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization division gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionGatewayTimeout) IsCode

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

func (*GetAuthorizationDivisionGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization division gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionGatewayTimeout) IsServerError

func (o *GetAuthorizationDivisionGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization division gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization division gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionGatewayTimeout) String

type GetAuthorizationDivisionGrantsBadRequest

type GetAuthorizationDivisionGrantsBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGrantsBadRequest 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 NewGetAuthorizationDivisionGrantsBadRequest

func NewGetAuthorizationDivisionGrantsBadRequest() *GetAuthorizationDivisionGrantsBadRequest

NewGetAuthorizationDivisionGrantsBadRequest creates a GetAuthorizationDivisionGrantsBadRequest with default headers values

func (*GetAuthorizationDivisionGrantsBadRequest) Error

func (*GetAuthorizationDivisionGrantsBadRequest) GetPayload

func (*GetAuthorizationDivisionGrantsBadRequest) IsClientError

IsClientError returns true when this get authorization division grants bad request response has a 4xx status code

func (*GetAuthorizationDivisionGrantsBadRequest) IsCode

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

func (*GetAuthorizationDivisionGrantsBadRequest) IsRedirect

IsRedirect returns true when this get authorization division grants bad request response has a 3xx status code

func (*GetAuthorizationDivisionGrantsBadRequest) IsServerError

IsServerError returns true when this get authorization division grants bad request response has a 5xx status code

func (*GetAuthorizationDivisionGrantsBadRequest) IsSuccess

IsSuccess returns true when this get authorization division grants bad request response has a 2xx status code

func (*GetAuthorizationDivisionGrantsBadRequest) String

type GetAuthorizationDivisionGrantsForbidden

type GetAuthorizationDivisionGrantsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionGrantsForbidden

func NewGetAuthorizationDivisionGrantsForbidden() *GetAuthorizationDivisionGrantsForbidden

NewGetAuthorizationDivisionGrantsForbidden creates a GetAuthorizationDivisionGrantsForbidden with default headers values

func (*GetAuthorizationDivisionGrantsForbidden) Error

func (*GetAuthorizationDivisionGrantsForbidden) GetPayload

func (*GetAuthorizationDivisionGrantsForbidden) IsClientError

func (o *GetAuthorizationDivisionGrantsForbidden) IsClientError() bool

IsClientError returns true when this get authorization division grants forbidden response has a 4xx status code

func (*GetAuthorizationDivisionGrantsForbidden) IsCode

IsCode returns true when this get authorization division grants forbidden response a status code equal to that given

func (*GetAuthorizationDivisionGrantsForbidden) IsRedirect

IsRedirect returns true when this get authorization division grants forbidden response has a 3xx status code

func (*GetAuthorizationDivisionGrantsForbidden) IsServerError

func (o *GetAuthorizationDivisionGrantsForbidden) IsServerError() bool

IsServerError returns true when this get authorization division grants forbidden response has a 5xx status code

func (*GetAuthorizationDivisionGrantsForbidden) IsSuccess

IsSuccess returns true when this get authorization division grants forbidden response has a 2xx status code

func (*GetAuthorizationDivisionGrantsForbidden) String

type GetAuthorizationDivisionGrantsGatewayTimeout

type GetAuthorizationDivisionGrantsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGrantsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionGrantsGatewayTimeout

func NewGetAuthorizationDivisionGrantsGatewayTimeout() *GetAuthorizationDivisionGrantsGatewayTimeout

NewGetAuthorizationDivisionGrantsGatewayTimeout creates a GetAuthorizationDivisionGrantsGatewayTimeout with default headers values

func (*GetAuthorizationDivisionGrantsGatewayTimeout) Error

func (*GetAuthorizationDivisionGrantsGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionGrantsGatewayTimeout) IsClientError

IsClientError returns true when this get authorization division grants gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionGrantsGatewayTimeout) IsCode

IsCode returns true when this get authorization division grants gateway timeout response a status code equal to that given

func (*GetAuthorizationDivisionGrantsGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization division grants gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionGrantsGatewayTimeout) IsServerError

IsServerError returns true when this get authorization division grants gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionGrantsGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization division grants gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionGrantsGatewayTimeout) String

type GetAuthorizationDivisionGrantsInternalServerError

type GetAuthorizationDivisionGrantsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGrantsInternalServerError 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 NewGetAuthorizationDivisionGrantsInternalServerError

func NewGetAuthorizationDivisionGrantsInternalServerError() *GetAuthorizationDivisionGrantsInternalServerError

NewGetAuthorizationDivisionGrantsInternalServerError creates a GetAuthorizationDivisionGrantsInternalServerError with default headers values

func (*GetAuthorizationDivisionGrantsInternalServerError) Error

func (*GetAuthorizationDivisionGrantsInternalServerError) GetPayload

func (*GetAuthorizationDivisionGrantsInternalServerError) IsClientError

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

func (*GetAuthorizationDivisionGrantsInternalServerError) IsCode

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

func (*GetAuthorizationDivisionGrantsInternalServerError) IsRedirect

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

func (*GetAuthorizationDivisionGrantsInternalServerError) IsServerError

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

func (*GetAuthorizationDivisionGrantsInternalServerError) IsSuccess

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

func (*GetAuthorizationDivisionGrantsInternalServerError) String

type GetAuthorizationDivisionGrantsNotFound

type GetAuthorizationDivisionGrantsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionGrantsNotFound

func NewGetAuthorizationDivisionGrantsNotFound() *GetAuthorizationDivisionGrantsNotFound

NewGetAuthorizationDivisionGrantsNotFound creates a GetAuthorizationDivisionGrantsNotFound with default headers values

func (*GetAuthorizationDivisionGrantsNotFound) Error

func (*GetAuthorizationDivisionGrantsNotFound) GetPayload

func (*GetAuthorizationDivisionGrantsNotFound) IsClientError

func (o *GetAuthorizationDivisionGrantsNotFound) IsClientError() bool

IsClientError returns true when this get authorization division grants not found response has a 4xx status code

func (*GetAuthorizationDivisionGrantsNotFound) IsCode

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

func (*GetAuthorizationDivisionGrantsNotFound) IsRedirect

IsRedirect returns true when this get authorization division grants not found response has a 3xx status code

func (*GetAuthorizationDivisionGrantsNotFound) IsServerError

func (o *GetAuthorizationDivisionGrantsNotFound) IsServerError() bool

IsServerError returns true when this get authorization division grants not found response has a 5xx status code

func (*GetAuthorizationDivisionGrantsNotFound) IsSuccess

IsSuccess returns true when this get authorization division grants not found response has a 2xx status code

func (*GetAuthorizationDivisionGrantsNotFound) String

type GetAuthorizationDivisionGrantsOK

type GetAuthorizationDivisionGrantsOK struct {
	Payload *models.AuthzDivisionGrantEntityListing
}

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

successful operation

func NewGetAuthorizationDivisionGrantsOK

func NewGetAuthorizationDivisionGrantsOK() *GetAuthorizationDivisionGrantsOK

NewGetAuthorizationDivisionGrantsOK creates a GetAuthorizationDivisionGrantsOK with default headers values

func (*GetAuthorizationDivisionGrantsOK) Error

func (*GetAuthorizationDivisionGrantsOK) GetPayload

func (*GetAuthorizationDivisionGrantsOK) IsClientError

func (o *GetAuthorizationDivisionGrantsOK) IsClientError() bool

IsClientError returns true when this get authorization division grants o k response has a 4xx status code

func (*GetAuthorizationDivisionGrantsOK) IsCode

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

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

func (*GetAuthorizationDivisionGrantsOK) IsRedirect

func (o *GetAuthorizationDivisionGrantsOK) IsRedirect() bool

IsRedirect returns true when this get authorization division grants o k response has a 3xx status code

func (*GetAuthorizationDivisionGrantsOK) IsServerError

func (o *GetAuthorizationDivisionGrantsOK) IsServerError() bool

IsServerError returns true when this get authorization division grants o k response has a 5xx status code

func (*GetAuthorizationDivisionGrantsOK) IsSuccess

func (o *GetAuthorizationDivisionGrantsOK) IsSuccess() bool

IsSuccess returns true when this get authorization division grants o k response has a 2xx status code

func (*GetAuthorizationDivisionGrantsOK) String

type GetAuthorizationDivisionGrantsParams

type GetAuthorizationDivisionGrantsParams struct {

	/* DivisionID.

	   Division ID
	*/
	DivisionID string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetAuthorizationDivisionGrantsParams contains all the parameters to send to the API endpoint

for the get authorization division grants operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionGrantsParams

func NewGetAuthorizationDivisionGrantsParams() *GetAuthorizationDivisionGrantsParams

NewGetAuthorizationDivisionGrantsParams creates a new GetAuthorizationDivisionGrantsParams 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 NewGetAuthorizationDivisionGrantsParamsWithContext

func NewGetAuthorizationDivisionGrantsParamsWithContext(ctx context.Context) *GetAuthorizationDivisionGrantsParams

NewGetAuthorizationDivisionGrantsParamsWithContext creates a new GetAuthorizationDivisionGrantsParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionGrantsParamsWithHTTPClient

func NewGetAuthorizationDivisionGrantsParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionGrantsParams

NewGetAuthorizationDivisionGrantsParamsWithHTTPClient creates a new GetAuthorizationDivisionGrantsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionGrantsParamsWithTimeout

func NewGetAuthorizationDivisionGrantsParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionGrantsParams

NewGetAuthorizationDivisionGrantsParamsWithTimeout creates a new GetAuthorizationDivisionGrantsParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionGrantsParams) SetContext

SetContext adds the context to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) SetDefaults

func (o *GetAuthorizationDivisionGrantsParams) SetDefaults()

SetDefaults hydrates default values in the get authorization division grants params (not the query body).

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

func (*GetAuthorizationDivisionGrantsParams) SetDivisionID

func (o *GetAuthorizationDivisionGrantsParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) SetPageNumber

func (o *GetAuthorizationDivisionGrantsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) SetPageSize

func (o *GetAuthorizationDivisionGrantsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) WithContext

WithContext adds the context to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) WithDefaults

WithDefaults hydrates default values in the get authorization division grants params (not the query body).

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

func (*GetAuthorizationDivisionGrantsParams) WithDivisionID

WithDivisionID adds the divisionID to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) WithPageSize

WithPageSize adds the pageSize to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) WithTimeout

WithTimeout adds the timeout to the get authorization division grants params

func (*GetAuthorizationDivisionGrantsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionGrantsReader

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

GetAuthorizationDivisionGrantsReader is a Reader for the GetAuthorizationDivisionGrants structure.

func (*GetAuthorizationDivisionGrantsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionGrantsRequestEntityTooLarge

type GetAuthorizationDivisionGrantsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGrantsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionGrantsRequestEntityTooLarge

func NewGetAuthorizationDivisionGrantsRequestEntityTooLarge() *GetAuthorizationDivisionGrantsRequestEntityTooLarge

NewGetAuthorizationDivisionGrantsRequestEntityTooLarge creates a GetAuthorizationDivisionGrantsRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization division grants request entity too large response has a 4xx status code

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization division grants request entity too large response a status code equal to that given

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization division grants request entity too large response has a 3xx status code

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization division grants request entity too large response has a 5xx status code

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization division grants request entity too large response has a 2xx status code

func (*GetAuthorizationDivisionGrantsRequestEntityTooLarge) String

type GetAuthorizationDivisionGrantsRequestTimeout

type GetAuthorizationDivisionGrantsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGrantsRequestTimeout 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 NewGetAuthorizationDivisionGrantsRequestTimeout

func NewGetAuthorizationDivisionGrantsRequestTimeout() *GetAuthorizationDivisionGrantsRequestTimeout

NewGetAuthorizationDivisionGrantsRequestTimeout creates a GetAuthorizationDivisionGrantsRequestTimeout with default headers values

func (*GetAuthorizationDivisionGrantsRequestTimeout) Error

func (*GetAuthorizationDivisionGrantsRequestTimeout) GetPayload

func (*GetAuthorizationDivisionGrantsRequestTimeout) IsClientError

IsClientError returns true when this get authorization division grants request timeout response has a 4xx status code

func (*GetAuthorizationDivisionGrantsRequestTimeout) IsCode

IsCode returns true when this get authorization division grants request timeout response a status code equal to that given

func (*GetAuthorizationDivisionGrantsRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization division grants request timeout response has a 3xx status code

func (*GetAuthorizationDivisionGrantsRequestTimeout) IsServerError

IsServerError returns true when this get authorization division grants request timeout response has a 5xx status code

func (*GetAuthorizationDivisionGrantsRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization division grants request timeout response has a 2xx status code

func (*GetAuthorizationDivisionGrantsRequestTimeout) String

type GetAuthorizationDivisionGrantsServiceUnavailable

type GetAuthorizationDivisionGrantsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGrantsServiceUnavailable 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 NewGetAuthorizationDivisionGrantsServiceUnavailable

func NewGetAuthorizationDivisionGrantsServiceUnavailable() *GetAuthorizationDivisionGrantsServiceUnavailable

NewGetAuthorizationDivisionGrantsServiceUnavailable creates a GetAuthorizationDivisionGrantsServiceUnavailable with default headers values

func (*GetAuthorizationDivisionGrantsServiceUnavailable) Error

func (*GetAuthorizationDivisionGrantsServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionGrantsServiceUnavailable) IsClientError

IsClientError returns true when this get authorization division grants service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionGrantsServiceUnavailable) IsCode

IsCode returns true when this get authorization division grants service unavailable response a status code equal to that given

func (*GetAuthorizationDivisionGrantsServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization division grants service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionGrantsServiceUnavailable) IsServerError

IsServerError returns true when this get authorization division grants service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionGrantsServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization division grants service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionGrantsServiceUnavailable) String

type GetAuthorizationDivisionGrantsTooManyRequests

type GetAuthorizationDivisionGrantsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionGrantsTooManyRequests

func NewGetAuthorizationDivisionGrantsTooManyRequests() *GetAuthorizationDivisionGrantsTooManyRequests

NewGetAuthorizationDivisionGrantsTooManyRequests creates a GetAuthorizationDivisionGrantsTooManyRequests with default headers values

func (*GetAuthorizationDivisionGrantsTooManyRequests) Error

func (*GetAuthorizationDivisionGrantsTooManyRequests) GetPayload

func (*GetAuthorizationDivisionGrantsTooManyRequests) IsClientError

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

func (*GetAuthorizationDivisionGrantsTooManyRequests) IsCode

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

func (*GetAuthorizationDivisionGrantsTooManyRequests) IsRedirect

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

func (*GetAuthorizationDivisionGrantsTooManyRequests) IsServerError

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

func (*GetAuthorizationDivisionGrantsTooManyRequests) IsSuccess

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

func (*GetAuthorizationDivisionGrantsTooManyRequests) String

type GetAuthorizationDivisionGrantsUnauthorized

type GetAuthorizationDivisionGrantsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionGrantsUnauthorized

func NewGetAuthorizationDivisionGrantsUnauthorized() *GetAuthorizationDivisionGrantsUnauthorized

NewGetAuthorizationDivisionGrantsUnauthorized creates a GetAuthorizationDivisionGrantsUnauthorized with default headers values

func (*GetAuthorizationDivisionGrantsUnauthorized) Error

func (*GetAuthorizationDivisionGrantsUnauthorized) GetPayload

func (*GetAuthorizationDivisionGrantsUnauthorized) IsClientError

IsClientError returns true when this get authorization division grants unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionGrantsUnauthorized) IsCode

IsCode returns true when this get authorization division grants unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionGrantsUnauthorized) IsRedirect

IsRedirect returns true when this get authorization division grants unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionGrantsUnauthorized) IsServerError

IsServerError returns true when this get authorization division grants unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionGrantsUnauthorized) IsSuccess

IsSuccess returns true when this get authorization division grants unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionGrantsUnauthorized) String

type GetAuthorizationDivisionGrantsUnsupportedMediaType

type GetAuthorizationDivisionGrantsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionGrantsUnsupportedMediaType 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 NewGetAuthorizationDivisionGrantsUnsupportedMediaType

func NewGetAuthorizationDivisionGrantsUnsupportedMediaType() *GetAuthorizationDivisionGrantsUnsupportedMediaType

NewGetAuthorizationDivisionGrantsUnsupportedMediaType creates a GetAuthorizationDivisionGrantsUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) Error

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization division grants unsupported media type response has a 4xx status code

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) IsCode

IsCode returns true when this get authorization division grants unsupported media type response a status code equal to that given

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization division grants unsupported media type response has a 3xx status code

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization division grants unsupported media type response has a 5xx status code

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization division grants unsupported media type response has a 2xx status code

func (*GetAuthorizationDivisionGrantsUnsupportedMediaType) String

type GetAuthorizationDivisionInternalServerError

type GetAuthorizationDivisionInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionInternalServerError 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 NewGetAuthorizationDivisionInternalServerError

func NewGetAuthorizationDivisionInternalServerError() *GetAuthorizationDivisionInternalServerError

NewGetAuthorizationDivisionInternalServerError creates a GetAuthorizationDivisionInternalServerError with default headers values

func (*GetAuthorizationDivisionInternalServerError) Error

func (*GetAuthorizationDivisionInternalServerError) GetPayload

func (*GetAuthorizationDivisionInternalServerError) IsClientError

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

func (*GetAuthorizationDivisionInternalServerError) IsCode

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

func (*GetAuthorizationDivisionInternalServerError) IsRedirect

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

func (*GetAuthorizationDivisionInternalServerError) IsServerError

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

func (*GetAuthorizationDivisionInternalServerError) IsSuccess

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

func (*GetAuthorizationDivisionInternalServerError) String

type GetAuthorizationDivisionNotFound

type GetAuthorizationDivisionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionNotFound

func NewGetAuthorizationDivisionNotFound() *GetAuthorizationDivisionNotFound

NewGetAuthorizationDivisionNotFound creates a GetAuthorizationDivisionNotFound with default headers values

func (*GetAuthorizationDivisionNotFound) Error

func (*GetAuthorizationDivisionNotFound) GetPayload

func (*GetAuthorizationDivisionNotFound) IsClientError

func (o *GetAuthorizationDivisionNotFound) IsClientError() bool

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

func (*GetAuthorizationDivisionNotFound) IsCode

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

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

func (*GetAuthorizationDivisionNotFound) IsRedirect

func (o *GetAuthorizationDivisionNotFound) IsRedirect() bool

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

func (*GetAuthorizationDivisionNotFound) IsServerError

func (o *GetAuthorizationDivisionNotFound) IsServerError() bool

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

func (*GetAuthorizationDivisionNotFound) IsSuccess

func (o *GetAuthorizationDivisionNotFound) IsSuccess() bool

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

func (*GetAuthorizationDivisionNotFound) String

type GetAuthorizationDivisionOK

type GetAuthorizationDivisionOK struct {
	Payload *models.AuthzDivision
}

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

successful operation

func NewGetAuthorizationDivisionOK

func NewGetAuthorizationDivisionOK() *GetAuthorizationDivisionOK

NewGetAuthorizationDivisionOK creates a GetAuthorizationDivisionOK with default headers values

func (*GetAuthorizationDivisionOK) Error

func (*GetAuthorizationDivisionOK) GetPayload

func (*GetAuthorizationDivisionOK) IsClientError

func (o *GetAuthorizationDivisionOK) IsClientError() bool

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

func (*GetAuthorizationDivisionOK) IsCode

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

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

func (*GetAuthorizationDivisionOK) IsRedirect

func (o *GetAuthorizationDivisionOK) IsRedirect() bool

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

func (*GetAuthorizationDivisionOK) IsServerError

func (o *GetAuthorizationDivisionOK) IsServerError() bool

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

func (*GetAuthorizationDivisionOK) IsSuccess

func (o *GetAuthorizationDivisionOK) IsSuccess() bool

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

func (*GetAuthorizationDivisionOK) String

func (o *GetAuthorizationDivisionOK) String() string

type GetAuthorizationDivisionParams

type GetAuthorizationDivisionParams struct {

	/* DivisionID.

	   Division ID
	*/
	DivisionID string

	/* ObjectCount.

	   Get count of objects in this division, grouped by type
	*/
	ObjectCount *bool

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

GetAuthorizationDivisionParams contains all the parameters to send to the API endpoint

for the get authorization division operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionParams

func NewGetAuthorizationDivisionParams() *GetAuthorizationDivisionParams

NewGetAuthorizationDivisionParams creates a new GetAuthorizationDivisionParams 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 NewGetAuthorizationDivisionParamsWithContext

func NewGetAuthorizationDivisionParamsWithContext(ctx context.Context) *GetAuthorizationDivisionParams

NewGetAuthorizationDivisionParamsWithContext creates a new GetAuthorizationDivisionParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionParamsWithHTTPClient

func NewGetAuthorizationDivisionParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionParams

NewGetAuthorizationDivisionParamsWithHTTPClient creates a new GetAuthorizationDivisionParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionParamsWithTimeout

func NewGetAuthorizationDivisionParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionParams

NewGetAuthorizationDivisionParamsWithTimeout creates a new GetAuthorizationDivisionParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionParams) SetContext

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

SetContext adds the context to the get authorization division params

func (*GetAuthorizationDivisionParams) SetDefaults

func (o *GetAuthorizationDivisionParams) SetDefaults()

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

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

func (*GetAuthorizationDivisionParams) SetDivisionID

func (o *GetAuthorizationDivisionParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the get authorization division params

func (*GetAuthorizationDivisionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization division params

func (*GetAuthorizationDivisionParams) SetObjectCount

func (o *GetAuthorizationDivisionParams) SetObjectCount(objectCount *bool)

SetObjectCount adds the objectCount to the get authorization division params

func (*GetAuthorizationDivisionParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization division params

func (*GetAuthorizationDivisionParams) WithContext

WithContext adds the context to the get authorization division params

func (*GetAuthorizationDivisionParams) WithDefaults

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

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

func (*GetAuthorizationDivisionParams) WithDivisionID

WithDivisionID adds the divisionID to the get authorization division params

func (*GetAuthorizationDivisionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization division params

func (*GetAuthorizationDivisionParams) WithObjectCount

func (o *GetAuthorizationDivisionParams) WithObjectCount(objectCount *bool) *GetAuthorizationDivisionParams

WithObjectCount adds the objectCount to the get authorization division params

func (*GetAuthorizationDivisionParams) WithTimeout

WithTimeout adds the timeout to the get authorization division params

func (*GetAuthorizationDivisionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionReader

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

GetAuthorizationDivisionReader is a Reader for the GetAuthorizationDivision structure.

func (*GetAuthorizationDivisionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionRequestEntityTooLarge

type GetAuthorizationDivisionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionRequestEntityTooLarge

func NewGetAuthorizationDivisionRequestEntityTooLarge() *GetAuthorizationDivisionRequestEntityTooLarge

NewGetAuthorizationDivisionRequestEntityTooLarge creates a GetAuthorizationDivisionRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationDivisionRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationDivisionRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationDivisionRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationDivisionRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationDivisionRequestEntityTooLarge) String

type GetAuthorizationDivisionRequestTimeout

type GetAuthorizationDivisionRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionRequestTimeout 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 NewGetAuthorizationDivisionRequestTimeout

func NewGetAuthorizationDivisionRequestTimeout() *GetAuthorizationDivisionRequestTimeout

NewGetAuthorizationDivisionRequestTimeout creates a GetAuthorizationDivisionRequestTimeout with default headers values

func (*GetAuthorizationDivisionRequestTimeout) Error

func (*GetAuthorizationDivisionRequestTimeout) GetPayload

func (*GetAuthorizationDivisionRequestTimeout) IsClientError

func (o *GetAuthorizationDivisionRequestTimeout) IsClientError() bool

IsClientError returns true when this get authorization division request timeout response has a 4xx status code

func (*GetAuthorizationDivisionRequestTimeout) IsCode

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

func (*GetAuthorizationDivisionRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization division request timeout response has a 3xx status code

func (*GetAuthorizationDivisionRequestTimeout) IsServerError

func (o *GetAuthorizationDivisionRequestTimeout) IsServerError() bool

IsServerError returns true when this get authorization division request timeout response has a 5xx status code

func (*GetAuthorizationDivisionRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization division request timeout response has a 2xx status code

func (*GetAuthorizationDivisionRequestTimeout) String

type GetAuthorizationDivisionServiceUnavailable

type GetAuthorizationDivisionServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionServiceUnavailable 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 NewGetAuthorizationDivisionServiceUnavailable

func NewGetAuthorizationDivisionServiceUnavailable() *GetAuthorizationDivisionServiceUnavailable

NewGetAuthorizationDivisionServiceUnavailable creates a GetAuthorizationDivisionServiceUnavailable with default headers values

func (*GetAuthorizationDivisionServiceUnavailable) Error

func (*GetAuthorizationDivisionServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionServiceUnavailable) IsClientError

IsClientError returns true when this get authorization division service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionServiceUnavailable) IsCode

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

func (*GetAuthorizationDivisionServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization division service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionServiceUnavailable) IsServerError

IsServerError returns true when this get authorization division service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization division service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionServiceUnavailable) String

type GetAuthorizationDivisionTooManyRequests

type GetAuthorizationDivisionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionTooManyRequests

func NewGetAuthorizationDivisionTooManyRequests() *GetAuthorizationDivisionTooManyRequests

NewGetAuthorizationDivisionTooManyRequests creates a GetAuthorizationDivisionTooManyRequests with default headers values

func (*GetAuthorizationDivisionTooManyRequests) Error

func (*GetAuthorizationDivisionTooManyRequests) GetPayload

func (*GetAuthorizationDivisionTooManyRequests) IsClientError

func (o *GetAuthorizationDivisionTooManyRequests) IsClientError() bool

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

func (*GetAuthorizationDivisionTooManyRequests) IsCode

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

func (*GetAuthorizationDivisionTooManyRequests) IsRedirect

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

func (*GetAuthorizationDivisionTooManyRequests) IsServerError

func (o *GetAuthorizationDivisionTooManyRequests) IsServerError() bool

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

func (*GetAuthorizationDivisionTooManyRequests) IsSuccess

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

func (*GetAuthorizationDivisionTooManyRequests) String

type GetAuthorizationDivisionUnauthorized

type GetAuthorizationDivisionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionUnauthorized

func NewGetAuthorizationDivisionUnauthorized() *GetAuthorizationDivisionUnauthorized

NewGetAuthorizationDivisionUnauthorized creates a GetAuthorizationDivisionUnauthorized with default headers values

func (*GetAuthorizationDivisionUnauthorized) Error

func (*GetAuthorizationDivisionUnauthorized) GetPayload

func (*GetAuthorizationDivisionUnauthorized) IsClientError

func (o *GetAuthorizationDivisionUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization division unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionUnauthorized) IsCode

IsCode returns true when this get authorization division unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionUnauthorized) IsRedirect

IsRedirect returns true when this get authorization division unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionUnauthorized) IsServerError

func (o *GetAuthorizationDivisionUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization division unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionUnauthorized) IsSuccess

IsSuccess returns true when this get authorization division unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionUnauthorized) String

type GetAuthorizationDivisionUnsupportedMediaType

type GetAuthorizationDivisionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionUnsupportedMediaType 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 NewGetAuthorizationDivisionUnsupportedMediaType

func NewGetAuthorizationDivisionUnsupportedMediaType() *GetAuthorizationDivisionUnsupportedMediaType

NewGetAuthorizationDivisionUnsupportedMediaType creates a GetAuthorizationDivisionUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionUnsupportedMediaType) Error

func (*GetAuthorizationDivisionUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionUnsupportedMediaType) IsClientError

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

func (*GetAuthorizationDivisionUnsupportedMediaType) IsCode

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

func (*GetAuthorizationDivisionUnsupportedMediaType) IsRedirect

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

func (*GetAuthorizationDivisionUnsupportedMediaType) IsServerError

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

func (*GetAuthorizationDivisionUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationDivisionUnsupportedMediaType) String

type GetAuthorizationDivisionsBadRequest

type GetAuthorizationDivisionsBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsBadRequest 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 NewGetAuthorizationDivisionsBadRequest

func NewGetAuthorizationDivisionsBadRequest() *GetAuthorizationDivisionsBadRequest

NewGetAuthorizationDivisionsBadRequest creates a GetAuthorizationDivisionsBadRequest with default headers values

func (*GetAuthorizationDivisionsBadRequest) Error

func (*GetAuthorizationDivisionsBadRequest) GetPayload

func (*GetAuthorizationDivisionsBadRequest) IsClientError

func (o *GetAuthorizationDivisionsBadRequest) IsClientError() bool

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

func (*GetAuthorizationDivisionsBadRequest) IsCode

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

func (*GetAuthorizationDivisionsBadRequest) IsRedirect

func (o *GetAuthorizationDivisionsBadRequest) IsRedirect() bool

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

func (*GetAuthorizationDivisionsBadRequest) IsServerError

func (o *GetAuthorizationDivisionsBadRequest) IsServerError() bool

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

func (*GetAuthorizationDivisionsBadRequest) IsSuccess

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

func (*GetAuthorizationDivisionsBadRequest) String

type GetAuthorizationDivisionsForbidden

type GetAuthorizationDivisionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionsForbidden

func NewGetAuthorizationDivisionsForbidden() *GetAuthorizationDivisionsForbidden

NewGetAuthorizationDivisionsForbidden creates a GetAuthorizationDivisionsForbidden with default headers values

func (*GetAuthorizationDivisionsForbidden) Error

func (*GetAuthorizationDivisionsForbidden) GetPayload

func (*GetAuthorizationDivisionsForbidden) IsClientError

func (o *GetAuthorizationDivisionsForbidden) IsClientError() bool

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

func (*GetAuthorizationDivisionsForbidden) IsCode

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

func (*GetAuthorizationDivisionsForbidden) IsRedirect

func (o *GetAuthorizationDivisionsForbidden) IsRedirect() bool

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

func (*GetAuthorizationDivisionsForbidden) IsServerError

func (o *GetAuthorizationDivisionsForbidden) IsServerError() bool

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

func (*GetAuthorizationDivisionsForbidden) IsSuccess

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

func (*GetAuthorizationDivisionsForbidden) String

type GetAuthorizationDivisionsGatewayTimeout

type GetAuthorizationDivisionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionsGatewayTimeout

func NewGetAuthorizationDivisionsGatewayTimeout() *GetAuthorizationDivisionsGatewayTimeout

NewGetAuthorizationDivisionsGatewayTimeout creates a GetAuthorizationDivisionsGatewayTimeout with default headers values

func (*GetAuthorizationDivisionsGatewayTimeout) Error

func (*GetAuthorizationDivisionsGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionsGatewayTimeout) IsClientError

func (o *GetAuthorizationDivisionsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization divisions gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionsGatewayTimeout) IsCode

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

func (*GetAuthorizationDivisionsGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization divisions gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionsGatewayTimeout) IsServerError

func (o *GetAuthorizationDivisionsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization divisions gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionsGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization divisions gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionsGatewayTimeout) String

type GetAuthorizationDivisionsHomeBadRequest

type GetAuthorizationDivisionsHomeBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsHomeBadRequest 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 NewGetAuthorizationDivisionsHomeBadRequest

func NewGetAuthorizationDivisionsHomeBadRequest() *GetAuthorizationDivisionsHomeBadRequest

NewGetAuthorizationDivisionsHomeBadRequest creates a GetAuthorizationDivisionsHomeBadRequest with default headers values

func (*GetAuthorizationDivisionsHomeBadRequest) Error

func (*GetAuthorizationDivisionsHomeBadRequest) GetPayload

func (*GetAuthorizationDivisionsHomeBadRequest) IsClientError

func (o *GetAuthorizationDivisionsHomeBadRequest) IsClientError() bool

IsClientError returns true when this get authorization divisions home bad request response has a 4xx status code

func (*GetAuthorizationDivisionsHomeBadRequest) IsCode

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

func (*GetAuthorizationDivisionsHomeBadRequest) IsRedirect

IsRedirect returns true when this get authorization divisions home bad request response has a 3xx status code

func (*GetAuthorizationDivisionsHomeBadRequest) IsServerError

func (o *GetAuthorizationDivisionsHomeBadRequest) IsServerError() bool

IsServerError returns true when this get authorization divisions home bad request response has a 5xx status code

func (*GetAuthorizationDivisionsHomeBadRequest) IsSuccess

IsSuccess returns true when this get authorization divisions home bad request response has a 2xx status code

func (*GetAuthorizationDivisionsHomeBadRequest) String

type GetAuthorizationDivisionsHomeForbidden

type GetAuthorizationDivisionsHomeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionsHomeForbidden

func NewGetAuthorizationDivisionsHomeForbidden() *GetAuthorizationDivisionsHomeForbidden

NewGetAuthorizationDivisionsHomeForbidden creates a GetAuthorizationDivisionsHomeForbidden with default headers values

func (*GetAuthorizationDivisionsHomeForbidden) Error

func (*GetAuthorizationDivisionsHomeForbidden) GetPayload

func (*GetAuthorizationDivisionsHomeForbidden) IsClientError

func (o *GetAuthorizationDivisionsHomeForbidden) IsClientError() bool

IsClientError returns true when this get authorization divisions home forbidden response has a 4xx status code

func (*GetAuthorizationDivisionsHomeForbidden) IsCode

IsCode returns true when this get authorization divisions home forbidden response a status code equal to that given

func (*GetAuthorizationDivisionsHomeForbidden) IsRedirect

IsRedirect returns true when this get authorization divisions home forbidden response has a 3xx status code

func (*GetAuthorizationDivisionsHomeForbidden) IsServerError

func (o *GetAuthorizationDivisionsHomeForbidden) IsServerError() bool

IsServerError returns true when this get authorization divisions home forbidden response has a 5xx status code

func (*GetAuthorizationDivisionsHomeForbidden) IsSuccess

IsSuccess returns true when this get authorization divisions home forbidden response has a 2xx status code

func (*GetAuthorizationDivisionsHomeForbidden) String

type GetAuthorizationDivisionsHomeGatewayTimeout

type GetAuthorizationDivisionsHomeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsHomeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionsHomeGatewayTimeout

func NewGetAuthorizationDivisionsHomeGatewayTimeout() *GetAuthorizationDivisionsHomeGatewayTimeout

NewGetAuthorizationDivisionsHomeGatewayTimeout creates a GetAuthorizationDivisionsHomeGatewayTimeout with default headers values

func (*GetAuthorizationDivisionsHomeGatewayTimeout) Error

func (*GetAuthorizationDivisionsHomeGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionsHomeGatewayTimeout) IsClientError

IsClientError returns true when this get authorization divisions home gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionsHomeGatewayTimeout) IsCode

IsCode returns true when this get authorization divisions home gateway timeout response a status code equal to that given

func (*GetAuthorizationDivisionsHomeGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization divisions home gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionsHomeGatewayTimeout) IsServerError

IsServerError returns true when this get authorization divisions home gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionsHomeGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization divisions home gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionsHomeGatewayTimeout) String

type GetAuthorizationDivisionsHomeInternalServerError

type GetAuthorizationDivisionsHomeInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsHomeInternalServerError 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 NewGetAuthorizationDivisionsHomeInternalServerError

func NewGetAuthorizationDivisionsHomeInternalServerError() *GetAuthorizationDivisionsHomeInternalServerError

NewGetAuthorizationDivisionsHomeInternalServerError creates a GetAuthorizationDivisionsHomeInternalServerError with default headers values

func (*GetAuthorizationDivisionsHomeInternalServerError) Error

func (*GetAuthorizationDivisionsHomeInternalServerError) GetPayload

func (*GetAuthorizationDivisionsHomeInternalServerError) IsClientError

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

func (*GetAuthorizationDivisionsHomeInternalServerError) IsCode

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

func (*GetAuthorizationDivisionsHomeInternalServerError) IsRedirect

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

func (*GetAuthorizationDivisionsHomeInternalServerError) IsServerError

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

func (*GetAuthorizationDivisionsHomeInternalServerError) IsSuccess

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

func (*GetAuthorizationDivisionsHomeInternalServerError) String

type GetAuthorizationDivisionsHomeNotFound

type GetAuthorizationDivisionsHomeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionsHomeNotFound

func NewGetAuthorizationDivisionsHomeNotFound() *GetAuthorizationDivisionsHomeNotFound

NewGetAuthorizationDivisionsHomeNotFound creates a GetAuthorizationDivisionsHomeNotFound with default headers values

func (*GetAuthorizationDivisionsHomeNotFound) Error

func (*GetAuthorizationDivisionsHomeNotFound) GetPayload

func (*GetAuthorizationDivisionsHomeNotFound) IsClientError

func (o *GetAuthorizationDivisionsHomeNotFound) IsClientError() bool

IsClientError returns true when this get authorization divisions home not found response has a 4xx status code

func (*GetAuthorizationDivisionsHomeNotFound) IsCode

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

func (*GetAuthorizationDivisionsHomeNotFound) IsRedirect

IsRedirect returns true when this get authorization divisions home not found response has a 3xx status code

func (*GetAuthorizationDivisionsHomeNotFound) IsServerError

func (o *GetAuthorizationDivisionsHomeNotFound) IsServerError() bool

IsServerError returns true when this get authorization divisions home not found response has a 5xx status code

func (*GetAuthorizationDivisionsHomeNotFound) IsSuccess

IsSuccess returns true when this get authorization divisions home not found response has a 2xx status code

func (*GetAuthorizationDivisionsHomeNotFound) String

type GetAuthorizationDivisionsHomeOK

type GetAuthorizationDivisionsHomeOK struct {
	Payload *models.AuthzDivision
}

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

successful operation

func NewGetAuthorizationDivisionsHomeOK

func NewGetAuthorizationDivisionsHomeOK() *GetAuthorizationDivisionsHomeOK

NewGetAuthorizationDivisionsHomeOK creates a GetAuthorizationDivisionsHomeOK with default headers values

func (*GetAuthorizationDivisionsHomeOK) Error

func (*GetAuthorizationDivisionsHomeOK) GetPayload

func (*GetAuthorizationDivisionsHomeOK) IsClientError

func (o *GetAuthorizationDivisionsHomeOK) IsClientError() bool

IsClientError returns true when this get authorization divisions home o k response has a 4xx status code

func (*GetAuthorizationDivisionsHomeOK) IsCode

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

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

func (*GetAuthorizationDivisionsHomeOK) IsRedirect

func (o *GetAuthorizationDivisionsHomeOK) IsRedirect() bool

IsRedirect returns true when this get authorization divisions home o k response has a 3xx status code

func (*GetAuthorizationDivisionsHomeOK) IsServerError

func (o *GetAuthorizationDivisionsHomeOK) IsServerError() bool

IsServerError returns true when this get authorization divisions home o k response has a 5xx status code

func (*GetAuthorizationDivisionsHomeOK) IsSuccess

func (o *GetAuthorizationDivisionsHomeOK) IsSuccess() bool

IsSuccess returns true when this get authorization divisions home o k response has a 2xx status code

func (*GetAuthorizationDivisionsHomeOK) String

type GetAuthorizationDivisionsHomeParams

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

GetAuthorizationDivisionsHomeParams contains all the parameters to send to the API endpoint

for the get authorization divisions home operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionsHomeParams

func NewGetAuthorizationDivisionsHomeParams() *GetAuthorizationDivisionsHomeParams

NewGetAuthorizationDivisionsHomeParams creates a new GetAuthorizationDivisionsHomeParams 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 NewGetAuthorizationDivisionsHomeParamsWithContext

func NewGetAuthorizationDivisionsHomeParamsWithContext(ctx context.Context) *GetAuthorizationDivisionsHomeParams

NewGetAuthorizationDivisionsHomeParamsWithContext creates a new GetAuthorizationDivisionsHomeParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionsHomeParamsWithHTTPClient

func NewGetAuthorizationDivisionsHomeParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionsHomeParams

NewGetAuthorizationDivisionsHomeParamsWithHTTPClient creates a new GetAuthorizationDivisionsHomeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionsHomeParamsWithTimeout

func NewGetAuthorizationDivisionsHomeParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionsHomeParams

NewGetAuthorizationDivisionsHomeParamsWithTimeout creates a new GetAuthorizationDivisionsHomeParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionsHomeParams) SetContext

SetContext adds the context to the get authorization divisions home params

func (*GetAuthorizationDivisionsHomeParams) SetDefaults

func (o *GetAuthorizationDivisionsHomeParams) SetDefaults()

SetDefaults hydrates default values in the get authorization divisions home params (not the query body).

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

func (*GetAuthorizationDivisionsHomeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization divisions home params

func (*GetAuthorizationDivisionsHomeParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization divisions home params

func (*GetAuthorizationDivisionsHomeParams) WithContext

WithContext adds the context to the get authorization divisions home params

func (*GetAuthorizationDivisionsHomeParams) WithDefaults

WithDefaults hydrates default values in the get authorization divisions home params (not the query body).

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

func (*GetAuthorizationDivisionsHomeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization divisions home params

func (*GetAuthorizationDivisionsHomeParams) WithTimeout

WithTimeout adds the timeout to the get authorization divisions home params

func (*GetAuthorizationDivisionsHomeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionsHomeReader

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

GetAuthorizationDivisionsHomeReader is a Reader for the GetAuthorizationDivisionsHome structure.

func (*GetAuthorizationDivisionsHomeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionsHomeRequestEntityTooLarge

type GetAuthorizationDivisionsHomeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsHomeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionsHomeRequestEntityTooLarge

func NewGetAuthorizationDivisionsHomeRequestEntityTooLarge() *GetAuthorizationDivisionsHomeRequestEntityTooLarge

NewGetAuthorizationDivisionsHomeRequestEntityTooLarge creates a GetAuthorizationDivisionsHomeRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization divisions home request entity too large response has a 4xx status code

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization divisions home request entity too large response a status code equal to that given

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization divisions home request entity too large response has a 3xx status code

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization divisions home request entity too large response has a 5xx status code

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization divisions home request entity too large response has a 2xx status code

func (*GetAuthorizationDivisionsHomeRequestEntityTooLarge) String

type GetAuthorizationDivisionsHomeRequestTimeout

type GetAuthorizationDivisionsHomeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsHomeRequestTimeout 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 NewGetAuthorizationDivisionsHomeRequestTimeout

func NewGetAuthorizationDivisionsHomeRequestTimeout() *GetAuthorizationDivisionsHomeRequestTimeout

NewGetAuthorizationDivisionsHomeRequestTimeout creates a GetAuthorizationDivisionsHomeRequestTimeout with default headers values

func (*GetAuthorizationDivisionsHomeRequestTimeout) Error

func (*GetAuthorizationDivisionsHomeRequestTimeout) GetPayload

func (*GetAuthorizationDivisionsHomeRequestTimeout) IsClientError

IsClientError returns true when this get authorization divisions home request timeout response has a 4xx status code

func (*GetAuthorizationDivisionsHomeRequestTimeout) IsCode

IsCode returns true when this get authorization divisions home request timeout response a status code equal to that given

func (*GetAuthorizationDivisionsHomeRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization divisions home request timeout response has a 3xx status code

func (*GetAuthorizationDivisionsHomeRequestTimeout) IsServerError

IsServerError returns true when this get authorization divisions home request timeout response has a 5xx status code

func (*GetAuthorizationDivisionsHomeRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization divisions home request timeout response has a 2xx status code

func (*GetAuthorizationDivisionsHomeRequestTimeout) String

type GetAuthorizationDivisionsHomeServiceUnavailable

type GetAuthorizationDivisionsHomeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsHomeServiceUnavailable 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 NewGetAuthorizationDivisionsHomeServiceUnavailable

func NewGetAuthorizationDivisionsHomeServiceUnavailable() *GetAuthorizationDivisionsHomeServiceUnavailable

NewGetAuthorizationDivisionsHomeServiceUnavailable creates a GetAuthorizationDivisionsHomeServiceUnavailable with default headers values

func (*GetAuthorizationDivisionsHomeServiceUnavailable) Error

func (*GetAuthorizationDivisionsHomeServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionsHomeServiceUnavailable) IsClientError

IsClientError returns true when this get authorization divisions home service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionsHomeServiceUnavailable) IsCode

IsCode returns true when this get authorization divisions home service unavailable response a status code equal to that given

func (*GetAuthorizationDivisionsHomeServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization divisions home service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionsHomeServiceUnavailable) IsServerError

IsServerError returns true when this get authorization divisions home service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionsHomeServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization divisions home service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionsHomeServiceUnavailable) String

type GetAuthorizationDivisionsHomeTooManyRequests

type GetAuthorizationDivisionsHomeTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionsHomeTooManyRequests

func NewGetAuthorizationDivisionsHomeTooManyRequests() *GetAuthorizationDivisionsHomeTooManyRequests

NewGetAuthorizationDivisionsHomeTooManyRequests creates a GetAuthorizationDivisionsHomeTooManyRequests with default headers values

func (*GetAuthorizationDivisionsHomeTooManyRequests) Error

func (*GetAuthorizationDivisionsHomeTooManyRequests) GetPayload

func (*GetAuthorizationDivisionsHomeTooManyRequests) IsClientError

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

func (*GetAuthorizationDivisionsHomeTooManyRequests) IsCode

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

func (*GetAuthorizationDivisionsHomeTooManyRequests) IsRedirect

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

func (*GetAuthorizationDivisionsHomeTooManyRequests) IsServerError

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

func (*GetAuthorizationDivisionsHomeTooManyRequests) IsSuccess

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

func (*GetAuthorizationDivisionsHomeTooManyRequests) String

type GetAuthorizationDivisionsHomeUnauthorized

type GetAuthorizationDivisionsHomeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionsHomeUnauthorized

func NewGetAuthorizationDivisionsHomeUnauthorized() *GetAuthorizationDivisionsHomeUnauthorized

NewGetAuthorizationDivisionsHomeUnauthorized creates a GetAuthorizationDivisionsHomeUnauthorized with default headers values

func (*GetAuthorizationDivisionsHomeUnauthorized) Error

func (*GetAuthorizationDivisionsHomeUnauthorized) GetPayload

func (*GetAuthorizationDivisionsHomeUnauthorized) IsClientError

IsClientError returns true when this get authorization divisions home unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionsHomeUnauthorized) IsCode

IsCode returns true when this get authorization divisions home unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionsHomeUnauthorized) IsRedirect

IsRedirect returns true when this get authorization divisions home unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionsHomeUnauthorized) IsServerError

IsServerError returns true when this get authorization divisions home unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionsHomeUnauthorized) IsSuccess

IsSuccess returns true when this get authorization divisions home unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionsHomeUnauthorized) String

type GetAuthorizationDivisionsHomeUnsupportedMediaType

type GetAuthorizationDivisionsHomeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsHomeUnsupportedMediaType 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 NewGetAuthorizationDivisionsHomeUnsupportedMediaType

func NewGetAuthorizationDivisionsHomeUnsupportedMediaType() *GetAuthorizationDivisionsHomeUnsupportedMediaType

NewGetAuthorizationDivisionsHomeUnsupportedMediaType creates a GetAuthorizationDivisionsHomeUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) Error

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization divisions home unsupported media type response has a 4xx status code

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) IsCode

IsCode returns true when this get authorization divisions home unsupported media type response a status code equal to that given

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization divisions home unsupported media type response has a 3xx status code

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization divisions home unsupported media type response has a 5xx status code

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization divisions home unsupported media type response has a 2xx status code

func (*GetAuthorizationDivisionsHomeUnsupportedMediaType) String

type GetAuthorizationDivisionsInternalServerError

type GetAuthorizationDivisionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsInternalServerError 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 NewGetAuthorizationDivisionsInternalServerError

func NewGetAuthorizationDivisionsInternalServerError() *GetAuthorizationDivisionsInternalServerError

NewGetAuthorizationDivisionsInternalServerError creates a GetAuthorizationDivisionsInternalServerError with default headers values

func (*GetAuthorizationDivisionsInternalServerError) Error

func (*GetAuthorizationDivisionsInternalServerError) GetPayload

func (*GetAuthorizationDivisionsInternalServerError) IsClientError

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

func (*GetAuthorizationDivisionsInternalServerError) IsCode

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

func (*GetAuthorizationDivisionsInternalServerError) IsRedirect

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

func (*GetAuthorizationDivisionsInternalServerError) IsServerError

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

func (*GetAuthorizationDivisionsInternalServerError) IsSuccess

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

func (*GetAuthorizationDivisionsInternalServerError) String

type GetAuthorizationDivisionsLimitBadRequest

type GetAuthorizationDivisionsLimitBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsLimitBadRequest 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 NewGetAuthorizationDivisionsLimitBadRequest

func NewGetAuthorizationDivisionsLimitBadRequest() *GetAuthorizationDivisionsLimitBadRequest

NewGetAuthorizationDivisionsLimitBadRequest creates a GetAuthorizationDivisionsLimitBadRequest with default headers values

func (*GetAuthorizationDivisionsLimitBadRequest) Error

func (*GetAuthorizationDivisionsLimitBadRequest) GetPayload

func (*GetAuthorizationDivisionsLimitBadRequest) IsClientError

IsClientError returns true when this get authorization divisions limit bad request response has a 4xx status code

func (*GetAuthorizationDivisionsLimitBadRequest) IsCode

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

func (*GetAuthorizationDivisionsLimitBadRequest) IsRedirect

IsRedirect returns true when this get authorization divisions limit bad request response has a 3xx status code

func (*GetAuthorizationDivisionsLimitBadRequest) IsServerError

IsServerError returns true when this get authorization divisions limit bad request response has a 5xx status code

func (*GetAuthorizationDivisionsLimitBadRequest) IsSuccess

IsSuccess returns true when this get authorization divisions limit bad request response has a 2xx status code

func (*GetAuthorizationDivisionsLimitBadRequest) String

type GetAuthorizationDivisionsLimitForbidden

type GetAuthorizationDivisionsLimitForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionsLimitForbidden

func NewGetAuthorizationDivisionsLimitForbidden() *GetAuthorizationDivisionsLimitForbidden

NewGetAuthorizationDivisionsLimitForbidden creates a GetAuthorizationDivisionsLimitForbidden with default headers values

func (*GetAuthorizationDivisionsLimitForbidden) Error

func (*GetAuthorizationDivisionsLimitForbidden) GetPayload

func (*GetAuthorizationDivisionsLimitForbidden) IsClientError

func (o *GetAuthorizationDivisionsLimitForbidden) IsClientError() bool

IsClientError returns true when this get authorization divisions limit forbidden response has a 4xx status code

func (*GetAuthorizationDivisionsLimitForbidden) IsCode

IsCode returns true when this get authorization divisions limit forbidden response a status code equal to that given

func (*GetAuthorizationDivisionsLimitForbidden) IsRedirect

IsRedirect returns true when this get authorization divisions limit forbidden response has a 3xx status code

func (*GetAuthorizationDivisionsLimitForbidden) IsServerError

func (o *GetAuthorizationDivisionsLimitForbidden) IsServerError() bool

IsServerError returns true when this get authorization divisions limit forbidden response has a 5xx status code

func (*GetAuthorizationDivisionsLimitForbidden) IsSuccess

IsSuccess returns true when this get authorization divisions limit forbidden response has a 2xx status code

func (*GetAuthorizationDivisionsLimitForbidden) String

type GetAuthorizationDivisionsLimitGatewayTimeout

type GetAuthorizationDivisionsLimitGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsLimitGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionsLimitGatewayTimeout

func NewGetAuthorizationDivisionsLimitGatewayTimeout() *GetAuthorizationDivisionsLimitGatewayTimeout

NewGetAuthorizationDivisionsLimitGatewayTimeout creates a GetAuthorizationDivisionsLimitGatewayTimeout with default headers values

func (*GetAuthorizationDivisionsLimitGatewayTimeout) Error

func (*GetAuthorizationDivisionsLimitGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionsLimitGatewayTimeout) IsClientError

IsClientError returns true when this get authorization divisions limit gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionsLimitGatewayTimeout) IsCode

IsCode returns true when this get authorization divisions limit gateway timeout response a status code equal to that given

func (*GetAuthorizationDivisionsLimitGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization divisions limit gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionsLimitGatewayTimeout) IsServerError

IsServerError returns true when this get authorization divisions limit gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionsLimitGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization divisions limit gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionsLimitGatewayTimeout) String

type GetAuthorizationDivisionsLimitInternalServerError

type GetAuthorizationDivisionsLimitInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsLimitInternalServerError 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 NewGetAuthorizationDivisionsLimitInternalServerError

func NewGetAuthorizationDivisionsLimitInternalServerError() *GetAuthorizationDivisionsLimitInternalServerError

NewGetAuthorizationDivisionsLimitInternalServerError creates a GetAuthorizationDivisionsLimitInternalServerError with default headers values

func (*GetAuthorizationDivisionsLimitInternalServerError) Error

func (*GetAuthorizationDivisionsLimitInternalServerError) GetPayload

func (*GetAuthorizationDivisionsLimitInternalServerError) IsClientError

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

func (*GetAuthorizationDivisionsLimitInternalServerError) IsCode

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

func (*GetAuthorizationDivisionsLimitInternalServerError) IsRedirect

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

func (*GetAuthorizationDivisionsLimitInternalServerError) IsServerError

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

func (*GetAuthorizationDivisionsLimitInternalServerError) IsSuccess

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

func (*GetAuthorizationDivisionsLimitInternalServerError) String

type GetAuthorizationDivisionsLimitNotFound

type GetAuthorizationDivisionsLimitNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionsLimitNotFound

func NewGetAuthorizationDivisionsLimitNotFound() *GetAuthorizationDivisionsLimitNotFound

NewGetAuthorizationDivisionsLimitNotFound creates a GetAuthorizationDivisionsLimitNotFound with default headers values

func (*GetAuthorizationDivisionsLimitNotFound) Error

func (*GetAuthorizationDivisionsLimitNotFound) GetPayload

func (*GetAuthorizationDivisionsLimitNotFound) IsClientError

func (o *GetAuthorizationDivisionsLimitNotFound) IsClientError() bool

IsClientError returns true when this get authorization divisions limit not found response has a 4xx status code

func (*GetAuthorizationDivisionsLimitNotFound) IsCode

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

func (*GetAuthorizationDivisionsLimitNotFound) IsRedirect

IsRedirect returns true when this get authorization divisions limit not found response has a 3xx status code

func (*GetAuthorizationDivisionsLimitNotFound) IsServerError

func (o *GetAuthorizationDivisionsLimitNotFound) IsServerError() bool

IsServerError returns true when this get authorization divisions limit not found response has a 5xx status code

func (*GetAuthorizationDivisionsLimitNotFound) IsSuccess

IsSuccess returns true when this get authorization divisions limit not found response has a 2xx status code

func (*GetAuthorizationDivisionsLimitNotFound) String

type GetAuthorizationDivisionsLimitOK

type GetAuthorizationDivisionsLimitOK struct {
	Payload int32
}

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

successful operation

func NewGetAuthorizationDivisionsLimitOK

func NewGetAuthorizationDivisionsLimitOK() *GetAuthorizationDivisionsLimitOK

NewGetAuthorizationDivisionsLimitOK creates a GetAuthorizationDivisionsLimitOK with default headers values

func (*GetAuthorizationDivisionsLimitOK) Error

func (*GetAuthorizationDivisionsLimitOK) GetPayload

func (o *GetAuthorizationDivisionsLimitOK) GetPayload() int32

func (*GetAuthorizationDivisionsLimitOK) IsClientError

func (o *GetAuthorizationDivisionsLimitOK) IsClientError() bool

IsClientError returns true when this get authorization divisions limit o k response has a 4xx status code

func (*GetAuthorizationDivisionsLimitOK) IsCode

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

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

func (*GetAuthorizationDivisionsLimitOK) IsRedirect

func (o *GetAuthorizationDivisionsLimitOK) IsRedirect() bool

IsRedirect returns true when this get authorization divisions limit o k response has a 3xx status code

func (*GetAuthorizationDivisionsLimitOK) IsServerError

func (o *GetAuthorizationDivisionsLimitOK) IsServerError() bool

IsServerError returns true when this get authorization divisions limit o k response has a 5xx status code

func (*GetAuthorizationDivisionsLimitOK) IsSuccess

func (o *GetAuthorizationDivisionsLimitOK) IsSuccess() bool

IsSuccess returns true when this get authorization divisions limit o k response has a 2xx status code

func (*GetAuthorizationDivisionsLimitOK) String

type GetAuthorizationDivisionsLimitParams

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

GetAuthorizationDivisionsLimitParams contains all the parameters to send to the API endpoint

for the get authorization divisions limit operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionsLimitParams

func NewGetAuthorizationDivisionsLimitParams() *GetAuthorizationDivisionsLimitParams

NewGetAuthorizationDivisionsLimitParams creates a new GetAuthorizationDivisionsLimitParams 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 NewGetAuthorizationDivisionsLimitParamsWithContext

func NewGetAuthorizationDivisionsLimitParamsWithContext(ctx context.Context) *GetAuthorizationDivisionsLimitParams

NewGetAuthorizationDivisionsLimitParamsWithContext creates a new GetAuthorizationDivisionsLimitParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionsLimitParamsWithHTTPClient

func NewGetAuthorizationDivisionsLimitParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionsLimitParams

NewGetAuthorizationDivisionsLimitParamsWithHTTPClient creates a new GetAuthorizationDivisionsLimitParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionsLimitParamsWithTimeout

func NewGetAuthorizationDivisionsLimitParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionsLimitParams

NewGetAuthorizationDivisionsLimitParamsWithTimeout creates a new GetAuthorizationDivisionsLimitParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionsLimitParams) SetContext

SetContext adds the context to the get authorization divisions limit params

func (*GetAuthorizationDivisionsLimitParams) SetDefaults

func (o *GetAuthorizationDivisionsLimitParams) SetDefaults()

SetDefaults hydrates default values in the get authorization divisions limit params (not the query body).

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

func (*GetAuthorizationDivisionsLimitParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization divisions limit params

func (*GetAuthorizationDivisionsLimitParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization divisions limit params

func (*GetAuthorizationDivisionsLimitParams) WithContext

WithContext adds the context to the get authorization divisions limit params

func (*GetAuthorizationDivisionsLimitParams) WithDefaults

WithDefaults hydrates default values in the get authorization divisions limit params (not the query body).

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

func (*GetAuthorizationDivisionsLimitParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization divisions limit params

func (*GetAuthorizationDivisionsLimitParams) WithTimeout

WithTimeout adds the timeout to the get authorization divisions limit params

func (*GetAuthorizationDivisionsLimitParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionsLimitReader

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

GetAuthorizationDivisionsLimitReader is a Reader for the GetAuthorizationDivisionsLimit structure.

func (*GetAuthorizationDivisionsLimitReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionsLimitRequestEntityTooLarge

type GetAuthorizationDivisionsLimitRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsLimitRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionsLimitRequestEntityTooLarge

func NewGetAuthorizationDivisionsLimitRequestEntityTooLarge() *GetAuthorizationDivisionsLimitRequestEntityTooLarge

NewGetAuthorizationDivisionsLimitRequestEntityTooLarge creates a GetAuthorizationDivisionsLimitRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization divisions limit request entity too large response has a 4xx status code

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization divisions limit request entity too large response a status code equal to that given

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization divisions limit request entity too large response has a 3xx status code

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization divisions limit request entity too large response has a 5xx status code

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization divisions limit request entity too large response has a 2xx status code

func (*GetAuthorizationDivisionsLimitRequestEntityTooLarge) String

type GetAuthorizationDivisionsLimitRequestTimeout

type GetAuthorizationDivisionsLimitRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsLimitRequestTimeout 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 NewGetAuthorizationDivisionsLimitRequestTimeout

func NewGetAuthorizationDivisionsLimitRequestTimeout() *GetAuthorizationDivisionsLimitRequestTimeout

NewGetAuthorizationDivisionsLimitRequestTimeout creates a GetAuthorizationDivisionsLimitRequestTimeout with default headers values

func (*GetAuthorizationDivisionsLimitRequestTimeout) Error

func (*GetAuthorizationDivisionsLimitRequestTimeout) GetPayload

func (*GetAuthorizationDivisionsLimitRequestTimeout) IsClientError

IsClientError returns true when this get authorization divisions limit request timeout response has a 4xx status code

func (*GetAuthorizationDivisionsLimitRequestTimeout) IsCode

IsCode returns true when this get authorization divisions limit request timeout response a status code equal to that given

func (*GetAuthorizationDivisionsLimitRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization divisions limit request timeout response has a 3xx status code

func (*GetAuthorizationDivisionsLimitRequestTimeout) IsServerError

IsServerError returns true when this get authorization divisions limit request timeout response has a 5xx status code

func (*GetAuthorizationDivisionsLimitRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization divisions limit request timeout response has a 2xx status code

func (*GetAuthorizationDivisionsLimitRequestTimeout) String

type GetAuthorizationDivisionsLimitServiceUnavailable

type GetAuthorizationDivisionsLimitServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsLimitServiceUnavailable 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 NewGetAuthorizationDivisionsLimitServiceUnavailable

func NewGetAuthorizationDivisionsLimitServiceUnavailable() *GetAuthorizationDivisionsLimitServiceUnavailable

NewGetAuthorizationDivisionsLimitServiceUnavailable creates a GetAuthorizationDivisionsLimitServiceUnavailable with default headers values

func (*GetAuthorizationDivisionsLimitServiceUnavailable) Error

func (*GetAuthorizationDivisionsLimitServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionsLimitServiceUnavailable) IsClientError

IsClientError returns true when this get authorization divisions limit service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionsLimitServiceUnavailable) IsCode

IsCode returns true when this get authorization divisions limit service unavailable response a status code equal to that given

func (*GetAuthorizationDivisionsLimitServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization divisions limit service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionsLimitServiceUnavailable) IsServerError

IsServerError returns true when this get authorization divisions limit service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionsLimitServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization divisions limit service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionsLimitServiceUnavailable) String

type GetAuthorizationDivisionsLimitTooManyRequests

type GetAuthorizationDivisionsLimitTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionsLimitTooManyRequests

func NewGetAuthorizationDivisionsLimitTooManyRequests() *GetAuthorizationDivisionsLimitTooManyRequests

NewGetAuthorizationDivisionsLimitTooManyRequests creates a GetAuthorizationDivisionsLimitTooManyRequests with default headers values

func (*GetAuthorizationDivisionsLimitTooManyRequests) Error

func (*GetAuthorizationDivisionsLimitTooManyRequests) GetPayload

func (*GetAuthorizationDivisionsLimitTooManyRequests) IsClientError

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

func (*GetAuthorizationDivisionsLimitTooManyRequests) IsCode

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

func (*GetAuthorizationDivisionsLimitTooManyRequests) IsRedirect

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

func (*GetAuthorizationDivisionsLimitTooManyRequests) IsServerError

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

func (*GetAuthorizationDivisionsLimitTooManyRequests) IsSuccess

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

func (*GetAuthorizationDivisionsLimitTooManyRequests) String

type GetAuthorizationDivisionsLimitUnauthorized

type GetAuthorizationDivisionsLimitUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionsLimitUnauthorized

func NewGetAuthorizationDivisionsLimitUnauthorized() *GetAuthorizationDivisionsLimitUnauthorized

NewGetAuthorizationDivisionsLimitUnauthorized creates a GetAuthorizationDivisionsLimitUnauthorized with default headers values

func (*GetAuthorizationDivisionsLimitUnauthorized) Error

func (*GetAuthorizationDivisionsLimitUnauthorized) GetPayload

func (*GetAuthorizationDivisionsLimitUnauthorized) IsClientError

IsClientError returns true when this get authorization divisions limit unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionsLimitUnauthorized) IsCode

IsCode returns true when this get authorization divisions limit unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionsLimitUnauthorized) IsRedirect

IsRedirect returns true when this get authorization divisions limit unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionsLimitUnauthorized) IsServerError

IsServerError returns true when this get authorization divisions limit unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionsLimitUnauthorized) IsSuccess

IsSuccess returns true when this get authorization divisions limit unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionsLimitUnauthorized) String

type GetAuthorizationDivisionsLimitUnsupportedMediaType

type GetAuthorizationDivisionsLimitUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsLimitUnsupportedMediaType 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 NewGetAuthorizationDivisionsLimitUnsupportedMediaType

func NewGetAuthorizationDivisionsLimitUnsupportedMediaType() *GetAuthorizationDivisionsLimitUnsupportedMediaType

NewGetAuthorizationDivisionsLimitUnsupportedMediaType creates a GetAuthorizationDivisionsLimitUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) Error

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization divisions limit unsupported media type response has a 4xx status code

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) IsCode

IsCode returns true when this get authorization divisions limit unsupported media type response a status code equal to that given

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization divisions limit unsupported media type response has a 3xx status code

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization divisions limit unsupported media type response has a 5xx status code

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization divisions limit unsupported media type response has a 2xx status code

func (*GetAuthorizationDivisionsLimitUnsupportedMediaType) String

type GetAuthorizationDivisionsNotFound

type GetAuthorizationDivisionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionsNotFound

func NewGetAuthorizationDivisionsNotFound() *GetAuthorizationDivisionsNotFound

NewGetAuthorizationDivisionsNotFound creates a GetAuthorizationDivisionsNotFound with default headers values

func (*GetAuthorizationDivisionsNotFound) Error

func (*GetAuthorizationDivisionsNotFound) GetPayload

func (*GetAuthorizationDivisionsNotFound) IsClientError

func (o *GetAuthorizationDivisionsNotFound) IsClientError() bool

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

func (*GetAuthorizationDivisionsNotFound) IsCode

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

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

func (*GetAuthorizationDivisionsNotFound) IsRedirect

func (o *GetAuthorizationDivisionsNotFound) IsRedirect() bool

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

func (*GetAuthorizationDivisionsNotFound) IsServerError

func (o *GetAuthorizationDivisionsNotFound) IsServerError() bool

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

func (*GetAuthorizationDivisionsNotFound) IsSuccess

func (o *GetAuthorizationDivisionsNotFound) IsSuccess() bool

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

func (*GetAuthorizationDivisionsNotFound) String

type GetAuthorizationDivisionsOK

type GetAuthorizationDivisionsOK struct {
	Payload *models.AuthzDivisionEntityListing
}

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

successful operation

func NewGetAuthorizationDivisionsOK

func NewGetAuthorizationDivisionsOK() *GetAuthorizationDivisionsOK

NewGetAuthorizationDivisionsOK creates a GetAuthorizationDivisionsOK with default headers values

func (*GetAuthorizationDivisionsOK) Error

func (*GetAuthorizationDivisionsOK) GetPayload

func (*GetAuthorizationDivisionsOK) IsClientError

func (o *GetAuthorizationDivisionsOK) IsClientError() bool

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

func (*GetAuthorizationDivisionsOK) IsCode

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

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

func (*GetAuthorizationDivisionsOK) IsRedirect

func (o *GetAuthorizationDivisionsOK) IsRedirect() bool

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

func (*GetAuthorizationDivisionsOK) IsServerError

func (o *GetAuthorizationDivisionsOK) IsServerError() bool

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

func (*GetAuthorizationDivisionsOK) IsSuccess

func (o *GetAuthorizationDivisionsOK) IsSuccess() bool

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

func (*GetAuthorizationDivisionsOK) String

func (o *GetAuthorizationDivisionsOK) String() string

type GetAuthorizationDivisionsParams

type GetAuthorizationDivisionsParams struct {

	/* Expand.

	   variable name requested by expand list
	*/
	Expand []string

	/* ID.

	   Optionally request specific divisions by their IDs
	*/
	ID []string

	/* Name.

	   Search term to filter by division name
	*/
	Name *string

	/* NextPage.

	   next page token
	*/
	NextPage *string

	/* ObjectCount.

	   Include the count of objects contained in the division
	*/
	ObjectCount *bool

	/* PageNumber.

	   The page number requested

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   The total page size requested

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* PreviousPage.

	   Previous page token
	*/
	PreviousPage *string

	/* SortBy.

	   variable name requested to sort by
	*/
	SortBy *string

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

GetAuthorizationDivisionsParams contains all the parameters to send to the API endpoint

for the get authorization divisions operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionsParams

func NewGetAuthorizationDivisionsParams() *GetAuthorizationDivisionsParams

NewGetAuthorizationDivisionsParams creates a new GetAuthorizationDivisionsParams 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 NewGetAuthorizationDivisionsParamsWithContext

func NewGetAuthorizationDivisionsParamsWithContext(ctx context.Context) *GetAuthorizationDivisionsParams

NewGetAuthorizationDivisionsParamsWithContext creates a new GetAuthorizationDivisionsParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionsParamsWithHTTPClient

func NewGetAuthorizationDivisionsParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionsParams

NewGetAuthorizationDivisionsParamsWithHTTPClient creates a new GetAuthorizationDivisionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionsParamsWithTimeout

func NewGetAuthorizationDivisionsParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionsParams

NewGetAuthorizationDivisionsParamsWithTimeout creates a new GetAuthorizationDivisionsParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionsParams) SetContext

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

SetContext adds the context to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetDefaults

func (o *GetAuthorizationDivisionsParams) SetDefaults()

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

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

func (*GetAuthorizationDivisionsParams) SetExpand

func (o *GetAuthorizationDivisionsParams) SetExpand(expand []string)

SetExpand adds the expand to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetID

func (o *GetAuthorizationDivisionsParams) SetID(id []string)

SetID adds the id to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetName

func (o *GetAuthorizationDivisionsParams) SetName(name *string)

SetName adds the name to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetNextPage

func (o *GetAuthorizationDivisionsParams) SetNextPage(nextPage *string)

SetNextPage adds the nextPage to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetObjectCount

func (o *GetAuthorizationDivisionsParams) SetObjectCount(objectCount *bool)

SetObjectCount adds the objectCount to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetPageNumber

func (o *GetAuthorizationDivisionsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetPageSize

func (o *GetAuthorizationDivisionsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetPreviousPage

func (o *GetAuthorizationDivisionsParams) SetPreviousPage(previousPage *string)

SetPreviousPage adds the previousPage to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetSortBy

func (o *GetAuthorizationDivisionsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithContext

WithContext adds the context to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithDefaults

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

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

func (*GetAuthorizationDivisionsParams) WithExpand

WithExpand adds the expand to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithID

WithID adds the id to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithName

WithName adds the name to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithNextPage

WithNextPage adds the nextPage to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithObjectCount

func (o *GetAuthorizationDivisionsParams) WithObjectCount(objectCount *bool) *GetAuthorizationDivisionsParams

WithObjectCount adds the objectCount to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithPageSize

WithPageSize adds the pageSize to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithPreviousPage

func (o *GetAuthorizationDivisionsParams) WithPreviousPage(previousPage *string) *GetAuthorizationDivisionsParams

WithPreviousPage adds the previousPage to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithSortBy

WithSortBy adds the sortBy to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WithTimeout

WithTimeout adds the timeout to the get authorization divisions params

func (*GetAuthorizationDivisionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionsReader

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

GetAuthorizationDivisionsReader is a Reader for the GetAuthorizationDivisions structure.

func (*GetAuthorizationDivisionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionsRequestEntityTooLarge

type GetAuthorizationDivisionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionsRequestEntityTooLarge

func NewGetAuthorizationDivisionsRequestEntityTooLarge() *GetAuthorizationDivisionsRequestEntityTooLarge

NewGetAuthorizationDivisionsRequestEntityTooLarge creates a GetAuthorizationDivisionsRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionsRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionsRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionsRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationDivisionsRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationDivisionsRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationDivisionsRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationDivisionsRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationDivisionsRequestEntityTooLarge) String

type GetAuthorizationDivisionsRequestTimeout

type GetAuthorizationDivisionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsRequestTimeout 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 NewGetAuthorizationDivisionsRequestTimeout

func NewGetAuthorizationDivisionsRequestTimeout() *GetAuthorizationDivisionsRequestTimeout

NewGetAuthorizationDivisionsRequestTimeout creates a GetAuthorizationDivisionsRequestTimeout with default headers values

func (*GetAuthorizationDivisionsRequestTimeout) Error

func (*GetAuthorizationDivisionsRequestTimeout) GetPayload

func (*GetAuthorizationDivisionsRequestTimeout) IsClientError

func (o *GetAuthorizationDivisionsRequestTimeout) IsClientError() bool

IsClientError returns true when this get authorization divisions request timeout response has a 4xx status code

func (*GetAuthorizationDivisionsRequestTimeout) IsCode

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

func (*GetAuthorizationDivisionsRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization divisions request timeout response has a 3xx status code

func (*GetAuthorizationDivisionsRequestTimeout) IsServerError

func (o *GetAuthorizationDivisionsRequestTimeout) IsServerError() bool

IsServerError returns true when this get authorization divisions request timeout response has a 5xx status code

func (*GetAuthorizationDivisionsRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization divisions request timeout response has a 2xx status code

func (*GetAuthorizationDivisionsRequestTimeout) String

type GetAuthorizationDivisionsServiceUnavailable

type GetAuthorizationDivisionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsServiceUnavailable 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 NewGetAuthorizationDivisionsServiceUnavailable

func NewGetAuthorizationDivisionsServiceUnavailable() *GetAuthorizationDivisionsServiceUnavailable

NewGetAuthorizationDivisionsServiceUnavailable creates a GetAuthorizationDivisionsServiceUnavailable with default headers values

func (*GetAuthorizationDivisionsServiceUnavailable) Error

func (*GetAuthorizationDivisionsServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionsServiceUnavailable) IsClientError

IsClientError returns true when this get authorization divisions service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionsServiceUnavailable) IsCode

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

func (*GetAuthorizationDivisionsServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization divisions service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionsServiceUnavailable) IsServerError

IsServerError returns true when this get authorization divisions service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionsServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization divisions service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionsServiceUnavailable) String

type GetAuthorizationDivisionsTooManyRequests

type GetAuthorizationDivisionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionsTooManyRequests

func NewGetAuthorizationDivisionsTooManyRequests() *GetAuthorizationDivisionsTooManyRequests

NewGetAuthorizationDivisionsTooManyRequests creates a GetAuthorizationDivisionsTooManyRequests with default headers values

func (*GetAuthorizationDivisionsTooManyRequests) Error

func (*GetAuthorizationDivisionsTooManyRequests) GetPayload

func (*GetAuthorizationDivisionsTooManyRequests) IsClientError

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

func (*GetAuthorizationDivisionsTooManyRequests) IsCode

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

func (*GetAuthorizationDivisionsTooManyRequests) IsRedirect

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

func (*GetAuthorizationDivisionsTooManyRequests) IsServerError

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

func (*GetAuthorizationDivisionsTooManyRequests) IsSuccess

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

func (*GetAuthorizationDivisionsTooManyRequests) String

type GetAuthorizationDivisionsUnauthorized

type GetAuthorizationDivisionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionsUnauthorized

func NewGetAuthorizationDivisionsUnauthorized() *GetAuthorizationDivisionsUnauthorized

NewGetAuthorizationDivisionsUnauthorized creates a GetAuthorizationDivisionsUnauthorized with default headers values

func (*GetAuthorizationDivisionsUnauthorized) Error

func (*GetAuthorizationDivisionsUnauthorized) GetPayload

func (*GetAuthorizationDivisionsUnauthorized) IsClientError

func (o *GetAuthorizationDivisionsUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization divisions unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionsUnauthorized) IsCode

IsCode returns true when this get authorization divisions unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionsUnauthorized) IsRedirect

IsRedirect returns true when this get authorization divisions unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionsUnauthorized) IsServerError

func (o *GetAuthorizationDivisionsUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization divisions unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionsUnauthorized) IsSuccess

IsSuccess returns true when this get authorization divisions unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionsUnauthorized) String

type GetAuthorizationDivisionsUnsupportedMediaType

type GetAuthorizationDivisionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionsUnsupportedMediaType 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 NewGetAuthorizationDivisionsUnsupportedMediaType

func NewGetAuthorizationDivisionsUnsupportedMediaType() *GetAuthorizationDivisionsUnsupportedMediaType

NewGetAuthorizationDivisionsUnsupportedMediaType creates a GetAuthorizationDivisionsUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionsUnsupportedMediaType) Error

func (*GetAuthorizationDivisionsUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionsUnsupportedMediaType) IsClientError

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

func (*GetAuthorizationDivisionsUnsupportedMediaType) IsCode

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

func (*GetAuthorizationDivisionsUnsupportedMediaType) IsRedirect

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

func (*GetAuthorizationDivisionsUnsupportedMediaType) IsServerError

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

func (*GetAuthorizationDivisionsUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationDivisionsUnsupportedMediaType) String

type GetAuthorizationDivisionspermittedMeBadRequest

type GetAuthorizationDivisionspermittedMeBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedMeBadRequest 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 NewGetAuthorizationDivisionspermittedMeBadRequest

func NewGetAuthorizationDivisionspermittedMeBadRequest() *GetAuthorizationDivisionspermittedMeBadRequest

NewGetAuthorizationDivisionspermittedMeBadRequest creates a GetAuthorizationDivisionspermittedMeBadRequest with default headers values

func (*GetAuthorizationDivisionspermittedMeBadRequest) Error

func (*GetAuthorizationDivisionspermittedMeBadRequest) GetPayload

func (*GetAuthorizationDivisionspermittedMeBadRequest) IsClientError

IsClientError returns true when this get authorization divisionspermitted me bad request response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeBadRequest) IsCode

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

func (*GetAuthorizationDivisionspermittedMeBadRequest) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me bad request response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeBadRequest) IsServerError

IsServerError returns true when this get authorization divisionspermitted me bad request response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeBadRequest) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me bad request response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeBadRequest) String

type GetAuthorizationDivisionspermittedMeForbidden

type GetAuthorizationDivisionspermittedMeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionspermittedMeForbidden

func NewGetAuthorizationDivisionspermittedMeForbidden() *GetAuthorizationDivisionspermittedMeForbidden

NewGetAuthorizationDivisionspermittedMeForbidden creates a GetAuthorizationDivisionspermittedMeForbidden with default headers values

func (*GetAuthorizationDivisionspermittedMeForbidden) Error

func (*GetAuthorizationDivisionspermittedMeForbidden) GetPayload

func (*GetAuthorizationDivisionspermittedMeForbidden) IsClientError

IsClientError returns true when this get authorization divisionspermitted me forbidden response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeForbidden) IsCode

IsCode returns true when this get authorization divisionspermitted me forbidden response a status code equal to that given

func (*GetAuthorizationDivisionspermittedMeForbidden) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me forbidden response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeForbidden) IsServerError

IsServerError returns true when this get authorization divisionspermitted me forbidden response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeForbidden) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me forbidden response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeForbidden) String

type GetAuthorizationDivisionspermittedMeGatewayTimeout

type GetAuthorizationDivisionspermittedMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedMeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionspermittedMeGatewayTimeout

func NewGetAuthorizationDivisionspermittedMeGatewayTimeout() *GetAuthorizationDivisionspermittedMeGatewayTimeout

NewGetAuthorizationDivisionspermittedMeGatewayTimeout creates a GetAuthorizationDivisionspermittedMeGatewayTimeout with default headers values

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) Error

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) IsClientError

IsClientError returns true when this get authorization divisionspermitted me gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) IsCode

IsCode returns true when this get authorization divisionspermitted me gateway timeout response a status code equal to that given

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) IsServerError

IsServerError returns true when this get authorization divisionspermitted me gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeGatewayTimeout) String

type GetAuthorizationDivisionspermittedMeInternalServerError

type GetAuthorizationDivisionspermittedMeInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedMeInternalServerError 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 NewGetAuthorizationDivisionspermittedMeInternalServerError

func NewGetAuthorizationDivisionspermittedMeInternalServerError() *GetAuthorizationDivisionspermittedMeInternalServerError

NewGetAuthorizationDivisionspermittedMeInternalServerError creates a GetAuthorizationDivisionspermittedMeInternalServerError with default headers values

func (*GetAuthorizationDivisionspermittedMeInternalServerError) Error

func (*GetAuthorizationDivisionspermittedMeInternalServerError) GetPayload

func (*GetAuthorizationDivisionspermittedMeInternalServerError) IsClientError

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

func (*GetAuthorizationDivisionspermittedMeInternalServerError) IsCode

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

func (*GetAuthorizationDivisionspermittedMeInternalServerError) IsRedirect

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

func (*GetAuthorizationDivisionspermittedMeInternalServerError) IsServerError

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

func (*GetAuthorizationDivisionspermittedMeInternalServerError) IsSuccess

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

func (*GetAuthorizationDivisionspermittedMeInternalServerError) String

type GetAuthorizationDivisionspermittedMeNotFound

type GetAuthorizationDivisionspermittedMeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionspermittedMeNotFound

func NewGetAuthorizationDivisionspermittedMeNotFound() *GetAuthorizationDivisionspermittedMeNotFound

NewGetAuthorizationDivisionspermittedMeNotFound creates a GetAuthorizationDivisionspermittedMeNotFound with default headers values

func (*GetAuthorizationDivisionspermittedMeNotFound) Error

func (*GetAuthorizationDivisionspermittedMeNotFound) GetPayload

func (*GetAuthorizationDivisionspermittedMeNotFound) IsClientError

IsClientError returns true when this get authorization divisionspermitted me not found response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeNotFound) IsCode

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

func (*GetAuthorizationDivisionspermittedMeNotFound) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me not found response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeNotFound) IsServerError

IsServerError returns true when this get authorization divisionspermitted me not found response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeNotFound) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me not found response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeNotFound) String

type GetAuthorizationDivisionspermittedMeOK

type GetAuthorizationDivisionspermittedMeOK struct {
	Payload []*models.AuthzDivision
}

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

successful operation

func NewGetAuthorizationDivisionspermittedMeOK

func NewGetAuthorizationDivisionspermittedMeOK() *GetAuthorizationDivisionspermittedMeOK

NewGetAuthorizationDivisionspermittedMeOK creates a GetAuthorizationDivisionspermittedMeOK with default headers values

func (*GetAuthorizationDivisionspermittedMeOK) Error

func (*GetAuthorizationDivisionspermittedMeOK) GetPayload

func (*GetAuthorizationDivisionspermittedMeOK) IsClientError

func (o *GetAuthorizationDivisionspermittedMeOK) IsClientError() bool

IsClientError returns true when this get authorization divisionspermitted me o k response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeOK) IsCode

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

func (*GetAuthorizationDivisionspermittedMeOK) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me o k response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeOK) IsServerError

func (o *GetAuthorizationDivisionspermittedMeOK) IsServerError() bool

IsServerError returns true when this get authorization divisionspermitted me o k response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeOK) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me o k response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeOK) String

type GetAuthorizationDivisionspermittedMeParams

type GetAuthorizationDivisionspermittedMeParams struct {

	/* Name.

	   Search term to filter by division name
	*/
	Name *string

	/* Permission.

	   The permission string, including the object to access, e.g. routing:queue:view
	*/
	Permission string

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

GetAuthorizationDivisionspermittedMeParams contains all the parameters to send to the API endpoint

for the get authorization divisionspermitted me operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionspermittedMeParams

func NewGetAuthorizationDivisionspermittedMeParams() *GetAuthorizationDivisionspermittedMeParams

NewGetAuthorizationDivisionspermittedMeParams creates a new GetAuthorizationDivisionspermittedMeParams 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 NewGetAuthorizationDivisionspermittedMeParamsWithContext

func NewGetAuthorizationDivisionspermittedMeParamsWithContext(ctx context.Context) *GetAuthorizationDivisionspermittedMeParams

NewGetAuthorizationDivisionspermittedMeParamsWithContext creates a new GetAuthorizationDivisionspermittedMeParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionspermittedMeParamsWithHTTPClient

func NewGetAuthorizationDivisionspermittedMeParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionspermittedMeParams

NewGetAuthorizationDivisionspermittedMeParamsWithHTTPClient creates a new GetAuthorizationDivisionspermittedMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionspermittedMeParamsWithTimeout

func NewGetAuthorizationDivisionspermittedMeParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionspermittedMeParams

NewGetAuthorizationDivisionspermittedMeParamsWithTimeout creates a new GetAuthorizationDivisionspermittedMeParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionspermittedMeParams) SetContext

SetContext adds the context to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) SetDefaults

SetDefaults hydrates default values in the get authorization divisionspermitted me params (not the query body).

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

func (*GetAuthorizationDivisionspermittedMeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) SetName

SetName adds the name to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) SetPermission

func (o *GetAuthorizationDivisionspermittedMeParams) SetPermission(permission string)

SetPermission adds the permission to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) SetTimeout

SetTimeout adds the timeout to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) WithContext

WithContext adds the context to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) WithDefaults

WithDefaults hydrates default values in the get authorization divisionspermitted me params (not the query body).

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

func (*GetAuthorizationDivisionspermittedMeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) WithName

WithName adds the name to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) WithPermission

WithPermission adds the permission to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) WithTimeout

WithTimeout adds the timeout to the get authorization divisionspermitted me params

func (*GetAuthorizationDivisionspermittedMeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionspermittedMeReader

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

GetAuthorizationDivisionspermittedMeReader is a Reader for the GetAuthorizationDivisionspermittedMe structure.

func (*GetAuthorizationDivisionspermittedMeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionspermittedMeRequestEntityTooLarge

type GetAuthorizationDivisionspermittedMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionspermittedMeRequestEntityTooLarge

func NewGetAuthorizationDivisionspermittedMeRequestEntityTooLarge() *GetAuthorizationDivisionspermittedMeRequestEntityTooLarge

NewGetAuthorizationDivisionspermittedMeRequestEntityTooLarge creates a GetAuthorizationDivisionspermittedMeRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization divisionspermitted me request entity too large response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization divisionspermitted me request entity too large response a status code equal to that given

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me request entity too large response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization divisionspermitted me request entity too large response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me request entity too large response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeRequestEntityTooLarge) String

type GetAuthorizationDivisionspermittedMeRequestTimeout

type GetAuthorizationDivisionspermittedMeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedMeRequestTimeout 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 NewGetAuthorizationDivisionspermittedMeRequestTimeout

func NewGetAuthorizationDivisionspermittedMeRequestTimeout() *GetAuthorizationDivisionspermittedMeRequestTimeout

NewGetAuthorizationDivisionspermittedMeRequestTimeout creates a GetAuthorizationDivisionspermittedMeRequestTimeout with default headers values

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) Error

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) GetPayload

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) IsClientError

IsClientError returns true when this get authorization divisionspermitted me request timeout response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) IsCode

IsCode returns true when this get authorization divisionspermitted me request timeout response a status code equal to that given

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me request timeout response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) IsServerError

IsServerError returns true when this get authorization divisionspermitted me request timeout response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me request timeout response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeRequestTimeout) String

type GetAuthorizationDivisionspermittedMeServiceUnavailable

type GetAuthorizationDivisionspermittedMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedMeServiceUnavailable 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 NewGetAuthorizationDivisionspermittedMeServiceUnavailable

func NewGetAuthorizationDivisionspermittedMeServiceUnavailable() *GetAuthorizationDivisionspermittedMeServiceUnavailable

NewGetAuthorizationDivisionspermittedMeServiceUnavailable creates a GetAuthorizationDivisionspermittedMeServiceUnavailable with default headers values

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) Error

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) IsClientError

IsClientError returns true when this get authorization divisionspermitted me service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) IsCode

IsCode returns true when this get authorization divisionspermitted me service unavailable response a status code equal to that given

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) IsServerError

IsServerError returns true when this get authorization divisionspermitted me service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeServiceUnavailable) String

type GetAuthorizationDivisionspermittedMeTooManyRequests

type GetAuthorizationDivisionspermittedMeTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionspermittedMeTooManyRequests

func NewGetAuthorizationDivisionspermittedMeTooManyRequests() *GetAuthorizationDivisionspermittedMeTooManyRequests

NewGetAuthorizationDivisionspermittedMeTooManyRequests creates a GetAuthorizationDivisionspermittedMeTooManyRequests with default headers values

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) Error

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) GetPayload

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) IsClientError

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

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) IsCode

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

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) IsRedirect

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

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) IsServerError

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

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) IsSuccess

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

func (*GetAuthorizationDivisionspermittedMeTooManyRequests) String

type GetAuthorizationDivisionspermittedMeUnauthorized

type GetAuthorizationDivisionspermittedMeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionspermittedMeUnauthorized

func NewGetAuthorizationDivisionspermittedMeUnauthorized() *GetAuthorizationDivisionspermittedMeUnauthorized

NewGetAuthorizationDivisionspermittedMeUnauthorized creates a GetAuthorizationDivisionspermittedMeUnauthorized with default headers values

func (*GetAuthorizationDivisionspermittedMeUnauthorized) Error

func (*GetAuthorizationDivisionspermittedMeUnauthorized) GetPayload

func (*GetAuthorizationDivisionspermittedMeUnauthorized) IsClientError

IsClientError returns true when this get authorization divisionspermitted me unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeUnauthorized) IsCode

IsCode returns true when this get authorization divisionspermitted me unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionspermittedMeUnauthorized) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeUnauthorized) IsServerError

IsServerError returns true when this get authorization divisionspermitted me unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeUnauthorized) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeUnauthorized) String

type GetAuthorizationDivisionspermittedMeUnsupportedMediaType

type GetAuthorizationDivisionspermittedMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedMeUnsupportedMediaType 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 NewGetAuthorizationDivisionspermittedMeUnsupportedMediaType

func NewGetAuthorizationDivisionspermittedMeUnsupportedMediaType() *GetAuthorizationDivisionspermittedMeUnsupportedMediaType

NewGetAuthorizationDivisionspermittedMeUnsupportedMediaType creates a GetAuthorizationDivisionspermittedMeUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) Error

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization divisionspermitted me unsupported media type response has a 4xx status code

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) IsCode

IsCode returns true when this get authorization divisionspermitted me unsupported media type response a status code equal to that given

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted me unsupported media type response has a 3xx status code

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization divisionspermitted me unsupported media type response has a 5xx status code

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted me unsupported media type response has a 2xx status code

func (*GetAuthorizationDivisionspermittedMeUnsupportedMediaType) String

type GetAuthorizationDivisionspermittedPagedMeBadRequest

type GetAuthorizationDivisionspermittedPagedMeBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedMeBadRequest 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 NewGetAuthorizationDivisionspermittedPagedMeBadRequest

func NewGetAuthorizationDivisionspermittedPagedMeBadRequest() *GetAuthorizationDivisionspermittedPagedMeBadRequest

NewGetAuthorizationDivisionspermittedPagedMeBadRequest creates a GetAuthorizationDivisionspermittedPagedMeBadRequest with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) Error

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me bad request response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) IsCode

IsCode returns true when this get authorization divisionspermitted paged me bad request response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me bad request response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me bad request response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me bad request response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeBadRequest) String

type GetAuthorizationDivisionspermittedPagedMeForbidden

type GetAuthorizationDivisionspermittedPagedMeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionspermittedPagedMeForbidden

func NewGetAuthorizationDivisionspermittedPagedMeForbidden() *GetAuthorizationDivisionspermittedPagedMeForbidden

NewGetAuthorizationDivisionspermittedPagedMeForbidden creates a GetAuthorizationDivisionspermittedPagedMeForbidden with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) Error

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me forbidden response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) IsCode

IsCode returns true when this get authorization divisionspermitted paged me forbidden response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me forbidden response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me forbidden response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me forbidden response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeForbidden) String

type GetAuthorizationDivisionspermittedPagedMeGatewayTimeout

type GetAuthorizationDivisionspermittedPagedMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedMeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionspermittedPagedMeGatewayTimeout

func NewGetAuthorizationDivisionspermittedPagedMeGatewayTimeout() *GetAuthorizationDivisionspermittedPagedMeGatewayTimeout

NewGetAuthorizationDivisionspermittedPagedMeGatewayTimeout creates a GetAuthorizationDivisionspermittedPagedMeGatewayTimeout with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) Error

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) IsCode

IsCode returns true when this get authorization divisionspermitted paged me gateway timeout response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeGatewayTimeout) String

type GetAuthorizationDivisionspermittedPagedMeInternalServerError

type GetAuthorizationDivisionspermittedPagedMeInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedMeInternalServerError 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 NewGetAuthorizationDivisionspermittedPagedMeInternalServerError

func NewGetAuthorizationDivisionspermittedPagedMeInternalServerError() *GetAuthorizationDivisionspermittedPagedMeInternalServerError

NewGetAuthorizationDivisionspermittedPagedMeInternalServerError creates a GetAuthorizationDivisionspermittedPagedMeInternalServerError with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) Error

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me internal server error response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) IsCode

IsCode returns true when this get authorization divisionspermitted paged me internal server error response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me internal server error response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me internal server error response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me internal server error response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeInternalServerError) String

type GetAuthorizationDivisionspermittedPagedMeNotFound

type GetAuthorizationDivisionspermittedPagedMeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionspermittedPagedMeNotFound

func NewGetAuthorizationDivisionspermittedPagedMeNotFound() *GetAuthorizationDivisionspermittedPagedMeNotFound

NewGetAuthorizationDivisionspermittedPagedMeNotFound creates a GetAuthorizationDivisionspermittedPagedMeNotFound with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) Error

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me not found response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) IsCode

IsCode returns true when this get authorization divisionspermitted paged me not found response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me not found response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me not found response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me not found response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeNotFound) String

type GetAuthorizationDivisionspermittedPagedMeOK

type GetAuthorizationDivisionspermittedPagedMeOK struct {
	Payload *models.DivsPermittedEntityListing
}

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

successful operation

func NewGetAuthorizationDivisionspermittedPagedMeOK

func NewGetAuthorizationDivisionspermittedPagedMeOK() *GetAuthorizationDivisionspermittedPagedMeOK

NewGetAuthorizationDivisionspermittedPagedMeOK creates a GetAuthorizationDivisionspermittedPagedMeOK with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeOK) Error

func (*GetAuthorizationDivisionspermittedPagedMeOK) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeOK) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me o k response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeOK) IsCode

IsCode returns true when this get authorization divisionspermitted paged me o k response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeOK) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me o k response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeOK) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me o k response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeOK) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me o k response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeOK) String

type GetAuthorizationDivisionspermittedPagedMeParams

type GetAuthorizationDivisionspermittedPagedMeParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* Permission.

	   The permission string, including the object to access, e.g. routing:queue:view
	*/
	Permission string

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

GetAuthorizationDivisionspermittedPagedMeParams contains all the parameters to send to the API endpoint

for the get authorization divisionspermitted paged me operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionspermittedPagedMeParams

func NewGetAuthorizationDivisionspermittedPagedMeParams() *GetAuthorizationDivisionspermittedPagedMeParams

NewGetAuthorizationDivisionspermittedPagedMeParams creates a new GetAuthorizationDivisionspermittedPagedMeParams 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 NewGetAuthorizationDivisionspermittedPagedMeParamsWithContext

func NewGetAuthorizationDivisionspermittedPagedMeParamsWithContext(ctx context.Context) *GetAuthorizationDivisionspermittedPagedMeParams

NewGetAuthorizationDivisionspermittedPagedMeParamsWithContext creates a new GetAuthorizationDivisionspermittedPagedMeParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionspermittedPagedMeParamsWithHTTPClient

func NewGetAuthorizationDivisionspermittedPagedMeParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionspermittedPagedMeParams

NewGetAuthorizationDivisionspermittedPagedMeParamsWithHTTPClient creates a new GetAuthorizationDivisionspermittedPagedMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionspermittedPagedMeParamsWithTimeout

func NewGetAuthorizationDivisionspermittedPagedMeParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionspermittedPagedMeParams

NewGetAuthorizationDivisionspermittedPagedMeParamsWithTimeout creates a new GetAuthorizationDivisionspermittedPagedMeParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionspermittedPagedMeParams) SetContext

SetContext adds the context to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) SetDefaults

SetDefaults hydrates default values in the get authorization divisionspermitted paged me params (not the query body).

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

func (*GetAuthorizationDivisionspermittedPagedMeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) SetPageNumber

func (o *GetAuthorizationDivisionspermittedPagedMeParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) SetPageSize

func (o *GetAuthorizationDivisionspermittedPagedMeParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) SetPermission

func (o *GetAuthorizationDivisionspermittedPagedMeParams) SetPermission(permission string)

SetPermission adds the permission to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) SetTimeout

SetTimeout adds the timeout to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) WithContext

WithContext adds the context to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) WithDefaults

WithDefaults hydrates default values in the get authorization divisionspermitted paged me params (not the query body).

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

func (*GetAuthorizationDivisionspermittedPagedMeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) WithPageNumber

WithPageNumber adds the pageNumber to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) WithPageSize

WithPageSize adds the pageSize to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) WithPermission

WithPermission adds the permission to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) WithTimeout

WithTimeout adds the timeout to the get authorization divisionspermitted paged me params

func (*GetAuthorizationDivisionspermittedPagedMeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionspermittedPagedMeReader

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

GetAuthorizationDivisionspermittedPagedMeReader is a Reader for the GetAuthorizationDivisionspermittedPagedMe structure.

func (*GetAuthorizationDivisionspermittedPagedMeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge

type GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge

func NewGetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge() *GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge

NewGetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge creates a GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me request entity too large response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization divisionspermitted paged me request entity too large response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me request entity too large response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me request entity too large response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me request entity too large response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestEntityTooLarge) String

type GetAuthorizationDivisionspermittedPagedMeRequestTimeout

type GetAuthorizationDivisionspermittedPagedMeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedMeRequestTimeout 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 NewGetAuthorizationDivisionspermittedPagedMeRequestTimeout

func NewGetAuthorizationDivisionspermittedPagedMeRequestTimeout() *GetAuthorizationDivisionspermittedPagedMeRequestTimeout

NewGetAuthorizationDivisionspermittedPagedMeRequestTimeout creates a GetAuthorizationDivisionspermittedPagedMeRequestTimeout with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) Error

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me request timeout response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) IsCode

IsCode returns true when this get authorization divisionspermitted paged me request timeout response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me request timeout response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me request timeout response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me request timeout response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeRequestTimeout) String

type GetAuthorizationDivisionspermittedPagedMeServiceUnavailable

type GetAuthorizationDivisionspermittedPagedMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedMeServiceUnavailable 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 NewGetAuthorizationDivisionspermittedPagedMeServiceUnavailable

func NewGetAuthorizationDivisionspermittedPagedMeServiceUnavailable() *GetAuthorizationDivisionspermittedPagedMeServiceUnavailable

NewGetAuthorizationDivisionspermittedPagedMeServiceUnavailable creates a GetAuthorizationDivisionspermittedPagedMeServiceUnavailable with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) Error

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) IsCode

IsCode returns true when this get authorization divisionspermitted paged me service unavailable response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeServiceUnavailable) String

type GetAuthorizationDivisionspermittedPagedMeTooManyRequests

type GetAuthorizationDivisionspermittedPagedMeTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionspermittedPagedMeTooManyRequests

func NewGetAuthorizationDivisionspermittedPagedMeTooManyRequests() *GetAuthorizationDivisionspermittedPagedMeTooManyRequests

NewGetAuthorizationDivisionspermittedPagedMeTooManyRequests creates a GetAuthorizationDivisionspermittedPagedMeTooManyRequests with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) Error

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me too many requests response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) IsCode

IsCode returns true when this get authorization divisionspermitted paged me too many requests response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me too many requests response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me too many requests response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me too many requests response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeTooManyRequests) String

type GetAuthorizationDivisionspermittedPagedMeUnauthorized

type GetAuthorizationDivisionspermittedPagedMeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionspermittedPagedMeUnauthorized

func NewGetAuthorizationDivisionspermittedPagedMeUnauthorized() *GetAuthorizationDivisionspermittedPagedMeUnauthorized

NewGetAuthorizationDivisionspermittedPagedMeUnauthorized creates a GetAuthorizationDivisionspermittedPagedMeUnauthorized with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) Error

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) IsCode

IsCode returns true when this get authorization divisionspermitted paged me unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnauthorized) String

type GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType

type GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType 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 NewGetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType

func NewGetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType() *GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType

NewGetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType creates a GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) Error

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged me unsupported media type response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) IsCode

IsCode returns true when this get authorization divisionspermitted paged me unsupported media type response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged me unsupported media type response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged me unsupported media type response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged me unsupported media type response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedMeUnsupportedMediaType) String

type GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest

type GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest 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 NewGetAuthorizationDivisionspermittedPagedSubjectIDBadRequest

func NewGetAuthorizationDivisionspermittedPagedSubjectIDBadRequest() *GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest

NewGetAuthorizationDivisionspermittedPagedSubjectIDBadRequest creates a GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id bad request response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id bad request response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id bad request response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id bad request response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id bad request response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDBadRequest) String

type GetAuthorizationDivisionspermittedPagedSubjectIDForbidden

type GetAuthorizationDivisionspermittedPagedSubjectIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationDivisionspermittedPagedSubjectIDForbidden

func NewGetAuthorizationDivisionspermittedPagedSubjectIDForbidden() *GetAuthorizationDivisionspermittedPagedSubjectIDForbidden

NewGetAuthorizationDivisionspermittedPagedSubjectIDForbidden creates a GetAuthorizationDivisionspermittedPagedSubjectIDForbidden with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id forbidden response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id forbidden response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id forbidden response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id forbidden response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id forbidden response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDForbidden) String

type GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout

type GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout

func NewGetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout() *GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout

NewGetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout creates a GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id gateway timeout response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id gateway timeout response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id gateway timeout response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id gateway timeout response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id gateway timeout response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDGatewayTimeout) String

type GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError

type GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError 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 NewGetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError

func NewGetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError() *GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError

NewGetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError creates a GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id internal server error response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id internal server error response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id internal server error response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id internal server error response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id internal server error response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDInternalServerError) String

type GetAuthorizationDivisionspermittedPagedSubjectIDNotFound

type GetAuthorizationDivisionspermittedPagedSubjectIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationDivisionspermittedPagedSubjectIDNotFound

func NewGetAuthorizationDivisionspermittedPagedSubjectIDNotFound() *GetAuthorizationDivisionspermittedPagedSubjectIDNotFound

NewGetAuthorizationDivisionspermittedPagedSubjectIDNotFound creates a GetAuthorizationDivisionspermittedPagedSubjectIDNotFound with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id not found response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id not found response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id not found response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id not found response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id not found response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDNotFound) String

type GetAuthorizationDivisionspermittedPagedSubjectIDOK

type GetAuthorizationDivisionspermittedPagedSubjectIDOK struct {
	Payload *models.DivsPermittedEntityListing
}

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

successful operation

func NewGetAuthorizationDivisionspermittedPagedSubjectIDOK

func NewGetAuthorizationDivisionspermittedPagedSubjectIDOK() *GetAuthorizationDivisionspermittedPagedSubjectIDOK

NewGetAuthorizationDivisionspermittedPagedSubjectIDOK creates a GetAuthorizationDivisionspermittedPagedSubjectIDOK with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id o k response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id o k response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id o k response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id o k response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id o k response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDOK) String

type GetAuthorizationDivisionspermittedPagedSubjectIDParams

type GetAuthorizationDivisionspermittedPagedSubjectIDParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* Permission.

	   The permission string, including the object to access, e.g. routing:queue:view
	*/
	Permission string

	/* SubjectID.

	   Subject ID (user or group)
	*/
	SubjectID string

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

GetAuthorizationDivisionspermittedPagedSubjectIDParams contains all the parameters to send to the API endpoint

for the get authorization divisionspermitted paged subject Id operation.

Typically these are written to a http.Request.

func NewGetAuthorizationDivisionspermittedPagedSubjectIDParams

func NewGetAuthorizationDivisionspermittedPagedSubjectIDParams() *GetAuthorizationDivisionspermittedPagedSubjectIDParams

NewGetAuthorizationDivisionspermittedPagedSubjectIDParams creates a new GetAuthorizationDivisionspermittedPagedSubjectIDParams 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 NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithContext

func NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithContext(ctx context.Context) *GetAuthorizationDivisionspermittedPagedSubjectIDParams

NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithContext creates a new GetAuthorizationDivisionspermittedPagedSubjectIDParams object with the ability to set a context for a request.

func NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithHTTPClient

func NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithHTTPClient(client *http.Client) *GetAuthorizationDivisionspermittedPagedSubjectIDParams

NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithHTTPClient creates a new GetAuthorizationDivisionspermittedPagedSubjectIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithTimeout

func NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithTimeout(timeout time.Duration) *GetAuthorizationDivisionspermittedPagedSubjectIDParams

NewGetAuthorizationDivisionspermittedPagedSubjectIDParamsWithTimeout creates a new GetAuthorizationDivisionspermittedPagedSubjectIDParams object with the ability to set a timeout on a request.

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetContext

SetContext adds the context to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetDefaults

SetDefaults hydrates default values in the get authorization divisionspermitted paged subject Id params (not the query body).

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

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetPageNumber

func (o *GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetPageSize

SetPageSize adds the pageSize to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetPermission

SetPermission adds the permission to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetSubjectID

SetSubjectID adds the subjectId to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) SetTimeout

SetTimeout adds the timeout to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithContext

WithContext adds the context to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithDefaults

WithDefaults hydrates default values in the get authorization divisionspermitted paged subject Id params (not the query body).

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

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithPageNumber

WithPageNumber adds the pageNumber to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithPageSize

WithPageSize adds the pageSize to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithPermission

WithPermission adds the permission to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithSubjectID

WithSubjectID adds the subjectID to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WithTimeout

WithTimeout adds the timeout to the get authorization divisionspermitted paged subject Id params

func (*GetAuthorizationDivisionspermittedPagedSubjectIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationDivisionspermittedPagedSubjectIDReader

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

GetAuthorizationDivisionspermittedPagedSubjectIDReader is a Reader for the GetAuthorizationDivisionspermittedPagedSubjectID structure.

func (*GetAuthorizationDivisionspermittedPagedSubjectIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge

type GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge

func NewGetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge() *GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge

NewGetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge creates a GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id request entity too large response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id request entity too large response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id request entity too large response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id request entity too large response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id request entity too large response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestEntityTooLarge) String

type GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout

type GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout 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 NewGetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout

func NewGetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout() *GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout

NewGetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout creates a GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id request timeout response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id request timeout response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id request timeout response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id request timeout response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id request timeout response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDRequestTimeout) String

type GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable

type GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable 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 NewGetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable

func NewGetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable() *GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable

NewGetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable creates a GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id service unavailable response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id service unavailable response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id service unavailable response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id service unavailable response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id service unavailable response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDServiceUnavailable) String

type GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests

type GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests

func NewGetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests() *GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests

NewGetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests creates a GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id too many requests response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id too many requests response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id too many requests response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id too many requests response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id too many requests response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDTooManyRequests) String

type GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized

type GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized

func NewGetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized() *GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized

NewGetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized creates a GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id unauthorized response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id unauthorized response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id unauthorized response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id unauthorized response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id unauthorized response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnauthorized) String

type GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType

type GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType 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 NewGetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType

func NewGetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType() *GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType

NewGetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType creates a GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType with default headers values

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) Error

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) GetPayload

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization divisionspermitted paged subject Id unsupported media type response has a 4xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) IsCode

IsCode returns true when this get authorization divisionspermitted paged subject Id unsupported media type response a status code equal to that given

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization divisionspermitted paged subject Id unsupported media type response has a 3xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization divisionspermitted paged subject Id unsupported media type response has a 5xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization divisionspermitted paged subject Id unsupported media type response has a 2xx status code

func (*GetAuthorizationDivisionspermittedPagedSubjectIDUnsupportedMediaType) String

type GetAuthorizationPermissionsBadRequest

type GetAuthorizationPermissionsBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationPermissionsBadRequest 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 NewGetAuthorizationPermissionsBadRequest

func NewGetAuthorizationPermissionsBadRequest() *GetAuthorizationPermissionsBadRequest

NewGetAuthorizationPermissionsBadRequest creates a GetAuthorizationPermissionsBadRequest with default headers values

func (*GetAuthorizationPermissionsBadRequest) Error

func (*GetAuthorizationPermissionsBadRequest) GetPayload

func (*GetAuthorizationPermissionsBadRequest) IsClientError

func (o *GetAuthorizationPermissionsBadRequest) IsClientError() bool

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

func (*GetAuthorizationPermissionsBadRequest) IsCode

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

func (*GetAuthorizationPermissionsBadRequest) IsRedirect

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

func (*GetAuthorizationPermissionsBadRequest) IsServerError

func (o *GetAuthorizationPermissionsBadRequest) IsServerError() bool

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

func (*GetAuthorizationPermissionsBadRequest) IsSuccess

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

func (*GetAuthorizationPermissionsBadRequest) String

type GetAuthorizationPermissionsForbidden

type GetAuthorizationPermissionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationPermissionsForbidden

func NewGetAuthorizationPermissionsForbidden() *GetAuthorizationPermissionsForbidden

NewGetAuthorizationPermissionsForbidden creates a GetAuthorizationPermissionsForbidden with default headers values

func (*GetAuthorizationPermissionsForbidden) Error

func (*GetAuthorizationPermissionsForbidden) GetPayload

func (*GetAuthorizationPermissionsForbidden) IsClientError

func (o *GetAuthorizationPermissionsForbidden) IsClientError() bool

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

func (*GetAuthorizationPermissionsForbidden) IsCode

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

func (*GetAuthorizationPermissionsForbidden) IsRedirect

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

func (*GetAuthorizationPermissionsForbidden) IsServerError

func (o *GetAuthorizationPermissionsForbidden) IsServerError() bool

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

func (*GetAuthorizationPermissionsForbidden) IsSuccess

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

func (*GetAuthorizationPermissionsForbidden) String

type GetAuthorizationPermissionsGatewayTimeout

type GetAuthorizationPermissionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationPermissionsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationPermissionsGatewayTimeout

func NewGetAuthorizationPermissionsGatewayTimeout() *GetAuthorizationPermissionsGatewayTimeout

NewGetAuthorizationPermissionsGatewayTimeout creates a GetAuthorizationPermissionsGatewayTimeout with default headers values

func (*GetAuthorizationPermissionsGatewayTimeout) Error

func (*GetAuthorizationPermissionsGatewayTimeout) GetPayload

func (*GetAuthorizationPermissionsGatewayTimeout) IsClientError

IsClientError returns true when this get authorization permissions gateway timeout response has a 4xx status code

func (*GetAuthorizationPermissionsGatewayTimeout) IsCode

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

func (*GetAuthorizationPermissionsGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization permissions gateway timeout response has a 3xx status code

func (*GetAuthorizationPermissionsGatewayTimeout) IsServerError

IsServerError returns true when this get authorization permissions gateway timeout response has a 5xx status code

func (*GetAuthorizationPermissionsGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization permissions gateway timeout response has a 2xx status code

func (*GetAuthorizationPermissionsGatewayTimeout) String

type GetAuthorizationPermissionsInternalServerError

type GetAuthorizationPermissionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationPermissionsInternalServerError 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 NewGetAuthorizationPermissionsInternalServerError

func NewGetAuthorizationPermissionsInternalServerError() *GetAuthorizationPermissionsInternalServerError

NewGetAuthorizationPermissionsInternalServerError creates a GetAuthorizationPermissionsInternalServerError with default headers values

func (*GetAuthorizationPermissionsInternalServerError) Error

func (*GetAuthorizationPermissionsInternalServerError) GetPayload

func (*GetAuthorizationPermissionsInternalServerError) IsClientError

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

func (*GetAuthorizationPermissionsInternalServerError) IsCode

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

func (*GetAuthorizationPermissionsInternalServerError) IsRedirect

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

func (*GetAuthorizationPermissionsInternalServerError) IsServerError

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

func (*GetAuthorizationPermissionsInternalServerError) IsSuccess

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

func (*GetAuthorizationPermissionsInternalServerError) String

type GetAuthorizationPermissionsNotFound

type GetAuthorizationPermissionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationPermissionsNotFound

func NewGetAuthorizationPermissionsNotFound() *GetAuthorizationPermissionsNotFound

NewGetAuthorizationPermissionsNotFound creates a GetAuthorizationPermissionsNotFound with default headers values

func (*GetAuthorizationPermissionsNotFound) Error

func (*GetAuthorizationPermissionsNotFound) GetPayload

func (*GetAuthorizationPermissionsNotFound) IsClientError

func (o *GetAuthorizationPermissionsNotFound) IsClientError() bool

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

func (*GetAuthorizationPermissionsNotFound) IsCode

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

func (*GetAuthorizationPermissionsNotFound) IsRedirect

func (o *GetAuthorizationPermissionsNotFound) IsRedirect() bool

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

func (*GetAuthorizationPermissionsNotFound) IsServerError

func (o *GetAuthorizationPermissionsNotFound) IsServerError() bool

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

func (*GetAuthorizationPermissionsNotFound) IsSuccess

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

func (*GetAuthorizationPermissionsNotFound) String

type GetAuthorizationPermissionsOK

type GetAuthorizationPermissionsOK struct {
	Payload *models.PermissionCollectionEntityListing
}

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

successful operation

func NewGetAuthorizationPermissionsOK

func NewGetAuthorizationPermissionsOK() *GetAuthorizationPermissionsOK

NewGetAuthorizationPermissionsOK creates a GetAuthorizationPermissionsOK with default headers values

func (*GetAuthorizationPermissionsOK) Error

func (*GetAuthorizationPermissionsOK) GetPayload

func (*GetAuthorizationPermissionsOK) IsClientError

func (o *GetAuthorizationPermissionsOK) IsClientError() bool

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

func (*GetAuthorizationPermissionsOK) IsCode

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

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

func (*GetAuthorizationPermissionsOK) IsRedirect

func (o *GetAuthorizationPermissionsOK) IsRedirect() bool

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

func (*GetAuthorizationPermissionsOK) IsServerError

func (o *GetAuthorizationPermissionsOK) IsServerError() bool

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

func (*GetAuthorizationPermissionsOK) IsSuccess

func (o *GetAuthorizationPermissionsOK) IsSuccess() bool

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

func (*GetAuthorizationPermissionsOK) String

type GetAuthorizationPermissionsParams

type GetAuthorizationPermissionsParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* Query.

	   Comma-separated list of permissions or domains to query
	*/
	Query *string

	/* QueryType.

	   Query filter type
	*/
	QueryType *string

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

GetAuthorizationPermissionsParams contains all the parameters to send to the API endpoint

for the get authorization permissions operation.

Typically these are written to a http.Request.

func NewGetAuthorizationPermissionsParams

func NewGetAuthorizationPermissionsParams() *GetAuthorizationPermissionsParams

NewGetAuthorizationPermissionsParams creates a new GetAuthorizationPermissionsParams 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 NewGetAuthorizationPermissionsParamsWithContext

func NewGetAuthorizationPermissionsParamsWithContext(ctx context.Context) *GetAuthorizationPermissionsParams

NewGetAuthorizationPermissionsParamsWithContext creates a new GetAuthorizationPermissionsParams object with the ability to set a context for a request.

func NewGetAuthorizationPermissionsParamsWithHTTPClient

func NewGetAuthorizationPermissionsParamsWithHTTPClient(client *http.Client) *GetAuthorizationPermissionsParams

NewGetAuthorizationPermissionsParamsWithHTTPClient creates a new GetAuthorizationPermissionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationPermissionsParamsWithTimeout

func NewGetAuthorizationPermissionsParamsWithTimeout(timeout time.Duration) *GetAuthorizationPermissionsParams

NewGetAuthorizationPermissionsParamsWithTimeout creates a new GetAuthorizationPermissionsParams object with the ability to set a timeout on a request.

func (*GetAuthorizationPermissionsParams) SetContext

SetContext adds the context to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) SetDefaults

func (o *GetAuthorizationPermissionsParams) SetDefaults()

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

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

func (*GetAuthorizationPermissionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) SetPageNumber

func (o *GetAuthorizationPermissionsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) SetPageSize

func (o *GetAuthorizationPermissionsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) SetQuery

func (o *GetAuthorizationPermissionsParams) SetQuery(query *string)

SetQuery adds the query to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) SetQueryType

func (o *GetAuthorizationPermissionsParams) SetQueryType(queryType *string)

SetQueryType adds the queryType to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WithContext

WithContext adds the context to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WithDefaults

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

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

func (*GetAuthorizationPermissionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WithPageSize

WithPageSize adds the pageSize to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WithQuery

WithQuery adds the query to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WithQueryType

WithQueryType adds the queryType to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WithTimeout

WithTimeout adds the timeout to the get authorization permissions params

func (*GetAuthorizationPermissionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationPermissionsReader

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

GetAuthorizationPermissionsReader is a Reader for the GetAuthorizationPermissions structure.

func (*GetAuthorizationPermissionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationPermissionsRequestEntityTooLarge

type GetAuthorizationPermissionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationPermissionsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationPermissionsRequestEntityTooLarge

func NewGetAuthorizationPermissionsRequestEntityTooLarge() *GetAuthorizationPermissionsRequestEntityTooLarge

NewGetAuthorizationPermissionsRequestEntityTooLarge creates a GetAuthorizationPermissionsRequestEntityTooLarge with default headers values

func (*GetAuthorizationPermissionsRequestEntityTooLarge) Error

func (*GetAuthorizationPermissionsRequestEntityTooLarge) GetPayload

func (*GetAuthorizationPermissionsRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationPermissionsRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationPermissionsRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationPermissionsRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationPermissionsRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationPermissionsRequestEntityTooLarge) String

type GetAuthorizationPermissionsRequestTimeout

type GetAuthorizationPermissionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationPermissionsRequestTimeout 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 NewGetAuthorizationPermissionsRequestTimeout

func NewGetAuthorizationPermissionsRequestTimeout() *GetAuthorizationPermissionsRequestTimeout

NewGetAuthorizationPermissionsRequestTimeout creates a GetAuthorizationPermissionsRequestTimeout with default headers values

func (*GetAuthorizationPermissionsRequestTimeout) Error

func (*GetAuthorizationPermissionsRequestTimeout) GetPayload

func (*GetAuthorizationPermissionsRequestTimeout) IsClientError

IsClientError returns true when this get authorization permissions request timeout response has a 4xx status code

func (*GetAuthorizationPermissionsRequestTimeout) IsCode

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

func (*GetAuthorizationPermissionsRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization permissions request timeout response has a 3xx status code

func (*GetAuthorizationPermissionsRequestTimeout) IsServerError

IsServerError returns true when this get authorization permissions request timeout response has a 5xx status code

func (*GetAuthorizationPermissionsRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization permissions request timeout response has a 2xx status code

func (*GetAuthorizationPermissionsRequestTimeout) String

type GetAuthorizationPermissionsServiceUnavailable

type GetAuthorizationPermissionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationPermissionsServiceUnavailable 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 NewGetAuthorizationPermissionsServiceUnavailable

func NewGetAuthorizationPermissionsServiceUnavailable() *GetAuthorizationPermissionsServiceUnavailable

NewGetAuthorizationPermissionsServiceUnavailable creates a GetAuthorizationPermissionsServiceUnavailable with default headers values

func (*GetAuthorizationPermissionsServiceUnavailable) Error

func (*GetAuthorizationPermissionsServiceUnavailable) GetPayload

func (*GetAuthorizationPermissionsServiceUnavailable) IsClientError

IsClientError returns true when this get authorization permissions service unavailable response has a 4xx status code

func (*GetAuthorizationPermissionsServiceUnavailable) IsCode

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

func (*GetAuthorizationPermissionsServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization permissions service unavailable response has a 3xx status code

func (*GetAuthorizationPermissionsServiceUnavailable) IsServerError

IsServerError returns true when this get authorization permissions service unavailable response has a 5xx status code

func (*GetAuthorizationPermissionsServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization permissions service unavailable response has a 2xx status code

func (*GetAuthorizationPermissionsServiceUnavailable) String

type GetAuthorizationPermissionsTooManyRequests

type GetAuthorizationPermissionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationPermissionsTooManyRequests

func NewGetAuthorizationPermissionsTooManyRequests() *GetAuthorizationPermissionsTooManyRequests

NewGetAuthorizationPermissionsTooManyRequests creates a GetAuthorizationPermissionsTooManyRequests with default headers values

func (*GetAuthorizationPermissionsTooManyRequests) Error

func (*GetAuthorizationPermissionsTooManyRequests) GetPayload

func (*GetAuthorizationPermissionsTooManyRequests) IsClientError

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

func (*GetAuthorizationPermissionsTooManyRequests) IsCode

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

func (*GetAuthorizationPermissionsTooManyRequests) IsRedirect

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

func (*GetAuthorizationPermissionsTooManyRequests) IsServerError

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

func (*GetAuthorizationPermissionsTooManyRequests) IsSuccess

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

func (*GetAuthorizationPermissionsTooManyRequests) String

type GetAuthorizationPermissionsUnauthorized

type GetAuthorizationPermissionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationPermissionsUnauthorized

func NewGetAuthorizationPermissionsUnauthorized() *GetAuthorizationPermissionsUnauthorized

NewGetAuthorizationPermissionsUnauthorized creates a GetAuthorizationPermissionsUnauthorized with default headers values

func (*GetAuthorizationPermissionsUnauthorized) Error

func (*GetAuthorizationPermissionsUnauthorized) GetPayload

func (*GetAuthorizationPermissionsUnauthorized) IsClientError

func (o *GetAuthorizationPermissionsUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization permissions unauthorized response has a 4xx status code

func (*GetAuthorizationPermissionsUnauthorized) IsCode

IsCode returns true when this get authorization permissions unauthorized response a status code equal to that given

func (*GetAuthorizationPermissionsUnauthorized) IsRedirect

IsRedirect returns true when this get authorization permissions unauthorized response has a 3xx status code

func (*GetAuthorizationPermissionsUnauthorized) IsServerError

func (o *GetAuthorizationPermissionsUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization permissions unauthorized response has a 5xx status code

func (*GetAuthorizationPermissionsUnauthorized) IsSuccess

IsSuccess returns true when this get authorization permissions unauthorized response has a 2xx status code

func (*GetAuthorizationPermissionsUnauthorized) String

type GetAuthorizationPermissionsUnsupportedMediaType

type GetAuthorizationPermissionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationPermissionsUnsupportedMediaType 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 NewGetAuthorizationPermissionsUnsupportedMediaType

func NewGetAuthorizationPermissionsUnsupportedMediaType() *GetAuthorizationPermissionsUnsupportedMediaType

NewGetAuthorizationPermissionsUnsupportedMediaType creates a GetAuthorizationPermissionsUnsupportedMediaType with default headers values

func (*GetAuthorizationPermissionsUnsupportedMediaType) Error

func (*GetAuthorizationPermissionsUnsupportedMediaType) GetPayload

func (*GetAuthorizationPermissionsUnsupportedMediaType) IsClientError

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

func (*GetAuthorizationPermissionsUnsupportedMediaType) IsCode

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

func (*GetAuthorizationPermissionsUnsupportedMediaType) IsRedirect

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

func (*GetAuthorizationPermissionsUnsupportedMediaType) IsServerError

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

func (*GetAuthorizationPermissionsUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationPermissionsUnsupportedMediaType) String

type GetAuthorizationProductsBadRequest

type GetAuthorizationProductsBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationProductsBadRequest 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 NewGetAuthorizationProductsBadRequest

func NewGetAuthorizationProductsBadRequest() *GetAuthorizationProductsBadRequest

NewGetAuthorizationProductsBadRequest creates a GetAuthorizationProductsBadRequest with default headers values

func (*GetAuthorizationProductsBadRequest) Error

func (*GetAuthorizationProductsBadRequest) GetPayload

func (*GetAuthorizationProductsBadRequest) IsClientError

func (o *GetAuthorizationProductsBadRequest) IsClientError() bool

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

func (*GetAuthorizationProductsBadRequest) IsCode

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

func (*GetAuthorizationProductsBadRequest) IsRedirect

func (o *GetAuthorizationProductsBadRequest) IsRedirect() bool

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

func (*GetAuthorizationProductsBadRequest) IsServerError

func (o *GetAuthorizationProductsBadRequest) IsServerError() bool

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

func (*GetAuthorizationProductsBadRequest) IsSuccess

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

func (*GetAuthorizationProductsBadRequest) String

type GetAuthorizationProductsForbidden

type GetAuthorizationProductsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationProductsForbidden

func NewGetAuthorizationProductsForbidden() *GetAuthorizationProductsForbidden

NewGetAuthorizationProductsForbidden creates a GetAuthorizationProductsForbidden with default headers values

func (*GetAuthorizationProductsForbidden) Error

func (*GetAuthorizationProductsForbidden) GetPayload

func (*GetAuthorizationProductsForbidden) IsClientError

func (o *GetAuthorizationProductsForbidden) IsClientError() bool

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

func (*GetAuthorizationProductsForbidden) IsCode

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

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

func (*GetAuthorizationProductsForbidden) IsRedirect

func (o *GetAuthorizationProductsForbidden) IsRedirect() bool

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

func (*GetAuthorizationProductsForbidden) IsServerError

func (o *GetAuthorizationProductsForbidden) IsServerError() bool

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

func (*GetAuthorizationProductsForbidden) IsSuccess

func (o *GetAuthorizationProductsForbidden) IsSuccess() bool

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

func (*GetAuthorizationProductsForbidden) String

type GetAuthorizationProductsGatewayTimeout

type GetAuthorizationProductsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationProductsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationProductsGatewayTimeout

func NewGetAuthorizationProductsGatewayTimeout() *GetAuthorizationProductsGatewayTimeout

NewGetAuthorizationProductsGatewayTimeout creates a GetAuthorizationProductsGatewayTimeout with default headers values

func (*GetAuthorizationProductsGatewayTimeout) Error

func (*GetAuthorizationProductsGatewayTimeout) GetPayload

func (*GetAuthorizationProductsGatewayTimeout) IsClientError

func (o *GetAuthorizationProductsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization products gateway timeout response has a 4xx status code

func (*GetAuthorizationProductsGatewayTimeout) IsCode

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

func (*GetAuthorizationProductsGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization products gateway timeout response has a 3xx status code

func (*GetAuthorizationProductsGatewayTimeout) IsServerError

func (o *GetAuthorizationProductsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization products gateway timeout response has a 5xx status code

func (*GetAuthorizationProductsGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization products gateway timeout response has a 2xx status code

func (*GetAuthorizationProductsGatewayTimeout) String

type GetAuthorizationProductsInternalServerError

type GetAuthorizationProductsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationProductsInternalServerError 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 NewGetAuthorizationProductsInternalServerError

func NewGetAuthorizationProductsInternalServerError() *GetAuthorizationProductsInternalServerError

NewGetAuthorizationProductsInternalServerError creates a GetAuthorizationProductsInternalServerError with default headers values

func (*GetAuthorizationProductsInternalServerError) Error

func (*GetAuthorizationProductsInternalServerError) GetPayload

func (*GetAuthorizationProductsInternalServerError) IsClientError

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

func (*GetAuthorizationProductsInternalServerError) IsCode

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

func (*GetAuthorizationProductsInternalServerError) IsRedirect

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

func (*GetAuthorizationProductsInternalServerError) IsServerError

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

func (*GetAuthorizationProductsInternalServerError) IsSuccess

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

func (*GetAuthorizationProductsInternalServerError) String

type GetAuthorizationProductsNotFound

type GetAuthorizationProductsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationProductsNotFound

func NewGetAuthorizationProductsNotFound() *GetAuthorizationProductsNotFound

NewGetAuthorizationProductsNotFound creates a GetAuthorizationProductsNotFound with default headers values

func (*GetAuthorizationProductsNotFound) Error

func (*GetAuthorizationProductsNotFound) GetPayload

func (*GetAuthorizationProductsNotFound) IsClientError

func (o *GetAuthorizationProductsNotFound) IsClientError() bool

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

func (*GetAuthorizationProductsNotFound) IsCode

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

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

func (*GetAuthorizationProductsNotFound) IsRedirect

func (o *GetAuthorizationProductsNotFound) IsRedirect() bool

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

func (*GetAuthorizationProductsNotFound) IsServerError

func (o *GetAuthorizationProductsNotFound) IsServerError() bool

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

func (*GetAuthorizationProductsNotFound) IsSuccess

func (o *GetAuthorizationProductsNotFound) IsSuccess() bool

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

func (*GetAuthorizationProductsNotFound) String

type GetAuthorizationProductsOK

type GetAuthorizationProductsOK struct {
	Payload *models.OrganizationProductEntityListing
}

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

successful operation

func NewGetAuthorizationProductsOK

func NewGetAuthorizationProductsOK() *GetAuthorizationProductsOK

NewGetAuthorizationProductsOK creates a GetAuthorizationProductsOK with default headers values

func (*GetAuthorizationProductsOK) Error

func (*GetAuthorizationProductsOK) GetPayload

func (*GetAuthorizationProductsOK) IsClientError

func (o *GetAuthorizationProductsOK) IsClientError() bool

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

func (*GetAuthorizationProductsOK) IsCode

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

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

func (*GetAuthorizationProductsOK) IsRedirect

func (o *GetAuthorizationProductsOK) IsRedirect() bool

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

func (*GetAuthorizationProductsOK) IsServerError

func (o *GetAuthorizationProductsOK) IsServerError() bool

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

func (*GetAuthorizationProductsOK) IsSuccess

func (o *GetAuthorizationProductsOK) IsSuccess() bool

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

func (*GetAuthorizationProductsOK) String

func (o *GetAuthorizationProductsOK) String() string

type GetAuthorizationProductsParams

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

GetAuthorizationProductsParams contains all the parameters to send to the API endpoint

for the get authorization products operation.

Typically these are written to a http.Request.

func NewGetAuthorizationProductsParams

func NewGetAuthorizationProductsParams() *GetAuthorizationProductsParams

NewGetAuthorizationProductsParams creates a new GetAuthorizationProductsParams 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 NewGetAuthorizationProductsParamsWithContext

func NewGetAuthorizationProductsParamsWithContext(ctx context.Context) *GetAuthorizationProductsParams

NewGetAuthorizationProductsParamsWithContext creates a new GetAuthorizationProductsParams object with the ability to set a context for a request.

func NewGetAuthorizationProductsParamsWithHTTPClient

func NewGetAuthorizationProductsParamsWithHTTPClient(client *http.Client) *GetAuthorizationProductsParams

NewGetAuthorizationProductsParamsWithHTTPClient creates a new GetAuthorizationProductsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationProductsParamsWithTimeout

func NewGetAuthorizationProductsParamsWithTimeout(timeout time.Duration) *GetAuthorizationProductsParams

NewGetAuthorizationProductsParamsWithTimeout creates a new GetAuthorizationProductsParams object with the ability to set a timeout on a request.

func (*GetAuthorizationProductsParams) SetContext

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

SetContext adds the context to the get authorization products params

func (*GetAuthorizationProductsParams) SetDefaults

func (o *GetAuthorizationProductsParams) SetDefaults()

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

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

func (*GetAuthorizationProductsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization products params

func (*GetAuthorizationProductsParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization products params

func (*GetAuthorizationProductsParams) WithContext

WithContext adds the context to the get authorization products params

func (*GetAuthorizationProductsParams) WithDefaults

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

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

func (*GetAuthorizationProductsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization products params

func (*GetAuthorizationProductsParams) WithTimeout

WithTimeout adds the timeout to the get authorization products params

func (*GetAuthorizationProductsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationProductsReader

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

GetAuthorizationProductsReader is a Reader for the GetAuthorizationProducts structure.

func (*GetAuthorizationProductsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationProductsRequestEntityTooLarge

type GetAuthorizationProductsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationProductsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationProductsRequestEntityTooLarge

func NewGetAuthorizationProductsRequestEntityTooLarge() *GetAuthorizationProductsRequestEntityTooLarge

NewGetAuthorizationProductsRequestEntityTooLarge creates a GetAuthorizationProductsRequestEntityTooLarge with default headers values

func (*GetAuthorizationProductsRequestEntityTooLarge) Error

func (*GetAuthorizationProductsRequestEntityTooLarge) GetPayload

func (*GetAuthorizationProductsRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationProductsRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationProductsRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationProductsRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationProductsRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationProductsRequestEntityTooLarge) String

type GetAuthorizationProductsRequestTimeout

type GetAuthorizationProductsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationProductsRequestTimeout 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 NewGetAuthorizationProductsRequestTimeout

func NewGetAuthorizationProductsRequestTimeout() *GetAuthorizationProductsRequestTimeout

NewGetAuthorizationProductsRequestTimeout creates a GetAuthorizationProductsRequestTimeout with default headers values

func (*GetAuthorizationProductsRequestTimeout) Error

func (*GetAuthorizationProductsRequestTimeout) GetPayload

func (*GetAuthorizationProductsRequestTimeout) IsClientError

func (o *GetAuthorizationProductsRequestTimeout) IsClientError() bool

IsClientError returns true when this get authorization products request timeout response has a 4xx status code

func (*GetAuthorizationProductsRequestTimeout) IsCode

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

func (*GetAuthorizationProductsRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization products request timeout response has a 3xx status code

func (*GetAuthorizationProductsRequestTimeout) IsServerError

func (o *GetAuthorizationProductsRequestTimeout) IsServerError() bool

IsServerError returns true when this get authorization products request timeout response has a 5xx status code

func (*GetAuthorizationProductsRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization products request timeout response has a 2xx status code

func (*GetAuthorizationProductsRequestTimeout) String

type GetAuthorizationProductsServiceUnavailable

type GetAuthorizationProductsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationProductsServiceUnavailable 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 NewGetAuthorizationProductsServiceUnavailable

func NewGetAuthorizationProductsServiceUnavailable() *GetAuthorizationProductsServiceUnavailable

NewGetAuthorizationProductsServiceUnavailable creates a GetAuthorizationProductsServiceUnavailable with default headers values

func (*GetAuthorizationProductsServiceUnavailable) Error

func (*GetAuthorizationProductsServiceUnavailable) GetPayload

func (*GetAuthorizationProductsServiceUnavailable) IsClientError

IsClientError returns true when this get authorization products service unavailable response has a 4xx status code

func (*GetAuthorizationProductsServiceUnavailable) IsCode

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

func (*GetAuthorizationProductsServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization products service unavailable response has a 3xx status code

func (*GetAuthorizationProductsServiceUnavailable) IsServerError

IsServerError returns true when this get authorization products service unavailable response has a 5xx status code

func (*GetAuthorizationProductsServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization products service unavailable response has a 2xx status code

func (*GetAuthorizationProductsServiceUnavailable) String

type GetAuthorizationProductsTooManyRequests

type GetAuthorizationProductsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationProductsTooManyRequests

func NewGetAuthorizationProductsTooManyRequests() *GetAuthorizationProductsTooManyRequests

NewGetAuthorizationProductsTooManyRequests creates a GetAuthorizationProductsTooManyRequests with default headers values

func (*GetAuthorizationProductsTooManyRequests) Error

func (*GetAuthorizationProductsTooManyRequests) GetPayload

func (*GetAuthorizationProductsTooManyRequests) IsClientError

func (o *GetAuthorizationProductsTooManyRequests) IsClientError() bool

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

func (*GetAuthorizationProductsTooManyRequests) IsCode

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

func (*GetAuthorizationProductsTooManyRequests) IsRedirect

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

func (*GetAuthorizationProductsTooManyRequests) IsServerError

func (o *GetAuthorizationProductsTooManyRequests) IsServerError() bool

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

func (*GetAuthorizationProductsTooManyRequests) IsSuccess

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

func (*GetAuthorizationProductsTooManyRequests) String

type GetAuthorizationProductsUnauthorized

type GetAuthorizationProductsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationProductsUnauthorized

func NewGetAuthorizationProductsUnauthorized() *GetAuthorizationProductsUnauthorized

NewGetAuthorizationProductsUnauthorized creates a GetAuthorizationProductsUnauthorized with default headers values

func (*GetAuthorizationProductsUnauthorized) Error

func (*GetAuthorizationProductsUnauthorized) GetPayload

func (*GetAuthorizationProductsUnauthorized) IsClientError

func (o *GetAuthorizationProductsUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization products unauthorized response has a 4xx status code

func (*GetAuthorizationProductsUnauthorized) IsCode

IsCode returns true when this get authorization products unauthorized response a status code equal to that given

func (*GetAuthorizationProductsUnauthorized) IsRedirect

IsRedirect returns true when this get authorization products unauthorized response has a 3xx status code

func (*GetAuthorizationProductsUnauthorized) IsServerError

func (o *GetAuthorizationProductsUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization products unauthorized response has a 5xx status code

func (*GetAuthorizationProductsUnauthorized) IsSuccess

IsSuccess returns true when this get authorization products unauthorized response has a 2xx status code

func (*GetAuthorizationProductsUnauthorized) String

type GetAuthorizationProductsUnsupportedMediaType

type GetAuthorizationProductsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationProductsUnsupportedMediaType 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 NewGetAuthorizationProductsUnsupportedMediaType

func NewGetAuthorizationProductsUnsupportedMediaType() *GetAuthorizationProductsUnsupportedMediaType

NewGetAuthorizationProductsUnsupportedMediaType creates a GetAuthorizationProductsUnsupportedMediaType with default headers values

func (*GetAuthorizationProductsUnsupportedMediaType) Error

func (*GetAuthorizationProductsUnsupportedMediaType) GetPayload

func (*GetAuthorizationProductsUnsupportedMediaType) IsClientError

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

func (*GetAuthorizationProductsUnsupportedMediaType) IsCode

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

func (*GetAuthorizationProductsUnsupportedMediaType) IsRedirect

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

func (*GetAuthorizationProductsUnsupportedMediaType) IsServerError

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

func (*GetAuthorizationProductsUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationProductsUnsupportedMediaType) String

type GetAuthorizationRoleBadRequest

type GetAuthorizationRoleBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleBadRequest 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 NewGetAuthorizationRoleBadRequest

func NewGetAuthorizationRoleBadRequest() *GetAuthorizationRoleBadRequest

NewGetAuthorizationRoleBadRequest creates a GetAuthorizationRoleBadRequest with default headers values

func (*GetAuthorizationRoleBadRequest) Error

func (*GetAuthorizationRoleBadRequest) GetPayload

func (*GetAuthorizationRoleBadRequest) IsClientError

func (o *GetAuthorizationRoleBadRequest) IsClientError() bool

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

func (*GetAuthorizationRoleBadRequest) IsCode

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

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

func (*GetAuthorizationRoleBadRequest) IsRedirect

func (o *GetAuthorizationRoleBadRequest) IsRedirect() bool

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

func (*GetAuthorizationRoleBadRequest) IsServerError

func (o *GetAuthorizationRoleBadRequest) IsServerError() bool

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

func (*GetAuthorizationRoleBadRequest) IsSuccess

func (o *GetAuthorizationRoleBadRequest) IsSuccess() bool

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

func (*GetAuthorizationRoleBadRequest) String

type GetAuthorizationRoleComparedefaultRightRoleIDBadRequest

type GetAuthorizationRoleComparedefaultRightRoleIDBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleComparedefaultRightRoleIDBadRequest 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 NewGetAuthorizationRoleComparedefaultRightRoleIDBadRequest

func NewGetAuthorizationRoleComparedefaultRightRoleIDBadRequest() *GetAuthorizationRoleComparedefaultRightRoleIDBadRequest

NewGetAuthorizationRoleComparedefaultRightRoleIDBadRequest creates a GetAuthorizationRoleComparedefaultRightRoleIDBadRequest with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id bad request response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsCode

IsCode returns true when this get authorization role comparedefault right role Id bad request response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id bad request response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id bad request response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id bad request response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDBadRequest) String

type GetAuthorizationRoleComparedefaultRightRoleIDForbidden

type GetAuthorizationRoleComparedefaultRightRoleIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationRoleComparedefaultRightRoleIDForbidden

func NewGetAuthorizationRoleComparedefaultRightRoleIDForbidden() *GetAuthorizationRoleComparedefaultRightRoleIDForbidden

NewGetAuthorizationRoleComparedefaultRightRoleIDForbidden creates a GetAuthorizationRoleComparedefaultRightRoleIDForbidden with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id forbidden response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) IsCode

IsCode returns true when this get authorization role comparedefault right role Id forbidden response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id forbidden response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id forbidden response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id forbidden response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDForbidden) String

type GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout

type GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout

func NewGetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout() *GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout

NewGetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout creates a GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id gateway timeout response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsCode

IsCode returns true when this get authorization role comparedefault right role Id gateway timeout response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id gateway timeout response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id gateway timeout response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id gateway timeout response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) String

type GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError

type GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError 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 NewGetAuthorizationRoleComparedefaultRightRoleIDInternalServerError

func NewGetAuthorizationRoleComparedefaultRightRoleIDInternalServerError() *GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError

NewGetAuthorizationRoleComparedefaultRightRoleIDInternalServerError creates a GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id internal server error response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsCode

IsCode returns true when this get authorization role comparedefault right role Id internal server error response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id internal server error response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id internal server error response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id internal server error response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDInternalServerError) String

type GetAuthorizationRoleComparedefaultRightRoleIDNotFound

type GetAuthorizationRoleComparedefaultRightRoleIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationRoleComparedefaultRightRoleIDNotFound

func NewGetAuthorizationRoleComparedefaultRightRoleIDNotFound() *GetAuthorizationRoleComparedefaultRightRoleIDNotFound

NewGetAuthorizationRoleComparedefaultRightRoleIDNotFound creates a GetAuthorizationRoleComparedefaultRightRoleIDNotFound with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id not found response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) IsCode

IsCode returns true when this get authorization role comparedefault right role Id not found response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id not found response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id not found response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id not found response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDNotFound) String

type GetAuthorizationRoleComparedefaultRightRoleIDOK

type GetAuthorizationRoleComparedefaultRightRoleIDOK struct {
	Payload *models.DomainOrgRoleDifference
}

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

successful operation

func NewGetAuthorizationRoleComparedefaultRightRoleIDOK

func NewGetAuthorizationRoleComparedefaultRightRoleIDOK() *GetAuthorizationRoleComparedefaultRightRoleIDOK

NewGetAuthorizationRoleComparedefaultRightRoleIDOK creates a GetAuthorizationRoleComparedefaultRightRoleIDOK with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id o k response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) IsCode

IsCode returns true when this get authorization role comparedefault right role Id o k response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id o k response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id o k response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id o k response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDOK) String

type GetAuthorizationRoleComparedefaultRightRoleIDParams

type GetAuthorizationRoleComparedefaultRightRoleIDParams struct {

	/* LeftRoleID.

	   Left Role ID
	*/
	LeftRoleID string

	/* RightRoleID.

	   Right Role id
	*/
	RightRoleID string

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

GetAuthorizationRoleComparedefaultRightRoleIDParams contains all the parameters to send to the API endpoint

for the get authorization role comparedefault right role Id operation.

Typically these are written to a http.Request.

func NewGetAuthorizationRoleComparedefaultRightRoleIDParams

func NewGetAuthorizationRoleComparedefaultRightRoleIDParams() *GetAuthorizationRoleComparedefaultRightRoleIDParams

NewGetAuthorizationRoleComparedefaultRightRoleIDParams creates a new GetAuthorizationRoleComparedefaultRightRoleIDParams 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 NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithContext

func NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithContext(ctx context.Context) *GetAuthorizationRoleComparedefaultRightRoleIDParams

NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithContext creates a new GetAuthorizationRoleComparedefaultRightRoleIDParams object with the ability to set a context for a request.

func NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithHTTPClient

func NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithHTTPClient(client *http.Client) *GetAuthorizationRoleComparedefaultRightRoleIDParams

NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithHTTPClient creates a new GetAuthorizationRoleComparedefaultRightRoleIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithTimeout

func NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithTimeout(timeout time.Duration) *GetAuthorizationRoleComparedefaultRightRoleIDParams

NewGetAuthorizationRoleComparedefaultRightRoleIDParamsWithTimeout creates a new GetAuthorizationRoleComparedefaultRightRoleIDParams object with the ability to set a timeout on a request.

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) SetContext

SetContext adds the context to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) SetDefaults

SetDefaults hydrates default values in the get authorization role comparedefault right role Id params (not the query body).

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

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) SetLeftRoleID

func (o *GetAuthorizationRoleComparedefaultRightRoleIDParams) SetLeftRoleID(leftRoleID string)

SetLeftRoleID adds the leftRoleId to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) SetRightRoleID

func (o *GetAuthorizationRoleComparedefaultRightRoleIDParams) SetRightRoleID(rightRoleID string)

SetRightRoleID adds the rightRoleId to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) SetTimeout

SetTimeout adds the timeout to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) WithContext

WithContext adds the context to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) WithDefaults

WithDefaults hydrates default values in the get authorization role comparedefault right role Id params (not the query body).

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

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) WithLeftRoleID

WithLeftRoleID adds the leftRoleID to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) WithRightRoleID

WithRightRoleID adds the rightRoleID to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) WithTimeout

WithTimeout adds the timeout to the get authorization role comparedefault right role Id params

func (*GetAuthorizationRoleComparedefaultRightRoleIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationRoleComparedefaultRightRoleIDReader

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

GetAuthorizationRoleComparedefaultRightRoleIDReader is a Reader for the GetAuthorizationRoleComparedefaultRightRoleID structure.

func (*GetAuthorizationRoleComparedefaultRightRoleIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge

type GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge

func NewGetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge() *GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge

NewGetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge creates a GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id request entity too large response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization role comparedefault right role Id request entity too large response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id request entity too large response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id request entity too large response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id request entity too large response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) String

type GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout

type GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout 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 NewGetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout

func NewGetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout() *GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout

NewGetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout creates a GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id request timeout response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsCode

IsCode returns true when this get authorization role comparedefault right role Id request timeout response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id request timeout response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id request timeout response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id request timeout response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) String

type GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable

type GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable 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 NewGetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable

func NewGetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable() *GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable

NewGetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable creates a GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id service unavailable response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsCode

IsCode returns true when this get authorization role comparedefault right role Id service unavailable response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id service unavailable response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id service unavailable response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id service unavailable response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) String

type GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests

type GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests

func NewGetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests() *GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests

NewGetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests creates a GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id too many requests response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsCode

IsCode returns true when this get authorization role comparedefault right role Id too many requests response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id too many requests response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id too many requests response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id too many requests response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) String

type GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized

type GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationRoleComparedefaultRightRoleIDUnauthorized

func NewGetAuthorizationRoleComparedefaultRightRoleIDUnauthorized() *GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized

NewGetAuthorizationRoleComparedefaultRightRoleIDUnauthorized creates a GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id unauthorized response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsCode

IsCode returns true when this get authorization role comparedefault right role Id unauthorized response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id unauthorized response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id unauthorized response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id unauthorized response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnauthorized) String

type GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType

type GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType 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 NewGetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType

func NewGetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType() *GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType

NewGetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType creates a GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType with default headers values

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) Error

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) GetPayload

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization role comparedefault right role Id unsupported media type response has a 4xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsCode

IsCode returns true when this get authorization role comparedefault right role Id unsupported media type response a status code equal to that given

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization role comparedefault right role Id unsupported media type response has a 3xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization role comparedefault right role Id unsupported media type response has a 5xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization role comparedefault right role Id unsupported media type response has a 2xx status code

func (*GetAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) String

type GetAuthorizationRoleForbidden

type GetAuthorizationRoleForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationRoleForbidden

func NewGetAuthorizationRoleForbidden() *GetAuthorizationRoleForbidden

NewGetAuthorizationRoleForbidden creates a GetAuthorizationRoleForbidden with default headers values

func (*GetAuthorizationRoleForbidden) Error

func (*GetAuthorizationRoleForbidden) GetPayload

func (*GetAuthorizationRoleForbidden) IsClientError

func (o *GetAuthorizationRoleForbidden) IsClientError() bool

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

func (*GetAuthorizationRoleForbidden) IsCode

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

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

func (*GetAuthorizationRoleForbidden) IsRedirect

func (o *GetAuthorizationRoleForbidden) IsRedirect() bool

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

func (*GetAuthorizationRoleForbidden) IsServerError

func (o *GetAuthorizationRoleForbidden) IsServerError() bool

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

func (*GetAuthorizationRoleForbidden) IsSuccess

func (o *GetAuthorizationRoleForbidden) IsSuccess() bool

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

func (*GetAuthorizationRoleForbidden) String

type GetAuthorizationRoleGatewayTimeout

type GetAuthorizationRoleGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationRoleGatewayTimeout

func NewGetAuthorizationRoleGatewayTimeout() *GetAuthorizationRoleGatewayTimeout

NewGetAuthorizationRoleGatewayTimeout creates a GetAuthorizationRoleGatewayTimeout with default headers values

func (*GetAuthorizationRoleGatewayTimeout) Error

func (*GetAuthorizationRoleGatewayTimeout) GetPayload

func (*GetAuthorizationRoleGatewayTimeout) IsClientError

func (o *GetAuthorizationRoleGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization role gateway timeout response has a 4xx status code

func (*GetAuthorizationRoleGatewayTimeout) IsCode

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

func (*GetAuthorizationRoleGatewayTimeout) IsRedirect

func (o *GetAuthorizationRoleGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get authorization role gateway timeout response has a 3xx status code

func (*GetAuthorizationRoleGatewayTimeout) IsServerError

func (o *GetAuthorizationRoleGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization role gateway timeout response has a 5xx status code

func (*GetAuthorizationRoleGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization role gateway timeout response has a 2xx status code

func (*GetAuthorizationRoleGatewayTimeout) String

type GetAuthorizationRoleInternalServerError

type GetAuthorizationRoleInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleInternalServerError 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 NewGetAuthorizationRoleInternalServerError

func NewGetAuthorizationRoleInternalServerError() *GetAuthorizationRoleInternalServerError

NewGetAuthorizationRoleInternalServerError creates a GetAuthorizationRoleInternalServerError with default headers values

func (*GetAuthorizationRoleInternalServerError) Error

func (*GetAuthorizationRoleInternalServerError) GetPayload

func (*GetAuthorizationRoleInternalServerError) IsClientError

func (o *GetAuthorizationRoleInternalServerError) IsClientError() bool

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

func (*GetAuthorizationRoleInternalServerError) IsCode

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

func (*GetAuthorizationRoleInternalServerError) IsRedirect

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

func (*GetAuthorizationRoleInternalServerError) IsServerError

func (o *GetAuthorizationRoleInternalServerError) IsServerError() bool

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

func (*GetAuthorizationRoleInternalServerError) IsSuccess

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

func (*GetAuthorizationRoleInternalServerError) String

type GetAuthorizationRoleNotFound

type GetAuthorizationRoleNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationRoleNotFound

func NewGetAuthorizationRoleNotFound() *GetAuthorizationRoleNotFound

NewGetAuthorizationRoleNotFound creates a GetAuthorizationRoleNotFound with default headers values

func (*GetAuthorizationRoleNotFound) Error

func (*GetAuthorizationRoleNotFound) GetPayload

func (*GetAuthorizationRoleNotFound) IsClientError

func (o *GetAuthorizationRoleNotFound) IsClientError() bool

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

func (*GetAuthorizationRoleNotFound) IsCode

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

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

func (*GetAuthorizationRoleNotFound) IsRedirect

func (o *GetAuthorizationRoleNotFound) IsRedirect() bool

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

func (*GetAuthorizationRoleNotFound) IsServerError

func (o *GetAuthorizationRoleNotFound) IsServerError() bool

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

func (*GetAuthorizationRoleNotFound) IsSuccess

func (o *GetAuthorizationRoleNotFound) IsSuccess() bool

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

func (*GetAuthorizationRoleNotFound) String

type GetAuthorizationRoleOK

type GetAuthorizationRoleOK struct {
	Payload *models.DomainOrganizationRole
}

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

successful operation

func NewGetAuthorizationRoleOK

func NewGetAuthorizationRoleOK() *GetAuthorizationRoleOK

NewGetAuthorizationRoleOK creates a GetAuthorizationRoleOK with default headers values

func (*GetAuthorizationRoleOK) Error

func (o *GetAuthorizationRoleOK) Error() string

func (*GetAuthorizationRoleOK) GetPayload

func (*GetAuthorizationRoleOK) IsClientError

func (o *GetAuthorizationRoleOK) IsClientError() bool

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

func (*GetAuthorizationRoleOK) IsCode

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

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

func (*GetAuthorizationRoleOK) IsRedirect

func (o *GetAuthorizationRoleOK) IsRedirect() bool

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

func (*GetAuthorizationRoleOK) IsServerError

func (o *GetAuthorizationRoleOK) IsServerError() bool

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

func (*GetAuthorizationRoleOK) IsSuccess

func (o *GetAuthorizationRoleOK) IsSuccess() bool

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

func (*GetAuthorizationRoleOK) String

func (o *GetAuthorizationRoleOK) String() string

type GetAuthorizationRoleParams

type GetAuthorizationRoleParams struct {

	/* Expand.

	   Which fields, if any, to expand. "unusedPermissions" returns the permissions not used for the role
	*/
	Expand []string

	/* RoleID.

	   Role ID
	*/
	RoleID string

	/* UserCount.

	   Fetch the count of users who have this role granted in at least one division

	   Default: true
	*/
	UserCount *bool

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

GetAuthorizationRoleParams contains all the parameters to send to the API endpoint

for the get authorization role operation.

Typically these are written to a http.Request.

func NewGetAuthorizationRoleParams

func NewGetAuthorizationRoleParams() *GetAuthorizationRoleParams

NewGetAuthorizationRoleParams creates a new GetAuthorizationRoleParams 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 NewGetAuthorizationRoleParamsWithContext

func NewGetAuthorizationRoleParamsWithContext(ctx context.Context) *GetAuthorizationRoleParams

NewGetAuthorizationRoleParamsWithContext creates a new GetAuthorizationRoleParams object with the ability to set a context for a request.

func NewGetAuthorizationRoleParamsWithHTTPClient

func NewGetAuthorizationRoleParamsWithHTTPClient(client *http.Client) *GetAuthorizationRoleParams

NewGetAuthorizationRoleParamsWithHTTPClient creates a new GetAuthorizationRoleParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationRoleParamsWithTimeout

func NewGetAuthorizationRoleParamsWithTimeout(timeout time.Duration) *GetAuthorizationRoleParams

NewGetAuthorizationRoleParamsWithTimeout creates a new GetAuthorizationRoleParams object with the ability to set a timeout on a request.

func (*GetAuthorizationRoleParams) SetContext

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

SetContext adds the context to the get authorization role params

func (*GetAuthorizationRoleParams) SetDefaults

func (o *GetAuthorizationRoleParams) SetDefaults()

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

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

func (*GetAuthorizationRoleParams) SetExpand

func (o *GetAuthorizationRoleParams) SetExpand(expand []string)

SetExpand adds the expand to the get authorization role params

func (*GetAuthorizationRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization role params

func (*GetAuthorizationRoleParams) SetRoleID

func (o *GetAuthorizationRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the get authorization role params

func (*GetAuthorizationRoleParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization role params

func (*GetAuthorizationRoleParams) SetUserCount

func (o *GetAuthorizationRoleParams) SetUserCount(userCount *bool)

SetUserCount adds the userCount to the get authorization role params

func (*GetAuthorizationRoleParams) WithContext

WithContext adds the context to the get authorization role params

func (*GetAuthorizationRoleParams) WithDefaults

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

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

func (*GetAuthorizationRoleParams) WithExpand

WithExpand adds the expand to the get authorization role params

func (*GetAuthorizationRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization role params

func (*GetAuthorizationRoleParams) WithRoleID

WithRoleID adds the roleID to the get authorization role params

func (*GetAuthorizationRoleParams) WithTimeout

WithTimeout adds the timeout to the get authorization role params

func (*GetAuthorizationRoleParams) WithUserCount

func (o *GetAuthorizationRoleParams) WithUserCount(userCount *bool) *GetAuthorizationRoleParams

WithUserCount adds the userCount to the get authorization role params

func (*GetAuthorizationRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationRoleReader

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

GetAuthorizationRoleReader is a Reader for the GetAuthorizationRole structure.

func (*GetAuthorizationRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationRoleRequestEntityTooLarge

type GetAuthorizationRoleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationRoleRequestEntityTooLarge

func NewGetAuthorizationRoleRequestEntityTooLarge() *GetAuthorizationRoleRequestEntityTooLarge

NewGetAuthorizationRoleRequestEntityTooLarge creates a GetAuthorizationRoleRequestEntityTooLarge with default headers values

func (*GetAuthorizationRoleRequestEntityTooLarge) Error

func (*GetAuthorizationRoleRequestEntityTooLarge) GetPayload

func (*GetAuthorizationRoleRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationRoleRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationRoleRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationRoleRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationRoleRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationRoleRequestEntityTooLarge) String

type GetAuthorizationRoleRequestTimeout

type GetAuthorizationRoleRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleRequestTimeout 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 NewGetAuthorizationRoleRequestTimeout

func NewGetAuthorizationRoleRequestTimeout() *GetAuthorizationRoleRequestTimeout

NewGetAuthorizationRoleRequestTimeout creates a GetAuthorizationRoleRequestTimeout with default headers values

func (*GetAuthorizationRoleRequestTimeout) Error

func (*GetAuthorizationRoleRequestTimeout) GetPayload

func (*GetAuthorizationRoleRequestTimeout) IsClientError

func (o *GetAuthorizationRoleRequestTimeout) IsClientError() bool

IsClientError returns true when this get authorization role request timeout response has a 4xx status code

func (*GetAuthorizationRoleRequestTimeout) IsCode

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

func (*GetAuthorizationRoleRequestTimeout) IsRedirect

func (o *GetAuthorizationRoleRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get authorization role request timeout response has a 3xx status code

func (*GetAuthorizationRoleRequestTimeout) IsServerError

func (o *GetAuthorizationRoleRequestTimeout) IsServerError() bool

IsServerError returns true when this get authorization role request timeout response has a 5xx status code

func (*GetAuthorizationRoleRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization role request timeout response has a 2xx status code

func (*GetAuthorizationRoleRequestTimeout) String

type GetAuthorizationRoleServiceUnavailable

type GetAuthorizationRoleServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleServiceUnavailable 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 NewGetAuthorizationRoleServiceUnavailable

func NewGetAuthorizationRoleServiceUnavailable() *GetAuthorizationRoleServiceUnavailable

NewGetAuthorizationRoleServiceUnavailable creates a GetAuthorizationRoleServiceUnavailable with default headers values

func (*GetAuthorizationRoleServiceUnavailable) Error

func (*GetAuthorizationRoleServiceUnavailable) GetPayload

func (*GetAuthorizationRoleServiceUnavailable) IsClientError

func (o *GetAuthorizationRoleServiceUnavailable) IsClientError() bool

IsClientError returns true when this get authorization role service unavailable response has a 4xx status code

func (*GetAuthorizationRoleServiceUnavailable) IsCode

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

func (*GetAuthorizationRoleServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization role service unavailable response has a 3xx status code

func (*GetAuthorizationRoleServiceUnavailable) IsServerError

func (o *GetAuthorizationRoleServiceUnavailable) IsServerError() bool

IsServerError returns true when this get authorization role service unavailable response has a 5xx status code

func (*GetAuthorizationRoleServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization role service unavailable response has a 2xx status code

func (*GetAuthorizationRoleServiceUnavailable) String

type GetAuthorizationRoleSubjectgrantsBadRequest

type GetAuthorizationRoleSubjectgrantsBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleSubjectgrantsBadRequest 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 NewGetAuthorizationRoleSubjectgrantsBadRequest

func NewGetAuthorizationRoleSubjectgrantsBadRequest() *GetAuthorizationRoleSubjectgrantsBadRequest

NewGetAuthorizationRoleSubjectgrantsBadRequest creates a GetAuthorizationRoleSubjectgrantsBadRequest with default headers values

func (*GetAuthorizationRoleSubjectgrantsBadRequest) Error

func (*GetAuthorizationRoleSubjectgrantsBadRequest) GetPayload

func (*GetAuthorizationRoleSubjectgrantsBadRequest) IsClientError

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

func (*GetAuthorizationRoleSubjectgrantsBadRequest) IsCode

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

func (*GetAuthorizationRoleSubjectgrantsBadRequest) IsRedirect

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

func (*GetAuthorizationRoleSubjectgrantsBadRequest) IsServerError

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

func (*GetAuthorizationRoleSubjectgrantsBadRequest) IsSuccess

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

func (*GetAuthorizationRoleSubjectgrantsBadRequest) String

type GetAuthorizationRoleSubjectgrantsForbidden

type GetAuthorizationRoleSubjectgrantsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationRoleSubjectgrantsForbidden

func NewGetAuthorizationRoleSubjectgrantsForbidden() *GetAuthorizationRoleSubjectgrantsForbidden

NewGetAuthorizationRoleSubjectgrantsForbidden creates a GetAuthorizationRoleSubjectgrantsForbidden with default headers values

func (*GetAuthorizationRoleSubjectgrantsForbidden) Error

func (*GetAuthorizationRoleSubjectgrantsForbidden) GetPayload

func (*GetAuthorizationRoleSubjectgrantsForbidden) IsClientError

IsClientError returns true when this get authorization role subjectgrants forbidden response has a 4xx status code

func (*GetAuthorizationRoleSubjectgrantsForbidden) IsCode

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

func (*GetAuthorizationRoleSubjectgrantsForbidden) IsRedirect

IsRedirect returns true when this get authorization role subjectgrants forbidden response has a 3xx status code

func (*GetAuthorizationRoleSubjectgrantsForbidden) IsServerError

IsServerError returns true when this get authorization role subjectgrants forbidden response has a 5xx status code

func (*GetAuthorizationRoleSubjectgrantsForbidden) IsSuccess

IsSuccess returns true when this get authorization role subjectgrants forbidden response has a 2xx status code

func (*GetAuthorizationRoleSubjectgrantsForbidden) String

type GetAuthorizationRoleSubjectgrantsGatewayTimeout

type GetAuthorizationRoleSubjectgrantsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleSubjectgrantsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationRoleSubjectgrantsGatewayTimeout

func NewGetAuthorizationRoleSubjectgrantsGatewayTimeout() *GetAuthorizationRoleSubjectgrantsGatewayTimeout

NewGetAuthorizationRoleSubjectgrantsGatewayTimeout creates a GetAuthorizationRoleSubjectgrantsGatewayTimeout with default headers values

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) Error

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) GetPayload

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) IsClientError

IsClientError returns true when this get authorization role subjectgrants gateway timeout response has a 4xx status code

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) IsCode

IsCode returns true when this get authorization role subjectgrants gateway timeout response a status code equal to that given

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization role subjectgrants gateway timeout response has a 3xx status code

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) IsServerError

IsServerError returns true when this get authorization role subjectgrants gateway timeout response has a 5xx status code

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization role subjectgrants gateway timeout response has a 2xx status code

func (*GetAuthorizationRoleSubjectgrantsGatewayTimeout) String

type GetAuthorizationRoleSubjectgrantsInternalServerError

type GetAuthorizationRoleSubjectgrantsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleSubjectgrantsInternalServerError 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 NewGetAuthorizationRoleSubjectgrantsInternalServerError

func NewGetAuthorizationRoleSubjectgrantsInternalServerError() *GetAuthorizationRoleSubjectgrantsInternalServerError

NewGetAuthorizationRoleSubjectgrantsInternalServerError creates a GetAuthorizationRoleSubjectgrantsInternalServerError with default headers values

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) Error

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) GetPayload

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) IsClientError

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

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) IsCode

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

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) IsRedirect

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

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) IsServerError

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

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) IsSuccess

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

func (*GetAuthorizationRoleSubjectgrantsInternalServerError) String

type GetAuthorizationRoleSubjectgrantsNotFound

type GetAuthorizationRoleSubjectgrantsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationRoleSubjectgrantsNotFound

func NewGetAuthorizationRoleSubjectgrantsNotFound() *GetAuthorizationRoleSubjectgrantsNotFound

NewGetAuthorizationRoleSubjectgrantsNotFound creates a GetAuthorizationRoleSubjectgrantsNotFound with default headers values

func (*GetAuthorizationRoleSubjectgrantsNotFound) Error

func (*GetAuthorizationRoleSubjectgrantsNotFound) GetPayload

func (*GetAuthorizationRoleSubjectgrantsNotFound) IsClientError

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

func (*GetAuthorizationRoleSubjectgrantsNotFound) IsCode

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

func (*GetAuthorizationRoleSubjectgrantsNotFound) IsRedirect

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

func (*GetAuthorizationRoleSubjectgrantsNotFound) IsServerError

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

func (*GetAuthorizationRoleSubjectgrantsNotFound) IsSuccess

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

func (*GetAuthorizationRoleSubjectgrantsNotFound) String

type GetAuthorizationRoleSubjectgrantsOK

type GetAuthorizationRoleSubjectgrantsOK struct {
	Payload *models.SubjectDivisionGrantsEntityListing
}

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

successful operation

func NewGetAuthorizationRoleSubjectgrantsOK

func NewGetAuthorizationRoleSubjectgrantsOK() *GetAuthorizationRoleSubjectgrantsOK

NewGetAuthorizationRoleSubjectgrantsOK creates a GetAuthorizationRoleSubjectgrantsOK with default headers values

func (*GetAuthorizationRoleSubjectgrantsOK) Error

func (*GetAuthorizationRoleSubjectgrantsOK) GetPayload

func (*GetAuthorizationRoleSubjectgrantsOK) IsClientError

func (o *GetAuthorizationRoleSubjectgrantsOK) IsClientError() bool

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

func (*GetAuthorizationRoleSubjectgrantsOK) IsCode

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

func (*GetAuthorizationRoleSubjectgrantsOK) IsRedirect

func (o *GetAuthorizationRoleSubjectgrantsOK) IsRedirect() bool

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

func (*GetAuthorizationRoleSubjectgrantsOK) IsServerError

func (o *GetAuthorizationRoleSubjectgrantsOK) IsServerError() bool

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

func (*GetAuthorizationRoleSubjectgrantsOK) IsSuccess

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

func (*GetAuthorizationRoleSubjectgrantsOK) String

type GetAuthorizationRoleSubjectgrantsParams

type GetAuthorizationRoleSubjectgrantsParams struct {

	/* Expand.

	   variable name requested by expand list
	*/
	Expand []string

	/* NextPage.

	   next page token
	*/
	NextPage *string

	/* PageNumber.

	   The page number requested

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   The total page size requested

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* PreviousPage.

	   Previous page token
	*/
	PreviousPage *string

	/* RoleID.

	   Role ID
	*/
	RoleID string

	/* SortBy.

	   variable name requested to sort by
	*/
	SortBy *string

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

GetAuthorizationRoleSubjectgrantsParams contains all the parameters to send to the API endpoint

for the get authorization role subjectgrants operation.

Typically these are written to a http.Request.

func NewGetAuthorizationRoleSubjectgrantsParams

func NewGetAuthorizationRoleSubjectgrantsParams() *GetAuthorizationRoleSubjectgrantsParams

NewGetAuthorizationRoleSubjectgrantsParams creates a new GetAuthorizationRoleSubjectgrantsParams 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 NewGetAuthorizationRoleSubjectgrantsParamsWithContext

func NewGetAuthorizationRoleSubjectgrantsParamsWithContext(ctx context.Context) *GetAuthorizationRoleSubjectgrantsParams

NewGetAuthorizationRoleSubjectgrantsParamsWithContext creates a new GetAuthorizationRoleSubjectgrantsParams object with the ability to set a context for a request.

func NewGetAuthorizationRoleSubjectgrantsParamsWithHTTPClient

func NewGetAuthorizationRoleSubjectgrantsParamsWithHTTPClient(client *http.Client) *GetAuthorizationRoleSubjectgrantsParams

NewGetAuthorizationRoleSubjectgrantsParamsWithHTTPClient creates a new GetAuthorizationRoleSubjectgrantsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationRoleSubjectgrantsParamsWithTimeout

func NewGetAuthorizationRoleSubjectgrantsParamsWithTimeout(timeout time.Duration) *GetAuthorizationRoleSubjectgrantsParams

NewGetAuthorizationRoleSubjectgrantsParamsWithTimeout creates a new GetAuthorizationRoleSubjectgrantsParams object with the ability to set a timeout on a request.

func (*GetAuthorizationRoleSubjectgrantsParams) SetContext

SetContext adds the context to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetDefaults

func (o *GetAuthorizationRoleSubjectgrantsParams) SetDefaults()

SetDefaults hydrates default values in the get authorization role subjectgrants params (not the query body).

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

func (*GetAuthorizationRoleSubjectgrantsParams) SetExpand

func (o *GetAuthorizationRoleSubjectgrantsParams) SetExpand(expand []string)

SetExpand adds the expand to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetNextPage

func (o *GetAuthorizationRoleSubjectgrantsParams) SetNextPage(nextPage *string)

SetNextPage adds the nextPage to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetPageNumber

func (o *GetAuthorizationRoleSubjectgrantsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetPageSize

func (o *GetAuthorizationRoleSubjectgrantsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetPreviousPage

func (o *GetAuthorizationRoleSubjectgrantsParams) SetPreviousPage(previousPage *string)

SetPreviousPage adds the previousPage to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetRoleID

func (o *GetAuthorizationRoleSubjectgrantsParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetSortBy

func (o *GetAuthorizationRoleSubjectgrantsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithContext

WithContext adds the context to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithDefaults

WithDefaults hydrates default values in the get authorization role subjectgrants params (not the query body).

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

func (*GetAuthorizationRoleSubjectgrantsParams) WithExpand

WithExpand adds the expand to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithNextPage

WithNextPage adds the nextPage to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithPageSize

WithPageSize adds the pageSize to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithPreviousPage

WithPreviousPage adds the previousPage to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithRoleID

WithRoleID adds the roleID to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithSortBy

WithSortBy adds the sortBy to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WithTimeout

WithTimeout adds the timeout to the get authorization role subjectgrants params

func (*GetAuthorizationRoleSubjectgrantsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationRoleSubjectgrantsReader

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

GetAuthorizationRoleSubjectgrantsReader is a Reader for the GetAuthorizationRoleSubjectgrants structure.

func (*GetAuthorizationRoleSubjectgrantsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge

type GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationRoleSubjectgrantsRequestEntityTooLarge

func NewGetAuthorizationRoleSubjectgrantsRequestEntityTooLarge() *GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge

NewGetAuthorizationRoleSubjectgrantsRequestEntityTooLarge creates a GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge with default headers values

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) Error

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) GetPayload

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization role subjectgrants request entity too large response has a 4xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization role subjectgrants request entity too large response a status code equal to that given

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization role subjectgrants request entity too large response has a 3xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization role subjectgrants request entity too large response has a 5xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization role subjectgrants request entity too large response has a 2xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestEntityTooLarge) String

type GetAuthorizationRoleSubjectgrantsRequestTimeout

type GetAuthorizationRoleSubjectgrantsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleSubjectgrantsRequestTimeout 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 NewGetAuthorizationRoleSubjectgrantsRequestTimeout

func NewGetAuthorizationRoleSubjectgrantsRequestTimeout() *GetAuthorizationRoleSubjectgrantsRequestTimeout

NewGetAuthorizationRoleSubjectgrantsRequestTimeout creates a GetAuthorizationRoleSubjectgrantsRequestTimeout with default headers values

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) Error

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) GetPayload

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) IsClientError

IsClientError returns true when this get authorization role subjectgrants request timeout response has a 4xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) IsCode

IsCode returns true when this get authorization role subjectgrants request timeout response a status code equal to that given

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization role subjectgrants request timeout response has a 3xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) IsServerError

IsServerError returns true when this get authorization role subjectgrants request timeout response has a 5xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization role subjectgrants request timeout response has a 2xx status code

func (*GetAuthorizationRoleSubjectgrantsRequestTimeout) String

type GetAuthorizationRoleSubjectgrantsServiceUnavailable

type GetAuthorizationRoleSubjectgrantsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleSubjectgrantsServiceUnavailable 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 NewGetAuthorizationRoleSubjectgrantsServiceUnavailable

func NewGetAuthorizationRoleSubjectgrantsServiceUnavailable() *GetAuthorizationRoleSubjectgrantsServiceUnavailable

NewGetAuthorizationRoleSubjectgrantsServiceUnavailable creates a GetAuthorizationRoleSubjectgrantsServiceUnavailable with default headers values

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) Error

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) GetPayload

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) IsClientError

IsClientError returns true when this get authorization role subjectgrants service unavailable response has a 4xx status code

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) IsCode

IsCode returns true when this get authorization role subjectgrants service unavailable response a status code equal to that given

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization role subjectgrants service unavailable response has a 3xx status code

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) IsServerError

IsServerError returns true when this get authorization role subjectgrants service unavailable response has a 5xx status code

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization role subjectgrants service unavailable response has a 2xx status code

func (*GetAuthorizationRoleSubjectgrantsServiceUnavailable) String

type GetAuthorizationRoleSubjectgrantsTooManyRequests

type GetAuthorizationRoleSubjectgrantsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationRoleSubjectgrantsTooManyRequests

func NewGetAuthorizationRoleSubjectgrantsTooManyRequests() *GetAuthorizationRoleSubjectgrantsTooManyRequests

NewGetAuthorizationRoleSubjectgrantsTooManyRequests creates a GetAuthorizationRoleSubjectgrantsTooManyRequests with default headers values

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) Error

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) GetPayload

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) IsClientError

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

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) IsCode

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

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) IsRedirect

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

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) IsServerError

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

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) IsSuccess

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

func (*GetAuthorizationRoleSubjectgrantsTooManyRequests) String

type GetAuthorizationRoleSubjectgrantsUnauthorized

type GetAuthorizationRoleSubjectgrantsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationRoleSubjectgrantsUnauthorized

func NewGetAuthorizationRoleSubjectgrantsUnauthorized() *GetAuthorizationRoleSubjectgrantsUnauthorized

NewGetAuthorizationRoleSubjectgrantsUnauthorized creates a GetAuthorizationRoleSubjectgrantsUnauthorized with default headers values

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) Error

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) GetPayload

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) IsClientError

IsClientError returns true when this get authorization role subjectgrants unauthorized response has a 4xx status code

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) IsCode

IsCode returns true when this get authorization role subjectgrants unauthorized response a status code equal to that given

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) IsRedirect

IsRedirect returns true when this get authorization role subjectgrants unauthorized response has a 3xx status code

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) IsServerError

IsServerError returns true when this get authorization role subjectgrants unauthorized response has a 5xx status code

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) IsSuccess

IsSuccess returns true when this get authorization role subjectgrants unauthorized response has a 2xx status code

func (*GetAuthorizationRoleSubjectgrantsUnauthorized) String

type GetAuthorizationRoleSubjectgrantsUnsupportedMediaType

type GetAuthorizationRoleSubjectgrantsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleSubjectgrantsUnsupportedMediaType 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 NewGetAuthorizationRoleSubjectgrantsUnsupportedMediaType

func NewGetAuthorizationRoleSubjectgrantsUnsupportedMediaType() *GetAuthorizationRoleSubjectgrantsUnsupportedMediaType

NewGetAuthorizationRoleSubjectgrantsUnsupportedMediaType creates a GetAuthorizationRoleSubjectgrantsUnsupportedMediaType with default headers values

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) Error

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) GetPayload

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization role subjectgrants unsupported media type response has a 4xx status code

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) IsCode

IsCode returns true when this get authorization role subjectgrants unsupported media type response a status code equal to that given

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization role subjectgrants unsupported media type response has a 3xx status code

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization role subjectgrants unsupported media type response has a 5xx status code

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization role subjectgrants unsupported media type response has a 2xx status code

func (*GetAuthorizationRoleSubjectgrantsUnsupportedMediaType) String

type GetAuthorizationRoleTooManyRequests

type GetAuthorizationRoleTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationRoleTooManyRequests

func NewGetAuthorizationRoleTooManyRequests() *GetAuthorizationRoleTooManyRequests

NewGetAuthorizationRoleTooManyRequests creates a GetAuthorizationRoleTooManyRequests with default headers values

func (*GetAuthorizationRoleTooManyRequests) Error

func (*GetAuthorizationRoleTooManyRequests) GetPayload

func (*GetAuthorizationRoleTooManyRequests) IsClientError

func (o *GetAuthorizationRoleTooManyRequests) IsClientError() bool

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

func (*GetAuthorizationRoleTooManyRequests) IsCode

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

func (*GetAuthorizationRoleTooManyRequests) IsRedirect

func (o *GetAuthorizationRoleTooManyRequests) IsRedirect() bool

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

func (*GetAuthorizationRoleTooManyRequests) IsServerError

func (o *GetAuthorizationRoleTooManyRequests) IsServerError() bool

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

func (*GetAuthorizationRoleTooManyRequests) IsSuccess

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

func (*GetAuthorizationRoleTooManyRequests) String

type GetAuthorizationRoleUnauthorized

type GetAuthorizationRoleUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationRoleUnauthorized

func NewGetAuthorizationRoleUnauthorized() *GetAuthorizationRoleUnauthorized

NewGetAuthorizationRoleUnauthorized creates a GetAuthorizationRoleUnauthorized with default headers values

func (*GetAuthorizationRoleUnauthorized) Error

func (*GetAuthorizationRoleUnauthorized) GetPayload

func (*GetAuthorizationRoleUnauthorized) IsClientError

func (o *GetAuthorizationRoleUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization role unauthorized response has a 4xx status code

func (*GetAuthorizationRoleUnauthorized) IsCode

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

IsCode returns true when this get authorization role unauthorized response a status code equal to that given

func (*GetAuthorizationRoleUnauthorized) IsRedirect

func (o *GetAuthorizationRoleUnauthorized) IsRedirect() bool

IsRedirect returns true when this get authorization role unauthorized response has a 3xx status code

func (*GetAuthorizationRoleUnauthorized) IsServerError

func (o *GetAuthorizationRoleUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization role unauthorized response has a 5xx status code

func (*GetAuthorizationRoleUnauthorized) IsSuccess

func (o *GetAuthorizationRoleUnauthorized) IsSuccess() bool

IsSuccess returns true when this get authorization role unauthorized response has a 2xx status code

func (*GetAuthorizationRoleUnauthorized) String

type GetAuthorizationRoleUnsupportedMediaType

type GetAuthorizationRoleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUnsupportedMediaType 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 NewGetAuthorizationRoleUnsupportedMediaType

func NewGetAuthorizationRoleUnsupportedMediaType() *GetAuthorizationRoleUnsupportedMediaType

NewGetAuthorizationRoleUnsupportedMediaType creates a GetAuthorizationRoleUnsupportedMediaType with default headers values

func (*GetAuthorizationRoleUnsupportedMediaType) Error

func (*GetAuthorizationRoleUnsupportedMediaType) GetPayload

func (*GetAuthorizationRoleUnsupportedMediaType) IsClientError

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

func (*GetAuthorizationRoleUnsupportedMediaType) IsCode

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

func (*GetAuthorizationRoleUnsupportedMediaType) IsRedirect

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

func (*GetAuthorizationRoleUnsupportedMediaType) IsServerError

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

func (*GetAuthorizationRoleUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationRoleUnsupportedMediaType) String

type GetAuthorizationRoleUsersBadRequest

type GetAuthorizationRoleUsersBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUsersBadRequest 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 NewGetAuthorizationRoleUsersBadRequest

func NewGetAuthorizationRoleUsersBadRequest() *GetAuthorizationRoleUsersBadRequest

NewGetAuthorizationRoleUsersBadRequest creates a GetAuthorizationRoleUsersBadRequest with default headers values

func (*GetAuthorizationRoleUsersBadRequest) Error

func (*GetAuthorizationRoleUsersBadRequest) GetPayload

func (*GetAuthorizationRoleUsersBadRequest) IsClientError

func (o *GetAuthorizationRoleUsersBadRequest) IsClientError() bool

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

func (*GetAuthorizationRoleUsersBadRequest) IsCode

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

func (*GetAuthorizationRoleUsersBadRequest) IsRedirect

func (o *GetAuthorizationRoleUsersBadRequest) IsRedirect() bool

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

func (*GetAuthorizationRoleUsersBadRequest) IsServerError

func (o *GetAuthorizationRoleUsersBadRequest) IsServerError() bool

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

func (*GetAuthorizationRoleUsersBadRequest) IsSuccess

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

func (*GetAuthorizationRoleUsersBadRequest) String

type GetAuthorizationRoleUsersForbidden

type GetAuthorizationRoleUsersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationRoleUsersForbidden

func NewGetAuthorizationRoleUsersForbidden() *GetAuthorizationRoleUsersForbidden

NewGetAuthorizationRoleUsersForbidden creates a GetAuthorizationRoleUsersForbidden with default headers values

func (*GetAuthorizationRoleUsersForbidden) Error

func (*GetAuthorizationRoleUsersForbidden) GetPayload

func (*GetAuthorizationRoleUsersForbidden) IsClientError

func (o *GetAuthorizationRoleUsersForbidden) IsClientError() bool

IsClientError returns true when this get authorization role users forbidden response has a 4xx status code

func (*GetAuthorizationRoleUsersForbidden) IsCode

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

func (*GetAuthorizationRoleUsersForbidden) IsRedirect

func (o *GetAuthorizationRoleUsersForbidden) IsRedirect() bool

IsRedirect returns true when this get authorization role users forbidden response has a 3xx status code

func (*GetAuthorizationRoleUsersForbidden) IsServerError

func (o *GetAuthorizationRoleUsersForbidden) IsServerError() bool

IsServerError returns true when this get authorization role users forbidden response has a 5xx status code

func (*GetAuthorizationRoleUsersForbidden) IsSuccess

IsSuccess returns true when this get authorization role users forbidden response has a 2xx status code

func (*GetAuthorizationRoleUsersForbidden) String

type GetAuthorizationRoleUsersGatewayTimeout

type GetAuthorizationRoleUsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUsersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationRoleUsersGatewayTimeout

func NewGetAuthorizationRoleUsersGatewayTimeout() *GetAuthorizationRoleUsersGatewayTimeout

NewGetAuthorizationRoleUsersGatewayTimeout creates a GetAuthorizationRoleUsersGatewayTimeout with default headers values

func (*GetAuthorizationRoleUsersGatewayTimeout) Error

func (*GetAuthorizationRoleUsersGatewayTimeout) GetPayload

func (*GetAuthorizationRoleUsersGatewayTimeout) IsClientError

func (o *GetAuthorizationRoleUsersGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization role users gateway timeout response has a 4xx status code

func (*GetAuthorizationRoleUsersGatewayTimeout) IsCode

IsCode returns true when this get authorization role users gateway timeout response a status code equal to that given

func (*GetAuthorizationRoleUsersGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization role users gateway timeout response has a 3xx status code

func (*GetAuthorizationRoleUsersGatewayTimeout) IsServerError

func (o *GetAuthorizationRoleUsersGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization role users gateway timeout response has a 5xx status code

func (*GetAuthorizationRoleUsersGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization role users gateway timeout response has a 2xx status code

func (*GetAuthorizationRoleUsersGatewayTimeout) String

type GetAuthorizationRoleUsersInternalServerError

type GetAuthorizationRoleUsersInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUsersInternalServerError 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 NewGetAuthorizationRoleUsersInternalServerError

func NewGetAuthorizationRoleUsersInternalServerError() *GetAuthorizationRoleUsersInternalServerError

NewGetAuthorizationRoleUsersInternalServerError creates a GetAuthorizationRoleUsersInternalServerError with default headers values

func (*GetAuthorizationRoleUsersInternalServerError) Error

func (*GetAuthorizationRoleUsersInternalServerError) GetPayload

func (*GetAuthorizationRoleUsersInternalServerError) IsClientError

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

func (*GetAuthorizationRoleUsersInternalServerError) IsCode

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

func (*GetAuthorizationRoleUsersInternalServerError) IsRedirect

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

func (*GetAuthorizationRoleUsersInternalServerError) IsServerError

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

func (*GetAuthorizationRoleUsersInternalServerError) IsSuccess

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

func (*GetAuthorizationRoleUsersInternalServerError) String

type GetAuthorizationRoleUsersNotFound

type GetAuthorizationRoleUsersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationRoleUsersNotFound

func NewGetAuthorizationRoleUsersNotFound() *GetAuthorizationRoleUsersNotFound

NewGetAuthorizationRoleUsersNotFound creates a GetAuthorizationRoleUsersNotFound with default headers values

func (*GetAuthorizationRoleUsersNotFound) Error

func (*GetAuthorizationRoleUsersNotFound) GetPayload

func (*GetAuthorizationRoleUsersNotFound) IsClientError

func (o *GetAuthorizationRoleUsersNotFound) IsClientError() bool

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

func (*GetAuthorizationRoleUsersNotFound) IsCode

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

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

func (*GetAuthorizationRoleUsersNotFound) IsRedirect

func (o *GetAuthorizationRoleUsersNotFound) IsRedirect() bool

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

func (*GetAuthorizationRoleUsersNotFound) IsServerError

func (o *GetAuthorizationRoleUsersNotFound) IsServerError() bool

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

func (*GetAuthorizationRoleUsersNotFound) IsSuccess

func (o *GetAuthorizationRoleUsersNotFound) IsSuccess() bool

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

func (*GetAuthorizationRoleUsersNotFound) String

type GetAuthorizationRoleUsersOK

type GetAuthorizationRoleUsersOK struct {
	Payload *models.UserEntityListing
}

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

successful operation

func NewGetAuthorizationRoleUsersOK

func NewGetAuthorizationRoleUsersOK() *GetAuthorizationRoleUsersOK

NewGetAuthorizationRoleUsersOK creates a GetAuthorizationRoleUsersOK with default headers values

func (*GetAuthorizationRoleUsersOK) Error

func (*GetAuthorizationRoleUsersOK) GetPayload

func (*GetAuthorizationRoleUsersOK) IsClientError

func (o *GetAuthorizationRoleUsersOK) IsClientError() bool

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

func (*GetAuthorizationRoleUsersOK) IsCode

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

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

func (*GetAuthorizationRoleUsersOK) IsRedirect

func (o *GetAuthorizationRoleUsersOK) IsRedirect() bool

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

func (*GetAuthorizationRoleUsersOK) IsServerError

func (o *GetAuthorizationRoleUsersOK) IsServerError() bool

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

func (*GetAuthorizationRoleUsersOK) IsSuccess

func (o *GetAuthorizationRoleUsersOK) IsSuccess() bool

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

func (*GetAuthorizationRoleUsersOK) String

func (o *GetAuthorizationRoleUsersOK) String() string

type GetAuthorizationRoleUsersParams

type GetAuthorizationRoleUsersParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* RoleID.

	   Role ID
	*/
	RoleID string

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

GetAuthorizationRoleUsersParams contains all the parameters to send to the API endpoint

for the get authorization role users operation.

Typically these are written to a http.Request.

func NewGetAuthorizationRoleUsersParams

func NewGetAuthorizationRoleUsersParams() *GetAuthorizationRoleUsersParams

NewGetAuthorizationRoleUsersParams creates a new GetAuthorizationRoleUsersParams 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 NewGetAuthorizationRoleUsersParamsWithContext

func NewGetAuthorizationRoleUsersParamsWithContext(ctx context.Context) *GetAuthorizationRoleUsersParams

NewGetAuthorizationRoleUsersParamsWithContext creates a new GetAuthorizationRoleUsersParams object with the ability to set a context for a request.

func NewGetAuthorizationRoleUsersParamsWithHTTPClient

func NewGetAuthorizationRoleUsersParamsWithHTTPClient(client *http.Client) *GetAuthorizationRoleUsersParams

NewGetAuthorizationRoleUsersParamsWithHTTPClient creates a new GetAuthorizationRoleUsersParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationRoleUsersParamsWithTimeout

func NewGetAuthorizationRoleUsersParamsWithTimeout(timeout time.Duration) *GetAuthorizationRoleUsersParams

NewGetAuthorizationRoleUsersParamsWithTimeout creates a new GetAuthorizationRoleUsersParams object with the ability to set a timeout on a request.

func (*GetAuthorizationRoleUsersParams) SetContext

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

SetContext adds the context to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) SetDefaults

func (o *GetAuthorizationRoleUsersParams) SetDefaults()

SetDefaults hydrates default values in the get authorization role users params (not the query body).

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

func (*GetAuthorizationRoleUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) SetPageNumber

func (o *GetAuthorizationRoleUsersParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) SetPageSize

func (o *GetAuthorizationRoleUsersParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) SetRoleID

func (o *GetAuthorizationRoleUsersParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) WithContext

WithContext adds the context to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) WithDefaults

WithDefaults hydrates default values in the get authorization role users params (not the query body).

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

func (*GetAuthorizationRoleUsersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) WithPageNumber

WithPageNumber adds the pageNumber to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) WithPageSize

WithPageSize adds the pageSize to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) WithRoleID

WithRoleID adds the roleID to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) WithTimeout

WithTimeout adds the timeout to the get authorization role users params

func (*GetAuthorizationRoleUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationRoleUsersReader

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

GetAuthorizationRoleUsersReader is a Reader for the GetAuthorizationRoleUsers structure.

func (*GetAuthorizationRoleUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationRoleUsersRequestEntityTooLarge

type GetAuthorizationRoleUsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUsersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationRoleUsersRequestEntityTooLarge

func NewGetAuthorizationRoleUsersRequestEntityTooLarge() *GetAuthorizationRoleUsersRequestEntityTooLarge

NewGetAuthorizationRoleUsersRequestEntityTooLarge creates a GetAuthorizationRoleUsersRequestEntityTooLarge with default headers values

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) Error

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) GetPayload

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization role users request entity too large response has a 4xx status code

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization role users request entity too large response a status code equal to that given

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization role users request entity too large response has a 3xx status code

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization role users request entity too large response has a 5xx status code

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationRoleUsersRequestEntityTooLarge) String

type GetAuthorizationRoleUsersRequestTimeout

type GetAuthorizationRoleUsersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUsersRequestTimeout 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 NewGetAuthorizationRoleUsersRequestTimeout

func NewGetAuthorizationRoleUsersRequestTimeout() *GetAuthorizationRoleUsersRequestTimeout

NewGetAuthorizationRoleUsersRequestTimeout creates a GetAuthorizationRoleUsersRequestTimeout with default headers values

func (*GetAuthorizationRoleUsersRequestTimeout) Error

func (*GetAuthorizationRoleUsersRequestTimeout) GetPayload

func (*GetAuthorizationRoleUsersRequestTimeout) IsClientError

func (o *GetAuthorizationRoleUsersRequestTimeout) IsClientError() bool

IsClientError returns true when this get authorization role users request timeout response has a 4xx status code

func (*GetAuthorizationRoleUsersRequestTimeout) IsCode

IsCode returns true when this get authorization role users request timeout response a status code equal to that given

func (*GetAuthorizationRoleUsersRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization role users request timeout response has a 3xx status code

func (*GetAuthorizationRoleUsersRequestTimeout) IsServerError

func (o *GetAuthorizationRoleUsersRequestTimeout) IsServerError() bool

IsServerError returns true when this get authorization role users request timeout response has a 5xx status code

func (*GetAuthorizationRoleUsersRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization role users request timeout response has a 2xx status code

func (*GetAuthorizationRoleUsersRequestTimeout) String

type GetAuthorizationRoleUsersServiceUnavailable

type GetAuthorizationRoleUsersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUsersServiceUnavailable 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 NewGetAuthorizationRoleUsersServiceUnavailable

func NewGetAuthorizationRoleUsersServiceUnavailable() *GetAuthorizationRoleUsersServiceUnavailable

NewGetAuthorizationRoleUsersServiceUnavailable creates a GetAuthorizationRoleUsersServiceUnavailable with default headers values

func (*GetAuthorizationRoleUsersServiceUnavailable) Error

func (*GetAuthorizationRoleUsersServiceUnavailable) GetPayload

func (*GetAuthorizationRoleUsersServiceUnavailable) IsClientError

IsClientError returns true when this get authorization role users service unavailable response has a 4xx status code

func (*GetAuthorizationRoleUsersServiceUnavailable) IsCode

IsCode returns true when this get authorization role users service unavailable response a status code equal to that given

func (*GetAuthorizationRoleUsersServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization role users service unavailable response has a 3xx status code

func (*GetAuthorizationRoleUsersServiceUnavailable) IsServerError

IsServerError returns true when this get authorization role users service unavailable response has a 5xx status code

func (*GetAuthorizationRoleUsersServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization role users service unavailable response has a 2xx status code

func (*GetAuthorizationRoleUsersServiceUnavailable) String

type GetAuthorizationRoleUsersTooManyRequests

type GetAuthorizationRoleUsersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationRoleUsersTooManyRequests

func NewGetAuthorizationRoleUsersTooManyRequests() *GetAuthorizationRoleUsersTooManyRequests

NewGetAuthorizationRoleUsersTooManyRequests creates a GetAuthorizationRoleUsersTooManyRequests with default headers values

func (*GetAuthorizationRoleUsersTooManyRequests) Error

func (*GetAuthorizationRoleUsersTooManyRequests) GetPayload

func (*GetAuthorizationRoleUsersTooManyRequests) IsClientError

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

func (*GetAuthorizationRoleUsersTooManyRequests) IsCode

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

func (*GetAuthorizationRoleUsersTooManyRequests) IsRedirect

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

func (*GetAuthorizationRoleUsersTooManyRequests) IsServerError

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

func (*GetAuthorizationRoleUsersTooManyRequests) IsSuccess

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

func (*GetAuthorizationRoleUsersTooManyRequests) String

type GetAuthorizationRoleUsersUnauthorized

type GetAuthorizationRoleUsersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationRoleUsersUnauthorized

func NewGetAuthorizationRoleUsersUnauthorized() *GetAuthorizationRoleUsersUnauthorized

NewGetAuthorizationRoleUsersUnauthorized creates a GetAuthorizationRoleUsersUnauthorized with default headers values

func (*GetAuthorizationRoleUsersUnauthorized) Error

func (*GetAuthorizationRoleUsersUnauthorized) GetPayload

func (*GetAuthorizationRoleUsersUnauthorized) IsClientError

func (o *GetAuthorizationRoleUsersUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization role users unauthorized response has a 4xx status code

func (*GetAuthorizationRoleUsersUnauthorized) IsCode

IsCode returns true when this get authorization role users unauthorized response a status code equal to that given

func (*GetAuthorizationRoleUsersUnauthorized) IsRedirect

IsRedirect returns true when this get authorization role users unauthorized response has a 3xx status code

func (*GetAuthorizationRoleUsersUnauthorized) IsServerError

func (o *GetAuthorizationRoleUsersUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization role users unauthorized response has a 5xx status code

func (*GetAuthorizationRoleUsersUnauthorized) IsSuccess

IsSuccess returns true when this get authorization role users unauthorized response has a 2xx status code

func (*GetAuthorizationRoleUsersUnauthorized) String

type GetAuthorizationRoleUsersUnsupportedMediaType

type GetAuthorizationRoleUsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationRoleUsersUnsupportedMediaType 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 NewGetAuthorizationRoleUsersUnsupportedMediaType

func NewGetAuthorizationRoleUsersUnsupportedMediaType() *GetAuthorizationRoleUsersUnsupportedMediaType

NewGetAuthorizationRoleUsersUnsupportedMediaType creates a GetAuthorizationRoleUsersUnsupportedMediaType with default headers values

func (*GetAuthorizationRoleUsersUnsupportedMediaType) Error

func (*GetAuthorizationRoleUsersUnsupportedMediaType) GetPayload

func (*GetAuthorizationRoleUsersUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization role users unsupported media type response has a 4xx status code

func (*GetAuthorizationRoleUsersUnsupportedMediaType) IsCode

IsCode returns true when this get authorization role users unsupported media type response a status code equal to that given

func (*GetAuthorizationRoleUsersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization role users unsupported media type response has a 3xx status code

func (*GetAuthorizationRoleUsersUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization role users unsupported media type response has a 5xx status code

func (*GetAuthorizationRoleUsersUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationRoleUsersUnsupportedMediaType) String

type GetAuthorizationRolesBadRequest

type GetAuthorizationRolesBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationRolesBadRequest 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 NewGetAuthorizationRolesBadRequest

func NewGetAuthorizationRolesBadRequest() *GetAuthorizationRolesBadRequest

NewGetAuthorizationRolesBadRequest creates a GetAuthorizationRolesBadRequest with default headers values

func (*GetAuthorizationRolesBadRequest) Error

func (*GetAuthorizationRolesBadRequest) GetPayload

func (*GetAuthorizationRolesBadRequest) IsClientError

func (o *GetAuthorizationRolesBadRequest) IsClientError() bool

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

func (*GetAuthorizationRolesBadRequest) IsCode

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

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

func (*GetAuthorizationRolesBadRequest) IsRedirect

func (o *GetAuthorizationRolesBadRequest) IsRedirect() bool

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

func (*GetAuthorizationRolesBadRequest) IsServerError

func (o *GetAuthorizationRolesBadRequest) IsServerError() bool

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

func (*GetAuthorizationRolesBadRequest) IsSuccess

func (o *GetAuthorizationRolesBadRequest) IsSuccess() bool

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

func (*GetAuthorizationRolesBadRequest) String

type GetAuthorizationRolesForbidden

type GetAuthorizationRolesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationRolesForbidden

func NewGetAuthorizationRolesForbidden() *GetAuthorizationRolesForbidden

NewGetAuthorizationRolesForbidden creates a GetAuthorizationRolesForbidden with default headers values

func (*GetAuthorizationRolesForbidden) Error

func (*GetAuthorizationRolesForbidden) GetPayload

func (*GetAuthorizationRolesForbidden) IsClientError

func (o *GetAuthorizationRolesForbidden) IsClientError() bool

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

func (*GetAuthorizationRolesForbidden) IsCode

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

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

func (*GetAuthorizationRolesForbidden) IsRedirect

func (o *GetAuthorizationRolesForbidden) IsRedirect() bool

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

func (*GetAuthorizationRolesForbidden) IsServerError

func (o *GetAuthorizationRolesForbidden) IsServerError() bool

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

func (*GetAuthorizationRolesForbidden) IsSuccess

func (o *GetAuthorizationRolesForbidden) IsSuccess() bool

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

func (*GetAuthorizationRolesForbidden) String

type GetAuthorizationRolesGatewayTimeout

type GetAuthorizationRolesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRolesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationRolesGatewayTimeout

func NewGetAuthorizationRolesGatewayTimeout() *GetAuthorizationRolesGatewayTimeout

NewGetAuthorizationRolesGatewayTimeout creates a GetAuthorizationRolesGatewayTimeout with default headers values

func (*GetAuthorizationRolesGatewayTimeout) Error

func (*GetAuthorizationRolesGatewayTimeout) GetPayload

func (*GetAuthorizationRolesGatewayTimeout) IsClientError

func (o *GetAuthorizationRolesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization roles gateway timeout response has a 4xx status code

func (*GetAuthorizationRolesGatewayTimeout) IsCode

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

func (*GetAuthorizationRolesGatewayTimeout) IsRedirect

func (o *GetAuthorizationRolesGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get authorization roles gateway timeout response has a 3xx status code

func (*GetAuthorizationRolesGatewayTimeout) IsServerError

func (o *GetAuthorizationRolesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization roles gateway timeout response has a 5xx status code

func (*GetAuthorizationRolesGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization roles gateway timeout response has a 2xx status code

func (*GetAuthorizationRolesGatewayTimeout) String

type GetAuthorizationRolesInternalServerError

type GetAuthorizationRolesInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationRolesInternalServerError 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 NewGetAuthorizationRolesInternalServerError

func NewGetAuthorizationRolesInternalServerError() *GetAuthorizationRolesInternalServerError

NewGetAuthorizationRolesInternalServerError creates a GetAuthorizationRolesInternalServerError with default headers values

func (*GetAuthorizationRolesInternalServerError) Error

func (*GetAuthorizationRolesInternalServerError) GetPayload

func (*GetAuthorizationRolesInternalServerError) IsClientError

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

func (*GetAuthorizationRolesInternalServerError) IsCode

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

func (*GetAuthorizationRolesInternalServerError) IsRedirect

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

func (*GetAuthorizationRolesInternalServerError) IsServerError

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

func (*GetAuthorizationRolesInternalServerError) IsSuccess

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

func (*GetAuthorizationRolesInternalServerError) String

type GetAuthorizationRolesNotFound

type GetAuthorizationRolesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationRolesNotFound

func NewGetAuthorizationRolesNotFound() *GetAuthorizationRolesNotFound

NewGetAuthorizationRolesNotFound creates a GetAuthorizationRolesNotFound with default headers values

func (*GetAuthorizationRolesNotFound) Error

func (*GetAuthorizationRolesNotFound) GetPayload

func (*GetAuthorizationRolesNotFound) IsClientError

func (o *GetAuthorizationRolesNotFound) IsClientError() bool

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

func (*GetAuthorizationRolesNotFound) IsCode

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

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

func (*GetAuthorizationRolesNotFound) IsRedirect

func (o *GetAuthorizationRolesNotFound) IsRedirect() bool

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

func (*GetAuthorizationRolesNotFound) IsServerError

func (o *GetAuthorizationRolesNotFound) IsServerError() bool

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

func (*GetAuthorizationRolesNotFound) IsSuccess

func (o *GetAuthorizationRolesNotFound) IsSuccess() bool

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

func (*GetAuthorizationRolesNotFound) String

type GetAuthorizationRolesOK

type GetAuthorizationRolesOK struct {
	Payload *models.OrganizationRoleEntityListing
}

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

successful operation

func NewGetAuthorizationRolesOK

func NewGetAuthorizationRolesOK() *GetAuthorizationRolesOK

NewGetAuthorizationRolesOK creates a GetAuthorizationRolesOK with default headers values

func (*GetAuthorizationRolesOK) Error

func (o *GetAuthorizationRolesOK) Error() string

func (*GetAuthorizationRolesOK) GetPayload

func (*GetAuthorizationRolesOK) IsClientError

func (o *GetAuthorizationRolesOK) IsClientError() bool

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

func (*GetAuthorizationRolesOK) IsCode

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

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

func (*GetAuthorizationRolesOK) IsRedirect

func (o *GetAuthorizationRolesOK) IsRedirect() bool

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

func (*GetAuthorizationRolesOK) IsServerError

func (o *GetAuthorizationRolesOK) IsServerError() bool

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

func (*GetAuthorizationRolesOK) IsSuccess

func (o *GetAuthorizationRolesOK) IsSuccess() bool

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

func (*GetAuthorizationRolesOK) String

func (o *GetAuthorizationRolesOK) String() string

type GetAuthorizationRolesParams

type GetAuthorizationRolesParams struct {

	// DefaultRoleID.
	DefaultRoleID []string

	/* Expand.

	   variable name requested by expand list
	*/
	Expand []string

	/* ID.

	   id
	*/
	ID []string

	// Name.
	Name *string

	/* NextPage.

	   next page token
	*/
	NextPage *string

	/* PageNumber.

	   The page number requested

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   The total page size requested

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	// Permission.
	Permission []string

	/* PreviousPage.

	   Previous page token
	*/
	PreviousPage *string

	/* SortBy.

	   variable name requested to sort by
	*/
	SortBy *string

	// UserCount.
	//
	// Default: true
	UserCount *bool

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

GetAuthorizationRolesParams contains all the parameters to send to the API endpoint

for the get authorization roles operation.

Typically these are written to a http.Request.

func NewGetAuthorizationRolesParams

func NewGetAuthorizationRolesParams() *GetAuthorizationRolesParams

NewGetAuthorizationRolesParams creates a new GetAuthorizationRolesParams 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 NewGetAuthorizationRolesParamsWithContext

func NewGetAuthorizationRolesParamsWithContext(ctx context.Context) *GetAuthorizationRolesParams

NewGetAuthorizationRolesParamsWithContext creates a new GetAuthorizationRolesParams object with the ability to set a context for a request.

func NewGetAuthorizationRolesParamsWithHTTPClient

func NewGetAuthorizationRolesParamsWithHTTPClient(client *http.Client) *GetAuthorizationRolesParams

NewGetAuthorizationRolesParamsWithHTTPClient creates a new GetAuthorizationRolesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationRolesParamsWithTimeout

func NewGetAuthorizationRolesParamsWithTimeout(timeout time.Duration) *GetAuthorizationRolesParams

NewGetAuthorizationRolesParamsWithTimeout creates a new GetAuthorizationRolesParams object with the ability to set a timeout on a request.

func (*GetAuthorizationRolesParams) SetContext

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

SetContext adds the context to the get authorization roles params

func (*GetAuthorizationRolesParams) SetDefaultRoleID

func (o *GetAuthorizationRolesParams) SetDefaultRoleID(defaultRoleID []string)

SetDefaultRoleID adds the defaultRoleId to the get authorization roles params

func (*GetAuthorizationRolesParams) SetDefaults

func (o *GetAuthorizationRolesParams) SetDefaults()

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

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

func (*GetAuthorizationRolesParams) SetExpand

func (o *GetAuthorizationRolesParams) SetExpand(expand []string)

SetExpand adds the expand to the get authorization roles params

func (*GetAuthorizationRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization roles params

func (*GetAuthorizationRolesParams) SetID

func (o *GetAuthorizationRolesParams) SetID(id []string)

SetID adds the id to the get authorization roles params

func (*GetAuthorizationRolesParams) SetName

func (o *GetAuthorizationRolesParams) SetName(name *string)

SetName adds the name to the get authorization roles params

func (*GetAuthorizationRolesParams) SetNextPage

func (o *GetAuthorizationRolesParams) SetNextPage(nextPage *string)

SetNextPage adds the nextPage to the get authorization roles params

func (*GetAuthorizationRolesParams) SetPageNumber

func (o *GetAuthorizationRolesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get authorization roles params

func (*GetAuthorizationRolesParams) SetPageSize

func (o *GetAuthorizationRolesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get authorization roles params

func (*GetAuthorizationRolesParams) SetPermission

func (o *GetAuthorizationRolesParams) SetPermission(permission []string)

SetPermission adds the permission to the get authorization roles params

func (*GetAuthorizationRolesParams) SetPreviousPage

func (o *GetAuthorizationRolesParams) SetPreviousPage(previousPage *string)

SetPreviousPage adds the previousPage to the get authorization roles params

func (*GetAuthorizationRolesParams) SetSortBy

func (o *GetAuthorizationRolesParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get authorization roles params

func (*GetAuthorizationRolesParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization roles params

func (*GetAuthorizationRolesParams) SetUserCount

func (o *GetAuthorizationRolesParams) SetUserCount(userCount *bool)

SetUserCount adds the userCount to the get authorization roles params

func (*GetAuthorizationRolesParams) WithContext

WithContext adds the context to the get authorization roles params

func (*GetAuthorizationRolesParams) WithDefaultRoleID

func (o *GetAuthorizationRolesParams) WithDefaultRoleID(defaultRoleID []string) *GetAuthorizationRolesParams

WithDefaultRoleID adds the defaultRoleID to the get authorization roles params

func (*GetAuthorizationRolesParams) WithDefaults

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

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

func (*GetAuthorizationRolesParams) WithExpand

WithExpand adds the expand to the get authorization roles params

func (*GetAuthorizationRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization roles params

func (*GetAuthorizationRolesParams) WithID

WithID adds the id to the get authorization roles params

func (*GetAuthorizationRolesParams) WithName

WithName adds the name to the get authorization roles params

func (*GetAuthorizationRolesParams) WithNextPage

WithNextPage adds the nextPage to the get authorization roles params

func (*GetAuthorizationRolesParams) WithPageNumber

func (o *GetAuthorizationRolesParams) WithPageNumber(pageNumber *int32) *GetAuthorizationRolesParams

WithPageNumber adds the pageNumber to the get authorization roles params

func (*GetAuthorizationRolesParams) WithPageSize

WithPageSize adds the pageSize to the get authorization roles params

func (*GetAuthorizationRolesParams) WithPermission

func (o *GetAuthorizationRolesParams) WithPermission(permission []string) *GetAuthorizationRolesParams

WithPermission adds the permission to the get authorization roles params

func (*GetAuthorizationRolesParams) WithPreviousPage

func (o *GetAuthorizationRolesParams) WithPreviousPage(previousPage *string) *GetAuthorizationRolesParams

WithPreviousPage adds the previousPage to the get authorization roles params

func (*GetAuthorizationRolesParams) WithSortBy

WithSortBy adds the sortBy to the get authorization roles params

func (*GetAuthorizationRolesParams) WithTimeout

WithTimeout adds the timeout to the get authorization roles params

func (*GetAuthorizationRolesParams) WithUserCount

func (o *GetAuthorizationRolesParams) WithUserCount(userCount *bool) *GetAuthorizationRolesParams

WithUserCount adds the userCount to the get authorization roles params

func (*GetAuthorizationRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationRolesReader

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

GetAuthorizationRolesReader is a Reader for the GetAuthorizationRoles structure.

func (*GetAuthorizationRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationRolesRequestEntityTooLarge

type GetAuthorizationRolesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationRolesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationRolesRequestEntityTooLarge

func NewGetAuthorizationRolesRequestEntityTooLarge() *GetAuthorizationRolesRequestEntityTooLarge

NewGetAuthorizationRolesRequestEntityTooLarge creates a GetAuthorizationRolesRequestEntityTooLarge with default headers values

func (*GetAuthorizationRolesRequestEntityTooLarge) Error

func (*GetAuthorizationRolesRequestEntityTooLarge) GetPayload

func (*GetAuthorizationRolesRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationRolesRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationRolesRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationRolesRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationRolesRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationRolesRequestEntityTooLarge) String

type GetAuthorizationRolesRequestTimeout

type GetAuthorizationRolesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationRolesRequestTimeout 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 NewGetAuthorizationRolesRequestTimeout

func NewGetAuthorizationRolesRequestTimeout() *GetAuthorizationRolesRequestTimeout

NewGetAuthorizationRolesRequestTimeout creates a GetAuthorizationRolesRequestTimeout with default headers values

func (*GetAuthorizationRolesRequestTimeout) Error

func (*GetAuthorizationRolesRequestTimeout) GetPayload

func (*GetAuthorizationRolesRequestTimeout) IsClientError

func (o *GetAuthorizationRolesRequestTimeout) IsClientError() bool

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

func (*GetAuthorizationRolesRequestTimeout) IsCode

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

func (*GetAuthorizationRolesRequestTimeout) IsRedirect

func (o *GetAuthorizationRolesRequestTimeout) IsRedirect() bool

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

func (*GetAuthorizationRolesRequestTimeout) IsServerError

func (o *GetAuthorizationRolesRequestTimeout) IsServerError() bool

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

func (*GetAuthorizationRolesRequestTimeout) IsSuccess

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

func (*GetAuthorizationRolesRequestTimeout) String

type GetAuthorizationRolesServiceUnavailable

type GetAuthorizationRolesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationRolesServiceUnavailable 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 NewGetAuthorizationRolesServiceUnavailable

func NewGetAuthorizationRolesServiceUnavailable() *GetAuthorizationRolesServiceUnavailable

NewGetAuthorizationRolesServiceUnavailable creates a GetAuthorizationRolesServiceUnavailable with default headers values

func (*GetAuthorizationRolesServiceUnavailable) Error

func (*GetAuthorizationRolesServiceUnavailable) GetPayload

func (*GetAuthorizationRolesServiceUnavailable) IsClientError

func (o *GetAuthorizationRolesServiceUnavailable) IsClientError() bool

IsClientError returns true when this get authorization roles service unavailable response has a 4xx status code

func (*GetAuthorizationRolesServiceUnavailable) IsCode

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

func (*GetAuthorizationRolesServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization roles service unavailable response has a 3xx status code

func (*GetAuthorizationRolesServiceUnavailable) IsServerError

func (o *GetAuthorizationRolesServiceUnavailable) IsServerError() bool

IsServerError returns true when this get authorization roles service unavailable response has a 5xx status code

func (*GetAuthorizationRolesServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization roles service unavailable response has a 2xx status code

func (*GetAuthorizationRolesServiceUnavailable) String

type GetAuthorizationRolesTooManyRequests

type GetAuthorizationRolesTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationRolesTooManyRequests

func NewGetAuthorizationRolesTooManyRequests() *GetAuthorizationRolesTooManyRequests

NewGetAuthorizationRolesTooManyRequests creates a GetAuthorizationRolesTooManyRequests with default headers values

func (*GetAuthorizationRolesTooManyRequests) Error

func (*GetAuthorizationRolesTooManyRequests) GetPayload

func (*GetAuthorizationRolesTooManyRequests) IsClientError

func (o *GetAuthorizationRolesTooManyRequests) IsClientError() bool

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

func (*GetAuthorizationRolesTooManyRequests) IsCode

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

func (*GetAuthorizationRolesTooManyRequests) IsRedirect

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

func (*GetAuthorizationRolesTooManyRequests) IsServerError

func (o *GetAuthorizationRolesTooManyRequests) IsServerError() bool

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

func (*GetAuthorizationRolesTooManyRequests) IsSuccess

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

func (*GetAuthorizationRolesTooManyRequests) String

type GetAuthorizationRolesUnauthorized

type GetAuthorizationRolesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationRolesUnauthorized

func NewGetAuthorizationRolesUnauthorized() *GetAuthorizationRolesUnauthorized

NewGetAuthorizationRolesUnauthorized creates a GetAuthorizationRolesUnauthorized with default headers values

func (*GetAuthorizationRolesUnauthorized) Error

func (*GetAuthorizationRolesUnauthorized) GetPayload

func (*GetAuthorizationRolesUnauthorized) IsClientError

func (o *GetAuthorizationRolesUnauthorized) IsClientError() bool

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

func (*GetAuthorizationRolesUnauthorized) IsCode

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

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

func (*GetAuthorizationRolesUnauthorized) IsRedirect

func (o *GetAuthorizationRolesUnauthorized) IsRedirect() bool

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

func (*GetAuthorizationRolesUnauthorized) IsServerError

func (o *GetAuthorizationRolesUnauthorized) IsServerError() bool

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

func (*GetAuthorizationRolesUnauthorized) IsSuccess

func (o *GetAuthorizationRolesUnauthorized) IsSuccess() bool

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

func (*GetAuthorizationRolesUnauthorized) String

type GetAuthorizationRolesUnsupportedMediaType

type GetAuthorizationRolesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationRolesUnsupportedMediaType 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 NewGetAuthorizationRolesUnsupportedMediaType

func NewGetAuthorizationRolesUnsupportedMediaType() *GetAuthorizationRolesUnsupportedMediaType

NewGetAuthorizationRolesUnsupportedMediaType creates a GetAuthorizationRolesUnsupportedMediaType with default headers values

func (*GetAuthorizationRolesUnsupportedMediaType) Error

func (*GetAuthorizationRolesUnsupportedMediaType) GetPayload

func (*GetAuthorizationRolesUnsupportedMediaType) IsClientError

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

func (*GetAuthorizationRolesUnsupportedMediaType) IsCode

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

func (*GetAuthorizationRolesUnsupportedMediaType) IsRedirect

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

func (*GetAuthorizationRolesUnsupportedMediaType) IsServerError

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

func (*GetAuthorizationRolesUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationRolesUnsupportedMediaType) String

type GetAuthorizationSettingsBadRequest

type GetAuthorizationSettingsBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationSettingsBadRequest 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 NewGetAuthorizationSettingsBadRequest

func NewGetAuthorizationSettingsBadRequest() *GetAuthorizationSettingsBadRequest

NewGetAuthorizationSettingsBadRequest creates a GetAuthorizationSettingsBadRequest with default headers values

func (*GetAuthorizationSettingsBadRequest) Error

func (*GetAuthorizationSettingsBadRequest) GetPayload

func (*GetAuthorizationSettingsBadRequest) IsClientError

func (o *GetAuthorizationSettingsBadRequest) IsClientError() bool

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

func (*GetAuthorizationSettingsBadRequest) IsCode

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

func (*GetAuthorizationSettingsBadRequest) IsRedirect

func (o *GetAuthorizationSettingsBadRequest) IsRedirect() bool

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

func (*GetAuthorizationSettingsBadRequest) IsServerError

func (o *GetAuthorizationSettingsBadRequest) IsServerError() bool

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

func (*GetAuthorizationSettingsBadRequest) IsSuccess

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

func (*GetAuthorizationSettingsBadRequest) String

type GetAuthorizationSettingsForbidden

type GetAuthorizationSettingsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationSettingsForbidden

func NewGetAuthorizationSettingsForbidden() *GetAuthorizationSettingsForbidden

NewGetAuthorizationSettingsForbidden creates a GetAuthorizationSettingsForbidden with default headers values

func (*GetAuthorizationSettingsForbidden) Error

func (*GetAuthorizationSettingsForbidden) GetPayload

func (*GetAuthorizationSettingsForbidden) IsClientError

func (o *GetAuthorizationSettingsForbidden) IsClientError() bool

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

func (*GetAuthorizationSettingsForbidden) IsCode

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

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

func (*GetAuthorizationSettingsForbidden) IsRedirect

func (o *GetAuthorizationSettingsForbidden) IsRedirect() bool

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

func (*GetAuthorizationSettingsForbidden) IsServerError

func (o *GetAuthorizationSettingsForbidden) IsServerError() bool

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

func (*GetAuthorizationSettingsForbidden) IsSuccess

func (o *GetAuthorizationSettingsForbidden) IsSuccess() bool

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

func (*GetAuthorizationSettingsForbidden) String

type GetAuthorizationSettingsGatewayTimeout

type GetAuthorizationSettingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSettingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationSettingsGatewayTimeout

func NewGetAuthorizationSettingsGatewayTimeout() *GetAuthorizationSettingsGatewayTimeout

NewGetAuthorizationSettingsGatewayTimeout creates a GetAuthorizationSettingsGatewayTimeout with default headers values

func (*GetAuthorizationSettingsGatewayTimeout) Error

func (*GetAuthorizationSettingsGatewayTimeout) GetPayload

func (*GetAuthorizationSettingsGatewayTimeout) IsClientError

func (o *GetAuthorizationSettingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization settings gateway timeout response has a 4xx status code

func (*GetAuthorizationSettingsGatewayTimeout) IsCode

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

func (*GetAuthorizationSettingsGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization settings gateway timeout response has a 3xx status code

func (*GetAuthorizationSettingsGatewayTimeout) IsServerError

func (o *GetAuthorizationSettingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization settings gateway timeout response has a 5xx status code

func (*GetAuthorizationSettingsGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization settings gateway timeout response has a 2xx status code

func (*GetAuthorizationSettingsGatewayTimeout) String

type GetAuthorizationSettingsInternalServerError

type GetAuthorizationSettingsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationSettingsInternalServerError 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 NewGetAuthorizationSettingsInternalServerError

func NewGetAuthorizationSettingsInternalServerError() *GetAuthorizationSettingsInternalServerError

NewGetAuthorizationSettingsInternalServerError creates a GetAuthorizationSettingsInternalServerError with default headers values

func (*GetAuthorizationSettingsInternalServerError) Error

func (*GetAuthorizationSettingsInternalServerError) GetPayload

func (*GetAuthorizationSettingsInternalServerError) IsClientError

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

func (*GetAuthorizationSettingsInternalServerError) IsCode

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

func (*GetAuthorizationSettingsInternalServerError) IsRedirect

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

func (*GetAuthorizationSettingsInternalServerError) IsServerError

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

func (*GetAuthorizationSettingsInternalServerError) IsSuccess

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

func (*GetAuthorizationSettingsInternalServerError) String

type GetAuthorizationSettingsNotFound

type GetAuthorizationSettingsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationSettingsNotFound

func NewGetAuthorizationSettingsNotFound() *GetAuthorizationSettingsNotFound

NewGetAuthorizationSettingsNotFound creates a GetAuthorizationSettingsNotFound with default headers values

func (*GetAuthorizationSettingsNotFound) Error

func (*GetAuthorizationSettingsNotFound) GetPayload

func (*GetAuthorizationSettingsNotFound) IsClientError

func (o *GetAuthorizationSettingsNotFound) IsClientError() bool

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

func (*GetAuthorizationSettingsNotFound) IsCode

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

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

func (*GetAuthorizationSettingsNotFound) IsRedirect

func (o *GetAuthorizationSettingsNotFound) IsRedirect() bool

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

func (*GetAuthorizationSettingsNotFound) IsServerError

func (o *GetAuthorizationSettingsNotFound) IsServerError() bool

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

func (*GetAuthorizationSettingsNotFound) IsSuccess

func (o *GetAuthorizationSettingsNotFound) IsSuccess() bool

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

func (*GetAuthorizationSettingsNotFound) String

type GetAuthorizationSettingsOK

type GetAuthorizationSettingsOK struct {
	Payload *models.AuthorizationSettings
}

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

successful operation

func NewGetAuthorizationSettingsOK

func NewGetAuthorizationSettingsOK() *GetAuthorizationSettingsOK

NewGetAuthorizationSettingsOK creates a GetAuthorizationSettingsOK with default headers values

func (*GetAuthorizationSettingsOK) Error

func (*GetAuthorizationSettingsOK) GetPayload

func (*GetAuthorizationSettingsOK) IsClientError

func (o *GetAuthorizationSettingsOK) IsClientError() bool

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

func (*GetAuthorizationSettingsOK) IsCode

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

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

func (*GetAuthorizationSettingsOK) IsRedirect

func (o *GetAuthorizationSettingsOK) IsRedirect() bool

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

func (*GetAuthorizationSettingsOK) IsServerError

func (o *GetAuthorizationSettingsOK) IsServerError() bool

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

func (*GetAuthorizationSettingsOK) IsSuccess

func (o *GetAuthorizationSettingsOK) IsSuccess() bool

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

func (*GetAuthorizationSettingsOK) String

func (o *GetAuthorizationSettingsOK) String() string

type GetAuthorizationSettingsParams

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

GetAuthorizationSettingsParams contains all the parameters to send to the API endpoint

for the get authorization settings operation.

Typically these are written to a http.Request.

func NewGetAuthorizationSettingsParams

func NewGetAuthorizationSettingsParams() *GetAuthorizationSettingsParams

NewGetAuthorizationSettingsParams creates a new GetAuthorizationSettingsParams 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 NewGetAuthorizationSettingsParamsWithContext

func NewGetAuthorizationSettingsParamsWithContext(ctx context.Context) *GetAuthorizationSettingsParams

NewGetAuthorizationSettingsParamsWithContext creates a new GetAuthorizationSettingsParams object with the ability to set a context for a request.

func NewGetAuthorizationSettingsParamsWithHTTPClient

func NewGetAuthorizationSettingsParamsWithHTTPClient(client *http.Client) *GetAuthorizationSettingsParams

NewGetAuthorizationSettingsParamsWithHTTPClient creates a new GetAuthorizationSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationSettingsParamsWithTimeout

func NewGetAuthorizationSettingsParamsWithTimeout(timeout time.Duration) *GetAuthorizationSettingsParams

NewGetAuthorizationSettingsParamsWithTimeout creates a new GetAuthorizationSettingsParams object with the ability to set a timeout on a request.

func (*GetAuthorizationSettingsParams) SetContext

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

SetContext adds the context to the get authorization settings params

func (*GetAuthorizationSettingsParams) SetDefaults

func (o *GetAuthorizationSettingsParams) SetDefaults()

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

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

func (*GetAuthorizationSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization settings params

func (*GetAuthorizationSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization settings params

func (*GetAuthorizationSettingsParams) WithContext

WithContext adds the context to the get authorization settings params

func (*GetAuthorizationSettingsParams) WithDefaults

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

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

func (*GetAuthorizationSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization settings params

func (*GetAuthorizationSettingsParams) WithTimeout

WithTimeout adds the timeout to the get authorization settings params

func (*GetAuthorizationSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationSettingsReader

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

GetAuthorizationSettingsReader is a Reader for the GetAuthorizationSettings structure.

func (*GetAuthorizationSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationSettingsRequestEntityTooLarge

type GetAuthorizationSettingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationSettingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationSettingsRequestEntityTooLarge

func NewGetAuthorizationSettingsRequestEntityTooLarge() *GetAuthorizationSettingsRequestEntityTooLarge

NewGetAuthorizationSettingsRequestEntityTooLarge creates a GetAuthorizationSettingsRequestEntityTooLarge with default headers values

func (*GetAuthorizationSettingsRequestEntityTooLarge) Error

func (*GetAuthorizationSettingsRequestEntityTooLarge) GetPayload

func (*GetAuthorizationSettingsRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationSettingsRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationSettingsRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationSettingsRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationSettingsRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationSettingsRequestEntityTooLarge) String

type GetAuthorizationSettingsRequestTimeout

type GetAuthorizationSettingsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSettingsRequestTimeout 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 NewGetAuthorizationSettingsRequestTimeout

func NewGetAuthorizationSettingsRequestTimeout() *GetAuthorizationSettingsRequestTimeout

NewGetAuthorizationSettingsRequestTimeout creates a GetAuthorizationSettingsRequestTimeout with default headers values

func (*GetAuthorizationSettingsRequestTimeout) Error

func (*GetAuthorizationSettingsRequestTimeout) GetPayload

func (*GetAuthorizationSettingsRequestTimeout) IsClientError

func (o *GetAuthorizationSettingsRequestTimeout) IsClientError() bool

IsClientError returns true when this get authorization settings request timeout response has a 4xx status code

func (*GetAuthorizationSettingsRequestTimeout) IsCode

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

func (*GetAuthorizationSettingsRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization settings request timeout response has a 3xx status code

func (*GetAuthorizationSettingsRequestTimeout) IsServerError

func (o *GetAuthorizationSettingsRequestTimeout) IsServerError() bool

IsServerError returns true when this get authorization settings request timeout response has a 5xx status code

func (*GetAuthorizationSettingsRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization settings request timeout response has a 2xx status code

func (*GetAuthorizationSettingsRequestTimeout) String

type GetAuthorizationSettingsServiceUnavailable

type GetAuthorizationSettingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationSettingsServiceUnavailable 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 NewGetAuthorizationSettingsServiceUnavailable

func NewGetAuthorizationSettingsServiceUnavailable() *GetAuthorizationSettingsServiceUnavailable

NewGetAuthorizationSettingsServiceUnavailable creates a GetAuthorizationSettingsServiceUnavailable with default headers values

func (*GetAuthorizationSettingsServiceUnavailable) Error

func (*GetAuthorizationSettingsServiceUnavailable) GetPayload

func (*GetAuthorizationSettingsServiceUnavailable) IsClientError

IsClientError returns true when this get authorization settings service unavailable response has a 4xx status code

func (*GetAuthorizationSettingsServiceUnavailable) IsCode

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

func (*GetAuthorizationSettingsServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization settings service unavailable response has a 3xx status code

func (*GetAuthorizationSettingsServiceUnavailable) IsServerError

IsServerError returns true when this get authorization settings service unavailable response has a 5xx status code

func (*GetAuthorizationSettingsServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization settings service unavailable response has a 2xx status code

func (*GetAuthorizationSettingsServiceUnavailable) String

type GetAuthorizationSettingsTooManyRequests

type GetAuthorizationSettingsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationSettingsTooManyRequests

func NewGetAuthorizationSettingsTooManyRequests() *GetAuthorizationSettingsTooManyRequests

NewGetAuthorizationSettingsTooManyRequests creates a GetAuthorizationSettingsTooManyRequests with default headers values

func (*GetAuthorizationSettingsTooManyRequests) Error

func (*GetAuthorizationSettingsTooManyRequests) GetPayload

func (*GetAuthorizationSettingsTooManyRequests) IsClientError

func (o *GetAuthorizationSettingsTooManyRequests) IsClientError() bool

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

func (*GetAuthorizationSettingsTooManyRequests) IsCode

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

func (*GetAuthorizationSettingsTooManyRequests) IsRedirect

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

func (*GetAuthorizationSettingsTooManyRequests) IsServerError

func (o *GetAuthorizationSettingsTooManyRequests) IsServerError() bool

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

func (*GetAuthorizationSettingsTooManyRequests) IsSuccess

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

func (*GetAuthorizationSettingsTooManyRequests) String

type GetAuthorizationSettingsUnauthorized

type GetAuthorizationSettingsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetAuthorizationSettingsUnauthorized

func NewGetAuthorizationSettingsUnauthorized() *GetAuthorizationSettingsUnauthorized

NewGetAuthorizationSettingsUnauthorized creates a GetAuthorizationSettingsUnauthorized with default headers values

func (*GetAuthorizationSettingsUnauthorized) Error

func (*GetAuthorizationSettingsUnauthorized) GetPayload

func (*GetAuthorizationSettingsUnauthorized) IsClientError

func (o *GetAuthorizationSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization settings unauthorized response has a 4xx status code

func (*GetAuthorizationSettingsUnauthorized) IsCode

IsCode returns true when this get authorization settings unauthorized response a status code equal to that given

func (*GetAuthorizationSettingsUnauthorized) IsRedirect

IsRedirect returns true when this get authorization settings unauthorized response has a 3xx status code

func (*GetAuthorizationSettingsUnauthorized) IsServerError

func (o *GetAuthorizationSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization settings unauthorized response has a 5xx status code

func (*GetAuthorizationSettingsUnauthorized) IsSuccess

IsSuccess returns true when this get authorization settings unauthorized response has a 2xx status code

func (*GetAuthorizationSettingsUnauthorized) String

type GetAuthorizationSettingsUnsupportedMediaType

type GetAuthorizationSettingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationSettingsUnsupportedMediaType 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 NewGetAuthorizationSettingsUnsupportedMediaType

func NewGetAuthorizationSettingsUnsupportedMediaType() *GetAuthorizationSettingsUnsupportedMediaType

NewGetAuthorizationSettingsUnsupportedMediaType creates a GetAuthorizationSettingsUnsupportedMediaType with default headers values

func (*GetAuthorizationSettingsUnsupportedMediaType) Error

func (*GetAuthorizationSettingsUnsupportedMediaType) GetPayload

func (*GetAuthorizationSettingsUnsupportedMediaType) IsClientError

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

func (*GetAuthorizationSettingsUnsupportedMediaType) IsCode

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

func (*GetAuthorizationSettingsUnsupportedMediaType) IsRedirect

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

func (*GetAuthorizationSettingsUnsupportedMediaType) IsServerError

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

func (*GetAuthorizationSettingsUnsupportedMediaType) IsSuccess

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

func (*GetAuthorizationSettingsUnsupportedMediaType) String

type GetAuthorizationSubjectBadRequest

type GetAuthorizationSubjectBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectBadRequest 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 NewGetAuthorizationSubjectBadRequest

func NewGetAuthorizationSubjectBadRequest() *GetAuthorizationSubjectBadRequest

NewGetAuthorizationSubjectBadRequest creates a GetAuthorizationSubjectBadRequest with default headers values

func (*GetAuthorizationSubjectBadRequest) Error

func (*GetAuthorizationSubjectBadRequest) GetPayload

func (*GetAuthorizationSubjectBadRequest) IsClientError

func (o *GetAuthorizationSubjectBadRequest) IsClientError() bool

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

func (*GetAuthorizationSubjectBadRequest) IsCode

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

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

func (*GetAuthorizationSubjectBadRequest) IsRedirect

func (o *GetAuthorizationSubjectBadRequest) IsRedirect() bool

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

func (*GetAuthorizationSubjectBadRequest) IsServerError

func (o *GetAuthorizationSubjectBadRequest) IsServerError() bool

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

func (*GetAuthorizationSubjectBadRequest) IsSuccess

func (o *GetAuthorizationSubjectBadRequest) IsSuccess() bool

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

func (*GetAuthorizationSubjectBadRequest) String

type GetAuthorizationSubjectForbidden

type GetAuthorizationSubjectForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuthorizationSubjectForbidden

func NewGetAuthorizationSubjectForbidden() *GetAuthorizationSubjectForbidden

NewGetAuthorizationSubjectForbidden creates a GetAuthorizationSubjectForbidden with default headers values

func (*GetAuthorizationSubjectForbidden) Error

func (*GetAuthorizationSubjectForbidden) GetPayload

func (*GetAuthorizationSubjectForbidden) IsClientError

func (o *GetAuthorizationSubjectForbidden) IsClientError() bool

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

func (*GetAuthorizationSubjectForbidden) IsCode

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

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

func (*GetAuthorizationSubjectForbidden) IsRedirect

func (o *GetAuthorizationSubjectForbidden) IsRedirect() bool

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

func (*GetAuthorizationSubjectForbidden) IsServerError

func (o *GetAuthorizationSubjectForbidden) IsServerError() bool

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

func (*GetAuthorizationSubjectForbidden) IsSuccess

func (o *GetAuthorizationSubjectForbidden) IsSuccess() bool

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

func (*GetAuthorizationSubjectForbidden) String

type GetAuthorizationSubjectGatewayTimeout

type GetAuthorizationSubjectGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationSubjectGatewayTimeout

func NewGetAuthorizationSubjectGatewayTimeout() *GetAuthorizationSubjectGatewayTimeout

NewGetAuthorizationSubjectGatewayTimeout creates a GetAuthorizationSubjectGatewayTimeout with default headers values

func (*GetAuthorizationSubjectGatewayTimeout) Error

func (*GetAuthorizationSubjectGatewayTimeout) GetPayload

func (*GetAuthorizationSubjectGatewayTimeout) IsClientError

func (o *GetAuthorizationSubjectGatewayTimeout) IsClientError() bool

IsClientError returns true when this get authorization subject gateway timeout response has a 4xx status code

func (*GetAuthorizationSubjectGatewayTimeout) IsCode

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

func (*GetAuthorizationSubjectGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization subject gateway timeout response has a 3xx status code

func (*GetAuthorizationSubjectGatewayTimeout) IsServerError

func (o *GetAuthorizationSubjectGatewayTimeout) IsServerError() bool

IsServerError returns true when this get authorization subject gateway timeout response has a 5xx status code

func (*GetAuthorizationSubjectGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization subject gateway timeout response has a 2xx status code

func (*GetAuthorizationSubjectGatewayTimeout) String

type GetAuthorizationSubjectInternalServerError

type GetAuthorizationSubjectInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectInternalServerError 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 NewGetAuthorizationSubjectInternalServerError

func NewGetAuthorizationSubjectInternalServerError() *GetAuthorizationSubjectInternalServerError

NewGetAuthorizationSubjectInternalServerError creates a GetAuthorizationSubjectInternalServerError with default headers values

func (*GetAuthorizationSubjectInternalServerError) Error

func (*GetAuthorizationSubjectInternalServerError) GetPayload

func (*GetAuthorizationSubjectInternalServerError) IsClientError

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

func (*GetAuthorizationSubjectInternalServerError) IsCode

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

func (*GetAuthorizationSubjectInternalServerError) IsRedirect

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

func (*GetAuthorizationSubjectInternalServerError) IsServerError

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

func (*GetAuthorizationSubjectInternalServerError) IsSuccess

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

func (*GetAuthorizationSubjectInternalServerError) String

type GetAuthorizationSubjectNotFound

type GetAuthorizationSubjectNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuthorizationSubjectNotFound

func NewGetAuthorizationSubjectNotFound() *GetAuthorizationSubjectNotFound

NewGetAuthorizationSubjectNotFound creates a GetAuthorizationSubjectNotFound with default headers values

func (*GetAuthorizationSubjectNotFound) Error

func (*GetAuthorizationSubjectNotFound) GetPayload

func (*GetAuthorizationSubjectNotFound) IsClientError

func (o *GetAuthorizationSubjectNotFound) IsClientError() bool

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

func (*GetAuthorizationSubjectNotFound) IsCode

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

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

func (*GetAuthorizationSubjectNotFound) IsRedirect

func (o *GetAuthorizationSubjectNotFound) IsRedirect() bool

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

func (*GetAuthorizationSubjectNotFound) IsServerError

func (o *GetAuthorizationSubjectNotFound) IsServerError() bool

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

func (*GetAuthorizationSubjectNotFound) IsSuccess

func (o *GetAuthorizationSubjectNotFound) IsSuccess() bool

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

func (*GetAuthorizationSubjectNotFound) String

type GetAuthorizationSubjectOK

type GetAuthorizationSubjectOK struct {
	Payload *models.AuthzSubject
}

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

successful operation

func NewGetAuthorizationSubjectOK

func NewGetAuthorizationSubjectOK() *GetAuthorizationSubjectOK

NewGetAuthorizationSubjectOK creates a GetAuthorizationSubjectOK with default headers values

func (*GetAuthorizationSubjectOK) Error

func (o *GetAuthorizationSubjectOK) Error() string

func (*GetAuthorizationSubjectOK) GetPayload

func (*GetAuthorizationSubjectOK) IsClientError

func (o *GetAuthorizationSubjectOK) IsClientError() bool

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

func (*GetAuthorizationSubjectOK) IsCode

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

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

func (*GetAuthorizationSubjectOK) IsRedirect

func (o *GetAuthorizationSubjectOK) IsRedirect() bool

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

func (*GetAuthorizationSubjectOK) IsServerError

func (o *GetAuthorizationSubjectOK) IsServerError() bool

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

func (*GetAuthorizationSubjectOK) IsSuccess

func (o *GetAuthorizationSubjectOK) IsSuccess() bool

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

func (*GetAuthorizationSubjectOK) String

func (o *GetAuthorizationSubjectOK) String() string

type GetAuthorizationSubjectParams

type GetAuthorizationSubjectParams struct {

	/* SubjectID.

	   Subject ID (user or group)
	*/
	SubjectID string

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

GetAuthorizationSubjectParams contains all the parameters to send to the API endpoint

for the get authorization subject operation.

Typically these are written to a http.Request.

func NewGetAuthorizationSubjectParams

func NewGetAuthorizationSubjectParams() *GetAuthorizationSubjectParams

NewGetAuthorizationSubjectParams creates a new GetAuthorizationSubjectParams 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 NewGetAuthorizationSubjectParamsWithContext

func NewGetAuthorizationSubjectParamsWithContext(ctx context.Context) *GetAuthorizationSubjectParams

NewGetAuthorizationSubjectParamsWithContext creates a new GetAuthorizationSubjectParams object with the ability to set a context for a request.

func NewGetAuthorizationSubjectParamsWithHTTPClient

func NewGetAuthorizationSubjectParamsWithHTTPClient(client *http.Client) *GetAuthorizationSubjectParams

NewGetAuthorizationSubjectParamsWithHTTPClient creates a new GetAuthorizationSubjectParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationSubjectParamsWithTimeout

func NewGetAuthorizationSubjectParamsWithTimeout(timeout time.Duration) *GetAuthorizationSubjectParams

NewGetAuthorizationSubjectParamsWithTimeout creates a new GetAuthorizationSubjectParams object with the ability to set a timeout on a request.

func (*GetAuthorizationSubjectParams) SetContext

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

SetContext adds the context to the get authorization subject params

func (*GetAuthorizationSubjectParams) SetDefaults

func (o *GetAuthorizationSubjectParams) SetDefaults()

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

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

func (*GetAuthorizationSubjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get authorization subject params

func (*GetAuthorizationSubjectParams) SetSubjectID

func (o *GetAuthorizationSubjectParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the get authorization subject params

func (*GetAuthorizationSubjectParams) SetTimeout

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

SetTimeout adds the timeout to the get authorization subject params

func (*GetAuthorizationSubjectParams) WithContext

WithContext adds the context to the get authorization subject params

func (*GetAuthorizationSubjectParams) WithDefaults

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

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

func (*GetAuthorizationSubjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization subject params

func (*GetAuthorizationSubjectParams) WithSubjectID

WithSubjectID adds the subjectID to the get authorization subject params

func (*GetAuthorizationSubjectParams) WithTimeout

WithTimeout adds the timeout to the get authorization subject params

func (*GetAuthorizationSubjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationSubjectReader

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

GetAuthorizationSubjectReader is a Reader for the GetAuthorizationSubject structure.

func (*GetAuthorizationSubjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuthorizationSubjectRequestEntityTooLarge

type GetAuthorizationSubjectRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationSubjectRequestEntityTooLarge

func NewGetAuthorizationSubjectRequestEntityTooLarge() *GetAuthorizationSubjectRequestEntityTooLarge

NewGetAuthorizationSubjectRequestEntityTooLarge creates a GetAuthorizationSubjectRequestEntityTooLarge with default headers values

func (*GetAuthorizationSubjectRequestEntityTooLarge) Error

func (*GetAuthorizationSubjectRequestEntityTooLarge) GetPayload

func (*GetAuthorizationSubjectRequestEntityTooLarge) IsClientError

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

func (*GetAuthorizationSubjectRequestEntityTooLarge) IsCode

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

func (*GetAuthorizationSubjectRequestEntityTooLarge) IsRedirect

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

func (*GetAuthorizationSubjectRequestEntityTooLarge) IsServerError

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

func (*GetAuthorizationSubjectRequestEntityTooLarge) IsSuccess

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

func (*GetAuthorizationSubjectRequestEntityTooLarge) String

type GetAuthorizationSubjectRequestTimeout

type GetAuthorizationSubjectRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectRequestTimeout 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 NewGetAuthorizationSubjectRequestTimeout

func NewGetAuthorizationSubjectRequestTimeout() *GetAuthorizationSubjectRequestTimeout

NewGetAuthorizationSubjectRequestTimeout creates a GetAuthorizationSubjectRequestTimeout with default headers values

func (*GetAuthorizationSubjectRequestTimeout) Error

func (*GetAuthorizationSubjectRequestTimeout) GetPayload

func (*GetAuthorizationSubjectRequestTimeout) IsClientError

func (o *GetAuthorizationSubjectRequestTimeout) IsClientError() bool

IsClientError returns true when this get authorization subject request timeout response has a 4xx status code

func (*GetAuthorizationSubjectRequestTimeout) IsCode

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

func (*GetAuthorizationSubjectRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization subject request timeout response has a 3xx status code

func (*GetAuthorizationSubjectRequestTimeout) IsServerError

func (o *GetAuthorizationSubjectRequestTimeout) IsServerError() bool

IsServerError returns true when this get authorization subject request timeout response has a 5xx status code

func (*GetAuthorizationSubjectRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization subject request timeout response has a 2xx status code

func (*GetAuthorizationSubjectRequestTimeout) String

type GetAuthorizationSubjectServiceUnavailable

type GetAuthorizationSubjectServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectServiceUnavailable 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 NewGetAuthorizationSubjectServiceUnavailable

func NewGetAuthorizationSubjectServiceUnavailable() *GetAuthorizationSubjectServiceUnavailable

NewGetAuthorizationSubjectServiceUnavailable creates a GetAuthorizationSubjectServiceUnavailable with default headers values

func (*GetAuthorizationSubjectServiceUnavailable) Error

func (*GetAuthorizationSubjectServiceUnavailable) GetPayload

func (*GetAuthorizationSubjectServiceUnavailable) IsClientError

IsClientError returns true when this get authorization subject service unavailable response has a 4xx status code

func (*GetAuthorizationSubjectServiceUnavailable) IsCode

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

func (*GetAuthorizationSubjectServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization subject service unavailable response has a 3xx status code

func (*GetAuthorizationSubjectServiceUnavailable) IsServerError

IsServerError returns true when this get authorization subject service unavailable response has a 5xx status code

func (*GetAuthorizationSubjectServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization subject service unavailable response has a 2xx status code

func (*GetAuthorizationSubjectServiceUnavailable) String

type GetAuthorizationSubjectTooManyRequests

type GetAuthorizationSubjectTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationSubjectTooManyRequests

func NewGetAuthorizationSubjectTooManyRequests() *GetAuthorizationSubjectTooManyRequests

NewGetAuthorizationSubjectTooManyRequests creates a GetAuthorizationSubjectTooManyRequests with default headers values

func (*GetAuthorizationSubjectTooManyRequests) Error

func (*GetAuthorizationSubjectTooManyRequests) GetPayload

func (*GetAuthorizationSubjectTooManyRequests) IsClientError

func (o *GetAuthorizationSubjectTooManyRequests) IsClientError() bool

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

func (*GetAuthorizationSubjectTooManyRequests) IsCode

IsCode returns true when this get authorization subject too many requests response a status code equal to that given

func (*GetAuthorizationSubjectTooManyRequests) IsRedirect

IsRedirect returns true when this get authorization subject too many requests response has a 3xx status code

func (*GetAuthorizationSubjectTooManyRequests) IsServerError

func (o *GetAuthorizationSubjectTooManyRequests) IsServerError() bool

IsServerError returns true when this get authorization subject too many requests response has a 5xx status code

func (*GetAuthorizationSubjectTooManyRequests) IsSuccess

IsSuccess returns true when this get authorization subject too many requests response has a 2xx status code

func (*GetAuthorizationSubjectTooManyRequests) String

type GetAuthorizationSubjectUnauthorized

type GetAuthorizationSubjectUnauthorized struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAuthorizationSubjectUnauthorized

func NewGetAuthorizationSubjectUnauthorized() *GetAuthorizationSubjectUnauthorized

NewGetAuthorizationSubjectUnauthorized creates a GetAuthorizationSubjectUnauthorized with default headers values

func (*GetAuthorizationSubjectUnauthorized) Error

func (*GetAuthorizationSubjectUnauthorized) GetPayload

func (*GetAuthorizationSubjectUnauthorized) IsClientError

func (o *GetAuthorizationSubjectUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization subject unauthorized response has a 4xx status code

func (*GetAuthorizationSubjectUnauthorized) IsCode

IsCode returns true when this get authorization subject unauthorized response a status code equal to that given

func (*GetAuthorizationSubjectUnauthorized) IsRedirect

func (o *GetAuthorizationSubjectUnauthorized) IsRedirect() bool

IsRedirect returns true when this get authorization subject unauthorized response has a 3xx status code

func (*GetAuthorizationSubjectUnauthorized) IsServerError

func (o *GetAuthorizationSubjectUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization subject unauthorized response has a 5xx status code

func (*GetAuthorizationSubjectUnauthorized) IsSuccess

IsSuccess returns true when this get authorization subject unauthorized response has a 2xx status code

func (*GetAuthorizationSubjectUnauthorized) String

type GetAuthorizationSubjectUnsupportedMediaType

type GetAuthorizationSubjectUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectUnsupportedMediaType 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 NewGetAuthorizationSubjectUnsupportedMediaType

func NewGetAuthorizationSubjectUnsupportedMediaType() *GetAuthorizationSubjectUnsupportedMediaType

NewGetAuthorizationSubjectUnsupportedMediaType creates a GetAuthorizationSubjectUnsupportedMediaType with default headers values

func (*GetAuthorizationSubjectUnsupportedMediaType) Error

func (*GetAuthorizationSubjectUnsupportedMediaType) GetPayload

func (*GetAuthorizationSubjectUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization subject unsupported media type response has a 4xx status code

func (*GetAuthorizationSubjectUnsupportedMediaType) IsCode

IsCode returns true when this get authorization subject unsupported media type response a status code equal to that given

func (*GetAuthorizationSubjectUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization subject unsupported media type response has a 3xx status code

func (*GetAuthorizationSubjectUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization subject unsupported media type response has a 5xx status code

func (*GetAuthorizationSubjectUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization subject unsupported media type response has a 2xx status code

func (*GetAuthorizationSubjectUnsupportedMediaType) String

type GetAuthorizationSubjectsMeBadRequest

type GetAuthorizationSubjectsMeBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeBadRequest 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 NewGetAuthorizationSubjectsMeBadRequest

func NewGetAuthorizationSubjectsMeBadRequest() *GetAuthorizationSubjectsMeBadRequest

NewGetAuthorizationSubjectsMeBadRequest creates a GetAuthorizationSubjectsMeBadRequest with default headers values

func (*GetAuthorizationSubjectsMeBadRequest) Error

func (*GetAuthorizationSubjectsMeBadRequest) GetPayload

func (*GetAuthorizationSubjectsMeBadRequest) IsClientError

func (o *GetAuthorizationSubjectsMeBadRequest) IsClientError() bool

IsClientError returns true when this get authorization subjects me bad request response has a 4xx status code

func (*GetAuthorizationSubjectsMeBadRequest) IsCode

IsCode returns true when this get authorization subjects me bad request response a status code equal to that given

func (*GetAuthorizationSubjectsMeBadRequest) IsRedirect

IsRedirect returns true when this get authorization subjects me bad request response has a 3xx status code

func (*GetAuthorizationSubjectsMeBadRequest) IsServerError

func (o *GetAuthorizationSubjectsMeBadRequest) IsServerError() bool

IsServerError returns true when this get authorization subjects me bad request response has a 5xx status code

func (*GetAuthorizationSubjectsMeBadRequest) IsSuccess

IsSuccess returns true when this get authorization subjects me bad request response has a 2xx status code

func (*GetAuthorizationSubjectsMeBadRequest) String

type GetAuthorizationSubjectsMeForbidden

type GetAuthorizationSubjectsMeForbidden struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAuthorizationSubjectsMeForbidden

func NewGetAuthorizationSubjectsMeForbidden() *GetAuthorizationSubjectsMeForbidden

NewGetAuthorizationSubjectsMeForbidden creates a GetAuthorizationSubjectsMeForbidden with default headers values

func (*GetAuthorizationSubjectsMeForbidden) Error

func (*GetAuthorizationSubjectsMeForbidden) GetPayload

func (*GetAuthorizationSubjectsMeForbidden) IsClientError

func (o *GetAuthorizationSubjectsMeForbidden) IsClientError() bool

IsClientError returns true when this get authorization subjects me forbidden response has a 4xx status code

func (*GetAuthorizationSubjectsMeForbidden) IsCode

IsCode returns true when this get authorization subjects me forbidden response a status code equal to that given

func (*GetAuthorizationSubjectsMeForbidden) IsRedirect

func (o *GetAuthorizationSubjectsMeForbidden) IsRedirect() bool

IsRedirect returns true when this get authorization subjects me forbidden response has a 3xx status code

func (*GetAuthorizationSubjectsMeForbidden) IsServerError

func (o *GetAuthorizationSubjectsMeForbidden) IsServerError() bool

IsServerError returns true when this get authorization subjects me forbidden response has a 5xx status code

func (*GetAuthorizationSubjectsMeForbidden) IsSuccess

IsSuccess returns true when this get authorization subjects me forbidden response has a 2xx status code

func (*GetAuthorizationSubjectsMeForbidden) String

type GetAuthorizationSubjectsMeGatewayTimeout

type GetAuthorizationSubjectsMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationSubjectsMeGatewayTimeout

func NewGetAuthorizationSubjectsMeGatewayTimeout() *GetAuthorizationSubjectsMeGatewayTimeout

NewGetAuthorizationSubjectsMeGatewayTimeout creates a GetAuthorizationSubjectsMeGatewayTimeout with default headers values

func (*GetAuthorizationSubjectsMeGatewayTimeout) Error

func (*GetAuthorizationSubjectsMeGatewayTimeout) GetPayload

func (*GetAuthorizationSubjectsMeGatewayTimeout) IsClientError

IsClientError returns true when this get authorization subjects me gateway timeout response has a 4xx status code

func (*GetAuthorizationSubjectsMeGatewayTimeout) IsCode

IsCode returns true when this get authorization subjects me gateway timeout response a status code equal to that given

func (*GetAuthorizationSubjectsMeGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization subjects me gateway timeout response has a 3xx status code

func (*GetAuthorizationSubjectsMeGatewayTimeout) IsServerError

IsServerError returns true when this get authorization subjects me gateway timeout response has a 5xx status code

func (*GetAuthorizationSubjectsMeGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization subjects me gateway timeout response has a 2xx status code

func (*GetAuthorizationSubjectsMeGatewayTimeout) String

type GetAuthorizationSubjectsMeInternalServerError

type GetAuthorizationSubjectsMeInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeInternalServerError 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 NewGetAuthorizationSubjectsMeInternalServerError

func NewGetAuthorizationSubjectsMeInternalServerError() *GetAuthorizationSubjectsMeInternalServerError

NewGetAuthorizationSubjectsMeInternalServerError creates a GetAuthorizationSubjectsMeInternalServerError with default headers values

func (*GetAuthorizationSubjectsMeInternalServerError) Error

func (*GetAuthorizationSubjectsMeInternalServerError) GetPayload

func (*GetAuthorizationSubjectsMeInternalServerError) IsClientError

IsClientError returns true when this get authorization subjects me internal server error response has a 4xx status code

func (*GetAuthorizationSubjectsMeInternalServerError) IsCode

IsCode returns true when this get authorization subjects me internal server error response a status code equal to that given

func (*GetAuthorizationSubjectsMeInternalServerError) IsRedirect

IsRedirect returns true when this get authorization subjects me internal server error response has a 3xx status code

func (*GetAuthorizationSubjectsMeInternalServerError) IsServerError

IsServerError returns true when this get authorization subjects me internal server error response has a 5xx status code

func (*GetAuthorizationSubjectsMeInternalServerError) IsSuccess

IsSuccess returns true when this get authorization subjects me internal server error response has a 2xx status code

func (*GetAuthorizationSubjectsMeInternalServerError) String

type GetAuthorizationSubjectsMeNotFound

type GetAuthorizationSubjectsMeNotFound struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAuthorizationSubjectsMeNotFound

func NewGetAuthorizationSubjectsMeNotFound() *GetAuthorizationSubjectsMeNotFound

NewGetAuthorizationSubjectsMeNotFound creates a GetAuthorizationSubjectsMeNotFound with default headers values

func (*GetAuthorizationSubjectsMeNotFound) Error

func (*GetAuthorizationSubjectsMeNotFound) GetPayload

func (*GetAuthorizationSubjectsMeNotFound) IsClientError

func (o *GetAuthorizationSubjectsMeNotFound) IsClientError() bool

IsClientError returns true when this get authorization subjects me not found response has a 4xx status code

func (*GetAuthorizationSubjectsMeNotFound) IsCode

IsCode returns true when this get authorization subjects me not found response a status code equal to that given

func (*GetAuthorizationSubjectsMeNotFound) IsRedirect

func (o *GetAuthorizationSubjectsMeNotFound) IsRedirect() bool

IsRedirect returns true when this get authorization subjects me not found response has a 3xx status code

func (*GetAuthorizationSubjectsMeNotFound) IsServerError

func (o *GetAuthorizationSubjectsMeNotFound) IsServerError() bool

IsServerError returns true when this get authorization subjects me not found response has a 5xx status code

func (*GetAuthorizationSubjectsMeNotFound) IsSuccess

IsSuccess returns true when this get authorization subjects me not found response has a 2xx status code

func (*GetAuthorizationSubjectsMeNotFound) String

type GetAuthorizationSubjectsMeOK

type GetAuthorizationSubjectsMeOK struct {
	Payload *models.AuthzSubject
}

GetAuthorizationSubjectsMeOK describes a response with status code 200, with default header values.

successful operation

func NewGetAuthorizationSubjectsMeOK

func NewGetAuthorizationSubjectsMeOK() *GetAuthorizationSubjectsMeOK

NewGetAuthorizationSubjectsMeOK creates a GetAuthorizationSubjectsMeOK with default headers values

func (*GetAuthorizationSubjectsMeOK) Error

func (*GetAuthorizationSubjectsMeOK) GetPayload

func (*GetAuthorizationSubjectsMeOK) IsClientError

func (o *GetAuthorizationSubjectsMeOK) IsClientError() bool

IsClientError returns true when this get authorization subjects me o k response has a 4xx status code

func (*GetAuthorizationSubjectsMeOK) IsCode

func (o *GetAuthorizationSubjectsMeOK) IsCode(code int) bool

IsCode returns true when this get authorization subjects me o k response a status code equal to that given

func (*GetAuthorizationSubjectsMeOK) IsRedirect

func (o *GetAuthorizationSubjectsMeOK) IsRedirect() bool

IsRedirect returns true when this get authorization subjects me o k response has a 3xx status code

func (*GetAuthorizationSubjectsMeOK) IsServerError

func (o *GetAuthorizationSubjectsMeOK) IsServerError() bool

IsServerError returns true when this get authorization subjects me o k response has a 5xx status code

func (*GetAuthorizationSubjectsMeOK) IsSuccess

func (o *GetAuthorizationSubjectsMeOK) IsSuccess() bool

IsSuccess returns true when this get authorization subjects me o k response has a 2xx status code

func (*GetAuthorizationSubjectsMeOK) String

type GetAuthorizationSubjectsMeParams

type GetAuthorizationSubjectsMeParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAuthorizationSubjectsMeParams contains all the parameters to send to the API endpoint

for the get authorization subjects me operation.

Typically these are written to a http.Request.

func NewGetAuthorizationSubjectsMeParams

func NewGetAuthorizationSubjectsMeParams() *GetAuthorizationSubjectsMeParams

NewGetAuthorizationSubjectsMeParams creates a new GetAuthorizationSubjectsMeParams 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 NewGetAuthorizationSubjectsMeParamsWithContext

func NewGetAuthorizationSubjectsMeParamsWithContext(ctx context.Context) *GetAuthorizationSubjectsMeParams

NewGetAuthorizationSubjectsMeParamsWithContext creates a new GetAuthorizationSubjectsMeParams object with the ability to set a context for a request.

func NewGetAuthorizationSubjectsMeParamsWithHTTPClient

func NewGetAuthorizationSubjectsMeParamsWithHTTPClient(client *http.Client) *GetAuthorizationSubjectsMeParams

NewGetAuthorizationSubjectsMeParamsWithHTTPClient creates a new GetAuthorizationSubjectsMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationSubjectsMeParamsWithTimeout

func NewGetAuthorizationSubjectsMeParamsWithTimeout(timeout time.Duration) *GetAuthorizationSubjectsMeParams

NewGetAuthorizationSubjectsMeParamsWithTimeout creates a new GetAuthorizationSubjectsMeParams object with the ability to set a timeout on a request.

func (*GetAuthorizationSubjectsMeParams) SetContext

SetContext adds the context to the get authorization subjects me params

func (*GetAuthorizationSubjectsMeParams) SetDefaults

func (o *GetAuthorizationSubjectsMeParams) SetDefaults()

SetDefaults hydrates default values in the get authorization subjects me params (not the query body).

All values with no default are reset to their zero value.

func (*GetAuthorizationSubjectsMeParams) SetHTTPClient

func (o *GetAuthorizationSubjectsMeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get authorization subjects me params

func (*GetAuthorizationSubjectsMeParams) SetTimeout

func (o *GetAuthorizationSubjectsMeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get authorization subjects me params

func (*GetAuthorizationSubjectsMeParams) WithContext

WithContext adds the context to the get authorization subjects me params

func (*GetAuthorizationSubjectsMeParams) WithDefaults

WithDefaults hydrates default values in the get authorization subjects me params (not the query body).

All values with no default are reset to their zero value.

func (*GetAuthorizationSubjectsMeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization subjects me params

func (*GetAuthorizationSubjectsMeParams) WithTimeout

WithTimeout adds the timeout to the get authorization subjects me params

func (*GetAuthorizationSubjectsMeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationSubjectsMeReader

type GetAuthorizationSubjectsMeReader struct {
	// contains filtered or unexported fields
}

GetAuthorizationSubjectsMeReader is a Reader for the GetAuthorizationSubjectsMe structure.

func (*GetAuthorizationSubjectsMeReader) ReadResponse

func (o *GetAuthorizationSubjectsMeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAuthorizationSubjectsMeRequestEntityTooLarge

type GetAuthorizationSubjectsMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationSubjectsMeRequestEntityTooLarge

func NewGetAuthorizationSubjectsMeRequestEntityTooLarge() *GetAuthorizationSubjectsMeRequestEntityTooLarge

NewGetAuthorizationSubjectsMeRequestEntityTooLarge creates a GetAuthorizationSubjectsMeRequestEntityTooLarge with default headers values

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) Error

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) GetPayload

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization subjects me request entity too large response has a 4xx status code

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization subjects me request entity too large response a status code equal to that given

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization subjects me request entity too large response has a 3xx status code

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization subjects me request entity too large response has a 5xx status code

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization subjects me request entity too large response has a 2xx status code

func (*GetAuthorizationSubjectsMeRequestEntityTooLarge) String

type GetAuthorizationSubjectsMeRequestTimeout

type GetAuthorizationSubjectsMeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeRequestTimeout 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 NewGetAuthorizationSubjectsMeRequestTimeout

func NewGetAuthorizationSubjectsMeRequestTimeout() *GetAuthorizationSubjectsMeRequestTimeout

NewGetAuthorizationSubjectsMeRequestTimeout creates a GetAuthorizationSubjectsMeRequestTimeout with default headers values

func (*GetAuthorizationSubjectsMeRequestTimeout) Error

func (*GetAuthorizationSubjectsMeRequestTimeout) GetPayload

func (*GetAuthorizationSubjectsMeRequestTimeout) IsClientError

IsClientError returns true when this get authorization subjects me request timeout response has a 4xx status code

func (*GetAuthorizationSubjectsMeRequestTimeout) IsCode

IsCode returns true when this get authorization subjects me request timeout response a status code equal to that given

func (*GetAuthorizationSubjectsMeRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization subjects me request timeout response has a 3xx status code

func (*GetAuthorizationSubjectsMeRequestTimeout) IsServerError

IsServerError returns true when this get authorization subjects me request timeout response has a 5xx status code

func (*GetAuthorizationSubjectsMeRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization subjects me request timeout response has a 2xx status code

func (*GetAuthorizationSubjectsMeRequestTimeout) String

type GetAuthorizationSubjectsMeServiceUnavailable

type GetAuthorizationSubjectsMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeServiceUnavailable 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 NewGetAuthorizationSubjectsMeServiceUnavailable

func NewGetAuthorizationSubjectsMeServiceUnavailable() *GetAuthorizationSubjectsMeServiceUnavailable

NewGetAuthorizationSubjectsMeServiceUnavailable creates a GetAuthorizationSubjectsMeServiceUnavailable with default headers values

func (*GetAuthorizationSubjectsMeServiceUnavailable) Error

func (*GetAuthorizationSubjectsMeServiceUnavailable) GetPayload

func (*GetAuthorizationSubjectsMeServiceUnavailable) IsClientError

IsClientError returns true when this get authorization subjects me service unavailable response has a 4xx status code

func (*GetAuthorizationSubjectsMeServiceUnavailable) IsCode

IsCode returns true when this get authorization subjects me service unavailable response a status code equal to that given

func (*GetAuthorizationSubjectsMeServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization subjects me service unavailable response has a 3xx status code

func (*GetAuthorizationSubjectsMeServiceUnavailable) IsServerError

IsServerError returns true when this get authorization subjects me service unavailable response has a 5xx status code

func (*GetAuthorizationSubjectsMeServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization subjects me service unavailable response has a 2xx status code

func (*GetAuthorizationSubjectsMeServiceUnavailable) String

type GetAuthorizationSubjectsMeTooManyRequests

type GetAuthorizationSubjectsMeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationSubjectsMeTooManyRequests

func NewGetAuthorizationSubjectsMeTooManyRequests() *GetAuthorizationSubjectsMeTooManyRequests

NewGetAuthorizationSubjectsMeTooManyRequests creates a GetAuthorizationSubjectsMeTooManyRequests with default headers values

func (*GetAuthorizationSubjectsMeTooManyRequests) Error

func (*GetAuthorizationSubjectsMeTooManyRequests) GetPayload

func (*GetAuthorizationSubjectsMeTooManyRequests) IsClientError

IsClientError returns true when this get authorization subjects me too many requests response has a 4xx status code

func (*GetAuthorizationSubjectsMeTooManyRequests) IsCode

IsCode returns true when this get authorization subjects me too many requests response a status code equal to that given

func (*GetAuthorizationSubjectsMeTooManyRequests) IsRedirect

IsRedirect returns true when this get authorization subjects me too many requests response has a 3xx status code

func (*GetAuthorizationSubjectsMeTooManyRequests) IsServerError

IsServerError returns true when this get authorization subjects me too many requests response has a 5xx status code

func (*GetAuthorizationSubjectsMeTooManyRequests) IsSuccess

IsSuccess returns true when this get authorization subjects me too many requests response has a 2xx status code

func (*GetAuthorizationSubjectsMeTooManyRequests) String

type GetAuthorizationSubjectsMeUnauthorized

type GetAuthorizationSubjectsMeUnauthorized struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAuthorizationSubjectsMeUnauthorized

func NewGetAuthorizationSubjectsMeUnauthorized() *GetAuthorizationSubjectsMeUnauthorized

NewGetAuthorizationSubjectsMeUnauthorized creates a GetAuthorizationSubjectsMeUnauthorized with default headers values

func (*GetAuthorizationSubjectsMeUnauthorized) Error

func (*GetAuthorizationSubjectsMeUnauthorized) GetPayload

func (*GetAuthorizationSubjectsMeUnauthorized) IsClientError

func (o *GetAuthorizationSubjectsMeUnauthorized) IsClientError() bool

IsClientError returns true when this get authorization subjects me unauthorized response has a 4xx status code

func (*GetAuthorizationSubjectsMeUnauthorized) IsCode

IsCode returns true when this get authorization subjects me unauthorized response a status code equal to that given

func (*GetAuthorizationSubjectsMeUnauthorized) IsRedirect

IsRedirect returns true when this get authorization subjects me unauthorized response has a 3xx status code

func (*GetAuthorizationSubjectsMeUnauthorized) IsServerError

func (o *GetAuthorizationSubjectsMeUnauthorized) IsServerError() bool

IsServerError returns true when this get authorization subjects me unauthorized response has a 5xx status code

func (*GetAuthorizationSubjectsMeUnauthorized) IsSuccess

IsSuccess returns true when this get authorization subjects me unauthorized response has a 2xx status code

func (*GetAuthorizationSubjectsMeUnauthorized) String

type GetAuthorizationSubjectsMeUnsupportedMediaType

type GetAuthorizationSubjectsMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsMeUnsupportedMediaType 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 NewGetAuthorizationSubjectsMeUnsupportedMediaType

func NewGetAuthorizationSubjectsMeUnsupportedMediaType() *GetAuthorizationSubjectsMeUnsupportedMediaType

NewGetAuthorizationSubjectsMeUnsupportedMediaType creates a GetAuthorizationSubjectsMeUnsupportedMediaType with default headers values

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) Error

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) GetPayload

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization subjects me unsupported media type response has a 4xx status code

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) IsCode

IsCode returns true when this get authorization subjects me unsupported media type response a status code equal to that given

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization subjects me unsupported media type response has a 3xx status code

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization subjects me unsupported media type response has a 5xx status code

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization subjects me unsupported media type response has a 2xx status code

func (*GetAuthorizationSubjectsMeUnsupportedMediaType) String

type GetAuthorizationSubjectsRolecountsBadRequest

type GetAuthorizationSubjectsRolecountsBadRequest struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsBadRequest 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 NewGetAuthorizationSubjectsRolecountsBadRequest

func NewGetAuthorizationSubjectsRolecountsBadRequest() *GetAuthorizationSubjectsRolecountsBadRequest

NewGetAuthorizationSubjectsRolecountsBadRequest creates a GetAuthorizationSubjectsRolecountsBadRequest with default headers values

func (*GetAuthorizationSubjectsRolecountsBadRequest) Error

func (*GetAuthorizationSubjectsRolecountsBadRequest) GetPayload

func (*GetAuthorizationSubjectsRolecountsBadRequest) IsClientError

IsClientError returns true when this get authorization subjects rolecounts bad request response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsBadRequest) IsCode

IsCode returns true when this get authorization subjects rolecounts bad request response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsBadRequest) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts bad request response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsBadRequest) IsServerError

IsServerError returns true when this get authorization subjects rolecounts bad request response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsBadRequest) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts bad request response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsBadRequest) String

type GetAuthorizationSubjectsRolecountsForbidden

type GetAuthorizationSubjectsRolecountsForbidden struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetAuthorizationSubjectsRolecountsForbidden

func NewGetAuthorizationSubjectsRolecountsForbidden() *GetAuthorizationSubjectsRolecountsForbidden

NewGetAuthorizationSubjectsRolecountsForbidden creates a GetAuthorizationSubjectsRolecountsForbidden with default headers values

func (*GetAuthorizationSubjectsRolecountsForbidden) Error

func (*GetAuthorizationSubjectsRolecountsForbidden) GetPayload

func (*GetAuthorizationSubjectsRolecountsForbidden) IsClientError

IsClientError returns true when this get authorization subjects rolecounts forbidden response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsForbidden) IsCode

IsCode returns true when this get authorization subjects rolecounts forbidden response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsForbidden) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts forbidden response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsForbidden) IsServerError

IsServerError returns true when this get authorization subjects rolecounts forbidden response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsForbidden) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts forbidden response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsForbidden) String

type GetAuthorizationSubjectsRolecountsGatewayTimeout

type GetAuthorizationSubjectsRolecountsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuthorizationSubjectsRolecountsGatewayTimeout

func NewGetAuthorizationSubjectsRolecountsGatewayTimeout() *GetAuthorizationSubjectsRolecountsGatewayTimeout

NewGetAuthorizationSubjectsRolecountsGatewayTimeout creates a GetAuthorizationSubjectsRolecountsGatewayTimeout with default headers values

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) Error

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) GetPayload

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) IsClientError

IsClientError returns true when this get authorization subjects rolecounts gateway timeout response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) IsCode

IsCode returns true when this get authorization subjects rolecounts gateway timeout response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts gateway timeout response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) IsServerError

IsServerError returns true when this get authorization subjects rolecounts gateway timeout response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts gateway timeout response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsGatewayTimeout) String

type GetAuthorizationSubjectsRolecountsInternalServerError

type GetAuthorizationSubjectsRolecountsInternalServerError struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsInternalServerError 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 NewGetAuthorizationSubjectsRolecountsInternalServerError

func NewGetAuthorizationSubjectsRolecountsInternalServerError() *GetAuthorizationSubjectsRolecountsInternalServerError

NewGetAuthorizationSubjectsRolecountsInternalServerError creates a GetAuthorizationSubjectsRolecountsInternalServerError with default headers values

func (*GetAuthorizationSubjectsRolecountsInternalServerError) Error

func (*GetAuthorizationSubjectsRolecountsInternalServerError) GetPayload

func (*GetAuthorizationSubjectsRolecountsInternalServerError) IsClientError

IsClientError returns true when this get authorization subjects rolecounts internal server error response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsInternalServerError) IsCode

IsCode returns true when this get authorization subjects rolecounts internal server error response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsInternalServerError) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts internal server error response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsInternalServerError) IsServerError

IsServerError returns true when this get authorization subjects rolecounts internal server error response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsInternalServerError) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts internal server error response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsInternalServerError) String

type GetAuthorizationSubjectsRolecountsNotFound

type GetAuthorizationSubjectsRolecountsNotFound struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetAuthorizationSubjectsRolecountsNotFound

func NewGetAuthorizationSubjectsRolecountsNotFound() *GetAuthorizationSubjectsRolecountsNotFound

NewGetAuthorizationSubjectsRolecountsNotFound creates a GetAuthorizationSubjectsRolecountsNotFound with default headers values

func (*GetAuthorizationSubjectsRolecountsNotFound) Error

func (*GetAuthorizationSubjectsRolecountsNotFound) GetPayload

func (*GetAuthorizationSubjectsRolecountsNotFound) IsClientError

IsClientError returns true when this get authorization subjects rolecounts not found response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsNotFound) IsCode

IsCode returns true when this get authorization subjects rolecounts not found response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsNotFound) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts not found response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsNotFound) IsServerError

IsServerError returns true when this get authorization subjects rolecounts not found response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsNotFound) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts not found response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsNotFound) String

type GetAuthorizationSubjectsRolecountsOK

type GetAuthorizationSubjectsRolecountsOK struct {
	Payload map[string]interface{}
}

GetAuthorizationSubjectsRolecountsOK describes a response with status code 200, with default header values.

successful operation

func NewGetAuthorizationSubjectsRolecountsOK

func NewGetAuthorizationSubjectsRolecountsOK() *GetAuthorizationSubjectsRolecountsOK

NewGetAuthorizationSubjectsRolecountsOK creates a GetAuthorizationSubjectsRolecountsOK with default headers values

func (*GetAuthorizationSubjectsRolecountsOK) Error

func (*GetAuthorizationSubjectsRolecountsOK) GetPayload

func (o *GetAuthorizationSubjectsRolecountsOK) GetPayload() map[string]interface{}

func (*GetAuthorizationSubjectsRolecountsOK) IsClientError

func (o *GetAuthorizationSubjectsRolecountsOK) IsClientError() bool

IsClientError returns true when this get authorization subjects rolecounts o k response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsOK) IsCode

IsCode returns true when this get authorization subjects rolecounts o k response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsOK) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts o k response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsOK) IsServerError

func (o *GetAuthorizationSubjectsRolecountsOK) IsServerError() bool

IsServerError returns true when this get authorization subjects rolecounts o k response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsOK) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts o k response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsOK) String

type GetAuthorizationSubjectsRolecountsParams

type GetAuthorizationSubjectsRolecountsParams struct {

	/* ID.

	   id
	*/
	ID []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAuthorizationSubjectsRolecountsParams contains all the parameters to send to the API endpoint

for the get authorization subjects rolecounts operation.

Typically these are written to a http.Request.

func NewGetAuthorizationSubjectsRolecountsParams

func NewGetAuthorizationSubjectsRolecountsParams() *GetAuthorizationSubjectsRolecountsParams

NewGetAuthorizationSubjectsRolecountsParams creates a new GetAuthorizationSubjectsRolecountsParams 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 NewGetAuthorizationSubjectsRolecountsParamsWithContext

func NewGetAuthorizationSubjectsRolecountsParamsWithContext(ctx context.Context) *GetAuthorizationSubjectsRolecountsParams

NewGetAuthorizationSubjectsRolecountsParamsWithContext creates a new GetAuthorizationSubjectsRolecountsParams object with the ability to set a context for a request.

func NewGetAuthorizationSubjectsRolecountsParamsWithHTTPClient

func NewGetAuthorizationSubjectsRolecountsParamsWithHTTPClient(client *http.Client) *GetAuthorizationSubjectsRolecountsParams

NewGetAuthorizationSubjectsRolecountsParamsWithHTTPClient creates a new GetAuthorizationSubjectsRolecountsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuthorizationSubjectsRolecountsParamsWithTimeout

func NewGetAuthorizationSubjectsRolecountsParamsWithTimeout(timeout time.Duration) *GetAuthorizationSubjectsRolecountsParams

NewGetAuthorizationSubjectsRolecountsParamsWithTimeout creates a new GetAuthorizationSubjectsRolecountsParams object with the ability to set a timeout on a request.

func (*GetAuthorizationSubjectsRolecountsParams) SetContext

SetContext adds the context to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) SetDefaults

SetDefaults hydrates default values in the get authorization subjects rolecounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAuthorizationSubjectsRolecountsParams) SetHTTPClient

func (o *GetAuthorizationSubjectsRolecountsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) SetID

SetID adds the id to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) SetTimeout

SetTimeout adds the timeout to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) WithContext

WithContext adds the context to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) WithDefaults

WithDefaults hydrates default values in the get authorization subjects rolecounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAuthorizationSubjectsRolecountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) WithID

WithID adds the id to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) WithTimeout

WithTimeout adds the timeout to the get authorization subjects rolecounts params

func (*GetAuthorizationSubjectsRolecountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuthorizationSubjectsRolecountsReader

type GetAuthorizationSubjectsRolecountsReader struct {
	// contains filtered or unexported fields
}

GetAuthorizationSubjectsRolecountsReader is a Reader for the GetAuthorizationSubjectsRolecounts structure.

func (*GetAuthorizationSubjectsRolecountsReader) ReadResponse

func (o *GetAuthorizationSubjectsRolecountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAuthorizationSubjectsRolecountsRequestEntityTooLarge

type GetAuthorizationSubjectsRolecountsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuthorizationSubjectsRolecountsRequestEntityTooLarge

func NewGetAuthorizationSubjectsRolecountsRequestEntityTooLarge() *GetAuthorizationSubjectsRolecountsRequestEntityTooLarge

NewGetAuthorizationSubjectsRolecountsRequestEntityTooLarge creates a GetAuthorizationSubjectsRolecountsRequestEntityTooLarge with default headers values

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) Error

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) GetPayload

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get authorization subjects rolecounts request entity too large response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) IsCode

IsCode returns true when this get authorization subjects rolecounts request entity too large response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts request entity too large response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get authorization subjects rolecounts request entity too large response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts request entity too large response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsRequestEntityTooLarge) String

type GetAuthorizationSubjectsRolecountsRequestTimeout

type GetAuthorizationSubjectsRolecountsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsRequestTimeout 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 NewGetAuthorizationSubjectsRolecountsRequestTimeout

func NewGetAuthorizationSubjectsRolecountsRequestTimeout() *GetAuthorizationSubjectsRolecountsRequestTimeout

NewGetAuthorizationSubjectsRolecountsRequestTimeout creates a GetAuthorizationSubjectsRolecountsRequestTimeout with default headers values

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) Error

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) GetPayload

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) IsClientError

IsClientError returns true when this get authorization subjects rolecounts request timeout response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) IsCode

IsCode returns true when this get authorization subjects rolecounts request timeout response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts request timeout response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) IsServerError

IsServerError returns true when this get authorization subjects rolecounts request timeout response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts request timeout response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsRequestTimeout) String

type GetAuthorizationSubjectsRolecountsServiceUnavailable

type GetAuthorizationSubjectsRolecountsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsServiceUnavailable 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 NewGetAuthorizationSubjectsRolecountsServiceUnavailable

func NewGetAuthorizationSubjectsRolecountsServiceUnavailable() *GetAuthorizationSubjectsRolecountsServiceUnavailable

NewGetAuthorizationSubjectsRolecountsServiceUnavailable creates a GetAuthorizationSubjectsRolecountsServiceUnavailable with default headers values

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) Error

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) GetPayload

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) IsClientError

IsClientError returns true when this get authorization subjects rolecounts service unavailable response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) IsCode

IsCode returns true when this get authorization subjects rolecounts service unavailable response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts service unavailable response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) IsServerError

IsServerError returns true when this get authorization subjects rolecounts service unavailable response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts service unavailable response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsServiceUnavailable) String

type GetAuthorizationSubjectsRolecountsTooManyRequests

type GetAuthorizationSubjectsRolecountsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuthorizationSubjectsRolecountsTooManyRequests

func NewGetAuthorizationSubjectsRolecountsTooManyRequests() *GetAuthorizationSubjectsRolecountsTooManyRequests

NewGetAuthorizationSubjectsRolecountsTooManyRequests creates a GetAuthorizationSubjectsRolecountsTooManyRequests with default headers values

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) Error

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) GetPayload

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) IsClientError

IsClientError returns true when this get authorization subjects rolecounts too many requests response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) IsCode

IsCode returns true when this get authorization subjects rolecounts too many requests response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts too many requests response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) IsServerError

IsServerError returns true when this get authorization subjects rolecounts too many requests response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts too many requests response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsTooManyRequests) String

type GetAuthorizationSubjectsRolecountsUnauthorized

type GetAuthorizationSubjectsRolecountsUnauthorized struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAuthorizationSubjectsRolecountsUnauthorized

func NewGetAuthorizationSubjectsRolecountsUnauthorized() *GetAuthorizationSubjectsRolecountsUnauthorized

NewGetAuthorizationSubjectsRolecountsUnauthorized creates a GetAuthorizationSubjectsRolecountsUnauthorized with default headers values

func (*GetAuthorizationSubjectsRolecountsUnauthorized) Error

func (*GetAuthorizationSubjectsRolecountsUnauthorized) GetPayload

func (*GetAuthorizationSubjectsRolecountsUnauthorized) IsClientError

IsClientError returns true when this get authorization subjects rolecounts unauthorized response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsUnauthorized) IsCode

IsCode returns true when this get authorization subjects rolecounts unauthorized response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsUnauthorized) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts unauthorized response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsUnauthorized) IsServerError

IsServerError returns true when this get authorization subjects rolecounts unauthorized response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsUnauthorized) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts unauthorized response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsUnauthorized) String

type GetAuthorizationSubjectsRolecountsUnsupportedMediaType

type GetAuthorizationSubjectsRolecountsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuthorizationSubjectsRolecountsUnsupportedMediaType 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 NewGetAuthorizationSubjectsRolecountsUnsupportedMediaType

func NewGetAuthorizationSubjectsRolecountsUnsupportedMediaType() *GetAuthorizationSubjectsRolecountsUnsupportedMediaType

NewGetAuthorizationSubjectsRolecountsUnsupportedMediaType creates a GetAuthorizationSubjectsRolecountsUnsupportedMediaType with default headers values

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) Error

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) GetPayload

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) IsClientError

IsClientError returns true when this get authorization subjects rolecounts unsupported media type response has a 4xx status code

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) IsCode

IsCode returns true when this get authorization subjects rolecounts unsupported media type response a status code equal to that given

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get authorization subjects rolecounts unsupported media type response has a 3xx status code

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) IsServerError

IsServerError returns true when this get authorization subjects rolecounts unsupported media type response has a 5xx status code

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get authorization subjects rolecounts unsupported media type response has a 2xx status code

func (*GetAuthorizationSubjectsRolecountsUnsupportedMediaType) String

type GetUserRolesBadRequest

type GetUserRolesBadRequest struct {
	Payload *models.ErrorBody
}

GetUserRolesBadRequest 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 NewGetUserRolesBadRequest

func NewGetUserRolesBadRequest() *GetUserRolesBadRequest

NewGetUserRolesBadRequest creates a GetUserRolesBadRequest with default headers values

func (*GetUserRolesBadRequest) Error

func (o *GetUserRolesBadRequest) Error() string

func (*GetUserRolesBadRequest) GetPayload

func (o *GetUserRolesBadRequest) GetPayload() *models.ErrorBody

func (*GetUserRolesBadRequest) IsClientError

func (o *GetUserRolesBadRequest) IsClientError() bool

IsClientError returns true when this get user roles bad request response has a 4xx status code

func (*GetUserRolesBadRequest) IsCode

func (o *GetUserRolesBadRequest) IsCode(code int) bool

IsCode returns true when this get user roles bad request response a status code equal to that given

func (*GetUserRolesBadRequest) IsRedirect

func (o *GetUserRolesBadRequest) IsRedirect() bool

IsRedirect returns true when this get user roles bad request response has a 3xx status code

func (*GetUserRolesBadRequest) IsServerError

func (o *GetUserRolesBadRequest) IsServerError() bool

IsServerError returns true when this get user roles bad request response has a 5xx status code

func (*GetUserRolesBadRequest) IsSuccess

func (o *GetUserRolesBadRequest) IsSuccess() bool

IsSuccess returns true when this get user roles bad request response has a 2xx status code

func (*GetUserRolesBadRequest) String

func (o *GetUserRolesBadRequest) String() string

type GetUserRolesForbidden

type GetUserRolesForbidden struct {
	Payload *models.ErrorBody
}

GetUserRolesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetUserRolesForbidden

func NewGetUserRolesForbidden() *GetUserRolesForbidden

NewGetUserRolesForbidden creates a GetUserRolesForbidden with default headers values

func (*GetUserRolesForbidden) Error

func (o *GetUserRolesForbidden) Error() string

func (*GetUserRolesForbidden) GetPayload

func (o *GetUserRolesForbidden) GetPayload() *models.ErrorBody

func (*GetUserRolesForbidden) IsClientError

func (o *GetUserRolesForbidden) IsClientError() bool

IsClientError returns true when this get user roles forbidden response has a 4xx status code

func (*GetUserRolesForbidden) IsCode

func (o *GetUserRolesForbidden) IsCode(code int) bool

IsCode returns true when this get user roles forbidden response a status code equal to that given

func (*GetUserRolesForbidden) IsRedirect

func (o *GetUserRolesForbidden) IsRedirect() bool

IsRedirect returns true when this get user roles forbidden response has a 3xx status code

func (*GetUserRolesForbidden) IsServerError

func (o *GetUserRolesForbidden) IsServerError() bool

IsServerError returns true when this get user roles forbidden response has a 5xx status code

func (*GetUserRolesForbidden) IsSuccess

func (o *GetUserRolesForbidden) IsSuccess() bool

IsSuccess returns true when this get user roles forbidden response has a 2xx status code

func (*GetUserRolesForbidden) String

func (o *GetUserRolesForbidden) String() string

type GetUserRolesGatewayTimeout

type GetUserRolesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetUserRolesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetUserRolesGatewayTimeout

func NewGetUserRolesGatewayTimeout() *GetUserRolesGatewayTimeout

NewGetUserRolesGatewayTimeout creates a GetUserRolesGatewayTimeout with default headers values

func (*GetUserRolesGatewayTimeout) Error

func (*GetUserRolesGatewayTimeout) GetPayload

func (o *GetUserRolesGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetUserRolesGatewayTimeout) IsClientError

func (o *GetUserRolesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user roles gateway timeout response has a 4xx status code

func (*GetUserRolesGatewayTimeout) IsCode

func (o *GetUserRolesGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get user roles gateway timeout response a status code equal to that given

func (*GetUserRolesGatewayTimeout) IsRedirect

func (o *GetUserRolesGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user roles gateway timeout response has a 3xx status code

func (*GetUserRolesGatewayTimeout) IsServerError

func (o *GetUserRolesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user roles gateway timeout response has a 5xx status code

func (*GetUserRolesGatewayTimeout) IsSuccess

func (o *GetUserRolesGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user roles gateway timeout response has a 2xx status code

func (*GetUserRolesGatewayTimeout) String

func (o *GetUserRolesGatewayTimeout) String() string

type GetUserRolesInternalServerError

type GetUserRolesInternalServerError struct {
	Payload *models.ErrorBody
}

GetUserRolesInternalServerError 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 NewGetUserRolesInternalServerError

func NewGetUserRolesInternalServerError() *GetUserRolesInternalServerError

NewGetUserRolesInternalServerError creates a GetUserRolesInternalServerError with default headers values

func (*GetUserRolesInternalServerError) Error

func (*GetUserRolesInternalServerError) GetPayload

func (*GetUserRolesInternalServerError) IsClientError

func (o *GetUserRolesInternalServerError) IsClientError() bool

IsClientError returns true when this get user roles internal server error response has a 4xx status code

func (*GetUserRolesInternalServerError) IsCode

func (o *GetUserRolesInternalServerError) IsCode(code int) bool

IsCode returns true when this get user roles internal server error response a status code equal to that given

func (*GetUserRolesInternalServerError) IsRedirect

func (o *GetUserRolesInternalServerError) IsRedirect() bool

IsRedirect returns true when this get user roles internal server error response has a 3xx status code

func (*GetUserRolesInternalServerError) IsServerError

func (o *GetUserRolesInternalServerError) IsServerError() bool

IsServerError returns true when this get user roles internal server error response has a 5xx status code

func (*GetUserRolesInternalServerError) IsSuccess

func (o *GetUserRolesInternalServerError) IsSuccess() bool

IsSuccess returns true when this get user roles internal server error response has a 2xx status code

func (*GetUserRolesInternalServerError) String

type GetUserRolesNotFound

type GetUserRolesNotFound struct {
	Payload *models.ErrorBody
}

GetUserRolesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserRolesNotFound

func NewGetUserRolesNotFound() *GetUserRolesNotFound

NewGetUserRolesNotFound creates a GetUserRolesNotFound with default headers values

func (*GetUserRolesNotFound) Error

func (o *GetUserRolesNotFound) Error() string

func (*GetUserRolesNotFound) GetPayload

func (o *GetUserRolesNotFound) GetPayload() *models.ErrorBody

func (*GetUserRolesNotFound) IsClientError

func (o *GetUserRolesNotFound) IsClientError() bool

IsClientError returns true when this get user roles not found response has a 4xx status code

func (*GetUserRolesNotFound) IsCode

func (o *GetUserRolesNotFound) IsCode(code int) bool

IsCode returns true when this get user roles not found response a status code equal to that given

func (*GetUserRolesNotFound) IsRedirect

func (o *GetUserRolesNotFound) IsRedirect() bool

IsRedirect returns true when this get user roles not found response has a 3xx status code

func (*GetUserRolesNotFound) IsServerError

func (o *GetUserRolesNotFound) IsServerError() bool

IsServerError returns true when this get user roles not found response has a 5xx status code

func (*GetUserRolesNotFound) IsSuccess

func (o *GetUserRolesNotFound) IsSuccess() bool

IsSuccess returns true when this get user roles not found response has a 2xx status code

func (*GetUserRolesNotFound) String

func (o *GetUserRolesNotFound) String() string

type GetUserRolesOK

type GetUserRolesOK struct {
	Payload *models.UserAuthorization
}

GetUserRolesOK describes a response with status code 200, with default header values.

successful operation

func NewGetUserRolesOK

func NewGetUserRolesOK() *GetUserRolesOK

NewGetUserRolesOK creates a GetUserRolesOK with default headers values

func (*GetUserRolesOK) Error

func (o *GetUserRolesOK) Error() string

func (*GetUserRolesOK) GetPayload

func (o *GetUserRolesOK) GetPayload() *models.UserAuthorization

func (*GetUserRolesOK) IsClientError

func (o *GetUserRolesOK) IsClientError() bool

IsClientError returns true when this get user roles o k response has a 4xx status code

func (*GetUserRolesOK) IsCode

func (o *GetUserRolesOK) IsCode(code int) bool

IsCode returns true when this get user roles o k response a status code equal to that given

func (*GetUserRolesOK) IsRedirect

func (o *GetUserRolesOK) IsRedirect() bool

IsRedirect returns true when this get user roles o k response has a 3xx status code

func (*GetUserRolesOK) IsServerError

func (o *GetUserRolesOK) IsServerError() bool

IsServerError returns true when this get user roles o k response has a 5xx status code

func (*GetUserRolesOK) IsSuccess

func (o *GetUserRolesOK) IsSuccess() bool

IsSuccess returns true when this get user roles o k response has a 2xx status code

func (*GetUserRolesOK) String

func (o *GetUserRolesOK) String() string

type GetUserRolesParams

type GetUserRolesParams struct {

	/* SubjectID.

	   User ID
	*/
	SubjectID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserRolesParams contains all the parameters to send to the API endpoint

for the get user roles operation.

Typically these are written to a http.Request.

func NewGetUserRolesParams

func NewGetUserRolesParams() *GetUserRolesParams

NewGetUserRolesParams creates a new GetUserRolesParams 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 NewGetUserRolesParamsWithContext

func NewGetUserRolesParamsWithContext(ctx context.Context) *GetUserRolesParams

NewGetUserRolesParamsWithContext creates a new GetUserRolesParams object with the ability to set a context for a request.

func NewGetUserRolesParamsWithHTTPClient

func NewGetUserRolesParamsWithHTTPClient(client *http.Client) *GetUserRolesParams

NewGetUserRolesParamsWithHTTPClient creates a new GetUserRolesParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserRolesParamsWithTimeout

func NewGetUserRolesParamsWithTimeout(timeout time.Duration) *GetUserRolesParams

NewGetUserRolesParamsWithTimeout creates a new GetUserRolesParams object with the ability to set a timeout on a request.

func (*GetUserRolesParams) SetContext

func (o *GetUserRolesParams) SetContext(ctx context.Context)

SetContext adds the context to the get user roles params

func (*GetUserRolesParams) SetDefaults

func (o *GetUserRolesParams) SetDefaults()

SetDefaults hydrates default values in the get user roles params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserRolesParams) SetHTTPClient

func (o *GetUserRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get user roles params

func (*GetUserRolesParams) SetSubjectID

func (o *GetUserRolesParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the get user roles params

func (*GetUserRolesParams) SetTimeout

func (o *GetUserRolesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get user roles params

func (*GetUserRolesParams) WithContext

WithContext adds the context to the get user roles params

func (*GetUserRolesParams) WithDefaults

func (o *GetUserRolesParams) WithDefaults() *GetUserRolesParams

WithDefaults hydrates default values in the get user roles params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserRolesParams) WithHTTPClient

func (o *GetUserRolesParams) WithHTTPClient(client *http.Client) *GetUserRolesParams

WithHTTPClient adds the HTTPClient to the get user roles params

func (*GetUserRolesParams) WithSubjectID

func (o *GetUserRolesParams) WithSubjectID(subjectID string) *GetUserRolesParams

WithSubjectID adds the subjectID to the get user roles params

func (*GetUserRolesParams) WithTimeout

func (o *GetUserRolesParams) WithTimeout(timeout time.Duration) *GetUserRolesParams

WithTimeout adds the timeout to the get user roles params

func (*GetUserRolesParams) WriteToRequest

func (o *GetUserRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUserRolesReader

type GetUserRolesReader struct {
	// contains filtered or unexported fields
}

GetUserRolesReader is a Reader for the GetUserRoles structure.

func (*GetUserRolesReader) ReadResponse

func (o *GetUserRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUserRolesRequestEntityTooLarge

type GetUserRolesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserRolesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserRolesRequestEntityTooLarge

func NewGetUserRolesRequestEntityTooLarge() *GetUserRolesRequestEntityTooLarge

NewGetUserRolesRequestEntityTooLarge creates a GetUserRolesRequestEntityTooLarge with default headers values

func (*GetUserRolesRequestEntityTooLarge) Error

func (*GetUserRolesRequestEntityTooLarge) GetPayload

func (*GetUserRolesRequestEntityTooLarge) IsClientError

func (o *GetUserRolesRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user roles request entity too large response has a 4xx status code

func (*GetUserRolesRequestEntityTooLarge) IsCode

func (o *GetUserRolesRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this get user roles request entity too large response a status code equal to that given

func (*GetUserRolesRequestEntityTooLarge) IsRedirect

func (o *GetUserRolesRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get user roles request entity too large response has a 3xx status code

func (*GetUserRolesRequestEntityTooLarge) IsServerError

func (o *GetUserRolesRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user roles request entity too large response has a 5xx status code

func (*GetUserRolesRequestEntityTooLarge) IsSuccess

func (o *GetUserRolesRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get user roles request entity too large response has a 2xx status code

func (*GetUserRolesRequestEntityTooLarge) String

type GetUserRolesRequestTimeout

type GetUserRolesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserRolesRequestTimeout 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 NewGetUserRolesRequestTimeout

func NewGetUserRolesRequestTimeout() *GetUserRolesRequestTimeout

NewGetUserRolesRequestTimeout creates a GetUserRolesRequestTimeout with default headers values

func (*GetUserRolesRequestTimeout) Error

func (*GetUserRolesRequestTimeout) GetPayload

func (o *GetUserRolesRequestTimeout) GetPayload() *models.ErrorBody

func (*GetUserRolesRequestTimeout) IsClientError

func (o *GetUserRolesRequestTimeout) IsClientError() bool

IsClientError returns true when this get user roles request timeout response has a 4xx status code

func (*GetUserRolesRequestTimeout) IsCode

func (o *GetUserRolesRequestTimeout) IsCode(code int) bool

IsCode returns true when this get user roles request timeout response a status code equal to that given

func (*GetUserRolesRequestTimeout) IsRedirect

func (o *GetUserRolesRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user roles request timeout response has a 3xx status code

func (*GetUserRolesRequestTimeout) IsServerError

func (o *GetUserRolesRequestTimeout) IsServerError() bool

IsServerError returns true when this get user roles request timeout response has a 5xx status code

func (*GetUserRolesRequestTimeout) IsSuccess

func (o *GetUserRolesRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user roles request timeout response has a 2xx status code

func (*GetUserRolesRequestTimeout) String

func (o *GetUserRolesRequestTimeout) String() string

type GetUserRolesServiceUnavailable

type GetUserRolesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetUserRolesServiceUnavailable 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 NewGetUserRolesServiceUnavailable

func NewGetUserRolesServiceUnavailable() *GetUserRolesServiceUnavailable

NewGetUserRolesServiceUnavailable creates a GetUserRolesServiceUnavailable with default headers values

func (*GetUserRolesServiceUnavailable) Error

func (*GetUserRolesServiceUnavailable) GetPayload

func (*GetUserRolesServiceUnavailable) IsClientError

func (o *GetUserRolesServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user roles service unavailable response has a 4xx status code

func (*GetUserRolesServiceUnavailable) IsCode

func (o *GetUserRolesServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get user roles service unavailable response a status code equal to that given

func (*GetUserRolesServiceUnavailable) IsRedirect

func (o *GetUserRolesServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user roles service unavailable response has a 3xx status code

func (*GetUserRolesServiceUnavailable) IsServerError

func (o *GetUserRolesServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user roles service unavailable response has a 5xx status code

func (*GetUserRolesServiceUnavailable) IsSuccess

func (o *GetUserRolesServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get user roles service unavailable response has a 2xx status code

func (*GetUserRolesServiceUnavailable) String

type GetUserRolesTooManyRequests

type GetUserRolesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserRolesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserRolesTooManyRequests

func NewGetUserRolesTooManyRequests() *GetUserRolesTooManyRequests

NewGetUserRolesTooManyRequests creates a GetUserRolesTooManyRequests with default headers values

func (*GetUserRolesTooManyRequests) Error

func (*GetUserRolesTooManyRequests) GetPayload

func (o *GetUserRolesTooManyRequests) GetPayload() *models.ErrorBody

func (*GetUserRolesTooManyRequests) IsClientError

func (o *GetUserRolesTooManyRequests) IsClientError() bool

IsClientError returns true when this get user roles too many requests response has a 4xx status code

func (*GetUserRolesTooManyRequests) IsCode

func (o *GetUserRolesTooManyRequests) IsCode(code int) bool

IsCode returns true when this get user roles too many requests response a status code equal to that given

func (*GetUserRolesTooManyRequests) IsRedirect

func (o *GetUserRolesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user roles too many requests response has a 3xx status code

func (*GetUserRolesTooManyRequests) IsServerError

func (o *GetUserRolesTooManyRequests) IsServerError() bool

IsServerError returns true when this get user roles too many requests response has a 5xx status code

func (*GetUserRolesTooManyRequests) IsSuccess

func (o *GetUserRolesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user roles too many requests response has a 2xx status code

func (*GetUserRolesTooManyRequests) String

func (o *GetUserRolesTooManyRequests) String() string

type GetUserRolesUnauthorized

type GetUserRolesUnauthorized struct {
	Payload *models.ErrorBody
}

GetUserRolesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetUserRolesUnauthorized

func NewGetUserRolesUnauthorized() *GetUserRolesUnauthorized

NewGetUserRolesUnauthorized creates a GetUserRolesUnauthorized with default headers values

func (*GetUserRolesUnauthorized) Error

func (o *GetUserRolesUnauthorized) Error() string

func (*GetUserRolesUnauthorized) GetPayload

func (o *GetUserRolesUnauthorized) GetPayload() *models.ErrorBody

func (*GetUserRolesUnauthorized) IsClientError

func (o *GetUserRolesUnauthorized) IsClientError() bool

IsClientError returns true when this get user roles unauthorized response has a 4xx status code

func (*GetUserRolesUnauthorized) IsCode

func (o *GetUserRolesUnauthorized) IsCode(code int) bool

IsCode returns true when this get user roles unauthorized response a status code equal to that given

func (*GetUserRolesUnauthorized) IsRedirect

func (o *GetUserRolesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user roles unauthorized response has a 3xx status code

func (*GetUserRolesUnauthorized) IsServerError

func (o *GetUserRolesUnauthorized) IsServerError() bool

IsServerError returns true when this get user roles unauthorized response has a 5xx status code

func (*GetUserRolesUnauthorized) IsSuccess

func (o *GetUserRolesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user roles unauthorized response has a 2xx status code

func (*GetUserRolesUnauthorized) String

func (o *GetUserRolesUnauthorized) String() string

type GetUserRolesUnsupportedMediaType

type GetUserRolesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserRolesUnsupportedMediaType 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 NewGetUserRolesUnsupportedMediaType

func NewGetUserRolesUnsupportedMediaType() *GetUserRolesUnsupportedMediaType

NewGetUserRolesUnsupportedMediaType creates a GetUserRolesUnsupportedMediaType with default headers values

func (*GetUserRolesUnsupportedMediaType) Error

func (*GetUserRolesUnsupportedMediaType) GetPayload

func (*GetUserRolesUnsupportedMediaType) IsClientError

func (o *GetUserRolesUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user roles unsupported media type response has a 4xx status code

func (*GetUserRolesUnsupportedMediaType) IsCode

func (o *GetUserRolesUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this get user roles unsupported media type response a status code equal to that given

func (*GetUserRolesUnsupportedMediaType) IsRedirect

func (o *GetUserRolesUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get user roles unsupported media type response has a 3xx status code

func (*GetUserRolesUnsupportedMediaType) IsServerError

func (o *GetUserRolesUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user roles unsupported media type response has a 5xx status code

func (*GetUserRolesUnsupportedMediaType) IsSuccess

func (o *GetUserRolesUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get user roles unsupported media type response has a 2xx status code

func (*GetUserRolesUnsupportedMediaType) String

type PatchAuthorizationRoleBadRequest

type PatchAuthorizationRoleBadRequest struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleBadRequest 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 NewPatchAuthorizationRoleBadRequest

func NewPatchAuthorizationRoleBadRequest() *PatchAuthorizationRoleBadRequest

NewPatchAuthorizationRoleBadRequest creates a PatchAuthorizationRoleBadRequest with default headers values

func (*PatchAuthorizationRoleBadRequest) Error

func (*PatchAuthorizationRoleBadRequest) GetPayload

func (*PatchAuthorizationRoleBadRequest) IsClientError

func (o *PatchAuthorizationRoleBadRequest) IsClientError() bool

IsClientError returns true when this patch authorization role bad request response has a 4xx status code

func (*PatchAuthorizationRoleBadRequest) IsCode

func (o *PatchAuthorizationRoleBadRequest) IsCode(code int) bool

IsCode returns true when this patch authorization role bad request response a status code equal to that given

func (*PatchAuthorizationRoleBadRequest) IsRedirect

func (o *PatchAuthorizationRoleBadRequest) IsRedirect() bool

IsRedirect returns true when this patch authorization role bad request response has a 3xx status code

func (*PatchAuthorizationRoleBadRequest) IsServerError

func (o *PatchAuthorizationRoleBadRequest) IsServerError() bool

IsServerError returns true when this patch authorization role bad request response has a 5xx status code

func (*PatchAuthorizationRoleBadRequest) IsSuccess

func (o *PatchAuthorizationRoleBadRequest) IsSuccess() bool

IsSuccess returns true when this patch authorization role bad request response has a 2xx status code

func (*PatchAuthorizationRoleBadRequest) String

type PatchAuthorizationRoleForbidden

type PatchAuthorizationRoleForbidden struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchAuthorizationRoleForbidden

func NewPatchAuthorizationRoleForbidden() *PatchAuthorizationRoleForbidden

NewPatchAuthorizationRoleForbidden creates a PatchAuthorizationRoleForbidden with default headers values

func (*PatchAuthorizationRoleForbidden) Error

func (*PatchAuthorizationRoleForbidden) GetPayload

func (*PatchAuthorizationRoleForbidden) IsClientError

func (o *PatchAuthorizationRoleForbidden) IsClientError() bool

IsClientError returns true when this patch authorization role forbidden response has a 4xx status code

func (*PatchAuthorizationRoleForbidden) IsCode

func (o *PatchAuthorizationRoleForbidden) IsCode(code int) bool

IsCode returns true when this patch authorization role forbidden response a status code equal to that given

func (*PatchAuthorizationRoleForbidden) IsRedirect

func (o *PatchAuthorizationRoleForbidden) IsRedirect() bool

IsRedirect returns true when this patch authorization role forbidden response has a 3xx status code

func (*PatchAuthorizationRoleForbidden) IsServerError

func (o *PatchAuthorizationRoleForbidden) IsServerError() bool

IsServerError returns true when this patch authorization role forbidden response has a 5xx status code

func (*PatchAuthorizationRoleForbidden) IsSuccess

func (o *PatchAuthorizationRoleForbidden) IsSuccess() bool

IsSuccess returns true when this patch authorization role forbidden response has a 2xx status code

func (*PatchAuthorizationRoleForbidden) String

type PatchAuthorizationRoleGatewayTimeout

type PatchAuthorizationRoleGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchAuthorizationRoleGatewayTimeout

func NewPatchAuthorizationRoleGatewayTimeout() *PatchAuthorizationRoleGatewayTimeout

NewPatchAuthorizationRoleGatewayTimeout creates a PatchAuthorizationRoleGatewayTimeout with default headers values

func (*PatchAuthorizationRoleGatewayTimeout) Error

func (*PatchAuthorizationRoleGatewayTimeout) GetPayload

func (*PatchAuthorizationRoleGatewayTimeout) IsClientError

func (o *PatchAuthorizationRoleGatewayTimeout) IsClientError() bool

IsClientError returns true when this patch authorization role gateway timeout response has a 4xx status code

func (*PatchAuthorizationRoleGatewayTimeout) IsCode

IsCode returns true when this patch authorization role gateway timeout response a status code equal to that given

func (*PatchAuthorizationRoleGatewayTimeout) IsRedirect

IsRedirect returns true when this patch authorization role gateway timeout response has a 3xx status code

func (*PatchAuthorizationRoleGatewayTimeout) IsServerError

func (o *PatchAuthorizationRoleGatewayTimeout) IsServerError() bool

IsServerError returns true when this patch authorization role gateway timeout response has a 5xx status code

func (*PatchAuthorizationRoleGatewayTimeout) IsSuccess

IsSuccess returns true when this patch authorization role gateway timeout response has a 2xx status code

func (*PatchAuthorizationRoleGatewayTimeout) String

type PatchAuthorizationRoleInternalServerError

type PatchAuthorizationRoleInternalServerError struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleInternalServerError 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 NewPatchAuthorizationRoleInternalServerError

func NewPatchAuthorizationRoleInternalServerError() *PatchAuthorizationRoleInternalServerError

NewPatchAuthorizationRoleInternalServerError creates a PatchAuthorizationRoleInternalServerError with default headers values

func (*PatchAuthorizationRoleInternalServerError) Error

func (*PatchAuthorizationRoleInternalServerError) GetPayload

func (*PatchAuthorizationRoleInternalServerError) IsClientError

IsClientError returns true when this patch authorization role internal server error response has a 4xx status code

func (*PatchAuthorizationRoleInternalServerError) IsCode

IsCode returns true when this patch authorization role internal server error response a status code equal to that given

func (*PatchAuthorizationRoleInternalServerError) IsRedirect

IsRedirect returns true when this patch authorization role internal server error response has a 3xx status code

func (*PatchAuthorizationRoleInternalServerError) IsServerError

IsServerError returns true when this patch authorization role internal server error response has a 5xx status code

func (*PatchAuthorizationRoleInternalServerError) IsSuccess

IsSuccess returns true when this patch authorization role internal server error response has a 2xx status code

func (*PatchAuthorizationRoleInternalServerError) String

type PatchAuthorizationRoleNotFound

type PatchAuthorizationRoleNotFound struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchAuthorizationRoleNotFound

func NewPatchAuthorizationRoleNotFound() *PatchAuthorizationRoleNotFound

NewPatchAuthorizationRoleNotFound creates a PatchAuthorizationRoleNotFound with default headers values

func (*PatchAuthorizationRoleNotFound) Error

func (*PatchAuthorizationRoleNotFound) GetPayload

func (*PatchAuthorizationRoleNotFound) IsClientError

func (o *PatchAuthorizationRoleNotFound) IsClientError() bool

IsClientError returns true when this patch authorization role not found response has a 4xx status code

func (*PatchAuthorizationRoleNotFound) IsCode

func (o *PatchAuthorizationRoleNotFound) IsCode(code int) bool

IsCode returns true when this patch authorization role not found response a status code equal to that given

func (*PatchAuthorizationRoleNotFound) IsRedirect

func (o *PatchAuthorizationRoleNotFound) IsRedirect() bool

IsRedirect returns true when this patch authorization role not found response has a 3xx status code

func (*PatchAuthorizationRoleNotFound) IsServerError

func (o *PatchAuthorizationRoleNotFound) IsServerError() bool

IsServerError returns true when this patch authorization role not found response has a 5xx status code

func (*PatchAuthorizationRoleNotFound) IsSuccess

func (o *PatchAuthorizationRoleNotFound) IsSuccess() bool

IsSuccess returns true when this patch authorization role not found response has a 2xx status code

func (*PatchAuthorizationRoleNotFound) String

type PatchAuthorizationRoleOK

type PatchAuthorizationRoleOK struct {
	Payload *models.DomainOrganizationRole
}

PatchAuthorizationRoleOK describes a response with status code 200, with default header values.

successful operation

func NewPatchAuthorizationRoleOK

func NewPatchAuthorizationRoleOK() *PatchAuthorizationRoleOK

NewPatchAuthorizationRoleOK creates a PatchAuthorizationRoleOK with default headers values

func (*PatchAuthorizationRoleOK) Error

func (o *PatchAuthorizationRoleOK) Error() string

func (*PatchAuthorizationRoleOK) GetPayload

func (*PatchAuthorizationRoleOK) IsClientError

func (o *PatchAuthorizationRoleOK) IsClientError() bool

IsClientError returns true when this patch authorization role o k response has a 4xx status code

func (*PatchAuthorizationRoleOK) IsCode

func (o *PatchAuthorizationRoleOK) IsCode(code int) bool

IsCode returns true when this patch authorization role o k response a status code equal to that given

func (*PatchAuthorizationRoleOK) IsRedirect

func (o *PatchAuthorizationRoleOK) IsRedirect() bool

IsRedirect returns true when this patch authorization role o k response has a 3xx status code

func (*PatchAuthorizationRoleOK) IsServerError

func (o *PatchAuthorizationRoleOK) IsServerError() bool

IsServerError returns true when this patch authorization role o k response has a 5xx status code

func (*PatchAuthorizationRoleOK) IsSuccess

func (o *PatchAuthorizationRoleOK) IsSuccess() bool

IsSuccess returns true when this patch authorization role o k response has a 2xx status code

func (*PatchAuthorizationRoleOK) String

func (o *PatchAuthorizationRoleOK) String() string

type PatchAuthorizationRoleParams

type PatchAuthorizationRoleParams struct {

	/* Body.

	   Organization role
	*/
	Body *models.DomainOrganizationRole

	/* RoleID.

	   Role ID
	*/
	RoleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAuthorizationRoleParams contains all the parameters to send to the API endpoint

for the patch authorization role operation.

Typically these are written to a http.Request.

func NewPatchAuthorizationRoleParams

func NewPatchAuthorizationRoleParams() *PatchAuthorizationRoleParams

NewPatchAuthorizationRoleParams creates a new PatchAuthorizationRoleParams 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 NewPatchAuthorizationRoleParamsWithContext

func NewPatchAuthorizationRoleParamsWithContext(ctx context.Context) *PatchAuthorizationRoleParams

NewPatchAuthorizationRoleParamsWithContext creates a new PatchAuthorizationRoleParams object with the ability to set a context for a request.

func NewPatchAuthorizationRoleParamsWithHTTPClient

func NewPatchAuthorizationRoleParamsWithHTTPClient(client *http.Client) *PatchAuthorizationRoleParams

NewPatchAuthorizationRoleParamsWithHTTPClient creates a new PatchAuthorizationRoleParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAuthorizationRoleParamsWithTimeout

func NewPatchAuthorizationRoleParamsWithTimeout(timeout time.Duration) *PatchAuthorizationRoleParams

NewPatchAuthorizationRoleParamsWithTimeout creates a new PatchAuthorizationRoleParams object with the ability to set a timeout on a request.

func (*PatchAuthorizationRoleParams) SetBody

SetBody adds the body to the patch authorization role params

func (*PatchAuthorizationRoleParams) SetContext

func (o *PatchAuthorizationRoleParams) SetContext(ctx context.Context)

SetContext adds the context to the patch authorization role params

func (*PatchAuthorizationRoleParams) SetDefaults

func (o *PatchAuthorizationRoleParams) SetDefaults()

SetDefaults hydrates default values in the patch authorization role params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAuthorizationRoleParams) SetHTTPClient

func (o *PatchAuthorizationRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch authorization role params

func (*PatchAuthorizationRoleParams) SetRoleID

func (o *PatchAuthorizationRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the patch authorization role params

func (*PatchAuthorizationRoleParams) SetTimeout

func (o *PatchAuthorizationRoleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch authorization role params

func (*PatchAuthorizationRoleParams) WithBody

WithBody adds the body to the patch authorization role params

func (*PatchAuthorizationRoleParams) WithContext

WithContext adds the context to the patch authorization role params

func (*PatchAuthorizationRoleParams) WithDefaults

WithDefaults hydrates default values in the patch authorization role params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAuthorizationRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch authorization role params

func (*PatchAuthorizationRoleParams) WithRoleID

WithRoleID adds the roleID to the patch authorization role params

func (*PatchAuthorizationRoleParams) WithTimeout

WithTimeout adds the timeout to the patch authorization role params

func (*PatchAuthorizationRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAuthorizationRoleReader

type PatchAuthorizationRoleReader struct {
	// contains filtered or unexported fields
}

PatchAuthorizationRoleReader is a Reader for the PatchAuthorizationRole structure.

func (*PatchAuthorizationRoleReader) ReadResponse

func (o *PatchAuthorizationRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchAuthorizationRoleRequestEntityTooLarge

type PatchAuthorizationRoleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchAuthorizationRoleRequestEntityTooLarge

func NewPatchAuthorizationRoleRequestEntityTooLarge() *PatchAuthorizationRoleRequestEntityTooLarge

NewPatchAuthorizationRoleRequestEntityTooLarge creates a PatchAuthorizationRoleRequestEntityTooLarge with default headers values

func (*PatchAuthorizationRoleRequestEntityTooLarge) Error

func (*PatchAuthorizationRoleRequestEntityTooLarge) GetPayload

func (*PatchAuthorizationRoleRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch authorization role request entity too large response has a 4xx status code

func (*PatchAuthorizationRoleRequestEntityTooLarge) IsCode

IsCode returns true when this patch authorization role request entity too large response a status code equal to that given

func (*PatchAuthorizationRoleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch authorization role request entity too large response has a 3xx status code

func (*PatchAuthorizationRoleRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch authorization role request entity too large response has a 5xx status code

func (*PatchAuthorizationRoleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch authorization role request entity too large response has a 2xx status code

func (*PatchAuthorizationRoleRequestEntityTooLarge) String

type PatchAuthorizationRoleRequestTimeout

type PatchAuthorizationRoleRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleRequestTimeout 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 NewPatchAuthorizationRoleRequestTimeout

func NewPatchAuthorizationRoleRequestTimeout() *PatchAuthorizationRoleRequestTimeout

NewPatchAuthorizationRoleRequestTimeout creates a PatchAuthorizationRoleRequestTimeout with default headers values

func (*PatchAuthorizationRoleRequestTimeout) Error

func (*PatchAuthorizationRoleRequestTimeout) GetPayload

func (*PatchAuthorizationRoleRequestTimeout) IsClientError

func (o *PatchAuthorizationRoleRequestTimeout) IsClientError() bool

IsClientError returns true when this patch authorization role request timeout response has a 4xx status code

func (*PatchAuthorizationRoleRequestTimeout) IsCode

IsCode returns true when this patch authorization role request timeout response a status code equal to that given

func (*PatchAuthorizationRoleRequestTimeout) IsRedirect

IsRedirect returns true when this patch authorization role request timeout response has a 3xx status code

func (*PatchAuthorizationRoleRequestTimeout) IsServerError

func (o *PatchAuthorizationRoleRequestTimeout) IsServerError() bool

IsServerError returns true when this patch authorization role request timeout response has a 5xx status code

func (*PatchAuthorizationRoleRequestTimeout) IsSuccess

IsSuccess returns true when this patch authorization role request timeout response has a 2xx status code

func (*PatchAuthorizationRoleRequestTimeout) String

type PatchAuthorizationRoleServiceUnavailable

type PatchAuthorizationRoleServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleServiceUnavailable 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 NewPatchAuthorizationRoleServiceUnavailable

func NewPatchAuthorizationRoleServiceUnavailable() *PatchAuthorizationRoleServiceUnavailable

NewPatchAuthorizationRoleServiceUnavailable creates a PatchAuthorizationRoleServiceUnavailable with default headers values

func (*PatchAuthorizationRoleServiceUnavailable) Error

func (*PatchAuthorizationRoleServiceUnavailable) GetPayload

func (*PatchAuthorizationRoleServiceUnavailable) IsClientError

IsClientError returns true when this patch authorization role service unavailable response has a 4xx status code

func (*PatchAuthorizationRoleServiceUnavailable) IsCode

IsCode returns true when this patch authorization role service unavailable response a status code equal to that given

func (*PatchAuthorizationRoleServiceUnavailable) IsRedirect

IsRedirect returns true when this patch authorization role service unavailable response has a 3xx status code

func (*PatchAuthorizationRoleServiceUnavailable) IsServerError

IsServerError returns true when this patch authorization role service unavailable response has a 5xx status code

func (*PatchAuthorizationRoleServiceUnavailable) IsSuccess

IsSuccess returns true when this patch authorization role service unavailable response has a 2xx status code

func (*PatchAuthorizationRoleServiceUnavailable) String

type PatchAuthorizationRoleTooManyRequests

type PatchAuthorizationRoleTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchAuthorizationRoleTooManyRequests

func NewPatchAuthorizationRoleTooManyRequests() *PatchAuthorizationRoleTooManyRequests

NewPatchAuthorizationRoleTooManyRequests creates a PatchAuthorizationRoleTooManyRequests with default headers values

func (*PatchAuthorizationRoleTooManyRequests) Error

func (*PatchAuthorizationRoleTooManyRequests) GetPayload

func (*PatchAuthorizationRoleTooManyRequests) IsClientError

func (o *PatchAuthorizationRoleTooManyRequests) IsClientError() bool

IsClientError returns true when this patch authorization role too many requests response has a 4xx status code

func (*PatchAuthorizationRoleTooManyRequests) IsCode

IsCode returns true when this patch authorization role too many requests response a status code equal to that given

func (*PatchAuthorizationRoleTooManyRequests) IsRedirect

IsRedirect returns true when this patch authorization role too many requests response has a 3xx status code

func (*PatchAuthorizationRoleTooManyRequests) IsServerError

func (o *PatchAuthorizationRoleTooManyRequests) IsServerError() bool

IsServerError returns true when this patch authorization role too many requests response has a 5xx status code

func (*PatchAuthorizationRoleTooManyRequests) IsSuccess

IsSuccess returns true when this patch authorization role too many requests response has a 2xx status code

func (*PatchAuthorizationRoleTooManyRequests) String

type PatchAuthorizationRoleUnauthorized

type PatchAuthorizationRoleUnauthorized struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchAuthorizationRoleUnauthorized

func NewPatchAuthorizationRoleUnauthorized() *PatchAuthorizationRoleUnauthorized

NewPatchAuthorizationRoleUnauthorized creates a PatchAuthorizationRoleUnauthorized with default headers values

func (*PatchAuthorizationRoleUnauthorized) Error

func (*PatchAuthorizationRoleUnauthorized) GetPayload

func (*PatchAuthorizationRoleUnauthorized) IsClientError

func (o *PatchAuthorizationRoleUnauthorized) IsClientError() bool

IsClientError returns true when this patch authorization role unauthorized response has a 4xx status code

func (*PatchAuthorizationRoleUnauthorized) IsCode

IsCode returns true when this patch authorization role unauthorized response a status code equal to that given

func (*PatchAuthorizationRoleUnauthorized) IsRedirect

func (o *PatchAuthorizationRoleUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch authorization role unauthorized response has a 3xx status code

func (*PatchAuthorizationRoleUnauthorized) IsServerError

func (o *PatchAuthorizationRoleUnauthorized) IsServerError() bool

IsServerError returns true when this patch authorization role unauthorized response has a 5xx status code

func (*PatchAuthorizationRoleUnauthorized) IsSuccess

IsSuccess returns true when this patch authorization role unauthorized response has a 2xx status code

func (*PatchAuthorizationRoleUnauthorized) String

type PatchAuthorizationRoleUnsupportedMediaType

type PatchAuthorizationRoleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchAuthorizationRoleUnsupportedMediaType 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 NewPatchAuthorizationRoleUnsupportedMediaType

func NewPatchAuthorizationRoleUnsupportedMediaType() *PatchAuthorizationRoleUnsupportedMediaType

NewPatchAuthorizationRoleUnsupportedMediaType creates a PatchAuthorizationRoleUnsupportedMediaType with default headers values

func (*PatchAuthorizationRoleUnsupportedMediaType) Error

func (*PatchAuthorizationRoleUnsupportedMediaType) GetPayload

func (*PatchAuthorizationRoleUnsupportedMediaType) IsClientError

IsClientError returns true when this patch authorization role unsupported media type response has a 4xx status code

func (*PatchAuthorizationRoleUnsupportedMediaType) IsCode

IsCode returns true when this patch authorization role unsupported media type response a status code equal to that given

func (*PatchAuthorizationRoleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch authorization role unsupported media type response has a 3xx status code

func (*PatchAuthorizationRoleUnsupportedMediaType) IsServerError

IsServerError returns true when this patch authorization role unsupported media type response has a 5xx status code

func (*PatchAuthorizationRoleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch authorization role unsupported media type response has a 2xx status code

func (*PatchAuthorizationRoleUnsupportedMediaType) String

type PatchAuthorizationSettingsBadRequest

type PatchAuthorizationSettingsBadRequest struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsBadRequest 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 NewPatchAuthorizationSettingsBadRequest

func NewPatchAuthorizationSettingsBadRequest() *PatchAuthorizationSettingsBadRequest

NewPatchAuthorizationSettingsBadRequest creates a PatchAuthorizationSettingsBadRequest with default headers values

func (*PatchAuthorizationSettingsBadRequest) Error

func (*PatchAuthorizationSettingsBadRequest) GetPayload

func (*PatchAuthorizationSettingsBadRequest) IsClientError

func (o *PatchAuthorizationSettingsBadRequest) IsClientError() bool

IsClientError returns true when this patch authorization settings bad request response has a 4xx status code

func (*PatchAuthorizationSettingsBadRequest) IsCode

IsCode returns true when this patch authorization settings bad request response a status code equal to that given

func (*PatchAuthorizationSettingsBadRequest) IsRedirect

IsRedirect returns true when this patch authorization settings bad request response has a 3xx status code

func (*PatchAuthorizationSettingsBadRequest) IsServerError

func (o *PatchAuthorizationSettingsBadRequest) IsServerError() bool

IsServerError returns true when this patch authorization settings bad request response has a 5xx status code

func (*PatchAuthorizationSettingsBadRequest) IsSuccess

IsSuccess returns true when this patch authorization settings bad request response has a 2xx status code

func (*PatchAuthorizationSettingsBadRequest) String

type PatchAuthorizationSettingsForbidden

type PatchAuthorizationSettingsForbidden struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchAuthorizationSettingsForbidden

func NewPatchAuthorizationSettingsForbidden() *PatchAuthorizationSettingsForbidden

NewPatchAuthorizationSettingsForbidden creates a PatchAuthorizationSettingsForbidden with default headers values

func (*PatchAuthorizationSettingsForbidden) Error

func (*PatchAuthorizationSettingsForbidden) GetPayload

func (*PatchAuthorizationSettingsForbidden) IsClientError

func (o *PatchAuthorizationSettingsForbidden) IsClientError() bool

IsClientError returns true when this patch authorization settings forbidden response has a 4xx status code

func (*PatchAuthorizationSettingsForbidden) IsCode

IsCode returns true when this patch authorization settings forbidden response a status code equal to that given

func (*PatchAuthorizationSettingsForbidden) IsRedirect

func (o *PatchAuthorizationSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this patch authorization settings forbidden response has a 3xx status code

func (*PatchAuthorizationSettingsForbidden) IsServerError

func (o *PatchAuthorizationSettingsForbidden) IsServerError() bool

IsServerError returns true when this patch authorization settings forbidden response has a 5xx status code

func (*PatchAuthorizationSettingsForbidden) IsSuccess

IsSuccess returns true when this patch authorization settings forbidden response has a 2xx status code

func (*PatchAuthorizationSettingsForbidden) String

type PatchAuthorizationSettingsGatewayTimeout

type PatchAuthorizationSettingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchAuthorizationSettingsGatewayTimeout

func NewPatchAuthorizationSettingsGatewayTimeout() *PatchAuthorizationSettingsGatewayTimeout

NewPatchAuthorizationSettingsGatewayTimeout creates a PatchAuthorizationSettingsGatewayTimeout with default headers values

func (*PatchAuthorizationSettingsGatewayTimeout) Error

func (*PatchAuthorizationSettingsGatewayTimeout) GetPayload

func (*PatchAuthorizationSettingsGatewayTimeout) IsClientError

IsClientError returns true when this patch authorization settings gateway timeout response has a 4xx status code

func (*PatchAuthorizationSettingsGatewayTimeout) IsCode

IsCode returns true when this patch authorization settings gateway timeout response a status code equal to that given

func (*PatchAuthorizationSettingsGatewayTimeout) IsRedirect

IsRedirect returns true when this patch authorization settings gateway timeout response has a 3xx status code

func (*PatchAuthorizationSettingsGatewayTimeout) IsServerError

IsServerError returns true when this patch authorization settings gateway timeout response has a 5xx status code

func (*PatchAuthorizationSettingsGatewayTimeout) IsSuccess

IsSuccess returns true when this patch authorization settings gateway timeout response has a 2xx status code

func (*PatchAuthorizationSettingsGatewayTimeout) String

type PatchAuthorizationSettingsInternalServerError

type PatchAuthorizationSettingsInternalServerError struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsInternalServerError 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 NewPatchAuthorizationSettingsInternalServerError

func NewPatchAuthorizationSettingsInternalServerError() *PatchAuthorizationSettingsInternalServerError

NewPatchAuthorizationSettingsInternalServerError creates a PatchAuthorizationSettingsInternalServerError with default headers values

func (*PatchAuthorizationSettingsInternalServerError) Error

func (*PatchAuthorizationSettingsInternalServerError) GetPayload

func (*PatchAuthorizationSettingsInternalServerError) IsClientError

IsClientError returns true when this patch authorization settings internal server error response has a 4xx status code

func (*PatchAuthorizationSettingsInternalServerError) IsCode

IsCode returns true when this patch authorization settings internal server error response a status code equal to that given

func (*PatchAuthorizationSettingsInternalServerError) IsRedirect

IsRedirect returns true when this patch authorization settings internal server error response has a 3xx status code

func (*PatchAuthorizationSettingsInternalServerError) IsServerError

IsServerError returns true when this patch authorization settings internal server error response has a 5xx status code

func (*PatchAuthorizationSettingsInternalServerError) IsSuccess

IsSuccess returns true when this patch authorization settings internal server error response has a 2xx status code

func (*PatchAuthorizationSettingsInternalServerError) String

type PatchAuthorizationSettingsNotFound

type PatchAuthorizationSettingsNotFound struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchAuthorizationSettingsNotFound

func NewPatchAuthorizationSettingsNotFound() *PatchAuthorizationSettingsNotFound

NewPatchAuthorizationSettingsNotFound creates a PatchAuthorizationSettingsNotFound with default headers values

func (*PatchAuthorizationSettingsNotFound) Error

func (*PatchAuthorizationSettingsNotFound) GetPayload

func (*PatchAuthorizationSettingsNotFound) IsClientError

func (o *PatchAuthorizationSettingsNotFound) IsClientError() bool

IsClientError returns true when this patch authorization settings not found response has a 4xx status code

func (*PatchAuthorizationSettingsNotFound) IsCode

IsCode returns true when this patch authorization settings not found response a status code equal to that given

func (*PatchAuthorizationSettingsNotFound) IsRedirect

func (o *PatchAuthorizationSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this patch authorization settings not found response has a 3xx status code

func (*PatchAuthorizationSettingsNotFound) IsServerError

func (o *PatchAuthorizationSettingsNotFound) IsServerError() bool

IsServerError returns true when this patch authorization settings not found response has a 5xx status code

func (*PatchAuthorizationSettingsNotFound) IsSuccess

IsSuccess returns true when this patch authorization settings not found response has a 2xx status code

func (*PatchAuthorizationSettingsNotFound) String

type PatchAuthorizationSettingsOK

type PatchAuthorizationSettingsOK struct {
	Payload *models.AuthorizationSettings
}

PatchAuthorizationSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewPatchAuthorizationSettingsOK

func NewPatchAuthorizationSettingsOK() *PatchAuthorizationSettingsOK

NewPatchAuthorizationSettingsOK creates a PatchAuthorizationSettingsOK with default headers values

func (*PatchAuthorizationSettingsOK) Error

func (*PatchAuthorizationSettingsOK) GetPayload

func (*PatchAuthorizationSettingsOK) IsClientError

func (o *PatchAuthorizationSettingsOK) IsClientError() bool

IsClientError returns true when this patch authorization settings o k response has a 4xx status code

func (*PatchAuthorizationSettingsOK) IsCode

func (o *PatchAuthorizationSettingsOK) IsCode(code int) bool

IsCode returns true when this patch authorization settings o k response a status code equal to that given

func (*PatchAuthorizationSettingsOK) IsRedirect

func (o *PatchAuthorizationSettingsOK) IsRedirect() bool

IsRedirect returns true when this patch authorization settings o k response has a 3xx status code

func (*PatchAuthorizationSettingsOK) IsServerError

func (o *PatchAuthorizationSettingsOK) IsServerError() bool

IsServerError returns true when this patch authorization settings o k response has a 5xx status code

func (*PatchAuthorizationSettingsOK) IsSuccess

func (o *PatchAuthorizationSettingsOK) IsSuccess() bool

IsSuccess returns true when this patch authorization settings o k response has a 2xx status code

func (*PatchAuthorizationSettingsOK) String

type PatchAuthorizationSettingsParams

type PatchAuthorizationSettingsParams struct {

	/* Body.

	   Authorization Settings
	*/
	Body *models.AuthorizationSettings

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAuthorizationSettingsParams contains all the parameters to send to the API endpoint

for the patch authorization settings operation.

Typically these are written to a http.Request.

func NewPatchAuthorizationSettingsParams

func NewPatchAuthorizationSettingsParams() *PatchAuthorizationSettingsParams

NewPatchAuthorizationSettingsParams creates a new PatchAuthorizationSettingsParams 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 NewPatchAuthorizationSettingsParamsWithContext

func NewPatchAuthorizationSettingsParamsWithContext(ctx context.Context) *PatchAuthorizationSettingsParams

NewPatchAuthorizationSettingsParamsWithContext creates a new PatchAuthorizationSettingsParams object with the ability to set a context for a request.

func NewPatchAuthorizationSettingsParamsWithHTTPClient

func NewPatchAuthorizationSettingsParamsWithHTTPClient(client *http.Client) *PatchAuthorizationSettingsParams

NewPatchAuthorizationSettingsParamsWithHTTPClient creates a new PatchAuthorizationSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAuthorizationSettingsParamsWithTimeout

func NewPatchAuthorizationSettingsParamsWithTimeout(timeout time.Duration) *PatchAuthorizationSettingsParams

NewPatchAuthorizationSettingsParamsWithTimeout creates a new PatchAuthorizationSettingsParams object with the ability to set a timeout on a request.

func (*PatchAuthorizationSettingsParams) SetBody

SetBody adds the body to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) SetContext

SetContext adds the context to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) SetDefaults

func (o *PatchAuthorizationSettingsParams) SetDefaults()

SetDefaults hydrates default values in the patch authorization settings params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAuthorizationSettingsParams) SetHTTPClient

func (o *PatchAuthorizationSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) SetTimeout

func (o *PatchAuthorizationSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) WithBody

WithBody adds the body to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) WithContext

WithContext adds the context to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) WithDefaults

WithDefaults hydrates default values in the patch authorization settings params (not the query body).

All values with no default are reset to their zero value.

func (*PatchAuthorizationSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) WithTimeout

WithTimeout adds the timeout to the patch authorization settings params

func (*PatchAuthorizationSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAuthorizationSettingsReader

type PatchAuthorizationSettingsReader struct {
	// contains filtered or unexported fields
}

PatchAuthorizationSettingsReader is a Reader for the PatchAuthorizationSettings structure.

func (*PatchAuthorizationSettingsReader) ReadResponse

func (o *PatchAuthorizationSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchAuthorizationSettingsRequestEntityTooLarge

type PatchAuthorizationSettingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchAuthorizationSettingsRequestEntityTooLarge

func NewPatchAuthorizationSettingsRequestEntityTooLarge() *PatchAuthorizationSettingsRequestEntityTooLarge

NewPatchAuthorizationSettingsRequestEntityTooLarge creates a PatchAuthorizationSettingsRequestEntityTooLarge with default headers values

func (*PatchAuthorizationSettingsRequestEntityTooLarge) Error

func (*PatchAuthorizationSettingsRequestEntityTooLarge) GetPayload

func (*PatchAuthorizationSettingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch authorization settings request entity too large response has a 4xx status code

func (*PatchAuthorizationSettingsRequestEntityTooLarge) IsCode

IsCode returns true when this patch authorization settings request entity too large response a status code equal to that given

func (*PatchAuthorizationSettingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch authorization settings request entity too large response has a 3xx status code

func (*PatchAuthorizationSettingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch authorization settings request entity too large response has a 5xx status code

func (*PatchAuthorizationSettingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch authorization settings request entity too large response has a 2xx status code

func (*PatchAuthorizationSettingsRequestEntityTooLarge) String

type PatchAuthorizationSettingsRequestTimeout

type PatchAuthorizationSettingsRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsRequestTimeout 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 NewPatchAuthorizationSettingsRequestTimeout

func NewPatchAuthorizationSettingsRequestTimeout() *PatchAuthorizationSettingsRequestTimeout

NewPatchAuthorizationSettingsRequestTimeout creates a PatchAuthorizationSettingsRequestTimeout with default headers values

func (*PatchAuthorizationSettingsRequestTimeout) Error

func (*PatchAuthorizationSettingsRequestTimeout) GetPayload

func (*PatchAuthorizationSettingsRequestTimeout) IsClientError

IsClientError returns true when this patch authorization settings request timeout response has a 4xx status code

func (*PatchAuthorizationSettingsRequestTimeout) IsCode

IsCode returns true when this patch authorization settings request timeout response a status code equal to that given

func (*PatchAuthorizationSettingsRequestTimeout) IsRedirect

IsRedirect returns true when this patch authorization settings request timeout response has a 3xx status code

func (*PatchAuthorizationSettingsRequestTimeout) IsServerError

IsServerError returns true when this patch authorization settings request timeout response has a 5xx status code

func (*PatchAuthorizationSettingsRequestTimeout) IsSuccess

IsSuccess returns true when this patch authorization settings request timeout response has a 2xx status code

func (*PatchAuthorizationSettingsRequestTimeout) String

type PatchAuthorizationSettingsServiceUnavailable

type PatchAuthorizationSettingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsServiceUnavailable 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 NewPatchAuthorizationSettingsServiceUnavailable

func NewPatchAuthorizationSettingsServiceUnavailable() *PatchAuthorizationSettingsServiceUnavailable

NewPatchAuthorizationSettingsServiceUnavailable creates a PatchAuthorizationSettingsServiceUnavailable with default headers values

func (*PatchAuthorizationSettingsServiceUnavailable) Error

func (*PatchAuthorizationSettingsServiceUnavailable) GetPayload

func (*PatchAuthorizationSettingsServiceUnavailable) IsClientError

IsClientError returns true when this patch authorization settings service unavailable response has a 4xx status code

func (*PatchAuthorizationSettingsServiceUnavailable) IsCode

IsCode returns true when this patch authorization settings service unavailable response a status code equal to that given

func (*PatchAuthorizationSettingsServiceUnavailable) IsRedirect

IsRedirect returns true when this patch authorization settings service unavailable response has a 3xx status code

func (*PatchAuthorizationSettingsServiceUnavailable) IsServerError

IsServerError returns true when this patch authorization settings service unavailable response has a 5xx status code

func (*PatchAuthorizationSettingsServiceUnavailable) IsSuccess

IsSuccess returns true when this patch authorization settings service unavailable response has a 2xx status code

func (*PatchAuthorizationSettingsServiceUnavailable) String

type PatchAuthorizationSettingsTooManyRequests

type PatchAuthorizationSettingsTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchAuthorizationSettingsTooManyRequests

func NewPatchAuthorizationSettingsTooManyRequests() *PatchAuthorizationSettingsTooManyRequests

NewPatchAuthorizationSettingsTooManyRequests creates a PatchAuthorizationSettingsTooManyRequests with default headers values

func (*PatchAuthorizationSettingsTooManyRequests) Error

func (*PatchAuthorizationSettingsTooManyRequests) GetPayload

func (*PatchAuthorizationSettingsTooManyRequests) IsClientError

IsClientError returns true when this patch authorization settings too many requests response has a 4xx status code

func (*PatchAuthorizationSettingsTooManyRequests) IsCode

IsCode returns true when this patch authorization settings too many requests response a status code equal to that given

func (*PatchAuthorizationSettingsTooManyRequests) IsRedirect

IsRedirect returns true when this patch authorization settings too many requests response has a 3xx status code

func (*PatchAuthorizationSettingsTooManyRequests) IsServerError

IsServerError returns true when this patch authorization settings too many requests response has a 5xx status code

func (*PatchAuthorizationSettingsTooManyRequests) IsSuccess

IsSuccess returns true when this patch authorization settings too many requests response has a 2xx status code

func (*PatchAuthorizationSettingsTooManyRequests) String

type PatchAuthorizationSettingsUnauthorized

type PatchAuthorizationSettingsUnauthorized struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchAuthorizationSettingsUnauthorized

func NewPatchAuthorizationSettingsUnauthorized() *PatchAuthorizationSettingsUnauthorized

NewPatchAuthorizationSettingsUnauthorized creates a PatchAuthorizationSettingsUnauthorized with default headers values

func (*PatchAuthorizationSettingsUnauthorized) Error

func (*PatchAuthorizationSettingsUnauthorized) GetPayload

func (*PatchAuthorizationSettingsUnauthorized) IsClientError

func (o *PatchAuthorizationSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this patch authorization settings unauthorized response has a 4xx status code

func (*PatchAuthorizationSettingsUnauthorized) IsCode

IsCode returns true when this patch authorization settings unauthorized response a status code equal to that given

func (*PatchAuthorizationSettingsUnauthorized) IsRedirect

IsRedirect returns true when this patch authorization settings unauthorized response has a 3xx status code

func (*PatchAuthorizationSettingsUnauthorized) IsServerError

func (o *PatchAuthorizationSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this patch authorization settings unauthorized response has a 5xx status code

func (*PatchAuthorizationSettingsUnauthorized) IsSuccess

IsSuccess returns true when this patch authorization settings unauthorized response has a 2xx status code

func (*PatchAuthorizationSettingsUnauthorized) String

type PatchAuthorizationSettingsUnsupportedMediaType

type PatchAuthorizationSettingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchAuthorizationSettingsUnsupportedMediaType 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 NewPatchAuthorizationSettingsUnsupportedMediaType

func NewPatchAuthorizationSettingsUnsupportedMediaType() *PatchAuthorizationSettingsUnsupportedMediaType

NewPatchAuthorizationSettingsUnsupportedMediaType creates a PatchAuthorizationSettingsUnsupportedMediaType with default headers values

func (*PatchAuthorizationSettingsUnsupportedMediaType) Error

func (*PatchAuthorizationSettingsUnsupportedMediaType) GetPayload

func (*PatchAuthorizationSettingsUnsupportedMediaType) IsClientError

IsClientError returns true when this patch authorization settings unsupported media type response has a 4xx status code

func (*PatchAuthorizationSettingsUnsupportedMediaType) IsCode

IsCode returns true when this patch authorization settings unsupported media type response a status code equal to that given

func (*PatchAuthorizationSettingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch authorization settings unsupported media type response has a 3xx status code

func (*PatchAuthorizationSettingsUnsupportedMediaType) IsServerError

IsServerError returns true when this patch authorization settings unsupported media type response has a 5xx status code

func (*PatchAuthorizationSettingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch authorization settings unsupported media type response has a 2xx status code

func (*PatchAuthorizationSettingsUnsupportedMediaType) String

type PostAuthorizationDivisionObjectBadRequest

type PostAuthorizationDivisionObjectBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectBadRequest 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 NewPostAuthorizationDivisionObjectBadRequest

func NewPostAuthorizationDivisionObjectBadRequest() *PostAuthorizationDivisionObjectBadRequest

NewPostAuthorizationDivisionObjectBadRequest creates a PostAuthorizationDivisionObjectBadRequest with default headers values

func (*PostAuthorizationDivisionObjectBadRequest) Error

func (*PostAuthorizationDivisionObjectBadRequest) GetPayload

func (*PostAuthorizationDivisionObjectBadRequest) IsClientError

IsClientError returns true when this post authorization division object bad request response has a 4xx status code

func (*PostAuthorizationDivisionObjectBadRequest) IsCode

IsCode returns true when this post authorization division object bad request response a status code equal to that given

func (*PostAuthorizationDivisionObjectBadRequest) IsRedirect

IsRedirect returns true when this post authorization division object bad request response has a 3xx status code

func (*PostAuthorizationDivisionObjectBadRequest) IsServerError

IsServerError returns true when this post authorization division object bad request response has a 5xx status code

func (*PostAuthorizationDivisionObjectBadRequest) IsSuccess

IsSuccess returns true when this post authorization division object bad request response has a 2xx status code

func (*PostAuthorizationDivisionObjectBadRequest) String

type PostAuthorizationDivisionObjectConflict

type PostAuthorizationDivisionObjectConflict struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectConflict describes a response with status code 409, with default header values.

Conflict

func NewPostAuthorizationDivisionObjectConflict

func NewPostAuthorizationDivisionObjectConflict() *PostAuthorizationDivisionObjectConflict

NewPostAuthorizationDivisionObjectConflict creates a PostAuthorizationDivisionObjectConflict with default headers values

func (*PostAuthorizationDivisionObjectConflict) Error

func (*PostAuthorizationDivisionObjectConflict) GetPayload

func (*PostAuthorizationDivisionObjectConflict) IsClientError

func (o *PostAuthorizationDivisionObjectConflict) IsClientError() bool

IsClientError returns true when this post authorization division object conflict response has a 4xx status code

func (*PostAuthorizationDivisionObjectConflict) IsCode

IsCode returns true when this post authorization division object conflict response a status code equal to that given

func (*PostAuthorizationDivisionObjectConflict) IsRedirect

IsRedirect returns true when this post authorization division object conflict response has a 3xx status code

func (*PostAuthorizationDivisionObjectConflict) IsServerError

func (o *PostAuthorizationDivisionObjectConflict) IsServerError() bool

IsServerError returns true when this post authorization division object conflict response has a 5xx status code

func (*PostAuthorizationDivisionObjectConflict) IsSuccess

IsSuccess returns true when this post authorization division object conflict response has a 2xx status code

func (*PostAuthorizationDivisionObjectConflict) String

type PostAuthorizationDivisionObjectForbidden

type PostAuthorizationDivisionObjectForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationDivisionObjectForbidden

func NewPostAuthorizationDivisionObjectForbidden() *PostAuthorizationDivisionObjectForbidden

NewPostAuthorizationDivisionObjectForbidden creates a PostAuthorizationDivisionObjectForbidden with default headers values

func (*PostAuthorizationDivisionObjectForbidden) Error

func (*PostAuthorizationDivisionObjectForbidden) GetPayload

func (*PostAuthorizationDivisionObjectForbidden) IsClientError

IsClientError returns true when this post authorization division object forbidden response has a 4xx status code

func (*PostAuthorizationDivisionObjectForbidden) IsCode

IsCode returns true when this post authorization division object forbidden response a status code equal to that given

func (*PostAuthorizationDivisionObjectForbidden) IsRedirect

IsRedirect returns true when this post authorization division object forbidden response has a 3xx status code

func (*PostAuthorizationDivisionObjectForbidden) IsServerError

IsServerError returns true when this post authorization division object forbidden response has a 5xx status code

func (*PostAuthorizationDivisionObjectForbidden) IsSuccess

IsSuccess returns true when this post authorization division object forbidden response has a 2xx status code

func (*PostAuthorizationDivisionObjectForbidden) String

type PostAuthorizationDivisionObjectGatewayTimeout

type PostAuthorizationDivisionObjectGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationDivisionObjectGatewayTimeout

func NewPostAuthorizationDivisionObjectGatewayTimeout() *PostAuthorizationDivisionObjectGatewayTimeout

NewPostAuthorizationDivisionObjectGatewayTimeout creates a PostAuthorizationDivisionObjectGatewayTimeout with default headers values

func (*PostAuthorizationDivisionObjectGatewayTimeout) Error

func (*PostAuthorizationDivisionObjectGatewayTimeout) GetPayload

func (*PostAuthorizationDivisionObjectGatewayTimeout) IsClientError

IsClientError returns true when this post authorization division object gateway timeout response has a 4xx status code

func (*PostAuthorizationDivisionObjectGatewayTimeout) IsCode

IsCode returns true when this post authorization division object gateway timeout response a status code equal to that given

func (*PostAuthorizationDivisionObjectGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization division object gateway timeout response has a 3xx status code

func (*PostAuthorizationDivisionObjectGatewayTimeout) IsServerError

IsServerError returns true when this post authorization division object gateway timeout response has a 5xx status code

func (*PostAuthorizationDivisionObjectGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization division object gateway timeout response has a 2xx status code

func (*PostAuthorizationDivisionObjectGatewayTimeout) String

type PostAuthorizationDivisionObjectInternalServerError

type PostAuthorizationDivisionObjectInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectInternalServerError 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 NewPostAuthorizationDivisionObjectInternalServerError

func NewPostAuthorizationDivisionObjectInternalServerError() *PostAuthorizationDivisionObjectInternalServerError

NewPostAuthorizationDivisionObjectInternalServerError creates a PostAuthorizationDivisionObjectInternalServerError with default headers values

func (*PostAuthorizationDivisionObjectInternalServerError) Error

func (*PostAuthorizationDivisionObjectInternalServerError) GetPayload

func (*PostAuthorizationDivisionObjectInternalServerError) IsClientError

IsClientError returns true when this post authorization division object internal server error response has a 4xx status code

func (*PostAuthorizationDivisionObjectInternalServerError) IsCode

IsCode returns true when this post authorization division object internal server error response a status code equal to that given

func (*PostAuthorizationDivisionObjectInternalServerError) IsRedirect

IsRedirect returns true when this post authorization division object internal server error response has a 3xx status code

func (*PostAuthorizationDivisionObjectInternalServerError) IsServerError

IsServerError returns true when this post authorization division object internal server error response has a 5xx status code

func (*PostAuthorizationDivisionObjectInternalServerError) IsSuccess

IsSuccess returns true when this post authorization division object internal server error response has a 2xx status code

func (*PostAuthorizationDivisionObjectInternalServerError) String

type PostAuthorizationDivisionObjectNoContent

type PostAuthorizationDivisionObjectNoContent struct {
}

PostAuthorizationDivisionObjectNoContent describes a response with status code 204, with default header values.

The divisions were updated successfully

func NewPostAuthorizationDivisionObjectNoContent

func NewPostAuthorizationDivisionObjectNoContent() *PostAuthorizationDivisionObjectNoContent

NewPostAuthorizationDivisionObjectNoContent creates a PostAuthorizationDivisionObjectNoContent with default headers values

func (*PostAuthorizationDivisionObjectNoContent) Error

func (*PostAuthorizationDivisionObjectNoContent) IsClientError

IsClientError returns true when this post authorization division object no content response has a 4xx status code

func (*PostAuthorizationDivisionObjectNoContent) IsCode

IsCode returns true when this post authorization division object no content response a status code equal to that given

func (*PostAuthorizationDivisionObjectNoContent) IsRedirect

IsRedirect returns true when this post authorization division object no content response has a 3xx status code

func (*PostAuthorizationDivisionObjectNoContent) IsServerError

IsServerError returns true when this post authorization division object no content response has a 5xx status code

func (*PostAuthorizationDivisionObjectNoContent) IsSuccess

IsSuccess returns true when this post authorization division object no content response has a 2xx status code

func (*PostAuthorizationDivisionObjectNoContent) String

type PostAuthorizationDivisionObjectNotFound

type PostAuthorizationDivisionObjectNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationDivisionObjectNotFound

func NewPostAuthorizationDivisionObjectNotFound() *PostAuthorizationDivisionObjectNotFound

NewPostAuthorizationDivisionObjectNotFound creates a PostAuthorizationDivisionObjectNotFound with default headers values

func (*PostAuthorizationDivisionObjectNotFound) Error

func (*PostAuthorizationDivisionObjectNotFound) GetPayload

func (*PostAuthorizationDivisionObjectNotFound) IsClientError

func (o *PostAuthorizationDivisionObjectNotFound) IsClientError() bool

IsClientError returns true when this post authorization division object not found response has a 4xx status code

func (*PostAuthorizationDivisionObjectNotFound) IsCode

IsCode returns true when this post authorization division object not found response a status code equal to that given

func (*PostAuthorizationDivisionObjectNotFound) IsRedirect

IsRedirect returns true when this post authorization division object not found response has a 3xx status code

func (*PostAuthorizationDivisionObjectNotFound) IsServerError

func (o *PostAuthorizationDivisionObjectNotFound) IsServerError() bool

IsServerError returns true when this post authorization division object not found response has a 5xx status code

func (*PostAuthorizationDivisionObjectNotFound) IsSuccess

IsSuccess returns true when this post authorization division object not found response has a 2xx status code

func (*PostAuthorizationDivisionObjectNotFound) String

type PostAuthorizationDivisionObjectParams

type PostAuthorizationDivisionObjectParams struct {

	/* Body.

	   Object Id List
	*/
	Body []string

	/* DivisionID.

	   Division ID
	*/
	DivisionID string

	/* ObjectType.

	   The type of the objects. Must be one of the valid object types
	*/
	ObjectType string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationDivisionObjectParams contains all the parameters to send to the API endpoint

for the post authorization division object operation.

Typically these are written to a http.Request.

func NewPostAuthorizationDivisionObjectParams

func NewPostAuthorizationDivisionObjectParams() *PostAuthorizationDivisionObjectParams

NewPostAuthorizationDivisionObjectParams creates a new PostAuthorizationDivisionObjectParams 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 NewPostAuthorizationDivisionObjectParamsWithContext

func NewPostAuthorizationDivisionObjectParamsWithContext(ctx context.Context) *PostAuthorizationDivisionObjectParams

NewPostAuthorizationDivisionObjectParamsWithContext creates a new PostAuthorizationDivisionObjectParams object with the ability to set a context for a request.

func NewPostAuthorizationDivisionObjectParamsWithHTTPClient

func NewPostAuthorizationDivisionObjectParamsWithHTTPClient(client *http.Client) *PostAuthorizationDivisionObjectParams

NewPostAuthorizationDivisionObjectParamsWithHTTPClient creates a new PostAuthorizationDivisionObjectParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationDivisionObjectParamsWithTimeout

func NewPostAuthorizationDivisionObjectParamsWithTimeout(timeout time.Duration) *PostAuthorizationDivisionObjectParams

NewPostAuthorizationDivisionObjectParamsWithTimeout creates a new PostAuthorizationDivisionObjectParams object with the ability to set a timeout on a request.

func (*PostAuthorizationDivisionObjectParams) SetBody

func (o *PostAuthorizationDivisionObjectParams) SetBody(body []string)

SetBody adds the body to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) SetContext

SetContext adds the context to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) SetDefaults

func (o *PostAuthorizationDivisionObjectParams) SetDefaults()

SetDefaults hydrates default values in the post authorization division object params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationDivisionObjectParams) SetDivisionID

func (o *PostAuthorizationDivisionObjectParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) SetHTTPClient

func (o *PostAuthorizationDivisionObjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) SetObjectType

func (o *PostAuthorizationDivisionObjectParams) SetObjectType(objectType string)

SetObjectType adds the objectType to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) SetTimeout

func (o *PostAuthorizationDivisionObjectParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) WithBody

WithBody adds the body to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) WithContext

WithContext adds the context to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) WithDefaults

WithDefaults hydrates default values in the post authorization division object params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationDivisionObjectParams) WithDivisionID

WithDivisionID adds the divisionID to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) WithObjectType

WithObjectType adds the objectType to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) WithTimeout

WithTimeout adds the timeout to the post authorization division object params

func (*PostAuthorizationDivisionObjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationDivisionObjectReader

type PostAuthorizationDivisionObjectReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationDivisionObjectReader is a Reader for the PostAuthorizationDivisionObject structure.

func (*PostAuthorizationDivisionObjectReader) ReadResponse

func (o *PostAuthorizationDivisionObjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationDivisionObjectRequestEntityTooLarge

type PostAuthorizationDivisionObjectRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationDivisionObjectRequestEntityTooLarge

func NewPostAuthorizationDivisionObjectRequestEntityTooLarge() *PostAuthorizationDivisionObjectRequestEntityTooLarge

NewPostAuthorizationDivisionObjectRequestEntityTooLarge creates a PostAuthorizationDivisionObjectRequestEntityTooLarge with default headers values

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) Error

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) GetPayload

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization division object request entity too large response has a 4xx status code

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization division object request entity too large response a status code equal to that given

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization division object request entity too large response has a 3xx status code

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization division object request entity too large response has a 5xx status code

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization division object request entity too large response has a 2xx status code

func (*PostAuthorizationDivisionObjectRequestEntityTooLarge) String

type PostAuthorizationDivisionObjectRequestTimeout

type PostAuthorizationDivisionObjectRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectRequestTimeout 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 NewPostAuthorizationDivisionObjectRequestTimeout

func NewPostAuthorizationDivisionObjectRequestTimeout() *PostAuthorizationDivisionObjectRequestTimeout

NewPostAuthorizationDivisionObjectRequestTimeout creates a PostAuthorizationDivisionObjectRequestTimeout with default headers values

func (*PostAuthorizationDivisionObjectRequestTimeout) Error

func (*PostAuthorizationDivisionObjectRequestTimeout) GetPayload

func (*PostAuthorizationDivisionObjectRequestTimeout) IsClientError

IsClientError returns true when this post authorization division object request timeout response has a 4xx status code

func (*PostAuthorizationDivisionObjectRequestTimeout) IsCode

IsCode returns true when this post authorization division object request timeout response a status code equal to that given

func (*PostAuthorizationDivisionObjectRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization division object request timeout response has a 3xx status code

func (*PostAuthorizationDivisionObjectRequestTimeout) IsServerError

IsServerError returns true when this post authorization division object request timeout response has a 5xx status code

func (*PostAuthorizationDivisionObjectRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization division object request timeout response has a 2xx status code

func (*PostAuthorizationDivisionObjectRequestTimeout) String

type PostAuthorizationDivisionObjectServiceUnavailable

type PostAuthorizationDivisionObjectServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectServiceUnavailable 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 NewPostAuthorizationDivisionObjectServiceUnavailable

func NewPostAuthorizationDivisionObjectServiceUnavailable() *PostAuthorizationDivisionObjectServiceUnavailable

NewPostAuthorizationDivisionObjectServiceUnavailable creates a PostAuthorizationDivisionObjectServiceUnavailable with default headers values

func (*PostAuthorizationDivisionObjectServiceUnavailable) Error

func (*PostAuthorizationDivisionObjectServiceUnavailable) GetPayload

func (*PostAuthorizationDivisionObjectServiceUnavailable) IsClientError

IsClientError returns true when this post authorization division object service unavailable response has a 4xx status code

func (*PostAuthorizationDivisionObjectServiceUnavailable) IsCode

IsCode returns true when this post authorization division object service unavailable response a status code equal to that given

func (*PostAuthorizationDivisionObjectServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization division object service unavailable response has a 3xx status code

func (*PostAuthorizationDivisionObjectServiceUnavailable) IsServerError

IsServerError returns true when this post authorization division object service unavailable response has a 5xx status code

func (*PostAuthorizationDivisionObjectServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization division object service unavailable response has a 2xx status code

func (*PostAuthorizationDivisionObjectServiceUnavailable) String

type PostAuthorizationDivisionObjectTooManyRequests

type PostAuthorizationDivisionObjectTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationDivisionObjectTooManyRequests

func NewPostAuthorizationDivisionObjectTooManyRequests() *PostAuthorizationDivisionObjectTooManyRequests

NewPostAuthorizationDivisionObjectTooManyRequests creates a PostAuthorizationDivisionObjectTooManyRequests with default headers values

func (*PostAuthorizationDivisionObjectTooManyRequests) Error

func (*PostAuthorizationDivisionObjectTooManyRequests) GetPayload

func (*PostAuthorizationDivisionObjectTooManyRequests) IsClientError

IsClientError returns true when this post authorization division object too many requests response has a 4xx status code

func (*PostAuthorizationDivisionObjectTooManyRequests) IsCode

IsCode returns true when this post authorization division object too many requests response a status code equal to that given

func (*PostAuthorizationDivisionObjectTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization division object too many requests response has a 3xx status code

func (*PostAuthorizationDivisionObjectTooManyRequests) IsServerError

IsServerError returns true when this post authorization division object too many requests response has a 5xx status code

func (*PostAuthorizationDivisionObjectTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization division object too many requests response has a 2xx status code

func (*PostAuthorizationDivisionObjectTooManyRequests) String

type PostAuthorizationDivisionObjectUnauthorized

type PostAuthorizationDivisionObjectUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationDivisionObjectUnauthorized

func NewPostAuthorizationDivisionObjectUnauthorized() *PostAuthorizationDivisionObjectUnauthorized

NewPostAuthorizationDivisionObjectUnauthorized creates a PostAuthorizationDivisionObjectUnauthorized with default headers values

func (*PostAuthorizationDivisionObjectUnauthorized) Error

func (*PostAuthorizationDivisionObjectUnauthorized) GetPayload

func (*PostAuthorizationDivisionObjectUnauthorized) IsClientError

IsClientError returns true when this post authorization division object unauthorized response has a 4xx status code

func (*PostAuthorizationDivisionObjectUnauthorized) IsCode

IsCode returns true when this post authorization division object unauthorized response a status code equal to that given

func (*PostAuthorizationDivisionObjectUnauthorized) IsRedirect

IsRedirect returns true when this post authorization division object unauthorized response has a 3xx status code

func (*PostAuthorizationDivisionObjectUnauthorized) IsServerError

IsServerError returns true when this post authorization division object unauthorized response has a 5xx status code

func (*PostAuthorizationDivisionObjectUnauthorized) IsSuccess

IsSuccess returns true when this post authorization division object unauthorized response has a 2xx status code

func (*PostAuthorizationDivisionObjectUnauthorized) String

type PostAuthorizationDivisionObjectUnsupportedMediaType

type PostAuthorizationDivisionObjectUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionObjectUnsupportedMediaType 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 NewPostAuthorizationDivisionObjectUnsupportedMediaType

func NewPostAuthorizationDivisionObjectUnsupportedMediaType() *PostAuthorizationDivisionObjectUnsupportedMediaType

NewPostAuthorizationDivisionObjectUnsupportedMediaType creates a PostAuthorizationDivisionObjectUnsupportedMediaType with default headers values

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) Error

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) GetPayload

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization division object unsupported media type response has a 4xx status code

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) IsCode

IsCode returns true when this post authorization division object unsupported media type response a status code equal to that given

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization division object unsupported media type response has a 3xx status code

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization division object unsupported media type response has a 5xx status code

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization division object unsupported media type response has a 2xx status code

func (*PostAuthorizationDivisionObjectUnsupportedMediaType) String

type PostAuthorizationDivisionRestoreBadRequest

type PostAuthorizationDivisionRestoreBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreBadRequest 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 NewPostAuthorizationDivisionRestoreBadRequest

func NewPostAuthorizationDivisionRestoreBadRequest() *PostAuthorizationDivisionRestoreBadRequest

NewPostAuthorizationDivisionRestoreBadRequest creates a PostAuthorizationDivisionRestoreBadRequest with default headers values

func (*PostAuthorizationDivisionRestoreBadRequest) Error

func (*PostAuthorizationDivisionRestoreBadRequest) GetPayload

func (*PostAuthorizationDivisionRestoreBadRequest) IsClientError

IsClientError returns true when this post authorization division restore bad request response has a 4xx status code

func (*PostAuthorizationDivisionRestoreBadRequest) IsCode

IsCode returns true when this post authorization division restore bad request response a status code equal to that given

func (*PostAuthorizationDivisionRestoreBadRequest) IsRedirect

IsRedirect returns true when this post authorization division restore bad request response has a 3xx status code

func (*PostAuthorizationDivisionRestoreBadRequest) IsServerError

IsServerError returns true when this post authorization division restore bad request response has a 5xx status code

func (*PostAuthorizationDivisionRestoreBadRequest) IsSuccess

IsSuccess returns true when this post authorization division restore bad request response has a 2xx status code

func (*PostAuthorizationDivisionRestoreBadRequest) String

type PostAuthorizationDivisionRestoreConflict

type PostAuthorizationDivisionRestoreConflict struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreConflict describes a response with status code 409, with default header values.

Conflict

func NewPostAuthorizationDivisionRestoreConflict

func NewPostAuthorizationDivisionRestoreConflict() *PostAuthorizationDivisionRestoreConflict

NewPostAuthorizationDivisionRestoreConflict creates a PostAuthorizationDivisionRestoreConflict with default headers values

func (*PostAuthorizationDivisionRestoreConflict) Error

func (*PostAuthorizationDivisionRestoreConflict) GetPayload

func (*PostAuthorizationDivisionRestoreConflict) IsClientError

IsClientError returns true when this post authorization division restore conflict response has a 4xx status code

func (*PostAuthorizationDivisionRestoreConflict) IsCode

IsCode returns true when this post authorization division restore conflict response a status code equal to that given

func (*PostAuthorizationDivisionRestoreConflict) IsRedirect

IsRedirect returns true when this post authorization division restore conflict response has a 3xx status code

func (*PostAuthorizationDivisionRestoreConflict) IsServerError

IsServerError returns true when this post authorization division restore conflict response has a 5xx status code

func (*PostAuthorizationDivisionRestoreConflict) IsSuccess

IsSuccess returns true when this post authorization division restore conflict response has a 2xx status code

func (*PostAuthorizationDivisionRestoreConflict) String

type PostAuthorizationDivisionRestoreForbidden

type PostAuthorizationDivisionRestoreForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationDivisionRestoreForbidden

func NewPostAuthorizationDivisionRestoreForbidden() *PostAuthorizationDivisionRestoreForbidden

NewPostAuthorizationDivisionRestoreForbidden creates a PostAuthorizationDivisionRestoreForbidden with default headers values

func (*PostAuthorizationDivisionRestoreForbidden) Error

func (*PostAuthorizationDivisionRestoreForbidden) GetPayload

func (*PostAuthorizationDivisionRestoreForbidden) IsClientError

IsClientError returns true when this post authorization division restore forbidden response has a 4xx status code

func (*PostAuthorizationDivisionRestoreForbidden) IsCode

IsCode returns true when this post authorization division restore forbidden response a status code equal to that given

func (*PostAuthorizationDivisionRestoreForbidden) IsRedirect

IsRedirect returns true when this post authorization division restore forbidden response has a 3xx status code

func (*PostAuthorizationDivisionRestoreForbidden) IsServerError

IsServerError returns true when this post authorization division restore forbidden response has a 5xx status code

func (*PostAuthorizationDivisionRestoreForbidden) IsSuccess

IsSuccess returns true when this post authorization division restore forbidden response has a 2xx status code

func (*PostAuthorizationDivisionRestoreForbidden) String

type PostAuthorizationDivisionRestoreGatewayTimeout

type PostAuthorizationDivisionRestoreGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationDivisionRestoreGatewayTimeout

func NewPostAuthorizationDivisionRestoreGatewayTimeout() *PostAuthorizationDivisionRestoreGatewayTimeout

NewPostAuthorizationDivisionRestoreGatewayTimeout creates a PostAuthorizationDivisionRestoreGatewayTimeout with default headers values

func (*PostAuthorizationDivisionRestoreGatewayTimeout) Error

func (*PostAuthorizationDivisionRestoreGatewayTimeout) GetPayload

func (*PostAuthorizationDivisionRestoreGatewayTimeout) IsClientError

IsClientError returns true when this post authorization division restore gateway timeout response has a 4xx status code

func (*PostAuthorizationDivisionRestoreGatewayTimeout) IsCode

IsCode returns true when this post authorization division restore gateway timeout response a status code equal to that given

func (*PostAuthorizationDivisionRestoreGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization division restore gateway timeout response has a 3xx status code

func (*PostAuthorizationDivisionRestoreGatewayTimeout) IsServerError

IsServerError returns true when this post authorization division restore gateway timeout response has a 5xx status code

func (*PostAuthorizationDivisionRestoreGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization division restore gateway timeout response has a 2xx status code

func (*PostAuthorizationDivisionRestoreGatewayTimeout) String

type PostAuthorizationDivisionRestoreInternalServerError

type PostAuthorizationDivisionRestoreInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreInternalServerError 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 NewPostAuthorizationDivisionRestoreInternalServerError

func NewPostAuthorizationDivisionRestoreInternalServerError() *PostAuthorizationDivisionRestoreInternalServerError

NewPostAuthorizationDivisionRestoreInternalServerError creates a PostAuthorizationDivisionRestoreInternalServerError with default headers values

func (*PostAuthorizationDivisionRestoreInternalServerError) Error

func (*PostAuthorizationDivisionRestoreInternalServerError) GetPayload

func (*PostAuthorizationDivisionRestoreInternalServerError) IsClientError

IsClientError returns true when this post authorization division restore internal server error response has a 4xx status code

func (*PostAuthorizationDivisionRestoreInternalServerError) IsCode

IsCode returns true when this post authorization division restore internal server error response a status code equal to that given

func (*PostAuthorizationDivisionRestoreInternalServerError) IsRedirect

IsRedirect returns true when this post authorization division restore internal server error response has a 3xx status code

func (*PostAuthorizationDivisionRestoreInternalServerError) IsServerError

IsServerError returns true when this post authorization division restore internal server error response has a 5xx status code

func (*PostAuthorizationDivisionRestoreInternalServerError) IsSuccess

IsSuccess returns true when this post authorization division restore internal server error response has a 2xx status code

func (*PostAuthorizationDivisionRestoreInternalServerError) String

type PostAuthorizationDivisionRestoreNotFound

type PostAuthorizationDivisionRestoreNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationDivisionRestoreNotFound

func NewPostAuthorizationDivisionRestoreNotFound() *PostAuthorizationDivisionRestoreNotFound

NewPostAuthorizationDivisionRestoreNotFound creates a PostAuthorizationDivisionRestoreNotFound with default headers values

func (*PostAuthorizationDivisionRestoreNotFound) Error

func (*PostAuthorizationDivisionRestoreNotFound) GetPayload

func (*PostAuthorizationDivisionRestoreNotFound) IsClientError

IsClientError returns true when this post authorization division restore not found response has a 4xx status code

func (*PostAuthorizationDivisionRestoreNotFound) IsCode

IsCode returns true when this post authorization division restore not found response a status code equal to that given

func (*PostAuthorizationDivisionRestoreNotFound) IsRedirect

IsRedirect returns true when this post authorization division restore not found response has a 3xx status code

func (*PostAuthorizationDivisionRestoreNotFound) IsServerError

IsServerError returns true when this post authorization division restore not found response has a 5xx status code

func (*PostAuthorizationDivisionRestoreNotFound) IsSuccess

IsSuccess returns true when this post authorization division restore not found response has a 2xx status code

func (*PostAuthorizationDivisionRestoreNotFound) String

type PostAuthorizationDivisionRestoreOK

type PostAuthorizationDivisionRestoreOK struct {
	Payload *models.AuthzDivision
}

PostAuthorizationDivisionRestoreOK describes a response with status code 200, with default header values.

successful operation

func NewPostAuthorizationDivisionRestoreOK

func NewPostAuthorizationDivisionRestoreOK() *PostAuthorizationDivisionRestoreOK

NewPostAuthorizationDivisionRestoreOK creates a PostAuthorizationDivisionRestoreOK with default headers values

func (*PostAuthorizationDivisionRestoreOK) Error

func (*PostAuthorizationDivisionRestoreOK) GetPayload

func (*PostAuthorizationDivisionRestoreOK) IsClientError

func (o *PostAuthorizationDivisionRestoreOK) IsClientError() bool

IsClientError returns true when this post authorization division restore o k response has a 4xx status code

func (*PostAuthorizationDivisionRestoreOK) IsCode

IsCode returns true when this post authorization division restore o k response a status code equal to that given

func (*PostAuthorizationDivisionRestoreOK) IsRedirect

func (o *PostAuthorizationDivisionRestoreOK) IsRedirect() bool

IsRedirect returns true when this post authorization division restore o k response has a 3xx status code

func (*PostAuthorizationDivisionRestoreOK) IsServerError

func (o *PostAuthorizationDivisionRestoreOK) IsServerError() bool

IsServerError returns true when this post authorization division restore o k response has a 5xx status code

func (*PostAuthorizationDivisionRestoreOK) IsSuccess

IsSuccess returns true when this post authorization division restore o k response has a 2xx status code

func (*PostAuthorizationDivisionRestoreOK) String

type PostAuthorizationDivisionRestoreParams

type PostAuthorizationDivisionRestoreParams struct {

	/* Body.

	   Recreated division data
	*/
	Body *models.AuthzDivision

	/* DivisionID.

	   Division ID
	*/
	DivisionID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationDivisionRestoreParams contains all the parameters to send to the API endpoint

for the post authorization division restore operation.

Typically these are written to a http.Request.

func NewPostAuthorizationDivisionRestoreParams

func NewPostAuthorizationDivisionRestoreParams() *PostAuthorizationDivisionRestoreParams

NewPostAuthorizationDivisionRestoreParams creates a new PostAuthorizationDivisionRestoreParams 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 NewPostAuthorizationDivisionRestoreParamsWithContext

func NewPostAuthorizationDivisionRestoreParamsWithContext(ctx context.Context) *PostAuthorizationDivisionRestoreParams

NewPostAuthorizationDivisionRestoreParamsWithContext creates a new PostAuthorizationDivisionRestoreParams object with the ability to set a context for a request.

func NewPostAuthorizationDivisionRestoreParamsWithHTTPClient

func NewPostAuthorizationDivisionRestoreParamsWithHTTPClient(client *http.Client) *PostAuthorizationDivisionRestoreParams

NewPostAuthorizationDivisionRestoreParamsWithHTTPClient creates a new PostAuthorizationDivisionRestoreParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationDivisionRestoreParamsWithTimeout

func NewPostAuthorizationDivisionRestoreParamsWithTimeout(timeout time.Duration) *PostAuthorizationDivisionRestoreParams

NewPostAuthorizationDivisionRestoreParamsWithTimeout creates a new PostAuthorizationDivisionRestoreParams object with the ability to set a timeout on a request.

func (*PostAuthorizationDivisionRestoreParams) SetBody

SetBody adds the body to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) SetContext

SetContext adds the context to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) SetDefaults

func (o *PostAuthorizationDivisionRestoreParams) SetDefaults()

SetDefaults hydrates default values in the post authorization division restore params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationDivisionRestoreParams) SetDivisionID

func (o *PostAuthorizationDivisionRestoreParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) SetHTTPClient

func (o *PostAuthorizationDivisionRestoreParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) SetTimeout

func (o *PostAuthorizationDivisionRestoreParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) WithBody

WithBody adds the body to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) WithContext

WithContext adds the context to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) WithDefaults

WithDefaults hydrates default values in the post authorization division restore params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationDivisionRestoreParams) WithDivisionID

WithDivisionID adds the divisionID to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) WithTimeout

WithTimeout adds the timeout to the post authorization division restore params

func (*PostAuthorizationDivisionRestoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationDivisionRestoreReader

type PostAuthorizationDivisionRestoreReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationDivisionRestoreReader is a Reader for the PostAuthorizationDivisionRestore structure.

func (*PostAuthorizationDivisionRestoreReader) ReadResponse

func (o *PostAuthorizationDivisionRestoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationDivisionRestoreRequestEntityTooLarge

type PostAuthorizationDivisionRestoreRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationDivisionRestoreRequestEntityTooLarge

func NewPostAuthorizationDivisionRestoreRequestEntityTooLarge() *PostAuthorizationDivisionRestoreRequestEntityTooLarge

NewPostAuthorizationDivisionRestoreRequestEntityTooLarge creates a PostAuthorizationDivisionRestoreRequestEntityTooLarge with default headers values

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) Error

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) GetPayload

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization division restore request entity too large response has a 4xx status code

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization division restore request entity too large response a status code equal to that given

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization division restore request entity too large response has a 3xx status code

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization division restore request entity too large response has a 5xx status code

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization division restore request entity too large response has a 2xx status code

func (*PostAuthorizationDivisionRestoreRequestEntityTooLarge) String

type PostAuthorizationDivisionRestoreRequestTimeout

type PostAuthorizationDivisionRestoreRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreRequestTimeout 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 NewPostAuthorizationDivisionRestoreRequestTimeout

func NewPostAuthorizationDivisionRestoreRequestTimeout() *PostAuthorizationDivisionRestoreRequestTimeout

NewPostAuthorizationDivisionRestoreRequestTimeout creates a PostAuthorizationDivisionRestoreRequestTimeout with default headers values

func (*PostAuthorizationDivisionRestoreRequestTimeout) Error

func (*PostAuthorizationDivisionRestoreRequestTimeout) GetPayload

func (*PostAuthorizationDivisionRestoreRequestTimeout) IsClientError

IsClientError returns true when this post authorization division restore request timeout response has a 4xx status code

func (*PostAuthorizationDivisionRestoreRequestTimeout) IsCode

IsCode returns true when this post authorization division restore request timeout response a status code equal to that given

func (*PostAuthorizationDivisionRestoreRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization division restore request timeout response has a 3xx status code

func (*PostAuthorizationDivisionRestoreRequestTimeout) IsServerError

IsServerError returns true when this post authorization division restore request timeout response has a 5xx status code

func (*PostAuthorizationDivisionRestoreRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization division restore request timeout response has a 2xx status code

func (*PostAuthorizationDivisionRestoreRequestTimeout) String

type PostAuthorizationDivisionRestoreServiceUnavailable

type PostAuthorizationDivisionRestoreServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreServiceUnavailable 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 NewPostAuthorizationDivisionRestoreServiceUnavailable

func NewPostAuthorizationDivisionRestoreServiceUnavailable() *PostAuthorizationDivisionRestoreServiceUnavailable

NewPostAuthorizationDivisionRestoreServiceUnavailable creates a PostAuthorizationDivisionRestoreServiceUnavailable with default headers values

func (*PostAuthorizationDivisionRestoreServiceUnavailable) Error

func (*PostAuthorizationDivisionRestoreServiceUnavailable) GetPayload

func (*PostAuthorizationDivisionRestoreServiceUnavailable) IsClientError

IsClientError returns true when this post authorization division restore service unavailable response has a 4xx status code

func (*PostAuthorizationDivisionRestoreServiceUnavailable) IsCode

IsCode returns true when this post authorization division restore service unavailable response a status code equal to that given

func (*PostAuthorizationDivisionRestoreServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization division restore service unavailable response has a 3xx status code

func (*PostAuthorizationDivisionRestoreServiceUnavailable) IsServerError

IsServerError returns true when this post authorization division restore service unavailable response has a 5xx status code

func (*PostAuthorizationDivisionRestoreServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization division restore service unavailable response has a 2xx status code

func (*PostAuthorizationDivisionRestoreServiceUnavailable) String

type PostAuthorizationDivisionRestoreTooManyRequests

type PostAuthorizationDivisionRestoreTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationDivisionRestoreTooManyRequests

func NewPostAuthorizationDivisionRestoreTooManyRequests() *PostAuthorizationDivisionRestoreTooManyRequests

NewPostAuthorizationDivisionRestoreTooManyRequests creates a PostAuthorizationDivisionRestoreTooManyRequests with default headers values

func (*PostAuthorizationDivisionRestoreTooManyRequests) Error

func (*PostAuthorizationDivisionRestoreTooManyRequests) GetPayload

func (*PostAuthorizationDivisionRestoreTooManyRequests) IsClientError

IsClientError returns true when this post authorization division restore too many requests response has a 4xx status code

func (*PostAuthorizationDivisionRestoreTooManyRequests) IsCode

IsCode returns true when this post authorization division restore too many requests response a status code equal to that given

func (*PostAuthorizationDivisionRestoreTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization division restore too many requests response has a 3xx status code

func (*PostAuthorizationDivisionRestoreTooManyRequests) IsServerError

IsServerError returns true when this post authorization division restore too many requests response has a 5xx status code

func (*PostAuthorizationDivisionRestoreTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization division restore too many requests response has a 2xx status code

func (*PostAuthorizationDivisionRestoreTooManyRequests) String

type PostAuthorizationDivisionRestoreUnauthorized

type PostAuthorizationDivisionRestoreUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationDivisionRestoreUnauthorized

func NewPostAuthorizationDivisionRestoreUnauthorized() *PostAuthorizationDivisionRestoreUnauthorized

NewPostAuthorizationDivisionRestoreUnauthorized creates a PostAuthorizationDivisionRestoreUnauthorized with default headers values

func (*PostAuthorizationDivisionRestoreUnauthorized) Error

func (*PostAuthorizationDivisionRestoreUnauthorized) GetPayload

func (*PostAuthorizationDivisionRestoreUnauthorized) IsClientError

IsClientError returns true when this post authorization division restore unauthorized response has a 4xx status code

func (*PostAuthorizationDivisionRestoreUnauthorized) IsCode

IsCode returns true when this post authorization division restore unauthorized response a status code equal to that given

func (*PostAuthorizationDivisionRestoreUnauthorized) IsRedirect

IsRedirect returns true when this post authorization division restore unauthorized response has a 3xx status code

func (*PostAuthorizationDivisionRestoreUnauthorized) IsServerError

IsServerError returns true when this post authorization division restore unauthorized response has a 5xx status code

func (*PostAuthorizationDivisionRestoreUnauthorized) IsSuccess

IsSuccess returns true when this post authorization division restore unauthorized response has a 2xx status code

func (*PostAuthorizationDivisionRestoreUnauthorized) String

type PostAuthorizationDivisionRestoreUnsupportedMediaType

type PostAuthorizationDivisionRestoreUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionRestoreUnsupportedMediaType 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 NewPostAuthorizationDivisionRestoreUnsupportedMediaType

func NewPostAuthorizationDivisionRestoreUnsupportedMediaType() *PostAuthorizationDivisionRestoreUnsupportedMediaType

NewPostAuthorizationDivisionRestoreUnsupportedMediaType creates a PostAuthorizationDivisionRestoreUnsupportedMediaType with default headers values

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) Error

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) GetPayload

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization division restore unsupported media type response has a 4xx status code

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) IsCode

IsCode returns true when this post authorization division restore unsupported media type response a status code equal to that given

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization division restore unsupported media type response has a 3xx status code

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization division restore unsupported media type response has a 5xx status code

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization division restore unsupported media type response has a 2xx status code

func (*PostAuthorizationDivisionRestoreUnsupportedMediaType) String

type PostAuthorizationDivisionsBadRequest

type PostAuthorizationDivisionsBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsBadRequest 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 NewPostAuthorizationDivisionsBadRequest

func NewPostAuthorizationDivisionsBadRequest() *PostAuthorizationDivisionsBadRequest

NewPostAuthorizationDivisionsBadRequest creates a PostAuthorizationDivisionsBadRequest with default headers values

func (*PostAuthorizationDivisionsBadRequest) Error

func (*PostAuthorizationDivisionsBadRequest) GetPayload

func (*PostAuthorizationDivisionsBadRequest) IsClientError

func (o *PostAuthorizationDivisionsBadRequest) IsClientError() bool

IsClientError returns true when this post authorization divisions bad request response has a 4xx status code

func (*PostAuthorizationDivisionsBadRequest) IsCode

IsCode returns true when this post authorization divisions bad request response a status code equal to that given

func (*PostAuthorizationDivisionsBadRequest) IsRedirect

IsRedirect returns true when this post authorization divisions bad request response has a 3xx status code

func (*PostAuthorizationDivisionsBadRequest) IsServerError

func (o *PostAuthorizationDivisionsBadRequest) IsServerError() bool

IsServerError returns true when this post authorization divisions bad request response has a 5xx status code

func (*PostAuthorizationDivisionsBadRequest) IsSuccess

IsSuccess returns true when this post authorization divisions bad request response has a 2xx status code

func (*PostAuthorizationDivisionsBadRequest) String

type PostAuthorizationDivisionsConflict

type PostAuthorizationDivisionsConflict struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsConflict describes a response with status code 409, with default header values.

Conflict

func NewPostAuthorizationDivisionsConflict

func NewPostAuthorizationDivisionsConflict() *PostAuthorizationDivisionsConflict

NewPostAuthorizationDivisionsConflict creates a PostAuthorizationDivisionsConflict with default headers values

func (*PostAuthorizationDivisionsConflict) Error

func (*PostAuthorizationDivisionsConflict) GetPayload

func (*PostAuthorizationDivisionsConflict) IsClientError

func (o *PostAuthorizationDivisionsConflict) IsClientError() bool

IsClientError returns true when this post authorization divisions conflict response has a 4xx status code

func (*PostAuthorizationDivisionsConflict) IsCode

IsCode returns true when this post authorization divisions conflict response a status code equal to that given

func (*PostAuthorizationDivisionsConflict) IsRedirect

func (o *PostAuthorizationDivisionsConflict) IsRedirect() bool

IsRedirect returns true when this post authorization divisions conflict response has a 3xx status code

func (*PostAuthorizationDivisionsConflict) IsServerError

func (o *PostAuthorizationDivisionsConflict) IsServerError() bool

IsServerError returns true when this post authorization divisions conflict response has a 5xx status code

func (*PostAuthorizationDivisionsConflict) IsSuccess

IsSuccess returns true when this post authorization divisions conflict response has a 2xx status code

func (*PostAuthorizationDivisionsConflict) String

type PostAuthorizationDivisionsForbidden

type PostAuthorizationDivisionsForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationDivisionsForbidden

func NewPostAuthorizationDivisionsForbidden() *PostAuthorizationDivisionsForbidden

NewPostAuthorizationDivisionsForbidden creates a PostAuthorizationDivisionsForbidden with default headers values

func (*PostAuthorizationDivisionsForbidden) Error

func (*PostAuthorizationDivisionsForbidden) GetPayload

func (*PostAuthorizationDivisionsForbidden) IsClientError

func (o *PostAuthorizationDivisionsForbidden) IsClientError() bool

IsClientError returns true when this post authorization divisions forbidden response has a 4xx status code

func (*PostAuthorizationDivisionsForbidden) IsCode

IsCode returns true when this post authorization divisions forbidden response a status code equal to that given

func (*PostAuthorizationDivisionsForbidden) IsRedirect

func (o *PostAuthorizationDivisionsForbidden) IsRedirect() bool

IsRedirect returns true when this post authorization divisions forbidden response has a 3xx status code

func (*PostAuthorizationDivisionsForbidden) IsServerError

func (o *PostAuthorizationDivisionsForbidden) IsServerError() bool

IsServerError returns true when this post authorization divisions forbidden response has a 5xx status code

func (*PostAuthorizationDivisionsForbidden) IsSuccess

IsSuccess returns true when this post authorization divisions forbidden response has a 2xx status code

func (*PostAuthorizationDivisionsForbidden) String

type PostAuthorizationDivisionsGatewayTimeout

type PostAuthorizationDivisionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationDivisionsGatewayTimeout

func NewPostAuthorizationDivisionsGatewayTimeout() *PostAuthorizationDivisionsGatewayTimeout

NewPostAuthorizationDivisionsGatewayTimeout creates a PostAuthorizationDivisionsGatewayTimeout with default headers values

func (*PostAuthorizationDivisionsGatewayTimeout) Error

func (*PostAuthorizationDivisionsGatewayTimeout) GetPayload

func (*PostAuthorizationDivisionsGatewayTimeout) IsClientError

IsClientError returns true when this post authorization divisions gateway timeout response has a 4xx status code

func (*PostAuthorizationDivisionsGatewayTimeout) IsCode

IsCode returns true when this post authorization divisions gateway timeout response a status code equal to that given

func (*PostAuthorizationDivisionsGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization divisions gateway timeout response has a 3xx status code

func (*PostAuthorizationDivisionsGatewayTimeout) IsServerError

IsServerError returns true when this post authorization divisions gateway timeout response has a 5xx status code

func (*PostAuthorizationDivisionsGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization divisions gateway timeout response has a 2xx status code

func (*PostAuthorizationDivisionsGatewayTimeout) String

type PostAuthorizationDivisionsInternalServerError

type PostAuthorizationDivisionsInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsInternalServerError 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 NewPostAuthorizationDivisionsInternalServerError

func NewPostAuthorizationDivisionsInternalServerError() *PostAuthorizationDivisionsInternalServerError

NewPostAuthorizationDivisionsInternalServerError creates a PostAuthorizationDivisionsInternalServerError with default headers values

func (*PostAuthorizationDivisionsInternalServerError) Error

func (*PostAuthorizationDivisionsInternalServerError) GetPayload

func (*PostAuthorizationDivisionsInternalServerError) IsClientError

IsClientError returns true when this post authorization divisions internal server error response has a 4xx status code

func (*PostAuthorizationDivisionsInternalServerError) IsCode

IsCode returns true when this post authorization divisions internal server error response a status code equal to that given

func (*PostAuthorizationDivisionsInternalServerError) IsRedirect

IsRedirect returns true when this post authorization divisions internal server error response has a 3xx status code

func (*PostAuthorizationDivisionsInternalServerError) IsServerError

IsServerError returns true when this post authorization divisions internal server error response has a 5xx status code

func (*PostAuthorizationDivisionsInternalServerError) IsSuccess

IsSuccess returns true when this post authorization divisions internal server error response has a 2xx status code

func (*PostAuthorizationDivisionsInternalServerError) String

type PostAuthorizationDivisionsNotFound

type PostAuthorizationDivisionsNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationDivisionsNotFound

func NewPostAuthorizationDivisionsNotFound() *PostAuthorizationDivisionsNotFound

NewPostAuthorizationDivisionsNotFound creates a PostAuthorizationDivisionsNotFound with default headers values

func (*PostAuthorizationDivisionsNotFound) Error

func (*PostAuthorizationDivisionsNotFound) GetPayload

func (*PostAuthorizationDivisionsNotFound) IsClientError

func (o *PostAuthorizationDivisionsNotFound) IsClientError() bool

IsClientError returns true when this post authorization divisions not found response has a 4xx status code

func (*PostAuthorizationDivisionsNotFound) IsCode

IsCode returns true when this post authorization divisions not found response a status code equal to that given

func (*PostAuthorizationDivisionsNotFound) IsRedirect

func (o *PostAuthorizationDivisionsNotFound) IsRedirect() bool

IsRedirect returns true when this post authorization divisions not found response has a 3xx status code

func (*PostAuthorizationDivisionsNotFound) IsServerError

func (o *PostAuthorizationDivisionsNotFound) IsServerError() bool

IsServerError returns true when this post authorization divisions not found response has a 5xx status code

func (*PostAuthorizationDivisionsNotFound) IsSuccess

IsSuccess returns true when this post authorization divisions not found response has a 2xx status code

func (*PostAuthorizationDivisionsNotFound) String

type PostAuthorizationDivisionsOK

type PostAuthorizationDivisionsOK struct {
	Payload *models.AuthzDivision
}

PostAuthorizationDivisionsOK describes a response with status code 200, with default header values.

successful operation

func NewPostAuthorizationDivisionsOK

func NewPostAuthorizationDivisionsOK() *PostAuthorizationDivisionsOK

NewPostAuthorizationDivisionsOK creates a PostAuthorizationDivisionsOK with default headers values

func (*PostAuthorizationDivisionsOK) Error

func (*PostAuthorizationDivisionsOK) GetPayload

func (*PostAuthorizationDivisionsOK) IsClientError

func (o *PostAuthorizationDivisionsOK) IsClientError() bool

IsClientError returns true when this post authorization divisions o k response has a 4xx status code

func (*PostAuthorizationDivisionsOK) IsCode

func (o *PostAuthorizationDivisionsOK) IsCode(code int) bool

IsCode returns true when this post authorization divisions o k response a status code equal to that given

func (*PostAuthorizationDivisionsOK) IsRedirect

func (o *PostAuthorizationDivisionsOK) IsRedirect() bool

IsRedirect returns true when this post authorization divisions o k response has a 3xx status code

func (*PostAuthorizationDivisionsOK) IsServerError

func (o *PostAuthorizationDivisionsOK) IsServerError() bool

IsServerError returns true when this post authorization divisions o k response has a 5xx status code

func (*PostAuthorizationDivisionsOK) IsSuccess

func (o *PostAuthorizationDivisionsOK) IsSuccess() bool

IsSuccess returns true when this post authorization divisions o k response has a 2xx status code

func (*PostAuthorizationDivisionsOK) String

type PostAuthorizationDivisionsParams

type PostAuthorizationDivisionsParams struct {

	/* Body.

	   Division
	*/
	Body *models.AuthzDivision

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationDivisionsParams contains all the parameters to send to the API endpoint

for the post authorization divisions operation.

Typically these are written to a http.Request.

func NewPostAuthorizationDivisionsParams

func NewPostAuthorizationDivisionsParams() *PostAuthorizationDivisionsParams

NewPostAuthorizationDivisionsParams creates a new PostAuthorizationDivisionsParams 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 NewPostAuthorizationDivisionsParamsWithContext

func NewPostAuthorizationDivisionsParamsWithContext(ctx context.Context) *PostAuthorizationDivisionsParams

NewPostAuthorizationDivisionsParamsWithContext creates a new PostAuthorizationDivisionsParams object with the ability to set a context for a request.

func NewPostAuthorizationDivisionsParamsWithHTTPClient

func NewPostAuthorizationDivisionsParamsWithHTTPClient(client *http.Client) *PostAuthorizationDivisionsParams

NewPostAuthorizationDivisionsParamsWithHTTPClient creates a new PostAuthorizationDivisionsParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationDivisionsParamsWithTimeout

func NewPostAuthorizationDivisionsParamsWithTimeout(timeout time.Duration) *PostAuthorizationDivisionsParams

NewPostAuthorizationDivisionsParamsWithTimeout creates a new PostAuthorizationDivisionsParams object with the ability to set a timeout on a request.

func (*PostAuthorizationDivisionsParams) SetBody

SetBody adds the body to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) SetContext

SetContext adds the context to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) SetDefaults

func (o *PostAuthorizationDivisionsParams) SetDefaults()

SetDefaults hydrates default values in the post authorization divisions params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationDivisionsParams) SetHTTPClient

func (o *PostAuthorizationDivisionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) SetTimeout

func (o *PostAuthorizationDivisionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) WithBody

WithBody adds the body to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) WithContext

WithContext adds the context to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) WithDefaults

WithDefaults hydrates default values in the post authorization divisions params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationDivisionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) WithTimeout

WithTimeout adds the timeout to the post authorization divisions params

func (*PostAuthorizationDivisionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationDivisionsReader

type PostAuthorizationDivisionsReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationDivisionsReader is a Reader for the PostAuthorizationDivisions structure.

func (*PostAuthorizationDivisionsReader) ReadResponse

func (o *PostAuthorizationDivisionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationDivisionsRequestEntityTooLarge

type PostAuthorizationDivisionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationDivisionsRequestEntityTooLarge

func NewPostAuthorizationDivisionsRequestEntityTooLarge() *PostAuthorizationDivisionsRequestEntityTooLarge

NewPostAuthorizationDivisionsRequestEntityTooLarge creates a PostAuthorizationDivisionsRequestEntityTooLarge with default headers values

func (*PostAuthorizationDivisionsRequestEntityTooLarge) Error

func (*PostAuthorizationDivisionsRequestEntityTooLarge) GetPayload

func (*PostAuthorizationDivisionsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization divisions request entity too large response has a 4xx status code

func (*PostAuthorizationDivisionsRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization divisions request entity too large response a status code equal to that given

func (*PostAuthorizationDivisionsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization divisions request entity too large response has a 3xx status code

func (*PostAuthorizationDivisionsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization divisions request entity too large response has a 5xx status code

func (*PostAuthorizationDivisionsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization divisions request entity too large response has a 2xx status code

func (*PostAuthorizationDivisionsRequestEntityTooLarge) String

type PostAuthorizationDivisionsRequestTimeout

type PostAuthorizationDivisionsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsRequestTimeout 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 NewPostAuthorizationDivisionsRequestTimeout

func NewPostAuthorizationDivisionsRequestTimeout() *PostAuthorizationDivisionsRequestTimeout

NewPostAuthorizationDivisionsRequestTimeout creates a PostAuthorizationDivisionsRequestTimeout with default headers values

func (*PostAuthorizationDivisionsRequestTimeout) Error

func (*PostAuthorizationDivisionsRequestTimeout) GetPayload

func (*PostAuthorizationDivisionsRequestTimeout) IsClientError

IsClientError returns true when this post authorization divisions request timeout response has a 4xx status code

func (*PostAuthorizationDivisionsRequestTimeout) IsCode

IsCode returns true when this post authorization divisions request timeout response a status code equal to that given

func (*PostAuthorizationDivisionsRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization divisions request timeout response has a 3xx status code

func (*PostAuthorizationDivisionsRequestTimeout) IsServerError

IsServerError returns true when this post authorization divisions request timeout response has a 5xx status code

func (*PostAuthorizationDivisionsRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization divisions request timeout response has a 2xx status code

func (*PostAuthorizationDivisionsRequestTimeout) String

type PostAuthorizationDivisionsServiceUnavailable

type PostAuthorizationDivisionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsServiceUnavailable 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 NewPostAuthorizationDivisionsServiceUnavailable

func NewPostAuthorizationDivisionsServiceUnavailable() *PostAuthorizationDivisionsServiceUnavailable

NewPostAuthorizationDivisionsServiceUnavailable creates a PostAuthorizationDivisionsServiceUnavailable with default headers values

func (*PostAuthorizationDivisionsServiceUnavailable) Error

func (*PostAuthorizationDivisionsServiceUnavailable) GetPayload

func (*PostAuthorizationDivisionsServiceUnavailable) IsClientError

IsClientError returns true when this post authorization divisions service unavailable response has a 4xx status code

func (*PostAuthorizationDivisionsServiceUnavailable) IsCode

IsCode returns true when this post authorization divisions service unavailable response a status code equal to that given

func (*PostAuthorizationDivisionsServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization divisions service unavailable response has a 3xx status code

func (*PostAuthorizationDivisionsServiceUnavailable) IsServerError

IsServerError returns true when this post authorization divisions service unavailable response has a 5xx status code

func (*PostAuthorizationDivisionsServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization divisions service unavailable response has a 2xx status code

func (*PostAuthorizationDivisionsServiceUnavailable) String

type PostAuthorizationDivisionsTooManyRequests

type PostAuthorizationDivisionsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationDivisionsTooManyRequests

func NewPostAuthorizationDivisionsTooManyRequests() *PostAuthorizationDivisionsTooManyRequests

NewPostAuthorizationDivisionsTooManyRequests creates a PostAuthorizationDivisionsTooManyRequests with default headers values

func (*PostAuthorizationDivisionsTooManyRequests) Error

func (*PostAuthorizationDivisionsTooManyRequests) GetPayload

func (*PostAuthorizationDivisionsTooManyRequests) IsClientError

IsClientError returns true when this post authorization divisions too many requests response has a 4xx status code

func (*PostAuthorizationDivisionsTooManyRequests) IsCode

IsCode returns true when this post authorization divisions too many requests response a status code equal to that given

func (*PostAuthorizationDivisionsTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization divisions too many requests response has a 3xx status code

func (*PostAuthorizationDivisionsTooManyRequests) IsServerError

IsServerError returns true when this post authorization divisions too many requests response has a 5xx status code

func (*PostAuthorizationDivisionsTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization divisions too many requests response has a 2xx status code

func (*PostAuthorizationDivisionsTooManyRequests) String

type PostAuthorizationDivisionsUnauthorized

type PostAuthorizationDivisionsUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationDivisionsUnauthorized

func NewPostAuthorizationDivisionsUnauthorized() *PostAuthorizationDivisionsUnauthorized

NewPostAuthorizationDivisionsUnauthorized creates a PostAuthorizationDivisionsUnauthorized with default headers values

func (*PostAuthorizationDivisionsUnauthorized) Error

func (*PostAuthorizationDivisionsUnauthorized) GetPayload

func (*PostAuthorizationDivisionsUnauthorized) IsClientError

func (o *PostAuthorizationDivisionsUnauthorized) IsClientError() bool

IsClientError returns true when this post authorization divisions unauthorized response has a 4xx status code

func (*PostAuthorizationDivisionsUnauthorized) IsCode

IsCode returns true when this post authorization divisions unauthorized response a status code equal to that given

func (*PostAuthorizationDivisionsUnauthorized) IsRedirect

IsRedirect returns true when this post authorization divisions unauthorized response has a 3xx status code

func (*PostAuthorizationDivisionsUnauthorized) IsServerError

func (o *PostAuthorizationDivisionsUnauthorized) IsServerError() bool

IsServerError returns true when this post authorization divisions unauthorized response has a 5xx status code

func (*PostAuthorizationDivisionsUnauthorized) IsSuccess

IsSuccess returns true when this post authorization divisions unauthorized response has a 2xx status code

func (*PostAuthorizationDivisionsUnauthorized) String

type PostAuthorizationDivisionsUnsupportedMediaType

type PostAuthorizationDivisionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationDivisionsUnsupportedMediaType 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 NewPostAuthorizationDivisionsUnsupportedMediaType

func NewPostAuthorizationDivisionsUnsupportedMediaType() *PostAuthorizationDivisionsUnsupportedMediaType

NewPostAuthorizationDivisionsUnsupportedMediaType creates a PostAuthorizationDivisionsUnsupportedMediaType with default headers values

func (*PostAuthorizationDivisionsUnsupportedMediaType) Error

func (*PostAuthorizationDivisionsUnsupportedMediaType) GetPayload

func (*PostAuthorizationDivisionsUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization divisions unsupported media type response has a 4xx status code

func (*PostAuthorizationDivisionsUnsupportedMediaType) IsCode

IsCode returns true when this post authorization divisions unsupported media type response a status code equal to that given

func (*PostAuthorizationDivisionsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization divisions unsupported media type response has a 3xx status code

func (*PostAuthorizationDivisionsUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization divisions unsupported media type response has a 5xx status code

func (*PostAuthorizationDivisionsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization divisions unsupported media type response has a 2xx status code

func (*PostAuthorizationDivisionsUnsupportedMediaType) String

type PostAuthorizationRoleBadRequest

type PostAuthorizationRoleBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleBadRequest 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 NewPostAuthorizationRoleBadRequest

func NewPostAuthorizationRoleBadRequest() *PostAuthorizationRoleBadRequest

NewPostAuthorizationRoleBadRequest creates a PostAuthorizationRoleBadRequest with default headers values

func (*PostAuthorizationRoleBadRequest) Error

func (*PostAuthorizationRoleBadRequest) GetPayload

func (*PostAuthorizationRoleBadRequest) IsClientError

func (o *PostAuthorizationRoleBadRequest) IsClientError() bool

IsClientError returns true when this post authorization role bad request response has a 4xx status code

func (*PostAuthorizationRoleBadRequest) IsCode

func (o *PostAuthorizationRoleBadRequest) IsCode(code int) bool

IsCode returns true when this post authorization role bad request response a status code equal to that given

func (*PostAuthorizationRoleBadRequest) IsRedirect

func (o *PostAuthorizationRoleBadRequest) IsRedirect() bool

IsRedirect returns true when this post authorization role bad request response has a 3xx status code

func (*PostAuthorizationRoleBadRequest) IsServerError

func (o *PostAuthorizationRoleBadRequest) IsServerError() bool

IsServerError returns true when this post authorization role bad request response has a 5xx status code

func (*PostAuthorizationRoleBadRequest) IsSuccess

func (o *PostAuthorizationRoleBadRequest) IsSuccess() bool

IsSuccess returns true when this post authorization role bad request response has a 2xx status code

func (*PostAuthorizationRoleBadRequest) String

type PostAuthorizationRoleComparedefaultRightRoleIDBadRequest

type PostAuthorizationRoleComparedefaultRightRoleIDBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDBadRequest 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 NewPostAuthorizationRoleComparedefaultRightRoleIDBadRequest

func NewPostAuthorizationRoleComparedefaultRightRoleIDBadRequest() *PostAuthorizationRoleComparedefaultRightRoleIDBadRequest

NewPostAuthorizationRoleComparedefaultRightRoleIDBadRequest creates a PostAuthorizationRoleComparedefaultRightRoleIDBadRequest with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id bad request response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsCode

IsCode returns true when this post authorization role comparedefault right role Id bad request response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id bad request response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id bad request response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id bad request response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDBadRequest) String

type PostAuthorizationRoleComparedefaultRightRoleIDForbidden

type PostAuthorizationRoleComparedefaultRightRoleIDForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationRoleComparedefaultRightRoleIDForbidden

func NewPostAuthorizationRoleComparedefaultRightRoleIDForbidden() *PostAuthorizationRoleComparedefaultRightRoleIDForbidden

NewPostAuthorizationRoleComparedefaultRightRoleIDForbidden creates a PostAuthorizationRoleComparedefaultRightRoleIDForbidden with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id forbidden response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) IsCode

IsCode returns true when this post authorization role comparedefault right role Id forbidden response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id forbidden response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id forbidden response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id forbidden response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDForbidden) String

type PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout

type PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout

func NewPostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout() *PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout

NewPostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout creates a PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id gateway timeout response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsCode

IsCode returns true when this post authorization role comparedefault right role Id gateway timeout response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id gateway timeout response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id gateway timeout response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id gateway timeout response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDGatewayTimeout) String

type PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError

type PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError 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 NewPostAuthorizationRoleComparedefaultRightRoleIDInternalServerError

func NewPostAuthorizationRoleComparedefaultRightRoleIDInternalServerError() *PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError

NewPostAuthorizationRoleComparedefaultRightRoleIDInternalServerError creates a PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id internal server error response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsCode

IsCode returns true when this post authorization role comparedefault right role Id internal server error response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id internal server error response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id internal server error response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id internal server error response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDInternalServerError) String

type PostAuthorizationRoleComparedefaultRightRoleIDNotFound

type PostAuthorizationRoleComparedefaultRightRoleIDNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationRoleComparedefaultRightRoleIDNotFound

func NewPostAuthorizationRoleComparedefaultRightRoleIDNotFound() *PostAuthorizationRoleComparedefaultRightRoleIDNotFound

NewPostAuthorizationRoleComparedefaultRightRoleIDNotFound creates a PostAuthorizationRoleComparedefaultRightRoleIDNotFound with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id not found response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) IsCode

IsCode returns true when this post authorization role comparedefault right role Id not found response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id not found response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id not found response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id not found response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDNotFound) String

type PostAuthorizationRoleComparedefaultRightRoleIDOK

type PostAuthorizationRoleComparedefaultRightRoleIDOK struct {
	Payload *models.DomainOrgRoleDifference
}

PostAuthorizationRoleComparedefaultRightRoleIDOK describes a response with status code 200, with default header values.

successful operation

func NewPostAuthorizationRoleComparedefaultRightRoleIDOK

func NewPostAuthorizationRoleComparedefaultRightRoleIDOK() *PostAuthorizationRoleComparedefaultRightRoleIDOK

NewPostAuthorizationRoleComparedefaultRightRoleIDOK creates a PostAuthorizationRoleComparedefaultRightRoleIDOK with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id o k response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) IsCode

IsCode returns true when this post authorization role comparedefault right role Id o k response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id o k response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id o k response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id o k response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDOK) String

type PostAuthorizationRoleComparedefaultRightRoleIDParams

type PostAuthorizationRoleComparedefaultRightRoleIDParams struct {

	/* Body.

	   Organization role
	*/
	Body *models.DomainOrganizationRole

	/* LeftRoleID.

	   Left Role ID
	*/
	LeftRoleID string

	/* RightRoleID.

	   Right Role id
	*/
	RightRoleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationRoleComparedefaultRightRoleIDParams contains all the parameters to send to the API endpoint

for the post authorization role comparedefault right role Id operation.

Typically these are written to a http.Request.

func NewPostAuthorizationRoleComparedefaultRightRoleIDParams

func NewPostAuthorizationRoleComparedefaultRightRoleIDParams() *PostAuthorizationRoleComparedefaultRightRoleIDParams

NewPostAuthorizationRoleComparedefaultRightRoleIDParams creates a new PostAuthorizationRoleComparedefaultRightRoleIDParams 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 NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithContext

func NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithContext(ctx context.Context) *PostAuthorizationRoleComparedefaultRightRoleIDParams

NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithContext creates a new PostAuthorizationRoleComparedefaultRightRoleIDParams object with the ability to set a context for a request.

func NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithHTTPClient

func NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithHTTPClient(client *http.Client) *PostAuthorizationRoleComparedefaultRightRoleIDParams

NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithHTTPClient creates a new PostAuthorizationRoleComparedefaultRightRoleIDParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithTimeout

func NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithTimeout(timeout time.Duration) *PostAuthorizationRoleComparedefaultRightRoleIDParams

NewPostAuthorizationRoleComparedefaultRightRoleIDParamsWithTimeout creates a new PostAuthorizationRoleComparedefaultRightRoleIDParams object with the ability to set a timeout on a request.

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) SetBody

SetBody adds the body to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) SetContext

SetContext adds the context to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) SetDefaults

SetDefaults hydrates default values in the post authorization role comparedefault right role Id params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) SetLeftRoleID

func (o *PostAuthorizationRoleComparedefaultRightRoleIDParams) SetLeftRoleID(leftRoleID string)

SetLeftRoleID adds the leftRoleId to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) SetRightRoleID

func (o *PostAuthorizationRoleComparedefaultRightRoleIDParams) SetRightRoleID(rightRoleID string)

SetRightRoleID adds the rightRoleId to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) SetTimeout

SetTimeout adds the timeout to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WithBody

WithBody adds the body to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WithContext

WithContext adds the context to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WithDefaults

WithDefaults hydrates default values in the post authorization role comparedefault right role Id params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WithLeftRoleID

WithLeftRoleID adds the leftRoleID to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WithRightRoleID

WithRightRoleID adds the rightRoleID to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WithTimeout

WithTimeout adds the timeout to the post authorization role comparedefault right role Id params

func (*PostAuthorizationRoleComparedefaultRightRoleIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationRoleComparedefaultRightRoleIDReader

type PostAuthorizationRoleComparedefaultRightRoleIDReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationRoleComparedefaultRightRoleIDReader is a Reader for the PostAuthorizationRoleComparedefaultRightRoleID structure.

func (*PostAuthorizationRoleComparedefaultRightRoleIDReader) ReadResponse

func (o *PostAuthorizationRoleComparedefaultRightRoleIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge

type PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge

func NewPostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge() *PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge

NewPostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge creates a PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id request entity too large response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization role comparedefault right role Id request entity too large response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id request entity too large response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id request entity too large response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id request entity too large response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestEntityTooLarge) String

type PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout

type PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout 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 NewPostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout

func NewPostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout() *PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout

NewPostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout creates a PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id request timeout response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsCode

IsCode returns true when this post authorization role comparedefault right role Id request timeout response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id request timeout response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id request timeout response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id request timeout response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDRequestTimeout) String

type PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable

type PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable 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 NewPostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable

func NewPostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable() *PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable

NewPostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable creates a PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id service unavailable response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsCode

IsCode returns true when this post authorization role comparedefault right role Id service unavailable response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id service unavailable response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id service unavailable response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id service unavailable response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDServiceUnavailable) String

type PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests

type PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests

func NewPostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests() *PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests

NewPostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests creates a PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id too many requests response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsCode

IsCode returns true when this post authorization role comparedefault right role Id too many requests response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id too many requests response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id too many requests response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id too many requests response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDTooManyRequests) String

type PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized

type PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationRoleComparedefaultRightRoleIDUnauthorized

func NewPostAuthorizationRoleComparedefaultRightRoleIDUnauthorized() *PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized

NewPostAuthorizationRoleComparedefaultRightRoleIDUnauthorized creates a PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id unauthorized response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsCode

IsCode returns true when this post authorization role comparedefault right role Id unauthorized response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id unauthorized response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id unauthorized response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id unauthorized response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnauthorized) String

type PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType

type PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType 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 NewPostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType

func NewPostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType() *PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType

NewPostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType creates a PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType with default headers values

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) Error

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) GetPayload

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization role comparedefault right role Id unsupported media type response has a 4xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsCode

IsCode returns true when this post authorization role comparedefault right role Id unsupported media type response a status code equal to that given

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization role comparedefault right role Id unsupported media type response has a 3xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization role comparedefault right role Id unsupported media type response has a 5xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization role comparedefault right role Id unsupported media type response has a 2xx status code

func (*PostAuthorizationRoleComparedefaultRightRoleIDUnsupportedMediaType) String

type PostAuthorizationRoleForbidden

type PostAuthorizationRoleForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationRoleForbidden

func NewPostAuthorizationRoleForbidden() *PostAuthorizationRoleForbidden

NewPostAuthorizationRoleForbidden creates a PostAuthorizationRoleForbidden with default headers values

func (*PostAuthorizationRoleForbidden) Error

func (*PostAuthorizationRoleForbidden) GetPayload

func (*PostAuthorizationRoleForbidden) IsClientError

func (o *PostAuthorizationRoleForbidden) IsClientError() bool

IsClientError returns true when this post authorization role forbidden response has a 4xx status code

func (*PostAuthorizationRoleForbidden) IsCode

func (o *PostAuthorizationRoleForbidden) IsCode(code int) bool

IsCode returns true when this post authorization role forbidden response a status code equal to that given

func (*PostAuthorizationRoleForbidden) IsRedirect

func (o *PostAuthorizationRoleForbidden) IsRedirect() bool

IsRedirect returns true when this post authorization role forbidden response has a 3xx status code

func (*PostAuthorizationRoleForbidden) IsServerError

func (o *PostAuthorizationRoleForbidden) IsServerError() bool

IsServerError returns true when this post authorization role forbidden response has a 5xx status code

func (*PostAuthorizationRoleForbidden) IsSuccess

func (o *PostAuthorizationRoleForbidden) IsSuccess() bool

IsSuccess returns true when this post authorization role forbidden response has a 2xx status code

func (*PostAuthorizationRoleForbidden) String

type PostAuthorizationRoleGatewayTimeout

type PostAuthorizationRoleGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationRoleGatewayTimeout

func NewPostAuthorizationRoleGatewayTimeout() *PostAuthorizationRoleGatewayTimeout

NewPostAuthorizationRoleGatewayTimeout creates a PostAuthorizationRoleGatewayTimeout with default headers values

func (*PostAuthorizationRoleGatewayTimeout) Error

func (*PostAuthorizationRoleGatewayTimeout) GetPayload

func (*PostAuthorizationRoleGatewayTimeout) IsClientError

func (o *PostAuthorizationRoleGatewayTimeout) IsClientError() bool

IsClientError returns true when this post authorization role gateway timeout response has a 4xx status code

func (*PostAuthorizationRoleGatewayTimeout) IsCode

IsCode returns true when this post authorization role gateway timeout response a status code equal to that given

func (*PostAuthorizationRoleGatewayTimeout) IsRedirect

func (o *PostAuthorizationRoleGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post authorization role gateway timeout response has a 3xx status code

func (*PostAuthorizationRoleGatewayTimeout) IsServerError

func (o *PostAuthorizationRoleGatewayTimeout) IsServerError() bool

IsServerError returns true when this post authorization role gateway timeout response has a 5xx status code

func (*PostAuthorizationRoleGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization role gateway timeout response has a 2xx status code

func (*PostAuthorizationRoleGatewayTimeout) String

type PostAuthorizationRoleInternalServerError

type PostAuthorizationRoleInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleInternalServerError 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 NewPostAuthorizationRoleInternalServerError

func NewPostAuthorizationRoleInternalServerError() *PostAuthorizationRoleInternalServerError

NewPostAuthorizationRoleInternalServerError creates a PostAuthorizationRoleInternalServerError with default headers values

func (*PostAuthorizationRoleInternalServerError) Error

func (*PostAuthorizationRoleInternalServerError) GetPayload

func (*PostAuthorizationRoleInternalServerError) IsClientError

IsClientError returns true when this post authorization role internal server error response has a 4xx status code

func (*PostAuthorizationRoleInternalServerError) IsCode

IsCode returns true when this post authorization role internal server error response a status code equal to that given

func (*PostAuthorizationRoleInternalServerError) IsRedirect

IsRedirect returns true when this post authorization role internal server error response has a 3xx status code

func (*PostAuthorizationRoleInternalServerError) IsServerError

IsServerError returns true when this post authorization role internal server error response has a 5xx status code

func (*PostAuthorizationRoleInternalServerError) IsSuccess

IsSuccess returns true when this post authorization role internal server error response has a 2xx status code

func (*PostAuthorizationRoleInternalServerError) String

type PostAuthorizationRoleNoContent

type PostAuthorizationRoleNoContent struct {
}

PostAuthorizationRoleNoContent describes a response with status code 204, with default header values.

Bulk Grants Created

func NewPostAuthorizationRoleNoContent

func NewPostAuthorizationRoleNoContent() *PostAuthorizationRoleNoContent

NewPostAuthorizationRoleNoContent creates a PostAuthorizationRoleNoContent with default headers values

func (*PostAuthorizationRoleNoContent) Error

func (*PostAuthorizationRoleNoContent) IsClientError

func (o *PostAuthorizationRoleNoContent) IsClientError() bool

IsClientError returns true when this post authorization role no content response has a 4xx status code

func (*PostAuthorizationRoleNoContent) IsCode

func (o *PostAuthorizationRoleNoContent) IsCode(code int) bool

IsCode returns true when this post authorization role no content response a status code equal to that given

func (*PostAuthorizationRoleNoContent) IsRedirect

func (o *PostAuthorizationRoleNoContent) IsRedirect() bool

IsRedirect returns true when this post authorization role no content response has a 3xx status code

func (*PostAuthorizationRoleNoContent) IsServerError

func (o *PostAuthorizationRoleNoContent) IsServerError() bool

IsServerError returns true when this post authorization role no content response has a 5xx status code

func (*PostAuthorizationRoleNoContent) IsSuccess

func (o *PostAuthorizationRoleNoContent) IsSuccess() bool

IsSuccess returns true when this post authorization role no content response has a 2xx status code

func (*PostAuthorizationRoleNoContent) String

type PostAuthorizationRoleNotFound

type PostAuthorizationRoleNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationRoleNotFound

func NewPostAuthorizationRoleNotFound() *PostAuthorizationRoleNotFound

NewPostAuthorizationRoleNotFound creates a PostAuthorizationRoleNotFound with default headers values

func (*PostAuthorizationRoleNotFound) Error

func (*PostAuthorizationRoleNotFound) GetPayload

func (*PostAuthorizationRoleNotFound) IsClientError

func (o *PostAuthorizationRoleNotFound) IsClientError() bool

IsClientError returns true when this post authorization role not found response has a 4xx status code

func (*PostAuthorizationRoleNotFound) IsCode

func (o *PostAuthorizationRoleNotFound) IsCode(code int) bool

IsCode returns true when this post authorization role not found response a status code equal to that given

func (*PostAuthorizationRoleNotFound) IsRedirect

func (o *PostAuthorizationRoleNotFound) IsRedirect() bool

IsRedirect returns true when this post authorization role not found response has a 3xx status code

func (*PostAuthorizationRoleNotFound) IsServerError

func (o *PostAuthorizationRoleNotFound) IsServerError() bool

IsServerError returns true when this post authorization role not found response has a 5xx status code

func (*PostAuthorizationRoleNotFound) IsSuccess

func (o *PostAuthorizationRoleNotFound) IsSuccess() bool

IsSuccess returns true when this post authorization role not found response has a 2xx status code

func (*PostAuthorizationRoleNotFound) String

type PostAuthorizationRoleParams

type PostAuthorizationRoleParams struct {

	/* Body.

	   Subjects and Divisions
	*/
	Body *models.SubjectDivisions

	/* RoleID.

	   Role ID
	*/
	RoleID string

	/* SubjectType.

	   what the type of the subjects are (PC_GROUP, PC_USER or PC_OAUTH_CLIENT)

	   Default: "PC_USER"
	*/
	SubjectType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationRoleParams contains all the parameters to send to the API endpoint

for the post authorization role operation.

Typically these are written to a http.Request.

func NewPostAuthorizationRoleParams

func NewPostAuthorizationRoleParams() *PostAuthorizationRoleParams

NewPostAuthorizationRoleParams creates a new PostAuthorizationRoleParams 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 NewPostAuthorizationRoleParamsWithContext

func NewPostAuthorizationRoleParamsWithContext(ctx context.Context) *PostAuthorizationRoleParams

NewPostAuthorizationRoleParamsWithContext creates a new PostAuthorizationRoleParams object with the ability to set a context for a request.

func NewPostAuthorizationRoleParamsWithHTTPClient

func NewPostAuthorizationRoleParamsWithHTTPClient(client *http.Client) *PostAuthorizationRoleParams

NewPostAuthorizationRoleParamsWithHTTPClient creates a new PostAuthorizationRoleParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationRoleParamsWithTimeout

func NewPostAuthorizationRoleParamsWithTimeout(timeout time.Duration) *PostAuthorizationRoleParams

NewPostAuthorizationRoleParamsWithTimeout creates a new PostAuthorizationRoleParams object with the ability to set a timeout on a request.

func (*PostAuthorizationRoleParams) SetBody

SetBody adds the body to the post authorization role params

func (*PostAuthorizationRoleParams) SetContext

func (o *PostAuthorizationRoleParams) SetContext(ctx context.Context)

SetContext adds the context to the post authorization role params

func (*PostAuthorizationRoleParams) SetDefaults

func (o *PostAuthorizationRoleParams) SetDefaults()

SetDefaults hydrates default values in the post authorization role params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRoleParams) SetHTTPClient

func (o *PostAuthorizationRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization role params

func (*PostAuthorizationRoleParams) SetRoleID

func (o *PostAuthorizationRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the post authorization role params

func (*PostAuthorizationRoleParams) SetSubjectType

func (o *PostAuthorizationRoleParams) SetSubjectType(subjectType *string)

SetSubjectType adds the subjectType to the post authorization role params

func (*PostAuthorizationRoleParams) SetTimeout

func (o *PostAuthorizationRoleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post authorization role params

func (*PostAuthorizationRoleParams) WithBody

WithBody adds the body to the post authorization role params

func (*PostAuthorizationRoleParams) WithContext

WithContext adds the context to the post authorization role params

func (*PostAuthorizationRoleParams) WithDefaults

WithDefaults hydrates default values in the post authorization role params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization role params

func (*PostAuthorizationRoleParams) WithRoleID

WithRoleID adds the roleID to the post authorization role params

func (*PostAuthorizationRoleParams) WithSubjectType

func (o *PostAuthorizationRoleParams) WithSubjectType(subjectType *string) *PostAuthorizationRoleParams

WithSubjectType adds the subjectType to the post authorization role params

func (*PostAuthorizationRoleParams) WithTimeout

WithTimeout adds the timeout to the post authorization role params

func (*PostAuthorizationRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationRoleReader

type PostAuthorizationRoleReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationRoleReader is a Reader for the PostAuthorizationRole structure.

func (*PostAuthorizationRoleReader) ReadResponse

func (o *PostAuthorizationRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationRoleRequestEntityTooLarge

type PostAuthorizationRoleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationRoleRequestEntityTooLarge

func NewPostAuthorizationRoleRequestEntityTooLarge() *PostAuthorizationRoleRequestEntityTooLarge

NewPostAuthorizationRoleRequestEntityTooLarge creates a PostAuthorizationRoleRequestEntityTooLarge with default headers values

func (*PostAuthorizationRoleRequestEntityTooLarge) Error

func (*PostAuthorizationRoleRequestEntityTooLarge) GetPayload

func (*PostAuthorizationRoleRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization role request entity too large response has a 4xx status code

func (*PostAuthorizationRoleRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization role request entity too large response a status code equal to that given

func (*PostAuthorizationRoleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization role request entity too large response has a 3xx status code

func (*PostAuthorizationRoleRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization role request entity too large response has a 5xx status code

func (*PostAuthorizationRoleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization role request entity too large response has a 2xx status code

func (*PostAuthorizationRoleRequestEntityTooLarge) String

type PostAuthorizationRoleRequestTimeout

type PostAuthorizationRoleRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleRequestTimeout 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 NewPostAuthorizationRoleRequestTimeout

func NewPostAuthorizationRoleRequestTimeout() *PostAuthorizationRoleRequestTimeout

NewPostAuthorizationRoleRequestTimeout creates a PostAuthorizationRoleRequestTimeout with default headers values

func (*PostAuthorizationRoleRequestTimeout) Error

func (*PostAuthorizationRoleRequestTimeout) GetPayload

func (*PostAuthorizationRoleRequestTimeout) IsClientError

func (o *PostAuthorizationRoleRequestTimeout) IsClientError() bool

IsClientError returns true when this post authorization role request timeout response has a 4xx status code

func (*PostAuthorizationRoleRequestTimeout) IsCode

IsCode returns true when this post authorization role request timeout response a status code equal to that given

func (*PostAuthorizationRoleRequestTimeout) IsRedirect

func (o *PostAuthorizationRoleRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post authorization role request timeout response has a 3xx status code

func (*PostAuthorizationRoleRequestTimeout) IsServerError

func (o *PostAuthorizationRoleRequestTimeout) IsServerError() bool

IsServerError returns true when this post authorization role request timeout response has a 5xx status code

func (*PostAuthorizationRoleRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization role request timeout response has a 2xx status code

func (*PostAuthorizationRoleRequestTimeout) String

type PostAuthorizationRoleServiceUnavailable

type PostAuthorizationRoleServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleServiceUnavailable 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 NewPostAuthorizationRoleServiceUnavailable

func NewPostAuthorizationRoleServiceUnavailable() *PostAuthorizationRoleServiceUnavailable

NewPostAuthorizationRoleServiceUnavailable creates a PostAuthorizationRoleServiceUnavailable with default headers values

func (*PostAuthorizationRoleServiceUnavailable) Error

func (*PostAuthorizationRoleServiceUnavailable) GetPayload

func (*PostAuthorizationRoleServiceUnavailable) IsClientError

func (o *PostAuthorizationRoleServiceUnavailable) IsClientError() bool

IsClientError returns true when this post authorization role service unavailable response has a 4xx status code

func (*PostAuthorizationRoleServiceUnavailable) IsCode

IsCode returns true when this post authorization role service unavailable response a status code equal to that given

func (*PostAuthorizationRoleServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization role service unavailable response has a 3xx status code

func (*PostAuthorizationRoleServiceUnavailable) IsServerError

func (o *PostAuthorizationRoleServiceUnavailable) IsServerError() bool

IsServerError returns true when this post authorization role service unavailable response has a 5xx status code

func (*PostAuthorizationRoleServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization role service unavailable response has a 2xx status code

func (*PostAuthorizationRoleServiceUnavailable) String

type PostAuthorizationRoleTooManyRequests

type PostAuthorizationRoleTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationRoleTooManyRequests

func NewPostAuthorizationRoleTooManyRequests() *PostAuthorizationRoleTooManyRequests

NewPostAuthorizationRoleTooManyRequests creates a PostAuthorizationRoleTooManyRequests with default headers values

func (*PostAuthorizationRoleTooManyRequests) Error

func (*PostAuthorizationRoleTooManyRequests) GetPayload

func (*PostAuthorizationRoleTooManyRequests) IsClientError

func (o *PostAuthorizationRoleTooManyRequests) IsClientError() bool

IsClientError returns true when this post authorization role too many requests response has a 4xx status code

func (*PostAuthorizationRoleTooManyRequests) IsCode

IsCode returns true when this post authorization role too many requests response a status code equal to that given

func (*PostAuthorizationRoleTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization role too many requests response has a 3xx status code

func (*PostAuthorizationRoleTooManyRequests) IsServerError

func (o *PostAuthorizationRoleTooManyRequests) IsServerError() bool

IsServerError returns true when this post authorization role too many requests response has a 5xx status code

func (*PostAuthorizationRoleTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization role too many requests response has a 2xx status code

func (*PostAuthorizationRoleTooManyRequests) String

type PostAuthorizationRoleUnauthorized

type PostAuthorizationRoleUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationRoleUnauthorized

func NewPostAuthorizationRoleUnauthorized() *PostAuthorizationRoleUnauthorized

NewPostAuthorizationRoleUnauthorized creates a PostAuthorizationRoleUnauthorized with default headers values

func (*PostAuthorizationRoleUnauthorized) Error

func (*PostAuthorizationRoleUnauthorized) GetPayload

func (*PostAuthorizationRoleUnauthorized) IsClientError

func (o *PostAuthorizationRoleUnauthorized) IsClientError() bool

IsClientError returns true when this post authorization role unauthorized response has a 4xx status code

func (*PostAuthorizationRoleUnauthorized) IsCode

func (o *PostAuthorizationRoleUnauthorized) IsCode(code int) bool

IsCode returns true when this post authorization role unauthorized response a status code equal to that given

func (*PostAuthorizationRoleUnauthorized) IsRedirect

func (o *PostAuthorizationRoleUnauthorized) IsRedirect() bool

IsRedirect returns true when this post authorization role unauthorized response has a 3xx status code

func (*PostAuthorizationRoleUnauthorized) IsServerError

func (o *PostAuthorizationRoleUnauthorized) IsServerError() bool

IsServerError returns true when this post authorization role unauthorized response has a 5xx status code

func (*PostAuthorizationRoleUnauthorized) IsSuccess

func (o *PostAuthorizationRoleUnauthorized) IsSuccess() bool

IsSuccess returns true when this post authorization role unauthorized response has a 2xx status code

func (*PostAuthorizationRoleUnauthorized) String

type PostAuthorizationRoleUnsupportedMediaType

type PostAuthorizationRoleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationRoleUnsupportedMediaType 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 NewPostAuthorizationRoleUnsupportedMediaType

func NewPostAuthorizationRoleUnsupportedMediaType() *PostAuthorizationRoleUnsupportedMediaType

NewPostAuthorizationRoleUnsupportedMediaType creates a PostAuthorizationRoleUnsupportedMediaType with default headers values

func (*PostAuthorizationRoleUnsupportedMediaType) Error

func (*PostAuthorizationRoleUnsupportedMediaType) GetPayload

func (*PostAuthorizationRoleUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization role unsupported media type response has a 4xx status code

func (*PostAuthorizationRoleUnsupportedMediaType) IsCode

IsCode returns true when this post authorization role unsupported media type response a status code equal to that given

func (*PostAuthorizationRoleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization role unsupported media type response has a 3xx status code

func (*PostAuthorizationRoleUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization role unsupported media type response has a 5xx status code

func (*PostAuthorizationRoleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization role unsupported media type response has a 2xx status code

func (*PostAuthorizationRoleUnsupportedMediaType) String

type PostAuthorizationRolesBadRequest

type PostAuthorizationRolesBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesBadRequest 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 NewPostAuthorizationRolesBadRequest

func NewPostAuthorizationRolesBadRequest() *PostAuthorizationRolesBadRequest

NewPostAuthorizationRolesBadRequest creates a PostAuthorizationRolesBadRequest with default headers values

func (*PostAuthorizationRolesBadRequest) Error

func (*PostAuthorizationRolesBadRequest) GetPayload

func (*PostAuthorizationRolesBadRequest) IsClientError

func (o *PostAuthorizationRolesBadRequest) IsClientError() bool

IsClientError returns true when this post authorization roles bad request response has a 4xx status code

func (*PostAuthorizationRolesBadRequest) IsCode

func (o *PostAuthorizationRolesBadRequest) IsCode(code int) bool

IsCode returns true when this post authorization roles bad request response a status code equal to that given

func (*PostAuthorizationRolesBadRequest) IsRedirect

func (o *PostAuthorizationRolesBadRequest) IsRedirect() bool

IsRedirect returns true when this post authorization roles bad request response has a 3xx status code

func (*PostAuthorizationRolesBadRequest) IsServerError

func (o *PostAuthorizationRolesBadRequest) IsServerError() bool

IsServerError returns true when this post authorization roles bad request response has a 5xx status code

func (*PostAuthorizationRolesBadRequest) IsSuccess

func (o *PostAuthorizationRolesBadRequest) IsSuccess() bool

IsSuccess returns true when this post authorization roles bad request response has a 2xx status code

func (*PostAuthorizationRolesBadRequest) String

type PostAuthorizationRolesDefaultBadRequest

type PostAuthorizationRolesDefaultBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultBadRequest 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 NewPostAuthorizationRolesDefaultBadRequest

func NewPostAuthorizationRolesDefaultBadRequest() *PostAuthorizationRolesDefaultBadRequest

NewPostAuthorizationRolesDefaultBadRequest creates a PostAuthorizationRolesDefaultBadRequest with default headers values

func (*PostAuthorizationRolesDefaultBadRequest) Error

func (*PostAuthorizationRolesDefaultBadRequest) GetPayload

func (*PostAuthorizationRolesDefaultBadRequest) IsClientError

func (o *PostAuthorizationRolesDefaultBadRequest) IsClientError() bool

IsClientError returns true when this post authorization roles default bad request response has a 4xx status code

func (*PostAuthorizationRolesDefaultBadRequest) IsCode

IsCode returns true when this post authorization roles default bad request response a status code equal to that given

func (*PostAuthorizationRolesDefaultBadRequest) IsRedirect

IsRedirect returns true when this post authorization roles default bad request response has a 3xx status code

func (*PostAuthorizationRolesDefaultBadRequest) IsServerError

func (o *PostAuthorizationRolesDefaultBadRequest) IsServerError() bool

IsServerError returns true when this post authorization roles default bad request response has a 5xx status code

func (*PostAuthorizationRolesDefaultBadRequest) IsSuccess

IsSuccess returns true when this post authorization roles default bad request response has a 2xx status code

func (*PostAuthorizationRolesDefaultBadRequest) String

type PostAuthorizationRolesDefaultForbidden

type PostAuthorizationRolesDefaultForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationRolesDefaultForbidden

func NewPostAuthorizationRolesDefaultForbidden() *PostAuthorizationRolesDefaultForbidden

NewPostAuthorizationRolesDefaultForbidden creates a PostAuthorizationRolesDefaultForbidden with default headers values

func (*PostAuthorizationRolesDefaultForbidden) Error

func (*PostAuthorizationRolesDefaultForbidden) GetPayload

func (*PostAuthorizationRolesDefaultForbidden) IsClientError

func (o *PostAuthorizationRolesDefaultForbidden) IsClientError() bool

IsClientError returns true when this post authorization roles default forbidden response has a 4xx status code

func (*PostAuthorizationRolesDefaultForbidden) IsCode

IsCode returns true when this post authorization roles default forbidden response a status code equal to that given

func (*PostAuthorizationRolesDefaultForbidden) IsRedirect

IsRedirect returns true when this post authorization roles default forbidden response has a 3xx status code

func (*PostAuthorizationRolesDefaultForbidden) IsServerError

func (o *PostAuthorizationRolesDefaultForbidden) IsServerError() bool

IsServerError returns true when this post authorization roles default forbidden response has a 5xx status code

func (*PostAuthorizationRolesDefaultForbidden) IsSuccess

IsSuccess returns true when this post authorization roles default forbidden response has a 2xx status code

func (*PostAuthorizationRolesDefaultForbidden) String

type PostAuthorizationRolesDefaultGatewayTimeout

type PostAuthorizationRolesDefaultGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationRolesDefaultGatewayTimeout

func NewPostAuthorizationRolesDefaultGatewayTimeout() *PostAuthorizationRolesDefaultGatewayTimeout

NewPostAuthorizationRolesDefaultGatewayTimeout creates a PostAuthorizationRolesDefaultGatewayTimeout with default headers values

func (*PostAuthorizationRolesDefaultGatewayTimeout) Error

func (*PostAuthorizationRolesDefaultGatewayTimeout) GetPayload

func (*PostAuthorizationRolesDefaultGatewayTimeout) IsClientError

IsClientError returns true when this post authorization roles default gateway timeout response has a 4xx status code

func (*PostAuthorizationRolesDefaultGatewayTimeout) IsCode

IsCode returns true when this post authorization roles default gateway timeout response a status code equal to that given

func (*PostAuthorizationRolesDefaultGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization roles default gateway timeout response has a 3xx status code

func (*PostAuthorizationRolesDefaultGatewayTimeout) IsServerError

IsServerError returns true when this post authorization roles default gateway timeout response has a 5xx status code

func (*PostAuthorizationRolesDefaultGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization roles default gateway timeout response has a 2xx status code

func (*PostAuthorizationRolesDefaultGatewayTimeout) String

type PostAuthorizationRolesDefaultInternalServerError

type PostAuthorizationRolesDefaultInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultInternalServerError 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 NewPostAuthorizationRolesDefaultInternalServerError

func NewPostAuthorizationRolesDefaultInternalServerError() *PostAuthorizationRolesDefaultInternalServerError

NewPostAuthorizationRolesDefaultInternalServerError creates a PostAuthorizationRolesDefaultInternalServerError with default headers values

func (*PostAuthorizationRolesDefaultInternalServerError) Error

func (*PostAuthorizationRolesDefaultInternalServerError) GetPayload

func (*PostAuthorizationRolesDefaultInternalServerError) IsClientError

IsClientError returns true when this post authorization roles default internal server error response has a 4xx status code

func (*PostAuthorizationRolesDefaultInternalServerError) IsCode

IsCode returns true when this post authorization roles default internal server error response a status code equal to that given

func (*PostAuthorizationRolesDefaultInternalServerError) IsRedirect

IsRedirect returns true when this post authorization roles default internal server error response has a 3xx status code

func (*PostAuthorizationRolesDefaultInternalServerError) IsServerError

IsServerError returns true when this post authorization roles default internal server error response has a 5xx status code

func (*PostAuthorizationRolesDefaultInternalServerError) IsSuccess

IsSuccess returns true when this post authorization roles default internal server error response has a 2xx status code

func (*PostAuthorizationRolesDefaultInternalServerError) String

type PostAuthorizationRolesDefaultNotFound

type PostAuthorizationRolesDefaultNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationRolesDefaultNotFound

func NewPostAuthorizationRolesDefaultNotFound() *PostAuthorizationRolesDefaultNotFound

NewPostAuthorizationRolesDefaultNotFound creates a PostAuthorizationRolesDefaultNotFound with default headers values

func (*PostAuthorizationRolesDefaultNotFound) Error

func (*PostAuthorizationRolesDefaultNotFound) GetPayload

func (*PostAuthorizationRolesDefaultNotFound) IsClientError

func (o *PostAuthorizationRolesDefaultNotFound) IsClientError() bool

IsClientError returns true when this post authorization roles default not found response has a 4xx status code

func (*PostAuthorizationRolesDefaultNotFound) IsCode

IsCode returns true when this post authorization roles default not found response a status code equal to that given

func (*PostAuthorizationRolesDefaultNotFound) IsRedirect

IsRedirect returns true when this post authorization roles default not found response has a 3xx status code

func (*PostAuthorizationRolesDefaultNotFound) IsServerError

func (o *PostAuthorizationRolesDefaultNotFound) IsServerError() bool

IsServerError returns true when this post authorization roles default not found response has a 5xx status code

func (*PostAuthorizationRolesDefaultNotFound) IsSuccess

IsSuccess returns true when this post authorization roles default not found response has a 2xx status code

func (*PostAuthorizationRolesDefaultNotFound) String

type PostAuthorizationRolesDefaultOK

type PostAuthorizationRolesDefaultOK struct {
	Payload *models.OrganizationRoleEntityListing
}

PostAuthorizationRolesDefaultOK describes a response with status code 200, with default header values.

successful operation

func NewPostAuthorizationRolesDefaultOK

func NewPostAuthorizationRolesDefaultOK() *PostAuthorizationRolesDefaultOK

NewPostAuthorizationRolesDefaultOK creates a PostAuthorizationRolesDefaultOK with default headers values

func (*PostAuthorizationRolesDefaultOK) Error

func (*PostAuthorizationRolesDefaultOK) GetPayload

func (*PostAuthorizationRolesDefaultOK) IsClientError

func (o *PostAuthorizationRolesDefaultOK) IsClientError() bool

IsClientError returns true when this post authorization roles default o k response has a 4xx status code

func (*PostAuthorizationRolesDefaultOK) IsCode

func (o *PostAuthorizationRolesDefaultOK) IsCode(code int) bool

IsCode returns true when this post authorization roles default o k response a status code equal to that given

func (*PostAuthorizationRolesDefaultOK) IsRedirect

func (o *PostAuthorizationRolesDefaultOK) IsRedirect() bool

IsRedirect returns true when this post authorization roles default o k response has a 3xx status code

func (*PostAuthorizationRolesDefaultOK) IsServerError

func (o *PostAuthorizationRolesDefaultOK) IsServerError() bool

IsServerError returns true when this post authorization roles default o k response has a 5xx status code

func (*PostAuthorizationRolesDefaultOK) IsSuccess

func (o *PostAuthorizationRolesDefaultOK) IsSuccess() bool

IsSuccess returns true when this post authorization roles default o k response has a 2xx status code

func (*PostAuthorizationRolesDefaultOK) String

type PostAuthorizationRolesDefaultParams

type PostAuthorizationRolesDefaultParams struct {

	/* Force.

	   Restore default roles
	*/
	Force *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationRolesDefaultParams contains all the parameters to send to the API endpoint

for the post authorization roles default operation.

Typically these are written to a http.Request.

func NewPostAuthorizationRolesDefaultParams

func NewPostAuthorizationRolesDefaultParams() *PostAuthorizationRolesDefaultParams

NewPostAuthorizationRolesDefaultParams creates a new PostAuthorizationRolesDefaultParams 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 NewPostAuthorizationRolesDefaultParamsWithContext

func NewPostAuthorizationRolesDefaultParamsWithContext(ctx context.Context) *PostAuthorizationRolesDefaultParams

NewPostAuthorizationRolesDefaultParamsWithContext creates a new PostAuthorizationRolesDefaultParams object with the ability to set a context for a request.

func NewPostAuthorizationRolesDefaultParamsWithHTTPClient

func NewPostAuthorizationRolesDefaultParamsWithHTTPClient(client *http.Client) *PostAuthorizationRolesDefaultParams

NewPostAuthorizationRolesDefaultParamsWithHTTPClient creates a new PostAuthorizationRolesDefaultParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationRolesDefaultParamsWithTimeout

func NewPostAuthorizationRolesDefaultParamsWithTimeout(timeout time.Duration) *PostAuthorizationRolesDefaultParams

NewPostAuthorizationRolesDefaultParamsWithTimeout creates a new PostAuthorizationRolesDefaultParams object with the ability to set a timeout on a request.

func (*PostAuthorizationRolesDefaultParams) SetContext

SetContext adds the context to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) SetDefaults

func (o *PostAuthorizationRolesDefaultParams) SetDefaults()

SetDefaults hydrates default values in the post authorization roles default params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRolesDefaultParams) SetForce

func (o *PostAuthorizationRolesDefaultParams) SetForce(force *bool)

SetForce adds the force to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) SetHTTPClient

func (o *PostAuthorizationRolesDefaultParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) SetTimeout

func (o *PostAuthorizationRolesDefaultParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) WithContext

WithContext adds the context to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) WithDefaults

WithDefaults hydrates default values in the post authorization roles default params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRolesDefaultParams) WithForce

WithForce adds the force to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) WithTimeout

WithTimeout adds the timeout to the post authorization roles default params

func (*PostAuthorizationRolesDefaultParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationRolesDefaultReader

type PostAuthorizationRolesDefaultReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationRolesDefaultReader is a Reader for the PostAuthorizationRolesDefault structure.

func (*PostAuthorizationRolesDefaultReader) ReadResponse

func (o *PostAuthorizationRolesDefaultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationRolesDefaultRequestEntityTooLarge

type PostAuthorizationRolesDefaultRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationRolesDefaultRequestEntityTooLarge

func NewPostAuthorizationRolesDefaultRequestEntityTooLarge() *PostAuthorizationRolesDefaultRequestEntityTooLarge

NewPostAuthorizationRolesDefaultRequestEntityTooLarge creates a PostAuthorizationRolesDefaultRequestEntityTooLarge with default headers values

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) Error

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) GetPayload

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization roles default request entity too large response has a 4xx status code

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization roles default request entity too large response a status code equal to that given

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization roles default request entity too large response has a 3xx status code

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization roles default request entity too large response has a 5xx status code

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization roles default request entity too large response has a 2xx status code

func (*PostAuthorizationRolesDefaultRequestEntityTooLarge) String

type PostAuthorizationRolesDefaultRequestTimeout

type PostAuthorizationRolesDefaultRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultRequestTimeout 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 NewPostAuthorizationRolesDefaultRequestTimeout

func NewPostAuthorizationRolesDefaultRequestTimeout() *PostAuthorizationRolesDefaultRequestTimeout

NewPostAuthorizationRolesDefaultRequestTimeout creates a PostAuthorizationRolesDefaultRequestTimeout with default headers values

func (*PostAuthorizationRolesDefaultRequestTimeout) Error

func (*PostAuthorizationRolesDefaultRequestTimeout) GetPayload

func (*PostAuthorizationRolesDefaultRequestTimeout) IsClientError

IsClientError returns true when this post authorization roles default request timeout response has a 4xx status code

func (*PostAuthorizationRolesDefaultRequestTimeout) IsCode

IsCode returns true when this post authorization roles default request timeout response a status code equal to that given

func (*PostAuthorizationRolesDefaultRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization roles default request timeout response has a 3xx status code

func (*PostAuthorizationRolesDefaultRequestTimeout) IsServerError

IsServerError returns true when this post authorization roles default request timeout response has a 5xx status code

func (*PostAuthorizationRolesDefaultRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization roles default request timeout response has a 2xx status code

func (*PostAuthorizationRolesDefaultRequestTimeout) String

type PostAuthorizationRolesDefaultServiceUnavailable

type PostAuthorizationRolesDefaultServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultServiceUnavailable 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 NewPostAuthorizationRolesDefaultServiceUnavailable

func NewPostAuthorizationRolesDefaultServiceUnavailable() *PostAuthorizationRolesDefaultServiceUnavailable

NewPostAuthorizationRolesDefaultServiceUnavailable creates a PostAuthorizationRolesDefaultServiceUnavailable with default headers values

func (*PostAuthorizationRolesDefaultServiceUnavailable) Error

func (*PostAuthorizationRolesDefaultServiceUnavailable) GetPayload

func (*PostAuthorizationRolesDefaultServiceUnavailable) IsClientError

IsClientError returns true when this post authorization roles default service unavailable response has a 4xx status code

func (*PostAuthorizationRolesDefaultServiceUnavailable) IsCode

IsCode returns true when this post authorization roles default service unavailable response a status code equal to that given

func (*PostAuthorizationRolesDefaultServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization roles default service unavailable response has a 3xx status code

func (*PostAuthorizationRolesDefaultServiceUnavailable) IsServerError

IsServerError returns true when this post authorization roles default service unavailable response has a 5xx status code

func (*PostAuthorizationRolesDefaultServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization roles default service unavailable response has a 2xx status code

func (*PostAuthorizationRolesDefaultServiceUnavailable) String

type PostAuthorizationRolesDefaultTooManyRequests

type PostAuthorizationRolesDefaultTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationRolesDefaultTooManyRequests

func NewPostAuthorizationRolesDefaultTooManyRequests() *PostAuthorizationRolesDefaultTooManyRequests

NewPostAuthorizationRolesDefaultTooManyRequests creates a PostAuthorizationRolesDefaultTooManyRequests with default headers values

func (*PostAuthorizationRolesDefaultTooManyRequests) Error

func (*PostAuthorizationRolesDefaultTooManyRequests) GetPayload

func (*PostAuthorizationRolesDefaultTooManyRequests) IsClientError

IsClientError returns true when this post authorization roles default too many requests response has a 4xx status code

func (*PostAuthorizationRolesDefaultTooManyRequests) IsCode

IsCode returns true when this post authorization roles default too many requests response a status code equal to that given

func (*PostAuthorizationRolesDefaultTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization roles default too many requests response has a 3xx status code

func (*PostAuthorizationRolesDefaultTooManyRequests) IsServerError

IsServerError returns true when this post authorization roles default too many requests response has a 5xx status code

func (*PostAuthorizationRolesDefaultTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization roles default too many requests response has a 2xx status code

func (*PostAuthorizationRolesDefaultTooManyRequests) String

type PostAuthorizationRolesDefaultUnauthorized

type PostAuthorizationRolesDefaultUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationRolesDefaultUnauthorized

func NewPostAuthorizationRolesDefaultUnauthorized() *PostAuthorizationRolesDefaultUnauthorized

NewPostAuthorizationRolesDefaultUnauthorized creates a PostAuthorizationRolesDefaultUnauthorized with default headers values

func (*PostAuthorizationRolesDefaultUnauthorized) Error

func (*PostAuthorizationRolesDefaultUnauthorized) GetPayload

func (*PostAuthorizationRolesDefaultUnauthorized) IsClientError

IsClientError returns true when this post authorization roles default unauthorized response has a 4xx status code

func (*PostAuthorizationRolesDefaultUnauthorized) IsCode

IsCode returns true when this post authorization roles default unauthorized response a status code equal to that given

func (*PostAuthorizationRolesDefaultUnauthorized) IsRedirect

IsRedirect returns true when this post authorization roles default unauthorized response has a 3xx status code

func (*PostAuthorizationRolesDefaultUnauthorized) IsServerError

IsServerError returns true when this post authorization roles default unauthorized response has a 5xx status code

func (*PostAuthorizationRolesDefaultUnauthorized) IsSuccess

IsSuccess returns true when this post authorization roles default unauthorized response has a 2xx status code

func (*PostAuthorizationRolesDefaultUnauthorized) String

type PostAuthorizationRolesDefaultUnsupportedMediaType

type PostAuthorizationRolesDefaultUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesDefaultUnsupportedMediaType 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 NewPostAuthorizationRolesDefaultUnsupportedMediaType

func NewPostAuthorizationRolesDefaultUnsupportedMediaType() *PostAuthorizationRolesDefaultUnsupportedMediaType

NewPostAuthorizationRolesDefaultUnsupportedMediaType creates a PostAuthorizationRolesDefaultUnsupportedMediaType with default headers values

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) Error

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) GetPayload

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization roles default unsupported media type response has a 4xx status code

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) IsCode

IsCode returns true when this post authorization roles default unsupported media type response a status code equal to that given

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization roles default unsupported media type response has a 3xx status code

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization roles default unsupported media type response has a 5xx status code

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization roles default unsupported media type response has a 2xx status code

func (*PostAuthorizationRolesDefaultUnsupportedMediaType) String

type PostAuthorizationRolesForbidden

type PostAuthorizationRolesForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationRolesForbidden

func NewPostAuthorizationRolesForbidden() *PostAuthorizationRolesForbidden

NewPostAuthorizationRolesForbidden creates a PostAuthorizationRolesForbidden with default headers values

func (*PostAuthorizationRolesForbidden) Error

func (*PostAuthorizationRolesForbidden) GetPayload

func (*PostAuthorizationRolesForbidden) IsClientError

func (o *PostAuthorizationRolesForbidden) IsClientError() bool

IsClientError returns true when this post authorization roles forbidden response has a 4xx status code

func (*PostAuthorizationRolesForbidden) IsCode

func (o *PostAuthorizationRolesForbidden) IsCode(code int) bool

IsCode returns true when this post authorization roles forbidden response a status code equal to that given

func (*PostAuthorizationRolesForbidden) IsRedirect

func (o *PostAuthorizationRolesForbidden) IsRedirect() bool

IsRedirect returns true when this post authorization roles forbidden response has a 3xx status code

func (*PostAuthorizationRolesForbidden) IsServerError

func (o *PostAuthorizationRolesForbidden) IsServerError() bool

IsServerError returns true when this post authorization roles forbidden response has a 5xx status code

func (*PostAuthorizationRolesForbidden) IsSuccess

func (o *PostAuthorizationRolesForbidden) IsSuccess() bool

IsSuccess returns true when this post authorization roles forbidden response has a 2xx status code

func (*PostAuthorizationRolesForbidden) String

type PostAuthorizationRolesGatewayTimeout

type PostAuthorizationRolesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationRolesGatewayTimeout

func NewPostAuthorizationRolesGatewayTimeout() *PostAuthorizationRolesGatewayTimeout

NewPostAuthorizationRolesGatewayTimeout creates a PostAuthorizationRolesGatewayTimeout with default headers values

func (*PostAuthorizationRolesGatewayTimeout) Error

func (*PostAuthorizationRolesGatewayTimeout) GetPayload

func (*PostAuthorizationRolesGatewayTimeout) IsClientError

func (o *PostAuthorizationRolesGatewayTimeout) IsClientError() bool

IsClientError returns true when this post authorization roles gateway timeout response has a 4xx status code

func (*PostAuthorizationRolesGatewayTimeout) IsCode

IsCode returns true when this post authorization roles gateway timeout response a status code equal to that given

func (*PostAuthorizationRolesGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization roles gateway timeout response has a 3xx status code

func (*PostAuthorizationRolesGatewayTimeout) IsServerError

func (o *PostAuthorizationRolesGatewayTimeout) IsServerError() bool

IsServerError returns true when this post authorization roles gateway timeout response has a 5xx status code

func (*PostAuthorizationRolesGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization roles gateway timeout response has a 2xx status code

func (*PostAuthorizationRolesGatewayTimeout) String

type PostAuthorizationRolesInternalServerError

type PostAuthorizationRolesInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesInternalServerError 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 NewPostAuthorizationRolesInternalServerError

func NewPostAuthorizationRolesInternalServerError() *PostAuthorizationRolesInternalServerError

NewPostAuthorizationRolesInternalServerError creates a PostAuthorizationRolesInternalServerError with default headers values

func (*PostAuthorizationRolesInternalServerError) Error

func (*PostAuthorizationRolesInternalServerError) GetPayload

func (*PostAuthorizationRolesInternalServerError) IsClientError

IsClientError returns true when this post authorization roles internal server error response has a 4xx status code

func (*PostAuthorizationRolesInternalServerError) IsCode

IsCode returns true when this post authorization roles internal server error response a status code equal to that given

func (*PostAuthorizationRolesInternalServerError) IsRedirect

IsRedirect returns true when this post authorization roles internal server error response has a 3xx status code

func (*PostAuthorizationRolesInternalServerError) IsServerError

IsServerError returns true when this post authorization roles internal server error response has a 5xx status code

func (*PostAuthorizationRolesInternalServerError) IsSuccess

IsSuccess returns true when this post authorization roles internal server error response has a 2xx status code

func (*PostAuthorizationRolesInternalServerError) String

type PostAuthorizationRolesNotFound

type PostAuthorizationRolesNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationRolesNotFound

func NewPostAuthorizationRolesNotFound() *PostAuthorizationRolesNotFound

NewPostAuthorizationRolesNotFound creates a PostAuthorizationRolesNotFound with default headers values

func (*PostAuthorizationRolesNotFound) Error

func (*PostAuthorizationRolesNotFound) GetPayload

func (*PostAuthorizationRolesNotFound) IsClientError

func (o *PostAuthorizationRolesNotFound) IsClientError() bool

IsClientError returns true when this post authorization roles not found response has a 4xx status code

func (*PostAuthorizationRolesNotFound) IsCode

func (o *PostAuthorizationRolesNotFound) IsCode(code int) bool

IsCode returns true when this post authorization roles not found response a status code equal to that given

func (*PostAuthorizationRolesNotFound) IsRedirect

func (o *PostAuthorizationRolesNotFound) IsRedirect() bool

IsRedirect returns true when this post authorization roles not found response has a 3xx status code

func (*PostAuthorizationRolesNotFound) IsServerError

func (o *PostAuthorizationRolesNotFound) IsServerError() bool

IsServerError returns true when this post authorization roles not found response has a 5xx status code

func (*PostAuthorizationRolesNotFound) IsSuccess

func (o *PostAuthorizationRolesNotFound) IsSuccess() bool

IsSuccess returns true when this post authorization roles not found response has a 2xx status code

func (*PostAuthorizationRolesNotFound) String

type PostAuthorizationRolesOK

type PostAuthorizationRolesOK struct {
	Payload *models.DomainOrganizationRole
}

PostAuthorizationRolesOK describes a response with status code 200, with default header values.

successful operation

func NewPostAuthorizationRolesOK

func NewPostAuthorizationRolesOK() *PostAuthorizationRolesOK

NewPostAuthorizationRolesOK creates a PostAuthorizationRolesOK with default headers values

func (*PostAuthorizationRolesOK) Error

func (o *PostAuthorizationRolesOK) Error() string

func (*PostAuthorizationRolesOK) GetPayload

func (*PostAuthorizationRolesOK) IsClientError

func (o *PostAuthorizationRolesOK) IsClientError() bool

IsClientError returns true when this post authorization roles o k response has a 4xx status code

func (*PostAuthorizationRolesOK) IsCode

func (o *PostAuthorizationRolesOK) IsCode(code int) bool

IsCode returns true when this post authorization roles o k response a status code equal to that given

func (*PostAuthorizationRolesOK) IsRedirect

func (o *PostAuthorizationRolesOK) IsRedirect() bool

IsRedirect returns true when this post authorization roles o k response has a 3xx status code

func (*PostAuthorizationRolesOK) IsServerError

func (o *PostAuthorizationRolesOK) IsServerError() bool

IsServerError returns true when this post authorization roles o k response has a 5xx status code

func (*PostAuthorizationRolesOK) IsSuccess

func (o *PostAuthorizationRolesOK) IsSuccess() bool

IsSuccess returns true when this post authorization roles o k response has a 2xx status code

func (*PostAuthorizationRolesOK) String

func (o *PostAuthorizationRolesOK) String() string

type PostAuthorizationRolesParams

type PostAuthorizationRolesParams struct {

	/* Body.

	   Organization role
	*/
	Body *models.DomainOrganizationRoleCreate

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationRolesParams contains all the parameters to send to the API endpoint

for the post authorization roles operation.

Typically these are written to a http.Request.

func NewPostAuthorizationRolesParams

func NewPostAuthorizationRolesParams() *PostAuthorizationRolesParams

NewPostAuthorizationRolesParams creates a new PostAuthorizationRolesParams 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 NewPostAuthorizationRolesParamsWithContext

func NewPostAuthorizationRolesParamsWithContext(ctx context.Context) *PostAuthorizationRolesParams

NewPostAuthorizationRolesParamsWithContext creates a new PostAuthorizationRolesParams object with the ability to set a context for a request.

func NewPostAuthorizationRolesParamsWithHTTPClient

func NewPostAuthorizationRolesParamsWithHTTPClient(client *http.Client) *PostAuthorizationRolesParams

NewPostAuthorizationRolesParamsWithHTTPClient creates a new PostAuthorizationRolesParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationRolesParamsWithTimeout

func NewPostAuthorizationRolesParamsWithTimeout(timeout time.Duration) *PostAuthorizationRolesParams

NewPostAuthorizationRolesParamsWithTimeout creates a new PostAuthorizationRolesParams object with the ability to set a timeout on a request.

func (*PostAuthorizationRolesParams) SetBody

SetBody adds the body to the post authorization roles params

func (*PostAuthorizationRolesParams) SetContext

func (o *PostAuthorizationRolesParams) SetContext(ctx context.Context)

SetContext adds the context to the post authorization roles params

func (*PostAuthorizationRolesParams) SetDefaults

func (o *PostAuthorizationRolesParams) SetDefaults()

SetDefaults hydrates default values in the post authorization roles params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRolesParams) SetHTTPClient

func (o *PostAuthorizationRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization roles params

func (*PostAuthorizationRolesParams) SetTimeout

func (o *PostAuthorizationRolesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post authorization roles params

func (*PostAuthorizationRolesParams) WithBody

WithBody adds the body to the post authorization roles params

func (*PostAuthorizationRolesParams) WithContext

WithContext adds the context to the post authorization roles params

func (*PostAuthorizationRolesParams) WithDefaults

WithDefaults hydrates default values in the post authorization roles params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization roles params

func (*PostAuthorizationRolesParams) WithTimeout

WithTimeout adds the timeout to the post authorization roles params

func (*PostAuthorizationRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationRolesReader

type PostAuthorizationRolesReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationRolesReader is a Reader for the PostAuthorizationRoles structure.

func (*PostAuthorizationRolesReader) ReadResponse

func (o *PostAuthorizationRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationRolesRequestEntityTooLarge

type PostAuthorizationRolesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationRolesRequestEntityTooLarge

func NewPostAuthorizationRolesRequestEntityTooLarge() *PostAuthorizationRolesRequestEntityTooLarge

NewPostAuthorizationRolesRequestEntityTooLarge creates a PostAuthorizationRolesRequestEntityTooLarge with default headers values

func (*PostAuthorizationRolesRequestEntityTooLarge) Error

func (*PostAuthorizationRolesRequestEntityTooLarge) GetPayload

func (*PostAuthorizationRolesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization roles request entity too large response has a 4xx status code

func (*PostAuthorizationRolesRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization roles request entity too large response a status code equal to that given

func (*PostAuthorizationRolesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization roles request entity too large response has a 3xx status code

func (*PostAuthorizationRolesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization roles request entity too large response has a 5xx status code

func (*PostAuthorizationRolesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization roles request entity too large response has a 2xx status code

func (*PostAuthorizationRolesRequestEntityTooLarge) String

type PostAuthorizationRolesRequestTimeout

type PostAuthorizationRolesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesRequestTimeout 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 NewPostAuthorizationRolesRequestTimeout

func NewPostAuthorizationRolesRequestTimeout() *PostAuthorizationRolesRequestTimeout

NewPostAuthorizationRolesRequestTimeout creates a PostAuthorizationRolesRequestTimeout with default headers values

func (*PostAuthorizationRolesRequestTimeout) Error

func (*PostAuthorizationRolesRequestTimeout) GetPayload

func (*PostAuthorizationRolesRequestTimeout) IsClientError

func (o *PostAuthorizationRolesRequestTimeout) IsClientError() bool

IsClientError returns true when this post authorization roles request timeout response has a 4xx status code

func (*PostAuthorizationRolesRequestTimeout) IsCode

IsCode returns true when this post authorization roles request timeout response a status code equal to that given

func (*PostAuthorizationRolesRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization roles request timeout response has a 3xx status code

func (*PostAuthorizationRolesRequestTimeout) IsServerError

func (o *PostAuthorizationRolesRequestTimeout) IsServerError() bool

IsServerError returns true when this post authorization roles request timeout response has a 5xx status code

func (*PostAuthorizationRolesRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization roles request timeout response has a 2xx status code

func (*PostAuthorizationRolesRequestTimeout) String

type PostAuthorizationRolesServiceUnavailable

type PostAuthorizationRolesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesServiceUnavailable 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 NewPostAuthorizationRolesServiceUnavailable

func NewPostAuthorizationRolesServiceUnavailable() *PostAuthorizationRolesServiceUnavailable

NewPostAuthorizationRolesServiceUnavailable creates a PostAuthorizationRolesServiceUnavailable with default headers values

func (*PostAuthorizationRolesServiceUnavailable) Error

func (*PostAuthorizationRolesServiceUnavailable) GetPayload

func (*PostAuthorizationRolesServiceUnavailable) IsClientError

IsClientError returns true when this post authorization roles service unavailable response has a 4xx status code

func (*PostAuthorizationRolesServiceUnavailable) IsCode

IsCode returns true when this post authorization roles service unavailable response a status code equal to that given

func (*PostAuthorizationRolesServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization roles service unavailable response has a 3xx status code

func (*PostAuthorizationRolesServiceUnavailable) IsServerError

IsServerError returns true when this post authorization roles service unavailable response has a 5xx status code

func (*PostAuthorizationRolesServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization roles service unavailable response has a 2xx status code

func (*PostAuthorizationRolesServiceUnavailable) String

type PostAuthorizationRolesTooManyRequests

type PostAuthorizationRolesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationRolesTooManyRequests

func NewPostAuthorizationRolesTooManyRequests() *PostAuthorizationRolesTooManyRequests

NewPostAuthorizationRolesTooManyRequests creates a PostAuthorizationRolesTooManyRequests with default headers values

func (*PostAuthorizationRolesTooManyRequests) Error

func (*PostAuthorizationRolesTooManyRequests) GetPayload

func (*PostAuthorizationRolesTooManyRequests) IsClientError

func (o *PostAuthorizationRolesTooManyRequests) IsClientError() bool

IsClientError returns true when this post authorization roles too many requests response has a 4xx status code

func (*PostAuthorizationRolesTooManyRequests) IsCode

IsCode returns true when this post authorization roles too many requests response a status code equal to that given

func (*PostAuthorizationRolesTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization roles too many requests response has a 3xx status code

func (*PostAuthorizationRolesTooManyRequests) IsServerError

func (o *PostAuthorizationRolesTooManyRequests) IsServerError() bool

IsServerError returns true when this post authorization roles too many requests response has a 5xx status code

func (*PostAuthorizationRolesTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization roles too many requests response has a 2xx status code

func (*PostAuthorizationRolesTooManyRequests) String

type PostAuthorizationRolesUnauthorized

type PostAuthorizationRolesUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationRolesUnauthorized

func NewPostAuthorizationRolesUnauthorized() *PostAuthorizationRolesUnauthorized

NewPostAuthorizationRolesUnauthorized creates a PostAuthorizationRolesUnauthorized with default headers values

func (*PostAuthorizationRolesUnauthorized) Error

func (*PostAuthorizationRolesUnauthorized) GetPayload

func (*PostAuthorizationRolesUnauthorized) IsClientError

func (o *PostAuthorizationRolesUnauthorized) IsClientError() bool

IsClientError returns true when this post authorization roles unauthorized response has a 4xx status code

func (*PostAuthorizationRolesUnauthorized) IsCode

IsCode returns true when this post authorization roles unauthorized response a status code equal to that given

func (*PostAuthorizationRolesUnauthorized) IsRedirect

func (o *PostAuthorizationRolesUnauthorized) IsRedirect() bool

IsRedirect returns true when this post authorization roles unauthorized response has a 3xx status code

func (*PostAuthorizationRolesUnauthorized) IsServerError

func (o *PostAuthorizationRolesUnauthorized) IsServerError() bool

IsServerError returns true when this post authorization roles unauthorized response has a 5xx status code

func (*PostAuthorizationRolesUnauthorized) IsSuccess

IsSuccess returns true when this post authorization roles unauthorized response has a 2xx status code

func (*PostAuthorizationRolesUnauthorized) String

type PostAuthorizationRolesUnsupportedMediaType

type PostAuthorizationRolesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationRolesUnsupportedMediaType 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 NewPostAuthorizationRolesUnsupportedMediaType

func NewPostAuthorizationRolesUnsupportedMediaType() *PostAuthorizationRolesUnsupportedMediaType

NewPostAuthorizationRolesUnsupportedMediaType creates a PostAuthorizationRolesUnsupportedMediaType with default headers values

func (*PostAuthorizationRolesUnsupportedMediaType) Error

func (*PostAuthorizationRolesUnsupportedMediaType) GetPayload

func (*PostAuthorizationRolesUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization roles unsupported media type response has a 4xx status code

func (*PostAuthorizationRolesUnsupportedMediaType) IsCode

IsCode returns true when this post authorization roles unsupported media type response a status code equal to that given

func (*PostAuthorizationRolesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization roles unsupported media type response has a 3xx status code

func (*PostAuthorizationRolesUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization roles unsupported media type response has a 5xx status code

func (*PostAuthorizationRolesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization roles unsupported media type response has a 2xx status code

func (*PostAuthorizationRolesUnsupportedMediaType) String

type PostAuthorizationSubjectBulkaddBadRequest

type PostAuthorizationSubjectBulkaddBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddBadRequest 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 NewPostAuthorizationSubjectBulkaddBadRequest

func NewPostAuthorizationSubjectBulkaddBadRequest() *PostAuthorizationSubjectBulkaddBadRequest

NewPostAuthorizationSubjectBulkaddBadRequest creates a PostAuthorizationSubjectBulkaddBadRequest with default headers values

func (*PostAuthorizationSubjectBulkaddBadRequest) Error

func (*PostAuthorizationSubjectBulkaddBadRequest) GetPayload

func (*PostAuthorizationSubjectBulkaddBadRequest) IsClientError

IsClientError returns true when this post authorization subject bulkadd bad request response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddBadRequest) IsCode

IsCode returns true when this post authorization subject bulkadd bad request response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddBadRequest) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd bad request response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddBadRequest) IsServerError

IsServerError returns true when this post authorization subject bulkadd bad request response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddBadRequest) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd bad request response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddBadRequest) String

type PostAuthorizationSubjectBulkaddForbidden

type PostAuthorizationSubjectBulkaddForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationSubjectBulkaddForbidden

func NewPostAuthorizationSubjectBulkaddForbidden() *PostAuthorizationSubjectBulkaddForbidden

NewPostAuthorizationSubjectBulkaddForbidden creates a PostAuthorizationSubjectBulkaddForbidden with default headers values

func (*PostAuthorizationSubjectBulkaddForbidden) Error

func (*PostAuthorizationSubjectBulkaddForbidden) GetPayload

func (*PostAuthorizationSubjectBulkaddForbidden) IsClientError

IsClientError returns true when this post authorization subject bulkadd forbidden response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddForbidden) IsCode

IsCode returns true when this post authorization subject bulkadd forbidden response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddForbidden) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd forbidden response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddForbidden) IsServerError

IsServerError returns true when this post authorization subject bulkadd forbidden response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddForbidden) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd forbidden response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddForbidden) String

type PostAuthorizationSubjectBulkaddGatewayTimeout

type PostAuthorizationSubjectBulkaddGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationSubjectBulkaddGatewayTimeout

func NewPostAuthorizationSubjectBulkaddGatewayTimeout() *PostAuthorizationSubjectBulkaddGatewayTimeout

NewPostAuthorizationSubjectBulkaddGatewayTimeout creates a PostAuthorizationSubjectBulkaddGatewayTimeout with default headers values

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) Error

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) GetPayload

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) IsClientError

IsClientError returns true when this post authorization subject bulkadd gateway timeout response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) IsCode

IsCode returns true when this post authorization subject bulkadd gateway timeout response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd gateway timeout response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) IsServerError

IsServerError returns true when this post authorization subject bulkadd gateway timeout response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd gateway timeout response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddGatewayTimeout) String

type PostAuthorizationSubjectBulkaddInternalServerError

type PostAuthorizationSubjectBulkaddInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddInternalServerError 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 NewPostAuthorizationSubjectBulkaddInternalServerError

func NewPostAuthorizationSubjectBulkaddInternalServerError() *PostAuthorizationSubjectBulkaddInternalServerError

NewPostAuthorizationSubjectBulkaddInternalServerError creates a PostAuthorizationSubjectBulkaddInternalServerError with default headers values

func (*PostAuthorizationSubjectBulkaddInternalServerError) Error

func (*PostAuthorizationSubjectBulkaddInternalServerError) GetPayload

func (*PostAuthorizationSubjectBulkaddInternalServerError) IsClientError

IsClientError returns true when this post authorization subject bulkadd internal server error response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddInternalServerError) IsCode

IsCode returns true when this post authorization subject bulkadd internal server error response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddInternalServerError) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd internal server error response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddInternalServerError) IsServerError

IsServerError returns true when this post authorization subject bulkadd internal server error response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddInternalServerError) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd internal server error response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddInternalServerError) String

type PostAuthorizationSubjectBulkaddNoContent

type PostAuthorizationSubjectBulkaddNoContent struct {
}

PostAuthorizationSubjectBulkaddNoContent describes a response with status code 204, with default header values.

Bulk Grants Created

func NewPostAuthorizationSubjectBulkaddNoContent

func NewPostAuthorizationSubjectBulkaddNoContent() *PostAuthorizationSubjectBulkaddNoContent

NewPostAuthorizationSubjectBulkaddNoContent creates a PostAuthorizationSubjectBulkaddNoContent with default headers values

func (*PostAuthorizationSubjectBulkaddNoContent) Error

func (*PostAuthorizationSubjectBulkaddNoContent) IsClientError

IsClientError returns true when this post authorization subject bulkadd no content response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddNoContent) IsCode

IsCode returns true when this post authorization subject bulkadd no content response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddNoContent) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd no content response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddNoContent) IsServerError

IsServerError returns true when this post authorization subject bulkadd no content response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddNoContent) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd no content response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddNoContent) String

type PostAuthorizationSubjectBulkaddNotFound

type PostAuthorizationSubjectBulkaddNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationSubjectBulkaddNotFound

func NewPostAuthorizationSubjectBulkaddNotFound() *PostAuthorizationSubjectBulkaddNotFound

NewPostAuthorizationSubjectBulkaddNotFound creates a PostAuthorizationSubjectBulkaddNotFound with default headers values

func (*PostAuthorizationSubjectBulkaddNotFound) Error

func (*PostAuthorizationSubjectBulkaddNotFound) GetPayload

func (*PostAuthorizationSubjectBulkaddNotFound) IsClientError

func (o *PostAuthorizationSubjectBulkaddNotFound) IsClientError() bool

IsClientError returns true when this post authorization subject bulkadd not found response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddNotFound) IsCode

IsCode returns true when this post authorization subject bulkadd not found response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddNotFound) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd not found response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddNotFound) IsServerError

func (o *PostAuthorizationSubjectBulkaddNotFound) IsServerError() bool

IsServerError returns true when this post authorization subject bulkadd not found response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddNotFound) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd not found response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddNotFound) String

type PostAuthorizationSubjectBulkaddParams

type PostAuthorizationSubjectBulkaddParams struct {

	/* Body.

	   Pairs of role and division IDs
	*/
	Body *models.RoleDivisionGrants

	/* SubjectID.

	   Subject ID (user or group)
	*/
	SubjectID string

	/* SubjectType.

	   what the type of the subject is (PC_GROUP, PC_USER or PC_OAUTH_CLIENT)

	   Default: "PC_USER"
	*/
	SubjectType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationSubjectBulkaddParams contains all the parameters to send to the API endpoint

for the post authorization subject bulkadd operation.

Typically these are written to a http.Request.

func NewPostAuthorizationSubjectBulkaddParams

func NewPostAuthorizationSubjectBulkaddParams() *PostAuthorizationSubjectBulkaddParams

NewPostAuthorizationSubjectBulkaddParams creates a new PostAuthorizationSubjectBulkaddParams 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 NewPostAuthorizationSubjectBulkaddParamsWithContext

func NewPostAuthorizationSubjectBulkaddParamsWithContext(ctx context.Context) *PostAuthorizationSubjectBulkaddParams

NewPostAuthorizationSubjectBulkaddParamsWithContext creates a new PostAuthorizationSubjectBulkaddParams object with the ability to set a context for a request.

func NewPostAuthorizationSubjectBulkaddParamsWithHTTPClient

func NewPostAuthorizationSubjectBulkaddParamsWithHTTPClient(client *http.Client) *PostAuthorizationSubjectBulkaddParams

NewPostAuthorizationSubjectBulkaddParamsWithHTTPClient creates a new PostAuthorizationSubjectBulkaddParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationSubjectBulkaddParamsWithTimeout

func NewPostAuthorizationSubjectBulkaddParamsWithTimeout(timeout time.Duration) *PostAuthorizationSubjectBulkaddParams

NewPostAuthorizationSubjectBulkaddParamsWithTimeout creates a new PostAuthorizationSubjectBulkaddParams object with the ability to set a timeout on a request.

func (*PostAuthorizationSubjectBulkaddParams) SetBody

SetBody adds the body to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) SetContext

SetContext adds the context to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) SetDefaults

func (o *PostAuthorizationSubjectBulkaddParams) SetDefaults()

SetDefaults hydrates default values in the post authorization subject bulkadd params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectBulkaddParams) SetHTTPClient

func (o *PostAuthorizationSubjectBulkaddParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) SetSubjectID

func (o *PostAuthorizationSubjectBulkaddParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) SetSubjectType

func (o *PostAuthorizationSubjectBulkaddParams) SetSubjectType(subjectType *string)

SetSubjectType adds the subjectType to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) SetTimeout

func (o *PostAuthorizationSubjectBulkaddParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) WithBody

WithBody adds the body to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) WithContext

WithContext adds the context to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) WithDefaults

WithDefaults hydrates default values in the post authorization subject bulkadd params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectBulkaddParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) WithSubjectID

WithSubjectID adds the subjectID to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) WithSubjectType

WithSubjectType adds the subjectType to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) WithTimeout

WithTimeout adds the timeout to the post authorization subject bulkadd params

func (*PostAuthorizationSubjectBulkaddParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationSubjectBulkaddReader

type PostAuthorizationSubjectBulkaddReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationSubjectBulkaddReader is a Reader for the PostAuthorizationSubjectBulkadd structure.

func (*PostAuthorizationSubjectBulkaddReader) ReadResponse

func (o *PostAuthorizationSubjectBulkaddReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationSubjectBulkaddRequestEntityTooLarge

type PostAuthorizationSubjectBulkaddRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationSubjectBulkaddRequestEntityTooLarge

func NewPostAuthorizationSubjectBulkaddRequestEntityTooLarge() *PostAuthorizationSubjectBulkaddRequestEntityTooLarge

NewPostAuthorizationSubjectBulkaddRequestEntityTooLarge creates a PostAuthorizationSubjectBulkaddRequestEntityTooLarge with default headers values

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) Error

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) GetPayload

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization subject bulkadd request entity too large response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization subject bulkadd request entity too large response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd request entity too large response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization subject bulkadd request entity too large response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd request entity too large response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddRequestEntityTooLarge) String

type PostAuthorizationSubjectBulkaddRequestTimeout

type PostAuthorizationSubjectBulkaddRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddRequestTimeout 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 NewPostAuthorizationSubjectBulkaddRequestTimeout

func NewPostAuthorizationSubjectBulkaddRequestTimeout() *PostAuthorizationSubjectBulkaddRequestTimeout

NewPostAuthorizationSubjectBulkaddRequestTimeout creates a PostAuthorizationSubjectBulkaddRequestTimeout with default headers values

func (*PostAuthorizationSubjectBulkaddRequestTimeout) Error

func (*PostAuthorizationSubjectBulkaddRequestTimeout) GetPayload

func (*PostAuthorizationSubjectBulkaddRequestTimeout) IsClientError

IsClientError returns true when this post authorization subject bulkadd request timeout response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddRequestTimeout) IsCode

IsCode returns true when this post authorization subject bulkadd request timeout response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd request timeout response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddRequestTimeout) IsServerError

IsServerError returns true when this post authorization subject bulkadd request timeout response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd request timeout response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddRequestTimeout) String

type PostAuthorizationSubjectBulkaddServiceUnavailable

type PostAuthorizationSubjectBulkaddServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddServiceUnavailable 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 NewPostAuthorizationSubjectBulkaddServiceUnavailable

func NewPostAuthorizationSubjectBulkaddServiceUnavailable() *PostAuthorizationSubjectBulkaddServiceUnavailable

NewPostAuthorizationSubjectBulkaddServiceUnavailable creates a PostAuthorizationSubjectBulkaddServiceUnavailable with default headers values

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) Error

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) GetPayload

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) IsClientError

IsClientError returns true when this post authorization subject bulkadd service unavailable response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) IsCode

IsCode returns true when this post authorization subject bulkadd service unavailable response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd service unavailable response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) IsServerError

IsServerError returns true when this post authorization subject bulkadd service unavailable response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd service unavailable response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddServiceUnavailable) String

type PostAuthorizationSubjectBulkaddTooManyRequests

type PostAuthorizationSubjectBulkaddTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationSubjectBulkaddTooManyRequests

func NewPostAuthorizationSubjectBulkaddTooManyRequests() *PostAuthorizationSubjectBulkaddTooManyRequests

NewPostAuthorizationSubjectBulkaddTooManyRequests creates a PostAuthorizationSubjectBulkaddTooManyRequests with default headers values

func (*PostAuthorizationSubjectBulkaddTooManyRequests) Error

func (*PostAuthorizationSubjectBulkaddTooManyRequests) GetPayload

func (*PostAuthorizationSubjectBulkaddTooManyRequests) IsClientError

IsClientError returns true when this post authorization subject bulkadd too many requests response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddTooManyRequests) IsCode

IsCode returns true when this post authorization subject bulkadd too many requests response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd too many requests response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddTooManyRequests) IsServerError

IsServerError returns true when this post authorization subject bulkadd too many requests response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd too many requests response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddTooManyRequests) String

type PostAuthorizationSubjectBulkaddUnauthorized

type PostAuthorizationSubjectBulkaddUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationSubjectBulkaddUnauthorized

func NewPostAuthorizationSubjectBulkaddUnauthorized() *PostAuthorizationSubjectBulkaddUnauthorized

NewPostAuthorizationSubjectBulkaddUnauthorized creates a PostAuthorizationSubjectBulkaddUnauthorized with default headers values

func (*PostAuthorizationSubjectBulkaddUnauthorized) Error

func (*PostAuthorizationSubjectBulkaddUnauthorized) GetPayload

func (*PostAuthorizationSubjectBulkaddUnauthorized) IsClientError

IsClientError returns true when this post authorization subject bulkadd unauthorized response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddUnauthorized) IsCode

IsCode returns true when this post authorization subject bulkadd unauthorized response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddUnauthorized) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd unauthorized response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddUnauthorized) IsServerError

IsServerError returns true when this post authorization subject bulkadd unauthorized response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddUnauthorized) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd unauthorized response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddUnauthorized) String

type PostAuthorizationSubjectBulkaddUnsupportedMediaType

type PostAuthorizationSubjectBulkaddUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkaddUnsupportedMediaType 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 NewPostAuthorizationSubjectBulkaddUnsupportedMediaType

func NewPostAuthorizationSubjectBulkaddUnsupportedMediaType() *PostAuthorizationSubjectBulkaddUnsupportedMediaType

NewPostAuthorizationSubjectBulkaddUnsupportedMediaType creates a PostAuthorizationSubjectBulkaddUnsupportedMediaType with default headers values

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) Error

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) GetPayload

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization subject bulkadd unsupported media type response has a 4xx status code

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) IsCode

IsCode returns true when this post authorization subject bulkadd unsupported media type response a status code equal to that given

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization subject bulkadd unsupported media type response has a 3xx status code

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization subject bulkadd unsupported media type response has a 5xx status code

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization subject bulkadd unsupported media type response has a 2xx status code

func (*PostAuthorizationSubjectBulkaddUnsupportedMediaType) String

type PostAuthorizationSubjectBulkremoveBadRequest

type PostAuthorizationSubjectBulkremoveBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveBadRequest 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 NewPostAuthorizationSubjectBulkremoveBadRequest

func NewPostAuthorizationSubjectBulkremoveBadRequest() *PostAuthorizationSubjectBulkremoveBadRequest

NewPostAuthorizationSubjectBulkremoveBadRequest creates a PostAuthorizationSubjectBulkremoveBadRequest with default headers values

func (*PostAuthorizationSubjectBulkremoveBadRequest) Error

func (*PostAuthorizationSubjectBulkremoveBadRequest) GetPayload

func (*PostAuthorizationSubjectBulkremoveBadRequest) IsClientError

IsClientError returns true when this post authorization subject bulkremove bad request response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveBadRequest) IsCode

IsCode returns true when this post authorization subject bulkremove bad request response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveBadRequest) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove bad request response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveBadRequest) IsServerError

IsServerError returns true when this post authorization subject bulkremove bad request response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveBadRequest) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove bad request response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveBadRequest) String

type PostAuthorizationSubjectBulkremoveForbidden

type PostAuthorizationSubjectBulkremoveForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationSubjectBulkremoveForbidden

func NewPostAuthorizationSubjectBulkremoveForbidden() *PostAuthorizationSubjectBulkremoveForbidden

NewPostAuthorizationSubjectBulkremoveForbidden creates a PostAuthorizationSubjectBulkremoveForbidden with default headers values

func (*PostAuthorizationSubjectBulkremoveForbidden) Error

func (*PostAuthorizationSubjectBulkremoveForbidden) GetPayload

func (*PostAuthorizationSubjectBulkremoveForbidden) IsClientError

IsClientError returns true when this post authorization subject bulkremove forbidden response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveForbidden) IsCode

IsCode returns true when this post authorization subject bulkremove forbidden response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveForbidden) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove forbidden response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveForbidden) IsServerError

IsServerError returns true when this post authorization subject bulkremove forbidden response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveForbidden) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove forbidden response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveForbidden) String

type PostAuthorizationSubjectBulkremoveGatewayTimeout

type PostAuthorizationSubjectBulkremoveGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationSubjectBulkremoveGatewayTimeout

func NewPostAuthorizationSubjectBulkremoveGatewayTimeout() *PostAuthorizationSubjectBulkremoveGatewayTimeout

NewPostAuthorizationSubjectBulkremoveGatewayTimeout creates a PostAuthorizationSubjectBulkremoveGatewayTimeout with default headers values

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) Error

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) GetPayload

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) IsClientError

IsClientError returns true when this post authorization subject bulkremove gateway timeout response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) IsCode

IsCode returns true when this post authorization subject bulkremove gateway timeout response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove gateway timeout response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) IsServerError

IsServerError returns true when this post authorization subject bulkremove gateway timeout response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove gateway timeout response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveGatewayTimeout) String

type PostAuthorizationSubjectBulkremoveInternalServerError

type PostAuthorizationSubjectBulkremoveInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveInternalServerError 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 NewPostAuthorizationSubjectBulkremoveInternalServerError

func NewPostAuthorizationSubjectBulkremoveInternalServerError() *PostAuthorizationSubjectBulkremoveInternalServerError

NewPostAuthorizationSubjectBulkremoveInternalServerError creates a PostAuthorizationSubjectBulkremoveInternalServerError with default headers values

func (*PostAuthorizationSubjectBulkremoveInternalServerError) Error

func (*PostAuthorizationSubjectBulkremoveInternalServerError) GetPayload

func (*PostAuthorizationSubjectBulkremoveInternalServerError) IsClientError

IsClientError returns true when this post authorization subject bulkremove internal server error response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveInternalServerError) IsCode

IsCode returns true when this post authorization subject bulkremove internal server error response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveInternalServerError) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove internal server error response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveInternalServerError) IsServerError

IsServerError returns true when this post authorization subject bulkremove internal server error response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveInternalServerError) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove internal server error response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveInternalServerError) String

type PostAuthorizationSubjectBulkremoveNoContent

type PostAuthorizationSubjectBulkremoveNoContent struct {
}

PostAuthorizationSubjectBulkremoveNoContent describes a response with status code 204, with default header values.

Bulk Grants Deleted

func NewPostAuthorizationSubjectBulkremoveNoContent

func NewPostAuthorizationSubjectBulkremoveNoContent() *PostAuthorizationSubjectBulkremoveNoContent

NewPostAuthorizationSubjectBulkremoveNoContent creates a PostAuthorizationSubjectBulkremoveNoContent with default headers values

func (*PostAuthorizationSubjectBulkremoveNoContent) Error

func (*PostAuthorizationSubjectBulkremoveNoContent) IsClientError

IsClientError returns true when this post authorization subject bulkremove no content response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveNoContent) IsCode

IsCode returns true when this post authorization subject bulkremove no content response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveNoContent) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove no content response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveNoContent) IsServerError

IsServerError returns true when this post authorization subject bulkremove no content response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveNoContent) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove no content response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveNoContent) String

type PostAuthorizationSubjectBulkremoveNotFound

type PostAuthorizationSubjectBulkremoveNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationSubjectBulkremoveNotFound

func NewPostAuthorizationSubjectBulkremoveNotFound() *PostAuthorizationSubjectBulkremoveNotFound

NewPostAuthorizationSubjectBulkremoveNotFound creates a PostAuthorizationSubjectBulkremoveNotFound with default headers values

func (*PostAuthorizationSubjectBulkremoveNotFound) Error

func (*PostAuthorizationSubjectBulkremoveNotFound) GetPayload

func (*PostAuthorizationSubjectBulkremoveNotFound) IsClientError

IsClientError returns true when this post authorization subject bulkremove not found response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveNotFound) IsCode

IsCode returns true when this post authorization subject bulkremove not found response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveNotFound) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove not found response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveNotFound) IsServerError

IsServerError returns true when this post authorization subject bulkremove not found response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveNotFound) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove not found response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveNotFound) String

type PostAuthorizationSubjectBulkremoveParams

type PostAuthorizationSubjectBulkremoveParams struct {

	/* Body.

	   Pairs of role and division IDs
	*/
	Body *models.RoleDivisionGrants

	/* SubjectID.

	   Subject ID (user or group)
	*/
	SubjectID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationSubjectBulkremoveParams contains all the parameters to send to the API endpoint

for the post authorization subject bulkremove operation.

Typically these are written to a http.Request.

func NewPostAuthorizationSubjectBulkremoveParams

func NewPostAuthorizationSubjectBulkremoveParams() *PostAuthorizationSubjectBulkremoveParams

NewPostAuthorizationSubjectBulkremoveParams creates a new PostAuthorizationSubjectBulkremoveParams 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 NewPostAuthorizationSubjectBulkremoveParamsWithContext

func NewPostAuthorizationSubjectBulkremoveParamsWithContext(ctx context.Context) *PostAuthorizationSubjectBulkremoveParams

NewPostAuthorizationSubjectBulkremoveParamsWithContext creates a new PostAuthorizationSubjectBulkremoveParams object with the ability to set a context for a request.

func NewPostAuthorizationSubjectBulkremoveParamsWithHTTPClient

func NewPostAuthorizationSubjectBulkremoveParamsWithHTTPClient(client *http.Client) *PostAuthorizationSubjectBulkremoveParams

NewPostAuthorizationSubjectBulkremoveParamsWithHTTPClient creates a new PostAuthorizationSubjectBulkremoveParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationSubjectBulkremoveParamsWithTimeout

func NewPostAuthorizationSubjectBulkremoveParamsWithTimeout(timeout time.Duration) *PostAuthorizationSubjectBulkremoveParams

NewPostAuthorizationSubjectBulkremoveParamsWithTimeout creates a new PostAuthorizationSubjectBulkremoveParams object with the ability to set a timeout on a request.

func (*PostAuthorizationSubjectBulkremoveParams) SetBody

SetBody adds the body to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) SetContext

SetContext adds the context to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) SetDefaults

SetDefaults hydrates default values in the post authorization subject bulkremove params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectBulkremoveParams) SetHTTPClient

func (o *PostAuthorizationSubjectBulkremoveParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) SetSubjectID

func (o *PostAuthorizationSubjectBulkremoveParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) SetTimeout

SetTimeout adds the timeout to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) WithBody

WithBody adds the body to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) WithContext

WithContext adds the context to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) WithDefaults

WithDefaults hydrates default values in the post authorization subject bulkremove params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectBulkremoveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) WithSubjectID

WithSubjectID adds the subjectID to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) WithTimeout

WithTimeout adds the timeout to the post authorization subject bulkremove params

func (*PostAuthorizationSubjectBulkremoveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationSubjectBulkremoveReader

type PostAuthorizationSubjectBulkremoveReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationSubjectBulkremoveReader is a Reader for the PostAuthorizationSubjectBulkremove structure.

func (*PostAuthorizationSubjectBulkremoveReader) ReadResponse

func (o *PostAuthorizationSubjectBulkremoveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationSubjectBulkremoveRequestEntityTooLarge

type PostAuthorizationSubjectBulkremoveRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationSubjectBulkremoveRequestEntityTooLarge

func NewPostAuthorizationSubjectBulkremoveRequestEntityTooLarge() *PostAuthorizationSubjectBulkremoveRequestEntityTooLarge

NewPostAuthorizationSubjectBulkremoveRequestEntityTooLarge creates a PostAuthorizationSubjectBulkremoveRequestEntityTooLarge with default headers values

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) Error

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) GetPayload

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization subject bulkremove request entity too large response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization subject bulkremove request entity too large response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove request entity too large response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization subject bulkremove request entity too large response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove request entity too large response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveRequestEntityTooLarge) String

type PostAuthorizationSubjectBulkremoveRequestTimeout

type PostAuthorizationSubjectBulkremoveRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveRequestTimeout 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 NewPostAuthorizationSubjectBulkremoveRequestTimeout

func NewPostAuthorizationSubjectBulkremoveRequestTimeout() *PostAuthorizationSubjectBulkremoveRequestTimeout

NewPostAuthorizationSubjectBulkremoveRequestTimeout creates a PostAuthorizationSubjectBulkremoveRequestTimeout with default headers values

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) Error

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) GetPayload

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) IsClientError

IsClientError returns true when this post authorization subject bulkremove request timeout response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) IsCode

IsCode returns true when this post authorization subject bulkremove request timeout response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove request timeout response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) IsServerError

IsServerError returns true when this post authorization subject bulkremove request timeout response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove request timeout response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveRequestTimeout) String

type PostAuthorizationSubjectBulkremoveServiceUnavailable

type PostAuthorizationSubjectBulkremoveServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveServiceUnavailable 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 NewPostAuthorizationSubjectBulkremoveServiceUnavailable

func NewPostAuthorizationSubjectBulkremoveServiceUnavailable() *PostAuthorizationSubjectBulkremoveServiceUnavailable

NewPostAuthorizationSubjectBulkremoveServiceUnavailable creates a PostAuthorizationSubjectBulkremoveServiceUnavailable with default headers values

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) Error

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) GetPayload

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) IsClientError

IsClientError returns true when this post authorization subject bulkremove service unavailable response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) IsCode

IsCode returns true when this post authorization subject bulkremove service unavailable response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove service unavailable response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) IsServerError

IsServerError returns true when this post authorization subject bulkremove service unavailable response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove service unavailable response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveServiceUnavailable) String

type PostAuthorizationSubjectBulkremoveTooManyRequests

type PostAuthorizationSubjectBulkremoveTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationSubjectBulkremoveTooManyRequests

func NewPostAuthorizationSubjectBulkremoveTooManyRequests() *PostAuthorizationSubjectBulkremoveTooManyRequests

NewPostAuthorizationSubjectBulkremoveTooManyRequests creates a PostAuthorizationSubjectBulkremoveTooManyRequests with default headers values

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) Error

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) GetPayload

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) IsClientError

IsClientError returns true when this post authorization subject bulkremove too many requests response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) IsCode

IsCode returns true when this post authorization subject bulkremove too many requests response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove too many requests response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) IsServerError

IsServerError returns true when this post authorization subject bulkremove too many requests response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove too many requests response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveTooManyRequests) String

type PostAuthorizationSubjectBulkremoveUnauthorized

type PostAuthorizationSubjectBulkremoveUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationSubjectBulkremoveUnauthorized

func NewPostAuthorizationSubjectBulkremoveUnauthorized() *PostAuthorizationSubjectBulkremoveUnauthorized

NewPostAuthorizationSubjectBulkremoveUnauthorized creates a PostAuthorizationSubjectBulkremoveUnauthorized with default headers values

func (*PostAuthorizationSubjectBulkremoveUnauthorized) Error

func (*PostAuthorizationSubjectBulkremoveUnauthorized) GetPayload

func (*PostAuthorizationSubjectBulkremoveUnauthorized) IsClientError

IsClientError returns true when this post authorization subject bulkremove unauthorized response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveUnauthorized) IsCode

IsCode returns true when this post authorization subject bulkremove unauthorized response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveUnauthorized) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove unauthorized response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveUnauthorized) IsServerError

IsServerError returns true when this post authorization subject bulkremove unauthorized response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveUnauthorized) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove unauthorized response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveUnauthorized) String

type PostAuthorizationSubjectBulkremoveUnsupportedMediaType

type PostAuthorizationSubjectBulkremoveUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkremoveUnsupportedMediaType 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 NewPostAuthorizationSubjectBulkremoveUnsupportedMediaType

func NewPostAuthorizationSubjectBulkremoveUnsupportedMediaType() *PostAuthorizationSubjectBulkremoveUnsupportedMediaType

NewPostAuthorizationSubjectBulkremoveUnsupportedMediaType creates a PostAuthorizationSubjectBulkremoveUnsupportedMediaType with default headers values

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) Error

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) GetPayload

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization subject bulkremove unsupported media type response has a 4xx status code

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) IsCode

IsCode returns true when this post authorization subject bulkremove unsupported media type response a status code equal to that given

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization subject bulkremove unsupported media type response has a 3xx status code

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization subject bulkremove unsupported media type response has a 5xx status code

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization subject bulkremove unsupported media type response has a 2xx status code

func (*PostAuthorizationSubjectBulkremoveUnsupportedMediaType) String

type PostAuthorizationSubjectBulkreplaceBadRequest

type PostAuthorizationSubjectBulkreplaceBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceBadRequest 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 NewPostAuthorizationSubjectBulkreplaceBadRequest

func NewPostAuthorizationSubjectBulkreplaceBadRequest() *PostAuthorizationSubjectBulkreplaceBadRequest

NewPostAuthorizationSubjectBulkreplaceBadRequest creates a PostAuthorizationSubjectBulkreplaceBadRequest with default headers values

func (*PostAuthorizationSubjectBulkreplaceBadRequest) Error

func (*PostAuthorizationSubjectBulkreplaceBadRequest) GetPayload

func (*PostAuthorizationSubjectBulkreplaceBadRequest) IsClientError

IsClientError returns true when this post authorization subject bulkreplace bad request response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceBadRequest) IsCode

IsCode returns true when this post authorization subject bulkreplace bad request response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceBadRequest) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace bad request response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceBadRequest) IsServerError

IsServerError returns true when this post authorization subject bulkreplace bad request response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceBadRequest) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace bad request response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceBadRequest) String

type PostAuthorizationSubjectBulkreplaceForbidden

type PostAuthorizationSubjectBulkreplaceForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationSubjectBulkreplaceForbidden

func NewPostAuthorizationSubjectBulkreplaceForbidden() *PostAuthorizationSubjectBulkreplaceForbidden

NewPostAuthorizationSubjectBulkreplaceForbidden creates a PostAuthorizationSubjectBulkreplaceForbidden with default headers values

func (*PostAuthorizationSubjectBulkreplaceForbidden) Error

func (*PostAuthorizationSubjectBulkreplaceForbidden) GetPayload

func (*PostAuthorizationSubjectBulkreplaceForbidden) IsClientError

IsClientError returns true when this post authorization subject bulkreplace forbidden response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceForbidden) IsCode

IsCode returns true when this post authorization subject bulkreplace forbidden response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceForbidden) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace forbidden response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceForbidden) IsServerError

IsServerError returns true when this post authorization subject bulkreplace forbidden response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceForbidden) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace forbidden response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceForbidden) String

type PostAuthorizationSubjectBulkreplaceGatewayTimeout

type PostAuthorizationSubjectBulkreplaceGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationSubjectBulkreplaceGatewayTimeout

func NewPostAuthorizationSubjectBulkreplaceGatewayTimeout() *PostAuthorizationSubjectBulkreplaceGatewayTimeout

NewPostAuthorizationSubjectBulkreplaceGatewayTimeout creates a PostAuthorizationSubjectBulkreplaceGatewayTimeout with default headers values

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) Error

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) GetPayload

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) IsClientError

IsClientError returns true when this post authorization subject bulkreplace gateway timeout response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) IsCode

IsCode returns true when this post authorization subject bulkreplace gateway timeout response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace gateway timeout response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) IsServerError

IsServerError returns true when this post authorization subject bulkreplace gateway timeout response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace gateway timeout response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceGatewayTimeout) String

type PostAuthorizationSubjectBulkreplaceInternalServerError

type PostAuthorizationSubjectBulkreplaceInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceInternalServerError 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 NewPostAuthorizationSubjectBulkreplaceInternalServerError

func NewPostAuthorizationSubjectBulkreplaceInternalServerError() *PostAuthorizationSubjectBulkreplaceInternalServerError

NewPostAuthorizationSubjectBulkreplaceInternalServerError creates a PostAuthorizationSubjectBulkreplaceInternalServerError with default headers values

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) Error

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) GetPayload

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) IsClientError

IsClientError returns true when this post authorization subject bulkreplace internal server error response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) IsCode

IsCode returns true when this post authorization subject bulkreplace internal server error response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace internal server error response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) IsServerError

IsServerError returns true when this post authorization subject bulkreplace internal server error response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace internal server error response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceInternalServerError) String

type PostAuthorizationSubjectBulkreplaceNoContent

type PostAuthorizationSubjectBulkreplaceNoContent struct {
}

PostAuthorizationSubjectBulkreplaceNoContent describes a response with status code 204, with default header values.

Bulk Grants Replaced

func NewPostAuthorizationSubjectBulkreplaceNoContent

func NewPostAuthorizationSubjectBulkreplaceNoContent() *PostAuthorizationSubjectBulkreplaceNoContent

NewPostAuthorizationSubjectBulkreplaceNoContent creates a PostAuthorizationSubjectBulkreplaceNoContent with default headers values

func (*PostAuthorizationSubjectBulkreplaceNoContent) Error

func (*PostAuthorizationSubjectBulkreplaceNoContent) IsClientError

IsClientError returns true when this post authorization subject bulkreplace no content response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceNoContent) IsCode

IsCode returns true when this post authorization subject bulkreplace no content response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceNoContent) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace no content response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceNoContent) IsServerError

IsServerError returns true when this post authorization subject bulkreplace no content response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceNoContent) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace no content response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceNoContent) String

type PostAuthorizationSubjectBulkreplaceNotFound

type PostAuthorizationSubjectBulkreplaceNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationSubjectBulkreplaceNotFound

func NewPostAuthorizationSubjectBulkreplaceNotFound() *PostAuthorizationSubjectBulkreplaceNotFound

NewPostAuthorizationSubjectBulkreplaceNotFound creates a PostAuthorizationSubjectBulkreplaceNotFound with default headers values

func (*PostAuthorizationSubjectBulkreplaceNotFound) Error

func (*PostAuthorizationSubjectBulkreplaceNotFound) GetPayload

func (*PostAuthorizationSubjectBulkreplaceNotFound) IsClientError

IsClientError returns true when this post authorization subject bulkreplace not found response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceNotFound) IsCode

IsCode returns true when this post authorization subject bulkreplace not found response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceNotFound) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace not found response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceNotFound) IsServerError

IsServerError returns true when this post authorization subject bulkreplace not found response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceNotFound) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace not found response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceNotFound) String

type PostAuthorizationSubjectBulkreplaceParams

type PostAuthorizationSubjectBulkreplaceParams struct {

	/* Body.

	   Pairs of role and division IDs
	*/
	Body *models.RoleDivisionGrants

	/* SubjectID.

	   Subject ID (user or group)
	*/
	SubjectID string

	/* SubjectType.

	   what the type of the subject is (PC_GROUP, PC_USER or PC_OAUTH_CLIENT)

	   Default: "PC_USER"
	*/
	SubjectType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationSubjectBulkreplaceParams contains all the parameters to send to the API endpoint

for the post authorization subject bulkreplace operation.

Typically these are written to a http.Request.

func NewPostAuthorizationSubjectBulkreplaceParams

func NewPostAuthorizationSubjectBulkreplaceParams() *PostAuthorizationSubjectBulkreplaceParams

NewPostAuthorizationSubjectBulkreplaceParams creates a new PostAuthorizationSubjectBulkreplaceParams 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 NewPostAuthorizationSubjectBulkreplaceParamsWithContext

func NewPostAuthorizationSubjectBulkreplaceParamsWithContext(ctx context.Context) *PostAuthorizationSubjectBulkreplaceParams

NewPostAuthorizationSubjectBulkreplaceParamsWithContext creates a new PostAuthorizationSubjectBulkreplaceParams object with the ability to set a context for a request.

func NewPostAuthorizationSubjectBulkreplaceParamsWithHTTPClient

func NewPostAuthorizationSubjectBulkreplaceParamsWithHTTPClient(client *http.Client) *PostAuthorizationSubjectBulkreplaceParams

NewPostAuthorizationSubjectBulkreplaceParamsWithHTTPClient creates a new PostAuthorizationSubjectBulkreplaceParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationSubjectBulkreplaceParamsWithTimeout

func NewPostAuthorizationSubjectBulkreplaceParamsWithTimeout(timeout time.Duration) *PostAuthorizationSubjectBulkreplaceParams

NewPostAuthorizationSubjectBulkreplaceParamsWithTimeout creates a new PostAuthorizationSubjectBulkreplaceParams object with the ability to set a timeout on a request.

func (*PostAuthorizationSubjectBulkreplaceParams) SetBody

SetBody adds the body to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) SetContext

SetContext adds the context to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) SetDefaults

SetDefaults hydrates default values in the post authorization subject bulkreplace params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectBulkreplaceParams) SetHTTPClient

func (o *PostAuthorizationSubjectBulkreplaceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) SetSubjectID

func (o *PostAuthorizationSubjectBulkreplaceParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) SetSubjectType

func (o *PostAuthorizationSubjectBulkreplaceParams) SetSubjectType(subjectType *string)

SetSubjectType adds the subjectType to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) SetTimeout

SetTimeout adds the timeout to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) WithBody

WithBody adds the body to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) WithContext

WithContext adds the context to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) WithDefaults

WithDefaults hydrates default values in the post authorization subject bulkreplace params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectBulkreplaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) WithSubjectID

WithSubjectID adds the subjectID to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) WithSubjectType

WithSubjectType adds the subjectType to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) WithTimeout

WithTimeout adds the timeout to the post authorization subject bulkreplace params

func (*PostAuthorizationSubjectBulkreplaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationSubjectBulkreplaceReader

type PostAuthorizationSubjectBulkreplaceReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationSubjectBulkreplaceReader is a Reader for the PostAuthorizationSubjectBulkreplace structure.

func (*PostAuthorizationSubjectBulkreplaceReader) ReadResponse

func (o *PostAuthorizationSubjectBulkreplaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge

type PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationSubjectBulkreplaceRequestEntityTooLarge

func NewPostAuthorizationSubjectBulkreplaceRequestEntityTooLarge() *PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge

NewPostAuthorizationSubjectBulkreplaceRequestEntityTooLarge creates a PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge with default headers values

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) Error

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) GetPayload

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization subject bulkreplace request entity too large response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization subject bulkreplace request entity too large response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace request entity too large response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization subject bulkreplace request entity too large response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace request entity too large response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestEntityTooLarge) String

type PostAuthorizationSubjectBulkreplaceRequestTimeout

type PostAuthorizationSubjectBulkreplaceRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceRequestTimeout 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 NewPostAuthorizationSubjectBulkreplaceRequestTimeout

func NewPostAuthorizationSubjectBulkreplaceRequestTimeout() *PostAuthorizationSubjectBulkreplaceRequestTimeout

NewPostAuthorizationSubjectBulkreplaceRequestTimeout creates a PostAuthorizationSubjectBulkreplaceRequestTimeout with default headers values

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) Error

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) GetPayload

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) IsClientError

IsClientError returns true when this post authorization subject bulkreplace request timeout response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) IsCode

IsCode returns true when this post authorization subject bulkreplace request timeout response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace request timeout response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) IsServerError

IsServerError returns true when this post authorization subject bulkreplace request timeout response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace request timeout response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceRequestTimeout) String

type PostAuthorizationSubjectBulkreplaceServiceUnavailable

type PostAuthorizationSubjectBulkreplaceServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceServiceUnavailable 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 NewPostAuthorizationSubjectBulkreplaceServiceUnavailable

func NewPostAuthorizationSubjectBulkreplaceServiceUnavailable() *PostAuthorizationSubjectBulkreplaceServiceUnavailable

NewPostAuthorizationSubjectBulkreplaceServiceUnavailable creates a PostAuthorizationSubjectBulkreplaceServiceUnavailable with default headers values

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) Error

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) GetPayload

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) IsClientError

IsClientError returns true when this post authorization subject bulkreplace service unavailable response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) IsCode

IsCode returns true when this post authorization subject bulkreplace service unavailable response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace service unavailable response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) IsServerError

IsServerError returns true when this post authorization subject bulkreplace service unavailable response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace service unavailable response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceServiceUnavailable) String

type PostAuthorizationSubjectBulkreplaceTooManyRequests

type PostAuthorizationSubjectBulkreplaceTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationSubjectBulkreplaceTooManyRequests

func NewPostAuthorizationSubjectBulkreplaceTooManyRequests() *PostAuthorizationSubjectBulkreplaceTooManyRequests

NewPostAuthorizationSubjectBulkreplaceTooManyRequests creates a PostAuthorizationSubjectBulkreplaceTooManyRequests with default headers values

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) Error

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) GetPayload

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) IsClientError

IsClientError returns true when this post authorization subject bulkreplace too many requests response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) IsCode

IsCode returns true when this post authorization subject bulkreplace too many requests response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace too many requests response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) IsServerError

IsServerError returns true when this post authorization subject bulkreplace too many requests response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace too many requests response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceTooManyRequests) String

type PostAuthorizationSubjectBulkreplaceUnauthorized

type PostAuthorizationSubjectBulkreplaceUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationSubjectBulkreplaceUnauthorized

func NewPostAuthorizationSubjectBulkreplaceUnauthorized() *PostAuthorizationSubjectBulkreplaceUnauthorized

NewPostAuthorizationSubjectBulkreplaceUnauthorized creates a PostAuthorizationSubjectBulkreplaceUnauthorized with default headers values

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) Error

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) GetPayload

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) IsClientError

IsClientError returns true when this post authorization subject bulkreplace unauthorized response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) IsCode

IsCode returns true when this post authorization subject bulkreplace unauthorized response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace unauthorized response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) IsServerError

IsServerError returns true when this post authorization subject bulkreplace unauthorized response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace unauthorized response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceUnauthorized) String

type PostAuthorizationSubjectBulkreplaceUnsupportedMediaType

type PostAuthorizationSubjectBulkreplaceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectBulkreplaceUnsupportedMediaType 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 NewPostAuthorizationSubjectBulkreplaceUnsupportedMediaType

func NewPostAuthorizationSubjectBulkreplaceUnsupportedMediaType() *PostAuthorizationSubjectBulkreplaceUnsupportedMediaType

NewPostAuthorizationSubjectBulkreplaceUnsupportedMediaType creates a PostAuthorizationSubjectBulkreplaceUnsupportedMediaType with default headers values

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) Error

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) GetPayload

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization subject bulkreplace unsupported media type response has a 4xx status code

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) IsCode

IsCode returns true when this post authorization subject bulkreplace unsupported media type response a status code equal to that given

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization subject bulkreplace unsupported media type response has a 3xx status code

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization subject bulkreplace unsupported media type response has a 5xx status code

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization subject bulkreplace unsupported media type response has a 2xx status code

func (*PostAuthorizationSubjectBulkreplaceUnsupportedMediaType) String

type PostAuthorizationSubjectDivisionRoleBadRequest

type PostAuthorizationSubjectDivisionRoleBadRequest struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleBadRequest 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 NewPostAuthorizationSubjectDivisionRoleBadRequest

func NewPostAuthorizationSubjectDivisionRoleBadRequest() *PostAuthorizationSubjectDivisionRoleBadRequest

NewPostAuthorizationSubjectDivisionRoleBadRequest creates a PostAuthorizationSubjectDivisionRoleBadRequest with default headers values

func (*PostAuthorizationSubjectDivisionRoleBadRequest) Error

func (*PostAuthorizationSubjectDivisionRoleBadRequest) GetPayload

func (*PostAuthorizationSubjectDivisionRoleBadRequest) IsClientError

IsClientError returns true when this post authorization subject division role bad request response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleBadRequest) IsCode

IsCode returns true when this post authorization subject division role bad request response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleBadRequest) IsRedirect

IsRedirect returns true when this post authorization subject division role bad request response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleBadRequest) IsServerError

IsServerError returns true when this post authorization subject division role bad request response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleBadRequest) IsSuccess

IsSuccess returns true when this post authorization subject division role bad request response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleBadRequest) String

type PostAuthorizationSubjectDivisionRoleDefault

type PostAuthorizationSubjectDivisionRoleDefault struct {
	// contains filtered or unexported fields
}

PostAuthorizationSubjectDivisionRoleDefault describes a response with status code -1, with default header values.

successful operation

func NewPostAuthorizationSubjectDivisionRoleDefault

func NewPostAuthorizationSubjectDivisionRoleDefault(code int) *PostAuthorizationSubjectDivisionRoleDefault

NewPostAuthorizationSubjectDivisionRoleDefault creates a PostAuthorizationSubjectDivisionRoleDefault with default headers values

func (*PostAuthorizationSubjectDivisionRoleDefault) Code

Code gets the status code for the post authorization subject division role default response

func (*PostAuthorizationSubjectDivisionRoleDefault) Error

func (*PostAuthorizationSubjectDivisionRoleDefault) IsClientError

IsClientError returns true when this post authorization subject division role default response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleDefault) IsCode

IsCode returns true when this post authorization subject division role default response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleDefault) IsRedirect

IsRedirect returns true when this post authorization subject division role default response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleDefault) IsServerError

IsServerError returns true when this post authorization subject division role default response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleDefault) IsSuccess

IsSuccess returns true when this post authorization subject division role default response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleDefault) String

type PostAuthorizationSubjectDivisionRoleForbidden

type PostAuthorizationSubjectDivisionRoleForbidden struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAuthorizationSubjectDivisionRoleForbidden

func NewPostAuthorizationSubjectDivisionRoleForbidden() *PostAuthorizationSubjectDivisionRoleForbidden

NewPostAuthorizationSubjectDivisionRoleForbidden creates a PostAuthorizationSubjectDivisionRoleForbidden with default headers values

func (*PostAuthorizationSubjectDivisionRoleForbidden) Error

func (*PostAuthorizationSubjectDivisionRoleForbidden) GetPayload

func (*PostAuthorizationSubjectDivisionRoleForbidden) IsClientError

IsClientError returns true when this post authorization subject division role forbidden response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleForbidden) IsCode

IsCode returns true when this post authorization subject division role forbidden response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleForbidden) IsRedirect

IsRedirect returns true when this post authorization subject division role forbidden response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleForbidden) IsServerError

IsServerError returns true when this post authorization subject division role forbidden response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleForbidden) IsSuccess

IsSuccess returns true when this post authorization subject division role forbidden response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleForbidden) String

type PostAuthorizationSubjectDivisionRoleGatewayTimeout

type PostAuthorizationSubjectDivisionRoleGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuthorizationSubjectDivisionRoleGatewayTimeout

func NewPostAuthorizationSubjectDivisionRoleGatewayTimeout() *PostAuthorizationSubjectDivisionRoleGatewayTimeout

NewPostAuthorizationSubjectDivisionRoleGatewayTimeout creates a PostAuthorizationSubjectDivisionRoleGatewayTimeout with default headers values

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) Error

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) GetPayload

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) IsClientError

IsClientError returns true when this post authorization subject division role gateway timeout response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) IsCode

IsCode returns true when this post authorization subject division role gateway timeout response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) IsRedirect

IsRedirect returns true when this post authorization subject division role gateway timeout response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) IsServerError

IsServerError returns true when this post authorization subject division role gateway timeout response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) IsSuccess

IsSuccess returns true when this post authorization subject division role gateway timeout response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleGatewayTimeout) String

type PostAuthorizationSubjectDivisionRoleInternalServerError

type PostAuthorizationSubjectDivisionRoleInternalServerError struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleInternalServerError 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 NewPostAuthorizationSubjectDivisionRoleInternalServerError

func NewPostAuthorizationSubjectDivisionRoleInternalServerError() *PostAuthorizationSubjectDivisionRoleInternalServerError

NewPostAuthorizationSubjectDivisionRoleInternalServerError creates a PostAuthorizationSubjectDivisionRoleInternalServerError with default headers values

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) Error

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) GetPayload

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) IsClientError

IsClientError returns true when this post authorization subject division role internal server error response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) IsCode

IsCode returns true when this post authorization subject division role internal server error response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) IsRedirect

IsRedirect returns true when this post authorization subject division role internal server error response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) IsServerError

IsServerError returns true when this post authorization subject division role internal server error response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) IsSuccess

IsSuccess returns true when this post authorization subject division role internal server error response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleInternalServerError) String

type PostAuthorizationSubjectDivisionRoleNotFound

type PostAuthorizationSubjectDivisionRoleNotFound struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAuthorizationSubjectDivisionRoleNotFound

func NewPostAuthorizationSubjectDivisionRoleNotFound() *PostAuthorizationSubjectDivisionRoleNotFound

NewPostAuthorizationSubjectDivisionRoleNotFound creates a PostAuthorizationSubjectDivisionRoleNotFound with default headers values

func (*PostAuthorizationSubjectDivisionRoleNotFound) Error

func (*PostAuthorizationSubjectDivisionRoleNotFound) GetPayload

func (*PostAuthorizationSubjectDivisionRoleNotFound) IsClientError

IsClientError returns true when this post authorization subject division role not found response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleNotFound) IsCode

IsCode returns true when this post authorization subject division role not found response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleNotFound) IsRedirect

IsRedirect returns true when this post authorization subject division role not found response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleNotFound) IsServerError

IsServerError returns true when this post authorization subject division role not found response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleNotFound) IsSuccess

IsSuccess returns true when this post authorization subject division role not found response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleNotFound) String

type PostAuthorizationSubjectDivisionRoleParams

type PostAuthorizationSubjectDivisionRoleParams struct {

	/* DivisionID.

	   the id of the division to which to make the grant
	*/
	DivisionID string

	/* RoleID.

	   the id of the role to grant
	*/
	RoleID string

	/* SubjectID.

	   Subject ID (user or group)
	*/
	SubjectID string

	/* SubjectType.

	   what the type of the subject is: PC_GROUP, PC_USER or PC_OAUTH_CLIENT (note: for cross-org authorization, please use the Organization Authorization endpoints)

	   Default: "PC_USER"
	*/
	SubjectType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostAuthorizationSubjectDivisionRoleParams contains all the parameters to send to the API endpoint

for the post authorization subject division role operation.

Typically these are written to a http.Request.

func NewPostAuthorizationSubjectDivisionRoleParams

func NewPostAuthorizationSubjectDivisionRoleParams() *PostAuthorizationSubjectDivisionRoleParams

NewPostAuthorizationSubjectDivisionRoleParams creates a new PostAuthorizationSubjectDivisionRoleParams 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 NewPostAuthorizationSubjectDivisionRoleParamsWithContext

func NewPostAuthorizationSubjectDivisionRoleParamsWithContext(ctx context.Context) *PostAuthorizationSubjectDivisionRoleParams

NewPostAuthorizationSubjectDivisionRoleParamsWithContext creates a new PostAuthorizationSubjectDivisionRoleParams object with the ability to set a context for a request.

func NewPostAuthorizationSubjectDivisionRoleParamsWithHTTPClient

func NewPostAuthorizationSubjectDivisionRoleParamsWithHTTPClient(client *http.Client) *PostAuthorizationSubjectDivisionRoleParams

NewPostAuthorizationSubjectDivisionRoleParamsWithHTTPClient creates a new PostAuthorizationSubjectDivisionRoleParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuthorizationSubjectDivisionRoleParamsWithTimeout

func NewPostAuthorizationSubjectDivisionRoleParamsWithTimeout(timeout time.Duration) *PostAuthorizationSubjectDivisionRoleParams

NewPostAuthorizationSubjectDivisionRoleParamsWithTimeout creates a new PostAuthorizationSubjectDivisionRoleParams object with the ability to set a timeout on a request.

func (*PostAuthorizationSubjectDivisionRoleParams) SetContext

SetContext adds the context to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) SetDefaults

SetDefaults hydrates default values in the post authorization subject division role params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectDivisionRoleParams) SetDivisionID

func (o *PostAuthorizationSubjectDivisionRoleParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) SetHTTPClient

func (o *PostAuthorizationSubjectDivisionRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) SetRoleID

SetRoleID adds the roleId to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) SetSubjectID

func (o *PostAuthorizationSubjectDivisionRoleParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) SetSubjectType

func (o *PostAuthorizationSubjectDivisionRoleParams) SetSubjectType(subjectType *string)

SetSubjectType adds the subjectType to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) SetTimeout

SetTimeout adds the timeout to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WithContext

WithContext adds the context to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WithDefaults

WithDefaults hydrates default values in the post authorization subject division role params (not the query body).

All values with no default are reset to their zero value.

func (*PostAuthorizationSubjectDivisionRoleParams) WithDivisionID

WithDivisionID adds the divisionID to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WithRoleID

WithRoleID adds the roleID to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WithSubjectID

WithSubjectID adds the subjectID to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WithSubjectType

WithSubjectType adds the subjectType to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WithTimeout

WithTimeout adds the timeout to the post authorization subject division role params

func (*PostAuthorizationSubjectDivisionRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuthorizationSubjectDivisionRoleReader

type PostAuthorizationSubjectDivisionRoleReader struct {
	// contains filtered or unexported fields
}

PostAuthorizationSubjectDivisionRoleReader is a Reader for the PostAuthorizationSubjectDivisionRole structure.

func (*PostAuthorizationSubjectDivisionRoleReader) ReadResponse

func (o *PostAuthorizationSubjectDivisionRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge

type PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuthorizationSubjectDivisionRoleRequestEntityTooLarge

func NewPostAuthorizationSubjectDivisionRoleRequestEntityTooLarge() *PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge

NewPostAuthorizationSubjectDivisionRoleRequestEntityTooLarge creates a PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge with default headers values

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) Error

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) GetPayload

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsClientError

IsClientError returns true when this post authorization subject division role request entity too large response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsCode

IsCode returns true when this post authorization subject division role request entity too large response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post authorization subject division role request entity too large response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsServerError

IsServerError returns true when this post authorization subject division role request entity too large response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post authorization subject division role request entity too large response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestEntityTooLarge) String

type PostAuthorizationSubjectDivisionRoleRequestTimeout

type PostAuthorizationSubjectDivisionRoleRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleRequestTimeout 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 NewPostAuthorizationSubjectDivisionRoleRequestTimeout

func NewPostAuthorizationSubjectDivisionRoleRequestTimeout() *PostAuthorizationSubjectDivisionRoleRequestTimeout

NewPostAuthorizationSubjectDivisionRoleRequestTimeout creates a PostAuthorizationSubjectDivisionRoleRequestTimeout with default headers values

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) Error

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) GetPayload

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) IsClientError

IsClientError returns true when this post authorization subject division role request timeout response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) IsCode

IsCode returns true when this post authorization subject division role request timeout response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) IsRedirect

IsRedirect returns true when this post authorization subject division role request timeout response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) IsServerError

IsServerError returns true when this post authorization subject division role request timeout response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) IsSuccess

IsSuccess returns true when this post authorization subject division role request timeout response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleRequestTimeout) String

type PostAuthorizationSubjectDivisionRoleServiceUnavailable

type PostAuthorizationSubjectDivisionRoleServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleServiceUnavailable 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 NewPostAuthorizationSubjectDivisionRoleServiceUnavailable

func NewPostAuthorizationSubjectDivisionRoleServiceUnavailable() *PostAuthorizationSubjectDivisionRoleServiceUnavailable

NewPostAuthorizationSubjectDivisionRoleServiceUnavailable creates a PostAuthorizationSubjectDivisionRoleServiceUnavailable with default headers values

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) Error

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) GetPayload

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) IsClientError

IsClientError returns true when this post authorization subject division role service unavailable response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) IsCode

IsCode returns true when this post authorization subject division role service unavailable response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) IsRedirect

IsRedirect returns true when this post authorization subject division role service unavailable response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) IsServerError

IsServerError returns true when this post authorization subject division role service unavailable response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) IsSuccess

IsSuccess returns true when this post authorization subject division role service unavailable response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleServiceUnavailable) String

type PostAuthorizationSubjectDivisionRoleTooManyRequests

type PostAuthorizationSubjectDivisionRoleTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuthorizationSubjectDivisionRoleTooManyRequests

func NewPostAuthorizationSubjectDivisionRoleTooManyRequests() *PostAuthorizationSubjectDivisionRoleTooManyRequests

NewPostAuthorizationSubjectDivisionRoleTooManyRequests creates a PostAuthorizationSubjectDivisionRoleTooManyRequests with default headers values

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) Error

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) GetPayload

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) IsClientError

IsClientError returns true when this post authorization subject division role too many requests response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) IsCode

IsCode returns true when this post authorization subject division role too many requests response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) IsRedirect

IsRedirect returns true when this post authorization subject division role too many requests response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) IsServerError

IsServerError returns true when this post authorization subject division role too many requests response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) IsSuccess

IsSuccess returns true when this post authorization subject division role too many requests response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleTooManyRequests) String

type PostAuthorizationSubjectDivisionRoleUnauthorized

type PostAuthorizationSubjectDivisionRoleUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuthorizationSubjectDivisionRoleUnauthorized

func NewPostAuthorizationSubjectDivisionRoleUnauthorized() *PostAuthorizationSubjectDivisionRoleUnauthorized

NewPostAuthorizationSubjectDivisionRoleUnauthorized creates a PostAuthorizationSubjectDivisionRoleUnauthorized with default headers values

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) Error

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) GetPayload

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) IsClientError

IsClientError returns true when this post authorization subject division role unauthorized response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) IsCode

IsCode returns true when this post authorization subject division role unauthorized response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) IsRedirect

IsRedirect returns true when this post authorization subject division role unauthorized response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) IsServerError

IsServerError returns true when this post authorization subject division role unauthorized response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) IsSuccess

IsSuccess returns true when this post authorization subject division role unauthorized response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleUnauthorized) String

type PostAuthorizationSubjectDivisionRoleUnsupportedMediaType

type PostAuthorizationSubjectDivisionRoleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuthorizationSubjectDivisionRoleUnsupportedMediaType 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 NewPostAuthorizationSubjectDivisionRoleUnsupportedMediaType

func NewPostAuthorizationSubjectDivisionRoleUnsupportedMediaType() *PostAuthorizationSubjectDivisionRoleUnsupportedMediaType

NewPostAuthorizationSubjectDivisionRoleUnsupportedMediaType creates a PostAuthorizationSubjectDivisionRoleUnsupportedMediaType with default headers values

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) Error

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) GetPayload

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsClientError

IsClientError returns true when this post authorization subject division role unsupported media type response has a 4xx status code

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsCode

IsCode returns true when this post authorization subject division role unsupported media type response a status code equal to that given

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post authorization subject division role unsupported media type response has a 3xx status code

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsServerError

IsServerError returns true when this post authorization subject division role unsupported media type response has a 5xx status code

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post authorization subject division role unsupported media type response has a 2xx status code

func (*PostAuthorizationSubjectDivisionRoleUnsupportedMediaType) String

type PutAuthorizationDivisionBadRequest

type PutAuthorizationDivisionBadRequest struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionBadRequest 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 NewPutAuthorizationDivisionBadRequest

func NewPutAuthorizationDivisionBadRequest() *PutAuthorizationDivisionBadRequest

NewPutAuthorizationDivisionBadRequest creates a PutAuthorizationDivisionBadRequest with default headers values

func (*PutAuthorizationDivisionBadRequest) Error

func (*PutAuthorizationDivisionBadRequest) GetPayload

func (*PutAuthorizationDivisionBadRequest) IsClientError

func (o *PutAuthorizationDivisionBadRequest) IsClientError() bool

IsClientError returns true when this put authorization division bad request response has a 4xx status code

func (*PutAuthorizationDivisionBadRequest) IsCode

IsCode returns true when this put authorization division bad request response a status code equal to that given

func (*PutAuthorizationDivisionBadRequest) IsRedirect

func (o *PutAuthorizationDivisionBadRequest) IsRedirect() bool

IsRedirect returns true when this put authorization division bad request response has a 3xx status code

func (*PutAuthorizationDivisionBadRequest) IsServerError

func (o *PutAuthorizationDivisionBadRequest) IsServerError() bool

IsServerError returns true when this put authorization division bad request response has a 5xx status code

func (*PutAuthorizationDivisionBadRequest) IsSuccess

IsSuccess returns true when this put authorization division bad request response has a 2xx status code

func (*PutAuthorizationDivisionBadRequest) String

type PutAuthorizationDivisionForbidden

type PutAuthorizationDivisionForbidden struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutAuthorizationDivisionForbidden

func NewPutAuthorizationDivisionForbidden() *PutAuthorizationDivisionForbidden

NewPutAuthorizationDivisionForbidden creates a PutAuthorizationDivisionForbidden with default headers values

func (*PutAuthorizationDivisionForbidden) Error

func (*PutAuthorizationDivisionForbidden) GetPayload

func (*PutAuthorizationDivisionForbidden) IsClientError

func (o *PutAuthorizationDivisionForbidden) IsClientError() bool

IsClientError returns true when this put authorization division forbidden response has a 4xx status code

func (*PutAuthorizationDivisionForbidden) IsCode

func (o *PutAuthorizationDivisionForbidden) IsCode(code int) bool

IsCode returns true when this put authorization division forbidden response a status code equal to that given

func (*PutAuthorizationDivisionForbidden) IsRedirect

func (o *PutAuthorizationDivisionForbidden) IsRedirect() bool

IsRedirect returns true when this put authorization division forbidden response has a 3xx status code

func (*PutAuthorizationDivisionForbidden) IsServerError

func (o *PutAuthorizationDivisionForbidden) IsServerError() bool

IsServerError returns true when this put authorization division forbidden response has a 5xx status code

func (*PutAuthorizationDivisionForbidden) IsSuccess

func (o *PutAuthorizationDivisionForbidden) IsSuccess() bool

IsSuccess returns true when this put authorization division forbidden response has a 2xx status code

func (*PutAuthorizationDivisionForbidden) String

type PutAuthorizationDivisionGatewayTimeout

type PutAuthorizationDivisionGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutAuthorizationDivisionGatewayTimeout

func NewPutAuthorizationDivisionGatewayTimeout() *PutAuthorizationDivisionGatewayTimeout

NewPutAuthorizationDivisionGatewayTimeout creates a PutAuthorizationDivisionGatewayTimeout with default headers values

func (*PutAuthorizationDivisionGatewayTimeout) Error

func (*PutAuthorizationDivisionGatewayTimeout) GetPayload

func (*PutAuthorizationDivisionGatewayTimeout) IsClientError

func (o *PutAuthorizationDivisionGatewayTimeout) IsClientError() bool

IsClientError returns true when this put authorization division gateway timeout response has a 4xx status code

func (*PutAuthorizationDivisionGatewayTimeout) IsCode

IsCode returns true when this put authorization division gateway timeout response a status code equal to that given

func (*PutAuthorizationDivisionGatewayTimeout) IsRedirect

IsRedirect returns true when this put authorization division gateway timeout response has a 3xx status code

func (*PutAuthorizationDivisionGatewayTimeout) IsServerError

func (o *PutAuthorizationDivisionGatewayTimeout) IsServerError() bool

IsServerError returns true when this put authorization division gateway timeout response has a 5xx status code

func (*PutAuthorizationDivisionGatewayTimeout) IsSuccess

IsSuccess returns true when this put authorization division gateway timeout response has a 2xx status code

func (*PutAuthorizationDivisionGatewayTimeout) String

type PutAuthorizationDivisionInternalServerError

type PutAuthorizationDivisionInternalServerError struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionInternalServerError 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 NewPutAuthorizationDivisionInternalServerError

func NewPutAuthorizationDivisionInternalServerError() *PutAuthorizationDivisionInternalServerError

NewPutAuthorizationDivisionInternalServerError creates a PutAuthorizationDivisionInternalServerError with default headers values

func (*PutAuthorizationDivisionInternalServerError) Error

func (*PutAuthorizationDivisionInternalServerError) GetPayload

func (*PutAuthorizationDivisionInternalServerError) IsClientError

IsClientError returns true when this put authorization division internal server error response has a 4xx status code

func (*PutAuthorizationDivisionInternalServerError) IsCode

IsCode returns true when this put authorization division internal server error response a status code equal to that given

func (*PutAuthorizationDivisionInternalServerError) IsRedirect

IsRedirect returns true when this put authorization division internal server error response has a 3xx status code

func (*PutAuthorizationDivisionInternalServerError) IsServerError

IsServerError returns true when this put authorization division internal server error response has a 5xx status code

func (*PutAuthorizationDivisionInternalServerError) IsSuccess

IsSuccess returns true when this put authorization division internal server error response has a 2xx status code

func (*PutAuthorizationDivisionInternalServerError) String

type PutAuthorizationDivisionNotFound

type PutAuthorizationDivisionNotFound struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutAuthorizationDivisionNotFound

func NewPutAuthorizationDivisionNotFound() *PutAuthorizationDivisionNotFound

NewPutAuthorizationDivisionNotFound creates a PutAuthorizationDivisionNotFound with default headers values

func (*PutAuthorizationDivisionNotFound) Error

func (*PutAuthorizationDivisionNotFound) GetPayload

func (*PutAuthorizationDivisionNotFound) IsClientError

func (o *PutAuthorizationDivisionNotFound) IsClientError() bool

IsClientError returns true when this put authorization division not found response has a 4xx status code

func (*PutAuthorizationDivisionNotFound) IsCode

func (o *PutAuthorizationDivisionNotFound) IsCode(code int) bool

IsCode returns true when this put authorization division not found response a status code equal to that given

func (*PutAuthorizationDivisionNotFound) IsRedirect

func (o *PutAuthorizationDivisionNotFound) IsRedirect() bool

IsRedirect returns true when this put authorization division not found response has a 3xx status code

func (*PutAuthorizationDivisionNotFound) IsServerError

func (o *PutAuthorizationDivisionNotFound) IsServerError() bool

IsServerError returns true when this put authorization division not found response has a 5xx status code

func (*PutAuthorizationDivisionNotFound) IsSuccess

func (o *PutAuthorizationDivisionNotFound) IsSuccess() bool

IsSuccess returns true when this put authorization division not found response has a 2xx status code

func (*PutAuthorizationDivisionNotFound) String

type PutAuthorizationDivisionOK

type PutAuthorizationDivisionOK struct {
	Payload *models.AuthzDivision
}

PutAuthorizationDivisionOK describes a response with status code 200, with default header values.

successful operation

func NewPutAuthorizationDivisionOK

func NewPutAuthorizationDivisionOK() *PutAuthorizationDivisionOK

NewPutAuthorizationDivisionOK creates a PutAuthorizationDivisionOK with default headers values

func (*PutAuthorizationDivisionOK) Error

func (*PutAuthorizationDivisionOK) GetPayload

func (*PutAuthorizationDivisionOK) IsClientError

func (o *PutAuthorizationDivisionOK) IsClientError() bool

IsClientError returns true when this put authorization division o k response has a 4xx status code

func (*PutAuthorizationDivisionOK) IsCode

func (o *PutAuthorizationDivisionOK) IsCode(code int) bool

IsCode returns true when this put authorization division o k response a status code equal to that given

func (*PutAuthorizationDivisionOK) IsRedirect

func (o *PutAuthorizationDivisionOK) IsRedirect() bool

IsRedirect returns true when this put authorization division o k response has a 3xx status code

func (*PutAuthorizationDivisionOK) IsServerError

func (o *PutAuthorizationDivisionOK) IsServerError() bool

IsServerError returns true when this put authorization division o k response has a 5xx status code

func (*PutAuthorizationDivisionOK) IsSuccess

func (o *PutAuthorizationDivisionOK) IsSuccess() bool

IsSuccess returns true when this put authorization division o k response has a 2xx status code

func (*PutAuthorizationDivisionOK) String

func (o *PutAuthorizationDivisionOK) String() string

type PutAuthorizationDivisionParams

type PutAuthorizationDivisionParams struct {

	/* Body.

	   Updated division data
	*/
	Body *models.AuthzDivision

	/* DivisionID.

	   Division ID
	*/
	DivisionID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAuthorizationDivisionParams contains all the parameters to send to the API endpoint

for the put authorization division operation.

Typically these are written to a http.Request.

func NewPutAuthorizationDivisionParams

func NewPutAuthorizationDivisionParams() *PutAuthorizationDivisionParams

NewPutAuthorizationDivisionParams creates a new PutAuthorizationDivisionParams 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 NewPutAuthorizationDivisionParamsWithContext

func NewPutAuthorizationDivisionParamsWithContext(ctx context.Context) *PutAuthorizationDivisionParams

NewPutAuthorizationDivisionParamsWithContext creates a new PutAuthorizationDivisionParams object with the ability to set a context for a request.

func NewPutAuthorizationDivisionParamsWithHTTPClient

func NewPutAuthorizationDivisionParamsWithHTTPClient(client *http.Client) *PutAuthorizationDivisionParams

NewPutAuthorizationDivisionParamsWithHTTPClient creates a new PutAuthorizationDivisionParams object with the ability to set a custom HTTPClient for a request.

func NewPutAuthorizationDivisionParamsWithTimeout

func NewPutAuthorizationDivisionParamsWithTimeout(timeout time.Duration) *PutAuthorizationDivisionParams

NewPutAuthorizationDivisionParamsWithTimeout creates a new PutAuthorizationDivisionParams object with the ability to set a timeout on a request.

func (*PutAuthorizationDivisionParams) SetBody

SetBody adds the body to the put authorization division params

func (*PutAuthorizationDivisionParams) SetContext

func (o *PutAuthorizationDivisionParams) SetContext(ctx context.Context)

SetContext adds the context to the put authorization division params

func (*PutAuthorizationDivisionParams) SetDefaults

func (o *PutAuthorizationDivisionParams) SetDefaults()

SetDefaults hydrates default values in the put authorization division params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationDivisionParams) SetDivisionID

func (o *PutAuthorizationDivisionParams) SetDivisionID(divisionID string)

SetDivisionID adds the divisionId to the put authorization division params

func (*PutAuthorizationDivisionParams) SetHTTPClient

func (o *PutAuthorizationDivisionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put authorization division params

func (*PutAuthorizationDivisionParams) SetTimeout

func (o *PutAuthorizationDivisionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put authorization division params

func (*PutAuthorizationDivisionParams) WithBody

WithBody adds the body to the put authorization division params

func (*PutAuthorizationDivisionParams) WithContext

WithContext adds the context to the put authorization division params

func (*PutAuthorizationDivisionParams) WithDefaults

WithDefaults hydrates default values in the put authorization division params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationDivisionParams) WithDivisionID

WithDivisionID adds the divisionID to the put authorization division params

func (*PutAuthorizationDivisionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put authorization division params

func (*PutAuthorizationDivisionParams) WithTimeout

WithTimeout adds the timeout to the put authorization division params

func (*PutAuthorizationDivisionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAuthorizationDivisionReader

type PutAuthorizationDivisionReader struct {
	// contains filtered or unexported fields
}

PutAuthorizationDivisionReader is a Reader for the PutAuthorizationDivision structure.

func (*PutAuthorizationDivisionReader) ReadResponse

func (o *PutAuthorizationDivisionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutAuthorizationDivisionRequestEntityTooLarge

type PutAuthorizationDivisionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutAuthorizationDivisionRequestEntityTooLarge

func NewPutAuthorizationDivisionRequestEntityTooLarge() *PutAuthorizationDivisionRequestEntityTooLarge

NewPutAuthorizationDivisionRequestEntityTooLarge creates a PutAuthorizationDivisionRequestEntityTooLarge with default headers values

func (*PutAuthorizationDivisionRequestEntityTooLarge) Error

func (*PutAuthorizationDivisionRequestEntityTooLarge) GetPayload

func (*PutAuthorizationDivisionRequestEntityTooLarge) IsClientError

IsClientError returns true when this put authorization division request entity too large response has a 4xx status code

func (*PutAuthorizationDivisionRequestEntityTooLarge) IsCode

IsCode returns true when this put authorization division request entity too large response a status code equal to that given

func (*PutAuthorizationDivisionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put authorization division request entity too large response has a 3xx status code

func (*PutAuthorizationDivisionRequestEntityTooLarge) IsServerError

IsServerError returns true when this put authorization division request entity too large response has a 5xx status code

func (*PutAuthorizationDivisionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put authorization division request entity too large response has a 2xx status code

func (*PutAuthorizationDivisionRequestEntityTooLarge) String

type PutAuthorizationDivisionRequestTimeout

type PutAuthorizationDivisionRequestTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionRequestTimeout 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 NewPutAuthorizationDivisionRequestTimeout

func NewPutAuthorizationDivisionRequestTimeout() *PutAuthorizationDivisionRequestTimeout

NewPutAuthorizationDivisionRequestTimeout creates a PutAuthorizationDivisionRequestTimeout with default headers values

func (*PutAuthorizationDivisionRequestTimeout) Error

func (*PutAuthorizationDivisionRequestTimeout) GetPayload

func (*PutAuthorizationDivisionRequestTimeout) IsClientError

func (o *PutAuthorizationDivisionRequestTimeout) IsClientError() bool

IsClientError returns true when this put authorization division request timeout response has a 4xx status code

func (*PutAuthorizationDivisionRequestTimeout) IsCode

IsCode returns true when this put authorization division request timeout response a status code equal to that given

func (*PutAuthorizationDivisionRequestTimeout) IsRedirect

IsRedirect returns true when this put authorization division request timeout response has a 3xx status code

func (*PutAuthorizationDivisionRequestTimeout) IsServerError

func (o *PutAuthorizationDivisionRequestTimeout) IsServerError() bool

IsServerError returns true when this put authorization division request timeout response has a 5xx status code

func (*PutAuthorizationDivisionRequestTimeout) IsSuccess

IsSuccess returns true when this put authorization division request timeout response has a 2xx status code

func (*PutAuthorizationDivisionRequestTimeout) String

type PutAuthorizationDivisionServiceUnavailable

type PutAuthorizationDivisionServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionServiceUnavailable 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 NewPutAuthorizationDivisionServiceUnavailable

func NewPutAuthorizationDivisionServiceUnavailable() *PutAuthorizationDivisionServiceUnavailable

NewPutAuthorizationDivisionServiceUnavailable creates a PutAuthorizationDivisionServiceUnavailable with default headers values

func (*PutAuthorizationDivisionServiceUnavailable) Error

func (*PutAuthorizationDivisionServiceUnavailable) GetPayload

func (*PutAuthorizationDivisionServiceUnavailable) IsClientError

IsClientError returns true when this put authorization division service unavailable response has a 4xx status code

func (*PutAuthorizationDivisionServiceUnavailable) IsCode

IsCode returns true when this put authorization division service unavailable response a status code equal to that given

func (*PutAuthorizationDivisionServiceUnavailable) IsRedirect

IsRedirect returns true when this put authorization division service unavailable response has a 3xx status code

func (*PutAuthorizationDivisionServiceUnavailable) IsServerError

IsServerError returns true when this put authorization division service unavailable response has a 5xx status code

func (*PutAuthorizationDivisionServiceUnavailable) IsSuccess

IsSuccess returns true when this put authorization division service unavailable response has a 2xx status code

func (*PutAuthorizationDivisionServiceUnavailable) String

type PutAuthorizationDivisionTooManyRequests

type PutAuthorizationDivisionTooManyRequests struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutAuthorizationDivisionTooManyRequests

func NewPutAuthorizationDivisionTooManyRequests() *PutAuthorizationDivisionTooManyRequests

NewPutAuthorizationDivisionTooManyRequests creates a PutAuthorizationDivisionTooManyRequests with default headers values

func (*PutAuthorizationDivisionTooManyRequests) Error

func (*PutAuthorizationDivisionTooManyRequests) GetPayload

func (*PutAuthorizationDivisionTooManyRequests) IsClientError

func (o *PutAuthorizationDivisionTooManyRequests) IsClientError() bool

IsClientError returns true when this put authorization division too many requests response has a 4xx status code

func (*PutAuthorizationDivisionTooManyRequests) IsCode

IsCode returns true when this put authorization division too many requests response a status code equal to that given

func (*PutAuthorizationDivisionTooManyRequests) IsRedirect

IsRedirect returns true when this put authorization division too many requests response has a 3xx status code

func (*PutAuthorizationDivisionTooManyRequests) IsServerError

func (o *PutAuthorizationDivisionTooManyRequests) IsServerError() bool

IsServerError returns true when this put authorization division too many requests response has a 5xx status code

func (*PutAuthorizationDivisionTooManyRequests) IsSuccess

IsSuccess returns true when this put authorization division too many requests response has a 2xx status code

func (*PutAuthorizationDivisionTooManyRequests) String

type PutAuthorizationDivisionUnauthorized

type PutAuthorizationDivisionUnauthorized struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutAuthorizationDivisionUnauthorized

func NewPutAuthorizationDivisionUnauthorized() *PutAuthorizationDivisionUnauthorized

NewPutAuthorizationDivisionUnauthorized creates a PutAuthorizationDivisionUnauthorized with default headers values

func (*PutAuthorizationDivisionUnauthorized) Error

func (*PutAuthorizationDivisionUnauthorized) GetPayload

func (*PutAuthorizationDivisionUnauthorized) IsClientError

func (o *PutAuthorizationDivisionUnauthorized) IsClientError() bool

IsClientError returns true when this put authorization division unauthorized response has a 4xx status code

func (*PutAuthorizationDivisionUnauthorized) IsCode

IsCode returns true when this put authorization division unauthorized response a status code equal to that given

func (*PutAuthorizationDivisionUnauthorized) IsRedirect

IsRedirect returns true when this put authorization division unauthorized response has a 3xx status code

func (*PutAuthorizationDivisionUnauthorized) IsServerError

func (o *PutAuthorizationDivisionUnauthorized) IsServerError() bool

IsServerError returns true when this put authorization division unauthorized response has a 5xx status code

func (*PutAuthorizationDivisionUnauthorized) IsSuccess

IsSuccess returns true when this put authorization division unauthorized response has a 2xx status code

func (*PutAuthorizationDivisionUnauthorized) String

type PutAuthorizationDivisionUnsupportedMediaType

type PutAuthorizationDivisionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutAuthorizationDivisionUnsupportedMediaType 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 NewPutAuthorizationDivisionUnsupportedMediaType

func NewPutAuthorizationDivisionUnsupportedMediaType() *PutAuthorizationDivisionUnsupportedMediaType

NewPutAuthorizationDivisionUnsupportedMediaType creates a PutAuthorizationDivisionUnsupportedMediaType with default headers values

func (*PutAuthorizationDivisionUnsupportedMediaType) Error

func (*PutAuthorizationDivisionUnsupportedMediaType) GetPayload

func (*PutAuthorizationDivisionUnsupportedMediaType) IsClientError

IsClientError returns true when this put authorization division unsupported media type response has a 4xx status code

func (*PutAuthorizationDivisionUnsupportedMediaType) IsCode

IsCode returns true when this put authorization division unsupported media type response a status code equal to that given

func (*PutAuthorizationDivisionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put authorization division unsupported media type response has a 3xx status code

func (*PutAuthorizationDivisionUnsupportedMediaType) IsServerError

IsServerError returns true when this put authorization division unsupported media type response has a 5xx status code

func (*PutAuthorizationDivisionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put authorization division unsupported media type response has a 2xx status code

func (*PutAuthorizationDivisionUnsupportedMediaType) String

type PutAuthorizationRoleBadRequest

type PutAuthorizationRoleBadRequest struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleBadRequest 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 NewPutAuthorizationRoleBadRequest

func NewPutAuthorizationRoleBadRequest() *PutAuthorizationRoleBadRequest

NewPutAuthorizationRoleBadRequest creates a PutAuthorizationRoleBadRequest with default headers values

func (*PutAuthorizationRoleBadRequest) Error

func (*PutAuthorizationRoleBadRequest) GetPayload

func (*PutAuthorizationRoleBadRequest) IsClientError

func (o *PutAuthorizationRoleBadRequest) IsClientError() bool

IsClientError returns true when this put authorization role bad request response has a 4xx status code

func (*PutAuthorizationRoleBadRequest) IsCode

func (o *PutAuthorizationRoleBadRequest) IsCode(code int) bool

IsCode returns true when this put authorization role bad request response a status code equal to that given

func (*PutAuthorizationRoleBadRequest) IsRedirect

func (o *PutAuthorizationRoleBadRequest) IsRedirect() bool

IsRedirect returns true when this put authorization role bad request response has a 3xx status code

func (*PutAuthorizationRoleBadRequest) IsServerError

func (o *PutAuthorizationRoleBadRequest) IsServerError() bool

IsServerError returns true when this put authorization role bad request response has a 5xx status code

func (*PutAuthorizationRoleBadRequest) IsSuccess

func (o *PutAuthorizationRoleBadRequest) IsSuccess() bool

IsSuccess returns true when this put authorization role bad request response has a 2xx status code

func (*PutAuthorizationRoleBadRequest) String

type PutAuthorizationRoleForbidden

type PutAuthorizationRoleForbidden struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutAuthorizationRoleForbidden

func NewPutAuthorizationRoleForbidden() *PutAuthorizationRoleForbidden

NewPutAuthorizationRoleForbidden creates a PutAuthorizationRoleForbidden with default headers values

func (*PutAuthorizationRoleForbidden) Error

func (*PutAuthorizationRoleForbidden) GetPayload

func (*PutAuthorizationRoleForbidden) IsClientError

func (o *PutAuthorizationRoleForbidden) IsClientError() bool

IsClientError returns true when this put authorization role forbidden response has a 4xx status code

func (*PutAuthorizationRoleForbidden) IsCode

func (o *PutAuthorizationRoleForbidden) IsCode(code int) bool

IsCode returns true when this put authorization role forbidden response a status code equal to that given

func (*PutAuthorizationRoleForbidden) IsRedirect

func (o *PutAuthorizationRoleForbidden) IsRedirect() bool

IsRedirect returns true when this put authorization role forbidden response has a 3xx status code

func (*PutAuthorizationRoleForbidden) IsServerError

func (o *PutAuthorizationRoleForbidden) IsServerError() bool

IsServerError returns true when this put authorization role forbidden response has a 5xx status code

func (*PutAuthorizationRoleForbidden) IsSuccess

func (o *PutAuthorizationRoleForbidden) IsSuccess() bool

IsSuccess returns true when this put authorization role forbidden response has a 2xx status code

func (*PutAuthorizationRoleForbidden) String

type PutAuthorizationRoleGatewayTimeout

type PutAuthorizationRoleGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutAuthorizationRoleGatewayTimeout

func NewPutAuthorizationRoleGatewayTimeout() *PutAuthorizationRoleGatewayTimeout

NewPutAuthorizationRoleGatewayTimeout creates a PutAuthorizationRoleGatewayTimeout with default headers values

func (*PutAuthorizationRoleGatewayTimeout) Error

func (*PutAuthorizationRoleGatewayTimeout) GetPayload

func (*PutAuthorizationRoleGatewayTimeout) IsClientError

func (o *PutAuthorizationRoleGatewayTimeout) IsClientError() bool

IsClientError returns true when this put authorization role gateway timeout response has a 4xx status code

func (*PutAuthorizationRoleGatewayTimeout) IsCode

IsCode returns true when this put authorization role gateway timeout response a status code equal to that given

func (*PutAuthorizationRoleGatewayTimeout) IsRedirect

func (o *PutAuthorizationRoleGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put authorization role gateway timeout response has a 3xx status code

func (*PutAuthorizationRoleGatewayTimeout) IsServerError

func (o *PutAuthorizationRoleGatewayTimeout) IsServerError() bool

IsServerError returns true when this put authorization role gateway timeout response has a 5xx status code

func (*PutAuthorizationRoleGatewayTimeout) IsSuccess

IsSuccess returns true when this put authorization role gateway timeout response has a 2xx status code

func (*PutAuthorizationRoleGatewayTimeout) String

type PutAuthorizationRoleInternalServerError

type PutAuthorizationRoleInternalServerError struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleInternalServerError 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 NewPutAuthorizationRoleInternalServerError

func NewPutAuthorizationRoleInternalServerError() *PutAuthorizationRoleInternalServerError

NewPutAuthorizationRoleInternalServerError creates a PutAuthorizationRoleInternalServerError with default headers values

func (*PutAuthorizationRoleInternalServerError) Error

func (*PutAuthorizationRoleInternalServerError) GetPayload

func (*PutAuthorizationRoleInternalServerError) IsClientError

func (o *PutAuthorizationRoleInternalServerError) IsClientError() bool

IsClientError returns true when this put authorization role internal server error response has a 4xx status code

func (*PutAuthorizationRoleInternalServerError) IsCode

IsCode returns true when this put authorization role internal server error response a status code equal to that given

func (*PutAuthorizationRoleInternalServerError) IsRedirect

IsRedirect returns true when this put authorization role internal server error response has a 3xx status code

func (*PutAuthorizationRoleInternalServerError) IsServerError

func (o *PutAuthorizationRoleInternalServerError) IsServerError() bool

IsServerError returns true when this put authorization role internal server error response has a 5xx status code

func (*PutAuthorizationRoleInternalServerError) IsSuccess

IsSuccess returns true when this put authorization role internal server error response has a 2xx status code

func (*PutAuthorizationRoleInternalServerError) String

type PutAuthorizationRoleNotFound

type PutAuthorizationRoleNotFound struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutAuthorizationRoleNotFound

func NewPutAuthorizationRoleNotFound() *PutAuthorizationRoleNotFound

NewPutAuthorizationRoleNotFound creates a PutAuthorizationRoleNotFound with default headers values

func (*PutAuthorizationRoleNotFound) Error

func (*PutAuthorizationRoleNotFound) GetPayload

func (*PutAuthorizationRoleNotFound) IsClientError

func (o *PutAuthorizationRoleNotFound) IsClientError() bool

IsClientError returns true when this put authorization role not found response has a 4xx status code

func (*PutAuthorizationRoleNotFound) IsCode

func (o *PutAuthorizationRoleNotFound) IsCode(code int) bool

IsCode returns true when this put authorization role not found response a status code equal to that given

func (*PutAuthorizationRoleNotFound) IsRedirect

func (o *PutAuthorizationRoleNotFound) IsRedirect() bool

IsRedirect returns true when this put authorization role not found response has a 3xx status code

func (*PutAuthorizationRoleNotFound) IsServerError

func (o *PutAuthorizationRoleNotFound) IsServerError() bool

IsServerError returns true when this put authorization role not found response has a 5xx status code

func (*PutAuthorizationRoleNotFound) IsSuccess

func (o *PutAuthorizationRoleNotFound) IsSuccess() bool

IsSuccess returns true when this put authorization role not found response has a 2xx status code

func (*PutAuthorizationRoleNotFound) String

type PutAuthorizationRoleOK

type PutAuthorizationRoleOK struct {
	Payload *models.DomainOrganizationRole
}

PutAuthorizationRoleOK describes a response with status code 200, with default header values.

successful operation

func NewPutAuthorizationRoleOK

func NewPutAuthorizationRoleOK() *PutAuthorizationRoleOK

NewPutAuthorizationRoleOK creates a PutAuthorizationRoleOK with default headers values

func (*PutAuthorizationRoleOK) Error

func (o *PutAuthorizationRoleOK) Error() string

func (*PutAuthorizationRoleOK) GetPayload

func (*PutAuthorizationRoleOK) IsClientError

func (o *PutAuthorizationRoleOK) IsClientError() bool

IsClientError returns true when this put authorization role o k response has a 4xx status code

func (*PutAuthorizationRoleOK) IsCode

func (o *PutAuthorizationRoleOK) IsCode(code int) bool

IsCode returns true when this put authorization role o k response a status code equal to that given

func (*PutAuthorizationRoleOK) IsRedirect

func (o *PutAuthorizationRoleOK) IsRedirect() bool

IsRedirect returns true when this put authorization role o k response has a 3xx status code

func (*PutAuthorizationRoleOK) IsServerError

func (o *PutAuthorizationRoleOK) IsServerError() bool

IsServerError returns true when this put authorization role o k response has a 5xx status code

func (*PutAuthorizationRoleOK) IsSuccess

func (o *PutAuthorizationRoleOK) IsSuccess() bool

IsSuccess returns true when this put authorization role o k response has a 2xx status code

func (*PutAuthorizationRoleOK) String

func (o *PutAuthorizationRoleOK) String() string

type PutAuthorizationRoleParams

type PutAuthorizationRoleParams struct {

	/* Body.

	   Organization role
	*/
	Body *models.DomainOrganizationRoleUpdate

	/* RoleID.

	   Role ID
	*/
	RoleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAuthorizationRoleParams contains all the parameters to send to the API endpoint

for the put authorization role operation.

Typically these are written to a http.Request.

func NewPutAuthorizationRoleParams

func NewPutAuthorizationRoleParams() *PutAuthorizationRoleParams

NewPutAuthorizationRoleParams creates a new PutAuthorizationRoleParams 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 NewPutAuthorizationRoleParamsWithContext

func NewPutAuthorizationRoleParamsWithContext(ctx context.Context) *PutAuthorizationRoleParams

NewPutAuthorizationRoleParamsWithContext creates a new PutAuthorizationRoleParams object with the ability to set a context for a request.

func NewPutAuthorizationRoleParamsWithHTTPClient

func NewPutAuthorizationRoleParamsWithHTTPClient(client *http.Client) *PutAuthorizationRoleParams

NewPutAuthorizationRoleParamsWithHTTPClient creates a new PutAuthorizationRoleParams object with the ability to set a custom HTTPClient for a request.

func NewPutAuthorizationRoleParamsWithTimeout

func NewPutAuthorizationRoleParamsWithTimeout(timeout time.Duration) *PutAuthorizationRoleParams

NewPutAuthorizationRoleParamsWithTimeout creates a new PutAuthorizationRoleParams object with the ability to set a timeout on a request.

func (*PutAuthorizationRoleParams) SetBody

SetBody adds the body to the put authorization role params

func (*PutAuthorizationRoleParams) SetContext

func (o *PutAuthorizationRoleParams) SetContext(ctx context.Context)

SetContext adds the context to the put authorization role params

func (*PutAuthorizationRoleParams) SetDefaults

func (o *PutAuthorizationRoleParams) SetDefaults()

SetDefaults hydrates default values in the put authorization role params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRoleParams) SetHTTPClient

func (o *PutAuthorizationRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put authorization role params

func (*PutAuthorizationRoleParams) SetRoleID

func (o *PutAuthorizationRoleParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the put authorization role params

func (*PutAuthorizationRoleParams) SetTimeout

func (o *PutAuthorizationRoleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put authorization role params

func (*PutAuthorizationRoleParams) WithBody

WithBody adds the body to the put authorization role params

func (*PutAuthorizationRoleParams) WithContext

WithContext adds the context to the put authorization role params

func (*PutAuthorizationRoleParams) WithDefaults

WithDefaults hydrates default values in the put authorization role params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put authorization role params

func (*PutAuthorizationRoleParams) WithRoleID

WithRoleID adds the roleID to the put authorization role params

func (*PutAuthorizationRoleParams) WithTimeout

WithTimeout adds the timeout to the put authorization role params

func (*PutAuthorizationRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAuthorizationRoleReader

type PutAuthorizationRoleReader struct {
	// contains filtered or unexported fields
}

PutAuthorizationRoleReader is a Reader for the PutAuthorizationRole structure.

func (*PutAuthorizationRoleReader) ReadResponse

func (o *PutAuthorizationRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutAuthorizationRoleRequestEntityTooLarge

type PutAuthorizationRoleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutAuthorizationRoleRequestEntityTooLarge

func NewPutAuthorizationRoleRequestEntityTooLarge() *PutAuthorizationRoleRequestEntityTooLarge

NewPutAuthorizationRoleRequestEntityTooLarge creates a PutAuthorizationRoleRequestEntityTooLarge with default headers values

func (*PutAuthorizationRoleRequestEntityTooLarge) Error

func (*PutAuthorizationRoleRequestEntityTooLarge) GetPayload

func (*PutAuthorizationRoleRequestEntityTooLarge) IsClientError

IsClientError returns true when this put authorization role request entity too large response has a 4xx status code

func (*PutAuthorizationRoleRequestEntityTooLarge) IsCode

IsCode returns true when this put authorization role request entity too large response a status code equal to that given

func (*PutAuthorizationRoleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put authorization role request entity too large response has a 3xx status code

func (*PutAuthorizationRoleRequestEntityTooLarge) IsServerError

IsServerError returns true when this put authorization role request entity too large response has a 5xx status code

func (*PutAuthorizationRoleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put authorization role request entity too large response has a 2xx status code

func (*PutAuthorizationRoleRequestEntityTooLarge) String

type PutAuthorizationRoleRequestTimeout

type PutAuthorizationRoleRequestTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleRequestTimeout 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 NewPutAuthorizationRoleRequestTimeout

func NewPutAuthorizationRoleRequestTimeout() *PutAuthorizationRoleRequestTimeout

NewPutAuthorizationRoleRequestTimeout creates a PutAuthorizationRoleRequestTimeout with default headers values

func (*PutAuthorizationRoleRequestTimeout) Error

func (*PutAuthorizationRoleRequestTimeout) GetPayload

func (*PutAuthorizationRoleRequestTimeout) IsClientError

func (o *PutAuthorizationRoleRequestTimeout) IsClientError() bool

IsClientError returns true when this put authorization role request timeout response has a 4xx status code

func (*PutAuthorizationRoleRequestTimeout) IsCode

IsCode returns true when this put authorization role request timeout response a status code equal to that given

func (*PutAuthorizationRoleRequestTimeout) IsRedirect

func (o *PutAuthorizationRoleRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put authorization role request timeout response has a 3xx status code

func (*PutAuthorizationRoleRequestTimeout) IsServerError

func (o *PutAuthorizationRoleRequestTimeout) IsServerError() bool

IsServerError returns true when this put authorization role request timeout response has a 5xx status code

func (*PutAuthorizationRoleRequestTimeout) IsSuccess

IsSuccess returns true when this put authorization role request timeout response has a 2xx status code

func (*PutAuthorizationRoleRequestTimeout) String

type PutAuthorizationRoleServiceUnavailable

type PutAuthorizationRoleServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleServiceUnavailable 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 NewPutAuthorizationRoleServiceUnavailable

func NewPutAuthorizationRoleServiceUnavailable() *PutAuthorizationRoleServiceUnavailable

NewPutAuthorizationRoleServiceUnavailable creates a PutAuthorizationRoleServiceUnavailable with default headers values

func (*PutAuthorizationRoleServiceUnavailable) Error

func (*PutAuthorizationRoleServiceUnavailable) GetPayload

func (*PutAuthorizationRoleServiceUnavailable) IsClientError

func (o *PutAuthorizationRoleServiceUnavailable) IsClientError() bool

IsClientError returns true when this put authorization role service unavailable response has a 4xx status code

func (*PutAuthorizationRoleServiceUnavailable) IsCode

IsCode returns true when this put authorization role service unavailable response a status code equal to that given

func (*PutAuthorizationRoleServiceUnavailable) IsRedirect

IsRedirect returns true when this put authorization role service unavailable response has a 3xx status code

func (*PutAuthorizationRoleServiceUnavailable) IsServerError

func (o *PutAuthorizationRoleServiceUnavailable) IsServerError() bool

IsServerError returns true when this put authorization role service unavailable response has a 5xx status code

func (*PutAuthorizationRoleServiceUnavailable) IsSuccess

IsSuccess returns true when this put authorization role service unavailable response has a 2xx status code

func (*PutAuthorizationRoleServiceUnavailable) String

type PutAuthorizationRoleTooManyRequests

type PutAuthorizationRoleTooManyRequests struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutAuthorizationRoleTooManyRequests

func NewPutAuthorizationRoleTooManyRequests() *PutAuthorizationRoleTooManyRequests

NewPutAuthorizationRoleTooManyRequests creates a PutAuthorizationRoleTooManyRequests with default headers values

func (*PutAuthorizationRoleTooManyRequests) Error

func (*PutAuthorizationRoleTooManyRequests) GetPayload

func (*PutAuthorizationRoleTooManyRequests) IsClientError

func (o *PutAuthorizationRoleTooManyRequests) IsClientError() bool

IsClientError returns true when this put authorization role too many requests response has a 4xx status code

func (*PutAuthorizationRoleTooManyRequests) IsCode

IsCode returns true when this put authorization role too many requests response a status code equal to that given

func (*PutAuthorizationRoleTooManyRequests) IsRedirect

func (o *PutAuthorizationRoleTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put authorization role too many requests response has a 3xx status code

func (*PutAuthorizationRoleTooManyRequests) IsServerError

func (o *PutAuthorizationRoleTooManyRequests) IsServerError() bool

IsServerError returns true when this put authorization role too many requests response has a 5xx status code

func (*PutAuthorizationRoleTooManyRequests) IsSuccess

IsSuccess returns true when this put authorization role too many requests response has a 2xx status code

func (*PutAuthorizationRoleTooManyRequests) String

type PutAuthorizationRoleUnauthorized

type PutAuthorizationRoleUnauthorized struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutAuthorizationRoleUnauthorized

func NewPutAuthorizationRoleUnauthorized() *PutAuthorizationRoleUnauthorized

NewPutAuthorizationRoleUnauthorized creates a PutAuthorizationRoleUnauthorized with default headers values

func (*PutAuthorizationRoleUnauthorized) Error

func (*PutAuthorizationRoleUnauthorized) GetPayload

func (*PutAuthorizationRoleUnauthorized) IsClientError

func (o *PutAuthorizationRoleUnauthorized) IsClientError() bool

IsClientError returns true when this put authorization role unauthorized response has a 4xx status code

func (*PutAuthorizationRoleUnauthorized) IsCode

func (o *PutAuthorizationRoleUnauthorized) IsCode(code int) bool

IsCode returns true when this put authorization role unauthorized response a status code equal to that given

func (*PutAuthorizationRoleUnauthorized) IsRedirect

func (o *PutAuthorizationRoleUnauthorized) IsRedirect() bool

IsRedirect returns true when this put authorization role unauthorized response has a 3xx status code

func (*PutAuthorizationRoleUnauthorized) IsServerError

func (o *PutAuthorizationRoleUnauthorized) IsServerError() bool

IsServerError returns true when this put authorization role unauthorized response has a 5xx status code

func (*PutAuthorizationRoleUnauthorized) IsSuccess

func (o *PutAuthorizationRoleUnauthorized) IsSuccess() bool

IsSuccess returns true when this put authorization role unauthorized response has a 2xx status code

func (*PutAuthorizationRoleUnauthorized) String

type PutAuthorizationRoleUnsupportedMediaType

type PutAuthorizationRoleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUnsupportedMediaType 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 NewPutAuthorizationRoleUnsupportedMediaType

func NewPutAuthorizationRoleUnsupportedMediaType() *PutAuthorizationRoleUnsupportedMediaType

NewPutAuthorizationRoleUnsupportedMediaType creates a PutAuthorizationRoleUnsupportedMediaType with default headers values

func (*PutAuthorizationRoleUnsupportedMediaType) Error

func (*PutAuthorizationRoleUnsupportedMediaType) GetPayload

func (*PutAuthorizationRoleUnsupportedMediaType) IsClientError

IsClientError returns true when this put authorization role unsupported media type response has a 4xx status code

func (*PutAuthorizationRoleUnsupportedMediaType) IsCode

IsCode returns true when this put authorization role unsupported media type response a status code equal to that given

func (*PutAuthorizationRoleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put authorization role unsupported media type response has a 3xx status code

func (*PutAuthorizationRoleUnsupportedMediaType) IsServerError

IsServerError returns true when this put authorization role unsupported media type response has a 5xx status code

func (*PutAuthorizationRoleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put authorization role unsupported media type response has a 2xx status code

func (*PutAuthorizationRoleUnsupportedMediaType) String

type PutAuthorizationRoleUsersAddBadRequest

type PutAuthorizationRoleUsersAddBadRequest struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddBadRequest 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 NewPutAuthorizationRoleUsersAddBadRequest

func NewPutAuthorizationRoleUsersAddBadRequest() *PutAuthorizationRoleUsersAddBadRequest

NewPutAuthorizationRoleUsersAddBadRequest creates a PutAuthorizationRoleUsersAddBadRequest with default headers values

func (*PutAuthorizationRoleUsersAddBadRequest) Error

func (*PutAuthorizationRoleUsersAddBadRequest) GetPayload

func (*PutAuthorizationRoleUsersAddBadRequest) IsClientError

func (o *PutAuthorizationRoleUsersAddBadRequest) IsClientError() bool

IsClientError returns true when this put authorization role users add bad request response has a 4xx status code

func (*PutAuthorizationRoleUsersAddBadRequest) IsCode

IsCode returns true when this put authorization role users add bad request response a status code equal to that given

func (*PutAuthorizationRoleUsersAddBadRequest) IsRedirect

IsRedirect returns true when this put authorization role users add bad request response has a 3xx status code

func (*PutAuthorizationRoleUsersAddBadRequest) IsServerError

func (o *PutAuthorizationRoleUsersAddBadRequest) IsServerError() bool

IsServerError returns true when this put authorization role users add bad request response has a 5xx status code

func (*PutAuthorizationRoleUsersAddBadRequest) IsSuccess

IsSuccess returns true when this put authorization role users add bad request response has a 2xx status code

func (*PutAuthorizationRoleUsersAddBadRequest) String

type PutAuthorizationRoleUsersAddForbidden

type PutAuthorizationRoleUsersAddForbidden struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutAuthorizationRoleUsersAddForbidden

func NewPutAuthorizationRoleUsersAddForbidden() *PutAuthorizationRoleUsersAddForbidden

NewPutAuthorizationRoleUsersAddForbidden creates a PutAuthorizationRoleUsersAddForbidden with default headers values

func (*PutAuthorizationRoleUsersAddForbidden) Error

func (*PutAuthorizationRoleUsersAddForbidden) GetPayload

func (*PutAuthorizationRoleUsersAddForbidden) IsClientError

func (o *PutAuthorizationRoleUsersAddForbidden) IsClientError() bool

IsClientError returns true when this put authorization role users add forbidden response has a 4xx status code

func (*PutAuthorizationRoleUsersAddForbidden) IsCode

IsCode returns true when this put authorization role users add forbidden response a status code equal to that given

func (*PutAuthorizationRoleUsersAddForbidden) IsRedirect

IsRedirect returns true when this put authorization role users add forbidden response has a 3xx status code

func (*PutAuthorizationRoleUsersAddForbidden) IsServerError

func (o *PutAuthorizationRoleUsersAddForbidden) IsServerError() bool

IsServerError returns true when this put authorization role users add forbidden response has a 5xx status code

func (*PutAuthorizationRoleUsersAddForbidden) IsSuccess

IsSuccess returns true when this put authorization role users add forbidden response has a 2xx status code

func (*PutAuthorizationRoleUsersAddForbidden) String

type PutAuthorizationRoleUsersAddGatewayTimeout

type PutAuthorizationRoleUsersAddGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutAuthorizationRoleUsersAddGatewayTimeout

func NewPutAuthorizationRoleUsersAddGatewayTimeout() *PutAuthorizationRoleUsersAddGatewayTimeout

NewPutAuthorizationRoleUsersAddGatewayTimeout creates a PutAuthorizationRoleUsersAddGatewayTimeout with default headers values

func (*PutAuthorizationRoleUsersAddGatewayTimeout) Error

func (*PutAuthorizationRoleUsersAddGatewayTimeout) GetPayload

func (*PutAuthorizationRoleUsersAddGatewayTimeout) IsClientError

IsClientError returns true when this put authorization role users add gateway timeout response has a 4xx status code

func (*PutAuthorizationRoleUsersAddGatewayTimeout) IsCode

IsCode returns true when this put authorization role users add gateway timeout response a status code equal to that given

func (*PutAuthorizationRoleUsersAddGatewayTimeout) IsRedirect

IsRedirect returns true when this put authorization role users add gateway timeout response has a 3xx status code

func (*PutAuthorizationRoleUsersAddGatewayTimeout) IsServerError

IsServerError returns true when this put authorization role users add gateway timeout response has a 5xx status code

func (*PutAuthorizationRoleUsersAddGatewayTimeout) IsSuccess

IsSuccess returns true when this put authorization role users add gateway timeout response has a 2xx status code

func (*PutAuthorizationRoleUsersAddGatewayTimeout) String

type PutAuthorizationRoleUsersAddInternalServerError

type PutAuthorizationRoleUsersAddInternalServerError struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddInternalServerError 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 NewPutAuthorizationRoleUsersAddInternalServerError

func NewPutAuthorizationRoleUsersAddInternalServerError() *PutAuthorizationRoleUsersAddInternalServerError

NewPutAuthorizationRoleUsersAddInternalServerError creates a PutAuthorizationRoleUsersAddInternalServerError with default headers values

func (*PutAuthorizationRoleUsersAddInternalServerError) Error

func (*PutAuthorizationRoleUsersAddInternalServerError) GetPayload

func (*PutAuthorizationRoleUsersAddInternalServerError) IsClientError

IsClientError returns true when this put authorization role users add internal server error response has a 4xx status code

func (*PutAuthorizationRoleUsersAddInternalServerError) IsCode

IsCode returns true when this put authorization role users add internal server error response a status code equal to that given

func (*PutAuthorizationRoleUsersAddInternalServerError) IsRedirect

IsRedirect returns true when this put authorization role users add internal server error response has a 3xx status code

func (*PutAuthorizationRoleUsersAddInternalServerError) IsServerError

IsServerError returns true when this put authorization role users add internal server error response has a 5xx status code

func (*PutAuthorizationRoleUsersAddInternalServerError) IsSuccess

IsSuccess returns true when this put authorization role users add internal server error response has a 2xx status code

func (*PutAuthorizationRoleUsersAddInternalServerError) String

type PutAuthorizationRoleUsersAddNotFound

type PutAuthorizationRoleUsersAddNotFound struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutAuthorizationRoleUsersAddNotFound

func NewPutAuthorizationRoleUsersAddNotFound() *PutAuthorizationRoleUsersAddNotFound

NewPutAuthorizationRoleUsersAddNotFound creates a PutAuthorizationRoleUsersAddNotFound with default headers values

func (*PutAuthorizationRoleUsersAddNotFound) Error

func (*PutAuthorizationRoleUsersAddNotFound) GetPayload

func (*PutAuthorizationRoleUsersAddNotFound) IsClientError

func (o *PutAuthorizationRoleUsersAddNotFound) IsClientError() bool

IsClientError returns true when this put authorization role users add not found response has a 4xx status code

func (*PutAuthorizationRoleUsersAddNotFound) IsCode

IsCode returns true when this put authorization role users add not found response a status code equal to that given

func (*PutAuthorizationRoleUsersAddNotFound) IsRedirect

IsRedirect returns true when this put authorization role users add not found response has a 3xx status code

func (*PutAuthorizationRoleUsersAddNotFound) IsServerError

func (o *PutAuthorizationRoleUsersAddNotFound) IsServerError() bool

IsServerError returns true when this put authorization role users add not found response has a 5xx status code

func (*PutAuthorizationRoleUsersAddNotFound) IsSuccess

IsSuccess returns true when this put authorization role users add not found response has a 2xx status code

func (*PutAuthorizationRoleUsersAddNotFound) String

type PutAuthorizationRoleUsersAddOK

type PutAuthorizationRoleUsersAddOK struct {
	Payload []string
}

PutAuthorizationRoleUsersAddOK describes a response with status code 200, with default header values.

successful operation

func NewPutAuthorizationRoleUsersAddOK

func NewPutAuthorizationRoleUsersAddOK() *PutAuthorizationRoleUsersAddOK

NewPutAuthorizationRoleUsersAddOK creates a PutAuthorizationRoleUsersAddOK with default headers values

func (*PutAuthorizationRoleUsersAddOK) Error

func (*PutAuthorizationRoleUsersAddOK) GetPayload

func (o *PutAuthorizationRoleUsersAddOK) GetPayload() []string

func (*PutAuthorizationRoleUsersAddOK) IsClientError

func (o *PutAuthorizationRoleUsersAddOK) IsClientError() bool

IsClientError returns true when this put authorization role users add o k response has a 4xx status code

func (*PutAuthorizationRoleUsersAddOK) IsCode

func (o *PutAuthorizationRoleUsersAddOK) IsCode(code int) bool

IsCode returns true when this put authorization role users add o k response a status code equal to that given

func (*PutAuthorizationRoleUsersAddOK) IsRedirect

func (o *PutAuthorizationRoleUsersAddOK) IsRedirect() bool

IsRedirect returns true when this put authorization role users add o k response has a 3xx status code

func (*PutAuthorizationRoleUsersAddOK) IsServerError

func (o *PutAuthorizationRoleUsersAddOK) IsServerError() bool

IsServerError returns true when this put authorization role users add o k response has a 5xx status code

func (*PutAuthorizationRoleUsersAddOK) IsSuccess

func (o *PutAuthorizationRoleUsersAddOK) IsSuccess() bool

IsSuccess returns true when this put authorization role users add o k response has a 2xx status code

func (*PutAuthorizationRoleUsersAddOK) String

type PutAuthorizationRoleUsersAddParams

type PutAuthorizationRoleUsersAddParams struct {

	/* Body.

	   List of user IDs
	*/
	Body []string

	/* RoleID.

	   Role ID
	*/
	RoleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAuthorizationRoleUsersAddParams contains all the parameters to send to the API endpoint

for the put authorization role users add operation.

Typically these are written to a http.Request.

func NewPutAuthorizationRoleUsersAddParams

func NewPutAuthorizationRoleUsersAddParams() *PutAuthorizationRoleUsersAddParams

NewPutAuthorizationRoleUsersAddParams creates a new PutAuthorizationRoleUsersAddParams 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 NewPutAuthorizationRoleUsersAddParamsWithContext

func NewPutAuthorizationRoleUsersAddParamsWithContext(ctx context.Context) *PutAuthorizationRoleUsersAddParams

NewPutAuthorizationRoleUsersAddParamsWithContext creates a new PutAuthorizationRoleUsersAddParams object with the ability to set a context for a request.

func NewPutAuthorizationRoleUsersAddParamsWithHTTPClient

func NewPutAuthorizationRoleUsersAddParamsWithHTTPClient(client *http.Client) *PutAuthorizationRoleUsersAddParams

NewPutAuthorizationRoleUsersAddParamsWithHTTPClient creates a new PutAuthorizationRoleUsersAddParams object with the ability to set a custom HTTPClient for a request.

func NewPutAuthorizationRoleUsersAddParamsWithTimeout

func NewPutAuthorizationRoleUsersAddParamsWithTimeout(timeout time.Duration) *PutAuthorizationRoleUsersAddParams

NewPutAuthorizationRoleUsersAddParamsWithTimeout creates a new PutAuthorizationRoleUsersAddParams object with the ability to set a timeout on a request.

func (*PutAuthorizationRoleUsersAddParams) SetBody

func (o *PutAuthorizationRoleUsersAddParams) SetBody(body []string)

SetBody adds the body to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) SetContext

SetContext adds the context to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) SetDefaults

func (o *PutAuthorizationRoleUsersAddParams) SetDefaults()

SetDefaults hydrates default values in the put authorization role users add params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRoleUsersAddParams) SetHTTPClient

func (o *PutAuthorizationRoleUsersAddParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) SetRoleID

func (o *PutAuthorizationRoleUsersAddParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) SetTimeout

func (o *PutAuthorizationRoleUsersAddParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) WithBody

WithBody adds the body to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) WithContext

WithContext adds the context to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) WithDefaults

WithDefaults hydrates default values in the put authorization role users add params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRoleUsersAddParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) WithRoleID

WithRoleID adds the roleID to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) WithTimeout

WithTimeout adds the timeout to the put authorization role users add params

func (*PutAuthorizationRoleUsersAddParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAuthorizationRoleUsersAddReader

type PutAuthorizationRoleUsersAddReader struct {
	// contains filtered or unexported fields
}

PutAuthorizationRoleUsersAddReader is a Reader for the PutAuthorizationRoleUsersAdd structure.

func (*PutAuthorizationRoleUsersAddReader) ReadResponse

func (o *PutAuthorizationRoleUsersAddReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutAuthorizationRoleUsersAddRequestEntityTooLarge

type PutAuthorizationRoleUsersAddRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutAuthorizationRoleUsersAddRequestEntityTooLarge

func NewPutAuthorizationRoleUsersAddRequestEntityTooLarge() *PutAuthorizationRoleUsersAddRequestEntityTooLarge

NewPutAuthorizationRoleUsersAddRequestEntityTooLarge creates a PutAuthorizationRoleUsersAddRequestEntityTooLarge with default headers values

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) Error

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) GetPayload

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) IsClientError

IsClientError returns true when this put authorization role users add request entity too large response has a 4xx status code

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) IsCode

IsCode returns true when this put authorization role users add request entity too large response a status code equal to that given

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put authorization role users add request entity too large response has a 3xx status code

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) IsServerError

IsServerError returns true when this put authorization role users add request entity too large response has a 5xx status code

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put authorization role users add request entity too large response has a 2xx status code

func (*PutAuthorizationRoleUsersAddRequestEntityTooLarge) String

type PutAuthorizationRoleUsersAddRequestTimeout

type PutAuthorizationRoleUsersAddRequestTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddRequestTimeout 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 NewPutAuthorizationRoleUsersAddRequestTimeout

func NewPutAuthorizationRoleUsersAddRequestTimeout() *PutAuthorizationRoleUsersAddRequestTimeout

NewPutAuthorizationRoleUsersAddRequestTimeout creates a PutAuthorizationRoleUsersAddRequestTimeout with default headers values

func (*PutAuthorizationRoleUsersAddRequestTimeout) Error

func (*PutAuthorizationRoleUsersAddRequestTimeout) GetPayload

func (*PutAuthorizationRoleUsersAddRequestTimeout) IsClientError

IsClientError returns true when this put authorization role users add request timeout response has a 4xx status code

func (*PutAuthorizationRoleUsersAddRequestTimeout) IsCode

IsCode returns true when this put authorization role users add request timeout response a status code equal to that given

func (*PutAuthorizationRoleUsersAddRequestTimeout) IsRedirect

IsRedirect returns true when this put authorization role users add request timeout response has a 3xx status code

func (*PutAuthorizationRoleUsersAddRequestTimeout) IsServerError

IsServerError returns true when this put authorization role users add request timeout response has a 5xx status code

func (*PutAuthorizationRoleUsersAddRequestTimeout) IsSuccess

IsSuccess returns true when this put authorization role users add request timeout response has a 2xx status code

func (*PutAuthorizationRoleUsersAddRequestTimeout) String

type PutAuthorizationRoleUsersAddServiceUnavailable

type PutAuthorizationRoleUsersAddServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddServiceUnavailable 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 NewPutAuthorizationRoleUsersAddServiceUnavailable

func NewPutAuthorizationRoleUsersAddServiceUnavailable() *PutAuthorizationRoleUsersAddServiceUnavailable

NewPutAuthorizationRoleUsersAddServiceUnavailable creates a PutAuthorizationRoleUsersAddServiceUnavailable with default headers values

func (*PutAuthorizationRoleUsersAddServiceUnavailable) Error

func (*PutAuthorizationRoleUsersAddServiceUnavailable) GetPayload

func (*PutAuthorizationRoleUsersAddServiceUnavailable) IsClientError

IsClientError returns true when this put authorization role users add service unavailable response has a 4xx status code

func (*PutAuthorizationRoleUsersAddServiceUnavailable) IsCode

IsCode returns true when this put authorization role users add service unavailable response a status code equal to that given

func (*PutAuthorizationRoleUsersAddServiceUnavailable) IsRedirect

IsRedirect returns true when this put authorization role users add service unavailable response has a 3xx status code

func (*PutAuthorizationRoleUsersAddServiceUnavailable) IsServerError

IsServerError returns true when this put authorization role users add service unavailable response has a 5xx status code

func (*PutAuthorizationRoleUsersAddServiceUnavailable) IsSuccess

IsSuccess returns true when this put authorization role users add service unavailable response has a 2xx status code

func (*PutAuthorizationRoleUsersAddServiceUnavailable) String

type PutAuthorizationRoleUsersAddTooManyRequests

type PutAuthorizationRoleUsersAddTooManyRequests struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutAuthorizationRoleUsersAddTooManyRequests

func NewPutAuthorizationRoleUsersAddTooManyRequests() *PutAuthorizationRoleUsersAddTooManyRequests

NewPutAuthorizationRoleUsersAddTooManyRequests creates a PutAuthorizationRoleUsersAddTooManyRequests with default headers values

func (*PutAuthorizationRoleUsersAddTooManyRequests) Error

func (*PutAuthorizationRoleUsersAddTooManyRequests) GetPayload

func (*PutAuthorizationRoleUsersAddTooManyRequests) IsClientError

IsClientError returns true when this put authorization role users add too many requests response has a 4xx status code

func (*PutAuthorizationRoleUsersAddTooManyRequests) IsCode

IsCode returns true when this put authorization role users add too many requests response a status code equal to that given

func (*PutAuthorizationRoleUsersAddTooManyRequests) IsRedirect

IsRedirect returns true when this put authorization role users add too many requests response has a 3xx status code

func (*PutAuthorizationRoleUsersAddTooManyRequests) IsServerError

IsServerError returns true when this put authorization role users add too many requests response has a 5xx status code

func (*PutAuthorizationRoleUsersAddTooManyRequests) IsSuccess

IsSuccess returns true when this put authorization role users add too many requests response has a 2xx status code

func (*PutAuthorizationRoleUsersAddTooManyRequests) String

type PutAuthorizationRoleUsersAddUnauthorized

type PutAuthorizationRoleUsersAddUnauthorized struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutAuthorizationRoleUsersAddUnauthorized

func NewPutAuthorizationRoleUsersAddUnauthorized() *PutAuthorizationRoleUsersAddUnauthorized

NewPutAuthorizationRoleUsersAddUnauthorized creates a PutAuthorizationRoleUsersAddUnauthorized with default headers values

func (*PutAuthorizationRoleUsersAddUnauthorized) Error

func (*PutAuthorizationRoleUsersAddUnauthorized) GetPayload

func (*PutAuthorizationRoleUsersAddUnauthorized) IsClientError

IsClientError returns true when this put authorization role users add unauthorized response has a 4xx status code

func (*PutAuthorizationRoleUsersAddUnauthorized) IsCode

IsCode returns true when this put authorization role users add unauthorized response a status code equal to that given

func (*PutAuthorizationRoleUsersAddUnauthorized) IsRedirect

IsRedirect returns true when this put authorization role users add unauthorized response has a 3xx status code

func (*PutAuthorizationRoleUsersAddUnauthorized) IsServerError

IsServerError returns true when this put authorization role users add unauthorized response has a 5xx status code

func (*PutAuthorizationRoleUsersAddUnauthorized) IsSuccess

IsSuccess returns true when this put authorization role users add unauthorized response has a 2xx status code

func (*PutAuthorizationRoleUsersAddUnauthorized) String

type PutAuthorizationRoleUsersAddUnsupportedMediaType

type PutAuthorizationRoleUsersAddUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersAddUnsupportedMediaType 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 NewPutAuthorizationRoleUsersAddUnsupportedMediaType

func NewPutAuthorizationRoleUsersAddUnsupportedMediaType() *PutAuthorizationRoleUsersAddUnsupportedMediaType

NewPutAuthorizationRoleUsersAddUnsupportedMediaType creates a PutAuthorizationRoleUsersAddUnsupportedMediaType with default headers values

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) Error

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) GetPayload

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) IsClientError

IsClientError returns true when this put authorization role users add unsupported media type response has a 4xx status code

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) IsCode

IsCode returns true when this put authorization role users add unsupported media type response a status code equal to that given

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put authorization role users add unsupported media type response has a 3xx status code

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) IsServerError

IsServerError returns true when this put authorization role users add unsupported media type response has a 5xx status code

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put authorization role users add unsupported media type response has a 2xx status code

func (*PutAuthorizationRoleUsersAddUnsupportedMediaType) String

type PutAuthorizationRoleUsersRemoveBadRequest

type PutAuthorizationRoleUsersRemoveBadRequest struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveBadRequest 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 NewPutAuthorizationRoleUsersRemoveBadRequest

func NewPutAuthorizationRoleUsersRemoveBadRequest() *PutAuthorizationRoleUsersRemoveBadRequest

NewPutAuthorizationRoleUsersRemoveBadRequest creates a PutAuthorizationRoleUsersRemoveBadRequest with default headers values

func (*PutAuthorizationRoleUsersRemoveBadRequest) Error

func (*PutAuthorizationRoleUsersRemoveBadRequest) GetPayload

func (*PutAuthorizationRoleUsersRemoveBadRequest) IsClientError

IsClientError returns true when this put authorization role users remove bad request response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveBadRequest) IsCode

IsCode returns true when this put authorization role users remove bad request response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveBadRequest) IsRedirect

IsRedirect returns true when this put authorization role users remove bad request response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveBadRequest) IsServerError

IsServerError returns true when this put authorization role users remove bad request response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveBadRequest) IsSuccess

IsSuccess returns true when this put authorization role users remove bad request response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveBadRequest) String

type PutAuthorizationRoleUsersRemoveForbidden

type PutAuthorizationRoleUsersRemoveForbidden struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutAuthorizationRoleUsersRemoveForbidden

func NewPutAuthorizationRoleUsersRemoveForbidden() *PutAuthorizationRoleUsersRemoveForbidden

NewPutAuthorizationRoleUsersRemoveForbidden creates a PutAuthorizationRoleUsersRemoveForbidden with default headers values

func (*PutAuthorizationRoleUsersRemoveForbidden) Error

func (*PutAuthorizationRoleUsersRemoveForbidden) GetPayload

func (*PutAuthorizationRoleUsersRemoveForbidden) IsClientError

IsClientError returns true when this put authorization role users remove forbidden response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveForbidden) IsCode

IsCode returns true when this put authorization role users remove forbidden response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveForbidden) IsRedirect

IsRedirect returns true when this put authorization role users remove forbidden response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveForbidden) IsServerError

IsServerError returns true when this put authorization role users remove forbidden response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveForbidden) IsSuccess

IsSuccess returns true when this put authorization role users remove forbidden response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveForbidden) String

type PutAuthorizationRoleUsersRemoveGatewayTimeout

type PutAuthorizationRoleUsersRemoveGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutAuthorizationRoleUsersRemoveGatewayTimeout

func NewPutAuthorizationRoleUsersRemoveGatewayTimeout() *PutAuthorizationRoleUsersRemoveGatewayTimeout

NewPutAuthorizationRoleUsersRemoveGatewayTimeout creates a PutAuthorizationRoleUsersRemoveGatewayTimeout with default headers values

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) Error

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) GetPayload

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) IsClientError

IsClientError returns true when this put authorization role users remove gateway timeout response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) IsCode

IsCode returns true when this put authorization role users remove gateway timeout response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) IsRedirect

IsRedirect returns true when this put authorization role users remove gateway timeout response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) IsServerError

IsServerError returns true when this put authorization role users remove gateway timeout response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) IsSuccess

IsSuccess returns true when this put authorization role users remove gateway timeout response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveGatewayTimeout) String

type PutAuthorizationRoleUsersRemoveInternalServerError

type PutAuthorizationRoleUsersRemoveInternalServerError struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveInternalServerError 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 NewPutAuthorizationRoleUsersRemoveInternalServerError

func NewPutAuthorizationRoleUsersRemoveInternalServerError() *PutAuthorizationRoleUsersRemoveInternalServerError

NewPutAuthorizationRoleUsersRemoveInternalServerError creates a PutAuthorizationRoleUsersRemoveInternalServerError with default headers values

func (*PutAuthorizationRoleUsersRemoveInternalServerError) Error

func (*PutAuthorizationRoleUsersRemoveInternalServerError) GetPayload

func (*PutAuthorizationRoleUsersRemoveInternalServerError) IsClientError

IsClientError returns true when this put authorization role users remove internal server error response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveInternalServerError) IsCode

IsCode returns true when this put authorization role users remove internal server error response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveInternalServerError) IsRedirect

IsRedirect returns true when this put authorization role users remove internal server error response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveInternalServerError) IsServerError

IsServerError returns true when this put authorization role users remove internal server error response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveInternalServerError) IsSuccess

IsSuccess returns true when this put authorization role users remove internal server error response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveInternalServerError) String

type PutAuthorizationRoleUsersRemoveNotFound

type PutAuthorizationRoleUsersRemoveNotFound struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutAuthorizationRoleUsersRemoveNotFound

func NewPutAuthorizationRoleUsersRemoveNotFound() *PutAuthorizationRoleUsersRemoveNotFound

NewPutAuthorizationRoleUsersRemoveNotFound creates a PutAuthorizationRoleUsersRemoveNotFound with default headers values

func (*PutAuthorizationRoleUsersRemoveNotFound) Error

func (*PutAuthorizationRoleUsersRemoveNotFound) GetPayload

func (*PutAuthorizationRoleUsersRemoveNotFound) IsClientError

func (o *PutAuthorizationRoleUsersRemoveNotFound) IsClientError() bool

IsClientError returns true when this put authorization role users remove not found response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveNotFound) IsCode

IsCode returns true when this put authorization role users remove not found response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveNotFound) IsRedirect

IsRedirect returns true when this put authorization role users remove not found response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveNotFound) IsServerError

func (o *PutAuthorizationRoleUsersRemoveNotFound) IsServerError() bool

IsServerError returns true when this put authorization role users remove not found response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveNotFound) IsSuccess

IsSuccess returns true when this put authorization role users remove not found response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveNotFound) String

type PutAuthorizationRoleUsersRemoveOK

type PutAuthorizationRoleUsersRemoveOK struct {
	Payload []string
}

PutAuthorizationRoleUsersRemoveOK describes a response with status code 200, with default header values.

successful operation

func NewPutAuthorizationRoleUsersRemoveOK

func NewPutAuthorizationRoleUsersRemoveOK() *PutAuthorizationRoleUsersRemoveOK

NewPutAuthorizationRoleUsersRemoveOK creates a PutAuthorizationRoleUsersRemoveOK with default headers values

func (*PutAuthorizationRoleUsersRemoveOK) Error

func (*PutAuthorizationRoleUsersRemoveOK) GetPayload

func (o *PutAuthorizationRoleUsersRemoveOK) GetPayload() []string

func (*PutAuthorizationRoleUsersRemoveOK) IsClientError

func (o *PutAuthorizationRoleUsersRemoveOK) IsClientError() bool

IsClientError returns true when this put authorization role users remove o k response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveOK) IsCode

func (o *PutAuthorizationRoleUsersRemoveOK) IsCode(code int) bool

IsCode returns true when this put authorization role users remove o k response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveOK) IsRedirect

func (o *PutAuthorizationRoleUsersRemoveOK) IsRedirect() bool

IsRedirect returns true when this put authorization role users remove o k response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveOK) IsServerError

func (o *PutAuthorizationRoleUsersRemoveOK) IsServerError() bool

IsServerError returns true when this put authorization role users remove o k response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveOK) IsSuccess

func (o *PutAuthorizationRoleUsersRemoveOK) IsSuccess() bool

IsSuccess returns true when this put authorization role users remove o k response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveOK) String

type PutAuthorizationRoleUsersRemoveParams

type PutAuthorizationRoleUsersRemoveParams struct {

	/* Body.

	   List of user IDs
	*/
	Body []string

	/* RoleID.

	   Role ID
	*/
	RoleID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAuthorizationRoleUsersRemoveParams contains all the parameters to send to the API endpoint

for the put authorization role users remove operation.

Typically these are written to a http.Request.

func NewPutAuthorizationRoleUsersRemoveParams

func NewPutAuthorizationRoleUsersRemoveParams() *PutAuthorizationRoleUsersRemoveParams

NewPutAuthorizationRoleUsersRemoveParams creates a new PutAuthorizationRoleUsersRemoveParams 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 NewPutAuthorizationRoleUsersRemoveParamsWithContext

func NewPutAuthorizationRoleUsersRemoveParamsWithContext(ctx context.Context) *PutAuthorizationRoleUsersRemoveParams

NewPutAuthorizationRoleUsersRemoveParamsWithContext creates a new PutAuthorizationRoleUsersRemoveParams object with the ability to set a context for a request.

func NewPutAuthorizationRoleUsersRemoveParamsWithHTTPClient

func NewPutAuthorizationRoleUsersRemoveParamsWithHTTPClient(client *http.Client) *PutAuthorizationRoleUsersRemoveParams

NewPutAuthorizationRoleUsersRemoveParamsWithHTTPClient creates a new PutAuthorizationRoleUsersRemoveParams object with the ability to set a custom HTTPClient for a request.

func NewPutAuthorizationRoleUsersRemoveParamsWithTimeout

func NewPutAuthorizationRoleUsersRemoveParamsWithTimeout(timeout time.Duration) *PutAuthorizationRoleUsersRemoveParams

NewPutAuthorizationRoleUsersRemoveParamsWithTimeout creates a new PutAuthorizationRoleUsersRemoveParams object with the ability to set a timeout on a request.

func (*PutAuthorizationRoleUsersRemoveParams) SetBody

func (o *PutAuthorizationRoleUsersRemoveParams) SetBody(body []string)

SetBody adds the body to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) SetContext

SetContext adds the context to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) SetDefaults

func (o *PutAuthorizationRoleUsersRemoveParams) SetDefaults()

SetDefaults hydrates default values in the put authorization role users remove params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRoleUsersRemoveParams) SetHTTPClient

func (o *PutAuthorizationRoleUsersRemoveParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) SetRoleID

func (o *PutAuthorizationRoleUsersRemoveParams) SetRoleID(roleID string)

SetRoleID adds the roleId to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) SetTimeout

func (o *PutAuthorizationRoleUsersRemoveParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) WithBody

WithBody adds the body to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) WithContext

WithContext adds the context to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) WithDefaults

WithDefaults hydrates default values in the put authorization role users remove params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRoleUsersRemoveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) WithRoleID

WithRoleID adds the roleID to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) WithTimeout

WithTimeout adds the timeout to the put authorization role users remove params

func (*PutAuthorizationRoleUsersRemoveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAuthorizationRoleUsersRemoveReader

type PutAuthorizationRoleUsersRemoveReader struct {
	// contains filtered or unexported fields
}

PutAuthorizationRoleUsersRemoveReader is a Reader for the PutAuthorizationRoleUsersRemove structure.

func (*PutAuthorizationRoleUsersRemoveReader) ReadResponse

func (o *PutAuthorizationRoleUsersRemoveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutAuthorizationRoleUsersRemoveRequestEntityTooLarge

type PutAuthorizationRoleUsersRemoveRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutAuthorizationRoleUsersRemoveRequestEntityTooLarge

func NewPutAuthorizationRoleUsersRemoveRequestEntityTooLarge() *PutAuthorizationRoleUsersRemoveRequestEntityTooLarge

NewPutAuthorizationRoleUsersRemoveRequestEntityTooLarge creates a PutAuthorizationRoleUsersRemoveRequestEntityTooLarge with default headers values

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) Error

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) GetPayload

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) IsClientError

IsClientError returns true when this put authorization role users remove request entity too large response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) IsCode

IsCode returns true when this put authorization role users remove request entity too large response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put authorization role users remove request entity too large response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) IsServerError

IsServerError returns true when this put authorization role users remove request entity too large response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put authorization role users remove request entity too large response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveRequestEntityTooLarge) String

type PutAuthorizationRoleUsersRemoveRequestTimeout

type PutAuthorizationRoleUsersRemoveRequestTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveRequestTimeout 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 NewPutAuthorizationRoleUsersRemoveRequestTimeout

func NewPutAuthorizationRoleUsersRemoveRequestTimeout() *PutAuthorizationRoleUsersRemoveRequestTimeout

NewPutAuthorizationRoleUsersRemoveRequestTimeout creates a PutAuthorizationRoleUsersRemoveRequestTimeout with default headers values

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) Error

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) GetPayload

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) IsClientError

IsClientError returns true when this put authorization role users remove request timeout response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) IsCode

IsCode returns true when this put authorization role users remove request timeout response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) IsRedirect

IsRedirect returns true when this put authorization role users remove request timeout response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) IsServerError

IsServerError returns true when this put authorization role users remove request timeout response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) IsSuccess

IsSuccess returns true when this put authorization role users remove request timeout response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveRequestTimeout) String

type PutAuthorizationRoleUsersRemoveServiceUnavailable

type PutAuthorizationRoleUsersRemoveServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveServiceUnavailable 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 NewPutAuthorizationRoleUsersRemoveServiceUnavailable

func NewPutAuthorizationRoleUsersRemoveServiceUnavailable() *PutAuthorizationRoleUsersRemoveServiceUnavailable

NewPutAuthorizationRoleUsersRemoveServiceUnavailable creates a PutAuthorizationRoleUsersRemoveServiceUnavailable with default headers values

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) Error

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) GetPayload

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) IsClientError

IsClientError returns true when this put authorization role users remove service unavailable response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) IsCode

IsCode returns true when this put authorization role users remove service unavailable response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) IsRedirect

IsRedirect returns true when this put authorization role users remove service unavailable response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) IsServerError

IsServerError returns true when this put authorization role users remove service unavailable response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) IsSuccess

IsSuccess returns true when this put authorization role users remove service unavailable response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveServiceUnavailable) String

type PutAuthorizationRoleUsersRemoveTooManyRequests

type PutAuthorizationRoleUsersRemoveTooManyRequests struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutAuthorizationRoleUsersRemoveTooManyRequests

func NewPutAuthorizationRoleUsersRemoveTooManyRequests() *PutAuthorizationRoleUsersRemoveTooManyRequests

NewPutAuthorizationRoleUsersRemoveTooManyRequests creates a PutAuthorizationRoleUsersRemoveTooManyRequests with default headers values

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) Error

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) GetPayload

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) IsClientError

IsClientError returns true when this put authorization role users remove too many requests response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) IsCode

IsCode returns true when this put authorization role users remove too many requests response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) IsRedirect

IsRedirect returns true when this put authorization role users remove too many requests response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) IsServerError

IsServerError returns true when this put authorization role users remove too many requests response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) IsSuccess

IsSuccess returns true when this put authorization role users remove too many requests response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveTooManyRequests) String

type PutAuthorizationRoleUsersRemoveUnauthorized

type PutAuthorizationRoleUsersRemoveUnauthorized struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutAuthorizationRoleUsersRemoveUnauthorized

func NewPutAuthorizationRoleUsersRemoveUnauthorized() *PutAuthorizationRoleUsersRemoveUnauthorized

NewPutAuthorizationRoleUsersRemoveUnauthorized creates a PutAuthorizationRoleUsersRemoveUnauthorized with default headers values

func (*PutAuthorizationRoleUsersRemoveUnauthorized) Error

func (*PutAuthorizationRoleUsersRemoveUnauthorized) GetPayload

func (*PutAuthorizationRoleUsersRemoveUnauthorized) IsClientError

IsClientError returns true when this put authorization role users remove unauthorized response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveUnauthorized) IsCode

IsCode returns true when this put authorization role users remove unauthorized response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveUnauthorized) IsRedirect

IsRedirect returns true when this put authorization role users remove unauthorized response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveUnauthorized) IsServerError

IsServerError returns true when this put authorization role users remove unauthorized response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveUnauthorized) IsSuccess

IsSuccess returns true when this put authorization role users remove unauthorized response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveUnauthorized) String

type PutAuthorizationRoleUsersRemoveUnsupportedMediaType

type PutAuthorizationRoleUsersRemoveUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutAuthorizationRoleUsersRemoveUnsupportedMediaType 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 NewPutAuthorizationRoleUsersRemoveUnsupportedMediaType

func NewPutAuthorizationRoleUsersRemoveUnsupportedMediaType() *PutAuthorizationRoleUsersRemoveUnsupportedMediaType

NewPutAuthorizationRoleUsersRemoveUnsupportedMediaType creates a PutAuthorizationRoleUsersRemoveUnsupportedMediaType with default headers values

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) Error

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) GetPayload

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) IsClientError

IsClientError returns true when this put authorization role users remove unsupported media type response has a 4xx status code

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) IsCode

IsCode returns true when this put authorization role users remove unsupported media type response a status code equal to that given

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put authorization role users remove unsupported media type response has a 3xx status code

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) IsServerError

IsServerError returns true when this put authorization role users remove unsupported media type response has a 5xx status code

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put authorization role users remove unsupported media type response has a 2xx status code

func (*PutAuthorizationRoleUsersRemoveUnsupportedMediaType) String

type PutAuthorizationRolesDefaultBadRequest

type PutAuthorizationRolesDefaultBadRequest struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultBadRequest 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 NewPutAuthorizationRolesDefaultBadRequest

func NewPutAuthorizationRolesDefaultBadRequest() *PutAuthorizationRolesDefaultBadRequest

NewPutAuthorizationRolesDefaultBadRequest creates a PutAuthorizationRolesDefaultBadRequest with default headers values

func (*PutAuthorizationRolesDefaultBadRequest) Error

func (*PutAuthorizationRolesDefaultBadRequest) GetPayload

func (*PutAuthorizationRolesDefaultBadRequest) IsClientError

func (o *PutAuthorizationRolesDefaultBadRequest) IsClientError() bool

IsClientError returns true when this put authorization roles default bad request response has a 4xx status code

func (*PutAuthorizationRolesDefaultBadRequest) IsCode

IsCode returns true when this put authorization roles default bad request response a status code equal to that given

func (*PutAuthorizationRolesDefaultBadRequest) IsRedirect

IsRedirect returns true when this put authorization roles default bad request response has a 3xx status code

func (*PutAuthorizationRolesDefaultBadRequest) IsServerError

func (o *PutAuthorizationRolesDefaultBadRequest) IsServerError() bool

IsServerError returns true when this put authorization roles default bad request response has a 5xx status code

func (*PutAuthorizationRolesDefaultBadRequest) IsSuccess

IsSuccess returns true when this put authorization roles default bad request response has a 2xx status code

func (*PutAuthorizationRolesDefaultBadRequest) String

type PutAuthorizationRolesDefaultForbidden

type PutAuthorizationRolesDefaultForbidden struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutAuthorizationRolesDefaultForbidden

func NewPutAuthorizationRolesDefaultForbidden() *PutAuthorizationRolesDefaultForbidden

NewPutAuthorizationRolesDefaultForbidden creates a PutAuthorizationRolesDefaultForbidden with default headers values

func (*PutAuthorizationRolesDefaultForbidden) Error

func (*PutAuthorizationRolesDefaultForbidden) GetPayload

func (*PutAuthorizationRolesDefaultForbidden) IsClientError

func (o *PutAuthorizationRolesDefaultForbidden) IsClientError() bool

IsClientError returns true when this put authorization roles default forbidden response has a 4xx status code

func (*PutAuthorizationRolesDefaultForbidden) IsCode

IsCode returns true when this put authorization roles default forbidden response a status code equal to that given

func (*PutAuthorizationRolesDefaultForbidden) IsRedirect

IsRedirect returns true when this put authorization roles default forbidden response has a 3xx status code

func (*PutAuthorizationRolesDefaultForbidden) IsServerError

func (o *PutAuthorizationRolesDefaultForbidden) IsServerError() bool

IsServerError returns true when this put authorization roles default forbidden response has a 5xx status code

func (*PutAuthorizationRolesDefaultForbidden) IsSuccess

IsSuccess returns true when this put authorization roles default forbidden response has a 2xx status code

func (*PutAuthorizationRolesDefaultForbidden) String

type PutAuthorizationRolesDefaultGatewayTimeout

type PutAuthorizationRolesDefaultGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutAuthorizationRolesDefaultGatewayTimeout

func NewPutAuthorizationRolesDefaultGatewayTimeout() *PutAuthorizationRolesDefaultGatewayTimeout

NewPutAuthorizationRolesDefaultGatewayTimeout creates a PutAuthorizationRolesDefaultGatewayTimeout with default headers values

func (*PutAuthorizationRolesDefaultGatewayTimeout) Error

func (*PutAuthorizationRolesDefaultGatewayTimeout) GetPayload

func (*PutAuthorizationRolesDefaultGatewayTimeout) IsClientError

IsClientError returns true when this put authorization roles default gateway timeout response has a 4xx status code

func (*PutAuthorizationRolesDefaultGatewayTimeout) IsCode

IsCode returns true when this put authorization roles default gateway timeout response a status code equal to that given

func (*PutAuthorizationRolesDefaultGatewayTimeout) IsRedirect

IsRedirect returns true when this put authorization roles default gateway timeout response has a 3xx status code

func (*PutAuthorizationRolesDefaultGatewayTimeout) IsServerError

IsServerError returns true when this put authorization roles default gateway timeout response has a 5xx status code

func (*PutAuthorizationRolesDefaultGatewayTimeout) IsSuccess

IsSuccess returns true when this put authorization roles default gateway timeout response has a 2xx status code

func (*PutAuthorizationRolesDefaultGatewayTimeout) String

type PutAuthorizationRolesDefaultInternalServerError

type PutAuthorizationRolesDefaultInternalServerError struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultInternalServerError 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 NewPutAuthorizationRolesDefaultInternalServerError

func NewPutAuthorizationRolesDefaultInternalServerError() *PutAuthorizationRolesDefaultInternalServerError

NewPutAuthorizationRolesDefaultInternalServerError creates a PutAuthorizationRolesDefaultInternalServerError with default headers values

func (*PutAuthorizationRolesDefaultInternalServerError) Error

func (*PutAuthorizationRolesDefaultInternalServerError) GetPayload

func (*PutAuthorizationRolesDefaultInternalServerError) IsClientError

IsClientError returns true when this put authorization roles default internal server error response has a 4xx status code

func (*PutAuthorizationRolesDefaultInternalServerError) IsCode

IsCode returns true when this put authorization roles default internal server error response a status code equal to that given

func (*PutAuthorizationRolesDefaultInternalServerError) IsRedirect

IsRedirect returns true when this put authorization roles default internal server error response has a 3xx status code

func (*PutAuthorizationRolesDefaultInternalServerError) IsServerError

IsServerError returns true when this put authorization roles default internal server error response has a 5xx status code

func (*PutAuthorizationRolesDefaultInternalServerError) IsSuccess

IsSuccess returns true when this put authorization roles default internal server error response has a 2xx status code

func (*PutAuthorizationRolesDefaultInternalServerError) String

type PutAuthorizationRolesDefaultNotFound

type PutAuthorizationRolesDefaultNotFound struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutAuthorizationRolesDefaultNotFound

func NewPutAuthorizationRolesDefaultNotFound() *PutAuthorizationRolesDefaultNotFound

NewPutAuthorizationRolesDefaultNotFound creates a PutAuthorizationRolesDefaultNotFound with default headers values

func (*PutAuthorizationRolesDefaultNotFound) Error

func (*PutAuthorizationRolesDefaultNotFound) GetPayload

func (*PutAuthorizationRolesDefaultNotFound) IsClientError

func (o *PutAuthorizationRolesDefaultNotFound) IsClientError() bool

IsClientError returns true when this put authorization roles default not found response has a 4xx status code

func (*PutAuthorizationRolesDefaultNotFound) IsCode

IsCode returns true when this put authorization roles default not found response a status code equal to that given

func (*PutAuthorizationRolesDefaultNotFound) IsRedirect

IsRedirect returns true when this put authorization roles default not found response has a 3xx status code

func (*PutAuthorizationRolesDefaultNotFound) IsServerError

func (o *PutAuthorizationRolesDefaultNotFound) IsServerError() bool

IsServerError returns true when this put authorization roles default not found response has a 5xx status code

func (*PutAuthorizationRolesDefaultNotFound) IsSuccess

IsSuccess returns true when this put authorization roles default not found response has a 2xx status code

func (*PutAuthorizationRolesDefaultNotFound) String

type PutAuthorizationRolesDefaultOK

type PutAuthorizationRolesDefaultOK struct {
	Payload *models.OrganizationRoleEntityListing
}

PutAuthorizationRolesDefaultOK describes a response with status code 200, with default header values.

successful operation

func NewPutAuthorizationRolesDefaultOK

func NewPutAuthorizationRolesDefaultOK() *PutAuthorizationRolesDefaultOK

NewPutAuthorizationRolesDefaultOK creates a PutAuthorizationRolesDefaultOK with default headers values

func (*PutAuthorizationRolesDefaultOK) Error

func (*PutAuthorizationRolesDefaultOK) GetPayload

func (*PutAuthorizationRolesDefaultOK) IsClientError

func (o *PutAuthorizationRolesDefaultOK) IsClientError() bool

IsClientError returns true when this put authorization roles default o k response has a 4xx status code

func (*PutAuthorizationRolesDefaultOK) IsCode

func (o *PutAuthorizationRolesDefaultOK) IsCode(code int) bool

IsCode returns true when this put authorization roles default o k response a status code equal to that given

func (*PutAuthorizationRolesDefaultOK) IsRedirect

func (o *PutAuthorizationRolesDefaultOK) IsRedirect() bool

IsRedirect returns true when this put authorization roles default o k response has a 3xx status code

func (*PutAuthorizationRolesDefaultOK) IsServerError

func (o *PutAuthorizationRolesDefaultOK) IsServerError() bool

IsServerError returns true when this put authorization roles default o k response has a 5xx status code

func (*PutAuthorizationRolesDefaultOK) IsSuccess

func (o *PutAuthorizationRolesDefaultOK) IsSuccess() bool

IsSuccess returns true when this put authorization roles default o k response has a 2xx status code

func (*PutAuthorizationRolesDefaultOK) String

type PutAuthorizationRolesDefaultParams

type PutAuthorizationRolesDefaultParams struct {

	/* Body.

	   Organization roles list
	*/
	Body []*models.DomainOrganizationRole

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutAuthorizationRolesDefaultParams contains all the parameters to send to the API endpoint

for the put authorization roles default operation.

Typically these are written to a http.Request.

func NewPutAuthorizationRolesDefaultParams

func NewPutAuthorizationRolesDefaultParams() *PutAuthorizationRolesDefaultParams

NewPutAuthorizationRolesDefaultParams creates a new PutAuthorizationRolesDefaultParams 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 NewPutAuthorizationRolesDefaultParamsWithContext

func NewPutAuthorizationRolesDefaultParamsWithContext(ctx context.Context) *PutAuthorizationRolesDefaultParams

NewPutAuthorizationRolesDefaultParamsWithContext creates a new PutAuthorizationRolesDefaultParams object with the ability to set a context for a request.

func NewPutAuthorizationRolesDefaultParamsWithHTTPClient

func NewPutAuthorizationRolesDefaultParamsWithHTTPClient(client *http.Client) *PutAuthorizationRolesDefaultParams

NewPutAuthorizationRolesDefaultParamsWithHTTPClient creates a new PutAuthorizationRolesDefaultParams object with the ability to set a custom HTTPClient for a request.

func NewPutAuthorizationRolesDefaultParamsWithTimeout

func NewPutAuthorizationRolesDefaultParamsWithTimeout(timeout time.Duration) *PutAuthorizationRolesDefaultParams

NewPutAuthorizationRolesDefaultParamsWithTimeout creates a new PutAuthorizationRolesDefaultParams object with the ability to set a timeout on a request.

func (*PutAuthorizationRolesDefaultParams) SetBody

SetBody adds the body to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) SetContext

SetContext adds the context to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) SetDefaults

func (o *PutAuthorizationRolesDefaultParams) SetDefaults()

SetDefaults hydrates default values in the put authorization roles default params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRolesDefaultParams) SetHTTPClient

func (o *PutAuthorizationRolesDefaultParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) SetTimeout

func (o *PutAuthorizationRolesDefaultParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) WithBody

WithBody adds the body to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) WithContext

WithContext adds the context to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) WithDefaults

WithDefaults hydrates default values in the put authorization roles default params (not the query body).

All values with no default are reset to their zero value.

func (*PutAuthorizationRolesDefaultParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) WithTimeout

WithTimeout adds the timeout to the put authorization roles default params

func (*PutAuthorizationRolesDefaultParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAuthorizationRolesDefaultReader

type PutAuthorizationRolesDefaultReader struct {
	// contains filtered or unexported fields
}

PutAuthorizationRolesDefaultReader is a Reader for the PutAuthorizationRolesDefault structure.

func (*PutAuthorizationRolesDefaultReader) ReadResponse

func (o *PutAuthorizationRolesDefaultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutAuthorizationRolesDefaultRequestEntityTooLarge

type PutAuthorizationRolesDefaultRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutAuthorizationRolesDefaultRequestEntityTooLarge

func NewPutAuthorizationRolesDefaultRequestEntityTooLarge() *PutAuthorizationRolesDefaultRequestEntityTooLarge

NewPutAuthorizationRolesDefaultRequestEntityTooLarge creates a PutAuthorizationRolesDefaultRequestEntityTooLarge with default headers values

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) Error

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) GetPayload

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) IsClientError

IsClientError returns true when this put authorization roles default request entity too large response has a 4xx status code

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) IsCode

IsCode returns true when this put authorization roles default request entity too large response a status code equal to that given

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put authorization roles default request entity too large response has a 3xx status code

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) IsServerError

IsServerError returns true when this put authorization roles default request entity too large response has a 5xx status code

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put authorization roles default request entity too large response has a 2xx status code

func (*PutAuthorizationRolesDefaultRequestEntityTooLarge) String

type PutAuthorizationRolesDefaultRequestTimeout

type PutAuthorizationRolesDefaultRequestTimeout struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultRequestTimeout 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 NewPutAuthorizationRolesDefaultRequestTimeout

func NewPutAuthorizationRolesDefaultRequestTimeout() *PutAuthorizationRolesDefaultRequestTimeout

NewPutAuthorizationRolesDefaultRequestTimeout creates a PutAuthorizationRolesDefaultRequestTimeout with default headers values

func (*PutAuthorizationRolesDefaultRequestTimeout) Error

func (*PutAuthorizationRolesDefaultRequestTimeout) GetPayload

func (*PutAuthorizationRolesDefaultRequestTimeout) IsClientError

IsClientError returns true when this put authorization roles default request timeout response has a 4xx status code

func (*PutAuthorizationRolesDefaultRequestTimeout) IsCode

IsCode returns true when this put authorization roles default request timeout response a status code equal to that given

func (*PutAuthorizationRolesDefaultRequestTimeout) IsRedirect

IsRedirect returns true when this put authorization roles default request timeout response has a 3xx status code

func (*PutAuthorizationRolesDefaultRequestTimeout) IsServerError

IsServerError returns true when this put authorization roles default request timeout response has a 5xx status code

func (*PutAuthorizationRolesDefaultRequestTimeout) IsSuccess

IsSuccess returns true when this put authorization roles default request timeout response has a 2xx status code

func (*PutAuthorizationRolesDefaultRequestTimeout) String

type PutAuthorizationRolesDefaultServiceUnavailable

type PutAuthorizationRolesDefaultServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultServiceUnavailable 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 NewPutAuthorizationRolesDefaultServiceUnavailable

func NewPutAuthorizationRolesDefaultServiceUnavailable() *PutAuthorizationRolesDefaultServiceUnavailable

NewPutAuthorizationRolesDefaultServiceUnavailable creates a PutAuthorizationRolesDefaultServiceUnavailable with default headers values

func (*PutAuthorizationRolesDefaultServiceUnavailable) Error

func (*PutAuthorizationRolesDefaultServiceUnavailable) GetPayload

func (*PutAuthorizationRolesDefaultServiceUnavailable) IsClientError

IsClientError returns true when this put authorization roles default service unavailable response has a 4xx status code

func (*PutAuthorizationRolesDefaultServiceUnavailable) IsCode

IsCode returns true when this put authorization roles default service unavailable response a status code equal to that given

func (*PutAuthorizationRolesDefaultServiceUnavailable) IsRedirect

IsRedirect returns true when this put authorization roles default service unavailable response has a 3xx status code

func (*PutAuthorizationRolesDefaultServiceUnavailable) IsServerError

IsServerError returns true when this put authorization roles default service unavailable response has a 5xx status code

func (*PutAuthorizationRolesDefaultServiceUnavailable) IsSuccess

IsSuccess returns true when this put authorization roles default service unavailable response has a 2xx status code

func (*PutAuthorizationRolesDefaultServiceUnavailable) String

type PutAuthorizationRolesDefaultTooManyRequests

type PutAuthorizationRolesDefaultTooManyRequests struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutAuthorizationRolesDefaultTooManyRequests

func NewPutAuthorizationRolesDefaultTooManyRequests() *PutAuthorizationRolesDefaultTooManyRequests

NewPutAuthorizationRolesDefaultTooManyRequests creates a PutAuthorizationRolesDefaultTooManyRequests with default headers values

func (*PutAuthorizationRolesDefaultTooManyRequests) Error

func (*PutAuthorizationRolesDefaultTooManyRequests) GetPayload

func (*PutAuthorizationRolesDefaultTooManyRequests) IsClientError

IsClientError returns true when this put authorization roles default too many requests response has a 4xx status code

func (*PutAuthorizationRolesDefaultTooManyRequests) IsCode

IsCode returns true when this put authorization roles default too many requests response a status code equal to that given

func (*PutAuthorizationRolesDefaultTooManyRequests) IsRedirect

IsRedirect returns true when this put authorization roles default too many requests response has a 3xx status code

func (*PutAuthorizationRolesDefaultTooManyRequests) IsServerError

IsServerError returns true when this put authorization roles default too many requests response has a 5xx status code

func (*PutAuthorizationRolesDefaultTooManyRequests) IsSuccess

IsSuccess returns true when this put authorization roles default too many requests response has a 2xx status code

func (*PutAuthorizationRolesDefaultTooManyRequests) String

type PutAuthorizationRolesDefaultUnauthorized

type PutAuthorizationRolesDefaultUnauthorized struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutAuthorizationRolesDefaultUnauthorized

func NewPutAuthorizationRolesDefaultUnauthorized() *PutAuthorizationRolesDefaultUnauthorized

NewPutAuthorizationRolesDefaultUnauthorized creates a PutAuthorizationRolesDefaultUnauthorized with default headers values

func (*PutAuthorizationRolesDefaultUnauthorized) Error

func (*PutAuthorizationRolesDefaultUnauthorized) GetPayload

func (*PutAuthorizationRolesDefaultUnauthorized) IsClientError

IsClientError returns true when this put authorization roles default unauthorized response has a 4xx status code

func (*PutAuthorizationRolesDefaultUnauthorized) IsCode

IsCode returns true when this put authorization roles default unauthorized response a status code equal to that given

func (*PutAuthorizationRolesDefaultUnauthorized) IsRedirect

IsRedirect returns true when this put authorization roles default unauthorized response has a 3xx status code

func (*PutAuthorizationRolesDefaultUnauthorized) IsServerError

IsServerError returns true when this put authorization roles default unauthorized response has a 5xx status code

func (*PutAuthorizationRolesDefaultUnauthorized) IsSuccess

IsSuccess returns true when this put authorization roles default unauthorized response has a 2xx status code

func (*PutAuthorizationRolesDefaultUnauthorized) String

type PutAuthorizationRolesDefaultUnsupportedMediaType

type PutAuthorizationRolesDefaultUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutAuthorizationRolesDefaultUnsupportedMediaType 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 NewPutAuthorizationRolesDefaultUnsupportedMediaType

func NewPutAuthorizationRolesDefaultUnsupportedMediaType() *PutAuthorizationRolesDefaultUnsupportedMediaType

NewPutAuthorizationRolesDefaultUnsupportedMediaType creates a PutAuthorizationRolesDefaultUnsupportedMediaType with default headers values

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) Error

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) GetPayload

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) IsClientError

IsClientError returns true when this put authorization roles default unsupported media type response has a 4xx status code

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) IsCode

IsCode returns true when this put authorization roles default unsupported media type response a status code equal to that given

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put authorization roles default unsupported media type response has a 3xx status code

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) IsServerError

IsServerError returns true when this put authorization roles default unsupported media type response has a 5xx status code

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put authorization roles default unsupported media type response has a 2xx status code

func (*PutAuthorizationRolesDefaultUnsupportedMediaType) String

type PutUserRolesBadRequest

type PutUserRolesBadRequest struct {
	Payload *models.ErrorBody
}

PutUserRolesBadRequest 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 NewPutUserRolesBadRequest

func NewPutUserRolesBadRequest() *PutUserRolesBadRequest

NewPutUserRolesBadRequest creates a PutUserRolesBadRequest with default headers values

func (*PutUserRolesBadRequest) Error

func (o *PutUserRolesBadRequest) Error() string

func (*PutUserRolesBadRequest) GetPayload

func (o *PutUserRolesBadRequest) GetPayload() *models.ErrorBody

func (*PutUserRolesBadRequest) IsClientError

func (o *PutUserRolesBadRequest) IsClientError() bool

IsClientError returns true when this put user roles bad request response has a 4xx status code

func (*PutUserRolesBadRequest) IsCode

func (o *PutUserRolesBadRequest) IsCode(code int) bool

IsCode returns true when this put user roles bad request response a status code equal to that given

func (*PutUserRolesBadRequest) IsRedirect

func (o *PutUserRolesBadRequest) IsRedirect() bool

IsRedirect returns true when this put user roles bad request response has a 3xx status code

func (*PutUserRolesBadRequest) IsServerError

func (o *PutUserRolesBadRequest) IsServerError() bool

IsServerError returns true when this put user roles bad request response has a 5xx status code

func (*PutUserRolesBadRequest) IsSuccess

func (o *PutUserRolesBadRequest) IsSuccess() bool

IsSuccess returns true when this put user roles bad request response has a 2xx status code

func (*PutUserRolesBadRequest) String

func (o *PutUserRolesBadRequest) String() string

type PutUserRolesForbidden

type PutUserRolesForbidden struct {
	Payload *models.ErrorBody
}

PutUserRolesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserRolesForbidden

func NewPutUserRolesForbidden() *PutUserRolesForbidden

NewPutUserRolesForbidden creates a PutUserRolesForbidden with default headers values

func (*PutUserRolesForbidden) Error

func (o *PutUserRolesForbidden) Error() string

func (*PutUserRolesForbidden) GetPayload

func (o *PutUserRolesForbidden) GetPayload() *models.ErrorBody

func (*PutUserRolesForbidden) IsClientError

func (o *PutUserRolesForbidden) IsClientError() bool

IsClientError returns true when this put user roles forbidden response has a 4xx status code

func (*PutUserRolesForbidden) IsCode

func (o *PutUserRolesForbidden) IsCode(code int) bool

IsCode returns true when this put user roles forbidden response a status code equal to that given

func (*PutUserRolesForbidden) IsRedirect

func (o *PutUserRolesForbidden) IsRedirect() bool

IsRedirect returns true when this put user roles forbidden response has a 3xx status code

func (*PutUserRolesForbidden) IsServerError

func (o *PutUserRolesForbidden) IsServerError() bool

IsServerError returns true when this put user roles forbidden response has a 5xx status code

func (*PutUserRolesForbidden) IsSuccess

func (o *PutUserRolesForbidden) IsSuccess() bool

IsSuccess returns true when this put user roles forbidden response has a 2xx status code

func (*PutUserRolesForbidden) String

func (o *PutUserRolesForbidden) String() string

type PutUserRolesGatewayTimeout

type PutUserRolesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserRolesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserRolesGatewayTimeout

func NewPutUserRolesGatewayTimeout() *PutUserRolesGatewayTimeout

NewPutUserRolesGatewayTimeout creates a PutUserRolesGatewayTimeout with default headers values

func (*PutUserRolesGatewayTimeout) Error

func (*PutUserRolesGatewayTimeout) GetPayload

func (o *PutUserRolesGatewayTimeout) GetPayload() *models.ErrorBody

func (*PutUserRolesGatewayTimeout) IsClientError

func (o *PutUserRolesGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user roles gateway timeout response has a 4xx status code

func (*PutUserRolesGatewayTimeout) IsCode

func (o *PutUserRolesGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put user roles gateway timeout response a status code equal to that given

func (*PutUserRolesGatewayTimeout) IsRedirect

func (o *PutUserRolesGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put user roles gateway timeout response has a 3xx status code

func (*PutUserRolesGatewayTimeout) IsServerError

func (o *PutUserRolesGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user roles gateway timeout response has a 5xx status code

func (*PutUserRolesGatewayTimeout) IsSuccess

func (o *PutUserRolesGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put user roles gateway timeout response has a 2xx status code

func (*PutUserRolesGatewayTimeout) String

func (o *PutUserRolesGatewayTimeout) String() string

type PutUserRolesInternalServerError

type PutUserRolesInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserRolesInternalServerError 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 NewPutUserRolesInternalServerError

func NewPutUserRolesInternalServerError() *PutUserRolesInternalServerError

NewPutUserRolesInternalServerError creates a PutUserRolesInternalServerError with default headers values

func (*PutUserRolesInternalServerError) Error

func (*PutUserRolesInternalServerError) GetPayload

func (*PutUserRolesInternalServerError) IsClientError

func (o *PutUserRolesInternalServerError) IsClientError() bool

IsClientError returns true when this put user roles internal server error response has a 4xx status code

func (*PutUserRolesInternalServerError) IsCode

func (o *PutUserRolesInternalServerError) IsCode(code int) bool

IsCode returns true when this put user roles internal server error response a status code equal to that given

func (*PutUserRolesInternalServerError) IsRedirect

func (o *PutUserRolesInternalServerError) IsRedirect() bool

IsRedirect returns true when this put user roles internal server error response has a 3xx status code

func (*PutUserRolesInternalServerError) IsServerError

func (o *PutUserRolesInternalServerError) IsServerError() bool

IsServerError returns true when this put user roles internal server error response has a 5xx status code

func (*PutUserRolesInternalServerError) IsSuccess

func (o *PutUserRolesInternalServerError) IsSuccess() bool

IsSuccess returns true when this put user roles internal server error response has a 2xx status code

func (*PutUserRolesInternalServerError) String

type PutUserRolesNotFound

type PutUserRolesNotFound struct {
	Payload *models.ErrorBody
}

PutUserRolesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserRolesNotFound

func NewPutUserRolesNotFound() *PutUserRolesNotFound

NewPutUserRolesNotFound creates a PutUserRolesNotFound with default headers values

func (*PutUserRolesNotFound) Error

func (o *PutUserRolesNotFound) Error() string

func (*PutUserRolesNotFound) GetPayload

func (o *PutUserRolesNotFound) GetPayload() *models.ErrorBody

func (*PutUserRolesNotFound) IsClientError

func (o *PutUserRolesNotFound) IsClientError() bool

IsClientError returns true when this put user roles not found response has a 4xx status code

func (*PutUserRolesNotFound) IsCode

func (o *PutUserRolesNotFound) IsCode(code int) bool

IsCode returns true when this put user roles not found response a status code equal to that given

func (*PutUserRolesNotFound) IsRedirect

func (o *PutUserRolesNotFound) IsRedirect() bool

IsRedirect returns true when this put user roles not found response has a 3xx status code

func (*PutUserRolesNotFound) IsServerError

func (o *PutUserRolesNotFound) IsServerError() bool

IsServerError returns true when this put user roles not found response has a 5xx status code

func (*PutUserRolesNotFound) IsSuccess

func (o *PutUserRolesNotFound) IsSuccess() bool

IsSuccess returns true when this put user roles not found response has a 2xx status code

func (*PutUserRolesNotFound) String

func (o *PutUserRolesNotFound) String() string

type PutUserRolesOK

type PutUserRolesOK struct {
	Payload *models.UserAuthorization
}

PutUserRolesOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserRolesOK

func NewPutUserRolesOK() *PutUserRolesOK

NewPutUserRolesOK creates a PutUserRolesOK with default headers values

func (*PutUserRolesOK) Error

func (o *PutUserRolesOK) Error() string

func (*PutUserRolesOK) GetPayload

func (o *PutUserRolesOK) GetPayload() *models.UserAuthorization

func (*PutUserRolesOK) IsClientError

func (o *PutUserRolesOK) IsClientError() bool

IsClientError returns true when this put user roles o k response has a 4xx status code

func (*PutUserRolesOK) IsCode

func (o *PutUserRolesOK) IsCode(code int) bool

IsCode returns true when this put user roles o k response a status code equal to that given

func (*PutUserRolesOK) IsRedirect

func (o *PutUserRolesOK) IsRedirect() bool

IsRedirect returns true when this put user roles o k response has a 3xx status code

func (*PutUserRolesOK) IsServerError

func (o *PutUserRolesOK) IsServerError() bool

IsServerError returns true when this put user roles o k response has a 5xx status code

func (*PutUserRolesOK) IsSuccess

func (o *PutUserRolesOK) IsSuccess() bool

IsSuccess returns true when this put user roles o k response has a 2xx status code

func (*PutUserRolesOK) String

func (o *PutUserRolesOK) String() string

type PutUserRolesParams

type PutUserRolesParams struct {

	/* Body.

	   List of roles
	*/
	Body []string

	/* SubjectID.

	   User ID
	*/
	SubjectID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserRolesParams contains all the parameters to send to the API endpoint

for the put user roles operation.

Typically these are written to a http.Request.

func NewPutUserRolesParams

func NewPutUserRolesParams() *PutUserRolesParams

NewPutUserRolesParams creates a new PutUserRolesParams 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 NewPutUserRolesParamsWithContext

func NewPutUserRolesParamsWithContext(ctx context.Context) *PutUserRolesParams

NewPutUserRolesParamsWithContext creates a new PutUserRolesParams object with the ability to set a context for a request.

func NewPutUserRolesParamsWithHTTPClient

func NewPutUserRolesParamsWithHTTPClient(client *http.Client) *PutUserRolesParams

NewPutUserRolesParamsWithHTTPClient creates a new PutUserRolesParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserRolesParamsWithTimeout

func NewPutUserRolesParamsWithTimeout(timeout time.Duration) *PutUserRolesParams

NewPutUserRolesParamsWithTimeout creates a new PutUserRolesParams object with the ability to set a timeout on a request.

func (*PutUserRolesParams) SetBody

func (o *PutUserRolesParams) SetBody(body []string)

SetBody adds the body to the put user roles params

func (*PutUserRolesParams) SetContext

func (o *PutUserRolesParams) SetContext(ctx context.Context)

SetContext adds the context to the put user roles params

func (*PutUserRolesParams) SetDefaults

func (o *PutUserRolesParams) SetDefaults()

SetDefaults hydrates default values in the put user roles params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRolesParams) SetHTTPClient

func (o *PutUserRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user roles params

func (*PutUserRolesParams) SetSubjectID

func (o *PutUserRolesParams) SetSubjectID(subjectID string)

SetSubjectID adds the subjectId to the put user roles params

func (*PutUserRolesParams) SetTimeout

func (o *PutUserRolesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user roles params

func (*PutUserRolesParams) WithBody

func (o *PutUserRolesParams) WithBody(body []string) *PutUserRolesParams

WithBody adds the body to the put user roles params

func (*PutUserRolesParams) WithContext

WithContext adds the context to the put user roles params

func (*PutUserRolesParams) WithDefaults

func (o *PutUserRolesParams) WithDefaults() *PutUserRolesParams

WithDefaults hydrates default values in the put user roles params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRolesParams) WithHTTPClient

func (o *PutUserRolesParams) WithHTTPClient(client *http.Client) *PutUserRolesParams

WithHTTPClient adds the HTTPClient to the put user roles params

func (*PutUserRolesParams) WithSubjectID

func (o *PutUserRolesParams) WithSubjectID(subjectID string) *PutUserRolesParams

WithSubjectID adds the subjectID to the put user roles params

func (*PutUserRolesParams) WithTimeout

func (o *PutUserRolesParams) WithTimeout(timeout time.Duration) *PutUserRolesParams

WithTimeout adds the timeout to the put user roles params

func (*PutUserRolesParams) WriteToRequest

func (o *PutUserRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutUserRolesReader

type PutUserRolesReader struct {
	// contains filtered or unexported fields
}

PutUserRolesReader is a Reader for the PutUserRoles structure.

func (*PutUserRolesReader) ReadResponse

func (o *PutUserRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserRolesRequestEntityTooLarge

type PutUserRolesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserRolesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserRolesRequestEntityTooLarge

func NewPutUserRolesRequestEntityTooLarge() *PutUserRolesRequestEntityTooLarge

NewPutUserRolesRequestEntityTooLarge creates a PutUserRolesRequestEntityTooLarge with default headers values

func (*PutUserRolesRequestEntityTooLarge) Error

func (*PutUserRolesRequestEntityTooLarge) GetPayload

func (*PutUserRolesRequestEntityTooLarge) IsClientError

func (o *PutUserRolesRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put user roles request entity too large response has a 4xx status code

func (*PutUserRolesRequestEntityTooLarge) IsCode

func (o *PutUserRolesRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this put user roles request entity too large response a status code equal to that given

func (*PutUserRolesRequestEntityTooLarge) IsRedirect

func (o *PutUserRolesRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this put user roles request entity too large response has a 3xx status code

func (*PutUserRolesRequestEntityTooLarge) IsServerError

func (o *PutUserRolesRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put user roles request entity too large response has a 5xx status code

func (*PutUserRolesRequestEntityTooLarge) IsSuccess

func (o *PutUserRolesRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this put user roles request entity too large response has a 2xx status code

func (*PutUserRolesRequestEntityTooLarge) String

type PutUserRolesRequestTimeout

type PutUserRolesRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserRolesRequestTimeout 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 NewPutUserRolesRequestTimeout

func NewPutUserRolesRequestTimeout() *PutUserRolesRequestTimeout

NewPutUserRolesRequestTimeout creates a PutUserRolesRequestTimeout with default headers values

func (*PutUserRolesRequestTimeout) Error

func (*PutUserRolesRequestTimeout) GetPayload

func (o *PutUserRolesRequestTimeout) GetPayload() *models.ErrorBody

func (*PutUserRolesRequestTimeout) IsClientError

func (o *PutUserRolesRequestTimeout) IsClientError() bool

IsClientError returns true when this put user roles request timeout response has a 4xx status code

func (*PutUserRolesRequestTimeout) IsCode

func (o *PutUserRolesRequestTimeout) IsCode(code int) bool

IsCode returns true when this put user roles request timeout response a status code equal to that given

func (*PutUserRolesRequestTimeout) IsRedirect

func (o *PutUserRolesRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put user roles request timeout response has a 3xx status code

func (*PutUserRolesRequestTimeout) IsServerError

func (o *PutUserRolesRequestTimeout) IsServerError() bool

IsServerError returns true when this put user roles request timeout response has a 5xx status code

func (*PutUserRolesRequestTimeout) IsSuccess

func (o *PutUserRolesRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put user roles request timeout response has a 2xx status code

func (*PutUserRolesRequestTimeout) String

func (o *PutUserRolesRequestTimeout) String() string

type PutUserRolesServiceUnavailable

type PutUserRolesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserRolesServiceUnavailable 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 NewPutUserRolesServiceUnavailable

func NewPutUserRolesServiceUnavailable() *PutUserRolesServiceUnavailable

NewPutUserRolesServiceUnavailable creates a PutUserRolesServiceUnavailable with default headers values

func (*PutUserRolesServiceUnavailable) Error

func (*PutUserRolesServiceUnavailable) GetPayload

func (*PutUserRolesServiceUnavailable) IsClientError

func (o *PutUserRolesServiceUnavailable) IsClientError() bool

IsClientError returns true when this put user roles service unavailable response has a 4xx status code

func (*PutUserRolesServiceUnavailable) IsCode

func (o *PutUserRolesServiceUnavailable) IsCode(code int) bool

IsCode returns true when this put user roles service unavailable response a status code equal to that given

func (*PutUserRolesServiceUnavailable) IsRedirect

func (o *PutUserRolesServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this put user roles service unavailable response has a 3xx status code

func (*PutUserRolesServiceUnavailable) IsServerError

func (o *PutUserRolesServiceUnavailable) IsServerError() bool

IsServerError returns true when this put user roles service unavailable response has a 5xx status code

func (*PutUserRolesServiceUnavailable) IsSuccess

func (o *PutUserRolesServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this put user roles service unavailable response has a 2xx status code

func (*PutUserRolesServiceUnavailable) String

type PutUserRolesTooManyRequests

type PutUserRolesTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserRolesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserRolesTooManyRequests

func NewPutUserRolesTooManyRequests() *PutUserRolesTooManyRequests

NewPutUserRolesTooManyRequests creates a PutUserRolesTooManyRequests with default headers values

func (*PutUserRolesTooManyRequests) Error

func (*PutUserRolesTooManyRequests) GetPayload

func (o *PutUserRolesTooManyRequests) GetPayload() *models.ErrorBody

func (*PutUserRolesTooManyRequests) IsClientError

func (o *PutUserRolesTooManyRequests) IsClientError() bool

IsClientError returns true when this put user roles too many requests response has a 4xx status code

func (*PutUserRolesTooManyRequests) IsCode

func (o *PutUserRolesTooManyRequests) IsCode(code int) bool

IsCode returns true when this put user roles too many requests response a status code equal to that given

func (*PutUserRolesTooManyRequests) IsRedirect

func (o *PutUserRolesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put user roles too many requests response has a 3xx status code

func (*PutUserRolesTooManyRequests) IsServerError

func (o *PutUserRolesTooManyRequests) IsServerError() bool

IsServerError returns true when this put user roles too many requests response has a 5xx status code

func (*PutUserRolesTooManyRequests) IsSuccess

func (o *PutUserRolesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put user roles too many requests response has a 2xx status code

func (*PutUserRolesTooManyRequests) String

func (o *PutUserRolesTooManyRequests) String() string

type PutUserRolesUnauthorized

type PutUserRolesUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserRolesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserRolesUnauthorized

func NewPutUserRolesUnauthorized() *PutUserRolesUnauthorized

NewPutUserRolesUnauthorized creates a PutUserRolesUnauthorized with default headers values

func (*PutUserRolesUnauthorized) Error

func (o *PutUserRolesUnauthorized) Error() string

func (*PutUserRolesUnauthorized) GetPayload

func (o *PutUserRolesUnauthorized) GetPayload() *models.ErrorBody

func (*PutUserRolesUnauthorized) IsClientError

func (o *PutUserRolesUnauthorized) IsClientError() bool

IsClientError returns true when this put user roles unauthorized response has a 4xx status code

func (*PutUserRolesUnauthorized) IsCode

func (o *PutUserRolesUnauthorized) IsCode(code int) bool

IsCode returns true when this put user roles unauthorized response a status code equal to that given

func (*PutUserRolesUnauthorized) IsRedirect

func (o *PutUserRolesUnauthorized) IsRedirect() bool

IsRedirect returns true when this put user roles unauthorized response has a 3xx status code

func (*PutUserRolesUnauthorized) IsServerError

func (o *PutUserRolesUnauthorized) IsServerError() bool

IsServerError returns true when this put user roles unauthorized response has a 5xx status code

func (*PutUserRolesUnauthorized) IsSuccess

func (o *PutUserRolesUnauthorized) IsSuccess() bool

IsSuccess returns true when this put user roles unauthorized response has a 2xx status code

func (*PutUserRolesUnauthorized) String

func (o *PutUserRolesUnauthorized) String() string

type PutUserRolesUnsupportedMediaType

type PutUserRolesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserRolesUnsupportedMediaType 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 NewPutUserRolesUnsupportedMediaType

func NewPutUserRolesUnsupportedMediaType() *PutUserRolesUnsupportedMediaType

NewPutUserRolesUnsupportedMediaType creates a PutUserRolesUnsupportedMediaType with default headers values

func (*PutUserRolesUnsupportedMediaType) Error

func (*PutUserRolesUnsupportedMediaType) GetPayload

func (*PutUserRolesUnsupportedMediaType) IsClientError

func (o *PutUserRolesUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put user roles unsupported media type response has a 4xx status code

func (*PutUserRolesUnsupportedMediaType) IsCode

func (o *PutUserRolesUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this put user roles unsupported media type response a status code equal to that given

func (*PutUserRolesUnsupportedMediaType) IsRedirect

func (o *PutUserRolesUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this put user roles unsupported media type response has a 3xx status code

func (*PutUserRolesUnsupportedMediaType) IsServerError

func (o *PutUserRolesUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put user roles unsupported media type response has a 5xx status code

func (*PutUserRolesUnsupportedMediaType) IsSuccess

func (o *PutUserRolesUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this put user roles unsupported media type response has a 2xx status code

func (*PutUserRolesUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL