Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateAuthenticator(params *CreateAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAuthenticatorCreated, error)
- func (a *Client) DeleteAuthenticator(params *DeleteAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAuthenticatorOK, error)
- func (a *Client) DetailAuthenticator(params *DetailAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DetailAuthenticatorOK, error)
- func (a *Client) ListAuthenticators(params *ListAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAuthenticatorsOK, error)
- func (a *Client) PatchAuthenticator(params *PatchAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchAuthenticatorOK, error)
- func (a *Client) ReEnrollAuthenticator(params *ReEnrollAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReEnrollAuthenticatorCreated, error)
- func (a *Client) RequestExtendAllCertAuthenticators(params *RequestExtendAllCertAuthenticatorsParams, ...) (*RequestExtendAllCertAuthenticatorsOK, error)
- func (a *Client) RequestExtendAuthenticator(params *RequestExtendAuthenticatorParams, ...) (*RequestExtendAuthenticatorOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAuthenticator(params *UpdateAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAuthenticatorOK, error)
- type ClientOption
- type ClientService
- type CreateAuthenticatorBadRequest
- type CreateAuthenticatorCreated
- type CreateAuthenticatorParams
- func NewCreateAuthenticatorParams() *CreateAuthenticatorParams
- func NewCreateAuthenticatorParamsWithContext(ctx context.Context) *CreateAuthenticatorParams
- func NewCreateAuthenticatorParamsWithHTTPClient(client *http.Client) *CreateAuthenticatorParams
- func NewCreateAuthenticatorParamsWithTimeout(timeout time.Duration) *CreateAuthenticatorParams
- func (o *CreateAuthenticatorParams) SetAuthenticator(authenticator *rest_model.AuthenticatorCreate)
- func (o *CreateAuthenticatorParams) SetContext(ctx context.Context)
- func (o *CreateAuthenticatorParams) SetDefaults()
- func (o *CreateAuthenticatorParams) SetHTTPClient(client *http.Client)
- func (o *CreateAuthenticatorParams) SetTimeout(timeout time.Duration)
- func (o *CreateAuthenticatorParams) WithAuthenticator(authenticator *rest_model.AuthenticatorCreate) *CreateAuthenticatorParams
- func (o *CreateAuthenticatorParams) WithContext(ctx context.Context) *CreateAuthenticatorParams
- func (o *CreateAuthenticatorParams) WithDefaults() *CreateAuthenticatorParams
- func (o *CreateAuthenticatorParams) WithHTTPClient(client *http.Client) *CreateAuthenticatorParams
- func (o *CreateAuthenticatorParams) WithTimeout(timeout time.Duration) *CreateAuthenticatorParams
- func (o *CreateAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAuthenticatorReader
- type CreateAuthenticatorServiceUnavailable
- type CreateAuthenticatorTooManyRequests
- type CreateAuthenticatorUnauthorized
- type DeleteAuthenticatorBadRequest
- type DeleteAuthenticatorNotFound
- type DeleteAuthenticatorOK
- type DeleteAuthenticatorParams
- func NewDeleteAuthenticatorParams() *DeleteAuthenticatorParams
- func NewDeleteAuthenticatorParamsWithContext(ctx context.Context) *DeleteAuthenticatorParams
- func NewDeleteAuthenticatorParamsWithHTTPClient(client *http.Client) *DeleteAuthenticatorParams
- func NewDeleteAuthenticatorParamsWithTimeout(timeout time.Duration) *DeleteAuthenticatorParams
- func (o *DeleteAuthenticatorParams) SetContext(ctx context.Context)
- func (o *DeleteAuthenticatorParams) SetDefaults()
- func (o *DeleteAuthenticatorParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAuthenticatorParams) SetID(id string)
- func (o *DeleteAuthenticatorParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAuthenticatorParams) WithContext(ctx context.Context) *DeleteAuthenticatorParams
- func (o *DeleteAuthenticatorParams) WithDefaults() *DeleteAuthenticatorParams
- func (o *DeleteAuthenticatorParams) WithHTTPClient(client *http.Client) *DeleteAuthenticatorParams
- func (o *DeleteAuthenticatorParams) WithID(id string) *DeleteAuthenticatorParams
- func (o *DeleteAuthenticatorParams) WithTimeout(timeout time.Duration) *DeleteAuthenticatorParams
- func (o *DeleteAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAuthenticatorReader
- type DeleteAuthenticatorServiceUnavailable
- type DeleteAuthenticatorTooManyRequests
- type DeleteAuthenticatorUnauthorized
- type DetailAuthenticatorNotFound
- type DetailAuthenticatorOK
- type DetailAuthenticatorParams
- func NewDetailAuthenticatorParams() *DetailAuthenticatorParams
- func NewDetailAuthenticatorParamsWithContext(ctx context.Context) *DetailAuthenticatorParams
- func NewDetailAuthenticatorParamsWithHTTPClient(client *http.Client) *DetailAuthenticatorParams
- func NewDetailAuthenticatorParamsWithTimeout(timeout time.Duration) *DetailAuthenticatorParams
- func (o *DetailAuthenticatorParams) SetContext(ctx context.Context)
- func (o *DetailAuthenticatorParams) SetDefaults()
- func (o *DetailAuthenticatorParams) SetHTTPClient(client *http.Client)
- func (o *DetailAuthenticatorParams) SetID(id string)
- func (o *DetailAuthenticatorParams) SetTimeout(timeout time.Duration)
- func (o *DetailAuthenticatorParams) WithContext(ctx context.Context) *DetailAuthenticatorParams
- func (o *DetailAuthenticatorParams) WithDefaults() *DetailAuthenticatorParams
- func (o *DetailAuthenticatorParams) WithHTTPClient(client *http.Client) *DetailAuthenticatorParams
- func (o *DetailAuthenticatorParams) WithID(id string) *DetailAuthenticatorParams
- func (o *DetailAuthenticatorParams) WithTimeout(timeout time.Duration) *DetailAuthenticatorParams
- func (o *DetailAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DetailAuthenticatorReader
- type DetailAuthenticatorServiceUnavailable
- type DetailAuthenticatorTooManyRequests
- type DetailAuthenticatorUnauthorized
- type ListAuthenticatorsBadRequest
- type ListAuthenticatorsOK
- type ListAuthenticatorsParams
- func NewListAuthenticatorsParams() *ListAuthenticatorsParams
- func NewListAuthenticatorsParamsWithContext(ctx context.Context) *ListAuthenticatorsParams
- func NewListAuthenticatorsParamsWithHTTPClient(client *http.Client) *ListAuthenticatorsParams
- func NewListAuthenticatorsParamsWithTimeout(timeout time.Duration) *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) SetContext(ctx context.Context)
- func (o *ListAuthenticatorsParams) SetDefaults()
- func (o *ListAuthenticatorsParams) SetFilter(filter *string)
- func (o *ListAuthenticatorsParams) SetHTTPClient(client *http.Client)
- func (o *ListAuthenticatorsParams) SetLimit(limit *int64)
- func (o *ListAuthenticatorsParams) SetOffset(offset *int64)
- func (o *ListAuthenticatorsParams) SetTimeout(timeout time.Duration)
- func (o *ListAuthenticatorsParams) WithContext(ctx context.Context) *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) WithDefaults() *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) WithFilter(filter *string) *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) WithHTTPClient(client *http.Client) *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) WithLimit(limit *int64) *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) WithOffset(offset *int64) *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) WithTimeout(timeout time.Duration) *ListAuthenticatorsParams
- func (o *ListAuthenticatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAuthenticatorsReader
- type ListAuthenticatorsServiceUnavailable
- type ListAuthenticatorsTooManyRequests
- type ListAuthenticatorsUnauthorized
- type PatchAuthenticatorBadRequest
- type PatchAuthenticatorNotFound
- type PatchAuthenticatorOK
- type PatchAuthenticatorParams
- func NewPatchAuthenticatorParams() *PatchAuthenticatorParams
- func NewPatchAuthenticatorParamsWithContext(ctx context.Context) *PatchAuthenticatorParams
- func NewPatchAuthenticatorParamsWithHTTPClient(client *http.Client) *PatchAuthenticatorParams
- func NewPatchAuthenticatorParamsWithTimeout(timeout time.Duration) *PatchAuthenticatorParams
- func (o *PatchAuthenticatorParams) SetAuthenticator(authenticator *rest_model.AuthenticatorPatch)
- func (o *PatchAuthenticatorParams) SetContext(ctx context.Context)
- func (o *PatchAuthenticatorParams) SetDefaults()
- func (o *PatchAuthenticatorParams) SetHTTPClient(client *http.Client)
- func (o *PatchAuthenticatorParams) SetID(id string)
- func (o *PatchAuthenticatorParams) SetTimeout(timeout time.Duration)
- func (o *PatchAuthenticatorParams) WithAuthenticator(authenticator *rest_model.AuthenticatorPatch) *PatchAuthenticatorParams
- func (o *PatchAuthenticatorParams) WithContext(ctx context.Context) *PatchAuthenticatorParams
- func (o *PatchAuthenticatorParams) WithDefaults() *PatchAuthenticatorParams
- func (o *PatchAuthenticatorParams) WithHTTPClient(client *http.Client) *PatchAuthenticatorParams
- func (o *PatchAuthenticatorParams) WithID(id string) *PatchAuthenticatorParams
- func (o *PatchAuthenticatorParams) WithTimeout(timeout time.Duration) *PatchAuthenticatorParams
- func (o *PatchAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAuthenticatorReader
- type PatchAuthenticatorServiceUnavailable
- type PatchAuthenticatorTooManyRequests
- type PatchAuthenticatorUnauthorized
- type ReEnrollAuthenticatorCreated
- type ReEnrollAuthenticatorNotFound
- type ReEnrollAuthenticatorParams
- func NewReEnrollAuthenticatorParams() *ReEnrollAuthenticatorParams
- func NewReEnrollAuthenticatorParamsWithContext(ctx context.Context) *ReEnrollAuthenticatorParams
- func NewReEnrollAuthenticatorParamsWithHTTPClient(client *http.Client) *ReEnrollAuthenticatorParams
- func NewReEnrollAuthenticatorParamsWithTimeout(timeout time.Duration) *ReEnrollAuthenticatorParams
- func (o *ReEnrollAuthenticatorParams) SetContext(ctx context.Context)
- func (o *ReEnrollAuthenticatorParams) SetDefaults()
- func (o *ReEnrollAuthenticatorParams) SetHTTPClient(client *http.Client)
- func (o *ReEnrollAuthenticatorParams) SetID(id string)
- func (o *ReEnrollAuthenticatorParams) SetReEnroll(reEnroll *rest_model.ReEnroll)
- func (o *ReEnrollAuthenticatorParams) SetTimeout(timeout time.Duration)
- func (o *ReEnrollAuthenticatorParams) WithContext(ctx context.Context) *ReEnrollAuthenticatorParams
- func (o *ReEnrollAuthenticatorParams) WithDefaults() *ReEnrollAuthenticatorParams
- func (o *ReEnrollAuthenticatorParams) WithHTTPClient(client *http.Client) *ReEnrollAuthenticatorParams
- func (o *ReEnrollAuthenticatorParams) WithID(id string) *ReEnrollAuthenticatorParams
- func (o *ReEnrollAuthenticatorParams) WithReEnroll(reEnroll *rest_model.ReEnroll) *ReEnrollAuthenticatorParams
- func (o *ReEnrollAuthenticatorParams) WithTimeout(timeout time.Duration) *ReEnrollAuthenticatorParams
- func (o *ReEnrollAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReEnrollAuthenticatorReader
- type ReEnrollAuthenticatorServiceUnavailable
- type ReEnrollAuthenticatorTooManyRequests
- type ReEnrollAuthenticatorUnauthorized
- type RequestExtendAllCertAuthenticatorsForbidden
- type RequestExtendAllCertAuthenticatorsNotFound
- type RequestExtendAllCertAuthenticatorsOK
- type RequestExtendAllCertAuthenticatorsParams
- func NewRequestExtendAllCertAuthenticatorsParams() *RequestExtendAllCertAuthenticatorsParams
- func NewRequestExtendAllCertAuthenticatorsParamsWithContext(ctx context.Context) *RequestExtendAllCertAuthenticatorsParams
- func NewRequestExtendAllCertAuthenticatorsParamsWithHTTPClient(client *http.Client) *RequestExtendAllCertAuthenticatorsParams
- func NewRequestExtendAllCertAuthenticatorsParamsWithTimeout(timeout time.Duration) *RequestExtendAllCertAuthenticatorsParams
- func (o *RequestExtendAllCertAuthenticatorsParams) SetContext(ctx context.Context)
- func (o *RequestExtendAllCertAuthenticatorsParams) SetDefaults()
- func (o *RequestExtendAllCertAuthenticatorsParams) SetHTTPClient(client *http.Client)
- func (o *RequestExtendAllCertAuthenticatorsParams) SetID(id string)
- func (o *RequestExtendAllCertAuthenticatorsParams) SetRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator)
- func (o *RequestExtendAllCertAuthenticatorsParams) SetTimeout(timeout time.Duration)
- func (o *RequestExtendAllCertAuthenticatorsParams) WithContext(ctx context.Context) *RequestExtendAllCertAuthenticatorsParams
- func (o *RequestExtendAllCertAuthenticatorsParams) WithDefaults() *RequestExtendAllCertAuthenticatorsParams
- func (o *RequestExtendAllCertAuthenticatorsParams) WithHTTPClient(client *http.Client) *RequestExtendAllCertAuthenticatorsParams
- func (o *RequestExtendAllCertAuthenticatorsParams) WithID(id string) *RequestExtendAllCertAuthenticatorsParams
- func (o *RequestExtendAllCertAuthenticatorsParams) WithRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator) *RequestExtendAllCertAuthenticatorsParams
- func (o *RequestExtendAllCertAuthenticatorsParams) WithTimeout(timeout time.Duration) *RequestExtendAllCertAuthenticatorsParams
- func (o *RequestExtendAllCertAuthenticatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RequestExtendAllCertAuthenticatorsReader
- type RequestExtendAllCertAuthenticatorsServiceUnavailable
- type RequestExtendAllCertAuthenticatorsTooManyRequests
- type RequestExtendAllCertAuthenticatorsUnauthorized
- type RequestExtendAuthenticatorForbidden
- type RequestExtendAuthenticatorNotFound
- type RequestExtendAuthenticatorOK
- type RequestExtendAuthenticatorParams
- func NewRequestExtendAuthenticatorParams() *RequestExtendAuthenticatorParams
- func NewRequestExtendAuthenticatorParamsWithContext(ctx context.Context) *RequestExtendAuthenticatorParams
- func NewRequestExtendAuthenticatorParamsWithHTTPClient(client *http.Client) *RequestExtendAuthenticatorParams
- func NewRequestExtendAuthenticatorParamsWithTimeout(timeout time.Duration) *RequestExtendAuthenticatorParams
- func (o *RequestExtendAuthenticatorParams) SetContext(ctx context.Context)
- func (o *RequestExtendAuthenticatorParams) SetDefaults()
- func (o *RequestExtendAuthenticatorParams) SetHTTPClient(client *http.Client)
- func (o *RequestExtendAuthenticatorParams) SetID(id string)
- func (o *RequestExtendAuthenticatorParams) SetRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator)
- func (o *RequestExtendAuthenticatorParams) SetTimeout(timeout time.Duration)
- func (o *RequestExtendAuthenticatorParams) WithContext(ctx context.Context) *RequestExtendAuthenticatorParams
- func (o *RequestExtendAuthenticatorParams) WithDefaults() *RequestExtendAuthenticatorParams
- func (o *RequestExtendAuthenticatorParams) WithHTTPClient(client *http.Client) *RequestExtendAuthenticatorParams
- func (o *RequestExtendAuthenticatorParams) WithID(id string) *RequestExtendAuthenticatorParams
- func (o *RequestExtendAuthenticatorParams) WithRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator) *RequestExtendAuthenticatorParams
- func (o *RequestExtendAuthenticatorParams) WithTimeout(timeout time.Duration) *RequestExtendAuthenticatorParams
- func (o *RequestExtendAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RequestExtendAuthenticatorReader
- type RequestExtendAuthenticatorServiceUnavailable
- type RequestExtendAuthenticatorTooManyRequests
- type RequestExtendAuthenticatorUnauthorized
- type UpdateAuthenticatorBadRequest
- type UpdateAuthenticatorNotFound
- type UpdateAuthenticatorOK
- type UpdateAuthenticatorParams
- func NewUpdateAuthenticatorParams() *UpdateAuthenticatorParams
- func NewUpdateAuthenticatorParamsWithContext(ctx context.Context) *UpdateAuthenticatorParams
- func NewUpdateAuthenticatorParamsWithHTTPClient(client *http.Client) *UpdateAuthenticatorParams
- func NewUpdateAuthenticatorParamsWithTimeout(timeout time.Duration) *UpdateAuthenticatorParams
- func (o *UpdateAuthenticatorParams) SetAuthenticator(authenticator *rest_model.AuthenticatorUpdate)
- func (o *UpdateAuthenticatorParams) SetContext(ctx context.Context)
- func (o *UpdateAuthenticatorParams) SetDefaults()
- func (o *UpdateAuthenticatorParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAuthenticatorParams) SetID(id string)
- func (o *UpdateAuthenticatorParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAuthenticatorParams) WithAuthenticator(authenticator *rest_model.AuthenticatorUpdate) *UpdateAuthenticatorParams
- func (o *UpdateAuthenticatorParams) WithContext(ctx context.Context) *UpdateAuthenticatorParams
- func (o *UpdateAuthenticatorParams) WithDefaults() *UpdateAuthenticatorParams
- func (o *UpdateAuthenticatorParams) WithHTTPClient(client *http.Client) *UpdateAuthenticatorParams
- func (o *UpdateAuthenticatorParams) WithID(id string) *UpdateAuthenticatorParams
- func (o *UpdateAuthenticatorParams) WithTimeout(timeout time.Duration) *UpdateAuthenticatorParams
- func (o *UpdateAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAuthenticatorReader
- type UpdateAuthenticatorServiceUnavailable
- type UpdateAuthenticatorTooManyRequests
- type UpdateAuthenticatorUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for authenticator API
func (*Client) CreateAuthenticator ¶
func (a *Client) CreateAuthenticator(params *CreateAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAuthenticatorCreated, error)
CreateAuthenticator creates an authenticator
Creates an authenticator for a specific identity. Requires admin access.
func (*Client) DeleteAuthenticator ¶
func (a *Client) DeleteAuthenticator(params *DeleteAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAuthenticatorOK, error)
DeleteAuthenticator deletes an authenticator Delete an authenticator by id. Deleting all authenticators for an identity will make it impossible to log in.
Requires admin access.
func (*Client) DetailAuthenticator ¶
func (a *Client) DetailAuthenticator(params *DetailAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailAuthenticatorOK, error)
DetailAuthenticator retrieves a single authenticator
Retrieves a single authenticator by id. Requires admin access.
func (*Client) ListAuthenticators ¶
func (a *Client) ListAuthenticators(params *ListAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAuthenticatorsOK, error)
ListAuthenticators lists authenticators Returns a list of authenticators associated to identities. The resources can be sorted, filtered, and paginated.
This endpoint requires admin access.
func (*Client) PatchAuthenticator ¶
func (a *Client) PatchAuthenticator(params *PatchAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAuthenticatorOK, error)
PatchAuthenticator updates the supplied fields on an authenticator
Update the supplied fields on an authenticator by id. Requires admin access.
func (*Client) ReEnrollAuthenticator ¶
func (a *Client) ReEnrollAuthenticator(params *ReEnrollAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReEnrollAuthenticatorCreated, error)
ReEnrollAuthenticator reverts an authenticator to an enrollment Allows an authenticator to be reverted to an enrollment and allows re-enrollment to occur. On success the
created enrollment record response is provided and the source authenticator record will be deleted. The enrollment created depends on the authenticator. UPDB authenticators result in UPDB enrollments, CERT authenticators result in OTT enrollments, CERT + CA authenticators result in OTTCA enrollments.
func (*Client) RequestExtendAllCertAuthenticators ¶ added in v0.26.43
func (a *Client) RequestExtendAllCertAuthenticators(params *RequestExtendAllCertAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestExtendAllCertAuthenticatorsOK, error)
RequestExtendAllCertAuthenticators indicates all certificate authenticators for the identity should be extended and optionally key rolled on next authentication Allows all certificate authenticators on an identity to be flagged for early extension and optionally private
key rolling. Connecting clients will receive flags in their API Session indicating that an early extension is request and a hint on whether private keys should be rolled. Clients that do not support extension or cannot roll keys may ignore one or both flags.
If this request is made against an identity with zero certificate authenticators, a 403 will be returned.
func (*Client) RequestExtendAuthenticator ¶ added in v0.26.43
func (a *Client) RequestExtendAuthenticator(params *RequestExtendAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestExtendAuthenticatorOK, error)
RequestExtendAuthenticator indicates a certificate authenticator should be extended and optionally key rolled on next authentication Allows a certificate authenticator to be flagged for early extension and optionally private key rolling.
Connecting clients will receive flags in their API Session indicating that an early extension is request and a hint on whether private keys should be rolled. Clients that do not support extension or cannot roll keys may ignore one or both flags.
If this request is made against a non-certificate based authenticator, it will return a 403-forbidden error.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAuthenticator ¶
func (a *Client) UpdateAuthenticator(params *UpdateAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAuthenticatorOK, error)
UpdateAuthenticator updates all fields on an authenticator
Update all fields on an authenticator by id. Requires admin access.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface {
CreateAuthenticator(params *CreateAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAuthenticatorCreated, error)
DeleteAuthenticator(params *DeleteAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAuthenticatorOK, error)
DetailAuthenticator(params *DetailAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailAuthenticatorOK, error)
ListAuthenticators(params *ListAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAuthenticatorsOK, error)
PatchAuthenticator(params *PatchAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchAuthenticatorOK, error)
ReEnrollAuthenticator(params *ReEnrollAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReEnrollAuthenticatorCreated, error)
RequestExtendAllCertAuthenticators(params *RequestExtendAllCertAuthenticatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestExtendAllCertAuthenticatorsOK, error)
RequestExtendAuthenticator(params *RequestExtendAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RequestExtendAuthenticatorOK, error)
UpdateAuthenticator(params *UpdateAuthenticatorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAuthenticatorOK, 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 authenticator API client.
type CreateAuthenticatorBadRequest ¶
type CreateAuthenticatorBadRequest struct {
Payload *rest_model.APIErrorEnvelope
}
CreateAuthenticatorBadRequest 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 NewCreateAuthenticatorBadRequest ¶
func NewCreateAuthenticatorBadRequest() *CreateAuthenticatorBadRequest
NewCreateAuthenticatorBadRequest creates a CreateAuthenticatorBadRequest with default headers values
func (*CreateAuthenticatorBadRequest) Error ¶
func (o *CreateAuthenticatorBadRequest) Error() string
func (*CreateAuthenticatorBadRequest) GetPayload ¶
func (o *CreateAuthenticatorBadRequest) GetPayload() *rest_model.APIErrorEnvelope
type CreateAuthenticatorCreated ¶
type CreateAuthenticatorCreated struct {
Payload *rest_model.CreateEnvelope
}
CreateAuthenticatorCreated 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 NewCreateAuthenticatorCreated ¶
func NewCreateAuthenticatorCreated() *CreateAuthenticatorCreated
NewCreateAuthenticatorCreated creates a CreateAuthenticatorCreated with default headers values
func (*CreateAuthenticatorCreated) Error ¶
func (o *CreateAuthenticatorCreated) Error() string
func (*CreateAuthenticatorCreated) GetPayload ¶
func (o *CreateAuthenticatorCreated) GetPayload() *rest_model.CreateEnvelope
type CreateAuthenticatorParams ¶
type CreateAuthenticatorParams struct {
/* Authenticator.
A Authenticator create object
*/
Authenticator *rest_model.AuthenticatorCreate
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateAuthenticatorParams contains all the parameters to send to the API endpoint
for the create authenticator operation. Typically these are written to a http.Request.
func NewCreateAuthenticatorParams ¶
func NewCreateAuthenticatorParams() *CreateAuthenticatorParams
NewCreateAuthenticatorParams creates a new CreateAuthenticatorParams 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 NewCreateAuthenticatorParamsWithContext ¶
func NewCreateAuthenticatorParamsWithContext(ctx context.Context) *CreateAuthenticatorParams
NewCreateAuthenticatorParamsWithContext creates a new CreateAuthenticatorParams object with the ability to set a context for a request.
func NewCreateAuthenticatorParamsWithHTTPClient ¶
func NewCreateAuthenticatorParamsWithHTTPClient(client *http.Client) *CreateAuthenticatorParams
NewCreateAuthenticatorParamsWithHTTPClient creates a new CreateAuthenticatorParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAuthenticatorParamsWithTimeout ¶
func NewCreateAuthenticatorParamsWithTimeout(timeout time.Duration) *CreateAuthenticatorParams
NewCreateAuthenticatorParamsWithTimeout creates a new CreateAuthenticatorParams object with the ability to set a timeout on a request.
func (*CreateAuthenticatorParams) SetAuthenticator ¶
func (o *CreateAuthenticatorParams) SetAuthenticator(authenticator *rest_model.AuthenticatorCreate)
SetAuthenticator adds the authenticator to the create authenticator params
func (*CreateAuthenticatorParams) SetContext ¶
func (o *CreateAuthenticatorParams) SetContext(ctx context.Context)
SetContext adds the context to the create authenticator params
func (*CreateAuthenticatorParams) SetDefaults ¶
func (o *CreateAuthenticatorParams) SetDefaults()
SetDefaults hydrates default values in the create authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAuthenticatorParams) SetHTTPClient ¶
func (o *CreateAuthenticatorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create authenticator params
func (*CreateAuthenticatorParams) SetTimeout ¶
func (o *CreateAuthenticatorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create authenticator params
func (*CreateAuthenticatorParams) WithAuthenticator ¶
func (o *CreateAuthenticatorParams) WithAuthenticator(authenticator *rest_model.AuthenticatorCreate) *CreateAuthenticatorParams
WithAuthenticator adds the authenticator to the create authenticator params
func (*CreateAuthenticatorParams) WithContext ¶
func (o *CreateAuthenticatorParams) WithContext(ctx context.Context) *CreateAuthenticatorParams
WithContext adds the context to the create authenticator params
func (*CreateAuthenticatorParams) WithDefaults ¶
func (o *CreateAuthenticatorParams) WithDefaults() *CreateAuthenticatorParams
WithDefaults hydrates default values in the create authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAuthenticatorParams) WithHTTPClient ¶
func (o *CreateAuthenticatorParams) WithHTTPClient(client *http.Client) *CreateAuthenticatorParams
WithHTTPClient adds the HTTPClient to the create authenticator params
func (*CreateAuthenticatorParams) WithTimeout ¶
func (o *CreateAuthenticatorParams) WithTimeout(timeout time.Duration) *CreateAuthenticatorParams
WithTimeout adds the timeout to the create authenticator params
func (*CreateAuthenticatorParams) WriteToRequest ¶
func (o *CreateAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAuthenticatorReader ¶
type CreateAuthenticatorReader struct {
// contains filtered or unexported fields
}
CreateAuthenticatorReader is a Reader for the CreateAuthenticator structure.
func (*CreateAuthenticatorReader) ReadResponse ¶
func (o *CreateAuthenticatorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAuthenticatorServiceUnavailable ¶ added in v0.26.36
type CreateAuthenticatorServiceUnavailable struct {
}
CreateAuthenticatorServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewCreateAuthenticatorServiceUnavailable ¶ added in v0.26.36
func NewCreateAuthenticatorServiceUnavailable() *CreateAuthenticatorServiceUnavailable
NewCreateAuthenticatorServiceUnavailable creates a CreateAuthenticatorServiceUnavailable with default headers values
func (*CreateAuthenticatorServiceUnavailable) Error ¶ added in v0.26.36
func (o *CreateAuthenticatorServiceUnavailable) Error() string
func (*CreateAuthenticatorServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *CreateAuthenticatorServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type CreateAuthenticatorTooManyRequests ¶ added in v0.26.0
type CreateAuthenticatorTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
CreateAuthenticatorTooManyRequests 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 NewCreateAuthenticatorTooManyRequests ¶ added in v0.26.0
func NewCreateAuthenticatorTooManyRequests() *CreateAuthenticatorTooManyRequests
NewCreateAuthenticatorTooManyRequests creates a CreateAuthenticatorTooManyRequests with default headers values
func (*CreateAuthenticatorTooManyRequests) Error ¶ added in v0.26.0
func (o *CreateAuthenticatorTooManyRequests) Error() string
func (*CreateAuthenticatorTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *CreateAuthenticatorTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type CreateAuthenticatorUnauthorized ¶
type CreateAuthenticatorUnauthorized struct {
}
CreateAuthenticatorUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewCreateAuthenticatorUnauthorized ¶
func NewCreateAuthenticatorUnauthorized() *CreateAuthenticatorUnauthorized
NewCreateAuthenticatorUnauthorized creates a CreateAuthenticatorUnauthorized with default headers values
func (*CreateAuthenticatorUnauthorized) Error ¶
func (o *CreateAuthenticatorUnauthorized) Error() string
func (*CreateAuthenticatorUnauthorized) GetPayload ¶
func (o *CreateAuthenticatorUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type DeleteAuthenticatorBadRequest ¶
type DeleteAuthenticatorBadRequest struct {
Payload *rest_model.APIErrorEnvelope
}
DeleteAuthenticatorBadRequest 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 NewDeleteAuthenticatorBadRequest ¶
func NewDeleteAuthenticatorBadRequest() *DeleteAuthenticatorBadRequest
NewDeleteAuthenticatorBadRequest creates a DeleteAuthenticatorBadRequest with default headers values
func (*DeleteAuthenticatorBadRequest) Error ¶
func (o *DeleteAuthenticatorBadRequest) Error() string
func (*DeleteAuthenticatorBadRequest) GetPayload ¶
func (o *DeleteAuthenticatorBadRequest) GetPayload() *rest_model.APIErrorEnvelope
type DeleteAuthenticatorNotFound ¶ added in v0.26.36
type DeleteAuthenticatorNotFound struct {
Payload *rest_model.APIErrorEnvelope
}
DeleteAuthenticatorNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewDeleteAuthenticatorNotFound ¶ added in v0.26.36
func NewDeleteAuthenticatorNotFound() *DeleteAuthenticatorNotFound
NewDeleteAuthenticatorNotFound creates a DeleteAuthenticatorNotFound with default headers values
func (*DeleteAuthenticatorNotFound) Error ¶ added in v0.26.36
func (o *DeleteAuthenticatorNotFound) Error() string
func (*DeleteAuthenticatorNotFound) GetPayload ¶ added in v0.26.36
func (o *DeleteAuthenticatorNotFound) GetPayload() *rest_model.APIErrorEnvelope
type DeleteAuthenticatorOK ¶
type DeleteAuthenticatorOK struct {
Payload *rest_model.Empty
}
DeleteAuthenticatorOK describes a response with status code 200, with default header values.
The delete request was successful and the resource has been removed
func NewDeleteAuthenticatorOK ¶
func NewDeleteAuthenticatorOK() *DeleteAuthenticatorOK
NewDeleteAuthenticatorOK creates a DeleteAuthenticatorOK with default headers values
func (*DeleteAuthenticatorOK) Error ¶
func (o *DeleteAuthenticatorOK) Error() string
func (*DeleteAuthenticatorOK) GetPayload ¶
func (o *DeleteAuthenticatorOK) GetPayload() *rest_model.Empty
type DeleteAuthenticatorParams ¶
type DeleteAuthenticatorParams struct {
/* ID.
The id of the requested resource
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteAuthenticatorParams contains all the parameters to send to the API endpoint
for the delete authenticator operation. Typically these are written to a http.Request.
func NewDeleteAuthenticatorParams ¶
func NewDeleteAuthenticatorParams() *DeleteAuthenticatorParams
NewDeleteAuthenticatorParams creates a new DeleteAuthenticatorParams 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 NewDeleteAuthenticatorParamsWithContext ¶
func NewDeleteAuthenticatorParamsWithContext(ctx context.Context) *DeleteAuthenticatorParams
NewDeleteAuthenticatorParamsWithContext creates a new DeleteAuthenticatorParams object with the ability to set a context for a request.
func NewDeleteAuthenticatorParamsWithHTTPClient ¶
func NewDeleteAuthenticatorParamsWithHTTPClient(client *http.Client) *DeleteAuthenticatorParams
NewDeleteAuthenticatorParamsWithHTTPClient creates a new DeleteAuthenticatorParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAuthenticatorParamsWithTimeout ¶
func NewDeleteAuthenticatorParamsWithTimeout(timeout time.Duration) *DeleteAuthenticatorParams
NewDeleteAuthenticatorParamsWithTimeout creates a new DeleteAuthenticatorParams object with the ability to set a timeout on a request.
func (*DeleteAuthenticatorParams) SetContext ¶
func (o *DeleteAuthenticatorParams) SetContext(ctx context.Context)
SetContext adds the context to the delete authenticator params
func (*DeleteAuthenticatorParams) SetDefaults ¶
func (o *DeleteAuthenticatorParams) SetDefaults()
SetDefaults hydrates default values in the delete authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAuthenticatorParams) SetHTTPClient ¶
func (o *DeleteAuthenticatorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete authenticator params
func (*DeleteAuthenticatorParams) SetID ¶
func (o *DeleteAuthenticatorParams) SetID(id string)
SetID adds the id to the delete authenticator params
func (*DeleteAuthenticatorParams) SetTimeout ¶
func (o *DeleteAuthenticatorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete authenticator params
func (*DeleteAuthenticatorParams) WithContext ¶
func (o *DeleteAuthenticatorParams) WithContext(ctx context.Context) *DeleteAuthenticatorParams
WithContext adds the context to the delete authenticator params
func (*DeleteAuthenticatorParams) WithDefaults ¶
func (o *DeleteAuthenticatorParams) WithDefaults() *DeleteAuthenticatorParams
WithDefaults hydrates default values in the delete authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAuthenticatorParams) WithHTTPClient ¶
func (o *DeleteAuthenticatorParams) WithHTTPClient(client *http.Client) *DeleteAuthenticatorParams
WithHTTPClient adds the HTTPClient to the delete authenticator params
func (*DeleteAuthenticatorParams) WithID ¶
func (o *DeleteAuthenticatorParams) WithID(id string) *DeleteAuthenticatorParams
WithID adds the id to the delete authenticator params
func (*DeleteAuthenticatorParams) WithTimeout ¶
func (o *DeleteAuthenticatorParams) WithTimeout(timeout time.Duration) *DeleteAuthenticatorParams
WithTimeout adds the timeout to the delete authenticator params
func (*DeleteAuthenticatorParams) WriteToRequest ¶
func (o *DeleteAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAuthenticatorReader ¶
type DeleteAuthenticatorReader struct {
// contains filtered or unexported fields
}
DeleteAuthenticatorReader is a Reader for the DeleteAuthenticator structure.
func (*DeleteAuthenticatorReader) ReadResponse ¶
func (o *DeleteAuthenticatorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAuthenticatorServiceUnavailable ¶ added in v0.26.36
type DeleteAuthenticatorServiceUnavailable struct {
}
DeleteAuthenticatorServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewDeleteAuthenticatorServiceUnavailable ¶ added in v0.26.36
func NewDeleteAuthenticatorServiceUnavailable() *DeleteAuthenticatorServiceUnavailable
NewDeleteAuthenticatorServiceUnavailable creates a DeleteAuthenticatorServiceUnavailable with default headers values
func (*DeleteAuthenticatorServiceUnavailable) Error ¶ added in v0.26.36
func (o *DeleteAuthenticatorServiceUnavailable) Error() string
func (*DeleteAuthenticatorServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *DeleteAuthenticatorServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type DeleteAuthenticatorTooManyRequests ¶ added in v0.26.0
type DeleteAuthenticatorTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
DeleteAuthenticatorTooManyRequests 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 NewDeleteAuthenticatorTooManyRequests ¶ added in v0.26.0
func NewDeleteAuthenticatorTooManyRequests() *DeleteAuthenticatorTooManyRequests
NewDeleteAuthenticatorTooManyRequests creates a DeleteAuthenticatorTooManyRequests with default headers values
func (*DeleteAuthenticatorTooManyRequests) Error ¶ added in v0.26.0
func (o *DeleteAuthenticatorTooManyRequests) Error() string
func (*DeleteAuthenticatorTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DeleteAuthenticatorTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type DeleteAuthenticatorUnauthorized ¶
type DeleteAuthenticatorUnauthorized struct {
}
DeleteAuthenticatorUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewDeleteAuthenticatorUnauthorized ¶
func NewDeleteAuthenticatorUnauthorized() *DeleteAuthenticatorUnauthorized
NewDeleteAuthenticatorUnauthorized creates a DeleteAuthenticatorUnauthorized with default headers values
func (*DeleteAuthenticatorUnauthorized) Error ¶
func (o *DeleteAuthenticatorUnauthorized) Error() string
func (*DeleteAuthenticatorUnauthorized) GetPayload ¶
func (o *DeleteAuthenticatorUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type DetailAuthenticatorNotFound ¶
type DetailAuthenticatorNotFound struct {
Payload *rest_model.APIErrorEnvelope
}
DetailAuthenticatorNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewDetailAuthenticatorNotFound ¶
func NewDetailAuthenticatorNotFound() *DetailAuthenticatorNotFound
NewDetailAuthenticatorNotFound creates a DetailAuthenticatorNotFound with default headers values
func (*DetailAuthenticatorNotFound) Error ¶
func (o *DetailAuthenticatorNotFound) Error() string
func (*DetailAuthenticatorNotFound) GetPayload ¶
func (o *DetailAuthenticatorNotFound) GetPayload() *rest_model.APIErrorEnvelope
type DetailAuthenticatorOK ¶
type DetailAuthenticatorOK struct {
Payload *rest_model.DetailAuthenticatorEnvelope
}
DetailAuthenticatorOK describes a response with status code 200, with default header values.
A singular authenticator resource
func NewDetailAuthenticatorOK ¶
func NewDetailAuthenticatorOK() *DetailAuthenticatorOK
NewDetailAuthenticatorOK creates a DetailAuthenticatorOK with default headers values
func (*DetailAuthenticatorOK) Error ¶
func (o *DetailAuthenticatorOK) Error() string
func (*DetailAuthenticatorOK) GetPayload ¶
func (o *DetailAuthenticatorOK) GetPayload() *rest_model.DetailAuthenticatorEnvelope
type DetailAuthenticatorParams ¶
type DetailAuthenticatorParams struct {
/* ID.
The id of the requested resource
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DetailAuthenticatorParams contains all the parameters to send to the API endpoint
for the detail authenticator operation. Typically these are written to a http.Request.
func NewDetailAuthenticatorParams ¶
func NewDetailAuthenticatorParams() *DetailAuthenticatorParams
NewDetailAuthenticatorParams creates a new DetailAuthenticatorParams 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 NewDetailAuthenticatorParamsWithContext ¶
func NewDetailAuthenticatorParamsWithContext(ctx context.Context) *DetailAuthenticatorParams
NewDetailAuthenticatorParamsWithContext creates a new DetailAuthenticatorParams object with the ability to set a context for a request.
func NewDetailAuthenticatorParamsWithHTTPClient ¶
func NewDetailAuthenticatorParamsWithHTTPClient(client *http.Client) *DetailAuthenticatorParams
NewDetailAuthenticatorParamsWithHTTPClient creates a new DetailAuthenticatorParams object with the ability to set a custom HTTPClient for a request.
func NewDetailAuthenticatorParamsWithTimeout ¶
func NewDetailAuthenticatorParamsWithTimeout(timeout time.Duration) *DetailAuthenticatorParams
NewDetailAuthenticatorParamsWithTimeout creates a new DetailAuthenticatorParams object with the ability to set a timeout on a request.
func (*DetailAuthenticatorParams) SetContext ¶
func (o *DetailAuthenticatorParams) SetContext(ctx context.Context)
SetContext adds the context to the detail authenticator params
func (*DetailAuthenticatorParams) SetDefaults ¶
func (o *DetailAuthenticatorParams) SetDefaults()
SetDefaults hydrates default values in the detail authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*DetailAuthenticatorParams) SetHTTPClient ¶
func (o *DetailAuthenticatorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the detail authenticator params
func (*DetailAuthenticatorParams) SetID ¶
func (o *DetailAuthenticatorParams) SetID(id string)
SetID adds the id to the detail authenticator params
func (*DetailAuthenticatorParams) SetTimeout ¶
func (o *DetailAuthenticatorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the detail authenticator params
func (*DetailAuthenticatorParams) WithContext ¶
func (o *DetailAuthenticatorParams) WithContext(ctx context.Context) *DetailAuthenticatorParams
WithContext adds the context to the detail authenticator params
func (*DetailAuthenticatorParams) WithDefaults ¶
func (o *DetailAuthenticatorParams) WithDefaults() *DetailAuthenticatorParams
WithDefaults hydrates default values in the detail authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*DetailAuthenticatorParams) WithHTTPClient ¶
func (o *DetailAuthenticatorParams) WithHTTPClient(client *http.Client) *DetailAuthenticatorParams
WithHTTPClient adds the HTTPClient to the detail authenticator params
func (*DetailAuthenticatorParams) WithID ¶
func (o *DetailAuthenticatorParams) WithID(id string) *DetailAuthenticatorParams
WithID adds the id to the detail authenticator params
func (*DetailAuthenticatorParams) WithTimeout ¶
func (o *DetailAuthenticatorParams) WithTimeout(timeout time.Duration) *DetailAuthenticatorParams
WithTimeout adds the timeout to the detail authenticator params
func (*DetailAuthenticatorParams) WriteToRequest ¶
func (o *DetailAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DetailAuthenticatorReader ¶
type DetailAuthenticatorReader struct {
// contains filtered or unexported fields
}
DetailAuthenticatorReader is a Reader for the DetailAuthenticator structure.
func (*DetailAuthenticatorReader) ReadResponse ¶
func (o *DetailAuthenticatorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DetailAuthenticatorServiceUnavailable ¶ added in v0.26.36
type DetailAuthenticatorServiceUnavailable struct {
}
DetailAuthenticatorServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewDetailAuthenticatorServiceUnavailable ¶ added in v0.26.36
func NewDetailAuthenticatorServiceUnavailable() *DetailAuthenticatorServiceUnavailable
NewDetailAuthenticatorServiceUnavailable creates a DetailAuthenticatorServiceUnavailable with default headers values
func (*DetailAuthenticatorServiceUnavailable) Error ¶ added in v0.26.36
func (o *DetailAuthenticatorServiceUnavailable) Error() string
func (*DetailAuthenticatorServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *DetailAuthenticatorServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type DetailAuthenticatorTooManyRequests ¶ added in v0.26.0
type DetailAuthenticatorTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
DetailAuthenticatorTooManyRequests 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 NewDetailAuthenticatorTooManyRequests ¶ added in v0.26.0
func NewDetailAuthenticatorTooManyRequests() *DetailAuthenticatorTooManyRequests
NewDetailAuthenticatorTooManyRequests creates a DetailAuthenticatorTooManyRequests with default headers values
func (*DetailAuthenticatorTooManyRequests) Error ¶ added in v0.26.0
func (o *DetailAuthenticatorTooManyRequests) Error() string
func (*DetailAuthenticatorTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DetailAuthenticatorTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type DetailAuthenticatorUnauthorized ¶
type DetailAuthenticatorUnauthorized struct {
}
DetailAuthenticatorUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewDetailAuthenticatorUnauthorized ¶
func NewDetailAuthenticatorUnauthorized() *DetailAuthenticatorUnauthorized
NewDetailAuthenticatorUnauthorized creates a DetailAuthenticatorUnauthorized with default headers values
func (*DetailAuthenticatorUnauthorized) Error ¶
func (o *DetailAuthenticatorUnauthorized) Error() string
func (*DetailAuthenticatorUnauthorized) GetPayload ¶
func (o *DetailAuthenticatorUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type ListAuthenticatorsBadRequest ¶
type ListAuthenticatorsBadRequest struct {
Payload *rest_model.APIErrorEnvelope
}
ListAuthenticatorsBadRequest 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 NewListAuthenticatorsBadRequest ¶
func NewListAuthenticatorsBadRequest() *ListAuthenticatorsBadRequest
NewListAuthenticatorsBadRequest creates a ListAuthenticatorsBadRequest with default headers values
func (*ListAuthenticatorsBadRequest) Error ¶
func (o *ListAuthenticatorsBadRequest) Error() string
func (*ListAuthenticatorsBadRequest) GetPayload ¶
func (o *ListAuthenticatorsBadRequest) GetPayload() *rest_model.APIErrorEnvelope
type ListAuthenticatorsOK ¶
type ListAuthenticatorsOK struct {
Payload *rest_model.ListAuthenticatorsEnvelope
}
ListAuthenticatorsOK describes a response with status code 200, with default header values.
A list of authenticators
func NewListAuthenticatorsOK ¶
func NewListAuthenticatorsOK() *ListAuthenticatorsOK
NewListAuthenticatorsOK creates a ListAuthenticatorsOK with default headers values
func (*ListAuthenticatorsOK) Error ¶
func (o *ListAuthenticatorsOK) Error() string
func (*ListAuthenticatorsOK) GetPayload ¶
func (o *ListAuthenticatorsOK) GetPayload() *rest_model.ListAuthenticatorsEnvelope
type ListAuthenticatorsParams ¶
type ListAuthenticatorsParams struct {
// Filter.
Filter *string
// Limit.
Limit *int64
// Offset.
Offset *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListAuthenticatorsParams contains all the parameters to send to the API endpoint
for the list authenticators operation. Typically these are written to a http.Request.
func NewListAuthenticatorsParams ¶
func NewListAuthenticatorsParams() *ListAuthenticatorsParams
NewListAuthenticatorsParams creates a new ListAuthenticatorsParams 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 NewListAuthenticatorsParamsWithContext ¶
func NewListAuthenticatorsParamsWithContext(ctx context.Context) *ListAuthenticatorsParams
NewListAuthenticatorsParamsWithContext creates a new ListAuthenticatorsParams object with the ability to set a context for a request.
func NewListAuthenticatorsParamsWithHTTPClient ¶
func NewListAuthenticatorsParamsWithHTTPClient(client *http.Client) *ListAuthenticatorsParams
NewListAuthenticatorsParamsWithHTTPClient creates a new ListAuthenticatorsParams object with the ability to set a custom HTTPClient for a request.
func NewListAuthenticatorsParamsWithTimeout ¶
func NewListAuthenticatorsParamsWithTimeout(timeout time.Duration) *ListAuthenticatorsParams
NewListAuthenticatorsParamsWithTimeout creates a new ListAuthenticatorsParams object with the ability to set a timeout on a request.
func (*ListAuthenticatorsParams) SetContext ¶
func (o *ListAuthenticatorsParams) SetContext(ctx context.Context)
SetContext adds the context to the list authenticators params
func (*ListAuthenticatorsParams) SetDefaults ¶
func (o *ListAuthenticatorsParams) SetDefaults()
SetDefaults hydrates default values in the list authenticators params (not the query body).
All values with no default are reset to their zero value.
func (*ListAuthenticatorsParams) SetFilter ¶
func (o *ListAuthenticatorsParams) SetFilter(filter *string)
SetFilter adds the filter to the list authenticators params
func (*ListAuthenticatorsParams) SetHTTPClient ¶
func (o *ListAuthenticatorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list authenticators params
func (*ListAuthenticatorsParams) SetLimit ¶
func (o *ListAuthenticatorsParams) SetLimit(limit *int64)
SetLimit adds the limit to the list authenticators params
func (*ListAuthenticatorsParams) SetOffset ¶
func (o *ListAuthenticatorsParams) SetOffset(offset *int64)
SetOffset adds the offset to the list authenticators params
func (*ListAuthenticatorsParams) SetTimeout ¶
func (o *ListAuthenticatorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list authenticators params
func (*ListAuthenticatorsParams) WithContext ¶
func (o *ListAuthenticatorsParams) WithContext(ctx context.Context) *ListAuthenticatorsParams
WithContext adds the context to the list authenticators params
func (*ListAuthenticatorsParams) WithDefaults ¶
func (o *ListAuthenticatorsParams) WithDefaults() *ListAuthenticatorsParams
WithDefaults hydrates default values in the list authenticators params (not the query body).
All values with no default are reset to their zero value.
func (*ListAuthenticatorsParams) WithFilter ¶
func (o *ListAuthenticatorsParams) WithFilter(filter *string) *ListAuthenticatorsParams
WithFilter adds the filter to the list authenticators params
func (*ListAuthenticatorsParams) WithHTTPClient ¶
func (o *ListAuthenticatorsParams) WithHTTPClient(client *http.Client) *ListAuthenticatorsParams
WithHTTPClient adds the HTTPClient to the list authenticators params
func (*ListAuthenticatorsParams) WithLimit ¶
func (o *ListAuthenticatorsParams) WithLimit(limit *int64) *ListAuthenticatorsParams
WithLimit adds the limit to the list authenticators params
func (*ListAuthenticatorsParams) WithOffset ¶
func (o *ListAuthenticatorsParams) WithOffset(offset *int64) *ListAuthenticatorsParams
WithOffset adds the offset to the list authenticators params
func (*ListAuthenticatorsParams) WithTimeout ¶
func (o *ListAuthenticatorsParams) WithTimeout(timeout time.Duration) *ListAuthenticatorsParams
WithTimeout adds the timeout to the list authenticators params
func (*ListAuthenticatorsParams) WriteToRequest ¶
func (o *ListAuthenticatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAuthenticatorsReader ¶
type ListAuthenticatorsReader struct {
// contains filtered or unexported fields
}
ListAuthenticatorsReader is a Reader for the ListAuthenticators structure.
func (*ListAuthenticatorsReader) ReadResponse ¶
func (o *ListAuthenticatorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAuthenticatorsServiceUnavailable ¶ added in v0.26.36
type ListAuthenticatorsServiceUnavailable struct {
}
ListAuthenticatorsServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListAuthenticatorsServiceUnavailable ¶ added in v0.26.36
func NewListAuthenticatorsServiceUnavailable() *ListAuthenticatorsServiceUnavailable
NewListAuthenticatorsServiceUnavailable creates a ListAuthenticatorsServiceUnavailable with default headers values
func (*ListAuthenticatorsServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListAuthenticatorsServiceUnavailable) Error() string
func (*ListAuthenticatorsServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListAuthenticatorsServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type ListAuthenticatorsTooManyRequests ¶ added in v0.26.0
type ListAuthenticatorsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ListAuthenticatorsTooManyRequests 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 NewListAuthenticatorsTooManyRequests ¶ added in v0.26.0
func NewListAuthenticatorsTooManyRequests() *ListAuthenticatorsTooManyRequests
NewListAuthenticatorsTooManyRequests creates a ListAuthenticatorsTooManyRequests with default headers values
func (*ListAuthenticatorsTooManyRequests) Error ¶ added in v0.26.0
func (o *ListAuthenticatorsTooManyRequests) Error() string
func (*ListAuthenticatorsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListAuthenticatorsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ListAuthenticatorsUnauthorized ¶
type ListAuthenticatorsUnauthorized struct {
}
ListAuthenticatorsUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListAuthenticatorsUnauthorized ¶
func NewListAuthenticatorsUnauthorized() *ListAuthenticatorsUnauthorized
NewListAuthenticatorsUnauthorized creates a ListAuthenticatorsUnauthorized with default headers values
func (*ListAuthenticatorsUnauthorized) Error ¶
func (o *ListAuthenticatorsUnauthorized) Error() string
func (*ListAuthenticatorsUnauthorized) GetPayload ¶
func (o *ListAuthenticatorsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type PatchAuthenticatorBadRequest ¶
type PatchAuthenticatorBadRequest struct {
Payload *rest_model.APIErrorEnvelope
}
PatchAuthenticatorBadRequest 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 NewPatchAuthenticatorBadRequest ¶
func NewPatchAuthenticatorBadRequest() *PatchAuthenticatorBadRequest
NewPatchAuthenticatorBadRequest creates a PatchAuthenticatorBadRequest with default headers values
func (*PatchAuthenticatorBadRequest) Error ¶
func (o *PatchAuthenticatorBadRequest) Error() string
func (*PatchAuthenticatorBadRequest) GetPayload ¶
func (o *PatchAuthenticatorBadRequest) GetPayload() *rest_model.APIErrorEnvelope
type PatchAuthenticatorNotFound ¶
type PatchAuthenticatorNotFound struct {
Payload *rest_model.APIErrorEnvelope
}
PatchAuthenticatorNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewPatchAuthenticatorNotFound ¶
func NewPatchAuthenticatorNotFound() *PatchAuthenticatorNotFound
NewPatchAuthenticatorNotFound creates a PatchAuthenticatorNotFound with default headers values
func (*PatchAuthenticatorNotFound) Error ¶
func (o *PatchAuthenticatorNotFound) Error() string
func (*PatchAuthenticatorNotFound) GetPayload ¶
func (o *PatchAuthenticatorNotFound) GetPayload() *rest_model.APIErrorEnvelope
type PatchAuthenticatorOK ¶
type PatchAuthenticatorOK struct {
Payload *rest_model.Empty
}
PatchAuthenticatorOK describes a response with status code 200, with default header values.
The patch request was successful and the resource has been altered
func NewPatchAuthenticatorOK ¶
func NewPatchAuthenticatorOK() *PatchAuthenticatorOK
NewPatchAuthenticatorOK creates a PatchAuthenticatorOK with default headers values
func (*PatchAuthenticatorOK) Error ¶
func (o *PatchAuthenticatorOK) Error() string
func (*PatchAuthenticatorOK) GetPayload ¶
func (o *PatchAuthenticatorOK) GetPayload() *rest_model.Empty
type PatchAuthenticatorParams ¶
type PatchAuthenticatorParams struct {
/* Authenticator.
An authenticator patch object
*/
Authenticator *rest_model.AuthenticatorPatch
/* ID.
The id of the requested resource
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PatchAuthenticatorParams contains all the parameters to send to the API endpoint
for the patch authenticator operation. Typically these are written to a http.Request.
func NewPatchAuthenticatorParams ¶
func NewPatchAuthenticatorParams() *PatchAuthenticatorParams
NewPatchAuthenticatorParams creates a new PatchAuthenticatorParams 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 NewPatchAuthenticatorParamsWithContext ¶
func NewPatchAuthenticatorParamsWithContext(ctx context.Context) *PatchAuthenticatorParams
NewPatchAuthenticatorParamsWithContext creates a new PatchAuthenticatorParams object with the ability to set a context for a request.
func NewPatchAuthenticatorParamsWithHTTPClient ¶
func NewPatchAuthenticatorParamsWithHTTPClient(client *http.Client) *PatchAuthenticatorParams
NewPatchAuthenticatorParamsWithHTTPClient creates a new PatchAuthenticatorParams object with the ability to set a custom HTTPClient for a request.
func NewPatchAuthenticatorParamsWithTimeout ¶
func NewPatchAuthenticatorParamsWithTimeout(timeout time.Duration) *PatchAuthenticatorParams
NewPatchAuthenticatorParamsWithTimeout creates a new PatchAuthenticatorParams object with the ability to set a timeout on a request.
func (*PatchAuthenticatorParams) SetAuthenticator ¶
func (o *PatchAuthenticatorParams) SetAuthenticator(authenticator *rest_model.AuthenticatorPatch)
SetAuthenticator adds the authenticator to the patch authenticator params
func (*PatchAuthenticatorParams) SetContext ¶
func (o *PatchAuthenticatorParams) SetContext(ctx context.Context)
SetContext adds the context to the patch authenticator params
func (*PatchAuthenticatorParams) SetDefaults ¶
func (o *PatchAuthenticatorParams) SetDefaults()
SetDefaults hydrates default values in the patch authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*PatchAuthenticatorParams) SetHTTPClient ¶
func (o *PatchAuthenticatorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch authenticator params
func (*PatchAuthenticatorParams) SetID ¶
func (o *PatchAuthenticatorParams) SetID(id string)
SetID adds the id to the patch authenticator params
func (*PatchAuthenticatorParams) SetTimeout ¶
func (o *PatchAuthenticatorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch authenticator params
func (*PatchAuthenticatorParams) WithAuthenticator ¶
func (o *PatchAuthenticatorParams) WithAuthenticator(authenticator *rest_model.AuthenticatorPatch) *PatchAuthenticatorParams
WithAuthenticator adds the authenticator to the patch authenticator params
func (*PatchAuthenticatorParams) WithContext ¶
func (o *PatchAuthenticatorParams) WithContext(ctx context.Context) *PatchAuthenticatorParams
WithContext adds the context to the patch authenticator params
func (*PatchAuthenticatorParams) WithDefaults ¶
func (o *PatchAuthenticatorParams) WithDefaults() *PatchAuthenticatorParams
WithDefaults hydrates default values in the patch authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*PatchAuthenticatorParams) WithHTTPClient ¶
func (o *PatchAuthenticatorParams) WithHTTPClient(client *http.Client) *PatchAuthenticatorParams
WithHTTPClient adds the HTTPClient to the patch authenticator params
func (*PatchAuthenticatorParams) WithID ¶
func (o *PatchAuthenticatorParams) WithID(id string) *PatchAuthenticatorParams
WithID adds the id to the patch authenticator params
func (*PatchAuthenticatorParams) WithTimeout ¶
func (o *PatchAuthenticatorParams) WithTimeout(timeout time.Duration) *PatchAuthenticatorParams
WithTimeout adds the timeout to the patch authenticator params
func (*PatchAuthenticatorParams) WriteToRequest ¶
func (o *PatchAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAuthenticatorReader ¶
type PatchAuthenticatorReader struct {
// contains filtered or unexported fields
}
PatchAuthenticatorReader is a Reader for the PatchAuthenticator structure.
func (*PatchAuthenticatorReader) ReadResponse ¶
func (o *PatchAuthenticatorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAuthenticatorServiceUnavailable ¶ added in v0.26.36
type PatchAuthenticatorServiceUnavailable struct {
}
PatchAuthenticatorServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewPatchAuthenticatorServiceUnavailable ¶ added in v0.26.36
func NewPatchAuthenticatorServiceUnavailable() *PatchAuthenticatorServiceUnavailable
NewPatchAuthenticatorServiceUnavailable creates a PatchAuthenticatorServiceUnavailable with default headers values
func (*PatchAuthenticatorServiceUnavailable) Error ¶ added in v0.26.36
func (o *PatchAuthenticatorServiceUnavailable) Error() string
func (*PatchAuthenticatorServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *PatchAuthenticatorServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type PatchAuthenticatorTooManyRequests ¶ added in v0.26.0
type PatchAuthenticatorTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
PatchAuthenticatorTooManyRequests 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 NewPatchAuthenticatorTooManyRequests ¶ added in v0.26.0
func NewPatchAuthenticatorTooManyRequests() *PatchAuthenticatorTooManyRequests
NewPatchAuthenticatorTooManyRequests creates a PatchAuthenticatorTooManyRequests with default headers values
func (*PatchAuthenticatorTooManyRequests) Error ¶ added in v0.26.0
func (o *PatchAuthenticatorTooManyRequests) Error() string
func (*PatchAuthenticatorTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *PatchAuthenticatorTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type PatchAuthenticatorUnauthorized ¶
type PatchAuthenticatorUnauthorized struct {
}
PatchAuthenticatorUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewPatchAuthenticatorUnauthorized ¶
func NewPatchAuthenticatorUnauthorized() *PatchAuthenticatorUnauthorized
NewPatchAuthenticatorUnauthorized creates a PatchAuthenticatorUnauthorized with default headers values
func (*PatchAuthenticatorUnauthorized) Error ¶
func (o *PatchAuthenticatorUnauthorized) Error() string
func (*PatchAuthenticatorUnauthorized) GetPayload ¶
func (o *PatchAuthenticatorUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type ReEnrollAuthenticatorCreated ¶
type ReEnrollAuthenticatorCreated struct {
Payload *rest_model.CreateEnvelope
}
ReEnrollAuthenticatorCreated 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 NewReEnrollAuthenticatorCreated ¶
func NewReEnrollAuthenticatorCreated() *ReEnrollAuthenticatorCreated
NewReEnrollAuthenticatorCreated creates a ReEnrollAuthenticatorCreated with default headers values
func (*ReEnrollAuthenticatorCreated) Error ¶
func (o *ReEnrollAuthenticatorCreated) Error() string
func (*ReEnrollAuthenticatorCreated) GetPayload ¶
func (o *ReEnrollAuthenticatorCreated) GetPayload() *rest_model.CreateEnvelope
type ReEnrollAuthenticatorNotFound ¶
type ReEnrollAuthenticatorNotFound struct {
Payload *rest_model.APIErrorEnvelope
}
ReEnrollAuthenticatorNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewReEnrollAuthenticatorNotFound ¶
func NewReEnrollAuthenticatorNotFound() *ReEnrollAuthenticatorNotFound
NewReEnrollAuthenticatorNotFound creates a ReEnrollAuthenticatorNotFound with default headers values
func (*ReEnrollAuthenticatorNotFound) Error ¶
func (o *ReEnrollAuthenticatorNotFound) Error() string
func (*ReEnrollAuthenticatorNotFound) GetPayload ¶
func (o *ReEnrollAuthenticatorNotFound) GetPayload() *rest_model.APIErrorEnvelope
type ReEnrollAuthenticatorParams ¶
type ReEnrollAuthenticatorParams struct {
/* ID.
The id of the requested resource
*/
ID string
/* ReEnroll.
A reEnrollment request
*/
ReEnroll *rest_model.ReEnroll
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ReEnrollAuthenticatorParams contains all the parameters to send to the API endpoint
for the re enroll authenticator operation. Typically these are written to a http.Request.
func NewReEnrollAuthenticatorParams ¶
func NewReEnrollAuthenticatorParams() *ReEnrollAuthenticatorParams
NewReEnrollAuthenticatorParams creates a new ReEnrollAuthenticatorParams 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 NewReEnrollAuthenticatorParamsWithContext ¶
func NewReEnrollAuthenticatorParamsWithContext(ctx context.Context) *ReEnrollAuthenticatorParams
NewReEnrollAuthenticatorParamsWithContext creates a new ReEnrollAuthenticatorParams object with the ability to set a context for a request.
func NewReEnrollAuthenticatorParamsWithHTTPClient ¶
func NewReEnrollAuthenticatorParamsWithHTTPClient(client *http.Client) *ReEnrollAuthenticatorParams
NewReEnrollAuthenticatorParamsWithHTTPClient creates a new ReEnrollAuthenticatorParams object with the ability to set a custom HTTPClient for a request.
func NewReEnrollAuthenticatorParamsWithTimeout ¶
func NewReEnrollAuthenticatorParamsWithTimeout(timeout time.Duration) *ReEnrollAuthenticatorParams
NewReEnrollAuthenticatorParamsWithTimeout creates a new ReEnrollAuthenticatorParams object with the ability to set a timeout on a request.
func (*ReEnrollAuthenticatorParams) SetContext ¶
func (o *ReEnrollAuthenticatorParams) SetContext(ctx context.Context)
SetContext adds the context to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) SetDefaults ¶
func (o *ReEnrollAuthenticatorParams) SetDefaults()
SetDefaults hydrates default values in the re enroll authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*ReEnrollAuthenticatorParams) SetHTTPClient ¶
func (o *ReEnrollAuthenticatorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) SetID ¶
func (o *ReEnrollAuthenticatorParams) SetID(id string)
SetID adds the id to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) SetReEnroll ¶
func (o *ReEnrollAuthenticatorParams) SetReEnroll(reEnroll *rest_model.ReEnroll)
SetReEnroll adds the reEnroll to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) SetTimeout ¶
func (o *ReEnrollAuthenticatorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) WithContext ¶
func (o *ReEnrollAuthenticatorParams) WithContext(ctx context.Context) *ReEnrollAuthenticatorParams
WithContext adds the context to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) WithDefaults ¶
func (o *ReEnrollAuthenticatorParams) WithDefaults() *ReEnrollAuthenticatorParams
WithDefaults hydrates default values in the re enroll authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*ReEnrollAuthenticatorParams) WithHTTPClient ¶
func (o *ReEnrollAuthenticatorParams) WithHTTPClient(client *http.Client) *ReEnrollAuthenticatorParams
WithHTTPClient adds the HTTPClient to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) WithID ¶
func (o *ReEnrollAuthenticatorParams) WithID(id string) *ReEnrollAuthenticatorParams
WithID adds the id to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) WithReEnroll ¶
func (o *ReEnrollAuthenticatorParams) WithReEnroll(reEnroll *rest_model.ReEnroll) *ReEnrollAuthenticatorParams
WithReEnroll adds the reEnroll to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) WithTimeout ¶
func (o *ReEnrollAuthenticatorParams) WithTimeout(timeout time.Duration) *ReEnrollAuthenticatorParams
WithTimeout adds the timeout to the re enroll authenticator params
func (*ReEnrollAuthenticatorParams) WriteToRequest ¶
func (o *ReEnrollAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReEnrollAuthenticatorReader ¶
type ReEnrollAuthenticatorReader struct {
// contains filtered or unexported fields
}
ReEnrollAuthenticatorReader is a Reader for the ReEnrollAuthenticator structure.
func (*ReEnrollAuthenticatorReader) ReadResponse ¶
func (o *ReEnrollAuthenticatorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReEnrollAuthenticatorServiceUnavailable ¶ added in v0.26.36
type ReEnrollAuthenticatorServiceUnavailable struct {
}
ReEnrollAuthenticatorServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewReEnrollAuthenticatorServiceUnavailable ¶ added in v0.26.36
func NewReEnrollAuthenticatorServiceUnavailable() *ReEnrollAuthenticatorServiceUnavailable
NewReEnrollAuthenticatorServiceUnavailable creates a ReEnrollAuthenticatorServiceUnavailable with default headers values
func (*ReEnrollAuthenticatorServiceUnavailable) Error ¶ added in v0.26.36
func (o *ReEnrollAuthenticatorServiceUnavailable) Error() string
func (*ReEnrollAuthenticatorServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ReEnrollAuthenticatorServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type ReEnrollAuthenticatorTooManyRequests ¶ added in v0.26.0
type ReEnrollAuthenticatorTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
ReEnrollAuthenticatorTooManyRequests 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 NewReEnrollAuthenticatorTooManyRequests ¶ added in v0.26.0
func NewReEnrollAuthenticatorTooManyRequests() *ReEnrollAuthenticatorTooManyRequests
NewReEnrollAuthenticatorTooManyRequests creates a ReEnrollAuthenticatorTooManyRequests with default headers values
func (*ReEnrollAuthenticatorTooManyRequests) Error ¶ added in v0.26.0
func (o *ReEnrollAuthenticatorTooManyRequests) Error() string
func (*ReEnrollAuthenticatorTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ReEnrollAuthenticatorTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type ReEnrollAuthenticatorUnauthorized ¶
type ReEnrollAuthenticatorUnauthorized struct {
}
ReEnrollAuthenticatorUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewReEnrollAuthenticatorUnauthorized ¶
func NewReEnrollAuthenticatorUnauthorized() *ReEnrollAuthenticatorUnauthorized
NewReEnrollAuthenticatorUnauthorized creates a ReEnrollAuthenticatorUnauthorized with default headers values
func (*ReEnrollAuthenticatorUnauthorized) Error ¶
func (o *ReEnrollAuthenticatorUnauthorized) Error() string
func (*ReEnrollAuthenticatorUnauthorized) GetPayload ¶
func (o *ReEnrollAuthenticatorUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAllCertAuthenticatorsForbidden ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsForbidden struct {
Payload *rest_model.APIErrorEnvelope
}
RequestExtendAllCertAuthenticatorsForbidden describes a response with status code 403, with default header values.
The request could not be completed and will never complete due to unchangeable state or conflicts.
func NewRequestExtendAllCertAuthenticatorsForbidden ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsForbidden() *RequestExtendAllCertAuthenticatorsForbidden
NewRequestExtendAllCertAuthenticatorsForbidden creates a RequestExtendAllCertAuthenticatorsForbidden with default headers values
func (*RequestExtendAllCertAuthenticatorsForbidden) Error ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsForbidden) Error() string
func (*RequestExtendAllCertAuthenticatorsForbidden) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsForbidden) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAllCertAuthenticatorsNotFound ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsNotFound struct {
Payload *rest_model.APIErrorEnvelope
}
RequestExtendAllCertAuthenticatorsNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewRequestExtendAllCertAuthenticatorsNotFound ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsNotFound() *RequestExtendAllCertAuthenticatorsNotFound
NewRequestExtendAllCertAuthenticatorsNotFound creates a RequestExtendAllCertAuthenticatorsNotFound with default headers values
func (*RequestExtendAllCertAuthenticatorsNotFound) Error ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsNotFound) Error() string
func (*RequestExtendAllCertAuthenticatorsNotFound) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsNotFound) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAllCertAuthenticatorsOK ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsOK struct {
Payload *rest_model.Empty
}
RequestExtendAllCertAuthenticatorsOK describes a response with status code 200, with default header values.
Base empty response
func NewRequestExtendAllCertAuthenticatorsOK ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsOK() *RequestExtendAllCertAuthenticatorsOK
NewRequestExtendAllCertAuthenticatorsOK creates a RequestExtendAllCertAuthenticatorsOK with default headers values
func (*RequestExtendAllCertAuthenticatorsOK) Error ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsOK) Error() string
func (*RequestExtendAllCertAuthenticatorsOK) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsOK) GetPayload() *rest_model.Empty
type RequestExtendAllCertAuthenticatorsParams ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsParams struct {
/* ID.
The id of the requested resource
*/
ID string
/* RequestExtendAuthenticator.
A request to flag a certificate authenticator for early extension/key rolling.
*/
RequestExtendAuthenticator *rest_model.RequestExtendAuthenticator
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RequestExtendAllCertAuthenticatorsParams contains all the parameters to send to the API endpoint
for the request extend all cert authenticators operation. Typically these are written to a http.Request.
func NewRequestExtendAllCertAuthenticatorsParams ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsParams() *RequestExtendAllCertAuthenticatorsParams
NewRequestExtendAllCertAuthenticatorsParams creates a new RequestExtendAllCertAuthenticatorsParams 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 NewRequestExtendAllCertAuthenticatorsParamsWithContext ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsParamsWithContext(ctx context.Context) *RequestExtendAllCertAuthenticatorsParams
NewRequestExtendAllCertAuthenticatorsParamsWithContext creates a new RequestExtendAllCertAuthenticatorsParams object with the ability to set a context for a request.
func NewRequestExtendAllCertAuthenticatorsParamsWithHTTPClient ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsParamsWithHTTPClient(client *http.Client) *RequestExtendAllCertAuthenticatorsParams
NewRequestExtendAllCertAuthenticatorsParamsWithHTTPClient creates a new RequestExtendAllCertAuthenticatorsParams object with the ability to set a custom HTTPClient for a request.
func NewRequestExtendAllCertAuthenticatorsParamsWithTimeout ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsParamsWithTimeout(timeout time.Duration) *RequestExtendAllCertAuthenticatorsParams
NewRequestExtendAllCertAuthenticatorsParamsWithTimeout creates a new RequestExtendAllCertAuthenticatorsParams object with the ability to set a timeout on a request.
func (*RequestExtendAllCertAuthenticatorsParams) SetContext ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) SetContext(ctx context.Context)
SetContext adds the context to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) SetDefaults ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) SetDefaults()
SetDefaults hydrates default values in the request extend all cert authenticators params (not the query body).
All values with no default are reset to their zero value.
func (*RequestExtendAllCertAuthenticatorsParams) SetHTTPClient ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) SetID ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) SetID(id string)
SetID adds the id to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) SetRequestExtendAuthenticator ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) SetRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator)
SetRequestExtendAuthenticator adds the requestExtendAuthenticator to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) SetTimeout ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) WithContext ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) WithContext(ctx context.Context) *RequestExtendAllCertAuthenticatorsParams
WithContext adds the context to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) WithDefaults ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) WithDefaults() *RequestExtendAllCertAuthenticatorsParams
WithDefaults hydrates default values in the request extend all cert authenticators params (not the query body).
All values with no default are reset to their zero value.
func (*RequestExtendAllCertAuthenticatorsParams) WithHTTPClient ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) WithHTTPClient(client *http.Client) *RequestExtendAllCertAuthenticatorsParams
WithHTTPClient adds the HTTPClient to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) WithID ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) WithID(id string) *RequestExtendAllCertAuthenticatorsParams
WithID adds the id to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) WithRequestExtendAuthenticator ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) WithRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator) *RequestExtendAllCertAuthenticatorsParams
WithRequestExtendAuthenticator adds the requestExtendAuthenticator to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) WithTimeout ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) WithTimeout(timeout time.Duration) *RequestExtendAllCertAuthenticatorsParams
WithTimeout adds the timeout to the request extend all cert authenticators params
func (*RequestExtendAllCertAuthenticatorsParams) WriteToRequest ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RequestExtendAllCertAuthenticatorsReader ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsReader struct {
// contains filtered or unexported fields
}
RequestExtendAllCertAuthenticatorsReader is a Reader for the RequestExtendAllCertAuthenticators structure.
func (*RequestExtendAllCertAuthenticatorsReader) ReadResponse ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RequestExtendAllCertAuthenticatorsServiceUnavailable ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsServiceUnavailable struct {
}
RequestExtendAllCertAuthenticatorsServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewRequestExtendAllCertAuthenticatorsServiceUnavailable ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsServiceUnavailable() *RequestExtendAllCertAuthenticatorsServiceUnavailable
NewRequestExtendAllCertAuthenticatorsServiceUnavailable creates a RequestExtendAllCertAuthenticatorsServiceUnavailable with default headers values
func (*RequestExtendAllCertAuthenticatorsServiceUnavailable) Error ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsServiceUnavailable) Error() string
func (*RequestExtendAllCertAuthenticatorsServiceUnavailable) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAllCertAuthenticatorsTooManyRequests ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
RequestExtendAllCertAuthenticatorsTooManyRequests 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 NewRequestExtendAllCertAuthenticatorsTooManyRequests ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsTooManyRequests() *RequestExtendAllCertAuthenticatorsTooManyRequests
NewRequestExtendAllCertAuthenticatorsTooManyRequests creates a RequestExtendAllCertAuthenticatorsTooManyRequests with default headers values
func (*RequestExtendAllCertAuthenticatorsTooManyRequests) Error ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsTooManyRequests) Error() string
func (*RequestExtendAllCertAuthenticatorsTooManyRequests) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAllCertAuthenticatorsUnauthorized ¶ added in v0.26.43
type RequestExtendAllCertAuthenticatorsUnauthorized struct {
}
RequestExtendAllCertAuthenticatorsUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewRequestExtendAllCertAuthenticatorsUnauthorized ¶ added in v0.26.43
func NewRequestExtendAllCertAuthenticatorsUnauthorized() *RequestExtendAllCertAuthenticatorsUnauthorized
NewRequestExtendAllCertAuthenticatorsUnauthorized creates a RequestExtendAllCertAuthenticatorsUnauthorized with default headers values
func (*RequestExtendAllCertAuthenticatorsUnauthorized) Error ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsUnauthorized) Error() string
func (*RequestExtendAllCertAuthenticatorsUnauthorized) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAllCertAuthenticatorsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAuthenticatorForbidden ¶ added in v0.26.43
type RequestExtendAuthenticatorForbidden struct {
Payload *rest_model.APIErrorEnvelope
}
RequestExtendAuthenticatorForbidden describes a response with status code 403, with default header values.
The request could not be completed and will never complete due to unchangeable state or conflicts.
func NewRequestExtendAuthenticatorForbidden ¶ added in v0.26.43
func NewRequestExtendAuthenticatorForbidden() *RequestExtendAuthenticatorForbidden
NewRequestExtendAuthenticatorForbidden creates a RequestExtendAuthenticatorForbidden with default headers values
func (*RequestExtendAuthenticatorForbidden) Error ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorForbidden) Error() string
func (*RequestExtendAuthenticatorForbidden) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorForbidden) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAuthenticatorNotFound ¶ added in v0.26.43
type RequestExtendAuthenticatorNotFound struct {
Payload *rest_model.APIErrorEnvelope
}
RequestExtendAuthenticatorNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewRequestExtendAuthenticatorNotFound ¶ added in v0.26.43
func NewRequestExtendAuthenticatorNotFound() *RequestExtendAuthenticatorNotFound
NewRequestExtendAuthenticatorNotFound creates a RequestExtendAuthenticatorNotFound with default headers values
func (*RequestExtendAuthenticatorNotFound) Error ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorNotFound) Error() string
func (*RequestExtendAuthenticatorNotFound) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorNotFound) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAuthenticatorOK ¶ added in v0.26.43
type RequestExtendAuthenticatorOK struct {
Payload *rest_model.Empty
}
RequestExtendAuthenticatorOK describes a response with status code 200, with default header values.
Base empty response
func NewRequestExtendAuthenticatorOK ¶ added in v0.26.43
func NewRequestExtendAuthenticatorOK() *RequestExtendAuthenticatorOK
NewRequestExtendAuthenticatorOK creates a RequestExtendAuthenticatorOK with default headers values
func (*RequestExtendAuthenticatorOK) Error ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorOK) Error() string
func (*RequestExtendAuthenticatorOK) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorOK) GetPayload() *rest_model.Empty
type RequestExtendAuthenticatorParams ¶ added in v0.26.43
type RequestExtendAuthenticatorParams struct {
/* ID.
The id of the requested resource
*/
ID string
/* RequestExtendAuthenticator.
A request to flag a certificate authenticator for early extension/key rolling.
*/
RequestExtendAuthenticator *rest_model.RequestExtendAuthenticator
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RequestExtendAuthenticatorParams contains all the parameters to send to the API endpoint
for the request extend authenticator operation. Typically these are written to a http.Request.
func NewRequestExtendAuthenticatorParams ¶ added in v0.26.43
func NewRequestExtendAuthenticatorParams() *RequestExtendAuthenticatorParams
NewRequestExtendAuthenticatorParams creates a new RequestExtendAuthenticatorParams 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 NewRequestExtendAuthenticatorParamsWithContext ¶ added in v0.26.43
func NewRequestExtendAuthenticatorParamsWithContext(ctx context.Context) *RequestExtendAuthenticatorParams
NewRequestExtendAuthenticatorParamsWithContext creates a new RequestExtendAuthenticatorParams object with the ability to set a context for a request.
func NewRequestExtendAuthenticatorParamsWithHTTPClient ¶ added in v0.26.43
func NewRequestExtendAuthenticatorParamsWithHTTPClient(client *http.Client) *RequestExtendAuthenticatorParams
NewRequestExtendAuthenticatorParamsWithHTTPClient creates a new RequestExtendAuthenticatorParams object with the ability to set a custom HTTPClient for a request.
func NewRequestExtendAuthenticatorParamsWithTimeout ¶ added in v0.26.43
func NewRequestExtendAuthenticatorParamsWithTimeout(timeout time.Duration) *RequestExtendAuthenticatorParams
NewRequestExtendAuthenticatorParamsWithTimeout creates a new RequestExtendAuthenticatorParams object with the ability to set a timeout on a request.
func (*RequestExtendAuthenticatorParams) SetContext ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) SetContext(ctx context.Context)
SetContext adds the context to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) SetDefaults ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) SetDefaults()
SetDefaults hydrates default values in the request extend authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*RequestExtendAuthenticatorParams) SetHTTPClient ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) SetID ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) SetID(id string)
SetID adds the id to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) SetRequestExtendAuthenticator ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) SetRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator)
SetRequestExtendAuthenticator adds the requestExtendAuthenticator to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) SetTimeout ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) WithContext ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) WithContext(ctx context.Context) *RequestExtendAuthenticatorParams
WithContext adds the context to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) WithDefaults ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) WithDefaults() *RequestExtendAuthenticatorParams
WithDefaults hydrates default values in the request extend authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*RequestExtendAuthenticatorParams) WithHTTPClient ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) WithHTTPClient(client *http.Client) *RequestExtendAuthenticatorParams
WithHTTPClient adds the HTTPClient to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) WithID ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) WithID(id string) *RequestExtendAuthenticatorParams
WithID adds the id to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) WithRequestExtendAuthenticator ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) WithRequestExtendAuthenticator(requestExtendAuthenticator *rest_model.RequestExtendAuthenticator) *RequestExtendAuthenticatorParams
WithRequestExtendAuthenticator adds the requestExtendAuthenticator to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) WithTimeout ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) WithTimeout(timeout time.Duration) *RequestExtendAuthenticatorParams
WithTimeout adds the timeout to the request extend authenticator params
func (*RequestExtendAuthenticatorParams) WriteToRequest ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RequestExtendAuthenticatorReader ¶ added in v0.26.43
type RequestExtendAuthenticatorReader struct {
// contains filtered or unexported fields
}
RequestExtendAuthenticatorReader is a Reader for the RequestExtendAuthenticator structure.
func (*RequestExtendAuthenticatorReader) ReadResponse ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RequestExtendAuthenticatorServiceUnavailable ¶ added in v0.26.43
type RequestExtendAuthenticatorServiceUnavailable struct {
}
RequestExtendAuthenticatorServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewRequestExtendAuthenticatorServiceUnavailable ¶ added in v0.26.43
func NewRequestExtendAuthenticatorServiceUnavailable() *RequestExtendAuthenticatorServiceUnavailable
NewRequestExtendAuthenticatorServiceUnavailable creates a RequestExtendAuthenticatorServiceUnavailable with default headers values
func (*RequestExtendAuthenticatorServiceUnavailable) Error ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorServiceUnavailable) Error() string
func (*RequestExtendAuthenticatorServiceUnavailable) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAuthenticatorTooManyRequests ¶ added in v0.26.43
type RequestExtendAuthenticatorTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
RequestExtendAuthenticatorTooManyRequests 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 NewRequestExtendAuthenticatorTooManyRequests ¶ added in v0.26.43
func NewRequestExtendAuthenticatorTooManyRequests() *RequestExtendAuthenticatorTooManyRequests
NewRequestExtendAuthenticatorTooManyRequests creates a RequestExtendAuthenticatorTooManyRequests with default headers values
func (*RequestExtendAuthenticatorTooManyRequests) Error ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorTooManyRequests) Error() string
func (*RequestExtendAuthenticatorTooManyRequests) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type RequestExtendAuthenticatorUnauthorized ¶ added in v0.26.43
type RequestExtendAuthenticatorUnauthorized struct {
}
RequestExtendAuthenticatorUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewRequestExtendAuthenticatorUnauthorized ¶ added in v0.26.43
func NewRequestExtendAuthenticatorUnauthorized() *RequestExtendAuthenticatorUnauthorized
NewRequestExtendAuthenticatorUnauthorized creates a RequestExtendAuthenticatorUnauthorized with default headers values
func (*RequestExtendAuthenticatorUnauthorized) Error ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorUnauthorized) Error() string
func (*RequestExtendAuthenticatorUnauthorized) GetPayload ¶ added in v0.26.43
func (o *RequestExtendAuthenticatorUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
type UpdateAuthenticatorBadRequest ¶
type UpdateAuthenticatorBadRequest struct {
Payload *rest_model.APIErrorEnvelope
}
UpdateAuthenticatorBadRequest 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 NewUpdateAuthenticatorBadRequest ¶
func NewUpdateAuthenticatorBadRequest() *UpdateAuthenticatorBadRequest
NewUpdateAuthenticatorBadRequest creates a UpdateAuthenticatorBadRequest with default headers values
func (*UpdateAuthenticatorBadRequest) Error ¶
func (o *UpdateAuthenticatorBadRequest) Error() string
func (*UpdateAuthenticatorBadRequest) GetPayload ¶
func (o *UpdateAuthenticatorBadRequest) GetPayload() *rest_model.APIErrorEnvelope
type UpdateAuthenticatorNotFound ¶
type UpdateAuthenticatorNotFound struct {
Payload *rest_model.APIErrorEnvelope
}
UpdateAuthenticatorNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewUpdateAuthenticatorNotFound ¶
func NewUpdateAuthenticatorNotFound() *UpdateAuthenticatorNotFound
NewUpdateAuthenticatorNotFound creates a UpdateAuthenticatorNotFound with default headers values
func (*UpdateAuthenticatorNotFound) Error ¶
func (o *UpdateAuthenticatorNotFound) Error() string
func (*UpdateAuthenticatorNotFound) GetPayload ¶
func (o *UpdateAuthenticatorNotFound) GetPayload() *rest_model.APIErrorEnvelope
type UpdateAuthenticatorOK ¶
type UpdateAuthenticatorOK struct {
Payload *rest_model.Empty
}
UpdateAuthenticatorOK describes a response with status code 200, with default header values.
The update request was successful and the resource has been altered
func NewUpdateAuthenticatorOK ¶
func NewUpdateAuthenticatorOK() *UpdateAuthenticatorOK
NewUpdateAuthenticatorOK creates a UpdateAuthenticatorOK with default headers values
func (*UpdateAuthenticatorOK) Error ¶
func (o *UpdateAuthenticatorOK) Error() string
func (*UpdateAuthenticatorOK) GetPayload ¶
func (o *UpdateAuthenticatorOK) GetPayload() *rest_model.Empty
type UpdateAuthenticatorParams ¶
type UpdateAuthenticatorParams struct {
/* Authenticator.
An authenticator put object
*/
Authenticator *rest_model.AuthenticatorUpdate
/* ID.
The id of the requested resource
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateAuthenticatorParams contains all the parameters to send to the API endpoint
for the update authenticator operation. Typically these are written to a http.Request.
func NewUpdateAuthenticatorParams ¶
func NewUpdateAuthenticatorParams() *UpdateAuthenticatorParams
NewUpdateAuthenticatorParams creates a new UpdateAuthenticatorParams 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 NewUpdateAuthenticatorParamsWithContext ¶
func NewUpdateAuthenticatorParamsWithContext(ctx context.Context) *UpdateAuthenticatorParams
NewUpdateAuthenticatorParamsWithContext creates a new UpdateAuthenticatorParams object with the ability to set a context for a request.
func NewUpdateAuthenticatorParamsWithHTTPClient ¶
func NewUpdateAuthenticatorParamsWithHTTPClient(client *http.Client) *UpdateAuthenticatorParams
NewUpdateAuthenticatorParamsWithHTTPClient creates a new UpdateAuthenticatorParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAuthenticatorParamsWithTimeout ¶
func NewUpdateAuthenticatorParamsWithTimeout(timeout time.Duration) *UpdateAuthenticatorParams
NewUpdateAuthenticatorParamsWithTimeout creates a new UpdateAuthenticatorParams object with the ability to set a timeout on a request.
func (*UpdateAuthenticatorParams) SetAuthenticator ¶
func (o *UpdateAuthenticatorParams) SetAuthenticator(authenticator *rest_model.AuthenticatorUpdate)
SetAuthenticator adds the authenticator to the update authenticator params
func (*UpdateAuthenticatorParams) SetContext ¶
func (o *UpdateAuthenticatorParams) SetContext(ctx context.Context)
SetContext adds the context to the update authenticator params
func (*UpdateAuthenticatorParams) SetDefaults ¶
func (o *UpdateAuthenticatorParams) SetDefaults()
SetDefaults hydrates default values in the update authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAuthenticatorParams) SetHTTPClient ¶
func (o *UpdateAuthenticatorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update authenticator params
func (*UpdateAuthenticatorParams) SetID ¶
func (o *UpdateAuthenticatorParams) SetID(id string)
SetID adds the id to the update authenticator params
func (*UpdateAuthenticatorParams) SetTimeout ¶
func (o *UpdateAuthenticatorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update authenticator params
func (*UpdateAuthenticatorParams) WithAuthenticator ¶
func (o *UpdateAuthenticatorParams) WithAuthenticator(authenticator *rest_model.AuthenticatorUpdate) *UpdateAuthenticatorParams
WithAuthenticator adds the authenticator to the update authenticator params
func (*UpdateAuthenticatorParams) WithContext ¶
func (o *UpdateAuthenticatorParams) WithContext(ctx context.Context) *UpdateAuthenticatorParams
WithContext adds the context to the update authenticator params
func (*UpdateAuthenticatorParams) WithDefaults ¶
func (o *UpdateAuthenticatorParams) WithDefaults() *UpdateAuthenticatorParams
WithDefaults hydrates default values in the update authenticator params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAuthenticatorParams) WithHTTPClient ¶
func (o *UpdateAuthenticatorParams) WithHTTPClient(client *http.Client) *UpdateAuthenticatorParams
WithHTTPClient adds the HTTPClient to the update authenticator params
func (*UpdateAuthenticatorParams) WithID ¶
func (o *UpdateAuthenticatorParams) WithID(id string) *UpdateAuthenticatorParams
WithID adds the id to the update authenticator params
func (*UpdateAuthenticatorParams) WithTimeout ¶
func (o *UpdateAuthenticatorParams) WithTimeout(timeout time.Duration) *UpdateAuthenticatorParams
WithTimeout adds the timeout to the update authenticator params
func (*UpdateAuthenticatorParams) WriteToRequest ¶
func (o *UpdateAuthenticatorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAuthenticatorReader ¶
type UpdateAuthenticatorReader struct {
// contains filtered or unexported fields
}
UpdateAuthenticatorReader is a Reader for the UpdateAuthenticator structure.
func (*UpdateAuthenticatorReader) ReadResponse ¶
func (o *UpdateAuthenticatorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAuthenticatorServiceUnavailable ¶ added in v0.26.36
type UpdateAuthenticatorServiceUnavailable struct {
}
UpdateAuthenticatorServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewUpdateAuthenticatorServiceUnavailable ¶ added in v0.26.36
func NewUpdateAuthenticatorServiceUnavailable() *UpdateAuthenticatorServiceUnavailable
NewUpdateAuthenticatorServiceUnavailable creates a UpdateAuthenticatorServiceUnavailable with default headers values
func (*UpdateAuthenticatorServiceUnavailable) Error ¶ added in v0.26.36
func (o *UpdateAuthenticatorServiceUnavailable) Error() string
func (*UpdateAuthenticatorServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *UpdateAuthenticatorServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
type UpdateAuthenticatorTooManyRequests ¶ added in v0.26.0
type UpdateAuthenticatorTooManyRequests struct {
Payload *rest_model.APIErrorEnvelope
}
UpdateAuthenticatorTooManyRequests 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 NewUpdateAuthenticatorTooManyRequests ¶ added in v0.26.0
func NewUpdateAuthenticatorTooManyRequests() *UpdateAuthenticatorTooManyRequests
NewUpdateAuthenticatorTooManyRequests creates a UpdateAuthenticatorTooManyRequests with default headers values
func (*UpdateAuthenticatorTooManyRequests) Error ¶ added in v0.26.0
func (o *UpdateAuthenticatorTooManyRequests) Error() string
func (*UpdateAuthenticatorTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *UpdateAuthenticatorTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
type UpdateAuthenticatorUnauthorized ¶
type UpdateAuthenticatorUnauthorized struct {
}
UpdateAuthenticatorUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewUpdateAuthenticatorUnauthorized ¶
func NewUpdateAuthenticatorUnauthorized() *UpdateAuthenticatorUnauthorized
NewUpdateAuthenticatorUnauthorized creates a UpdateAuthenticatorUnauthorized with default headers values
func (*UpdateAuthenticatorUnauthorized) Error ¶
func (o *UpdateAuthenticatorUnauthorized) Error() string
func (*UpdateAuthenticatorUnauthorized) GetPayload ¶
func (o *UpdateAuthenticatorUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
Source Files
¶
- authenticator_client.go
- create_authenticator_parameters.go
- create_authenticator_responses.go
- delete_authenticator_parameters.go
- delete_authenticator_responses.go
- detail_authenticator_parameters.go
- detail_authenticator_responses.go
- list_authenticators_parameters.go
- list_authenticators_responses.go
- patch_authenticator_parameters.go
- patch_authenticator_responses.go
- re_enroll_authenticator_parameters.go
- re_enroll_authenticator_responses.go
- request_extend_all_cert_authenticators_parameters.go
- request_extend_all_cert_authenticators_responses.go
- request_extend_authenticator_parameters.go
- request_extend_authenticator_responses.go
- update_authenticator_parameters.go
- update_authenticator_responses.go