Documentation ¶
Index ¶
- type AssociateIdentitysServiceConfigsBadRequest
- type AssociateIdentitysServiceConfigsNotFound
- type AssociateIdentitysServiceConfigsOK
- type AssociateIdentitysServiceConfigsParams
- func NewAssociateIdentitysServiceConfigsParams() *AssociateIdentitysServiceConfigsParams
- func NewAssociateIdentitysServiceConfigsParamsWithContext(ctx context.Context) *AssociateIdentitysServiceConfigsParams
- func NewAssociateIdentitysServiceConfigsParamsWithHTTPClient(client *http.Client) *AssociateIdentitysServiceConfigsParams
- func NewAssociateIdentitysServiceConfigsParamsWithTimeout(timeout time.Duration) *AssociateIdentitysServiceConfigsParams
- func (o *AssociateIdentitysServiceConfigsParams) SetContext(ctx context.Context)
- func (o *AssociateIdentitysServiceConfigsParams) SetDefaults()
- func (o *AssociateIdentitysServiceConfigsParams) SetHTTPClient(client *http.Client)
- func (o *AssociateIdentitysServiceConfigsParams) SetID(id string)
- func (o *AssociateIdentitysServiceConfigsParams) SetServiceConfigs(serviceConfigs rest_model.ServiceConfigsAssignList)
- func (o *AssociateIdentitysServiceConfigsParams) SetTimeout(timeout time.Duration)
- func (o *AssociateIdentitysServiceConfigsParams) WithContext(ctx context.Context) *AssociateIdentitysServiceConfigsParams
- func (o *AssociateIdentitysServiceConfigsParams) WithDefaults() *AssociateIdentitysServiceConfigsParams
- func (o *AssociateIdentitysServiceConfigsParams) WithHTTPClient(client *http.Client) *AssociateIdentitysServiceConfigsParams
- func (o *AssociateIdentitysServiceConfigsParams) WithID(id string) *AssociateIdentitysServiceConfigsParams
- func (o *AssociateIdentitysServiceConfigsParams) WithServiceConfigs(serviceConfigs rest_model.ServiceConfigsAssignList) *AssociateIdentitysServiceConfigsParams
- func (o *AssociateIdentitysServiceConfigsParams) WithTimeout(timeout time.Duration) *AssociateIdentitysServiceConfigsParams
- func (o *AssociateIdentitysServiceConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AssociateIdentitysServiceConfigsReader
- type AssociateIdentitysServiceConfigsTooManyRequests
- type AssociateIdentitysServiceConfigsUnauthorized
- type Client
- func (a *Client) AssociateIdentitysServiceConfigs(params *AssociateIdentitysServiceConfigsParams, ...) (*AssociateIdentitysServiceConfigsOK, error)
- func (a *Client) CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateIdentityCreated, error)
- func (a *Client) DeleteIdentity(params *DeleteIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteIdentityOK, error)
- func (a *Client) DetailIdentity(params *DetailIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DetailIdentityOK, error)
- func (a *Client) DetailIdentityType(params *DetailIdentityTypeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DetailIdentityTypeOK, error)
- func (a *Client) DisableIdentity(params *DisableIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DisableIdentityOK, error)
- func (a *Client) DisassociateIdentitysServiceConfigs(params *DisassociateIdentitysServiceConfigsParams, ...) (*DisassociateIdentitysServiceConfigsOK, error)
- func (a *Client) EnableIdentity(params *EnableIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EnableIdentityOK, error)
- func (a *Client) GetIdentityAuthenticators(params *GetIdentityAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetIdentityAuthenticatorsOK, error)
- func (a *Client) GetIdentityEnrollments(params *GetIdentityEnrollmentsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetIdentityEnrollmentsOK, error)
- func (a *Client) GetIdentityFailedServiceRequests(params *GetIdentityFailedServiceRequestsParams, ...) (*GetIdentityFailedServiceRequestsOK, error)
- func (a *Client) GetIdentityPolicyAdvice(params *GetIdentityPolicyAdviceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetIdentityPolicyAdviceOK, error)
- func (a *Client) GetIdentityPostureData(params *GetIdentityPostureDataParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetIdentityPostureDataOK, error)
- func (a *Client) ListIdentities(params *ListIdentitiesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListIdentitiesOK, error)
- func (a *Client) ListIdentityEdgeRouters(params *ListIdentityEdgeRoutersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListIdentityEdgeRoutersOK, error)
- func (a *Client) ListIdentityServicePolicies(params *ListIdentityServicePoliciesParams, ...) (*ListIdentityServicePoliciesOK, error)
- func (a *Client) ListIdentityServices(params *ListIdentityServicesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListIdentityServicesOK, error)
- func (a *Client) ListIdentityTypes(params *ListIdentityTypesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListIdentityTypesOK, error)
- func (a *Client) ListIdentitysEdgeRouterPolicies(params *ListIdentitysEdgeRouterPoliciesParams, ...) (*ListIdentitysEdgeRouterPoliciesOK, error)
- func (a *Client) ListIdentitysServiceConfigs(params *ListIdentitysServiceConfigsParams, ...) (*ListIdentitysServiceConfigsOK, error)
- func (a *Client) PatchIdentity(params *PatchIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchIdentityOK, error)
- func (a *Client) RemoveIdentityMfa(params *RemoveIdentityMfaParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RemoveIdentityMfaOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateIdentity(params *UpdateIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateIdentityOK, error)
- func (a *Client) UpdateIdentityTracing(params *UpdateIdentityTracingParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateIdentityTracingOK, error)
- type ClientOption
- type ClientService
- type CreateIdentityBadRequest
- type CreateIdentityCreated
- type CreateIdentityParams
- func NewCreateIdentityParams() *CreateIdentityParams
- func NewCreateIdentityParamsWithContext(ctx context.Context) *CreateIdentityParams
- func NewCreateIdentityParamsWithHTTPClient(client *http.Client) *CreateIdentityParams
- func NewCreateIdentityParamsWithTimeout(timeout time.Duration) *CreateIdentityParams
- func (o *CreateIdentityParams) SetContext(ctx context.Context)
- func (o *CreateIdentityParams) SetDefaults()
- func (o *CreateIdentityParams) SetHTTPClient(client *http.Client)
- func (o *CreateIdentityParams) SetIdentity(identity *rest_model.IdentityCreate)
- func (o *CreateIdentityParams) SetTimeout(timeout time.Duration)
- func (o *CreateIdentityParams) WithContext(ctx context.Context) *CreateIdentityParams
- func (o *CreateIdentityParams) WithDefaults() *CreateIdentityParams
- func (o *CreateIdentityParams) WithHTTPClient(client *http.Client) *CreateIdentityParams
- func (o *CreateIdentityParams) WithIdentity(identity *rest_model.IdentityCreate) *CreateIdentityParams
- func (o *CreateIdentityParams) WithTimeout(timeout time.Duration) *CreateIdentityParams
- func (o *CreateIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateIdentityReader
- type CreateIdentityTooManyRequests
- type CreateIdentityUnauthorized
- type DeleteIdentityBadRequest
- type DeleteIdentityConflict
- type DeleteIdentityOK
- type DeleteIdentityParams
- func NewDeleteIdentityParams() *DeleteIdentityParams
- func NewDeleteIdentityParamsWithContext(ctx context.Context) *DeleteIdentityParams
- func NewDeleteIdentityParamsWithHTTPClient(client *http.Client) *DeleteIdentityParams
- func NewDeleteIdentityParamsWithTimeout(timeout time.Duration) *DeleteIdentityParams
- func (o *DeleteIdentityParams) SetContext(ctx context.Context)
- func (o *DeleteIdentityParams) SetDefaults()
- func (o *DeleteIdentityParams) SetHTTPClient(client *http.Client)
- func (o *DeleteIdentityParams) SetID(id string)
- func (o *DeleteIdentityParams) SetTimeout(timeout time.Duration)
- func (o *DeleteIdentityParams) WithContext(ctx context.Context) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithDefaults() *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithHTTPClient(client *http.Client) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithID(id string) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WithTimeout(timeout time.Duration) *DeleteIdentityParams
- func (o *DeleteIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteIdentityReader
- type DeleteIdentityTooManyRequests
- type DeleteIdentityUnauthorized
- type DetailIdentityNotFound
- type DetailIdentityOK
- type DetailIdentityParams
- func NewDetailIdentityParams() *DetailIdentityParams
- func NewDetailIdentityParamsWithContext(ctx context.Context) *DetailIdentityParams
- func NewDetailIdentityParamsWithHTTPClient(client *http.Client) *DetailIdentityParams
- func NewDetailIdentityParamsWithTimeout(timeout time.Duration) *DetailIdentityParams
- func (o *DetailIdentityParams) SetContext(ctx context.Context)
- func (o *DetailIdentityParams) SetDefaults()
- func (o *DetailIdentityParams) SetHTTPClient(client *http.Client)
- func (o *DetailIdentityParams) SetID(id string)
- func (o *DetailIdentityParams) SetTimeout(timeout time.Duration)
- func (o *DetailIdentityParams) WithContext(ctx context.Context) *DetailIdentityParams
- func (o *DetailIdentityParams) WithDefaults() *DetailIdentityParams
- func (o *DetailIdentityParams) WithHTTPClient(client *http.Client) *DetailIdentityParams
- func (o *DetailIdentityParams) WithID(id string) *DetailIdentityParams
- func (o *DetailIdentityParams) WithTimeout(timeout time.Duration) *DetailIdentityParams
- func (o *DetailIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DetailIdentityReader
- type DetailIdentityTooManyRequests
- type DetailIdentityTypeNotFound
- type DetailIdentityTypeOK
- type DetailIdentityTypeParams
- func NewDetailIdentityTypeParams() *DetailIdentityTypeParams
- func NewDetailIdentityTypeParamsWithContext(ctx context.Context) *DetailIdentityTypeParams
- func NewDetailIdentityTypeParamsWithHTTPClient(client *http.Client) *DetailIdentityTypeParams
- func NewDetailIdentityTypeParamsWithTimeout(timeout time.Duration) *DetailIdentityTypeParams
- func (o *DetailIdentityTypeParams) SetContext(ctx context.Context)
- func (o *DetailIdentityTypeParams) SetDefaults()
- func (o *DetailIdentityTypeParams) SetHTTPClient(client *http.Client)
- func (o *DetailIdentityTypeParams) SetID(id string)
- func (o *DetailIdentityTypeParams) SetTimeout(timeout time.Duration)
- func (o *DetailIdentityTypeParams) WithContext(ctx context.Context) *DetailIdentityTypeParams
- func (o *DetailIdentityTypeParams) WithDefaults() *DetailIdentityTypeParams
- func (o *DetailIdentityTypeParams) WithHTTPClient(client *http.Client) *DetailIdentityTypeParams
- func (o *DetailIdentityTypeParams) WithID(id string) *DetailIdentityTypeParams
- func (o *DetailIdentityTypeParams) WithTimeout(timeout time.Duration) *DetailIdentityTypeParams
- func (o *DetailIdentityTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DetailIdentityTypeReader
- type DetailIdentityTypeTooManyRequests
- type DetailIdentityTypeUnauthorized
- type DetailIdentityUnauthorized
- type DisableIdentityNotFound
- type DisableIdentityOK
- type DisableIdentityParams
- func NewDisableIdentityParams() *DisableIdentityParams
- func NewDisableIdentityParamsWithContext(ctx context.Context) *DisableIdentityParams
- func NewDisableIdentityParamsWithHTTPClient(client *http.Client) *DisableIdentityParams
- func NewDisableIdentityParamsWithTimeout(timeout time.Duration) *DisableIdentityParams
- func (o *DisableIdentityParams) SetContext(ctx context.Context)
- func (o *DisableIdentityParams) SetDefaults()
- func (o *DisableIdentityParams) SetDisable(disable *rest_model.DisableParams)
- func (o *DisableIdentityParams) SetHTTPClient(client *http.Client)
- func (o *DisableIdentityParams) SetID(id string)
- func (o *DisableIdentityParams) SetTimeout(timeout time.Duration)
- func (o *DisableIdentityParams) WithContext(ctx context.Context) *DisableIdentityParams
- func (o *DisableIdentityParams) WithDefaults() *DisableIdentityParams
- func (o *DisableIdentityParams) WithDisable(disable *rest_model.DisableParams) *DisableIdentityParams
- func (o *DisableIdentityParams) WithHTTPClient(client *http.Client) *DisableIdentityParams
- func (o *DisableIdentityParams) WithID(id string) *DisableIdentityParams
- func (o *DisableIdentityParams) WithTimeout(timeout time.Duration) *DisableIdentityParams
- func (o *DisableIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DisableIdentityReader
- type DisableIdentityTooManyRequests
- type DisableIdentityUnauthorized
- type DisassociateIdentitysServiceConfigsBadRequest
- type DisassociateIdentitysServiceConfigsNotFound
- type DisassociateIdentitysServiceConfigsOK
- type DisassociateIdentitysServiceConfigsParams
- func NewDisassociateIdentitysServiceConfigsParams() *DisassociateIdentitysServiceConfigsParams
- func NewDisassociateIdentitysServiceConfigsParamsWithContext(ctx context.Context) *DisassociateIdentitysServiceConfigsParams
- func NewDisassociateIdentitysServiceConfigsParamsWithHTTPClient(client *http.Client) *DisassociateIdentitysServiceConfigsParams
- func NewDisassociateIdentitysServiceConfigsParamsWithTimeout(timeout time.Duration) *DisassociateIdentitysServiceConfigsParams
- func (o *DisassociateIdentitysServiceConfigsParams) SetContext(ctx context.Context)
- func (o *DisassociateIdentitysServiceConfigsParams) SetDefaults()
- func (o *DisassociateIdentitysServiceConfigsParams) SetHTTPClient(client *http.Client)
- func (o *DisassociateIdentitysServiceConfigsParams) SetID(id string)
- func (o *DisassociateIdentitysServiceConfigsParams) SetServiceConfigIDPairs(serviceConfigIDPairs rest_model.ServiceConfigsAssignList)
- func (o *DisassociateIdentitysServiceConfigsParams) SetTimeout(timeout time.Duration)
- func (o *DisassociateIdentitysServiceConfigsParams) WithContext(ctx context.Context) *DisassociateIdentitysServiceConfigsParams
- func (o *DisassociateIdentitysServiceConfigsParams) WithDefaults() *DisassociateIdentitysServiceConfigsParams
- func (o *DisassociateIdentitysServiceConfigsParams) WithHTTPClient(client *http.Client) *DisassociateIdentitysServiceConfigsParams
- func (o *DisassociateIdentitysServiceConfigsParams) WithID(id string) *DisassociateIdentitysServiceConfigsParams
- func (o *DisassociateIdentitysServiceConfigsParams) WithServiceConfigIDPairs(serviceConfigIDPairs rest_model.ServiceConfigsAssignList) *DisassociateIdentitysServiceConfigsParams
- func (o *DisassociateIdentitysServiceConfigsParams) WithTimeout(timeout time.Duration) *DisassociateIdentitysServiceConfigsParams
- func (o *DisassociateIdentitysServiceConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DisassociateIdentitysServiceConfigsReader
- type DisassociateIdentitysServiceConfigsTooManyRequests
- type DisassociateIdentitysServiceConfigsUnauthorized
- type EnableIdentityNotFound
- type EnableIdentityOK
- type EnableIdentityParams
- func NewEnableIdentityParams() *EnableIdentityParams
- func NewEnableIdentityParamsWithContext(ctx context.Context) *EnableIdentityParams
- func NewEnableIdentityParamsWithHTTPClient(client *http.Client) *EnableIdentityParams
- func NewEnableIdentityParamsWithTimeout(timeout time.Duration) *EnableIdentityParams
- func (o *EnableIdentityParams) SetContext(ctx context.Context)
- func (o *EnableIdentityParams) SetDefaults()
- func (o *EnableIdentityParams) SetHTTPClient(client *http.Client)
- func (o *EnableIdentityParams) SetID(id string)
- func (o *EnableIdentityParams) SetTimeout(timeout time.Duration)
- func (o *EnableIdentityParams) WithContext(ctx context.Context) *EnableIdentityParams
- func (o *EnableIdentityParams) WithDefaults() *EnableIdentityParams
- func (o *EnableIdentityParams) WithHTTPClient(client *http.Client) *EnableIdentityParams
- func (o *EnableIdentityParams) WithID(id string) *EnableIdentityParams
- func (o *EnableIdentityParams) WithTimeout(timeout time.Duration) *EnableIdentityParams
- func (o *EnableIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnableIdentityReader
- type EnableIdentityTooManyRequests
- type EnableIdentityUnauthorized
- type GetIdentityAuthenticatorsNotFound
- type GetIdentityAuthenticatorsOK
- type GetIdentityAuthenticatorsParams
- func NewGetIdentityAuthenticatorsParams() *GetIdentityAuthenticatorsParams
- func NewGetIdentityAuthenticatorsParamsWithContext(ctx context.Context) *GetIdentityAuthenticatorsParams
- func NewGetIdentityAuthenticatorsParamsWithHTTPClient(client *http.Client) *GetIdentityAuthenticatorsParams
- func NewGetIdentityAuthenticatorsParamsWithTimeout(timeout time.Duration) *GetIdentityAuthenticatorsParams
- func (o *GetIdentityAuthenticatorsParams) SetContext(ctx context.Context)
- func (o *GetIdentityAuthenticatorsParams) SetDefaults()
- func (o *GetIdentityAuthenticatorsParams) SetHTTPClient(client *http.Client)
- func (o *GetIdentityAuthenticatorsParams) SetID(id string)
- func (o *GetIdentityAuthenticatorsParams) SetTimeout(timeout time.Duration)
- func (o *GetIdentityAuthenticatorsParams) WithContext(ctx context.Context) *GetIdentityAuthenticatorsParams
- func (o *GetIdentityAuthenticatorsParams) WithDefaults() *GetIdentityAuthenticatorsParams
- func (o *GetIdentityAuthenticatorsParams) WithHTTPClient(client *http.Client) *GetIdentityAuthenticatorsParams
- func (o *GetIdentityAuthenticatorsParams) WithID(id string) *GetIdentityAuthenticatorsParams
- func (o *GetIdentityAuthenticatorsParams) WithTimeout(timeout time.Duration) *GetIdentityAuthenticatorsParams
- func (o *GetIdentityAuthenticatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIdentityAuthenticatorsReader
- type GetIdentityAuthenticatorsTooManyRequests
- type GetIdentityAuthenticatorsUnauthorized
- type GetIdentityEnrollmentsNotFound
- type GetIdentityEnrollmentsOK
- type GetIdentityEnrollmentsParams
- func NewGetIdentityEnrollmentsParams() *GetIdentityEnrollmentsParams
- func NewGetIdentityEnrollmentsParamsWithContext(ctx context.Context) *GetIdentityEnrollmentsParams
- func NewGetIdentityEnrollmentsParamsWithHTTPClient(client *http.Client) *GetIdentityEnrollmentsParams
- func NewGetIdentityEnrollmentsParamsWithTimeout(timeout time.Duration) *GetIdentityEnrollmentsParams
- func (o *GetIdentityEnrollmentsParams) SetContext(ctx context.Context)
- func (o *GetIdentityEnrollmentsParams) SetDefaults()
- func (o *GetIdentityEnrollmentsParams) SetHTTPClient(client *http.Client)
- func (o *GetIdentityEnrollmentsParams) SetID(id string)
- func (o *GetIdentityEnrollmentsParams) SetTimeout(timeout time.Duration)
- func (o *GetIdentityEnrollmentsParams) WithContext(ctx context.Context) *GetIdentityEnrollmentsParams
- func (o *GetIdentityEnrollmentsParams) WithDefaults() *GetIdentityEnrollmentsParams
- func (o *GetIdentityEnrollmentsParams) WithHTTPClient(client *http.Client) *GetIdentityEnrollmentsParams
- func (o *GetIdentityEnrollmentsParams) WithID(id string) *GetIdentityEnrollmentsParams
- func (o *GetIdentityEnrollmentsParams) WithTimeout(timeout time.Duration) *GetIdentityEnrollmentsParams
- func (o *GetIdentityEnrollmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIdentityEnrollmentsReader
- type GetIdentityEnrollmentsTooManyRequests
- type GetIdentityEnrollmentsUnauthorized
- type GetIdentityFailedServiceRequestsNotFound
- type GetIdentityFailedServiceRequestsOK
- type GetIdentityFailedServiceRequestsParams
- func NewGetIdentityFailedServiceRequestsParams() *GetIdentityFailedServiceRequestsParams
- func NewGetIdentityFailedServiceRequestsParamsWithContext(ctx context.Context) *GetIdentityFailedServiceRequestsParams
- func NewGetIdentityFailedServiceRequestsParamsWithHTTPClient(client *http.Client) *GetIdentityFailedServiceRequestsParams
- func NewGetIdentityFailedServiceRequestsParamsWithTimeout(timeout time.Duration) *GetIdentityFailedServiceRequestsParams
- func (o *GetIdentityFailedServiceRequestsParams) SetContext(ctx context.Context)
- func (o *GetIdentityFailedServiceRequestsParams) SetDefaults()
- func (o *GetIdentityFailedServiceRequestsParams) SetHTTPClient(client *http.Client)
- func (o *GetIdentityFailedServiceRequestsParams) SetID(id string)
- func (o *GetIdentityFailedServiceRequestsParams) SetTimeout(timeout time.Duration)
- func (o *GetIdentityFailedServiceRequestsParams) WithContext(ctx context.Context) *GetIdentityFailedServiceRequestsParams
- func (o *GetIdentityFailedServiceRequestsParams) WithDefaults() *GetIdentityFailedServiceRequestsParams
- func (o *GetIdentityFailedServiceRequestsParams) WithHTTPClient(client *http.Client) *GetIdentityFailedServiceRequestsParams
- func (o *GetIdentityFailedServiceRequestsParams) WithID(id string) *GetIdentityFailedServiceRequestsParams
- func (o *GetIdentityFailedServiceRequestsParams) WithTimeout(timeout time.Duration) *GetIdentityFailedServiceRequestsParams
- func (o *GetIdentityFailedServiceRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIdentityFailedServiceRequestsReader
- type GetIdentityFailedServiceRequestsTooManyRequests
- type GetIdentityFailedServiceRequestsUnauthorized
- type GetIdentityPolicyAdviceNotFound
- type GetIdentityPolicyAdviceOK
- type GetIdentityPolicyAdviceParams
- func NewGetIdentityPolicyAdviceParams() *GetIdentityPolicyAdviceParams
- func NewGetIdentityPolicyAdviceParamsWithContext(ctx context.Context) *GetIdentityPolicyAdviceParams
- func NewGetIdentityPolicyAdviceParamsWithHTTPClient(client *http.Client) *GetIdentityPolicyAdviceParams
- func NewGetIdentityPolicyAdviceParamsWithTimeout(timeout time.Duration) *GetIdentityPolicyAdviceParams
- func (o *GetIdentityPolicyAdviceParams) SetContext(ctx context.Context)
- func (o *GetIdentityPolicyAdviceParams) SetDefaults()
- func (o *GetIdentityPolicyAdviceParams) SetHTTPClient(client *http.Client)
- func (o *GetIdentityPolicyAdviceParams) SetID(id string)
- func (o *GetIdentityPolicyAdviceParams) SetServiceID(serviceID string)
- func (o *GetIdentityPolicyAdviceParams) SetTimeout(timeout time.Duration)
- func (o *GetIdentityPolicyAdviceParams) WithContext(ctx context.Context) *GetIdentityPolicyAdviceParams
- func (o *GetIdentityPolicyAdviceParams) WithDefaults() *GetIdentityPolicyAdviceParams
- func (o *GetIdentityPolicyAdviceParams) WithHTTPClient(client *http.Client) *GetIdentityPolicyAdviceParams
- func (o *GetIdentityPolicyAdviceParams) WithID(id string) *GetIdentityPolicyAdviceParams
- func (o *GetIdentityPolicyAdviceParams) WithServiceID(serviceID string) *GetIdentityPolicyAdviceParams
- func (o *GetIdentityPolicyAdviceParams) WithTimeout(timeout time.Duration) *GetIdentityPolicyAdviceParams
- func (o *GetIdentityPolicyAdviceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIdentityPolicyAdviceReader
- type GetIdentityPolicyAdviceTooManyRequests
- type GetIdentityPolicyAdviceUnauthorized
- type GetIdentityPostureDataNotFound
- type GetIdentityPostureDataOK
- type GetIdentityPostureDataParams
- func NewGetIdentityPostureDataParams() *GetIdentityPostureDataParams
- func NewGetIdentityPostureDataParamsWithContext(ctx context.Context) *GetIdentityPostureDataParams
- func NewGetIdentityPostureDataParamsWithHTTPClient(client *http.Client) *GetIdentityPostureDataParams
- func NewGetIdentityPostureDataParamsWithTimeout(timeout time.Duration) *GetIdentityPostureDataParams
- func (o *GetIdentityPostureDataParams) SetContext(ctx context.Context)
- func (o *GetIdentityPostureDataParams) SetDefaults()
- func (o *GetIdentityPostureDataParams) SetHTTPClient(client *http.Client)
- func (o *GetIdentityPostureDataParams) SetID(id string)
- func (o *GetIdentityPostureDataParams) SetTimeout(timeout time.Duration)
- func (o *GetIdentityPostureDataParams) WithContext(ctx context.Context) *GetIdentityPostureDataParams
- func (o *GetIdentityPostureDataParams) WithDefaults() *GetIdentityPostureDataParams
- func (o *GetIdentityPostureDataParams) WithHTTPClient(client *http.Client) *GetIdentityPostureDataParams
- func (o *GetIdentityPostureDataParams) WithID(id string) *GetIdentityPostureDataParams
- func (o *GetIdentityPostureDataParams) WithTimeout(timeout time.Duration) *GetIdentityPostureDataParams
- func (o *GetIdentityPostureDataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIdentityPostureDataReader
- type GetIdentityPostureDataTooManyRequests
- type GetIdentityPostureDataUnauthorized
- type ListIdentitiesBadRequest
- type ListIdentitiesOK
- type ListIdentitiesParams
- func NewListIdentitiesParams() *ListIdentitiesParams
- func NewListIdentitiesParamsWithContext(ctx context.Context) *ListIdentitiesParams
- func NewListIdentitiesParamsWithHTTPClient(client *http.Client) *ListIdentitiesParams
- func NewListIdentitiesParamsWithTimeout(timeout time.Duration) *ListIdentitiesParams
- func (o *ListIdentitiesParams) SetContext(ctx context.Context)
- func (o *ListIdentitiesParams) SetDefaults()
- func (o *ListIdentitiesParams) SetFilter(filter *string)
- func (o *ListIdentitiesParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentitiesParams) SetLimit(limit *int64)
- func (o *ListIdentitiesParams) SetOffset(offset *int64)
- func (o *ListIdentitiesParams) SetRoleFilter(roleFilter []string)
- func (o *ListIdentitiesParams) SetRoleSemantic(roleSemantic *string)
- func (o *ListIdentitiesParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentitiesParams) WithContext(ctx context.Context) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithDefaults() *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithFilter(filter *string) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithHTTPClient(client *http.Client) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithLimit(limit *int64) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithOffset(offset *int64) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithRoleFilter(roleFilter []string) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithRoleSemantic(roleSemantic *string) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WithTimeout(timeout time.Duration) *ListIdentitiesParams
- func (o *ListIdentitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentitiesReader
- type ListIdentitiesTooManyRequests
- type ListIdentitiesUnauthorized
- type ListIdentityEdgeRoutersNotFound
- type ListIdentityEdgeRoutersOK
- type ListIdentityEdgeRoutersParams
- func NewListIdentityEdgeRoutersParams() *ListIdentityEdgeRoutersParams
- func NewListIdentityEdgeRoutersParamsWithContext(ctx context.Context) *ListIdentityEdgeRoutersParams
- func NewListIdentityEdgeRoutersParamsWithHTTPClient(client *http.Client) *ListIdentityEdgeRoutersParams
- func NewListIdentityEdgeRoutersParamsWithTimeout(timeout time.Duration) *ListIdentityEdgeRoutersParams
- func (o *ListIdentityEdgeRoutersParams) SetContext(ctx context.Context)
- func (o *ListIdentityEdgeRoutersParams) SetDefaults()
- func (o *ListIdentityEdgeRoutersParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentityEdgeRoutersParams) SetID(id string)
- func (o *ListIdentityEdgeRoutersParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentityEdgeRoutersParams) WithContext(ctx context.Context) *ListIdentityEdgeRoutersParams
- func (o *ListIdentityEdgeRoutersParams) WithDefaults() *ListIdentityEdgeRoutersParams
- func (o *ListIdentityEdgeRoutersParams) WithHTTPClient(client *http.Client) *ListIdentityEdgeRoutersParams
- func (o *ListIdentityEdgeRoutersParams) WithID(id string) *ListIdentityEdgeRoutersParams
- func (o *ListIdentityEdgeRoutersParams) WithTimeout(timeout time.Duration) *ListIdentityEdgeRoutersParams
- func (o *ListIdentityEdgeRoutersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentityEdgeRoutersReader
- type ListIdentityEdgeRoutersTooManyRequests
- type ListIdentityEdgeRoutersUnauthorized
- type ListIdentityServicePoliciesNotFound
- type ListIdentityServicePoliciesOK
- type ListIdentityServicePoliciesParams
- func NewListIdentityServicePoliciesParams() *ListIdentityServicePoliciesParams
- func NewListIdentityServicePoliciesParamsWithContext(ctx context.Context) *ListIdentityServicePoliciesParams
- func NewListIdentityServicePoliciesParamsWithHTTPClient(client *http.Client) *ListIdentityServicePoliciesParams
- func NewListIdentityServicePoliciesParamsWithTimeout(timeout time.Duration) *ListIdentityServicePoliciesParams
- func (o *ListIdentityServicePoliciesParams) SetContext(ctx context.Context)
- func (o *ListIdentityServicePoliciesParams) SetDefaults()
- func (o *ListIdentityServicePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentityServicePoliciesParams) SetID(id string)
- func (o *ListIdentityServicePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentityServicePoliciesParams) WithContext(ctx context.Context) *ListIdentityServicePoliciesParams
- func (o *ListIdentityServicePoliciesParams) WithDefaults() *ListIdentityServicePoliciesParams
- func (o *ListIdentityServicePoliciesParams) WithHTTPClient(client *http.Client) *ListIdentityServicePoliciesParams
- func (o *ListIdentityServicePoliciesParams) WithID(id string) *ListIdentityServicePoliciesParams
- func (o *ListIdentityServicePoliciesParams) WithTimeout(timeout time.Duration) *ListIdentityServicePoliciesParams
- func (o *ListIdentityServicePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentityServicePoliciesReader
- type ListIdentityServicePoliciesTooManyRequests
- type ListIdentityServicePoliciesUnauthorized
- type ListIdentityServicesNotFound
- type ListIdentityServicesOK
- type ListIdentityServicesParams
- func NewListIdentityServicesParams() *ListIdentityServicesParams
- func NewListIdentityServicesParamsWithContext(ctx context.Context) *ListIdentityServicesParams
- func NewListIdentityServicesParamsWithHTTPClient(client *http.Client) *ListIdentityServicesParams
- func NewListIdentityServicesParamsWithTimeout(timeout time.Duration) *ListIdentityServicesParams
- func (o *ListIdentityServicesParams) SetContext(ctx context.Context)
- func (o *ListIdentityServicesParams) SetDefaults()
- func (o *ListIdentityServicesParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentityServicesParams) SetID(id string)
- func (o *ListIdentityServicesParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentityServicesParams) WithContext(ctx context.Context) *ListIdentityServicesParams
- func (o *ListIdentityServicesParams) WithDefaults() *ListIdentityServicesParams
- func (o *ListIdentityServicesParams) WithHTTPClient(client *http.Client) *ListIdentityServicesParams
- func (o *ListIdentityServicesParams) WithID(id string) *ListIdentityServicesParams
- func (o *ListIdentityServicesParams) WithTimeout(timeout time.Duration) *ListIdentityServicesParams
- func (o *ListIdentityServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentityServicesReader
- type ListIdentityServicesTooManyRequests
- type ListIdentityServicesUnauthorized
- type ListIdentityTypesBadRequest
- type ListIdentityTypesOK
- type ListIdentityTypesParams
- func NewListIdentityTypesParams() *ListIdentityTypesParams
- func NewListIdentityTypesParamsWithContext(ctx context.Context) *ListIdentityTypesParams
- func NewListIdentityTypesParamsWithHTTPClient(client *http.Client) *ListIdentityTypesParams
- func NewListIdentityTypesParamsWithTimeout(timeout time.Duration) *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) SetContext(ctx context.Context)
- func (o *ListIdentityTypesParams) SetDefaults()
- func (o *ListIdentityTypesParams) SetFilter(filter *string)
- func (o *ListIdentityTypesParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentityTypesParams) SetLimit(limit *int64)
- func (o *ListIdentityTypesParams) SetOffset(offset *int64)
- func (o *ListIdentityTypesParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentityTypesParams) WithContext(ctx context.Context) *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) WithDefaults() *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) WithFilter(filter *string) *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) WithHTTPClient(client *http.Client) *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) WithLimit(limit *int64) *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) WithOffset(offset *int64) *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) WithTimeout(timeout time.Duration) *ListIdentityTypesParams
- func (o *ListIdentityTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentityTypesReader
- type ListIdentityTypesTooManyRequests
- type ListIdentityTypesUnauthorized
- type ListIdentitysEdgeRouterPoliciesNotFound
- type ListIdentitysEdgeRouterPoliciesOK
- type ListIdentitysEdgeRouterPoliciesParams
- func NewListIdentitysEdgeRouterPoliciesParams() *ListIdentitysEdgeRouterPoliciesParams
- func NewListIdentitysEdgeRouterPoliciesParamsWithContext(ctx context.Context) *ListIdentitysEdgeRouterPoliciesParams
- func NewListIdentitysEdgeRouterPoliciesParamsWithHTTPClient(client *http.Client) *ListIdentitysEdgeRouterPoliciesParams
- func NewListIdentitysEdgeRouterPoliciesParamsWithTimeout(timeout time.Duration) *ListIdentitysEdgeRouterPoliciesParams
- func (o *ListIdentitysEdgeRouterPoliciesParams) SetContext(ctx context.Context)
- func (o *ListIdentitysEdgeRouterPoliciesParams) SetDefaults()
- func (o *ListIdentitysEdgeRouterPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentitysEdgeRouterPoliciesParams) SetID(id string)
- func (o *ListIdentitysEdgeRouterPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentitysEdgeRouterPoliciesParams) WithContext(ctx context.Context) *ListIdentitysEdgeRouterPoliciesParams
- func (o *ListIdentitysEdgeRouterPoliciesParams) WithDefaults() *ListIdentitysEdgeRouterPoliciesParams
- func (o *ListIdentitysEdgeRouterPoliciesParams) WithHTTPClient(client *http.Client) *ListIdentitysEdgeRouterPoliciesParams
- func (o *ListIdentitysEdgeRouterPoliciesParams) WithID(id string) *ListIdentitysEdgeRouterPoliciesParams
- func (o *ListIdentitysEdgeRouterPoliciesParams) WithTimeout(timeout time.Duration) *ListIdentitysEdgeRouterPoliciesParams
- func (o *ListIdentitysEdgeRouterPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentitysEdgeRouterPoliciesReader
- type ListIdentitysEdgeRouterPoliciesTooManyRequests
- type ListIdentitysEdgeRouterPoliciesUnauthorized
- type ListIdentitysServiceConfigsNotFound
- type ListIdentitysServiceConfigsOK
- type ListIdentitysServiceConfigsParams
- func NewListIdentitysServiceConfigsParams() *ListIdentitysServiceConfigsParams
- func NewListIdentitysServiceConfigsParamsWithContext(ctx context.Context) *ListIdentitysServiceConfigsParams
- func NewListIdentitysServiceConfigsParamsWithHTTPClient(client *http.Client) *ListIdentitysServiceConfigsParams
- func NewListIdentitysServiceConfigsParamsWithTimeout(timeout time.Duration) *ListIdentitysServiceConfigsParams
- func (o *ListIdentitysServiceConfigsParams) SetContext(ctx context.Context)
- func (o *ListIdentitysServiceConfigsParams) SetDefaults()
- func (o *ListIdentitysServiceConfigsParams) SetHTTPClient(client *http.Client)
- func (o *ListIdentitysServiceConfigsParams) SetID(id string)
- func (o *ListIdentitysServiceConfigsParams) SetTimeout(timeout time.Duration)
- func (o *ListIdentitysServiceConfigsParams) WithContext(ctx context.Context) *ListIdentitysServiceConfigsParams
- func (o *ListIdentitysServiceConfigsParams) WithDefaults() *ListIdentitysServiceConfigsParams
- func (o *ListIdentitysServiceConfigsParams) WithHTTPClient(client *http.Client) *ListIdentitysServiceConfigsParams
- func (o *ListIdentitysServiceConfigsParams) WithID(id string) *ListIdentitysServiceConfigsParams
- func (o *ListIdentitysServiceConfigsParams) WithTimeout(timeout time.Duration) *ListIdentitysServiceConfigsParams
- func (o *ListIdentitysServiceConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIdentitysServiceConfigsReader
- type ListIdentitysServiceConfigsTooManyRequests
- type ListIdentitysServiceConfigsUnauthorized
- type PatchIdentityBadRequest
- type PatchIdentityNotFound
- type PatchIdentityOK
- type PatchIdentityParams
- func (o *PatchIdentityParams) SetContext(ctx context.Context)
- func (o *PatchIdentityParams) SetDefaults()
- func (o *PatchIdentityParams) SetHTTPClient(client *http.Client)
- func (o *PatchIdentityParams) SetID(id string)
- func (o *PatchIdentityParams) SetIdentity(identity *rest_model.IdentityPatch)
- func (o *PatchIdentityParams) SetTimeout(timeout time.Duration)
- func (o *PatchIdentityParams) WithContext(ctx context.Context) *PatchIdentityParams
- func (o *PatchIdentityParams) WithDefaults() *PatchIdentityParams
- func (o *PatchIdentityParams) WithHTTPClient(client *http.Client) *PatchIdentityParams
- func (o *PatchIdentityParams) WithID(id string) *PatchIdentityParams
- func (o *PatchIdentityParams) WithIdentity(identity *rest_model.IdentityPatch) *PatchIdentityParams
- func (o *PatchIdentityParams) WithTimeout(timeout time.Duration) *PatchIdentityParams
- func (o *PatchIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchIdentityReader
- type PatchIdentityTooManyRequests
- type PatchIdentityUnauthorized
- type RemoveIdentityMfaNotFound
- type RemoveIdentityMfaOK
- type RemoveIdentityMfaParams
- func NewRemoveIdentityMfaParams() *RemoveIdentityMfaParams
- func NewRemoveIdentityMfaParamsWithContext(ctx context.Context) *RemoveIdentityMfaParams
- func NewRemoveIdentityMfaParamsWithHTTPClient(client *http.Client) *RemoveIdentityMfaParams
- func NewRemoveIdentityMfaParamsWithTimeout(timeout time.Duration) *RemoveIdentityMfaParams
- func (o *RemoveIdentityMfaParams) SetContext(ctx context.Context)
- func (o *RemoveIdentityMfaParams) SetDefaults()
- func (o *RemoveIdentityMfaParams) SetHTTPClient(client *http.Client)
- func (o *RemoveIdentityMfaParams) SetID(id string)
- func (o *RemoveIdentityMfaParams) SetTimeout(timeout time.Duration)
- func (o *RemoveIdentityMfaParams) WithContext(ctx context.Context) *RemoveIdentityMfaParams
- func (o *RemoveIdentityMfaParams) WithDefaults() *RemoveIdentityMfaParams
- func (o *RemoveIdentityMfaParams) WithHTTPClient(client *http.Client) *RemoveIdentityMfaParams
- func (o *RemoveIdentityMfaParams) WithID(id string) *RemoveIdentityMfaParams
- func (o *RemoveIdentityMfaParams) WithTimeout(timeout time.Duration) *RemoveIdentityMfaParams
- func (o *RemoveIdentityMfaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveIdentityMfaReader
- type RemoveIdentityMfaTooManyRequests
- type RemoveIdentityMfaUnauthorized
- type UpdateIdentityBadRequest
- type UpdateIdentityNotFound
- type UpdateIdentityOK
- type UpdateIdentityParams
- func NewUpdateIdentityParams() *UpdateIdentityParams
- func NewUpdateIdentityParamsWithContext(ctx context.Context) *UpdateIdentityParams
- func NewUpdateIdentityParamsWithHTTPClient(client *http.Client) *UpdateIdentityParams
- func NewUpdateIdentityParamsWithTimeout(timeout time.Duration) *UpdateIdentityParams
- func (o *UpdateIdentityParams) SetContext(ctx context.Context)
- func (o *UpdateIdentityParams) SetDefaults()
- func (o *UpdateIdentityParams) SetHTTPClient(client *http.Client)
- func (o *UpdateIdentityParams) SetID(id string)
- func (o *UpdateIdentityParams) SetIdentity(identity *rest_model.IdentityUpdate)
- func (o *UpdateIdentityParams) SetTimeout(timeout time.Duration)
- func (o *UpdateIdentityParams) WithContext(ctx context.Context) *UpdateIdentityParams
- func (o *UpdateIdentityParams) WithDefaults() *UpdateIdentityParams
- func (o *UpdateIdentityParams) WithHTTPClient(client *http.Client) *UpdateIdentityParams
- func (o *UpdateIdentityParams) WithID(id string) *UpdateIdentityParams
- func (o *UpdateIdentityParams) WithIdentity(identity *rest_model.IdentityUpdate) *UpdateIdentityParams
- func (o *UpdateIdentityParams) WithTimeout(timeout time.Duration) *UpdateIdentityParams
- func (o *UpdateIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateIdentityReader
- type UpdateIdentityTooManyRequests
- type UpdateIdentityTracingBadRequest
- type UpdateIdentityTracingNotFound
- type UpdateIdentityTracingOK
- type UpdateIdentityTracingParams
- func NewUpdateIdentityTracingParams() *UpdateIdentityTracingParams
- func NewUpdateIdentityTracingParamsWithContext(ctx context.Context) *UpdateIdentityTracingParams
- func NewUpdateIdentityTracingParamsWithHTTPClient(client *http.Client) *UpdateIdentityTracingParams
- func NewUpdateIdentityTracingParamsWithTimeout(timeout time.Duration) *UpdateIdentityTracingParams
- func (o *UpdateIdentityTracingParams) SetContext(ctx context.Context)
- func (o *UpdateIdentityTracingParams) SetDefaults()
- func (o *UpdateIdentityTracingParams) SetHTTPClient(client *http.Client)
- func (o *UpdateIdentityTracingParams) SetID(id string)
- func (o *UpdateIdentityTracingParams) SetTimeout(timeout time.Duration)
- func (o *UpdateIdentityTracingParams) SetTraceSpec(traceSpec *rest_model.TraceSpec)
- func (o *UpdateIdentityTracingParams) WithContext(ctx context.Context) *UpdateIdentityTracingParams
- func (o *UpdateIdentityTracingParams) WithDefaults() *UpdateIdentityTracingParams
- func (o *UpdateIdentityTracingParams) WithHTTPClient(client *http.Client) *UpdateIdentityTracingParams
- func (o *UpdateIdentityTracingParams) WithID(id string) *UpdateIdentityTracingParams
- func (o *UpdateIdentityTracingParams) WithTimeout(timeout time.Duration) *UpdateIdentityTracingParams
- func (o *UpdateIdentityTracingParams) WithTraceSpec(traceSpec *rest_model.TraceSpec) *UpdateIdentityTracingParams
- func (o *UpdateIdentityTracingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateIdentityTracingReader
- type UpdateIdentityTracingTooManyRequests
- type UpdateIdentityTracingUnauthorized
- type UpdateIdentityUnauthorized
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 (o *AssociateIdentitysServiceConfigsBadRequest) Error() string
func (*AssociateIdentitysServiceConfigsBadRequest) GetPayload ¶
func (o *AssociateIdentitysServiceConfigsBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 (o *AssociateIdentitysServiceConfigsNotFound) Error() string
func (*AssociateIdentitysServiceConfigsNotFound) GetPayload ¶
func (o *AssociateIdentitysServiceConfigsNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 (o *AssociateIdentitysServiceConfigsOK) Error() string
func (*AssociateIdentitysServiceConfigsOK) GetPayload ¶
func (o *AssociateIdentitysServiceConfigsOK) GetPayload() *rest_model.Empty
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 ¶
func (o *AssociateIdentitysServiceConfigsParams) SetContext(ctx context.Context)
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 ¶
func (o *AssociateIdentitysServiceConfigsParams) SetID(id string)
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 ¶
func (o *AssociateIdentitysServiceConfigsParams) WithContext(ctx context.Context) *AssociateIdentitysServiceConfigsParams
WithContext adds the context to the associate identitys service configs params
func (*AssociateIdentitysServiceConfigsParams) WithDefaults ¶
func (o *AssociateIdentitysServiceConfigsParams) WithDefaults() *AssociateIdentitysServiceConfigsParams
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 ¶
func (o *AssociateIdentitysServiceConfigsParams) WithHTTPClient(client *http.Client) *AssociateIdentitysServiceConfigsParams
WithHTTPClient adds the HTTPClient to the associate identitys service configs params
func (*AssociateIdentitysServiceConfigsParams) WithID ¶
func (o *AssociateIdentitysServiceConfigsParams) WithID(id string) *AssociateIdentitysServiceConfigsParams
WithID adds the id to the associate identitys service configs params
func (*AssociateIdentitysServiceConfigsParams) WithServiceConfigs ¶
func (o *AssociateIdentitysServiceConfigsParams) WithServiceConfigs(serviceConfigs rest_model.ServiceConfigsAssignList) *AssociateIdentitysServiceConfigsParams
WithServiceConfigs adds the serviceConfigs to the associate identitys service configs params
func (*AssociateIdentitysServiceConfigsParams) WithTimeout ¶
func (o *AssociateIdentitysServiceConfigsParams) WithTimeout(timeout time.Duration) *AssociateIdentitysServiceConfigsParams
WithTimeout adds the timeout to the associate identitys service configs params
func (*AssociateIdentitysServiceConfigsParams) WriteToRequest ¶
func (o *AssociateIdentitysServiceConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 AssociateIdentitysServiceConfigsTooManyRequests ¶ added in v0.26.0
type AssociateIdentitysServiceConfigsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
AssociateIdentitysServiceConfigsTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewAssociateIdentitysServiceConfigsTooManyRequests ¶ added in v0.26.0
func NewAssociateIdentitysServiceConfigsTooManyRequests() *AssociateIdentitysServiceConfigsTooManyRequests
NewAssociateIdentitysServiceConfigsTooManyRequests creates a AssociateIdentitysServiceConfigsTooManyRequests with default headers values
func (*AssociateIdentitysServiceConfigsTooManyRequests) Error ¶ added in v0.26.0
func (o *AssociateIdentitysServiceConfigsTooManyRequests) Error() string
func (*AssociateIdentitysServiceConfigsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *AssociateIdentitysServiceConfigsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type AssociateIdentitysServiceConfigsUnauthorized ¶
type AssociateIdentitysServiceConfigsUnauthorized struct {
}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 (o *AssociateIdentitysServiceConfigsUnauthorized) Error() string
func (*AssociateIdentitysServiceConfigsUnauthorized) GetPayload ¶
func (o *AssociateIdentitysServiceConfigsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *CreateIdentityBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *CreateIdentityCreated) GetPayload() *rest_model.CreateEnvelope
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 ¶
func (o *CreateIdentityParams) WithContext(ctx context.Context) *CreateIdentityParams
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 ¶
func (o *CreateIdentityParams) WithIdentity(identity *rest_model.IdentityCreate) *CreateIdentityParams
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 CreateIdentityTooManyRequests ¶ added in v0.26.0
type CreateIdentityTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
CreateIdentityTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewCreateIdentityTooManyRequests ¶ added in v0.26.0
func NewCreateIdentityTooManyRequests() *CreateIdentityTooManyRequests
NewCreateIdentityTooManyRequests creates a CreateIdentityTooManyRequests with default headers values
func (*CreateIdentityTooManyRequests) Error ¶ added in v0.26.0
func (o *CreateIdentityTooManyRequests) Error() string
func (*CreateIdentityTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *CreateIdentityTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type CreateIdentityUnauthorized ¶
type CreateIdentityUnauthorized struct {
}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 (o *CreateIdentityUnauthorized) Error() string
func (*CreateIdentityUnauthorized) GetPayload ¶
func (o *CreateIdentityUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DeleteIdentityBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DeleteIdentityConflict) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DeleteIdentityParams) WithContext(ctx context.Context) *DeleteIdentityParams
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 ¶
func (o *DeleteIdentityParams) WithID(id string) *DeleteIdentityParams
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 DeleteIdentityTooManyRequests ¶ added in v0.26.0
type DeleteIdentityTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
DeleteIdentityTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewDeleteIdentityTooManyRequests ¶ added in v0.26.0
func NewDeleteIdentityTooManyRequests() *DeleteIdentityTooManyRequests
NewDeleteIdentityTooManyRequests creates a DeleteIdentityTooManyRequests with default headers values
func (*DeleteIdentityTooManyRequests) Error ¶ added in v0.26.0
func (o *DeleteIdentityTooManyRequests) Error() string
func (*DeleteIdentityTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DeleteIdentityTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type DeleteIdentityUnauthorized ¶
type DeleteIdentityUnauthorized struct {
}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 (o *DeleteIdentityUnauthorized) Error() string
func (*DeleteIdentityUnauthorized) GetPayload ¶
func (o *DeleteIdentityUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DetailIdentityNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DetailIdentityOK) GetPayload() *rest_model.DetailIdentityEnvelope
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 ¶
func (o *DetailIdentityParams) WithContext(ctx context.Context) *DetailIdentityParams
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 ¶
func (o *DetailIdentityParams) WithID(id string) *DetailIdentityParams
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 DetailIdentityTooManyRequests ¶ added in v0.26.0
type DetailIdentityTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
DetailIdentityTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewDetailIdentityTooManyRequests ¶ added in v0.26.0
func NewDetailIdentityTooManyRequests() *DetailIdentityTooManyRequests
NewDetailIdentityTooManyRequests creates a DetailIdentityTooManyRequests with default headers values
func (*DetailIdentityTooManyRequests) Error ¶ added in v0.26.0
func (o *DetailIdentityTooManyRequests) Error() string
func (*DetailIdentityTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DetailIdentityTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
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 (o *DetailIdentityTypeNotFound) Error() string
func (*DetailIdentityTypeNotFound) GetPayload ¶
func (o *DetailIdentityTypeNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DetailIdentityTypeOK) GetPayload() *rest_model.DetailIdentityTypeEnvelope
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 ¶
func (o *DetailIdentityTypeParams) WithContext(ctx context.Context) *DetailIdentityTypeParams
WithContext adds the context to the detail identity type params
func (*DetailIdentityTypeParams) WithDefaults ¶
func (o *DetailIdentityTypeParams) WithDefaults() *DetailIdentityTypeParams
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 ¶
func (o *DetailIdentityTypeParams) WithID(id string) *DetailIdentityTypeParams
WithID adds the id to the detail identity type params
func (*DetailIdentityTypeParams) WithTimeout ¶
func (o *DetailIdentityTypeParams) WithTimeout(timeout time.Duration) *DetailIdentityTypeParams
WithTimeout adds the timeout to the detail identity type params
func (*DetailIdentityTypeParams) WriteToRequest ¶
func (o *DetailIdentityTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 DetailIdentityTypeTooManyRequests ¶ added in v0.26.0
type DetailIdentityTypeTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
DetailIdentityTypeTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewDetailIdentityTypeTooManyRequests ¶ added in v0.26.0
func NewDetailIdentityTypeTooManyRequests() *DetailIdentityTypeTooManyRequests
NewDetailIdentityTypeTooManyRequests creates a DetailIdentityTypeTooManyRequests with default headers values
func (*DetailIdentityTypeTooManyRequests) Error ¶ added in v0.26.0
func (o *DetailIdentityTypeTooManyRequests) Error() string
func (*DetailIdentityTypeTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DetailIdentityTypeTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type DetailIdentityTypeUnauthorized ¶
type DetailIdentityTypeUnauthorized struct {
}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 (o *DetailIdentityTypeUnauthorized) Error() string
func (*DetailIdentityTypeUnauthorized) GetPayload ¶
func (o *DetailIdentityTypeUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type DetailIdentityUnauthorized ¶
type DetailIdentityUnauthorized struct {
}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 (o *DetailIdentityUnauthorized) Error() string
func (*DetailIdentityUnauthorized) GetPayload ¶
func (o *DetailIdentityUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DisableIdentityNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *DisableIdentityParams) WithContext(ctx context.Context) *DisableIdentityParams
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 ¶
func (o *DisableIdentityParams) WithDisable(disable *rest_model.DisableParams) *DisableIdentityParams
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 ¶
func (o *DisableIdentityParams) WithID(id string) *DisableIdentityParams
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 DisableIdentityTooManyRequests ¶ added in v0.26.0
type DisableIdentityTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
DisableIdentityTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewDisableIdentityTooManyRequests ¶ added in v0.26.0
func NewDisableIdentityTooManyRequests() *DisableIdentityTooManyRequests
NewDisableIdentityTooManyRequests creates a DisableIdentityTooManyRequests with default headers values
func (*DisableIdentityTooManyRequests) Error ¶ added in v0.26.0
func (o *DisableIdentityTooManyRequests) Error() string
func (*DisableIdentityTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DisableIdentityTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type DisableIdentityUnauthorized ¶
type DisableIdentityUnauthorized struct {
}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 (o *DisableIdentityUnauthorized) Error() string
func (*DisableIdentityUnauthorized) GetPayload ¶
func (o *DisableIdentityUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *DisassociateIdentitysServiceConfigsBadRequest) Error() string
func (*DisassociateIdentitysServiceConfigsBadRequest) GetPayload ¶
func (o *DisassociateIdentitysServiceConfigsBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 (o *DisassociateIdentitysServiceConfigsNotFound) Error() string
func (*DisassociateIdentitysServiceConfigsNotFound) GetPayload ¶
func (o *DisassociateIdentitysServiceConfigsNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 (o *DisassociateIdentitysServiceConfigsOK) Error() string
func (*DisassociateIdentitysServiceConfigsOK) GetPayload ¶
func (o *DisassociateIdentitysServiceConfigsOK) GetPayload() *rest_model.Empty
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 ¶
func (o *DisassociateIdentitysServiceConfigsParams) SetContext(ctx context.Context)
SetContext adds the context to the disassociate identitys service configs params
func (*DisassociateIdentitysServiceConfigsParams) SetDefaults ¶
func (o *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 ¶
func (o *DisassociateIdentitysServiceConfigsParams) SetID(id string)
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 ¶
func (o *DisassociateIdentitysServiceConfigsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the disassociate identitys service configs params
func (*DisassociateIdentitysServiceConfigsParams) WithContext ¶
func (o *DisassociateIdentitysServiceConfigsParams) WithContext(ctx context.Context) *DisassociateIdentitysServiceConfigsParams
WithContext adds the context to the disassociate identitys service configs params
func (*DisassociateIdentitysServiceConfigsParams) WithDefaults ¶
func (o *DisassociateIdentitysServiceConfigsParams) WithDefaults() *DisassociateIdentitysServiceConfigsParams
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 ¶
func (o *DisassociateIdentitysServiceConfigsParams) WithHTTPClient(client *http.Client) *DisassociateIdentitysServiceConfigsParams
WithHTTPClient adds the HTTPClient to the disassociate identitys service configs params
func (*DisassociateIdentitysServiceConfigsParams) WithID ¶
func (o *DisassociateIdentitysServiceConfigsParams) WithID(id string) *DisassociateIdentitysServiceConfigsParams
WithID adds the id to the disassociate identitys service configs params
func (*DisassociateIdentitysServiceConfigsParams) WithServiceConfigIDPairs ¶
func (o *DisassociateIdentitysServiceConfigsParams) WithServiceConfigIDPairs(serviceConfigIDPairs rest_model.ServiceConfigsAssignList) *DisassociateIdentitysServiceConfigsParams
WithServiceConfigIDPairs adds the serviceConfigIDPairs to the disassociate identitys service configs params
func (*DisassociateIdentitysServiceConfigsParams) WithTimeout ¶
func (o *DisassociateIdentitysServiceConfigsParams) WithTimeout(timeout time.Duration) *DisassociateIdentitysServiceConfigsParams
WithTimeout adds the timeout to the disassociate identitys service configs params
func (*DisassociateIdentitysServiceConfigsParams) WriteToRequest ¶
func (o *DisassociateIdentitysServiceConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 DisassociateIdentitysServiceConfigsTooManyRequests ¶ added in v0.26.0
type DisassociateIdentitysServiceConfigsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
DisassociateIdentitysServiceConfigsTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewDisassociateIdentitysServiceConfigsTooManyRequests ¶ added in v0.26.0
func NewDisassociateIdentitysServiceConfigsTooManyRequests() *DisassociateIdentitysServiceConfigsTooManyRequests
NewDisassociateIdentitysServiceConfigsTooManyRequests creates a DisassociateIdentitysServiceConfigsTooManyRequests with default headers values
func (*DisassociateIdentitysServiceConfigsTooManyRequests) Error ¶ added in v0.26.0
func (o *DisassociateIdentitysServiceConfigsTooManyRequests) Error() string
func (*DisassociateIdentitysServiceConfigsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DisassociateIdentitysServiceConfigsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type DisassociateIdentitysServiceConfigsUnauthorized ¶
type DisassociateIdentitysServiceConfigsUnauthorized struct {
}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 (o *DisassociateIdentitysServiceConfigsUnauthorized) Error() string
func (*DisassociateIdentitysServiceConfigsUnauthorized) GetPayload ¶
func (o *DisassociateIdentitysServiceConfigsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *EnableIdentityNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *EnableIdentityParams) WithContext(ctx context.Context) *EnableIdentityParams
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 ¶
func (o *EnableIdentityParams) WithID(id string) *EnableIdentityParams
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 EnableIdentityTooManyRequests ¶ added in v0.26.0
type EnableIdentityTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
EnableIdentityTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewEnableIdentityTooManyRequests ¶ added in v0.26.0
func NewEnableIdentityTooManyRequests() *EnableIdentityTooManyRequests
NewEnableIdentityTooManyRequests creates a EnableIdentityTooManyRequests with default headers values
func (*EnableIdentityTooManyRequests) Error ¶ added in v0.26.0
func (o *EnableIdentityTooManyRequests) Error() string
func (*EnableIdentityTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *EnableIdentityTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type EnableIdentityUnauthorized ¶
type EnableIdentityUnauthorized struct {
}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 (o *EnableIdentityUnauthorized) Error() string
func (*EnableIdentityUnauthorized) GetPayload ¶
func (o *EnableIdentityUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *GetIdentityAuthenticatorsNotFound) Error() string
func (*GetIdentityAuthenticatorsNotFound) GetPayload ¶
func (o *GetIdentityAuthenticatorsNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 (o *GetIdentityAuthenticatorsOK) Error() string
func (*GetIdentityAuthenticatorsOK) GetPayload ¶
func (o *GetIdentityAuthenticatorsOK) GetPayload() *rest_model.ListAuthenticatorsEnvelope
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 ¶
func (o *GetIdentityAuthenticatorsParams) SetID(id string)
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 ¶
func (o *GetIdentityAuthenticatorsParams) WithContext(ctx context.Context) *GetIdentityAuthenticatorsParams
WithContext adds the context to the get identity authenticators params
func (*GetIdentityAuthenticatorsParams) WithDefaults ¶
func (o *GetIdentityAuthenticatorsParams) WithDefaults() *GetIdentityAuthenticatorsParams
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 ¶
func (o *GetIdentityAuthenticatorsParams) WithHTTPClient(client *http.Client) *GetIdentityAuthenticatorsParams
WithHTTPClient adds the HTTPClient to the get identity authenticators params
func (*GetIdentityAuthenticatorsParams) WithID ¶
func (o *GetIdentityAuthenticatorsParams) WithID(id string) *GetIdentityAuthenticatorsParams
WithID adds the id to the get identity authenticators params
func (*GetIdentityAuthenticatorsParams) WithTimeout ¶
func (o *GetIdentityAuthenticatorsParams) WithTimeout(timeout time.Duration) *GetIdentityAuthenticatorsParams
WithTimeout adds the timeout to the get identity authenticators params
func (*GetIdentityAuthenticatorsParams) WriteToRequest ¶
func (o *GetIdentityAuthenticatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 GetIdentityAuthenticatorsTooManyRequests ¶ added in v0.26.0
type GetIdentityAuthenticatorsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
GetIdentityAuthenticatorsTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewGetIdentityAuthenticatorsTooManyRequests ¶ added in v0.26.0
func NewGetIdentityAuthenticatorsTooManyRequests() *GetIdentityAuthenticatorsTooManyRequests
NewGetIdentityAuthenticatorsTooManyRequests creates a GetIdentityAuthenticatorsTooManyRequests with default headers values
func (*GetIdentityAuthenticatorsTooManyRequests) Error ¶ added in v0.26.0
func (o *GetIdentityAuthenticatorsTooManyRequests) Error() string
func (*GetIdentityAuthenticatorsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *GetIdentityAuthenticatorsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type GetIdentityAuthenticatorsUnauthorized ¶
type GetIdentityAuthenticatorsUnauthorized struct {
}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 (o *GetIdentityAuthenticatorsUnauthorized) Error() string
func (*GetIdentityAuthenticatorsUnauthorized) GetPayload ¶
func (o *GetIdentityAuthenticatorsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *GetIdentityEnrollmentsNotFound) Error() string
func (*GetIdentityEnrollmentsNotFound) GetPayload ¶
func (o *GetIdentityEnrollmentsNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *GetIdentityEnrollmentsOK) GetPayload() *rest_model.ListEnrollmentsEnvelope
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 ¶
func (o *GetIdentityEnrollmentsParams) WithContext(ctx context.Context) *GetIdentityEnrollmentsParams
WithContext adds the context to the get identity enrollments params
func (*GetIdentityEnrollmentsParams) WithDefaults ¶
func (o *GetIdentityEnrollmentsParams) WithDefaults() *GetIdentityEnrollmentsParams
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 ¶
func (o *GetIdentityEnrollmentsParams) WithHTTPClient(client *http.Client) *GetIdentityEnrollmentsParams
WithHTTPClient adds the HTTPClient to the get identity enrollments params
func (*GetIdentityEnrollmentsParams) WithID ¶
func (o *GetIdentityEnrollmentsParams) WithID(id string) *GetIdentityEnrollmentsParams
WithID adds the id to the get identity enrollments params
func (*GetIdentityEnrollmentsParams) WithTimeout ¶
func (o *GetIdentityEnrollmentsParams) WithTimeout(timeout time.Duration) *GetIdentityEnrollmentsParams
WithTimeout adds the timeout to the get identity enrollments params
func (*GetIdentityEnrollmentsParams) WriteToRequest ¶
func (o *GetIdentityEnrollmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 GetIdentityEnrollmentsTooManyRequests ¶ added in v0.26.0
type GetIdentityEnrollmentsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
GetIdentityEnrollmentsTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewGetIdentityEnrollmentsTooManyRequests ¶ added in v0.26.0
func NewGetIdentityEnrollmentsTooManyRequests() *GetIdentityEnrollmentsTooManyRequests
NewGetIdentityEnrollmentsTooManyRequests creates a GetIdentityEnrollmentsTooManyRequests with default headers values
func (*GetIdentityEnrollmentsTooManyRequests) Error ¶ added in v0.26.0
func (o *GetIdentityEnrollmentsTooManyRequests) Error() string
func (*GetIdentityEnrollmentsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *GetIdentityEnrollmentsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type GetIdentityEnrollmentsUnauthorized ¶
type GetIdentityEnrollmentsUnauthorized struct {
}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 (o *GetIdentityEnrollmentsUnauthorized) Error() string
func (*GetIdentityEnrollmentsUnauthorized) GetPayload ¶
func (o *GetIdentityEnrollmentsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *GetIdentityFailedServiceRequestsNotFound) Error() string
func (*GetIdentityFailedServiceRequestsNotFound) GetPayload ¶
func (o *GetIdentityFailedServiceRequestsNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 (o *GetIdentityFailedServiceRequestsOK) Error() string
func (*GetIdentityFailedServiceRequestsOK) GetPayload ¶
func (o *GetIdentityFailedServiceRequestsOK) GetPayload() *rest_model.FailedServiceRequestEnvelope
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 ¶
func (o *GetIdentityFailedServiceRequestsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetIdentityFailedServiceRequestsParams) SetID(id string)
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 ¶
func (o *GetIdentityFailedServiceRequestsParams) WithContext(ctx context.Context) *GetIdentityFailedServiceRequestsParams
WithContext adds the context to the get identity failed service requests params
func (*GetIdentityFailedServiceRequestsParams) WithDefaults ¶
func (o *GetIdentityFailedServiceRequestsParams) WithDefaults() *GetIdentityFailedServiceRequestsParams
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 ¶
func (o *GetIdentityFailedServiceRequestsParams) WithHTTPClient(client *http.Client) *GetIdentityFailedServiceRequestsParams
WithHTTPClient adds the HTTPClient to the get identity failed service requests params
func (*GetIdentityFailedServiceRequestsParams) WithID ¶
func (o *GetIdentityFailedServiceRequestsParams) WithID(id string) *GetIdentityFailedServiceRequestsParams
WithID adds the id to the get identity failed service requests params
func (*GetIdentityFailedServiceRequestsParams) WithTimeout ¶
func (o *GetIdentityFailedServiceRequestsParams) WithTimeout(timeout time.Duration) *GetIdentityFailedServiceRequestsParams
WithTimeout adds the timeout to the get identity failed service requests params
func (*GetIdentityFailedServiceRequestsParams) WriteToRequest ¶
func (o *GetIdentityFailedServiceRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 GetIdentityFailedServiceRequestsTooManyRequests ¶ added in v0.26.0
type GetIdentityFailedServiceRequestsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
GetIdentityFailedServiceRequestsTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewGetIdentityFailedServiceRequestsTooManyRequests ¶ added in v0.26.0
func NewGetIdentityFailedServiceRequestsTooManyRequests() *GetIdentityFailedServiceRequestsTooManyRequests
NewGetIdentityFailedServiceRequestsTooManyRequests creates a GetIdentityFailedServiceRequestsTooManyRequests with default headers values
func (*GetIdentityFailedServiceRequestsTooManyRequests) Error ¶ added in v0.26.0
func (o *GetIdentityFailedServiceRequestsTooManyRequests) Error() string
func (*GetIdentityFailedServiceRequestsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *GetIdentityFailedServiceRequestsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type GetIdentityFailedServiceRequestsUnauthorized ¶
type GetIdentityFailedServiceRequestsUnauthorized struct {
}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 (o *GetIdentityFailedServiceRequestsUnauthorized) Error() string
func (*GetIdentityFailedServiceRequestsUnauthorized) GetPayload ¶
func (o *GetIdentityFailedServiceRequestsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *GetIdentityPolicyAdviceNotFound) Error() string
func (*GetIdentityPolicyAdviceNotFound) GetPayload ¶
func (o *GetIdentityPolicyAdviceNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *GetIdentityPolicyAdviceOK) GetPayload() *rest_model.GetIdentityPolicyAdviceEnvelope
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 ¶
func (o *GetIdentityPolicyAdviceParams) SetID(id string)
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 ¶
func (o *GetIdentityPolicyAdviceParams) WithContext(ctx context.Context) *GetIdentityPolicyAdviceParams
WithContext adds the context to the get identity policy advice params
func (*GetIdentityPolicyAdviceParams) WithDefaults ¶
func (o *GetIdentityPolicyAdviceParams) WithDefaults() *GetIdentityPolicyAdviceParams
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 ¶
func (o *GetIdentityPolicyAdviceParams) WithHTTPClient(client *http.Client) *GetIdentityPolicyAdviceParams
WithHTTPClient adds the HTTPClient to the get identity policy advice params
func (*GetIdentityPolicyAdviceParams) WithID ¶
func (o *GetIdentityPolicyAdviceParams) WithID(id string) *GetIdentityPolicyAdviceParams
WithID adds the id to the get identity policy advice params
func (*GetIdentityPolicyAdviceParams) WithServiceID ¶
func (o *GetIdentityPolicyAdviceParams) WithServiceID(serviceID string) *GetIdentityPolicyAdviceParams
WithServiceID adds the serviceID to the get identity policy advice params
func (*GetIdentityPolicyAdviceParams) WithTimeout ¶
func (o *GetIdentityPolicyAdviceParams) WithTimeout(timeout time.Duration) *GetIdentityPolicyAdviceParams
WithTimeout adds the timeout to the get identity policy advice params
func (*GetIdentityPolicyAdviceParams) WriteToRequest ¶
func (o *GetIdentityPolicyAdviceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 GetIdentityPolicyAdviceTooManyRequests ¶ added in v0.26.0
type GetIdentityPolicyAdviceTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
GetIdentityPolicyAdviceTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewGetIdentityPolicyAdviceTooManyRequests ¶ added in v0.26.0
func NewGetIdentityPolicyAdviceTooManyRequests() *GetIdentityPolicyAdviceTooManyRequests
NewGetIdentityPolicyAdviceTooManyRequests creates a GetIdentityPolicyAdviceTooManyRequests with default headers values
func (*GetIdentityPolicyAdviceTooManyRequests) Error ¶ added in v0.26.0
func (o *GetIdentityPolicyAdviceTooManyRequests) Error() string
func (*GetIdentityPolicyAdviceTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *GetIdentityPolicyAdviceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type GetIdentityPolicyAdviceUnauthorized ¶
type GetIdentityPolicyAdviceUnauthorized struct {
}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 (o *GetIdentityPolicyAdviceUnauthorized) Error() string
func (*GetIdentityPolicyAdviceUnauthorized) GetPayload ¶
func (o *GetIdentityPolicyAdviceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *GetIdentityPostureDataNotFound) Error() string
func (*GetIdentityPostureDataNotFound) GetPayload ¶
func (o *GetIdentityPostureDataNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *GetIdentityPostureDataOK) GetPayload() *rest_model.PostureDataEnvelope
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 ¶
func (o *GetIdentityPostureDataParams) WithContext(ctx context.Context) *GetIdentityPostureDataParams
WithContext adds the context to the get identity posture data params
func (*GetIdentityPostureDataParams) WithDefaults ¶
func (o *GetIdentityPostureDataParams) WithDefaults() *GetIdentityPostureDataParams
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 ¶
func (o *GetIdentityPostureDataParams) WithHTTPClient(client *http.Client) *GetIdentityPostureDataParams
WithHTTPClient adds the HTTPClient to the get identity posture data params
func (*GetIdentityPostureDataParams) WithID ¶
func (o *GetIdentityPostureDataParams) WithID(id string) *GetIdentityPostureDataParams
WithID adds the id to the get identity posture data params
func (*GetIdentityPostureDataParams) WithTimeout ¶
func (o *GetIdentityPostureDataParams) WithTimeout(timeout time.Duration) *GetIdentityPostureDataParams
WithTimeout adds the timeout to the get identity posture data params
func (*GetIdentityPostureDataParams) WriteToRequest ¶
func (o *GetIdentityPostureDataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 GetIdentityPostureDataTooManyRequests ¶ added in v0.26.0
type GetIdentityPostureDataTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
GetIdentityPostureDataTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewGetIdentityPostureDataTooManyRequests ¶ added in v0.26.0
func NewGetIdentityPostureDataTooManyRequests() *GetIdentityPostureDataTooManyRequests
NewGetIdentityPostureDataTooManyRequests creates a GetIdentityPostureDataTooManyRequests with default headers values
func (*GetIdentityPostureDataTooManyRequests) Error ¶ added in v0.26.0
func (o *GetIdentityPostureDataTooManyRequests) Error() string
func (*GetIdentityPostureDataTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *GetIdentityPostureDataTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type GetIdentityPostureDataUnauthorized ¶
type GetIdentityPostureDataUnauthorized struct {
}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 (o *GetIdentityPostureDataUnauthorized) Error() string
func (*GetIdentityPostureDataUnauthorized) GetPayload ¶
func (o *GetIdentityPostureDataUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *ListIdentitiesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *ListIdentitiesOK) GetPayload() *rest_model.ListIdentitiesEnvelope
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 ¶
func (o *ListIdentitiesParams) WithContext(ctx context.Context) *ListIdentitiesParams
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 ListIdentitiesTooManyRequests ¶ added in v0.26.0
type ListIdentitiesTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListIdentitiesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListIdentitiesTooManyRequests ¶ added in v0.26.0
func NewListIdentitiesTooManyRequests() *ListIdentitiesTooManyRequests
NewListIdentitiesTooManyRequests creates a ListIdentitiesTooManyRequests with default headers values
func (*ListIdentitiesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListIdentitiesTooManyRequests) Error() string
func (*ListIdentitiesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListIdentitiesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentitiesUnauthorized ¶
type ListIdentitiesUnauthorized struct {
}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 (o *ListIdentitiesUnauthorized) Error() string
func (*ListIdentitiesUnauthorized) GetPayload ¶
func (o *ListIdentitiesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentityEdgeRoutersNotFound) Error() string
func (*ListIdentityEdgeRoutersNotFound) GetPayload ¶
func (o *ListIdentityEdgeRoutersNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *ListIdentityEdgeRoutersOK) GetPayload() *rest_model.ListEdgeRoutersEnvelope
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 ¶
func (o *ListIdentityEdgeRoutersParams) SetID(id string)
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 ¶
func (o *ListIdentityEdgeRoutersParams) WithContext(ctx context.Context) *ListIdentityEdgeRoutersParams
WithContext adds the context to the list identity edge routers params
func (*ListIdentityEdgeRoutersParams) WithDefaults ¶
func (o *ListIdentityEdgeRoutersParams) WithDefaults() *ListIdentityEdgeRoutersParams
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 ¶
func (o *ListIdentityEdgeRoutersParams) WithHTTPClient(client *http.Client) *ListIdentityEdgeRoutersParams
WithHTTPClient adds the HTTPClient to the list identity edge routers params
func (*ListIdentityEdgeRoutersParams) WithID ¶
func (o *ListIdentityEdgeRoutersParams) WithID(id string) *ListIdentityEdgeRoutersParams
WithID adds the id to the list identity edge routers params
func (*ListIdentityEdgeRoutersParams) WithTimeout ¶
func (o *ListIdentityEdgeRoutersParams) WithTimeout(timeout time.Duration) *ListIdentityEdgeRoutersParams
WithTimeout adds the timeout to the list identity edge routers params
func (*ListIdentityEdgeRoutersParams) WriteToRequest ¶
func (o *ListIdentityEdgeRoutersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ListIdentityEdgeRoutersTooManyRequests ¶ added in v0.26.0
type ListIdentityEdgeRoutersTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListIdentityEdgeRoutersTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListIdentityEdgeRoutersTooManyRequests ¶ added in v0.26.0
func NewListIdentityEdgeRoutersTooManyRequests() *ListIdentityEdgeRoutersTooManyRequests
NewListIdentityEdgeRoutersTooManyRequests creates a ListIdentityEdgeRoutersTooManyRequests with default headers values
func (*ListIdentityEdgeRoutersTooManyRequests) Error ¶ added in v0.26.0
func (o *ListIdentityEdgeRoutersTooManyRequests) Error() string
func (*ListIdentityEdgeRoutersTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListIdentityEdgeRoutersTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentityEdgeRoutersUnauthorized ¶
type ListIdentityEdgeRoutersUnauthorized struct {
}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 (o *ListIdentityEdgeRoutersUnauthorized) Error() string
func (*ListIdentityEdgeRoutersUnauthorized) GetPayload ¶
func (o *ListIdentityEdgeRoutersUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentityServicePoliciesNotFound) Error() string
func (*ListIdentityServicePoliciesNotFound) GetPayload ¶
func (o *ListIdentityServicePoliciesNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentityServicePoliciesOK) Error() string
func (*ListIdentityServicePoliciesOK) GetPayload ¶
func (o *ListIdentityServicePoliciesOK) GetPayload() *rest_model.ListServicePoliciesEnvelope
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 ¶
func (o *ListIdentityServicePoliciesParams) SetContext(ctx context.Context)
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 ¶
func (o *ListIdentityServicePoliciesParams) SetID(id string)
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 ¶
func (o *ListIdentityServicePoliciesParams) WithContext(ctx context.Context) *ListIdentityServicePoliciesParams
WithContext adds the context to the list identity service policies params
func (*ListIdentityServicePoliciesParams) WithDefaults ¶
func (o *ListIdentityServicePoliciesParams) WithDefaults() *ListIdentityServicePoliciesParams
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 ¶
func (o *ListIdentityServicePoliciesParams) WithHTTPClient(client *http.Client) *ListIdentityServicePoliciesParams
WithHTTPClient adds the HTTPClient to the list identity service policies params
func (*ListIdentityServicePoliciesParams) WithID ¶
func (o *ListIdentityServicePoliciesParams) WithID(id string) *ListIdentityServicePoliciesParams
WithID adds the id to the list identity service policies params
func (*ListIdentityServicePoliciesParams) WithTimeout ¶
func (o *ListIdentityServicePoliciesParams) WithTimeout(timeout time.Duration) *ListIdentityServicePoliciesParams
WithTimeout adds the timeout to the list identity service policies params
func (*ListIdentityServicePoliciesParams) WriteToRequest ¶
func (o *ListIdentityServicePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ListIdentityServicePoliciesTooManyRequests ¶ added in v0.26.0
type ListIdentityServicePoliciesTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListIdentityServicePoliciesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListIdentityServicePoliciesTooManyRequests ¶ added in v0.26.0
func NewListIdentityServicePoliciesTooManyRequests() *ListIdentityServicePoliciesTooManyRequests
NewListIdentityServicePoliciesTooManyRequests creates a ListIdentityServicePoliciesTooManyRequests with default headers values
func (*ListIdentityServicePoliciesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListIdentityServicePoliciesTooManyRequests) Error() string
func (*ListIdentityServicePoliciesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListIdentityServicePoliciesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentityServicePoliciesUnauthorized ¶
type ListIdentityServicePoliciesUnauthorized struct {
}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 (o *ListIdentityServicePoliciesUnauthorized) Error() string
func (*ListIdentityServicePoliciesUnauthorized) GetPayload ¶
func (o *ListIdentityServicePoliciesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentityServicesNotFound) Error() string
func (*ListIdentityServicesNotFound) GetPayload ¶
func (o *ListIdentityServicesNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *ListIdentityServicesOK) GetPayload() *rest_model.ListEdgeRoutersEnvelope
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 ¶
func (o *ListIdentityServicesParams) WithContext(ctx context.Context) *ListIdentityServicesParams
WithContext adds the context to the list identity services params
func (*ListIdentityServicesParams) WithDefaults ¶
func (o *ListIdentityServicesParams) WithDefaults() *ListIdentityServicesParams
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 ¶
func (o *ListIdentityServicesParams) WithHTTPClient(client *http.Client) *ListIdentityServicesParams
WithHTTPClient adds the HTTPClient to the list identity services params
func (*ListIdentityServicesParams) WithID ¶
func (o *ListIdentityServicesParams) WithID(id string) *ListIdentityServicesParams
WithID adds the id to the list identity services params
func (*ListIdentityServicesParams) WithTimeout ¶
func (o *ListIdentityServicesParams) WithTimeout(timeout time.Duration) *ListIdentityServicesParams
WithTimeout adds the timeout to the list identity services params
func (*ListIdentityServicesParams) WriteToRequest ¶
func (o *ListIdentityServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ListIdentityServicesTooManyRequests ¶ added in v0.26.0
type ListIdentityServicesTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListIdentityServicesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListIdentityServicesTooManyRequests ¶ added in v0.26.0
func NewListIdentityServicesTooManyRequests() *ListIdentityServicesTooManyRequests
NewListIdentityServicesTooManyRequests creates a ListIdentityServicesTooManyRequests with default headers values
func (*ListIdentityServicesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListIdentityServicesTooManyRequests) Error() string
func (*ListIdentityServicesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListIdentityServicesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentityServicesUnauthorized ¶
type ListIdentityServicesUnauthorized struct {
}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 (o *ListIdentityServicesUnauthorized) Error() string
func (*ListIdentityServicesUnauthorized) GetPayload ¶
func (o *ListIdentityServicesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentityTypesBadRequest) Error() string
func (*ListIdentityTypesBadRequest) GetPayload ¶
func (o *ListIdentityTypesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *ListIdentityTypesOK) GetPayload() *rest_model.ListIdentityTypesEnvelope
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 ¶
func (o *ListIdentityTypesParams) WithContext(ctx context.Context) *ListIdentityTypesParams
WithContext adds the context to the list identity types params
func (*ListIdentityTypesParams) WithDefaults ¶
func (o *ListIdentityTypesParams) WithDefaults() *ListIdentityTypesParams
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 ¶
func (o *ListIdentityTypesParams) WithLimit(limit *int64) *ListIdentityTypesParams
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 ¶
func (o *ListIdentityTypesParams) WithTimeout(timeout time.Duration) *ListIdentityTypesParams
WithTimeout adds the timeout to the list identity types params
func (*ListIdentityTypesParams) WriteToRequest ¶
func (o *ListIdentityTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ListIdentityTypesTooManyRequests ¶ added in v0.26.0
type ListIdentityTypesTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListIdentityTypesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListIdentityTypesTooManyRequests ¶ added in v0.26.0
func NewListIdentityTypesTooManyRequests() *ListIdentityTypesTooManyRequests
NewListIdentityTypesTooManyRequests creates a ListIdentityTypesTooManyRequests with default headers values
func (*ListIdentityTypesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListIdentityTypesTooManyRequests) Error() string
func (*ListIdentityTypesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListIdentityTypesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentityTypesUnauthorized ¶
type ListIdentityTypesUnauthorized struct {
}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 (o *ListIdentityTypesUnauthorized) Error() string
func (*ListIdentityTypesUnauthorized) GetPayload ¶
func (o *ListIdentityTypesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentitysEdgeRouterPoliciesNotFound) Error() string
func (*ListIdentitysEdgeRouterPoliciesNotFound) GetPayload ¶
func (o *ListIdentitysEdgeRouterPoliciesNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentitysEdgeRouterPoliciesOK) Error() string
func (*ListIdentitysEdgeRouterPoliciesOK) GetPayload ¶
func (o *ListIdentitysEdgeRouterPoliciesOK) GetPayload() *rest_model.ListEdgeRouterPoliciesEnvelope
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 ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) SetContext(ctx context.Context)
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 ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) SetID(id string)
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 ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) WithContext(ctx context.Context) *ListIdentitysEdgeRouterPoliciesParams
WithContext adds the context to the list identitys edge router policies params
func (*ListIdentitysEdgeRouterPoliciesParams) WithDefaults ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) WithDefaults() *ListIdentitysEdgeRouterPoliciesParams
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 ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) WithHTTPClient(client *http.Client) *ListIdentitysEdgeRouterPoliciesParams
WithHTTPClient adds the HTTPClient to the list identitys edge router policies params
func (*ListIdentitysEdgeRouterPoliciesParams) WithID ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) WithID(id string) *ListIdentitysEdgeRouterPoliciesParams
WithID adds the id to the list identitys edge router policies params
func (*ListIdentitysEdgeRouterPoliciesParams) WithTimeout ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) WithTimeout(timeout time.Duration) *ListIdentitysEdgeRouterPoliciesParams
WithTimeout adds the timeout to the list identitys edge router policies params
func (*ListIdentitysEdgeRouterPoliciesParams) WriteToRequest ¶
func (o *ListIdentitysEdgeRouterPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ListIdentitysEdgeRouterPoliciesTooManyRequests ¶ added in v0.26.0
type ListIdentitysEdgeRouterPoliciesTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListIdentitysEdgeRouterPoliciesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListIdentitysEdgeRouterPoliciesTooManyRequests ¶ added in v0.26.0
func NewListIdentitysEdgeRouterPoliciesTooManyRequests() *ListIdentitysEdgeRouterPoliciesTooManyRequests
NewListIdentitysEdgeRouterPoliciesTooManyRequests creates a ListIdentitysEdgeRouterPoliciesTooManyRequests with default headers values
func (*ListIdentitysEdgeRouterPoliciesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListIdentitysEdgeRouterPoliciesTooManyRequests) Error() string
func (*ListIdentitysEdgeRouterPoliciesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListIdentitysEdgeRouterPoliciesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentitysEdgeRouterPoliciesUnauthorized ¶
type ListIdentitysEdgeRouterPoliciesUnauthorized struct {
}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 (o *ListIdentitysEdgeRouterPoliciesUnauthorized) Error() string
func (*ListIdentitysEdgeRouterPoliciesUnauthorized) GetPayload ¶
func (o *ListIdentitysEdgeRouterPoliciesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentitysServiceConfigsNotFound) Error() string
func (*ListIdentitysServiceConfigsNotFound) GetPayload ¶
func (o *ListIdentitysServiceConfigsNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 (o *ListIdentitysServiceConfigsOK) Error() string
func (*ListIdentitysServiceConfigsOK) GetPayload ¶
func (o *ListIdentitysServiceConfigsOK) GetPayload() *rest_model.ListServiceConfigsEnvelope
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 ¶
func (o *ListIdentitysServiceConfigsParams) SetContext(ctx context.Context)
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 ¶
func (o *ListIdentitysServiceConfigsParams) SetID(id string)
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 ¶
func (o *ListIdentitysServiceConfigsParams) WithContext(ctx context.Context) *ListIdentitysServiceConfigsParams
WithContext adds the context to the list identitys service configs params
func (*ListIdentitysServiceConfigsParams) WithDefaults ¶
func (o *ListIdentitysServiceConfigsParams) WithDefaults() *ListIdentitysServiceConfigsParams
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 ¶
func (o *ListIdentitysServiceConfigsParams) WithHTTPClient(client *http.Client) *ListIdentitysServiceConfigsParams
WithHTTPClient adds the HTTPClient to the list identitys service configs params
func (*ListIdentitysServiceConfigsParams) WithID ¶
func (o *ListIdentitysServiceConfigsParams) WithID(id string) *ListIdentitysServiceConfigsParams
WithID adds the id to the list identitys service configs params
func (*ListIdentitysServiceConfigsParams) WithTimeout ¶
func (o *ListIdentitysServiceConfigsParams) WithTimeout(timeout time.Duration) *ListIdentitysServiceConfigsParams
WithTimeout adds the timeout to the list identitys service configs params
func (*ListIdentitysServiceConfigsParams) WriteToRequest ¶
func (o *ListIdentitysServiceConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ListIdentitysServiceConfigsTooManyRequests ¶ added in v0.26.0
type ListIdentitysServiceConfigsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListIdentitysServiceConfigsTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListIdentitysServiceConfigsTooManyRequests ¶ added in v0.26.0
func NewListIdentitysServiceConfigsTooManyRequests() *ListIdentitysServiceConfigsTooManyRequests
NewListIdentitysServiceConfigsTooManyRequests creates a ListIdentitysServiceConfigsTooManyRequests with default headers values
func (*ListIdentitysServiceConfigsTooManyRequests) Error ¶ added in v0.26.0
func (o *ListIdentitysServiceConfigsTooManyRequests) Error() string
func (*ListIdentitysServiceConfigsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListIdentitysServiceConfigsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListIdentitysServiceConfigsUnauthorized ¶
type ListIdentitysServiceConfigsUnauthorized struct {
}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 (o *ListIdentitysServiceConfigsUnauthorized) Error() string
func (*ListIdentitysServiceConfigsUnauthorized) GetPayload ¶
func (o *ListIdentitysServiceConfigsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *PatchIdentityBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *PatchIdentityNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *PatchIdentityParams) WithContext(ctx context.Context) *PatchIdentityParams
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 ¶
func (o *PatchIdentityParams) WithID(id string) *PatchIdentityParams
WithID adds the id to the patch identity params
func (*PatchIdentityParams) WithIdentity ¶
func (o *PatchIdentityParams) WithIdentity(identity *rest_model.IdentityPatch) *PatchIdentityParams
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 PatchIdentityTooManyRequests ¶ added in v0.26.0
type PatchIdentityTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
PatchIdentityTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewPatchIdentityTooManyRequests ¶ added in v0.26.0
func NewPatchIdentityTooManyRequests() *PatchIdentityTooManyRequests
NewPatchIdentityTooManyRequests creates a PatchIdentityTooManyRequests with default headers values
func (*PatchIdentityTooManyRequests) Error ¶ added in v0.26.0
func (o *PatchIdentityTooManyRequests) Error() string
func (*PatchIdentityTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *PatchIdentityTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type PatchIdentityUnauthorized ¶
type PatchIdentityUnauthorized struct {
}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 ¶
func (o *PatchIdentityUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *RemoveIdentityMfaNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *RemoveIdentityMfaParams) WithContext(ctx context.Context) *RemoveIdentityMfaParams
WithContext adds the context to the remove identity mfa params
func (*RemoveIdentityMfaParams) WithDefaults ¶
func (o *RemoveIdentityMfaParams) WithDefaults() *RemoveIdentityMfaParams
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 ¶
func (o *RemoveIdentityMfaParams) WithID(id string) *RemoveIdentityMfaParams
WithID adds the id to the remove identity mfa params
func (*RemoveIdentityMfaParams) WithTimeout ¶
func (o *RemoveIdentityMfaParams) WithTimeout(timeout time.Duration) *RemoveIdentityMfaParams
WithTimeout adds the timeout to the remove identity mfa params
func (*RemoveIdentityMfaParams) WriteToRequest ¶
func (o *RemoveIdentityMfaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 RemoveIdentityMfaTooManyRequests ¶ added in v0.26.0
type RemoveIdentityMfaTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
RemoveIdentityMfaTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewRemoveIdentityMfaTooManyRequests ¶ added in v0.26.0
func NewRemoveIdentityMfaTooManyRequests() *RemoveIdentityMfaTooManyRequests
NewRemoveIdentityMfaTooManyRequests creates a RemoveIdentityMfaTooManyRequests with default headers values
func (*RemoveIdentityMfaTooManyRequests) Error ¶ added in v0.26.0
func (o *RemoveIdentityMfaTooManyRequests) Error() string
func (*RemoveIdentityMfaTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *RemoveIdentityMfaTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type RemoveIdentityMfaUnauthorized ¶
type RemoveIdentityMfaUnauthorized struct {
}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 (o *RemoveIdentityMfaUnauthorized) Error() string
func (*RemoveIdentityMfaUnauthorized) GetPayload ¶
func (o *RemoveIdentityMfaUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *UpdateIdentityBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *UpdateIdentityNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *UpdateIdentityParams) WithContext(ctx context.Context) *UpdateIdentityParams
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 ¶
func (o *UpdateIdentityParams) WithID(id string) *UpdateIdentityParams
WithID adds the id to the update identity params
func (*UpdateIdentityParams) WithIdentity ¶
func (o *UpdateIdentityParams) WithIdentity(identity *rest_model.IdentityUpdate) *UpdateIdentityParams
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 UpdateIdentityTooManyRequests ¶ added in v0.26.0
type UpdateIdentityTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewUpdateIdentityTooManyRequests ¶ added in v0.26.0
func NewUpdateIdentityTooManyRequests() *UpdateIdentityTooManyRequests
NewUpdateIdentityTooManyRequests creates a UpdateIdentityTooManyRequests with default headers values
func (*UpdateIdentityTooManyRequests) Error ¶ added in v0.26.0
func (o *UpdateIdentityTooManyRequests) Error() string
func (*UpdateIdentityTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *UpdateIdentityTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
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 (o *UpdateIdentityTracingBadRequest) Error() string
func (*UpdateIdentityTracingBadRequest) GetPayload ¶
func (o *UpdateIdentityTracingBadRequest) GetPayload() *rest_model.APIErrorEnvelope
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 (o *UpdateIdentityTracingNotFound) Error() string
func (*UpdateIdentityTracingNotFound) GetPayload ¶
func (o *UpdateIdentityTracingNotFound) GetPayload() *rest_model.APIErrorEnvelope
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 ¶
func (o *UpdateIdentityTracingOK) GetPayload() *rest_model.TraceDetailEnvelope
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 ¶
func (o *UpdateIdentityTracingParams) WithContext(ctx context.Context) *UpdateIdentityTracingParams
WithContext adds the context to the update identity tracing params
func (*UpdateIdentityTracingParams) WithDefaults ¶
func (o *UpdateIdentityTracingParams) WithDefaults() *UpdateIdentityTracingParams
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 ¶
func (o *UpdateIdentityTracingParams) WithHTTPClient(client *http.Client) *UpdateIdentityTracingParams
WithHTTPClient adds the HTTPClient to the update identity tracing params
func (*UpdateIdentityTracingParams) WithID ¶
func (o *UpdateIdentityTracingParams) WithID(id string) *UpdateIdentityTracingParams
WithID adds the id to the update identity tracing params
func (*UpdateIdentityTracingParams) WithTimeout ¶
func (o *UpdateIdentityTracingParams) WithTimeout(timeout time.Duration) *UpdateIdentityTracingParams
WithTimeout adds the timeout to the update identity tracing params
func (*UpdateIdentityTracingParams) WithTraceSpec ¶
func (o *UpdateIdentityTracingParams) WithTraceSpec(traceSpec *rest_model.TraceSpec) *UpdateIdentityTracingParams
WithTraceSpec adds the traceSpec to the update identity tracing params
func (*UpdateIdentityTracingParams) WriteToRequest ¶
func (o *UpdateIdentityTracingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 UpdateIdentityTracingTooManyRequests ¶ added in v0.26.0
type UpdateIdentityTracingTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
UpdateIdentityTracingTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewUpdateIdentityTracingTooManyRequests ¶ added in v0.26.0
func NewUpdateIdentityTracingTooManyRequests() *UpdateIdentityTracingTooManyRequests
NewUpdateIdentityTracingTooManyRequests creates a UpdateIdentityTracingTooManyRequests with default headers values
func (*UpdateIdentityTracingTooManyRequests) Error ¶ added in v0.26.0
func (o *UpdateIdentityTracingTooManyRequests) Error() string
func (*UpdateIdentityTracingTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *UpdateIdentityTracingTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type UpdateIdentityTracingUnauthorized ¶
type UpdateIdentityTracingUnauthorized struct {
}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 (o *UpdateIdentityTracingUnauthorized) Error() string
func (*UpdateIdentityTracingUnauthorized) GetPayload ¶
func (o *UpdateIdentityTracingUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type UpdateIdentityUnauthorized ¶
type UpdateIdentityUnauthorized struct {
}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 (o *UpdateIdentityUnauthorized) Error() string
func (*UpdateIdentityUnauthorized) GetPayload ¶
func (o *UpdateIdentityUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
Source Files ¶
- associate_identitys_service_configs_parameters.go
- associate_identitys_service_configs_responses.go
- create_identity_parameters.go
- create_identity_responses.go
- delete_identity_parameters.go
- delete_identity_responses.go
- detail_identity_parameters.go
- detail_identity_responses.go
- detail_identity_type_parameters.go
- detail_identity_type_responses.go
- disable_identity_parameters.go
- disable_identity_responses.go
- disassociate_identitys_service_configs_parameters.go
- disassociate_identitys_service_configs_responses.go
- enable_identity_parameters.go
- enable_identity_responses.go
- get_identity_authenticators_parameters.go
- get_identity_authenticators_responses.go
- get_identity_enrollments_parameters.go
- get_identity_enrollments_responses.go
- get_identity_failed_service_requests_parameters.go
- get_identity_failed_service_requests_responses.go
- get_identity_policy_advice_parameters.go
- get_identity_policy_advice_responses.go
- get_identity_posture_data_parameters.go
- get_identity_posture_data_responses.go
- identity_client.go
- list_identities_parameters.go
- list_identities_responses.go
- list_identity_edge_routers_parameters.go
- list_identity_edge_routers_responses.go
- list_identity_service_policies_parameters.go
- list_identity_service_policies_responses.go
- list_identity_services_parameters.go
- list_identity_services_responses.go
- list_identity_types_parameters.go
- list_identity_types_responses.go
- list_identitys_edge_router_policies_parameters.go
- list_identitys_edge_router_policies_responses.go
- list_identitys_service_configs_parameters.go
- list_identitys_service_configs_responses.go
- patch_identity_parameters.go
- patch_identity_responses.go
- remove_identity_mfa_parameters.go
- remove_identity_mfa_responses.go
- update_identity_parameters.go
- update_identity_responses.go
- update_identity_tracing_parameters.go
- update_identity_tracing_responses.go