identity

package
v0.0.0-...-31bffcd Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateIdentitysServiceConfigsBadRequest

type AssociateIdentitysServiceConfigsBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
AssociateIdentitysServiceConfigsBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewAssociateIdentitysServiceConfigsBadRequest

func NewAssociateIdentitysServiceConfigsBadRequest() *AssociateIdentitysServiceConfigsBadRequest

NewAssociateIdentitysServiceConfigsBadRequest creates a AssociateIdentitysServiceConfigsBadRequest with default headers values

func (*AssociateIdentitysServiceConfigsBadRequest) Error

func (*AssociateIdentitysServiceConfigsBadRequest) GetPayload

type AssociateIdentitysServiceConfigsNotFound

type AssociateIdentitysServiceConfigsNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
AssociateIdentitysServiceConfigsNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewAssociateIdentitysServiceConfigsNotFound

func NewAssociateIdentitysServiceConfigsNotFound() *AssociateIdentitysServiceConfigsNotFound

NewAssociateIdentitysServiceConfigsNotFound creates a AssociateIdentitysServiceConfigsNotFound with default headers values

func (*AssociateIdentitysServiceConfigsNotFound) Error

func (*AssociateIdentitysServiceConfigsNotFound) GetPayload

type AssociateIdentitysServiceConfigsOK

type AssociateIdentitysServiceConfigsOK struct {
	Payload *rest_model.Empty
}
AssociateIdentitysServiceConfigsOK describes a response with status code 200, with default header values.

Base empty response

func NewAssociateIdentitysServiceConfigsOK

func NewAssociateIdentitysServiceConfigsOK() *AssociateIdentitysServiceConfigsOK

NewAssociateIdentitysServiceConfigsOK creates a AssociateIdentitysServiceConfigsOK with default headers values

func (*AssociateIdentitysServiceConfigsOK) Error

func (*AssociateIdentitysServiceConfigsOK) GetPayload

type AssociateIdentitysServiceConfigsParams

type AssociateIdentitysServiceConfigsParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

	/* ServiceConfigs.

	   A service config patch object
	*/
	ServiceConfigs rest_model.ServiceConfigsAssignList

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

AssociateIdentitysServiceConfigsParams contains all the parameters to send to the API endpoint

for the associate identitys service configs operation.

Typically these are written to a http.Request.

func NewAssociateIdentitysServiceConfigsParams

func NewAssociateIdentitysServiceConfigsParams() *AssociateIdentitysServiceConfigsParams

NewAssociateIdentitysServiceConfigsParams creates a new AssociateIdentitysServiceConfigsParams 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 NewAssociateIdentitysServiceConfigsParamsWithContext

func NewAssociateIdentitysServiceConfigsParamsWithContext(ctx context.Context) *AssociateIdentitysServiceConfigsParams

NewAssociateIdentitysServiceConfigsParamsWithContext creates a new AssociateIdentitysServiceConfigsParams object with the ability to set a context for a request.

func NewAssociateIdentitysServiceConfigsParamsWithHTTPClient

func NewAssociateIdentitysServiceConfigsParamsWithHTTPClient(client *http.Client) *AssociateIdentitysServiceConfigsParams

NewAssociateIdentitysServiceConfigsParamsWithHTTPClient creates a new AssociateIdentitysServiceConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewAssociateIdentitysServiceConfigsParamsWithTimeout

func NewAssociateIdentitysServiceConfigsParamsWithTimeout(timeout time.Duration) *AssociateIdentitysServiceConfigsParams

NewAssociateIdentitysServiceConfigsParamsWithTimeout creates a new AssociateIdentitysServiceConfigsParams object with the ability to set a timeout on a request.

func (*AssociateIdentitysServiceConfigsParams) SetContext

SetContext adds the context to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) SetDefaults

func (o *AssociateIdentitysServiceConfigsParams) SetDefaults()

SetDefaults hydrates default values in the associate identitys service configs params (not the query body).

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

func (*AssociateIdentitysServiceConfigsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) SetID

SetID adds the id to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) SetServiceConfigs

func (o *AssociateIdentitysServiceConfigsParams) SetServiceConfigs(serviceConfigs rest_model.ServiceConfigsAssignList)

SetServiceConfigs adds the serviceConfigs to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) SetTimeout

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

SetTimeout adds the timeout to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) WithContext

WithContext adds the context to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) WithDefaults

WithDefaults hydrates default values in the associate identitys service configs params (not the query body).

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

func (*AssociateIdentitysServiceConfigsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) WithID

WithID adds the id to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) WithServiceConfigs

WithServiceConfigs adds the serviceConfigs to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) WithTimeout

WithTimeout adds the timeout to the associate identitys service configs params

func (*AssociateIdentitysServiceConfigsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssociateIdentitysServiceConfigsReader

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

AssociateIdentitysServiceConfigsReader is a Reader for the AssociateIdentitysServiceConfigs structure.

func (*AssociateIdentitysServiceConfigsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssociateIdentitysServiceConfigsUnauthorized

type AssociateIdentitysServiceConfigsUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
AssociateIdentitysServiceConfigsUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewAssociateIdentitysServiceConfigsUnauthorized

func NewAssociateIdentitysServiceConfigsUnauthorized() *AssociateIdentitysServiceConfigsUnauthorized

NewAssociateIdentitysServiceConfigsUnauthorized creates a AssociateIdentitysServiceConfigsUnauthorized with default headers values

func (*AssociateIdentitysServiceConfigsUnauthorized) Error

func (*AssociateIdentitysServiceConfigsUnauthorized) GetPayload

type Client

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

Client for identity API

func (*Client) AssociateIdentitysServiceConfigs

func (a *Client) AssociateIdentitysServiceConfigs(params *AssociateIdentitysServiceConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AssociateIdentitysServiceConfigsOK, error)

AssociateIdentitysServiceConfigs associates service configs for a specific identity

Associate service configs to a specific identity

func (*Client) CreateIdentity

func (a *Client) CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)

CreateIdentity creates an identity resource

Create an identity resource. Requires admin access.

func (*Client) DeleteIdentity

func (a *Client) DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteIdentityOK, error)

DeleteIdentity deletes an identity

Delete an identity by id. Requires admin access.

func (*Client) DetailIdentity

func (a *Client) DetailIdentity(params *DetailIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailIdentityOK, error)

DetailIdentity retrieves a single identity

Retrieves a single identity by id. Requires admin access.

func (*Client) DetailIdentityType

func (a *Client) DetailIdentityType(params *DetailIdentityTypeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailIdentityTypeOK, error)

DetailIdentityType retrieves a identity type

Retrieves a single identity type by id. Requires admin access.

func (*Client) DisableIdentity

func (a *Client) DisableIdentity(params *DisableIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DisableIdentityOK, error)

DisableIdentity sets an identity as disabled

Allows an admin disable an identity for a set amount of time or indefinitely.

func (*Client) DisassociateIdentitysServiceConfigs

func (a *Client) DisassociateIdentitysServiceConfigs(params *DisassociateIdentitysServiceConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DisassociateIdentitysServiceConfigsOK, error)

DisassociateIdentitysServiceConfigs removes associated service configs from a specific identity

Remove service configs from a specific identity

func (*Client) EnableIdentity

func (a *Client) EnableIdentity(params *EnableIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableIdentityOK, error)

EnableIdentity clears all disabled state from an identity

Allows an admin to remove disabled statuses from an identity.

func (*Client) GetIdentityAuthenticators

func (a *Client) GetIdentityAuthenticators(params *GetIdentityAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityAuthenticatorsOK, error)

GetIdentityAuthenticators retrieves the current authenticators of a specific identity

Returns a list of authenticators associated to the identity specified

func (*Client) GetIdentityEnrollments

func (a *Client) GetIdentityEnrollments(params *GetIdentityEnrollmentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityEnrollmentsOK, error)

GetIdentityEnrollments retrieves the current enrollments of a specific identity

Returns a list of enrollments associated to the identity specified

func (*Client) GetIdentityFailedServiceRequests

func (a *Client) GetIdentityFailedServiceRequests(params *GetIdentityFailedServiceRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityFailedServiceRequestsOK, error)
GetIdentityFailedServiceRequests retrieves a list of the most recent service failure requests due to posture checks

Returns a list of service session requests that failed due to posture checks. The entries will contain

every policy that was verified against and every failed check in each policy. Each check will include the historical posture data and posture check configuration.

func (*Client) GetIdentityPolicyAdvice

func (a *Client) GetIdentityPolicyAdvice(params *GetIdentityPolicyAdviceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityPolicyAdviceOK, error)
GetIdentityPolicyAdvice analyzes policies relating the given identity and service

Analyzes policies to see if the given identity should be able to dial or bind the given service. |

Will check services policies to see if the identity can access the service. Will check edge router policies | to check if the identity and service have access to common edge routers so that a connnection can be made. | Will also check if at least one edge router is on-line. Requires admin access.

func (*Client) GetIdentityPostureData

func (a *Client) GetIdentityPostureData(params *GetIdentityPostureDataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityPostureDataOK, error)
GetIdentityPostureData retrieves the curent posture data for a specific identity

Returns a nested map data represeting the posture data of the identity.

This data should be considered volatile.

func (*Client) ListIdentities

func (a *Client) ListIdentities(params *ListIdentitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentitiesOK, error)

ListIdentities lists identities

Retrieves a list of identity resources; supports filtering, sorting, and pagination. Requires admin access.

func (*Client) ListIdentityEdgeRouters

func (a *Client) ListIdentityEdgeRouters(params *ListIdentityEdgeRoutersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityEdgeRoutersOK, error)

ListIdentityEdgeRouters lists accessible edge routers

Retrieves a list of edge-routers that the given identity may use to access services. Supports filtering, sorting, and pagination. Requires admin access.

func (*Client) ListIdentityServicePolicies

func (a *Client) ListIdentityServicePolicies(params *ListIdentityServicePoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityServicePoliciesOK, error)

ListIdentityServicePolicies lists the service policies that affect an identity

Retrieves a list of service policies that apply to the specified identity.

func (*Client) ListIdentityServices

func (a *Client) ListIdentityServices(params *ListIdentityServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityServicesOK, error)

ListIdentityServices lists accessible services

Retrieves a list of services that the given identity has access to. Supports filtering, sorting, and pagination. Requires admin access.

func (*Client) ListIdentityTypes

func (a *Client) ListIdentityTypes(params *ListIdentityTypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityTypesOK, error)

ListIdentityTypes lists available identity types

Retrieves a list of identity types; supports filtering, sorting, and pagination. Requires admin access.

func (*Client) ListIdentitysEdgeRouterPolicies

func (a *Client) ListIdentitysEdgeRouterPolicies(params *ListIdentitysEdgeRouterPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentitysEdgeRouterPoliciesOK, error)

ListIdentitysEdgeRouterPolicies lists the edge router policies that affect an identity

Retrieves a list of edge router policies that apply to the specified identity.

func (*Client) ListIdentitysServiceConfigs

func (a *Client) ListIdentitysServiceConfigs(params *ListIdentitysServiceConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentitysServiceConfigsOK, error)

ListIdentitysServiceConfigs lists the service configs associated a specific identity

Retrieves a list of service configs associated to a specific identity

func (*Client) PatchIdentity

func (a *Client) PatchIdentity(params *PatchIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchIdentityOK, error)

PatchIdentity updates the supplied fields on an identity

Update the supplied fields on an identity. Requires admin access.

func (*Client) RemoveIdentityMfa

func (a *Client) RemoveIdentityMfa(params *RemoveIdentityMfaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveIdentityMfaOK, error)

RemoveIdentityMfa removes m f a from an identitity

Allows an admin to remove MFA enrollment from a specific identity. Requires admin.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateIdentity

func (a *Client) UpdateIdentity(params *UpdateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateIdentityOK, error)

UpdateIdentity updates all fields on an identity

Update all fields on an identity by id. Requires admin access.

func (*Client) UpdateIdentityTracing

func (a *Client) UpdateIdentityTracing(params *UpdateIdentityTracingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateIdentityTracingOK, error)

UpdateIdentityTracing enables disable data flow tracing for an identity

Allows an admin to enable/disable data flow tracing for an identity

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AssociateIdentitysServiceConfigs(params *AssociateIdentitysServiceConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AssociateIdentitysServiceConfigsOK, error)

	CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)

	DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteIdentityOK, error)

	DetailIdentity(params *DetailIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailIdentityOK, error)

	DetailIdentityType(params *DetailIdentityTypeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailIdentityTypeOK, error)

	DisableIdentity(params *DisableIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DisableIdentityOK, error)

	DisassociateIdentitysServiceConfigs(params *DisassociateIdentitysServiceConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DisassociateIdentitysServiceConfigsOK, error)

	EnableIdentity(params *EnableIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableIdentityOK, error)

	GetIdentityAuthenticators(params *GetIdentityAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityAuthenticatorsOK, error)

	GetIdentityEnrollments(params *GetIdentityEnrollmentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityEnrollmentsOK, error)

	GetIdentityFailedServiceRequests(params *GetIdentityFailedServiceRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityFailedServiceRequestsOK, error)

	GetIdentityPolicyAdvice(params *GetIdentityPolicyAdviceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityPolicyAdviceOK, error)

	GetIdentityPostureData(params *GetIdentityPostureDataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetIdentityPostureDataOK, error)

	ListIdentities(params *ListIdentitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentitiesOK, error)

	ListIdentityEdgeRouters(params *ListIdentityEdgeRoutersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityEdgeRoutersOK, error)

	ListIdentityServicePolicies(params *ListIdentityServicePoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityServicePoliciesOK, error)

	ListIdentityServices(params *ListIdentityServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityServicesOK, error)

	ListIdentityTypes(params *ListIdentityTypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentityTypesOK, error)

	ListIdentitysEdgeRouterPolicies(params *ListIdentitysEdgeRouterPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentitysEdgeRouterPoliciesOK, error)

	ListIdentitysServiceConfigs(params *ListIdentitysServiceConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListIdentitysServiceConfigsOK, error)

	PatchIdentity(params *PatchIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchIdentityOK, error)

	RemoveIdentityMfa(params *RemoveIdentityMfaParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveIdentityMfaOK, error)

	UpdateIdentity(params *UpdateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateIdentityOK, error)

	UpdateIdentityTracing(params *UpdateIdentityTracingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateIdentityTracingOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new identity API client.

type CreateIdentityBadRequest

type CreateIdentityBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
CreateIdentityBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewCreateIdentityBadRequest

func NewCreateIdentityBadRequest() *CreateIdentityBadRequest

NewCreateIdentityBadRequest creates a CreateIdentityBadRequest with default headers values

func (*CreateIdentityBadRequest) Error

func (o *CreateIdentityBadRequest) Error() string

func (*CreateIdentityBadRequest) GetPayload

type CreateIdentityCreated

type CreateIdentityCreated struct {
	Payload *rest_model.CreateEnvelope
}
CreateIdentityCreated describes a response with status code 201, with default header values.

The create request was successful and the resource has been added at the following location

func NewCreateIdentityCreated

func NewCreateIdentityCreated() *CreateIdentityCreated

NewCreateIdentityCreated creates a CreateIdentityCreated with default headers values

func (*CreateIdentityCreated) Error

func (o *CreateIdentityCreated) Error() string

func (*CreateIdentityCreated) GetPayload

type CreateIdentityParams

type CreateIdentityParams struct {

	/* Identity.

	   An identity to create
	*/
	Identity *rest_model.IdentityCreate

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

CreateIdentityParams contains all the parameters to send to the API endpoint

for the create identity operation.

Typically these are written to a http.Request.

func NewCreateIdentityParams

func NewCreateIdentityParams() *CreateIdentityParams

NewCreateIdentityParams creates a new CreateIdentityParams 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 NewCreateIdentityParamsWithContext

func NewCreateIdentityParamsWithContext(ctx context.Context) *CreateIdentityParams

NewCreateIdentityParamsWithContext creates a new CreateIdentityParams object with the ability to set a context for a request.

func NewCreateIdentityParamsWithHTTPClient

func NewCreateIdentityParamsWithHTTPClient(client *http.Client) *CreateIdentityParams

NewCreateIdentityParamsWithHTTPClient creates a new CreateIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewCreateIdentityParamsWithTimeout

func NewCreateIdentityParamsWithTimeout(timeout time.Duration) *CreateIdentityParams

NewCreateIdentityParamsWithTimeout creates a new CreateIdentityParams object with the ability to set a timeout on a request.

func (*CreateIdentityParams) SetContext

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

SetContext adds the context to the create identity params

func (*CreateIdentityParams) SetDefaults

func (o *CreateIdentityParams) SetDefaults()

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

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

func (*CreateIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create identity params

func (*CreateIdentityParams) SetIdentity

func (o *CreateIdentityParams) SetIdentity(identity *rest_model.IdentityCreate)

SetIdentity adds the identity to the create identity params

func (*CreateIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the create identity params

func (*CreateIdentityParams) WithContext

WithContext adds the context to the create identity params

func (*CreateIdentityParams) WithDefaults

func (o *CreateIdentityParams) WithDefaults() *CreateIdentityParams

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

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

func (*CreateIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create identity params

func (*CreateIdentityParams) WithIdentity

WithIdentity adds the identity to the create identity params

func (*CreateIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the create identity params

func (*CreateIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateIdentityReader

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

CreateIdentityReader is a Reader for the CreateIdentity structure.

func (*CreateIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateIdentityUnauthorized

type CreateIdentityUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
CreateIdentityUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewCreateIdentityUnauthorized

func NewCreateIdentityUnauthorized() *CreateIdentityUnauthorized

NewCreateIdentityUnauthorized creates a CreateIdentityUnauthorized with default headers values

func (*CreateIdentityUnauthorized) Error

func (*CreateIdentityUnauthorized) GetPayload

type DeleteIdentityBadRequest

type DeleteIdentityBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
DeleteIdentityBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewDeleteIdentityBadRequest

func NewDeleteIdentityBadRequest() *DeleteIdentityBadRequest

NewDeleteIdentityBadRequest creates a DeleteIdentityBadRequest with default headers values

func (*DeleteIdentityBadRequest) Error

func (o *DeleteIdentityBadRequest) Error() string

func (*DeleteIdentityBadRequest) GetPayload

type DeleteIdentityConflict

type DeleteIdentityConflict struct {
	Payload *rest_model.APIErrorEnvelope
}
DeleteIdentityConflict describes a response with status code 409, with default header values.

The resource requested to be removed/altered cannot be as it is referenced by another object.

func NewDeleteIdentityConflict

func NewDeleteIdentityConflict() *DeleteIdentityConflict

NewDeleteIdentityConflict creates a DeleteIdentityConflict with default headers values

func (*DeleteIdentityConflict) Error

func (o *DeleteIdentityConflict) Error() string

func (*DeleteIdentityConflict) GetPayload

type DeleteIdentityOK

type DeleteIdentityOK struct {
	Payload *rest_model.Empty
}
DeleteIdentityOK describes a response with status code 200, with default header values.

The delete request was successful and the resource has been removed

func NewDeleteIdentityOK

func NewDeleteIdentityOK() *DeleteIdentityOK

NewDeleteIdentityOK creates a DeleteIdentityOK with default headers values

func (*DeleteIdentityOK) Error

func (o *DeleteIdentityOK) Error() string

func (*DeleteIdentityOK) GetPayload

func (o *DeleteIdentityOK) GetPayload() *rest_model.Empty

type DeleteIdentityParams

type DeleteIdentityParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

DeleteIdentityParams contains all the parameters to send to the API endpoint

for the delete identity operation.

Typically these are written to a http.Request.

func NewDeleteIdentityParams

func NewDeleteIdentityParams() *DeleteIdentityParams

NewDeleteIdentityParams creates a new DeleteIdentityParams 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 NewDeleteIdentityParamsWithContext

func NewDeleteIdentityParamsWithContext(ctx context.Context) *DeleteIdentityParams

NewDeleteIdentityParamsWithContext creates a new DeleteIdentityParams object with the ability to set a context for a request.

func NewDeleteIdentityParamsWithHTTPClient

func NewDeleteIdentityParamsWithHTTPClient(client *http.Client) *DeleteIdentityParams

NewDeleteIdentityParamsWithHTTPClient creates a new DeleteIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteIdentityParamsWithTimeout

func NewDeleteIdentityParamsWithTimeout(timeout time.Duration) *DeleteIdentityParams

NewDeleteIdentityParamsWithTimeout creates a new DeleteIdentityParams object with the ability to set a timeout on a request.

func (*DeleteIdentityParams) SetContext

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

SetContext adds the context to the delete identity params

func (*DeleteIdentityParams) SetDefaults

func (o *DeleteIdentityParams) SetDefaults()

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

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

func (*DeleteIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete identity params

func (*DeleteIdentityParams) SetID

func (o *DeleteIdentityParams) SetID(id string)

SetID adds the id to the delete identity params

func (*DeleteIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the delete identity params

func (*DeleteIdentityParams) WithContext

WithContext adds the context to the delete identity params

func (*DeleteIdentityParams) WithDefaults

func (o *DeleteIdentityParams) WithDefaults() *DeleteIdentityParams

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

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

func (*DeleteIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete identity params

func (*DeleteIdentityParams) WithID

WithID adds the id to the delete identity params

func (*DeleteIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the delete identity params

func (*DeleteIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteIdentityReader

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

DeleteIdentityReader is a Reader for the DeleteIdentity structure.

func (*DeleteIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteIdentityUnauthorized

type DeleteIdentityUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
DeleteIdentityUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewDeleteIdentityUnauthorized

func NewDeleteIdentityUnauthorized() *DeleteIdentityUnauthorized

NewDeleteIdentityUnauthorized creates a DeleteIdentityUnauthorized with default headers values

func (*DeleteIdentityUnauthorized) Error

func (*DeleteIdentityUnauthorized) GetPayload

type DetailIdentityNotFound

type DetailIdentityNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
DetailIdentityNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewDetailIdentityNotFound

func NewDetailIdentityNotFound() *DetailIdentityNotFound

NewDetailIdentityNotFound creates a DetailIdentityNotFound with default headers values

func (*DetailIdentityNotFound) Error

func (o *DetailIdentityNotFound) Error() string

func (*DetailIdentityNotFound) GetPayload

type DetailIdentityOK

type DetailIdentityOK struct {
	Payload *rest_model.DetailIdentityEnvelope
}
DetailIdentityOK describes a response with status code 200, with default header values.

A single identity

func NewDetailIdentityOK

func NewDetailIdentityOK() *DetailIdentityOK

NewDetailIdentityOK creates a DetailIdentityOK with default headers values

func (*DetailIdentityOK) Error

func (o *DetailIdentityOK) Error() string

func (*DetailIdentityOK) GetPayload

type DetailIdentityParams

type DetailIdentityParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

DetailIdentityParams contains all the parameters to send to the API endpoint

for the detail identity operation.

Typically these are written to a http.Request.

func NewDetailIdentityParams

func NewDetailIdentityParams() *DetailIdentityParams

NewDetailIdentityParams creates a new DetailIdentityParams 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 NewDetailIdentityParamsWithContext

func NewDetailIdentityParamsWithContext(ctx context.Context) *DetailIdentityParams

NewDetailIdentityParamsWithContext creates a new DetailIdentityParams object with the ability to set a context for a request.

func NewDetailIdentityParamsWithHTTPClient

func NewDetailIdentityParamsWithHTTPClient(client *http.Client) *DetailIdentityParams

NewDetailIdentityParamsWithHTTPClient creates a new DetailIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewDetailIdentityParamsWithTimeout

func NewDetailIdentityParamsWithTimeout(timeout time.Duration) *DetailIdentityParams

NewDetailIdentityParamsWithTimeout creates a new DetailIdentityParams object with the ability to set a timeout on a request.

func (*DetailIdentityParams) SetContext

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

SetContext adds the context to the detail identity params

func (*DetailIdentityParams) SetDefaults

func (o *DetailIdentityParams) SetDefaults()

SetDefaults hydrates default values in the detail identity params (not the query body).

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

func (*DetailIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the detail identity params

func (*DetailIdentityParams) SetID

func (o *DetailIdentityParams) SetID(id string)

SetID adds the id to the detail identity params

func (*DetailIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the detail identity params

func (*DetailIdentityParams) WithContext

WithContext adds the context to the detail identity params

func (*DetailIdentityParams) WithDefaults

func (o *DetailIdentityParams) WithDefaults() *DetailIdentityParams

WithDefaults hydrates default values in the detail identity params (not the query body).

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

func (*DetailIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the detail identity params

func (*DetailIdentityParams) WithID

WithID adds the id to the detail identity params

func (*DetailIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the detail identity params

func (*DetailIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DetailIdentityReader

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

DetailIdentityReader is a Reader for the DetailIdentity structure.

func (*DetailIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DetailIdentityTypeNotFound

type DetailIdentityTypeNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
DetailIdentityTypeNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewDetailIdentityTypeNotFound

func NewDetailIdentityTypeNotFound() *DetailIdentityTypeNotFound

NewDetailIdentityTypeNotFound creates a DetailIdentityTypeNotFound with default headers values

func (*DetailIdentityTypeNotFound) Error

func (*DetailIdentityTypeNotFound) GetPayload

type DetailIdentityTypeOK

type DetailIdentityTypeOK struct {
	Payload *rest_model.DetailIdentityTypeEnvelope
}
DetailIdentityTypeOK describes a response with status code 200, with default header values.

A single identity type

func NewDetailIdentityTypeOK

func NewDetailIdentityTypeOK() *DetailIdentityTypeOK

NewDetailIdentityTypeOK creates a DetailIdentityTypeOK with default headers values

func (*DetailIdentityTypeOK) Error

func (o *DetailIdentityTypeOK) Error() string

func (*DetailIdentityTypeOK) GetPayload

type DetailIdentityTypeParams

type DetailIdentityTypeParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

DetailIdentityTypeParams contains all the parameters to send to the API endpoint

for the detail identity type operation.

Typically these are written to a http.Request.

func NewDetailIdentityTypeParams

func NewDetailIdentityTypeParams() *DetailIdentityTypeParams

NewDetailIdentityTypeParams creates a new DetailIdentityTypeParams 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 NewDetailIdentityTypeParamsWithContext

func NewDetailIdentityTypeParamsWithContext(ctx context.Context) *DetailIdentityTypeParams

NewDetailIdentityTypeParamsWithContext creates a new DetailIdentityTypeParams object with the ability to set a context for a request.

func NewDetailIdentityTypeParamsWithHTTPClient

func NewDetailIdentityTypeParamsWithHTTPClient(client *http.Client) *DetailIdentityTypeParams

NewDetailIdentityTypeParamsWithHTTPClient creates a new DetailIdentityTypeParams object with the ability to set a custom HTTPClient for a request.

func NewDetailIdentityTypeParamsWithTimeout

func NewDetailIdentityTypeParamsWithTimeout(timeout time.Duration) *DetailIdentityTypeParams

NewDetailIdentityTypeParamsWithTimeout creates a new DetailIdentityTypeParams object with the ability to set a timeout on a request.

func (*DetailIdentityTypeParams) SetContext

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

SetContext adds the context to the detail identity type params

func (*DetailIdentityTypeParams) SetDefaults

func (o *DetailIdentityTypeParams) SetDefaults()

SetDefaults hydrates default values in the detail identity type params (not the query body).

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

func (*DetailIdentityTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the detail identity type params

func (*DetailIdentityTypeParams) SetID

func (o *DetailIdentityTypeParams) SetID(id string)

SetID adds the id to the detail identity type params

func (*DetailIdentityTypeParams) SetTimeout

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

SetTimeout adds the timeout to the detail identity type params

func (*DetailIdentityTypeParams) WithContext

WithContext adds the context to the detail identity type params

func (*DetailIdentityTypeParams) WithDefaults

WithDefaults hydrates default values in the detail identity type params (not the query body).

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

func (*DetailIdentityTypeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the detail identity type params

func (*DetailIdentityTypeParams) WithID

WithID adds the id to the detail identity type params

func (*DetailIdentityTypeParams) WithTimeout

WithTimeout adds the timeout to the detail identity type params

func (*DetailIdentityTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DetailIdentityTypeReader

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

DetailIdentityTypeReader is a Reader for the DetailIdentityType structure.

func (*DetailIdentityTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DetailIdentityTypeUnauthorized

type DetailIdentityTypeUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
DetailIdentityTypeUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewDetailIdentityTypeUnauthorized

func NewDetailIdentityTypeUnauthorized() *DetailIdentityTypeUnauthorized

NewDetailIdentityTypeUnauthorized creates a DetailIdentityTypeUnauthorized with default headers values

func (*DetailIdentityTypeUnauthorized) Error

func (*DetailIdentityTypeUnauthorized) GetPayload

type DetailIdentityUnauthorized

type DetailIdentityUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
DetailIdentityUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewDetailIdentityUnauthorized

func NewDetailIdentityUnauthorized() *DetailIdentityUnauthorized

NewDetailIdentityUnauthorized creates a DetailIdentityUnauthorized with default headers values

func (*DetailIdentityUnauthorized) Error

func (*DetailIdentityUnauthorized) GetPayload

type DisableIdentityNotFound

type DisableIdentityNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
DisableIdentityNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewDisableIdentityNotFound

func NewDisableIdentityNotFound() *DisableIdentityNotFound

NewDisableIdentityNotFound creates a DisableIdentityNotFound with default headers values

func (*DisableIdentityNotFound) Error

func (o *DisableIdentityNotFound) Error() string

func (*DisableIdentityNotFound) GetPayload

type DisableIdentityOK

type DisableIdentityOK struct {
	Payload *rest_model.Empty
}
DisableIdentityOK describes a response with status code 200, with default header values.

Base empty response

func NewDisableIdentityOK

func NewDisableIdentityOK() *DisableIdentityOK

NewDisableIdentityOK creates a DisableIdentityOK with default headers values

func (*DisableIdentityOK) Error

func (o *DisableIdentityOK) Error() string

func (*DisableIdentityOK) GetPayload

func (o *DisableIdentityOK) GetPayload() *rest_model.Empty

type DisableIdentityParams

type DisableIdentityParams struct {

	/* Disable.

	   Disable parameters
	*/
	Disable *rest_model.DisableParams

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

DisableIdentityParams contains all the parameters to send to the API endpoint

for the disable identity operation.

Typically these are written to a http.Request.

func NewDisableIdentityParams

func NewDisableIdentityParams() *DisableIdentityParams

NewDisableIdentityParams creates a new DisableIdentityParams 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 NewDisableIdentityParamsWithContext

func NewDisableIdentityParamsWithContext(ctx context.Context) *DisableIdentityParams

NewDisableIdentityParamsWithContext creates a new DisableIdentityParams object with the ability to set a context for a request.

func NewDisableIdentityParamsWithHTTPClient

func NewDisableIdentityParamsWithHTTPClient(client *http.Client) *DisableIdentityParams

NewDisableIdentityParamsWithHTTPClient creates a new DisableIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewDisableIdentityParamsWithTimeout

func NewDisableIdentityParamsWithTimeout(timeout time.Duration) *DisableIdentityParams

NewDisableIdentityParamsWithTimeout creates a new DisableIdentityParams object with the ability to set a timeout on a request.

func (*DisableIdentityParams) SetContext

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

SetContext adds the context to the disable identity params

func (*DisableIdentityParams) SetDefaults

func (o *DisableIdentityParams) SetDefaults()

SetDefaults hydrates default values in the disable identity params (not the query body).

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

func (*DisableIdentityParams) SetDisable

func (o *DisableIdentityParams) SetDisable(disable *rest_model.DisableParams)

SetDisable adds the disable to the disable identity params

func (*DisableIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the disable identity params

func (*DisableIdentityParams) SetID

func (o *DisableIdentityParams) SetID(id string)

SetID adds the id to the disable identity params

func (*DisableIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the disable identity params

func (*DisableIdentityParams) WithContext

WithContext adds the context to the disable identity params

func (*DisableIdentityParams) WithDefaults

func (o *DisableIdentityParams) WithDefaults() *DisableIdentityParams

WithDefaults hydrates default values in the disable identity params (not the query body).

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

func (*DisableIdentityParams) WithDisable

WithDisable adds the disable to the disable identity params

func (*DisableIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the disable identity params

func (*DisableIdentityParams) WithID

WithID adds the id to the disable identity params

func (*DisableIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the disable identity params

func (*DisableIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DisableIdentityReader

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

DisableIdentityReader is a Reader for the DisableIdentity structure.

func (*DisableIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisableIdentityUnauthorized

type DisableIdentityUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
DisableIdentityUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewDisableIdentityUnauthorized

func NewDisableIdentityUnauthorized() *DisableIdentityUnauthorized

NewDisableIdentityUnauthorized creates a DisableIdentityUnauthorized with default headers values

func (*DisableIdentityUnauthorized) Error

func (*DisableIdentityUnauthorized) GetPayload

type DisassociateIdentitysServiceConfigsBadRequest

type DisassociateIdentitysServiceConfigsBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
DisassociateIdentitysServiceConfigsBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewDisassociateIdentitysServiceConfigsBadRequest

func NewDisassociateIdentitysServiceConfigsBadRequest() *DisassociateIdentitysServiceConfigsBadRequest

NewDisassociateIdentitysServiceConfigsBadRequest creates a DisassociateIdentitysServiceConfigsBadRequest with default headers values

func (*DisassociateIdentitysServiceConfigsBadRequest) Error

func (*DisassociateIdentitysServiceConfigsBadRequest) GetPayload

type DisassociateIdentitysServiceConfigsNotFound

type DisassociateIdentitysServiceConfigsNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
DisassociateIdentitysServiceConfigsNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewDisassociateIdentitysServiceConfigsNotFound

func NewDisassociateIdentitysServiceConfigsNotFound() *DisassociateIdentitysServiceConfigsNotFound

NewDisassociateIdentitysServiceConfigsNotFound creates a DisassociateIdentitysServiceConfigsNotFound with default headers values

func (*DisassociateIdentitysServiceConfigsNotFound) Error

func (*DisassociateIdentitysServiceConfigsNotFound) GetPayload

type DisassociateIdentitysServiceConfigsOK

type DisassociateIdentitysServiceConfigsOK struct {
	Payload *rest_model.Empty
}
DisassociateIdentitysServiceConfigsOK describes a response with status code 200, with default header values.

Base empty response

func NewDisassociateIdentitysServiceConfigsOK

func NewDisassociateIdentitysServiceConfigsOK() *DisassociateIdentitysServiceConfigsOK

NewDisassociateIdentitysServiceConfigsOK creates a DisassociateIdentitysServiceConfigsOK with default headers values

func (*DisassociateIdentitysServiceConfigsOK) Error

func (*DisassociateIdentitysServiceConfigsOK) GetPayload

type DisassociateIdentitysServiceConfigsParams

type DisassociateIdentitysServiceConfigsParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

	/* ServiceConfigIDPairs.

	   An array of service and config id pairs to remove
	*/
	ServiceConfigIDPairs rest_model.ServiceConfigsAssignList

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

DisassociateIdentitysServiceConfigsParams contains all the parameters to send to the API endpoint

for the disassociate identitys service configs operation.

Typically these are written to a http.Request.

func NewDisassociateIdentitysServiceConfigsParams

func NewDisassociateIdentitysServiceConfigsParams() *DisassociateIdentitysServiceConfigsParams

NewDisassociateIdentitysServiceConfigsParams creates a new DisassociateIdentitysServiceConfigsParams 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 NewDisassociateIdentitysServiceConfigsParamsWithContext

func NewDisassociateIdentitysServiceConfigsParamsWithContext(ctx context.Context) *DisassociateIdentitysServiceConfigsParams

NewDisassociateIdentitysServiceConfigsParamsWithContext creates a new DisassociateIdentitysServiceConfigsParams object with the ability to set a context for a request.

func NewDisassociateIdentitysServiceConfigsParamsWithHTTPClient

func NewDisassociateIdentitysServiceConfigsParamsWithHTTPClient(client *http.Client) *DisassociateIdentitysServiceConfigsParams

NewDisassociateIdentitysServiceConfigsParamsWithHTTPClient creates a new DisassociateIdentitysServiceConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewDisassociateIdentitysServiceConfigsParamsWithTimeout

func NewDisassociateIdentitysServiceConfigsParamsWithTimeout(timeout time.Duration) *DisassociateIdentitysServiceConfigsParams

NewDisassociateIdentitysServiceConfigsParamsWithTimeout creates a new DisassociateIdentitysServiceConfigsParams object with the ability to set a timeout on a request.

func (*DisassociateIdentitysServiceConfigsParams) SetContext

SetContext adds the context to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) SetDefaults

SetDefaults hydrates default values in the disassociate identitys service configs params (not the query body).

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

func (*DisassociateIdentitysServiceConfigsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) SetID

SetID adds the id to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) SetServiceConfigIDPairs

func (o *DisassociateIdentitysServiceConfigsParams) SetServiceConfigIDPairs(serviceConfigIDPairs rest_model.ServiceConfigsAssignList)

SetServiceConfigIDPairs adds the serviceConfigIdPairs to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) SetTimeout

SetTimeout adds the timeout to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) WithContext

WithContext adds the context to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) WithDefaults

WithDefaults hydrates default values in the disassociate identitys service configs params (not the query body).

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

func (*DisassociateIdentitysServiceConfigsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) WithID

WithID adds the id to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) WithServiceConfigIDPairs

WithServiceConfigIDPairs adds the serviceConfigIDPairs to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) WithTimeout

WithTimeout adds the timeout to the disassociate identitys service configs params

func (*DisassociateIdentitysServiceConfigsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DisassociateIdentitysServiceConfigsReader

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

DisassociateIdentitysServiceConfigsReader is a Reader for the DisassociateIdentitysServiceConfigs structure.

func (*DisassociateIdentitysServiceConfigsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisassociateIdentitysServiceConfigsUnauthorized

type DisassociateIdentitysServiceConfigsUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
DisassociateIdentitysServiceConfigsUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewDisassociateIdentitysServiceConfigsUnauthorized

func NewDisassociateIdentitysServiceConfigsUnauthorized() *DisassociateIdentitysServiceConfigsUnauthorized

NewDisassociateIdentitysServiceConfigsUnauthorized creates a DisassociateIdentitysServiceConfigsUnauthorized with default headers values

func (*DisassociateIdentitysServiceConfigsUnauthorized) Error

func (*DisassociateIdentitysServiceConfigsUnauthorized) GetPayload

type EnableIdentityNotFound

type EnableIdentityNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
EnableIdentityNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewEnableIdentityNotFound

func NewEnableIdentityNotFound() *EnableIdentityNotFound

NewEnableIdentityNotFound creates a EnableIdentityNotFound with default headers values

func (*EnableIdentityNotFound) Error

func (o *EnableIdentityNotFound) Error() string

func (*EnableIdentityNotFound) GetPayload

type EnableIdentityOK

type EnableIdentityOK struct {
	Payload *rest_model.Empty
}
EnableIdentityOK describes a response with status code 200, with default header values.

Base empty response

func NewEnableIdentityOK

func NewEnableIdentityOK() *EnableIdentityOK

NewEnableIdentityOK creates a EnableIdentityOK with default headers values

func (*EnableIdentityOK) Error

func (o *EnableIdentityOK) Error() string

func (*EnableIdentityOK) GetPayload

func (o *EnableIdentityOK) GetPayload() *rest_model.Empty

type EnableIdentityParams

type EnableIdentityParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

EnableIdentityParams contains all the parameters to send to the API endpoint

for the enable identity operation.

Typically these are written to a http.Request.

func NewEnableIdentityParams

func NewEnableIdentityParams() *EnableIdentityParams

NewEnableIdentityParams creates a new EnableIdentityParams 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 NewEnableIdentityParamsWithContext

func NewEnableIdentityParamsWithContext(ctx context.Context) *EnableIdentityParams

NewEnableIdentityParamsWithContext creates a new EnableIdentityParams object with the ability to set a context for a request.

func NewEnableIdentityParamsWithHTTPClient

func NewEnableIdentityParamsWithHTTPClient(client *http.Client) *EnableIdentityParams

NewEnableIdentityParamsWithHTTPClient creates a new EnableIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewEnableIdentityParamsWithTimeout

func NewEnableIdentityParamsWithTimeout(timeout time.Duration) *EnableIdentityParams

NewEnableIdentityParamsWithTimeout creates a new EnableIdentityParams object with the ability to set a timeout on a request.

func (*EnableIdentityParams) SetContext

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

SetContext adds the context to the enable identity params

func (*EnableIdentityParams) SetDefaults

func (o *EnableIdentityParams) SetDefaults()

SetDefaults hydrates default values in the enable identity params (not the query body).

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

func (*EnableIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable identity params

func (*EnableIdentityParams) SetID

func (o *EnableIdentityParams) SetID(id string)

SetID adds the id to the enable identity params

func (*EnableIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the enable identity params

func (*EnableIdentityParams) WithContext

WithContext adds the context to the enable identity params

func (*EnableIdentityParams) WithDefaults

func (o *EnableIdentityParams) WithDefaults() *EnableIdentityParams

WithDefaults hydrates default values in the enable identity params (not the query body).

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

func (*EnableIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the enable identity params

func (*EnableIdentityParams) WithID

WithID adds the id to the enable identity params

func (*EnableIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the enable identity params

func (*EnableIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EnableIdentityReader

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

EnableIdentityReader is a Reader for the EnableIdentity structure.

func (*EnableIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnableIdentityUnauthorized

type EnableIdentityUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
EnableIdentityUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewEnableIdentityUnauthorized

func NewEnableIdentityUnauthorized() *EnableIdentityUnauthorized

NewEnableIdentityUnauthorized creates a EnableIdentityUnauthorized with default headers values

func (*EnableIdentityUnauthorized) Error

func (*EnableIdentityUnauthorized) GetPayload

type GetIdentityAuthenticatorsNotFound

type GetIdentityAuthenticatorsNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityAuthenticatorsNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewGetIdentityAuthenticatorsNotFound

func NewGetIdentityAuthenticatorsNotFound() *GetIdentityAuthenticatorsNotFound

NewGetIdentityAuthenticatorsNotFound creates a GetIdentityAuthenticatorsNotFound with default headers values

func (*GetIdentityAuthenticatorsNotFound) Error

func (*GetIdentityAuthenticatorsNotFound) GetPayload

type GetIdentityAuthenticatorsOK

type GetIdentityAuthenticatorsOK struct {
	Payload *rest_model.ListAuthenticatorsEnvelope
}
GetIdentityAuthenticatorsOK describes a response with status code 200, with default header values.

A list of authenticators

func NewGetIdentityAuthenticatorsOK

func NewGetIdentityAuthenticatorsOK() *GetIdentityAuthenticatorsOK

NewGetIdentityAuthenticatorsOK creates a GetIdentityAuthenticatorsOK with default headers values

func (*GetIdentityAuthenticatorsOK) Error

func (*GetIdentityAuthenticatorsOK) GetPayload

type GetIdentityAuthenticatorsParams

type GetIdentityAuthenticatorsParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

GetIdentityAuthenticatorsParams contains all the parameters to send to the API endpoint

for the get identity authenticators operation.

Typically these are written to a http.Request.

func NewGetIdentityAuthenticatorsParams

func NewGetIdentityAuthenticatorsParams() *GetIdentityAuthenticatorsParams

NewGetIdentityAuthenticatorsParams creates a new GetIdentityAuthenticatorsParams 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 NewGetIdentityAuthenticatorsParamsWithContext

func NewGetIdentityAuthenticatorsParamsWithContext(ctx context.Context) *GetIdentityAuthenticatorsParams

NewGetIdentityAuthenticatorsParamsWithContext creates a new GetIdentityAuthenticatorsParams object with the ability to set a context for a request.

func NewGetIdentityAuthenticatorsParamsWithHTTPClient

func NewGetIdentityAuthenticatorsParamsWithHTTPClient(client *http.Client) *GetIdentityAuthenticatorsParams

NewGetIdentityAuthenticatorsParamsWithHTTPClient creates a new GetIdentityAuthenticatorsParams object with the ability to set a custom HTTPClient for a request.

func NewGetIdentityAuthenticatorsParamsWithTimeout

func NewGetIdentityAuthenticatorsParamsWithTimeout(timeout time.Duration) *GetIdentityAuthenticatorsParams

NewGetIdentityAuthenticatorsParamsWithTimeout creates a new GetIdentityAuthenticatorsParams object with the ability to set a timeout on a request.

func (*GetIdentityAuthenticatorsParams) SetContext

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

SetContext adds the context to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) SetDefaults

func (o *GetIdentityAuthenticatorsParams) SetDefaults()

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

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

func (*GetIdentityAuthenticatorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) SetID

SetID adds the id to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) SetTimeout

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

SetTimeout adds the timeout to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) WithContext

WithContext adds the context to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) WithDefaults

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

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

func (*GetIdentityAuthenticatorsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) WithID

WithID adds the id to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) WithTimeout

WithTimeout adds the timeout to the get identity authenticators params

func (*GetIdentityAuthenticatorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIdentityAuthenticatorsReader

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

GetIdentityAuthenticatorsReader is a Reader for the GetIdentityAuthenticators structure.

func (*GetIdentityAuthenticatorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIdentityAuthenticatorsUnauthorized

type GetIdentityAuthenticatorsUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityAuthenticatorsUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewGetIdentityAuthenticatorsUnauthorized

func NewGetIdentityAuthenticatorsUnauthorized() *GetIdentityAuthenticatorsUnauthorized

NewGetIdentityAuthenticatorsUnauthorized creates a GetIdentityAuthenticatorsUnauthorized with default headers values

func (*GetIdentityAuthenticatorsUnauthorized) Error

func (*GetIdentityAuthenticatorsUnauthorized) GetPayload

type GetIdentityEnrollmentsNotFound

type GetIdentityEnrollmentsNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityEnrollmentsNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewGetIdentityEnrollmentsNotFound

func NewGetIdentityEnrollmentsNotFound() *GetIdentityEnrollmentsNotFound

NewGetIdentityEnrollmentsNotFound creates a GetIdentityEnrollmentsNotFound with default headers values

func (*GetIdentityEnrollmentsNotFound) Error

func (*GetIdentityEnrollmentsNotFound) GetPayload

type GetIdentityEnrollmentsOK

type GetIdentityEnrollmentsOK struct {
	Payload *rest_model.ListEnrollmentsEnvelope
}
GetIdentityEnrollmentsOK describes a response with status code 200, with default header values.

A list of enrollments

func NewGetIdentityEnrollmentsOK

func NewGetIdentityEnrollmentsOK() *GetIdentityEnrollmentsOK

NewGetIdentityEnrollmentsOK creates a GetIdentityEnrollmentsOK with default headers values

func (*GetIdentityEnrollmentsOK) Error

func (o *GetIdentityEnrollmentsOK) Error() string

func (*GetIdentityEnrollmentsOK) GetPayload

type GetIdentityEnrollmentsParams

type GetIdentityEnrollmentsParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

GetIdentityEnrollmentsParams contains all the parameters to send to the API endpoint

for the get identity enrollments operation.

Typically these are written to a http.Request.

func NewGetIdentityEnrollmentsParams

func NewGetIdentityEnrollmentsParams() *GetIdentityEnrollmentsParams

NewGetIdentityEnrollmentsParams creates a new GetIdentityEnrollmentsParams 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 NewGetIdentityEnrollmentsParamsWithContext

func NewGetIdentityEnrollmentsParamsWithContext(ctx context.Context) *GetIdentityEnrollmentsParams

NewGetIdentityEnrollmentsParamsWithContext creates a new GetIdentityEnrollmentsParams object with the ability to set a context for a request.

func NewGetIdentityEnrollmentsParamsWithHTTPClient

func NewGetIdentityEnrollmentsParamsWithHTTPClient(client *http.Client) *GetIdentityEnrollmentsParams

NewGetIdentityEnrollmentsParamsWithHTTPClient creates a new GetIdentityEnrollmentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetIdentityEnrollmentsParamsWithTimeout

func NewGetIdentityEnrollmentsParamsWithTimeout(timeout time.Duration) *GetIdentityEnrollmentsParams

NewGetIdentityEnrollmentsParamsWithTimeout creates a new GetIdentityEnrollmentsParams object with the ability to set a timeout on a request.

func (*GetIdentityEnrollmentsParams) SetContext

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

SetContext adds the context to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) SetDefaults

func (o *GetIdentityEnrollmentsParams) SetDefaults()

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

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

func (*GetIdentityEnrollmentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) SetID

func (o *GetIdentityEnrollmentsParams) SetID(id string)

SetID adds the id to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) SetTimeout

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

SetTimeout adds the timeout to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) WithContext

WithContext adds the context to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) WithDefaults

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

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

func (*GetIdentityEnrollmentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) WithID

WithID adds the id to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) WithTimeout

WithTimeout adds the timeout to the get identity enrollments params

func (*GetIdentityEnrollmentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIdentityEnrollmentsReader

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

GetIdentityEnrollmentsReader is a Reader for the GetIdentityEnrollments structure.

func (*GetIdentityEnrollmentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIdentityEnrollmentsUnauthorized

type GetIdentityEnrollmentsUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityEnrollmentsUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewGetIdentityEnrollmentsUnauthorized

func NewGetIdentityEnrollmentsUnauthorized() *GetIdentityEnrollmentsUnauthorized

NewGetIdentityEnrollmentsUnauthorized creates a GetIdentityEnrollmentsUnauthorized with default headers values

func (*GetIdentityEnrollmentsUnauthorized) Error

func (*GetIdentityEnrollmentsUnauthorized) GetPayload

type GetIdentityFailedServiceRequestsNotFound

type GetIdentityFailedServiceRequestsNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityFailedServiceRequestsNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewGetIdentityFailedServiceRequestsNotFound

func NewGetIdentityFailedServiceRequestsNotFound() *GetIdentityFailedServiceRequestsNotFound

NewGetIdentityFailedServiceRequestsNotFound creates a GetIdentityFailedServiceRequestsNotFound with default headers values

func (*GetIdentityFailedServiceRequestsNotFound) Error

func (*GetIdentityFailedServiceRequestsNotFound) GetPayload

type GetIdentityFailedServiceRequestsOK

type GetIdentityFailedServiceRequestsOK struct {
	Payload *rest_model.FailedServiceRequestEnvelope
}
GetIdentityFailedServiceRequestsOK describes a response with status code 200, with default header values.

Returns a list of service request failures

func NewGetIdentityFailedServiceRequestsOK

func NewGetIdentityFailedServiceRequestsOK() *GetIdentityFailedServiceRequestsOK

NewGetIdentityFailedServiceRequestsOK creates a GetIdentityFailedServiceRequestsOK with default headers values

func (*GetIdentityFailedServiceRequestsOK) Error

func (*GetIdentityFailedServiceRequestsOK) GetPayload

type GetIdentityFailedServiceRequestsParams

type GetIdentityFailedServiceRequestsParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

GetIdentityFailedServiceRequestsParams contains all the parameters to send to the API endpoint

for the get identity failed service requests operation.

Typically these are written to a http.Request.

func NewGetIdentityFailedServiceRequestsParams

func NewGetIdentityFailedServiceRequestsParams() *GetIdentityFailedServiceRequestsParams

NewGetIdentityFailedServiceRequestsParams creates a new GetIdentityFailedServiceRequestsParams 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 NewGetIdentityFailedServiceRequestsParamsWithContext

func NewGetIdentityFailedServiceRequestsParamsWithContext(ctx context.Context) *GetIdentityFailedServiceRequestsParams

NewGetIdentityFailedServiceRequestsParamsWithContext creates a new GetIdentityFailedServiceRequestsParams object with the ability to set a context for a request.

func NewGetIdentityFailedServiceRequestsParamsWithHTTPClient

func NewGetIdentityFailedServiceRequestsParamsWithHTTPClient(client *http.Client) *GetIdentityFailedServiceRequestsParams

NewGetIdentityFailedServiceRequestsParamsWithHTTPClient creates a new GetIdentityFailedServiceRequestsParams object with the ability to set a custom HTTPClient for a request.

func NewGetIdentityFailedServiceRequestsParamsWithTimeout

func NewGetIdentityFailedServiceRequestsParamsWithTimeout(timeout time.Duration) *GetIdentityFailedServiceRequestsParams

NewGetIdentityFailedServiceRequestsParamsWithTimeout creates a new GetIdentityFailedServiceRequestsParams object with the ability to set a timeout on a request.

func (*GetIdentityFailedServiceRequestsParams) SetContext

SetContext adds the context to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) SetDefaults

func (o *GetIdentityFailedServiceRequestsParams) SetDefaults()

SetDefaults hydrates default values in the get identity failed service requests params (not the query body).

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

func (*GetIdentityFailedServiceRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) SetID

SetID adds the id to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) WithContext

WithContext adds the context to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) WithDefaults

WithDefaults hydrates default values in the get identity failed service requests params (not the query body).

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

func (*GetIdentityFailedServiceRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) WithID

WithID adds the id to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) WithTimeout

WithTimeout adds the timeout to the get identity failed service requests params

func (*GetIdentityFailedServiceRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIdentityFailedServiceRequestsReader

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

GetIdentityFailedServiceRequestsReader is a Reader for the GetIdentityFailedServiceRequests structure.

func (*GetIdentityFailedServiceRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIdentityFailedServiceRequestsUnauthorized

type GetIdentityFailedServiceRequestsUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityFailedServiceRequestsUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewGetIdentityFailedServiceRequestsUnauthorized

func NewGetIdentityFailedServiceRequestsUnauthorized() *GetIdentityFailedServiceRequestsUnauthorized

NewGetIdentityFailedServiceRequestsUnauthorized creates a GetIdentityFailedServiceRequestsUnauthorized with default headers values

func (*GetIdentityFailedServiceRequestsUnauthorized) Error

func (*GetIdentityFailedServiceRequestsUnauthorized) GetPayload

type GetIdentityPolicyAdviceNotFound

type GetIdentityPolicyAdviceNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityPolicyAdviceNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewGetIdentityPolicyAdviceNotFound

func NewGetIdentityPolicyAdviceNotFound() *GetIdentityPolicyAdviceNotFound

NewGetIdentityPolicyAdviceNotFound creates a GetIdentityPolicyAdviceNotFound with default headers values

func (*GetIdentityPolicyAdviceNotFound) Error

func (*GetIdentityPolicyAdviceNotFound) GetPayload

type GetIdentityPolicyAdviceOK

type GetIdentityPolicyAdviceOK struct {
	Payload *rest_model.GetIdentityPolicyAdviceEnvelope
}
GetIdentityPolicyAdviceOK describes a response with status code 200, with default header values.

Returns the document that represents the policy advice

func NewGetIdentityPolicyAdviceOK

func NewGetIdentityPolicyAdviceOK() *GetIdentityPolicyAdviceOK

NewGetIdentityPolicyAdviceOK creates a GetIdentityPolicyAdviceOK with default headers values

func (*GetIdentityPolicyAdviceOK) Error

func (o *GetIdentityPolicyAdviceOK) Error() string

func (*GetIdentityPolicyAdviceOK) GetPayload

type GetIdentityPolicyAdviceParams

type GetIdentityPolicyAdviceParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

	/* ServiceID.

	   The id of a service
	*/
	ServiceID string

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

GetIdentityPolicyAdviceParams contains all the parameters to send to the API endpoint

for the get identity policy advice operation.

Typically these are written to a http.Request.

func NewGetIdentityPolicyAdviceParams

func NewGetIdentityPolicyAdviceParams() *GetIdentityPolicyAdviceParams

NewGetIdentityPolicyAdviceParams creates a new GetIdentityPolicyAdviceParams 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 NewGetIdentityPolicyAdviceParamsWithContext

func NewGetIdentityPolicyAdviceParamsWithContext(ctx context.Context) *GetIdentityPolicyAdviceParams

NewGetIdentityPolicyAdviceParamsWithContext creates a new GetIdentityPolicyAdviceParams object with the ability to set a context for a request.

func NewGetIdentityPolicyAdviceParamsWithHTTPClient

func NewGetIdentityPolicyAdviceParamsWithHTTPClient(client *http.Client) *GetIdentityPolicyAdviceParams

NewGetIdentityPolicyAdviceParamsWithHTTPClient creates a new GetIdentityPolicyAdviceParams object with the ability to set a custom HTTPClient for a request.

func NewGetIdentityPolicyAdviceParamsWithTimeout

func NewGetIdentityPolicyAdviceParamsWithTimeout(timeout time.Duration) *GetIdentityPolicyAdviceParams

NewGetIdentityPolicyAdviceParamsWithTimeout creates a new GetIdentityPolicyAdviceParams object with the ability to set a timeout on a request.

func (*GetIdentityPolicyAdviceParams) SetContext

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

SetContext adds the context to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) SetDefaults

func (o *GetIdentityPolicyAdviceParams) SetDefaults()

SetDefaults hydrates default values in the get identity policy advice params (not the query body).

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

func (*GetIdentityPolicyAdviceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) SetID

SetID adds the id to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) SetServiceID

func (o *GetIdentityPolicyAdviceParams) SetServiceID(serviceID string)

SetServiceID adds the serviceId to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) SetTimeout

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

SetTimeout adds the timeout to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) WithContext

WithContext adds the context to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) WithDefaults

WithDefaults hydrates default values in the get identity policy advice params (not the query body).

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

func (*GetIdentityPolicyAdviceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) WithID

WithID adds the id to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) WithServiceID

WithServiceID adds the serviceID to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) WithTimeout

WithTimeout adds the timeout to the get identity policy advice params

func (*GetIdentityPolicyAdviceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIdentityPolicyAdviceReader

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

GetIdentityPolicyAdviceReader is a Reader for the GetIdentityPolicyAdvice structure.

func (*GetIdentityPolicyAdviceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIdentityPolicyAdviceUnauthorized

type GetIdentityPolicyAdviceUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityPolicyAdviceUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewGetIdentityPolicyAdviceUnauthorized

func NewGetIdentityPolicyAdviceUnauthorized() *GetIdentityPolicyAdviceUnauthorized

NewGetIdentityPolicyAdviceUnauthorized creates a GetIdentityPolicyAdviceUnauthorized with default headers values

func (*GetIdentityPolicyAdviceUnauthorized) Error

func (*GetIdentityPolicyAdviceUnauthorized) GetPayload

type GetIdentityPostureDataNotFound

type GetIdentityPostureDataNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityPostureDataNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewGetIdentityPostureDataNotFound

func NewGetIdentityPostureDataNotFound() *GetIdentityPostureDataNotFound

NewGetIdentityPostureDataNotFound creates a GetIdentityPostureDataNotFound with default headers values

func (*GetIdentityPostureDataNotFound) Error

func (*GetIdentityPostureDataNotFound) GetPayload

type GetIdentityPostureDataOK

type GetIdentityPostureDataOK struct {
	Payload *rest_model.PostureDataEnvelope
}
GetIdentityPostureDataOK describes a response with status code 200, with default header values.

Returns the document that represents posture data

func NewGetIdentityPostureDataOK

func NewGetIdentityPostureDataOK() *GetIdentityPostureDataOK

NewGetIdentityPostureDataOK creates a GetIdentityPostureDataOK with default headers values

func (*GetIdentityPostureDataOK) Error

func (o *GetIdentityPostureDataOK) Error() string

func (*GetIdentityPostureDataOK) GetPayload

type GetIdentityPostureDataParams

type GetIdentityPostureDataParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

GetIdentityPostureDataParams contains all the parameters to send to the API endpoint

for the get identity posture data operation.

Typically these are written to a http.Request.

func NewGetIdentityPostureDataParams

func NewGetIdentityPostureDataParams() *GetIdentityPostureDataParams

NewGetIdentityPostureDataParams creates a new GetIdentityPostureDataParams 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 NewGetIdentityPostureDataParamsWithContext

func NewGetIdentityPostureDataParamsWithContext(ctx context.Context) *GetIdentityPostureDataParams

NewGetIdentityPostureDataParamsWithContext creates a new GetIdentityPostureDataParams object with the ability to set a context for a request.

func NewGetIdentityPostureDataParamsWithHTTPClient

func NewGetIdentityPostureDataParamsWithHTTPClient(client *http.Client) *GetIdentityPostureDataParams

NewGetIdentityPostureDataParamsWithHTTPClient creates a new GetIdentityPostureDataParams object with the ability to set a custom HTTPClient for a request.

func NewGetIdentityPostureDataParamsWithTimeout

func NewGetIdentityPostureDataParamsWithTimeout(timeout time.Duration) *GetIdentityPostureDataParams

NewGetIdentityPostureDataParamsWithTimeout creates a new GetIdentityPostureDataParams object with the ability to set a timeout on a request.

func (*GetIdentityPostureDataParams) SetContext

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

SetContext adds the context to the get identity posture data params

func (*GetIdentityPostureDataParams) SetDefaults

func (o *GetIdentityPostureDataParams) SetDefaults()

SetDefaults hydrates default values in the get identity posture data params (not the query body).

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

func (*GetIdentityPostureDataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get identity posture data params

func (*GetIdentityPostureDataParams) SetID

func (o *GetIdentityPostureDataParams) SetID(id string)

SetID adds the id to the get identity posture data params

func (*GetIdentityPostureDataParams) SetTimeout

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

SetTimeout adds the timeout to the get identity posture data params

func (*GetIdentityPostureDataParams) WithContext

WithContext adds the context to the get identity posture data params

func (*GetIdentityPostureDataParams) WithDefaults

WithDefaults hydrates default values in the get identity posture data params (not the query body).

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

func (*GetIdentityPostureDataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get identity posture data params

func (*GetIdentityPostureDataParams) WithID

WithID adds the id to the get identity posture data params

func (*GetIdentityPostureDataParams) WithTimeout

WithTimeout adds the timeout to the get identity posture data params

func (*GetIdentityPostureDataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIdentityPostureDataReader

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

GetIdentityPostureDataReader is a Reader for the GetIdentityPostureData structure.

func (*GetIdentityPostureDataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIdentityPostureDataUnauthorized

type GetIdentityPostureDataUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
GetIdentityPostureDataUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewGetIdentityPostureDataUnauthorized

func NewGetIdentityPostureDataUnauthorized() *GetIdentityPostureDataUnauthorized

NewGetIdentityPostureDataUnauthorized creates a GetIdentityPostureDataUnauthorized with default headers values

func (*GetIdentityPostureDataUnauthorized) Error

func (*GetIdentityPostureDataUnauthorized) GetPayload

type ListIdentitiesBadRequest

type ListIdentitiesBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentitiesBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewListIdentitiesBadRequest

func NewListIdentitiesBadRequest() *ListIdentitiesBadRequest

NewListIdentitiesBadRequest creates a ListIdentitiesBadRequest with default headers values

func (*ListIdentitiesBadRequest) Error

func (o *ListIdentitiesBadRequest) Error() string

func (*ListIdentitiesBadRequest) GetPayload

type ListIdentitiesOK

type ListIdentitiesOK struct {
	Payload *rest_model.ListIdentitiesEnvelope
}
ListIdentitiesOK describes a response with status code 200, with default header values.

A list of identities

func NewListIdentitiesOK

func NewListIdentitiesOK() *ListIdentitiesOK

NewListIdentitiesOK creates a ListIdentitiesOK with default headers values

func (*ListIdentitiesOK) Error

func (o *ListIdentitiesOK) Error() string

func (*ListIdentitiesOK) GetPayload

type ListIdentitiesParams

type ListIdentitiesParams struct {

	// Filter.
	Filter *string

	// Limit.
	Limit *int64

	// Offset.
	Offset *int64

	// RoleFilter.
	RoleFilter []string

	// RoleSemantic.
	RoleSemantic *string

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

ListIdentitiesParams contains all the parameters to send to the API endpoint

for the list identities operation.

Typically these are written to a http.Request.

func NewListIdentitiesParams

func NewListIdentitiesParams() *ListIdentitiesParams

NewListIdentitiesParams creates a new ListIdentitiesParams 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 NewListIdentitiesParamsWithContext

func NewListIdentitiesParamsWithContext(ctx context.Context) *ListIdentitiesParams

NewListIdentitiesParamsWithContext creates a new ListIdentitiesParams object with the ability to set a context for a request.

func NewListIdentitiesParamsWithHTTPClient

func NewListIdentitiesParamsWithHTTPClient(client *http.Client) *ListIdentitiesParams

NewListIdentitiesParamsWithHTTPClient creates a new ListIdentitiesParams object with the ability to set a custom HTTPClient for a request.

func NewListIdentitiesParamsWithTimeout

func NewListIdentitiesParamsWithTimeout(timeout time.Duration) *ListIdentitiesParams

NewListIdentitiesParamsWithTimeout creates a new ListIdentitiesParams object with the ability to set a timeout on a request.

func (*ListIdentitiesParams) SetContext

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

SetContext adds the context to the list identities params

func (*ListIdentitiesParams) SetDefaults

func (o *ListIdentitiesParams) SetDefaults()

SetDefaults hydrates default values in the list identities params (not the query body).

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

func (*ListIdentitiesParams) SetFilter

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

SetFilter adds the filter to the list identities params

func (*ListIdentitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list identities params

func (*ListIdentitiesParams) SetLimit

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

SetLimit adds the limit to the list identities params

func (*ListIdentitiesParams) SetOffset

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

SetOffset adds the offset to the list identities params

func (*ListIdentitiesParams) SetRoleFilter

func (o *ListIdentitiesParams) SetRoleFilter(roleFilter []string)

SetRoleFilter adds the roleFilter to the list identities params

func (*ListIdentitiesParams) SetRoleSemantic

func (o *ListIdentitiesParams) SetRoleSemantic(roleSemantic *string)

SetRoleSemantic adds the roleSemantic to the list identities params

func (*ListIdentitiesParams) SetTimeout

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

SetTimeout adds the timeout to the list identities params

func (*ListIdentitiesParams) WithContext

WithContext adds the context to the list identities params

func (*ListIdentitiesParams) WithDefaults

func (o *ListIdentitiesParams) WithDefaults() *ListIdentitiesParams

WithDefaults hydrates default values in the list identities params (not the query body).

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

func (*ListIdentitiesParams) WithFilter

func (o *ListIdentitiesParams) WithFilter(filter *string) *ListIdentitiesParams

WithFilter adds the filter to the list identities params

func (*ListIdentitiesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list identities params

func (*ListIdentitiesParams) WithLimit

func (o *ListIdentitiesParams) WithLimit(limit *int64) *ListIdentitiesParams

WithLimit adds the limit to the list identities params

func (*ListIdentitiesParams) WithOffset

func (o *ListIdentitiesParams) WithOffset(offset *int64) *ListIdentitiesParams

WithOffset adds the offset to the list identities params

func (*ListIdentitiesParams) WithRoleFilter

func (o *ListIdentitiesParams) WithRoleFilter(roleFilter []string) *ListIdentitiesParams

WithRoleFilter adds the roleFilter to the list identities params

func (*ListIdentitiesParams) WithRoleSemantic

func (o *ListIdentitiesParams) WithRoleSemantic(roleSemantic *string) *ListIdentitiesParams

WithRoleSemantic adds the roleSemantic to the list identities params

func (*ListIdentitiesParams) WithTimeout

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

WithTimeout adds the timeout to the list identities params

func (*ListIdentitiesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListIdentitiesReader

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

ListIdentitiesReader is a Reader for the ListIdentities structure.

func (*ListIdentitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIdentitiesUnauthorized

type ListIdentitiesUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentitiesUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewListIdentitiesUnauthorized

func NewListIdentitiesUnauthorized() *ListIdentitiesUnauthorized

NewListIdentitiesUnauthorized creates a ListIdentitiesUnauthorized with default headers values

func (*ListIdentitiesUnauthorized) Error

func (*ListIdentitiesUnauthorized) GetPayload

type ListIdentityEdgeRoutersNotFound

type ListIdentityEdgeRoutersNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityEdgeRoutersNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewListIdentityEdgeRoutersNotFound

func NewListIdentityEdgeRoutersNotFound() *ListIdentityEdgeRoutersNotFound

NewListIdentityEdgeRoutersNotFound creates a ListIdentityEdgeRoutersNotFound with default headers values

func (*ListIdentityEdgeRoutersNotFound) Error

func (*ListIdentityEdgeRoutersNotFound) GetPayload

type ListIdentityEdgeRoutersOK

type ListIdentityEdgeRoutersOK struct {
	Payload *rest_model.ListEdgeRoutersEnvelope
}
ListIdentityEdgeRoutersOK describes a response with status code 200, with default header values.

A list of edge routers

func NewListIdentityEdgeRoutersOK

func NewListIdentityEdgeRoutersOK() *ListIdentityEdgeRoutersOK

NewListIdentityEdgeRoutersOK creates a ListIdentityEdgeRoutersOK with default headers values

func (*ListIdentityEdgeRoutersOK) Error

func (o *ListIdentityEdgeRoutersOK) Error() string

func (*ListIdentityEdgeRoutersOK) GetPayload

type ListIdentityEdgeRoutersParams

type ListIdentityEdgeRoutersParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

ListIdentityEdgeRoutersParams contains all the parameters to send to the API endpoint

for the list identity edge routers operation.

Typically these are written to a http.Request.

func NewListIdentityEdgeRoutersParams

func NewListIdentityEdgeRoutersParams() *ListIdentityEdgeRoutersParams

NewListIdentityEdgeRoutersParams creates a new ListIdentityEdgeRoutersParams 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 NewListIdentityEdgeRoutersParamsWithContext

func NewListIdentityEdgeRoutersParamsWithContext(ctx context.Context) *ListIdentityEdgeRoutersParams

NewListIdentityEdgeRoutersParamsWithContext creates a new ListIdentityEdgeRoutersParams object with the ability to set a context for a request.

func NewListIdentityEdgeRoutersParamsWithHTTPClient

func NewListIdentityEdgeRoutersParamsWithHTTPClient(client *http.Client) *ListIdentityEdgeRoutersParams

NewListIdentityEdgeRoutersParamsWithHTTPClient creates a new ListIdentityEdgeRoutersParams object with the ability to set a custom HTTPClient for a request.

func NewListIdentityEdgeRoutersParamsWithTimeout

func NewListIdentityEdgeRoutersParamsWithTimeout(timeout time.Duration) *ListIdentityEdgeRoutersParams

NewListIdentityEdgeRoutersParamsWithTimeout creates a new ListIdentityEdgeRoutersParams object with the ability to set a timeout on a request.

func (*ListIdentityEdgeRoutersParams) SetContext

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

SetContext adds the context to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) SetDefaults

func (o *ListIdentityEdgeRoutersParams) SetDefaults()

SetDefaults hydrates default values in the list identity edge routers params (not the query body).

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

func (*ListIdentityEdgeRoutersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) SetID

SetID adds the id to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) SetTimeout

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

SetTimeout adds the timeout to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) WithContext

WithContext adds the context to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) WithDefaults

WithDefaults hydrates default values in the list identity edge routers params (not the query body).

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

func (*ListIdentityEdgeRoutersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) WithID

WithID adds the id to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) WithTimeout

WithTimeout adds the timeout to the list identity edge routers params

func (*ListIdentityEdgeRoutersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIdentityEdgeRoutersReader

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

ListIdentityEdgeRoutersReader is a Reader for the ListIdentityEdgeRouters structure.

func (*ListIdentityEdgeRoutersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIdentityEdgeRoutersUnauthorized

type ListIdentityEdgeRoutersUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityEdgeRoutersUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewListIdentityEdgeRoutersUnauthorized

func NewListIdentityEdgeRoutersUnauthorized() *ListIdentityEdgeRoutersUnauthorized

NewListIdentityEdgeRoutersUnauthorized creates a ListIdentityEdgeRoutersUnauthorized with default headers values

func (*ListIdentityEdgeRoutersUnauthorized) Error

func (*ListIdentityEdgeRoutersUnauthorized) GetPayload

type ListIdentityServicePoliciesNotFound

type ListIdentityServicePoliciesNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityServicePoliciesNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewListIdentityServicePoliciesNotFound

func NewListIdentityServicePoliciesNotFound() *ListIdentityServicePoliciesNotFound

NewListIdentityServicePoliciesNotFound creates a ListIdentityServicePoliciesNotFound with default headers values

func (*ListIdentityServicePoliciesNotFound) Error

func (*ListIdentityServicePoliciesNotFound) GetPayload

type ListIdentityServicePoliciesOK

type ListIdentityServicePoliciesOK struct {
	Payload *rest_model.ListServicePoliciesEnvelope
}
ListIdentityServicePoliciesOK describes a response with status code 200, with default header values.

A list of service policies

func NewListIdentityServicePoliciesOK

func NewListIdentityServicePoliciesOK() *ListIdentityServicePoliciesOK

NewListIdentityServicePoliciesOK creates a ListIdentityServicePoliciesOK with default headers values

func (*ListIdentityServicePoliciesOK) Error

func (*ListIdentityServicePoliciesOK) GetPayload

type ListIdentityServicePoliciesParams

type ListIdentityServicePoliciesParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

ListIdentityServicePoliciesParams contains all the parameters to send to the API endpoint

for the list identity service policies operation.

Typically these are written to a http.Request.

func NewListIdentityServicePoliciesParams

func NewListIdentityServicePoliciesParams() *ListIdentityServicePoliciesParams

NewListIdentityServicePoliciesParams creates a new ListIdentityServicePoliciesParams 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 NewListIdentityServicePoliciesParamsWithContext

func NewListIdentityServicePoliciesParamsWithContext(ctx context.Context) *ListIdentityServicePoliciesParams

NewListIdentityServicePoliciesParamsWithContext creates a new ListIdentityServicePoliciesParams object with the ability to set a context for a request.

func NewListIdentityServicePoliciesParamsWithHTTPClient

func NewListIdentityServicePoliciesParamsWithHTTPClient(client *http.Client) *ListIdentityServicePoliciesParams

NewListIdentityServicePoliciesParamsWithHTTPClient creates a new ListIdentityServicePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewListIdentityServicePoliciesParamsWithTimeout

func NewListIdentityServicePoliciesParamsWithTimeout(timeout time.Duration) *ListIdentityServicePoliciesParams

NewListIdentityServicePoliciesParamsWithTimeout creates a new ListIdentityServicePoliciesParams object with the ability to set a timeout on a request.

func (*ListIdentityServicePoliciesParams) SetContext

SetContext adds the context to the list identity service policies params

func (*ListIdentityServicePoliciesParams) SetDefaults

func (o *ListIdentityServicePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the list identity service policies params (not the query body).

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

func (*ListIdentityServicePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list identity service policies params

func (*ListIdentityServicePoliciesParams) SetID

SetID adds the id to the list identity service policies params

func (*ListIdentityServicePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the list identity service policies params

func (*ListIdentityServicePoliciesParams) WithContext

WithContext adds the context to the list identity service policies params

func (*ListIdentityServicePoliciesParams) WithDefaults

WithDefaults hydrates default values in the list identity service policies params (not the query body).

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

func (*ListIdentityServicePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list identity service policies params

func (*ListIdentityServicePoliciesParams) WithID

WithID adds the id to the list identity service policies params

func (*ListIdentityServicePoliciesParams) WithTimeout

WithTimeout adds the timeout to the list identity service policies params

func (*ListIdentityServicePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIdentityServicePoliciesReader

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

ListIdentityServicePoliciesReader is a Reader for the ListIdentityServicePolicies structure.

func (*ListIdentityServicePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIdentityServicePoliciesUnauthorized

type ListIdentityServicePoliciesUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityServicePoliciesUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewListIdentityServicePoliciesUnauthorized

func NewListIdentityServicePoliciesUnauthorized() *ListIdentityServicePoliciesUnauthorized

NewListIdentityServicePoliciesUnauthorized creates a ListIdentityServicePoliciesUnauthorized with default headers values

func (*ListIdentityServicePoliciesUnauthorized) Error

func (*ListIdentityServicePoliciesUnauthorized) GetPayload

type ListIdentityServicesNotFound

type ListIdentityServicesNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityServicesNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewListIdentityServicesNotFound

func NewListIdentityServicesNotFound() *ListIdentityServicesNotFound

NewListIdentityServicesNotFound creates a ListIdentityServicesNotFound with default headers values

func (*ListIdentityServicesNotFound) Error

func (*ListIdentityServicesNotFound) GetPayload

type ListIdentityServicesOK

type ListIdentityServicesOK struct {
	Payload *rest_model.ListEdgeRoutersEnvelope
}
ListIdentityServicesOK describes a response with status code 200, with default header values.

A list of edge routers

func NewListIdentityServicesOK

func NewListIdentityServicesOK() *ListIdentityServicesOK

NewListIdentityServicesOK creates a ListIdentityServicesOK with default headers values

func (*ListIdentityServicesOK) Error

func (o *ListIdentityServicesOK) Error() string

func (*ListIdentityServicesOK) GetPayload

type ListIdentityServicesParams

type ListIdentityServicesParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

ListIdentityServicesParams contains all the parameters to send to the API endpoint

for the list identity services operation.

Typically these are written to a http.Request.

func NewListIdentityServicesParams

func NewListIdentityServicesParams() *ListIdentityServicesParams

NewListIdentityServicesParams creates a new ListIdentityServicesParams 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 NewListIdentityServicesParamsWithContext

func NewListIdentityServicesParamsWithContext(ctx context.Context) *ListIdentityServicesParams

NewListIdentityServicesParamsWithContext creates a new ListIdentityServicesParams object with the ability to set a context for a request.

func NewListIdentityServicesParamsWithHTTPClient

func NewListIdentityServicesParamsWithHTTPClient(client *http.Client) *ListIdentityServicesParams

NewListIdentityServicesParamsWithHTTPClient creates a new ListIdentityServicesParams object with the ability to set a custom HTTPClient for a request.

func NewListIdentityServicesParamsWithTimeout

func NewListIdentityServicesParamsWithTimeout(timeout time.Duration) *ListIdentityServicesParams

NewListIdentityServicesParamsWithTimeout creates a new ListIdentityServicesParams object with the ability to set a timeout on a request.

func (*ListIdentityServicesParams) SetContext

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

SetContext adds the context to the list identity services params

func (*ListIdentityServicesParams) SetDefaults

func (o *ListIdentityServicesParams) SetDefaults()

SetDefaults hydrates default values in the list identity services params (not the query body).

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

func (*ListIdentityServicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list identity services params

func (*ListIdentityServicesParams) SetID

func (o *ListIdentityServicesParams) SetID(id string)

SetID adds the id to the list identity services params

func (*ListIdentityServicesParams) SetTimeout

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

SetTimeout adds the timeout to the list identity services params

func (*ListIdentityServicesParams) WithContext

WithContext adds the context to the list identity services params

func (*ListIdentityServicesParams) WithDefaults

WithDefaults hydrates default values in the list identity services params (not the query body).

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

func (*ListIdentityServicesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list identity services params

func (*ListIdentityServicesParams) WithID

WithID adds the id to the list identity services params

func (*ListIdentityServicesParams) WithTimeout

WithTimeout adds the timeout to the list identity services params

func (*ListIdentityServicesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIdentityServicesReader

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

ListIdentityServicesReader is a Reader for the ListIdentityServices structure.

func (*ListIdentityServicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIdentityServicesUnauthorized

type ListIdentityServicesUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityServicesUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewListIdentityServicesUnauthorized

func NewListIdentityServicesUnauthorized() *ListIdentityServicesUnauthorized

NewListIdentityServicesUnauthorized creates a ListIdentityServicesUnauthorized with default headers values

func (*ListIdentityServicesUnauthorized) Error

func (*ListIdentityServicesUnauthorized) GetPayload

type ListIdentityTypesBadRequest

type ListIdentityTypesBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityTypesBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewListIdentityTypesBadRequest

func NewListIdentityTypesBadRequest() *ListIdentityTypesBadRequest

NewListIdentityTypesBadRequest creates a ListIdentityTypesBadRequest with default headers values

func (*ListIdentityTypesBadRequest) Error

func (*ListIdentityTypesBadRequest) GetPayload

type ListIdentityTypesOK

type ListIdentityTypesOK struct {
	Payload *rest_model.ListIdentityTypesEnvelope
}
ListIdentityTypesOK describes a response with status code 200, with default header values.

A list of identity types

func NewListIdentityTypesOK

func NewListIdentityTypesOK() *ListIdentityTypesOK

NewListIdentityTypesOK creates a ListIdentityTypesOK with default headers values

func (*ListIdentityTypesOK) Error

func (o *ListIdentityTypesOK) Error() string

func (*ListIdentityTypesOK) GetPayload

type ListIdentityTypesParams

type ListIdentityTypesParams struct {

	// Filter.
	Filter *string

	// Limit.
	Limit *int64

	// Offset.
	Offset *int64

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

ListIdentityTypesParams contains all the parameters to send to the API endpoint

for the list identity types operation.

Typically these are written to a http.Request.

func NewListIdentityTypesParams

func NewListIdentityTypesParams() *ListIdentityTypesParams

NewListIdentityTypesParams creates a new ListIdentityTypesParams 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 NewListIdentityTypesParamsWithContext

func NewListIdentityTypesParamsWithContext(ctx context.Context) *ListIdentityTypesParams

NewListIdentityTypesParamsWithContext creates a new ListIdentityTypesParams object with the ability to set a context for a request.

func NewListIdentityTypesParamsWithHTTPClient

func NewListIdentityTypesParamsWithHTTPClient(client *http.Client) *ListIdentityTypesParams

NewListIdentityTypesParamsWithHTTPClient creates a new ListIdentityTypesParams object with the ability to set a custom HTTPClient for a request.

func NewListIdentityTypesParamsWithTimeout

func NewListIdentityTypesParamsWithTimeout(timeout time.Duration) *ListIdentityTypesParams

NewListIdentityTypesParamsWithTimeout creates a new ListIdentityTypesParams object with the ability to set a timeout on a request.

func (*ListIdentityTypesParams) SetContext

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

SetContext adds the context to the list identity types params

func (*ListIdentityTypesParams) SetDefaults

func (o *ListIdentityTypesParams) SetDefaults()

SetDefaults hydrates default values in the list identity types params (not the query body).

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

func (*ListIdentityTypesParams) SetFilter

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

SetFilter adds the filter to the list identity types params

func (*ListIdentityTypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list identity types params

func (*ListIdentityTypesParams) SetLimit

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

SetLimit adds the limit to the list identity types params

func (*ListIdentityTypesParams) SetOffset

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

SetOffset adds the offset to the list identity types params

func (*ListIdentityTypesParams) SetTimeout

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

SetTimeout adds the timeout to the list identity types params

func (*ListIdentityTypesParams) WithContext

WithContext adds the context to the list identity types params

func (*ListIdentityTypesParams) WithDefaults

WithDefaults hydrates default values in the list identity types params (not the query body).

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

func (*ListIdentityTypesParams) WithFilter

func (o *ListIdentityTypesParams) WithFilter(filter *string) *ListIdentityTypesParams

WithFilter adds the filter to the list identity types params

func (*ListIdentityTypesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list identity types params

func (*ListIdentityTypesParams) WithLimit

WithLimit adds the limit to the list identity types params

func (*ListIdentityTypesParams) WithOffset

func (o *ListIdentityTypesParams) WithOffset(offset *int64) *ListIdentityTypesParams

WithOffset adds the offset to the list identity types params

func (*ListIdentityTypesParams) WithTimeout

WithTimeout adds the timeout to the list identity types params

func (*ListIdentityTypesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIdentityTypesReader

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

ListIdentityTypesReader is a Reader for the ListIdentityTypes structure.

func (*ListIdentityTypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIdentityTypesUnauthorized

type ListIdentityTypesUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentityTypesUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewListIdentityTypesUnauthorized

func NewListIdentityTypesUnauthorized() *ListIdentityTypesUnauthorized

NewListIdentityTypesUnauthorized creates a ListIdentityTypesUnauthorized with default headers values

func (*ListIdentityTypesUnauthorized) Error

func (*ListIdentityTypesUnauthorized) GetPayload

type ListIdentitysEdgeRouterPoliciesNotFound

type ListIdentitysEdgeRouterPoliciesNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentitysEdgeRouterPoliciesNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewListIdentitysEdgeRouterPoliciesNotFound

func NewListIdentitysEdgeRouterPoliciesNotFound() *ListIdentitysEdgeRouterPoliciesNotFound

NewListIdentitysEdgeRouterPoliciesNotFound creates a ListIdentitysEdgeRouterPoliciesNotFound with default headers values

func (*ListIdentitysEdgeRouterPoliciesNotFound) Error

func (*ListIdentitysEdgeRouterPoliciesNotFound) GetPayload

type ListIdentitysEdgeRouterPoliciesOK

type ListIdentitysEdgeRouterPoliciesOK struct {
	Payload *rest_model.ListEdgeRouterPoliciesEnvelope
}
ListIdentitysEdgeRouterPoliciesOK describes a response with status code 200, with default header values.

A list of edge router policies

func NewListIdentitysEdgeRouterPoliciesOK

func NewListIdentitysEdgeRouterPoliciesOK() *ListIdentitysEdgeRouterPoliciesOK

NewListIdentitysEdgeRouterPoliciesOK creates a ListIdentitysEdgeRouterPoliciesOK with default headers values

func (*ListIdentitysEdgeRouterPoliciesOK) Error

func (*ListIdentitysEdgeRouterPoliciesOK) GetPayload

type ListIdentitysEdgeRouterPoliciesParams

type ListIdentitysEdgeRouterPoliciesParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

ListIdentitysEdgeRouterPoliciesParams contains all the parameters to send to the API endpoint

for the list identitys edge router policies operation.

Typically these are written to a http.Request.

func NewListIdentitysEdgeRouterPoliciesParams

func NewListIdentitysEdgeRouterPoliciesParams() *ListIdentitysEdgeRouterPoliciesParams

NewListIdentitysEdgeRouterPoliciesParams creates a new ListIdentitysEdgeRouterPoliciesParams 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 NewListIdentitysEdgeRouterPoliciesParamsWithContext

func NewListIdentitysEdgeRouterPoliciesParamsWithContext(ctx context.Context) *ListIdentitysEdgeRouterPoliciesParams

NewListIdentitysEdgeRouterPoliciesParamsWithContext creates a new ListIdentitysEdgeRouterPoliciesParams object with the ability to set a context for a request.

func NewListIdentitysEdgeRouterPoliciesParamsWithHTTPClient

func NewListIdentitysEdgeRouterPoliciesParamsWithHTTPClient(client *http.Client) *ListIdentitysEdgeRouterPoliciesParams

NewListIdentitysEdgeRouterPoliciesParamsWithHTTPClient creates a new ListIdentitysEdgeRouterPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewListIdentitysEdgeRouterPoliciesParamsWithTimeout

func NewListIdentitysEdgeRouterPoliciesParamsWithTimeout(timeout time.Duration) *ListIdentitysEdgeRouterPoliciesParams

NewListIdentitysEdgeRouterPoliciesParamsWithTimeout creates a new ListIdentitysEdgeRouterPoliciesParams object with the ability to set a timeout on a request.

func (*ListIdentitysEdgeRouterPoliciesParams) SetContext

SetContext adds the context to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) SetDefaults

func (o *ListIdentitysEdgeRouterPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the list identitys edge router policies params (not the query body).

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

func (*ListIdentitysEdgeRouterPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) SetID

SetID adds the id to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) WithContext

WithContext adds the context to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) WithDefaults

WithDefaults hydrates default values in the list identitys edge router policies params (not the query body).

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

func (*ListIdentitysEdgeRouterPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) WithID

WithID adds the id to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) WithTimeout

WithTimeout adds the timeout to the list identitys edge router policies params

func (*ListIdentitysEdgeRouterPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIdentitysEdgeRouterPoliciesReader

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

ListIdentitysEdgeRouterPoliciesReader is a Reader for the ListIdentitysEdgeRouterPolicies structure.

func (*ListIdentitysEdgeRouterPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIdentitysEdgeRouterPoliciesUnauthorized

type ListIdentitysEdgeRouterPoliciesUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentitysEdgeRouterPoliciesUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewListIdentitysEdgeRouterPoliciesUnauthorized

func NewListIdentitysEdgeRouterPoliciesUnauthorized() *ListIdentitysEdgeRouterPoliciesUnauthorized

NewListIdentitysEdgeRouterPoliciesUnauthorized creates a ListIdentitysEdgeRouterPoliciesUnauthorized with default headers values

func (*ListIdentitysEdgeRouterPoliciesUnauthorized) Error

func (*ListIdentitysEdgeRouterPoliciesUnauthorized) GetPayload

type ListIdentitysServiceConfigsNotFound

type ListIdentitysServiceConfigsNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentitysServiceConfigsNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewListIdentitysServiceConfigsNotFound

func NewListIdentitysServiceConfigsNotFound() *ListIdentitysServiceConfigsNotFound

NewListIdentitysServiceConfigsNotFound creates a ListIdentitysServiceConfigsNotFound with default headers values

func (*ListIdentitysServiceConfigsNotFound) Error

func (*ListIdentitysServiceConfigsNotFound) GetPayload

type ListIdentitysServiceConfigsOK

type ListIdentitysServiceConfigsOK struct {
	Payload *rest_model.ListServiceConfigsEnvelope
}
ListIdentitysServiceConfigsOK describes a response with status code 200, with default header values.

A list of service configs

func NewListIdentitysServiceConfigsOK

func NewListIdentitysServiceConfigsOK() *ListIdentitysServiceConfigsOK

NewListIdentitysServiceConfigsOK creates a ListIdentitysServiceConfigsOK with default headers values

func (*ListIdentitysServiceConfigsOK) Error

func (*ListIdentitysServiceConfigsOK) GetPayload

type ListIdentitysServiceConfigsParams

type ListIdentitysServiceConfigsParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

ListIdentitysServiceConfigsParams contains all the parameters to send to the API endpoint

for the list identitys service configs operation.

Typically these are written to a http.Request.

func NewListIdentitysServiceConfigsParams

func NewListIdentitysServiceConfigsParams() *ListIdentitysServiceConfigsParams

NewListIdentitysServiceConfigsParams creates a new ListIdentitysServiceConfigsParams 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 NewListIdentitysServiceConfigsParamsWithContext

func NewListIdentitysServiceConfigsParamsWithContext(ctx context.Context) *ListIdentitysServiceConfigsParams

NewListIdentitysServiceConfigsParamsWithContext creates a new ListIdentitysServiceConfigsParams object with the ability to set a context for a request.

func NewListIdentitysServiceConfigsParamsWithHTTPClient

func NewListIdentitysServiceConfigsParamsWithHTTPClient(client *http.Client) *ListIdentitysServiceConfigsParams

NewListIdentitysServiceConfigsParamsWithHTTPClient creates a new ListIdentitysServiceConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewListIdentitysServiceConfigsParamsWithTimeout

func NewListIdentitysServiceConfigsParamsWithTimeout(timeout time.Duration) *ListIdentitysServiceConfigsParams

NewListIdentitysServiceConfigsParamsWithTimeout creates a new ListIdentitysServiceConfigsParams object with the ability to set a timeout on a request.

func (*ListIdentitysServiceConfigsParams) SetContext

SetContext adds the context to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) SetDefaults

func (o *ListIdentitysServiceConfigsParams) SetDefaults()

SetDefaults hydrates default values in the list identitys service configs params (not the query body).

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

func (*ListIdentitysServiceConfigsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) SetID

SetID adds the id to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) SetTimeout

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

SetTimeout adds the timeout to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) WithContext

WithContext adds the context to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) WithDefaults

WithDefaults hydrates default values in the list identitys service configs params (not the query body).

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

func (*ListIdentitysServiceConfigsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) WithID

WithID adds the id to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) WithTimeout

WithTimeout adds the timeout to the list identitys service configs params

func (*ListIdentitysServiceConfigsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIdentitysServiceConfigsReader

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

ListIdentitysServiceConfigsReader is a Reader for the ListIdentitysServiceConfigs structure.

func (*ListIdentitysServiceConfigsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIdentitysServiceConfigsUnauthorized

type ListIdentitysServiceConfigsUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
ListIdentitysServiceConfigsUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewListIdentitysServiceConfigsUnauthorized

func NewListIdentitysServiceConfigsUnauthorized() *ListIdentitysServiceConfigsUnauthorized

NewListIdentitysServiceConfigsUnauthorized creates a ListIdentitysServiceConfigsUnauthorized with default headers values

func (*ListIdentitysServiceConfigsUnauthorized) Error

func (*ListIdentitysServiceConfigsUnauthorized) GetPayload

type PatchIdentityBadRequest

type PatchIdentityBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
PatchIdentityBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewPatchIdentityBadRequest

func NewPatchIdentityBadRequest() *PatchIdentityBadRequest

NewPatchIdentityBadRequest creates a PatchIdentityBadRequest with default headers values

func (*PatchIdentityBadRequest) Error

func (o *PatchIdentityBadRequest) Error() string

func (*PatchIdentityBadRequest) GetPayload

type PatchIdentityNotFound

type PatchIdentityNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
PatchIdentityNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewPatchIdentityNotFound

func NewPatchIdentityNotFound() *PatchIdentityNotFound

NewPatchIdentityNotFound creates a PatchIdentityNotFound with default headers values

func (*PatchIdentityNotFound) Error

func (o *PatchIdentityNotFound) Error() string

func (*PatchIdentityNotFound) GetPayload

type PatchIdentityOK

type PatchIdentityOK struct {
	Payload *rest_model.Empty
}
PatchIdentityOK describes a response with status code 200, with default header values.

The patch request was successful and the resource has been altered

func NewPatchIdentityOK

func NewPatchIdentityOK() *PatchIdentityOK

NewPatchIdentityOK creates a PatchIdentityOK with default headers values

func (*PatchIdentityOK) Error

func (o *PatchIdentityOK) Error() string

func (*PatchIdentityOK) GetPayload

func (o *PatchIdentityOK) GetPayload() *rest_model.Empty

type PatchIdentityParams

type PatchIdentityParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

	/* Identity.

	   An identity patch object
	*/
	Identity *rest_model.IdentityPatch

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

PatchIdentityParams contains all the parameters to send to the API endpoint

for the patch identity operation.

Typically these are written to a http.Request.

func NewPatchIdentityParams

func NewPatchIdentityParams() *PatchIdentityParams

NewPatchIdentityParams creates a new PatchIdentityParams 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 NewPatchIdentityParamsWithContext

func NewPatchIdentityParamsWithContext(ctx context.Context) *PatchIdentityParams

NewPatchIdentityParamsWithContext creates a new PatchIdentityParams object with the ability to set a context for a request.

func NewPatchIdentityParamsWithHTTPClient

func NewPatchIdentityParamsWithHTTPClient(client *http.Client) *PatchIdentityParams

NewPatchIdentityParamsWithHTTPClient creates a new PatchIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewPatchIdentityParamsWithTimeout

func NewPatchIdentityParamsWithTimeout(timeout time.Duration) *PatchIdentityParams

NewPatchIdentityParamsWithTimeout creates a new PatchIdentityParams object with the ability to set a timeout on a request.

func (*PatchIdentityParams) SetContext

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

SetContext adds the context to the patch identity params

func (*PatchIdentityParams) SetDefaults

func (o *PatchIdentityParams) SetDefaults()

SetDefaults hydrates default values in the patch identity params (not the query body).

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

func (*PatchIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch identity params

func (*PatchIdentityParams) SetID

func (o *PatchIdentityParams) SetID(id string)

SetID adds the id to the patch identity params

func (*PatchIdentityParams) SetIdentity

func (o *PatchIdentityParams) SetIdentity(identity *rest_model.IdentityPatch)

SetIdentity adds the identity to the patch identity params

func (*PatchIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the patch identity params

func (*PatchIdentityParams) WithContext

WithContext adds the context to the patch identity params

func (*PatchIdentityParams) WithDefaults

func (o *PatchIdentityParams) WithDefaults() *PatchIdentityParams

WithDefaults hydrates default values in the patch identity params (not the query body).

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

func (*PatchIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch identity params

func (*PatchIdentityParams) WithID

WithID adds the id to the patch identity params

func (*PatchIdentityParams) WithIdentity

WithIdentity adds the identity to the patch identity params

func (*PatchIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the patch identity params

func (*PatchIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PatchIdentityReader

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

PatchIdentityReader is a Reader for the PatchIdentity structure.

func (*PatchIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchIdentityUnauthorized

type PatchIdentityUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
PatchIdentityUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewPatchIdentityUnauthorized

func NewPatchIdentityUnauthorized() *PatchIdentityUnauthorized

NewPatchIdentityUnauthorized creates a PatchIdentityUnauthorized with default headers values

func (*PatchIdentityUnauthorized) Error

func (o *PatchIdentityUnauthorized) Error() string

func (*PatchIdentityUnauthorized) GetPayload

type RemoveIdentityMfaNotFound

type RemoveIdentityMfaNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
RemoveIdentityMfaNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewRemoveIdentityMfaNotFound

func NewRemoveIdentityMfaNotFound() *RemoveIdentityMfaNotFound

NewRemoveIdentityMfaNotFound creates a RemoveIdentityMfaNotFound with default headers values

func (*RemoveIdentityMfaNotFound) Error

func (o *RemoveIdentityMfaNotFound) Error() string

func (*RemoveIdentityMfaNotFound) GetPayload

type RemoveIdentityMfaOK

type RemoveIdentityMfaOK struct {
	Payload *rest_model.Empty
}
RemoveIdentityMfaOK describes a response with status code 200, with default header values.

Base empty response

func NewRemoveIdentityMfaOK

func NewRemoveIdentityMfaOK() *RemoveIdentityMfaOK

NewRemoveIdentityMfaOK creates a RemoveIdentityMfaOK with default headers values

func (*RemoveIdentityMfaOK) Error

func (o *RemoveIdentityMfaOK) Error() string

func (*RemoveIdentityMfaOK) GetPayload

func (o *RemoveIdentityMfaOK) GetPayload() *rest_model.Empty

type RemoveIdentityMfaParams

type RemoveIdentityMfaParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

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

RemoveIdentityMfaParams contains all the parameters to send to the API endpoint

for the remove identity mfa operation.

Typically these are written to a http.Request.

func NewRemoveIdentityMfaParams

func NewRemoveIdentityMfaParams() *RemoveIdentityMfaParams

NewRemoveIdentityMfaParams creates a new RemoveIdentityMfaParams 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 NewRemoveIdentityMfaParamsWithContext

func NewRemoveIdentityMfaParamsWithContext(ctx context.Context) *RemoveIdentityMfaParams

NewRemoveIdentityMfaParamsWithContext creates a new RemoveIdentityMfaParams object with the ability to set a context for a request.

func NewRemoveIdentityMfaParamsWithHTTPClient

func NewRemoveIdentityMfaParamsWithHTTPClient(client *http.Client) *RemoveIdentityMfaParams

NewRemoveIdentityMfaParamsWithHTTPClient creates a new RemoveIdentityMfaParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveIdentityMfaParamsWithTimeout

func NewRemoveIdentityMfaParamsWithTimeout(timeout time.Duration) *RemoveIdentityMfaParams

NewRemoveIdentityMfaParamsWithTimeout creates a new RemoveIdentityMfaParams object with the ability to set a timeout on a request.

func (*RemoveIdentityMfaParams) SetContext

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

SetContext adds the context to the remove identity mfa params

func (*RemoveIdentityMfaParams) SetDefaults

func (o *RemoveIdentityMfaParams) SetDefaults()

SetDefaults hydrates default values in the remove identity mfa params (not the query body).

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

func (*RemoveIdentityMfaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove identity mfa params

func (*RemoveIdentityMfaParams) SetID

func (o *RemoveIdentityMfaParams) SetID(id string)

SetID adds the id to the remove identity mfa params

func (*RemoveIdentityMfaParams) SetTimeout

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

SetTimeout adds the timeout to the remove identity mfa params

func (*RemoveIdentityMfaParams) WithContext

WithContext adds the context to the remove identity mfa params

func (*RemoveIdentityMfaParams) WithDefaults

WithDefaults hydrates default values in the remove identity mfa params (not the query body).

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

func (*RemoveIdentityMfaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove identity mfa params

func (*RemoveIdentityMfaParams) WithID

WithID adds the id to the remove identity mfa params

func (*RemoveIdentityMfaParams) WithTimeout

WithTimeout adds the timeout to the remove identity mfa params

func (*RemoveIdentityMfaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveIdentityMfaReader

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

RemoveIdentityMfaReader is a Reader for the RemoveIdentityMfa structure.

func (*RemoveIdentityMfaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveIdentityMfaUnauthorized

type RemoveIdentityMfaUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
RemoveIdentityMfaUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewRemoveIdentityMfaUnauthorized

func NewRemoveIdentityMfaUnauthorized() *RemoveIdentityMfaUnauthorized

NewRemoveIdentityMfaUnauthorized creates a RemoveIdentityMfaUnauthorized with default headers values

func (*RemoveIdentityMfaUnauthorized) Error

func (*RemoveIdentityMfaUnauthorized) GetPayload

type UpdateIdentityBadRequest

type UpdateIdentityBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewUpdateIdentityBadRequest

func NewUpdateIdentityBadRequest() *UpdateIdentityBadRequest

NewUpdateIdentityBadRequest creates a UpdateIdentityBadRequest with default headers values

func (*UpdateIdentityBadRequest) Error

func (o *UpdateIdentityBadRequest) Error() string

func (*UpdateIdentityBadRequest) GetPayload

type UpdateIdentityNotFound

type UpdateIdentityNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewUpdateIdentityNotFound

func NewUpdateIdentityNotFound() *UpdateIdentityNotFound

NewUpdateIdentityNotFound creates a UpdateIdentityNotFound with default headers values

func (*UpdateIdentityNotFound) Error

func (o *UpdateIdentityNotFound) Error() string

func (*UpdateIdentityNotFound) GetPayload

type UpdateIdentityOK

type UpdateIdentityOK struct {
	Payload *rest_model.Empty
}
UpdateIdentityOK describes a response with status code 200, with default header values.

The update request was successful and the resource has been altered

func NewUpdateIdentityOK

func NewUpdateIdentityOK() *UpdateIdentityOK

NewUpdateIdentityOK creates a UpdateIdentityOK with default headers values

func (*UpdateIdentityOK) Error

func (o *UpdateIdentityOK) Error() string

func (*UpdateIdentityOK) GetPayload

func (o *UpdateIdentityOK) GetPayload() *rest_model.Empty

type UpdateIdentityParams

type UpdateIdentityParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

	/* Identity.

	   An identity update object
	*/
	Identity *rest_model.IdentityUpdate

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

UpdateIdentityParams contains all the parameters to send to the API endpoint

for the update identity operation.

Typically these are written to a http.Request.

func NewUpdateIdentityParams

func NewUpdateIdentityParams() *UpdateIdentityParams

NewUpdateIdentityParams creates a new UpdateIdentityParams 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 NewUpdateIdentityParamsWithContext

func NewUpdateIdentityParamsWithContext(ctx context.Context) *UpdateIdentityParams

NewUpdateIdentityParamsWithContext creates a new UpdateIdentityParams object with the ability to set a context for a request.

func NewUpdateIdentityParamsWithHTTPClient

func NewUpdateIdentityParamsWithHTTPClient(client *http.Client) *UpdateIdentityParams

NewUpdateIdentityParamsWithHTTPClient creates a new UpdateIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateIdentityParamsWithTimeout

func NewUpdateIdentityParamsWithTimeout(timeout time.Duration) *UpdateIdentityParams

NewUpdateIdentityParamsWithTimeout creates a new UpdateIdentityParams object with the ability to set a timeout on a request.

func (*UpdateIdentityParams) SetContext

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

SetContext adds the context to the update identity params

func (*UpdateIdentityParams) SetDefaults

func (o *UpdateIdentityParams) SetDefaults()

SetDefaults hydrates default values in the update identity params (not the query body).

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

func (*UpdateIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update identity params

func (*UpdateIdentityParams) SetID

func (o *UpdateIdentityParams) SetID(id string)

SetID adds the id to the update identity params

func (*UpdateIdentityParams) SetIdentity

func (o *UpdateIdentityParams) SetIdentity(identity *rest_model.IdentityUpdate)

SetIdentity adds the identity to the update identity params

func (*UpdateIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the update identity params

func (*UpdateIdentityParams) WithContext

WithContext adds the context to the update identity params

func (*UpdateIdentityParams) WithDefaults

func (o *UpdateIdentityParams) WithDefaults() *UpdateIdentityParams

WithDefaults hydrates default values in the update identity params (not the query body).

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

func (*UpdateIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update identity params

func (*UpdateIdentityParams) WithID

WithID adds the id to the update identity params

func (*UpdateIdentityParams) WithIdentity

WithIdentity adds the identity to the update identity params

func (*UpdateIdentityParams) WithTimeout

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

WithTimeout adds the timeout to the update identity params

func (*UpdateIdentityParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateIdentityReader

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

UpdateIdentityReader is a Reader for the UpdateIdentity structure.

func (*UpdateIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateIdentityTracingBadRequest

type UpdateIdentityTracingBadRequest struct {
	Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityTracingBadRequest describes a response with status code 400, with default header values.

The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information

func NewUpdateIdentityTracingBadRequest

func NewUpdateIdentityTracingBadRequest() *UpdateIdentityTracingBadRequest

NewUpdateIdentityTracingBadRequest creates a UpdateIdentityTracingBadRequest with default headers values

func (*UpdateIdentityTracingBadRequest) Error

func (*UpdateIdentityTracingBadRequest) GetPayload

type UpdateIdentityTracingNotFound

type UpdateIdentityTracingNotFound struct {
	Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityTracingNotFound describes a response with status code 404, with default header values.

The requested resource does not exist

func NewUpdateIdentityTracingNotFound

func NewUpdateIdentityTracingNotFound() *UpdateIdentityTracingNotFound

NewUpdateIdentityTracingNotFound creates a UpdateIdentityTracingNotFound with default headers values

func (*UpdateIdentityTracingNotFound) Error

func (*UpdateIdentityTracingNotFound) GetPayload

type UpdateIdentityTracingOK

type UpdateIdentityTracingOK struct {
	Payload *rest_model.TraceDetailEnvelope
}
UpdateIdentityTracingOK describes a response with status code 200, with default header values.

Returns the document that represents the trace state

func NewUpdateIdentityTracingOK

func NewUpdateIdentityTracingOK() *UpdateIdentityTracingOK

NewUpdateIdentityTracingOK creates a UpdateIdentityTracingOK with default headers values

func (*UpdateIdentityTracingOK) Error

func (o *UpdateIdentityTracingOK) Error() string

func (*UpdateIdentityTracingOK) GetPayload

type UpdateIdentityTracingParams

type UpdateIdentityTracingParams struct {

	/* ID.

	   The id of the requested resource
	*/
	ID string

	/* TraceSpec.

	   A traceSpec object
	*/
	TraceSpec *rest_model.TraceSpec

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

UpdateIdentityTracingParams contains all the parameters to send to the API endpoint

for the update identity tracing operation.

Typically these are written to a http.Request.

func NewUpdateIdentityTracingParams

func NewUpdateIdentityTracingParams() *UpdateIdentityTracingParams

NewUpdateIdentityTracingParams creates a new UpdateIdentityTracingParams 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 NewUpdateIdentityTracingParamsWithContext

func NewUpdateIdentityTracingParamsWithContext(ctx context.Context) *UpdateIdentityTracingParams

NewUpdateIdentityTracingParamsWithContext creates a new UpdateIdentityTracingParams object with the ability to set a context for a request.

func NewUpdateIdentityTracingParamsWithHTTPClient

func NewUpdateIdentityTracingParamsWithHTTPClient(client *http.Client) *UpdateIdentityTracingParams

NewUpdateIdentityTracingParamsWithHTTPClient creates a new UpdateIdentityTracingParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateIdentityTracingParamsWithTimeout

func NewUpdateIdentityTracingParamsWithTimeout(timeout time.Duration) *UpdateIdentityTracingParams

NewUpdateIdentityTracingParamsWithTimeout creates a new UpdateIdentityTracingParams object with the ability to set a timeout on a request.

func (*UpdateIdentityTracingParams) SetContext

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

SetContext adds the context to the update identity tracing params

func (*UpdateIdentityTracingParams) SetDefaults

func (o *UpdateIdentityTracingParams) SetDefaults()

SetDefaults hydrates default values in the update identity tracing params (not the query body).

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

func (*UpdateIdentityTracingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update identity tracing params

func (*UpdateIdentityTracingParams) SetID

func (o *UpdateIdentityTracingParams) SetID(id string)

SetID adds the id to the update identity tracing params

func (*UpdateIdentityTracingParams) SetTimeout

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

SetTimeout adds the timeout to the update identity tracing params

func (*UpdateIdentityTracingParams) SetTraceSpec

func (o *UpdateIdentityTracingParams) SetTraceSpec(traceSpec *rest_model.TraceSpec)

SetTraceSpec adds the traceSpec to the update identity tracing params

func (*UpdateIdentityTracingParams) WithContext

WithContext adds the context to the update identity tracing params

func (*UpdateIdentityTracingParams) WithDefaults

WithDefaults hydrates default values in the update identity tracing params (not the query body).

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

func (*UpdateIdentityTracingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update identity tracing params

func (*UpdateIdentityTracingParams) WithID

WithID adds the id to the update identity tracing params

func (*UpdateIdentityTracingParams) WithTimeout

WithTimeout adds the timeout to the update identity tracing params

func (*UpdateIdentityTracingParams) WithTraceSpec

WithTraceSpec adds the traceSpec to the update identity tracing params

func (*UpdateIdentityTracingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateIdentityTracingReader

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

UpdateIdentityTracingReader is a Reader for the UpdateIdentityTracing structure.

func (*UpdateIdentityTracingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateIdentityTracingUnauthorized

type UpdateIdentityTracingUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityTracingUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewUpdateIdentityTracingUnauthorized

func NewUpdateIdentityTracingUnauthorized() *UpdateIdentityTracingUnauthorized

NewUpdateIdentityTracingUnauthorized creates a UpdateIdentityTracingUnauthorized with default headers values

func (*UpdateIdentityTracingUnauthorized) Error

func (*UpdateIdentityTracingUnauthorized) GetPayload

type UpdateIdentityUnauthorized

type UpdateIdentityUnauthorized struct {
	Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityUnauthorized describes a response with status code 401, with default header values.

The currently supplied session does not have the correct access rights to request this resource

func NewUpdateIdentityUnauthorized

func NewUpdateIdentityUnauthorized() *UpdateIdentityUnauthorized

NewUpdateIdentityUnauthorized creates a UpdateIdentityUnauthorized with default headers values

func (*UpdateIdentityUnauthorized) Error

func (*UpdateIdentityUnauthorized) GetPayload

Source Files

Jump to

Keyboard shortcuts

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